﻿:root {
  --scrollbar-width: 22px;
}
@font-face {
  font-family: "MegaIcons";
  src: url("fonts/icons/MegaIcons.woff?b8j6ro") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Display";
  src: url("fonts/SF/SFUIDisplay-Regular.woff2") format("woff2"),
    url("fonts/SF/SFUIDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Display";
  src: url("fonts/SF/SFUIDisplay-Medium.woff2") format("woff2"),
    url("fonts/SF/SFUIDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Display";
  src: url("fonts/SF/SFUIDisplay-Bold.woff2") format("woff2"),
    url("fonts/SF/SFUIDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

html {
  /*height: 100%;*/
  width: 100%;

  font-family: "SF UI Display", "Arial", "sans-serif";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;

  letter-spacing: 0.4px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  background: #ffffff;

  color: #343a4a;

  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 1499px) {
  html {
    font-size: 14px;
  }
}

html.fancybox-lock {
  overflow: hidden;
}
body.fancybox-lock {
  overflow: hidden;
}

html.is-modal {
  overflow: hidden;
}
html.is-lock {
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
}

@media (max-width: 767px) {
  body:has('.lit-popup.is-open') {
    height: 100vh;
    overflow: hidden;
    --scrollbar-width: 0;
  }
}

img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

a {
  color: #1990fe;
  outline: none;
  text-decoration: none;
}
a:focus,
a:active {
  outline: none;
}
@media (min-width: 1280px) {
  a:hover {
    color: #7fc1fe;
  }
}

.h1,
h1 {
  margin: 0;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
}

.h2,
h2 {
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  /*line-height: 1.33;*/
  line-height: 1;
}

.h3,
h3 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}

.h4,
h4 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.11;
  /*letter-spacing: 0.2px;*/
}

.h5,
h5 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

p {
  margin: 0;
}
p + p {
  margin-top: 2em;
}

.big,
big {
  font-size: 20px;
  line-height: 24px;
}

.text-lg {
  font-size: 24px;
}

.small,
small {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-decoration: inherit;
}
.smaller {
  font-size: 12px;
  color: #616566;
}
.text-light {
  opacity: 0.6;
}
.text-light-bold {
  opacity: 0.5;
  font-weight: 700;
}
.text-semibold {
  font-weight: 500;
}
.ex-small {
  font-size: 14px;
}
@media (max-width: 1739px) {
  .h1,
  h1 {
    font-size: 36px;
  }

  .h2,
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 1499px) {
  .h1,
  h1 {
    font-size: 30px;
  }

  .h2,
  h2 {
    font-size: 20px;
  }

  .h3,
  h3 {
    font-size: 20px;
  }

  .h4,
  h4 {
    font-size: 16px;
  }

  .h5,
  h5 {
    font-size: 16px;
  }

  .big,
  big {
    font-size: 16px;
  }

  .text-lg {
    font-size: 18px;
  }

  .small,
  small {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-decoration: inherit;
  }
}
@media (max-width: 959px) {
  .h2,
  h2 {
    font-weight: 500;
  }

  .text-lg {
    font-size: 14px;
  }
}

.lit-popup {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
html.js:not(.js-ready) .lit-popup {
  transition: none;
  visibility: hidden;
}
.lit-popup:not(.is-open) {
  opacity: 0;
  visibility: hidden;
}

.lit-popup__overlay {
  background-color: #000;
  opacity: 0.6;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lit-popup__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.editor {
}

.editor > * {
  max-width: 1260px;
}
.editor img {
  width: 100%;
}

.editor .accordion {
  max-width: 1260px;
  margin: 40px 0;
}
.editor .accordion:first-child {
  margin-top: 0;
}
.editor .accordion:last-child {
  margin-bottom: 0;
}
.editor .accordion + .accordion {
  margin-top: -41px;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4 {
  font-weight: 500;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5 {
  margin: 40px 0;
}
.editor h1:first-child,
.editor h2:first-child,
.editor h3:first-child,
.editor h4:first-child,
.editor h5:first-child {
  margin-top: 0;
}
.editor h1:last-child,
.editor h2:last-child,
.editor h3:last-child,
.editor h4:last-child,
.editor h5:last-child {
  margin-bottom: 0;
}

.editor p {
  max-width: 1260px;
  margin: 40px 0;
}
.editor p:first-child {
  margin-top: 0;
}
.editor p:last-child {
  margin-bottom: 0;
}

.editor ul {
  max-width: 1260px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 40px 0;
}
.editor ul:first-child {
  margin-top: 0;
}
.editor ul:last-child {
  margin-bottom: 0;
}

.editor ul > li {
  position: relative;
  padding-left: 30px;
}
.editor ul > li + li {
  margin-top: 20px;
}
.editor ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 5px;
  height: 5px;
  background: #2179bf;
  border-radius: 50%;
}
.editor h4 + ul,
.editor h5 + ul {
  margin-top: 20px;
}

.editor .caption {
  margin: 40px 0;
  opacity: 0.6;
}
.editor img + .caption {
  margin-top: 20px;
}

.editor ol {
  max-width: 1260px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 40px 0;
  counter-reset: list;
}
.editor ol:first-child {
  margin-top: 0;
}
.editor ol:last-child {
  margin-bottom: 0;
}

.editor ol > li {
  position: relative;
  padding-left: 30px;
}
.editor ol > li + li {
  margin-top: 20px;
}
.editor ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: list;
  content: counter(list) ")";
  margin-top: 0;
}
.editor h4 + ol,
.editor h5 + ol {
  margin-top: 20px;
}

.editor .ol-beauty > li {
  padding-left: 60px;
}
.editor .ol-beauty > li + li {
  margin-top: 80px;
}
.editor .ol-beauty > li:before {
  content: counter(list);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0078a8;
  color: #ffffff;
}
@media (max-width: 1499px) {
  .editor .ol-beauty > li + li {
    margin-top: 50px;
  }
}
@media (max-width: 1279px) {
  .editor .ol-beauty > li + li {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .editor .ol-beauty > li + li {
    margin-top: 20px;
  }
}

.editor .table-responsive {
  max-width: 1260px;
  width: 100%;
  margin: 40px 0;
}
.editor .table-responsive:first-child {
  margin-top: 0;
}
.editor .table-responsive:last-child {
  margin-bottom: 0;
}

.editor table {
  max-width: 1260px;
  width: 100%;
  margin: 40px 0;
}
.editor table:first-child {
  margin-top: 0;
}
.editor table:last-child {
  margin-bottom: 0;
}
.editor th {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400;
  color: #a9abb2;

  text-align: left;
  letter-spacing: 0.2px;
}
.editor td {
  padding: 20px 0;
  height: 80px;
  box-sizing: border-box;
  border-bottom: 1px solid #ececee;
}
@media (max-width: 1279px) {
  .editor td {
    min-width: 70px;
  }
}

@media (max-width: 1499px) {
  .editor h1,
  .editor h2,
  .editor h3,
  .editor h4,
  .editor h5 {
    margin: 28px 0;
  }
  .editor p {
    margin: 28px 0;
  }

  .editor ul {
    margin: 28px 0;
  }
  .editor h4 + ul,
  .editor h5 + ul {
    margin-top: 14px;
  }

  .editor .caption {
    margin: 28px 0;
  }
  .editor img + .caption {
    margin-top: 14px;
  }

  .editor ol {
    margin: 28px 0;
  }

  .editor h4 + ol,
  .editor h5 + ol {
    margin-top: 14px;
  }

  .editor table {
    margin: 28px 0;
  }
  .editor td {
    padding: 14px 0;
    height: 60px;
  }
}
@media (max-width: 1279px) {
  .table-responsive {
    overflow: hidden;
    overflow-x: auto;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.list-divide {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-divide > li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.list-divide > li:before,
.editor .list-divide > li:before {
  margin-top: 20px;
}
.list-divide > li + li,
.editor .list-divide > li + li {
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 1280px) {
  .show-pad {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .show-m {
    display: none !important;
  }
}

/* Animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale3d(0, 0, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomInY {
  0% {
    transform: scale3d(1, 0, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomInX {
  0% {
    transform: scale3d(0, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes slideFromTop-10 {
  0% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideFromTop20 {
  0% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.fadeIn {
  animation: fadeIn 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.hide {
  display: none !important;
}

/*
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #161616;
    border: 0;
    border-radius: 0px;
    background-clip: padding-box;
}*/
.dropdown-menu {
  display: none;
}
.open > .dropdown-menu {
  display: block;
}

/* Icons */
.icon {
  display: inline-flex;
  vertical-align: middle;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "MegaIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  align-items: center;
  justify-content: center;
  position: relative;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon svg {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon svg path {
  fill: #d0d0d0;
}

.icon--menu:before {
  content: "\e907";
}
.icon--request:before {
  content: "\e90a";
}
.icon--setting:before {
  content: "\e90b";
}
.icon--task:before {
  content: "\e90c";
}
.icon--vk:before {
  content: "\e90d";
}
.icon--youtube:before {
  content: "\e90e";
}
.icon--instagram:before {
  content: "\e90f";
}
.icon--facebook:before {
  content: "\e910";
}
.icon--map:before {
  content: "\e911";
}
.icon--person:before {
  content: "\e912";
  position: static;
  transform: none;
}
.icon--close:before {
  content: "\e913";
}
.icon--email:before {
  content: "\e914";
}
.icon--google-play:before {
  content: "\e915";
}
.icon--apple:before {
  content: "\e916";
}
.icon--angle-down:before {
  content: "\e917";
}
.icon--arrow-left:before {
  content: "\e918";
}
.icon--arrow-right:before {
  content: "\e919";
}
.icon--message:before {
  content: "\e91a";
}
.icon--remove:before {
  content: "\e91b";
}
.icon--remove-fill:before {
  content: "\e91b";
}
.icon--edit:before {
  content: "\e91c";
}
.icon--info:before {
  content: "\e91d";
}
.icon--check:before {
  content: "\e91e";
}
.icon--add:before {
  content: "\e91f";
}
.icon--angle-left:before {
  content: "\e920";
}
.icon--angle-right:before {
  content: "\e921";
}
.icon--dialog:before {
  content: "\e922";
}
.icon--help:before {
  content: "\e923";
}
.icon--calendar:before {
  content: "\e924";
}
.icon--search:before {
  content: "\e925";
}
.icon--yandex:before {
  content: "\e926";
}
.icon--d-angle-down:before {
  content: "\e927";
}
.icon--view:before {
  content: "\e928";
}
.icon-star {
  width: 20px;
  height: 20px;
}
.icon-star:before {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  background: url("images/star.svg");
}
.icon-star.is-active:before {
  background: url("images/star-active.svg");
}

.fab-icon {
  flex: none;
  display: inline-flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;

  position: relative;

  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f6f6f4;

  /*overflow: hidden;*/
}
.fab-icon--sm {
  width: 20px;
  height: 20px;
}
.fab-icon--sm.link__icon {
  font-size: 10px;
}
.fab-icon.fab-icon--light {
  background: #ffffff;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.fab-icon.fab-icon--blue-hover {
  background: #ffffff;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.fab-icon.fab-icon--blue {
  background: #0078a8;
  color: #ffffff;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.fab-icon.fab-icon--blue-light {
  background: #f8f9fb;
  color: #0078a8;
}
.fab-icon.fab-icon--light:hover,
.fab-icon.fab-icon--light:focus-visible,
.fab-icon.fab-icon--light:active {
  background: #f6f6f4;
}
.fab-icon.fab-icon--blue-hover:hover,
.fab-icon.fab-icon--blue-hover:focus-visible,
.fab-icon.fab-icon--blue-hover:active {
  background: #0078a8;
  color: #ffffff;
}
.fab-icon.fab-icon--blue:hover,
.fab-icon.fab-icon--blue:focus-visible,
.fab-icon.fab-icon--blue:active {
  background: #ffffff;
  color: #343a4a;
}
.fab-icon.fab-icon--second {
  background: #ffd530;
}
.fab-icon.fab-icon--remove {
  background: #f8f9fb;
  color: #ed412d;
}
.fab-icon__label {
  flex: none;
  display: inline-flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;

  position: absolute;
  top: 0;
  right: -7px;

  width: 20px;
  height: 20px;

  background: #c91128;
  border: 2px solid #ffffff;
  border-radius: 50%;

  color: #ffffff;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
}
.fab-icon__label--heighter {
  top: -10px;
  right: -10px;

  width: 18px;
  height: 18px;

  border: 1px solid #ffffff;
}
.fab-icon__label--static {
  position: static;
  margin-left: 4px;
}
@media (max-width: 1499px) {
  .fab-icon {
    width: 30px;
    height: 30px;
  }
  .fab-icon--sm {
    width: 20px;
    height: 20px;
  }
}

.link {
  position: relative;
  display: inline-block;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border: 0;
}
.link.fab-icon {
  display: inline-flex;
}
.link--line {
  display: inline-flex;
  align-items: center;
}
.link:focus,
.link:active {
  outline: none;
}
@media (min-width: 1280px) {
  .link:hover {
    color: inherit;
    text-decoration: none;
  }
  .link.status-error:hover {
    color: #ef4056;
    text-decoration: none;
  }
}
@media (min-width: 1100px) {
  /*.link {transition: color .4s cubic-bezier(0.4, 0.0, 0.2, 1);}*/
  .link path {
    transition: fill 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.link__text {
  position: relative;
  display: inline-block;
}
.link__icon {
  margin: 0 15px;
  font-size: 20px;
}
.link__icon--sm {
  font-size: 14px;
}
.link--underline .link__icon {
  font-size: 14px;
}
.link__icon:first-child {
  margin-left: 0;
}
.link__icon:last-child {
  margin-right: 0;
}

.link--primary:hover,
.link--primary {
  color: #2179bf;
}

.link--present {
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.link--present:hover {
  border-color: inherit;
}
.link--present-text {
  display: flex;
  align-items: center;
}
.link--present-text .link__text {
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.link--present-text:hover .link__text {
  border-color: inherit;
}

.link--crumbs .link__text {
  border-bottom: 1px solid;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.link--crumbs:hover .link__text {
  border-color: transparent;
}

.link--underline > .link__text {
  display: inline;
  border-bottom: 1px solid;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.link--underline:hover > .link__text {
  border-color: transparent;
}

.link--pseudo > .link__text {
  display: inline;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.link--pseudo-rev > .link__text {
  display: inline;
  border-bottom: 1px solid;
  border-color: inherit;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1280px) {
  .link--pseudo:hover > .link__text {
    border-color: inherit;
  }
  .link--pseudo-rev:hover > .link__text {
    border-color: transparent;
  }
}
@media (max-width: 1499px) {
  .link__icon {
    margin: 0 10px;
    font-size: 14px;
  }
  .link__icon--sm {
    font-size: 12px;
  }
  .link--underline .link__icon {
    font-size: 12px;
  }
}
.link-row {
  display: flex;
  align-items: center;
}

.alert {
  display: block;
  position: relative;
  padding: 20px;
  min-height: 60px;
  /*border-radius: 5px;*/
  border: 1px solid;
  box-sizing: border-box;

  animation: fadeIn 0.4s;
}
.alert--text-center {
  text-align: center;
}
.alert--sm {
  padding: 18px;
}
.alert.is-success,
.alert--success,
a.alert.is-success:hover,
a.alert--success:hover {
  background: rgba(200, 237, 206, 0.5);
  color: #20692c;
  border-color: #c8edce;
}
.alert.is-warning,
.alert--warning {
  background: rgba(255, 224, 121, 0.5);
  border-color: #ffe079;
}
.alert.is-error,
.alert--error {
  background: rgba(237, 200, 200, 0.5);
  color: #692020;
  border-color: #edc8c8;
}
.alert.is-info,
.alert--info {
  background: #ecf2f7;
  border-color: rgba(0, 120, 168, 0.25);
}
.alert--empty {
  background: #b9b9b9;
  color: #ffffff;
  padding: 18px 13px;
}
.alert__title {
  margin-bottom: 14px;
  font-weight: 600;
}

.alert__icon {
  margin-right: 15px;
}

@media (max-width: 1499px) {
  .alert--sm {
    min-height: 40px;
    padding: 10px;
  }
}

.status-primary {
  color: #0078a8;
}
.status-success {
  color: #2cb150;
}
.status-error {
  color: #ef4056;
}
.status-warning {
  color: #ffd530;
}

.input.is-error {
  color: #ef4056;
  border-color: #ef4056;
}
.input.input-email-with-confirmation:not(:read-only) {
  padding-right: 130px;
}

.input,
.input-tab__text {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 20px;

  font-family: inherit;
  font-size: 16px;
  color: #343a4a;

  border: 0;
  border: 1px solid #a9abb2;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: none;

  box-sizing: border-box;
}
.input-tab__text {
  cursor: pointer;
  border-color: #3a8bbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.input-tab__text .status-primary {
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.input-tab__text-label {
  margin-right: 0.5em;
  opacity: 0.5;
}
.input-tab:checked ~ .input-tab__text {
  cursor: default;
  pointer-events: none;
  background-color: #0078a8;
  color: #fff;
}
.input-tab:checked ~ .input-tab__text .status-primary {
  color: #fff;
}
@media (min-width: 1025px) {
  .input-tab__text:hover {
    background-color: #0078a8;
    color: #fff;
  }
  .input-tab__text:hover .status-primary {
    color: #fff;
  }
}
.input--light {
  border-color: rgba(0, 0, 0, 0.12);
}
.input:focus {
  outline: none;
}
.input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.input[type="number"]::-webkit-inner-spin-button,
.input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.input[disabled] {
  background: #f1f2f4;
  border-color: #e1e4e8;
  color: #a6aebc;
  pointer-events: none;
}
.input-title {
  border: none;
  outline: none;
}
@media (max-width: 1499px) {
  .input,
  .input-tab__text {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
}

.txt-input {
  display: block;
  position: relative;
}
.txt-input__input {
  width: 100%;
  position: relative;
}
.txt-input__input--code {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.txt-input__input--code .txt-input__field {
  margin-right: 40px;
}
.txt-input__ctrl {
  display: none;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  animation: fadeIn 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.txt-input__field {
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    border-radius 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.edm-connect__input .txt-input__field {
  max-width: 360px;
  height: 40px;
  background: #f8f9fb;
  border: 1px solid #0078a8;
  border-radius: 4px;
}
.edm-connect__body {
  margin-top: 20px;
}
.txt-input__field ~ .txt-input__required {
  position: relative;
}
.txt-input__field--number ~ .txt-input__required--error {
  font-weight: 700;
}
.txt-input__field--code ~ .txt-input__required {
  font-weight: 700;
}

.txt-input__field.is-filled ~ .txt-input__ctrl {
  display: flex;
}
.txt-input__field--toggle:focus {
  border-radius: 6px 6px 0px 0px;
}
.txt-input__field:focus:not(:read-only) {
  border-color: #0078a8;
}
.txt-input__field.is-error {
  border-color: red;
}
.txt-input__field.is-error ~ .txt-input__required--error {
  display: block;
  position: absolute;
  top: 100%;
}
.txt-input__field.is-success ~ .txt-input__required--success {
  display: block;
}
.txt-input__required {
  display: none;
  position: absolute;
  margin-top: 5px;
  font-size: 12px;
}
.txt-input__required--error {
  color: #ef4056;
}
.txt-input__required--success {
  color: #0078a8;
}
.txt-input__required--dbl {
  width: calc(100% * 2);
}
.txt-input__icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  font-size: 18px;
  color: #9ea0a8;
}
.txt-input__sup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 10px;
  width: 44px;
  height: 100%;
}
.txt-input__sup.is-success {
  color: #2cb150;
}
.txt-input__label {
  display: block;
  min-height: 40px;
}
.txt-input__message {
  margin-top: 5px;
}
.txt-input__textarea {
  position: relative;
  display: block;

  padding: 15px 15px;
  width: 100%;
  height: 130px;

  box-shadow: none;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;

  font-family: "Houschka Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  resize: none;
  overflow: hidden;
  overflow-y: auto;
}
.txt-input__textarea:focus {
  outline: none;
}
.txt-input__textarea.is-error {
  border-color: red;
}
.txt-input__textarea:focus + .txt-input__placeholder,
.txt-input__textarea.is-filled + .txt-input__placeholder {
  opacity: 0.6;
  -webkit-transform: translate3d(0, -20px, 0) scale3d(0.75, 0.75, 1);
  -moz-transform: translate3d(0, -20px, 0) scale3d(0.75, 0.75, 1);
  transform: translate3d(0, -20px, 0) scale3d(0.75, 0.75, 1);
}
.txt-input__textarea:read-only {
  color: rgba(52, 58, 74, 0.6);
  font-family: "Houschka Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.txt-input__textarea--declarer {
  padding: 24px;
  line-height: 1.5;
}
.txt-input .icon--view {
  font-size: 18px;
}
.txt-input--tip {
  display: flex;
  align-items: center;
  position: relative;
}
.txt-input--rel {
  display: flex;
  position: relative;
}
.txt-input--rel .help {
  margin: 0;
}
.txt-input__tip--hidden {
  height: 0;
}
.txt-input__tip .help__icon {
  margin-left: 10px;
}
.txt-input .help {
  position: static;
}
.txt-input .help__drop {
  left: 0;
  right: 0;
  bottom: 100%;
  width: auto;
}
@media (min-width: 768px) {
  .txt-input--help {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .txt-input--help .txt-input__label {
    width: 100%;
  }
  .txt-input--help .txt-input__input {
    display: flex;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .txt-input--help .txt-input__help {
    width: 50%;
  }
}

@media (max-width: 1499px) {
  .txt-input__icon {
    top: 5px;
    right: 5px;
  }
  .txt-input__sup {
    width: 36px;
    right: 5px;
  }
  .txt-input__textarea--declarer {
    padding: 18px;
    line-height: 1.42;
  }
}
@media (max-width: 767px) {
  .txt-input__label {
    margin-bottom: 10px;
    min-height: auto;
  }
  .txt-input--help .txt-input__help {
    font-size: 12px;
    opacity: 0.5;
  }
  .txt-input__textarea--declarer {
    padding: 15px;
  }
}

/* checkbox */
.cb-input {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
}
.cb-input__checkbox:not(:checked),
.cb-input__checkbox:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.cb-input__label {
  display: inline-block;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

  line-height: 20px;
  font-weight: 500;
}
.cb-input__label--account {
  display: inline-block;
  font-weight: 400;
  padding-left: 30px;
}
.cb-input__label a {
  display: inline;
}
.cb-input__check {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;

  border: 0;
  border-radius: 3px;
  background: none;
  border: 1px solid #0078a8;
  box-shadow: none;

  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;

  cursor: pointer;
  box-sizing: border-box;
}
.cb-input__check:after {
  display: none;
  content: "";
  position: absolute;
  top: 0px;
  left: 3px;
  width: 12px;
  height: 6px;
  /*border: 2px solid transparent;*/
  border-left: 2px solid #0078a8;
  border-bottom: 2px solid #0078a8;
  border-radius: 0px;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;

  box-sizing: border-box;

  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.cb-input__field {
  display: none;
  padding: 0;
  padding-left: 40px;
  border: 0;
  height: 20px;
  border-radius: 0;
  background: none;
}
.cb-input.is-edit > .cb-input__field {
  display: block;
}
.cb-input.is-edit > .cb-input__label {
  display: none;
}

.cb-input__checkbox:checked + .cb-input__check {
  background: #0078a8;
  border-color: #0078a8;
}
.cb-input__checkbox:checked + .cb-input__check:after {
  display: block;
  opacity: 1;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.cb-input__checkbox.is-error ~ .cb-input__label {
  color: #e7344c;
}

.cb-input__checkbox:disabled {
  pointer-events: none;
}
.cb-input__checkbox:disabled ~ .cb-input__label {
  cursor: default;
  opacity: 0.3;
}
.cb-input--right-desktop .cb-input__label {
  padding-left: 0;
  padding-right: 48px;
}
.cb-input--right-desktop .cb-input__check {
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .cb-input:hover .cb-input__check:after {
    display: block;
    opacity: 0.6;
  }
  .cb-input__checkbox:hover:disabled .cb-input__check,
  .cb-input__checkbox:disabled + .cb-input__check {
    opacity: 0.1;
  }
}
@media (max-width: 959px) {
  .cb-input__label {
    padding-left: 30px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .cb-input--right {
    width: 100%;
  }
  .cb-input--right .cb-input__label {
    padding-left: 0;
    padding-right: 48px;
  }
  .cb-input--right .cb-input__check {
    left: auto;
    right: 0;
  }
}

/* Select */
.b-select {
  position: relative;
}
.b-select.is-open .dropdown-menu {
  display: block;
}
.b-select__field ~ .b-select__picker > .button {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.b-select .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #0078a8;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  z-index: 3;
  overflow: hidden;
}
.b-select__label {
  min-height: 40px;
}
.b-select__head {
  display: flex;
  align-items: center;
  min-height: 40px;
}
.b-select__head .b-select__label {
  min-height: 0;
}
.b-select__check {
  margin-left: auto;
  padding-left: 20px;
}
.b-select__picker:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  position: relative;
  display: block;
  width: auto;
  box-sizing: border-box;
}
.b-select__picker:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ):after {
  content: " ";
  display: block;
  clear: both;
}
.b-select__picker:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ):focus {
  outline: none;
}
.b-select__picker > .dropdown-toggle {
  display: flex;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  color: #343a4a;
  background: #ffffff;
  padding: 0 60px 0 20px;
  height: 60px;
  border-radius: 6px;
  border: 1px solid #a9abb2;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: auto;
}
.b-select__picker.disabled > .dropdown-toggle {
  background: #f1f2f4;
  color: #a6aebc;
  pointer-events: none;
}
.b-select__picker.disabled > .dropdown-toggle .bs-caret {
  opacity: 0.2;
}
.b-select__picker.open > .dropdown-toggle,
.b-select__picker > .dropdown-toggle:hover {
  border: 1px solid #0078a8;
  color: #343a4a;
}
.b-select .b-select__picker.open > .dropdown-toggle {
  border-radius: 6px 6px 0 0;
}

.b-select__picker .dropdown-toggle:focus {
  outline: none !important;
  border: 1px solid #0078a8;
  color: #343a4a;
}
.b-select__picker.btn-group .dropdown-toggle .bs-caret {
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 40px;
  font-size: 12px;
  color: #343a4a;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.b-select__picker.btn-group.open .dropdown-toggle .bs-caret {
  transform: rotate(180deg);
}
.b-select__picker.btn-group .dropdown-toggle .bs-caret:before {
  content: "\e917";
  font-family: "MegaIcons";
}
.b-select__picker.btn-group.open .dropdown-toggle .caret {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b-select__picker.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-select__picker.btn-group .dropdown-toggle .filter-option strong {
  color: #a6aebc;
  font-weight: 400;
}

.b-select__picker.btn-group .dropdown-menu.inner {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0;
}
.b-select__picker.btn-group .dropdown-menu.inner {
  overflow: hidden;
}
.b-select__picker.btn-group .dropdown-menu li {
  margin-bottom: 0;
  box-sizing: border-box;
}
.b-select__picker.btn-group .dropdown-menu li.dropdown-header {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 40px 0 20px;
  border-bottom: 1px solid #e4e8eb;

  font-weight: 700;

  box-sizing: border-box;
}
.b-select__picker.btn-group .dropdown-menu li.hidden {
  display: none;
}
.b-select__picker.btn-group .dropdown-menu li + li {
  margin-top: 0px;
}
.b-select__picker.btn-group .dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  border: 0;
  color: #343a4a;
  line-height: 20px;
}
/* .b-select__picker.btn-group .dropdown-menu li a:hover {
  background: #f2f2f2;
} */
.bootstrap-select.btn-group .dropdown-menu li.selected a {
  background: rgba(0, 120, 168, 0.2);
}
.b-select__picker.btn-group .dropdown-menu li a.opt {
  padding: 5px 20px;
  min-height: 30px;
}
.b-select__picker.btn-group .dropdown-menu li a.opt {
  padding: 0;
}
.b-select__picker.btn-group .dropdown-menu li a.opt.opt--not-offset {
  padding: 0;
}
.filter-option .status-primary,
.filter-option .status-success,
.filter-option .status-error,
.filter-option .status-warning,
.b-select__picker.btn-group .dropdown-menu li a .status-primary,
.b-select__picker.btn-group .dropdown-menu li a .status-success,
.b-select__picker.btn-group .dropdown-menu li a .status-error,
.b-select__picker.btn-group .dropdown-menu li a .status-warning {
  /* font-size: 0.85em; */
  margin-left: 10px;
}

.b-select .bs-searchbox {
  position: relative;
  padding: 20px 20px 0;
}
.b-select .bs-searchbox + .dropdown-menu.inner {
  padding-top: 20px;
}
.b-select .bs-searchbox .form-control:focus {
  outline: none;
}
.b-select .bs-searchbox .form-control {
  height: 40px;
  padding: 0 20px;
  border: 1px solid #a9abb2;
  color: #343a4a;
  font-weight: 400;
  font-size: 16px;
  box-sizing: border-box;
}
.b-select .bootstrap-select.btn-group .no-results {
  padding: 0;
  background: none;
  margin: 0;
  white-space: nowrap;
}
.b-select--cols .b-select__picker.btn-group .dropdown-menu.inner {
  display: flex;
  flex-wrap: wrap;
  padding-right: 100px;
  margin: 0 -10px;
}
.b-select--cols .b-select__picker.btn-group .dropdown-menu li {
  width: 50%;
  padding: 0 10px;
}

.b-select--label .b-select__picker.btn-group .dropdown-toggle .filter-option {
  color: #000000;
}
.b-select--label .filter-option > strong {
  font-weight: normal;
  color: #a5a5a5;
}

.b-select--collapse .b-select__picker.btn-group .dropdown-menu li a.opt {
  display: none;
}
.b-select--collapse
  .b-select__picker.btn-group
  .dropdown-menu
  li.is-show
  a.opt {
  display: flex;
}

.b-select--collapse .b-select__picker.btn-group .dropdown-header {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}
.b-select--collapse .b-select__picker.btn-group .dropdown-header:after {
  content: "\e917";

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;

  font-family: "MegaIcons";
  font-size: 10px;

  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.b-select--collapse .b-select__picker.btn-group .dropdown-header.is-show:after {
  transform: rotate(45deg);
}
.b-select__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle .b-select__row {
  flex-wrap: nowrap;
}
.b-select__left {
  min-width: 100px;
  margin-right: 10px;
  text-align: left;
}
.b-select__row .cb-input {
  width: 20px;
  margin-right: 20px;
  padding-bottom: 5px;
}
.b-select__date,
.b-select__picker.btn-group .dropdown-menu li a .b-select__date.status-primary,
.b-select__picker.btn-group .dropdown-menu li a .b-select__date.status-error {
  font-size: 1em;
}
.b-select__date + .b-select__date {
  margin-left: 8px !important;
}

@media (min-width: 957px) {
  .b-select__date {
    flex: none;
  }
  .b-select__row {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1499px) {
  .b-select__picker > .dropdown-toggle {
    height: 40px;
  }
  .b-select__picker.btn-group .dropdown-toggle .bs-caret {
    width: 30px;
    right: 10px;
  }
  .b-select__picker.btn-group .dropdown-toggle .filter-option {
    font-size: 14px;
  }

  .b-select__picker.btn-group .dropdown-menu li.dropdown-header {
    padding: 0 40px 0 10px;
  }
  .b-select__picker.btn-group .dropdown-menu li a.opt {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 16px;
  }
  .declarer-add__input-block
    .b-select__picker.btn-group
    .dropdown-menu
    li
    a.opt {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .b-select__date,
  .b-select__picker.btn-group
    .dropdown-menu
    li
    a
    .b-select__date.status-primary,
  .b-select__picker.btn-group .dropdown-menu li a .b-select__date.status-error {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .b-select__picker.btn-group .dropdown-menu.inner {
    padding: 15px;
  }
  .b-select__picker > .dropdown-toggle {
    padding: 0 32px 0 20px;
  }
  .b-select__label {
    margin-bottom: 10px;
    min-height: auto;
  }
  .b-select__picker.btn-group .dropdown-menu li a.opt {
    min-height: 40px;
  }
  .b-select--collapse .b-select__picker.btn-group .dropdown-menu.inner {
    padding: 10px;
  }
  .b-select__head {
    display: block;
    min-height: auto;
  }
  .b-select__check {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .dropdown-toggle .b-select__row {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .b-select__left {
    width: auto;
    min-width: 84px;
  }
  .b-select__text {
    width: auto;
  }
  /* .b-select__date {
    margin-left: 0 !important;
  } */
  .dropdown-toggle .b-select__date {
    margin-left: 8px !important;
  }
}

/* Buttons */
.button-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  height: 40px;
  width: 40px;
  border: 0;
  border-radius: 50%;

  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  color: inherit;
  background: none;

  text-decoration: none;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;

  -webkit-transition: 0.45s cubic-bezier(0.61, 0, 0.4, 1.01);
  -moz-transition: 0.45s cubic-bezier(0.61, 0, 0.4, 1.01);
  transition: 0.45s cubic-bezier(0.61, 0, 0.4, 1.01);
}
.button-icon:focus,
.button-icon:active {
  outline: none;
}
.button-icon:hover {
  color: inherit;
  text-decoration: none;
}
.button-icon svg path {
  transition: fill 0.33s cubic-bezier(0.4, 0, 0.2, 1),
    stroke 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}

.button-icon.is-disable {
  opacity: 0.5;
  pointer-events: none;
}
.button-icon--social {
  overflow: visible;
  font-size: 18px;
}
.button-icon__caption {
  position: absolute;
  left: 100%;
  top: 2px;
  text-align: left;
  margin-left: 15px;
}
.button-icon--social .button-icon__caption {
  top: 50%;
  transform: translateY(-50%);
}
.button-icon__caption--dark {
  color: #343a4a;
  margin-left: 10px;
}
.button-icon--th-main {
  background: #ffffff;
  color: #343a4a;

  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-icon--th-main:hover {
  background: #10152a;
  color: #abaeb6;
}
.footer .app-links__button--dark svg path {
  fill: #000;
}
.footer .button-icon--th-main:hover svg path {
  fill: #abaeb6;
}
.button-icon--th-main:hover svg [fill]:not([fill="none"]):not([fill="white"]) {
  fill: #abaeb6;
}
.button-icon--th-main:hover svg [fill="white"] {
  fill: #10152a;
}
.button-icon--th-main:hover svg [stroke]:not([stroke="none"]) {
  stroke: #abaeb6;
}
.button-icon--th-inverse {
  background: #343a4a;
  color: #ffffff;
  border: 1px solid #343a4a;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-icon--th-inverse:hover {
  background: #ffffff;
  color: #343a4a;
}
.button-icon--th-primary {
  background: #0078a8;
  color: #ffffff;

  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-icon--th-primary:hover {
  background: #004578;
  color: #ffffff;
}
.button-icon--th-slider {
  background: #f2f2f2;
  color: #343a4a;

  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-icon--th-slider:hover {
  background: #343a4a;
  color: #ffffff;
}
.button-icon--th-remove {
  background: #ffffff;
  color: #343a4a;

  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-icon--th-remove-light {
  background: #f8f9fb;
  color: #343a4a;

  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-icon--th-remove:hover,
.button-icon--th-remove-light:hover {
  background: #ef4056;
  color: #ffffff;
}
.button-icon--th-gray {
  background: #f8f9fb;
  color: #343a4a;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-icon--th-gray:hover {
  background: #e3e3e3;
  color: #343a4a;
}

.button-icon--th-primary-border {
  background: #ffffff;
  border: 1px solid #0078a8;
  color: #0078a8;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-icon--th-primary-border
  svg
  [fill]:not([fill="none"]):not([fill="white"]) {
  fill: #0078a8;
}
.button-icon--th-primary-border svg [stroke]:not([stroke="none"]) {
  stroke: #0078a8;
}
.button-icon--th-primary-border:hover {
  background: #004578;
  color: #ffffff;
}
.button-icon--th-primary-border:hover svg [fill="white"] {
  fill: #004578;
}

.button-icon--th-second {
  background: #ffffff;
  border: 1px solid #a9abb2;
  color: #a9abb2;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-icon--th-second:hover {
  color: #ffffff;
  background: #a9abb2;
}
.button-icon--th-second:hover svg [fill]:not([fill="none"]):not([fill="white"]),
.button-icon--th-primary-border:hover
  svg
  [fill]:not([fill="none"]):not([fill="white"]) {
  fill: #ffffff;
}
.button-icon--th-second:hover svg [fill="white"] {
  fill: #a9abb2;
}
.button-icon--th-second:hover svg [stroke]:not([stroke="none"]),
.button-icon--th-primary-border:hover svg [stroke]:not([stroke="none"]) {
  stroke: #ffffff;
}

.button-icon--th-ctrl {
  background-color: #efefef;
  color: #000000;
  border: 2px solid #ededed;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-icon--th-ctrl:hover {
  background: #ffffff;
}
.button-icon--th-ctrl.is-disable {
  opacity: 0.5;
  pointer-events: none;
}
.radio-button:checked + .button--th-ctrl {
  background: #0078a8;
  color: #ffffff;
}
.button--th-ctrl.yellow-hover:hover,
.radio-button:checked + .button--th-ctrl.yellow-hover,
.yellow-hover:hover {
  background: #ffd530;
  border-color: #ffd530;
  color: #1e1f21;
}
.button-icon--th-help {
  background-color: #efefef;
  color: #1e1f21;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-icon--th-help:hover {
  background: #e3e3e3;
}
.button-icon--th-close {
  background-color: #ef4056;
  color: #ffffff;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-icon--th-close:hover {
  background: #a9abb2;
  color: #ffffff;
}
.button-icon--th-bright {
  background-color: #ffd530;
  color: #343a4a;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-icon--th-bright:hover {
  background: #efbf00;
  /* color: #ffffff; */
}
.button-icon--sm {
  font-size: 12px;
  width: 30px;
  height: 30px;
}
.button-icon--lg {
  font-size: 18px;
}
.button-icon--collapse.collapsed .icon-collapse-close,
.button-icon--collapse .icon-collapse-in {
  display: none;
}
.button-icon--collapse.collapsed .icon-collapse-in,
.button-icon--collapse .icon-collapse-close {
  display: block;
}
@media (max-width: 1279px) {
  .button-icon__caption {
    display: none;
  }
}
@media (max-width: 1499px) {
  .button-icon {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .button-icon--social {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .button-icon--lg {
    font-size: 16px;
  }
}

button {
  background: none;
}

.button {
  position: relative;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: middle;

  padding: 5px 20px;
  height: 60px;
  min-width: 60px;

  border: 0;
  border-radius: 5px;
  box-shadow: none;

  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  color: inherit;
  white-space: nowrap;

  text-decoration: none;
  text-align: center;
  /*overflow: hidden;*/
  cursor: pointer;
  box-sizing: border-box;

  -webkit-transition: 0.33s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.33s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.33s cubic-bezier(0.4, 0, 0.2, 1);
  /*-webkit-mask-image: -webkit-radial-gradient(white, black);*/
}

.button--sm {
  padding: 10px;
  height: auto;
}

.button.is-overlay {
  pointer-events: none;
}
.button.is-overlay .button__text {
  opacity: 0;
}
/*.button.is-disable {
        opacity: .5;
        pointer-events: none;
    }*/
.object__ctrl-group .button.is-disable {
  /* opacity: .5; */
  pointer-events: none;
  color: #a6aebc;
  background-color: #e1e4e8;
}
.button.is-overlay:after {
  content: "";
  width: 18px;
  height: 18px;

  border-style: solid;
  border-color: rgba(0, 79, 236, 1);
  border-left-color: rgba(0, 79, 236, 0.1);
  border-width: 2px;
  border-radius: 50%;

  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  animation: rotate 1s linear infinite;
}

.button.is-disable.is-animate {
  animation: shake 0.4s;
}

.epd__loader.button.is-overlay {
  padding-left: 60px;
  background: #e1e4e8;
  color: #a6aebc;
}
.epd__loader.button .button__text--overlay {
  display: none;
}
.epd__loader.button.is-overlay .button__text--overlay {
  display: block;
}
.epd__loader.button.is-overlay .button__text {
  display: none;
}
.epd__loader.button.is-overlay:after {
  left: 30px;
  border-color: rgba(166, 174, 188, 1);
  border-left-color: rgba(166, 174, 188, 0.1);
}
.epd__loader:not(.is-overlay) + .epd__loader-remove {
  display: none;
}

.button:focus,
.button:active {
  outline: none;
}
.button:hover {
  color: inherit;
  text-decoration: none;
}

.button__tooltip {
  display: none;
  padding: 20px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  background: #343a4a;
  color: #ffffff;
  border-radius: 5px;
  transform: translate(-50%, 0);
  animation: fadeIn 0.25s 0.15s cubic-bezier(0.4, 0, 0.2, 1) backwards;
  box-sizing: border-box;
}
.button__tooltip:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  background: #343a4a;
  transform: rotate(45deg) scale(0.8, 1);
}
.button__tooltip--right {
  transform: translate(0, 0);
  right: -10px;
  left: auto;
}
.button__tooltip--right:before {
  left: auto;
  right: 25px;
  margin: 0;
}

@media (min-width: 1280px) {
  .button:hover > .button__tooltip {
    display: block;
  }
}

.button__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.button__icon {
  height: 100%;
  margin: 0 12px;
}
.button__icon:first-child {
  margin-left: 0;
}
.button__icon:last-child {
  margin-right: 0;
}

.button--th-main.is-disable,
.button--th-error.is-disable {
  pointer-events: none;
  opacity: 0.5;
}
/* .button--th-second.is-disable {
        pointer-events: none;
        opacity: .5;
    } */
.button--th-main {
  background: #0078a8;
  color: #ffffff;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button--th-main:hover {
  color: #ffffff;
  background: #004578;
}
.button--th-main:active {
  color: #ffffff;
  background: #004578;
}
.button--th-main.is-overlay:after {
  border-color: rgba(255, 255, 255, 1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.button--th-second {
  background: #ffd530;
  color: #343a4a;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button--th-second.is-disable {
  opacity: 0.5;
  pointer-events: none;
}
.button--th-error {
  background: #ed412d;
  color: #ffffff;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button--th-second._light {
  color: #ffffff;
}
.button--th-second:not(.not-hover):hover,
.button--th-second:not(.not-hover):active {
  background: #efbf00;
  color: #343a4a;
}
.button.not-hover {
  cursor: default;
}
.button--th-error:hover,
.button--th-error:active {
  background: #d33827;
  color: #ffffff;
}

.button--th-action {
  background: #f6f6f4;
  color: #1e1f21;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button--th-action:hover {
  background: #efbf00;
}
.button--th-action:active {
  background: #efbf00;
}

.button--th-ctrl {
  background: transparent;
  color: #0078a8;
  border: 1px solid #0078a8;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button--th-ctrl:hover {
  background: #0078a8;
  color: #ffffff;
}
.button--th-ctrl:active {
  background: #0078a8;
  color: #ffffff;
}
.button--th-ctrl.is-disable {
  background: #f1f2f4;
  border-color: #e1e4e8;
  color: #a6aebc;
  pointer-events: none;
}

.button--th-help {
  background: #f6f6f4;
  color: #1e1f21;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.button--th-help:hover {
  background: #e3e3e3;
  color: #1e1f21;
}
.button--red-hover:hover {
  background: #ef4056;
  color: #ffffff;
}
.button--red-hover:focus,
.button--red-hover:active {
  background: #ef4056;
  color: #1e1f21;
}
.button--blue-hover:hover,
.button--blue-hover:focus,
.button--blue-hover:active {
  background: #0078a8;
  color: #ffffff;
}
.button--gray-hover:hover,
.button--gray-hover:focus,
.button--gray-hover:active {
  background: #e3e3e3;
  color: #1e1f21;
}
.button--green-active {
  background: #29b04e;
  color: #ffffff;
}
.button--green-active:hover,
.button--green-active:focus,
.button--green-active:active {
  background: #24a045;
  color: #ffffff;
}
.button--green-active.is-active {
  background: #29b04e;
  color: #ffffff;
}
.button--yellow-hover:hover,
.button--yellow-hover:focus,
.button--yellow-hover:active {
  background: #ffd530;
  /* border-color: #29b04e; */
  color: #43474f;
}
.button--hover-green:hover,
.button--hover-green:focus,
.button--hover-green:active,
.cb-input__checkbox:checked + .button--hover-green {
  background: #29b04e;
  border-color: #29b04e;
  color: #ffffff;
}
.cb-input__checkbox:checked + .button-checked-blue {
  background: #0078a8;
  border-color: #0078a8;
  color: #ffffff;
}
.cb-input__checkbox:disabled + .button--th-ctrl {
  background: #f1f2f4;
  border-color: #e1e4e8;
  color: #a6aebc;
  pointer-events: none;
}
.button--red-hover:hover .testimony-individual__icon .icon--arrow-right,
.button--blue-hover:hover .testimony-individual__icon .icon--arrow-right {
  color: #000;
}

.button--group-yellow:hover,
.button--group-yellow:focus,
.button--group-yellow:active {
  border-color: #ffd530;
}

.button--group-yellow:hover .button,
.button--group-yellow:focus .button,
.button--group-yellow:active .button {
  background-color: #ffd530;
  border-color: #ffd530;
  color: #343a4a;
}

@media (max-width: 1499px) {
  .button {
    padding: 5px 10px;
    height: 40px;
    min-width: 40px;
    font-size: 14px;
  }
}

.img {
  position: relative;
  display: block;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.container {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  max-width: 1920px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.container-wrap {
  margin-left: -40px;
  margin-right: -40px;
}

.block-wrap {
  margin-left: -40px;
  margin-right: -40px;
}
.catalog__body .block-wrap {
  margin-inline: 0;
}
.block {
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.block-left {
  padding-left: 40px;
  box-sizing: border-box;
}
.block-sm {
  padding-left: 20px;
  padding-right: 20px;
}
.card {
  padding: 40px;
  box-sizing: border-box;
}
.card-padding-right-s {
  padding-right: 20px;
}
.block-index {
  padding-right: 40px;
}
@media (max-width: 1819px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .container-wrap {
    margin-left: -32px;
    margin-right: -32px;
  }
  .block-wrap {
    margin-left: -32px;
    margin-right: -32px;
  }
  .catalog__body .block-wrap {
    margin-inline: 0;
  }
  .block {
    padding-left: 32px;
    padding-right: 32px;
  }
  .card-padding-right-s {
    padding-right: 32px;
  }
  .block-left {
    padding-left: 32px;
  }
  .card {
    padding: 32px;
  }
  .block-index {
    padding-right: 32px;
  }
}
@media (max-width: 1499px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .block-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .card {
    padding: 20px;
  }

  .block-index {
    padding-right: 20px;
  }
}
@media (max-width: 1279px) {
  .block-index {
    padding-right: 0;
  }
  .block-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .catalog__body .block-wrap {
    margin-inline: -20px;
  }
}
@media (max-width: 1024px) {
  .container-wrap-mobile {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    overflow: hidden;
  }
}

.th-inverse {
  background: #343a4a;
  color: #ffffff;
}

.tab-nav {
  display: flex;
  margin: 0;
  list-style: none;
}
.tab-nav__item + .tab-nav__item {
  margin-left: 40px;
}
.tab-nav__link {
  background: #ffffff;
  border: 1px solid #d8dde2;
  color: #a9abb2;
}
.tab-nav__link:hover {
  background: #eef6ff;
  border-color: #eef6ff;
  color: #343a4a;
}
.tab-nav__item.active .tab-nav__link {
  background: #eef6ff;
  border-color: #eef6ff;
  color: #343a4a;
}
@media (max-width: 1499px) {
  .tab-nav__item + .tab-nav__item {
    margin-left: 20px;
  }
}
.tab-wrap {
}
.tab-wrap__nav {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f1f1f5;
}
@media (max-width: 1499px) {
  .tab-wrap__nav {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.tab-container {
  display: none;
  animation: fadeIn 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.tab-container.active {
  display: block;
}
.tab-container__inner {
}

.collapse-link {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.collapse-link:not(.button--th-main) {
  color: inherit;
}
.collapse-link > .link__icon {
  margin-left: 20px;
  font-size: 12px;
  color: #343a4a;
  background: #ffffff;
}
.collapse-link--second > .link__icon {
  background: #efefef;
  color: #343a4a;
}
.collapse-link--bordered > .link__icon {
  border: 1px solid rgba(151, 151, 151, 0.2);
}
.collapse-link .link__text {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.collapse-link ._first,
.collapse-link ._last {
  display: block;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.collapse-link ._first {
  display: none;
}
/* .collapse-link ._last {transform: translate(0, -20px);} */
.collapse-link.collapsed ._first {
  display: block;
}
.collapse-link.collapsed ._last {
  display: none;
}

.collapse-link .icon {
  transform: rotate(180deg);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.collapse-link.collapsed .icon {
  transform: rotate(0deg);
}
@media (max-width: 1499px) {
  .collapse-link > .icon {
    font-size: 12px;
  }
}

.accordion-body {
  /*animation: fadeIn .25s .15s cubic-bezier(0.4, 0.0, 0.2, 1) backwards;*/
}
.accordion-body--full {
  width: 100%;
}
.accordion-body.collapse {
  display: none;
}
/* .accordion-body--message, */
.accordion-body--message.collapse {
  display: block;
  visibility: hidden;
  height: 0;
}
.accordion-body.collapse.in {
  display: block;
}
.accordion-body--message.collapse.in {
  visibility: visible;
  height: auto;
}
.accordion-body.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-body__inner {
  box-sizing: border-box;
  /*animation: slideDown-30 .25s .2s cubic-bezier(0.4, 0.0, 0.2, 1) backwards,
                    fadeIn .35s cubic-bezier(0.4, 0.0, 0.2, 1);*/
  animation: fadeIn 0.25s 0.15s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}
.accordion-body__inner--form {
  padding: 0 20px 20px 40px;
}
@media (max-width: 767px) {
  .accordion-body__inner--form {
    padding-right: 0;
  }
}
@media (max-width: 400px) {
  .collapse-link {
    display: block;
    white-space: normal;
  }
  .collapse-link--change-text {
    display: inline-flex;
  }
}

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

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.page__header {
  position: relative;
}
.page__submenu {
  margin-bottom: 80px;
  position: relative;
  display: flex;
  align-items: center;
  /* padding-inline: 32px; */
  box-sizing: content-box;
}

@media (min-width: 1840px) {
  .page__submenu {
    box-sizing: border-box;
    /* padding-inline: 0; */
  }
}

.page__submenu:last-child {
  margin-bottom: 0;
}
.page__submenu.is-light {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.page__head {
  position: relative;
  padding-bottom: 40px;
  margin-top: -2px;
  padding-top: 2px;
}
.page__head--bg {
  padding-top: 135px;
  margin-top: -101px;
  padding-bottom: 84px;
  position: relative;
}
.page__head--not-offset {
  padding-bottom: 0;
}
.page__head--default {
  background: #f4f6f8;
}
.page__head--primary {
  background: #0078a8;
  color: #ffffff;
}
.page__head--entity {
  background: #0078a8;
  color: #ffffff;
}
.page__head--individual {
  background: #b4cdc5;
}
.page__head__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.page__head-inner {
  position: relative;
}
.page__head-block {
  display: flex;
}
.page__crumbs-item {
  margin-left: 60px;
}
.page__head-inner:first-child {
  padding-top: 80px;
}
.page__head-inner + .page__head-inner {
  margin-top: 80px;
}
.page__head-inner + .page__head-inner--sm {
  margin-top: 40px;
}
.page__head-inner--declarants {
  max-width: 640px;
}
.page__head-inner--short .page__back {
  width: 100%;
  margin-bottom: 40px;
}
.page__head-inner--with-aside {
  position: relative;
}
@media (min-width: 768px) {
  .page__head-inner--with-aside {
    padding-right: 80px;
  }
}
@media (min-width: 1280px) {
  .page__head-inner--with-aside {
    width: 75%;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .page__head-inner--with-aside .page__title {
    padding-right: 40px;
  }
}
.page-head__add-link {
  margin-left: auto;
  z-index: 5;
}
.page-head__add-link .add-drop__drop {
  left: auto;
  right: 0;
}
.page-head__add-link .add-drop__drop::before {
  display: none;
}
@media (max-width: 576px) {
  .page-head__add-link {
    position: static;
    /* margin-top: 0;
    margin-left: auto; */
  }
  .page-head__add-link.header-instruction {
    padding-left: 0;
  }
  .page__head-inner--entity {
    display: flex;
    align-items: center;
  }
  .page__head-inner--entity .link__text {
    display: none;
  }
}
.page__back--not-full {
  width: auto;
}
.page__title {
  position: relative;
  font-weight: 500;
}
.page__title--icon {
  display: flex;
  align-items: center;
}
.page__descr {
  max-width: 50%;
  margin-top: 14px;
}
.page__descr--sm {
  max-width: 70%;
}
.page__descr--full {
  max-width: 100%;
  margin-top: 20px;
}
.page__descr--half-width-offset {
  max-width: calc(50% - 40px);
}
.page__descr--entity {
  margin-top: 2.5em;
  color: #a9abb2;
}
.page__title > .fab-icon {
  margin-right: 20px;
  font-size: 20px;
  color: #ffffff;
  background: #0078a8;
}
.page__subtitle-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.page__subtitle-text {
  opacity: 0.6;
  margin-right: 30px;
}
.page__head + .page__main.is-grid {
  padding-top: 0px;
}
.page__main.is-offset {
  padding-top: 40px;
}
.page__main {
  padding-top: 0;
  padding-bottom: 80px;
}
.page__main--filters {
  margin-top: 20px;
}
.page__main--bottom {
  padding-bottom: 0;
}
.page__main--full {
  flex-grow: 1;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.page__main--top-offset {
  padding-top: 80px;
}
.page__main.is-grid {
  padding-bottom: 0;
}
.page__index {
  position: relative;
}
.page__index.block-wrap {
  margin-left: 0;
}
.page__aside {
  padding-right: 0;
  padding-left: 0;
}
.page__alerts {
  margin-bottom: 40px;
}
.page__alerts > .alert + .alert {
  margin-top: 20px;
}
.page__footer {
  margin-top: auto;
  overflow: hidden;
}
@media (min-width: 1500px) {
  .page__head--inset {
    padding-bottom: 160px;
    margin-bottom: -102px;
  }
  .page__head--account {
    padding-bottom: 172px;
    margin-bottom: -131px;
  }
  .page__head--entity-account {
    padding-left: 0;
    padding-right: 0;
    margin-left: 32px;
    margin-right: 32px;
    width: auto;
  }
  .page__alerts {
    padding: 0;
  }
  .page__head-inner--declarants {
    padding-left: 0;
  }
  .page__aside--offset {
    padding-top: 30px;
  }
}
@media (min-width: 1820px) {
  .page__head--entity-account {
    margin-left: 40px;
    margin-right: 40px;
  }
}
/* @media (min-width: 1921px) {
  .page__head--entity-account {
    margin-left: auto;
    margin-right: auto;
    max-width: 1840px;
    width: 100%;
  }
} */
@media (min-width: 1280px) {
  .page__head-inner--flex {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
  }
  .page__filter {
    width: 100%;
    margin-top: 40px;
  }
  .page__main {
    width: 100%;
    display: flex;
  }
  .page__index {
    width: 100%;
    /*padding-right: 0;*/
  }
  .page__aside {
    flex: none;
    /*width: 27.17392%;*/
    width: 25%;
  }
  .page__aside--offset {
    padding-top: 20px;
  }
  .page__submenu.container-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .page__alerts {
    padding-right: 0;
  }
}
@media (min-width: 1280px) and (max-width: 1500px) {
  .page__alerts--full {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .page__ctrl {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .page__ctrl > .button {
    margin-left: 20px;
  }
}
@media (min-width: 577px) {
  .page__head-inner--flex-full {
    display: flex;
  }
}
@media (max-width: 1499px) {
  .page__head__bg {
    background-size: contain;
  }
  .page__header + .page__main {
    padding-top: 20px;
  }
  .page__head {
    padding-left: 0;
    padding-right: 0;
  }
  .page__head {
    padding-bottom: 20px;
  }
  .page__head--primary {
    margin-left: -20px;
    margin-right: -20px;
  }
  .page__head--not-offset {
    padding-bottom: 0;
  }
  .page__head--inset {
    padding-bottom: 30px;
  }
  .page__head-inner--declarants {
    padding-left: 20px;
  }
  .page__descr {
    max-width: 70%;
  }
  .page__descr--sm {
    max-width: 90%;
  }
  .page__descr--full {
    max-width: 100%;
    margin-top: 14px;
  }
  .page__descr--half-width-offset {
    max-width: calc(50% - 20px);
  }
  .page__submenu {
    margin-bottom: 40px;
  }
  .page__head-inner:first-child {
    padding-top: 40px;
  }
  .page__back {
    margin-bottom: 20px;
  }
  .page__title > .fab-icon {
    width: 40px;
    height: 40px;
  }
  .page__main {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }
  .page__main--full {
    flex-grow: 1;
    padding-bottom: 0;
  }
  .page__main--bottom {
    padding-bottom: 0;
  }
  .page__main--top-offset {
    padding-top: 40px;
  }
  .page__main.is-offset {
    padding-top: 20px;
  }
  .page__footer {
    padding: 0;
  }
}
@media (max-width: 1279px) {
  .page__submenu {
    margin-bottom: 20px;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .page__submenu::-webkit-scrollbar {
    display: none;
  }
  .page__head--inset {
    padding-bottom: 40px;
  }
  .page__head__bg {
    display: none;
  }
  .page__head-inner + .page__head-inner {
    margin-top: 60px;
  }
  .page__head-inner + .page__head-inner--sm {
    margin-top: 30px;
  }
  .page__head-inner:first-child {
    padding-top: 20px;
  }
  .page__crumbs-item {
    margin-left: 30px;
  }
  .page__ctrl {
    margin-top: 40px;
  }
  .page__filter {
    margin-top: 40px;
  }
  .page__main {
    padding-bottom: 20px;
  }
  .page__main--bottom {
    padding-bottom: 0;
  }
  .page__main--top-offset {
    padding-top: 20px;
  }
  .page__index.block-wrap {
    margin-right: 0;
  }
  .page__aside {
    padding: 0;
    margin-top: 40px;
  }
  .page__aside--desktop {
    display: none;
  }
}
@media (max-width: 959px) {
  .page__header {
    padding: 0;
  }
  .page__descr--half-width-offset {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page__ctrl > .button {
    margin-top: 20px;
  }
  .page__subtitle-container {
    display: block;
  }
  .page__subtitle-text {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page__descr {
    max-width: 100%;
    margin-top: 10px;
  }
  .page__descr--entity {
    margin-top: 2em;
  }
  .page__head-inner--entity {
    padding-inline: 10px;
  }
  .block {
    padding-inline: 10px;
  }
  .card-padding-right-s {
    padding-right: 10px;
  }
}
@media (max-width: 576px) {
  .page__head-inner:first-child {
    padding-inline: 20px;
  }

  .sub-menu__link-back {
    padding-right: 0;
  }
}

.app-links {
  display: flex;
  align-items: center;

  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.4px;
  color: #a9abb2;
}
.app-links .button-icon__caption {
  color: #a9abb2;
}
.app-links__title {
  margin-right: 30px;
}
.app-links__title--short {
  max-width: 90px;
}
.app-links__caption {
  margin-right: 30px;
  max-width: 90px;
}
.app-links__button {
  display: inline-flex;
  align-items: center;
  overflow: visible;
}
.app-links__button + .app-links__button {
  margin-left: 15px;
}
.app-links__button svg {
  max-width: 50%;
  max-height: 50%;
}
.app-links__button--dark svg [fill]:not([fill="none"]):not([fill="white"]) {
  fill: #343a4a;
}

@media (max-width: 1499px) {
  .app-links__title {
    margin-right: 6px;
  }
  .app-links__caption {
    margin-right: 6px;
  }
  .app-links__button + .app-links__button {
    margin-left: 6px;
  }
  .app-links__title.h3 {
    font-size: 14px;
  }
}
@media (max-width: 1499px) {
  .app-links__title,
  .app-links__caption {
    margin-right: 14px;
    font-size: 12px;
    max-width: 80px;
  }
  .app-links__button + .app-links__button {
    margin-left: 10px;
  }
}
@media (max-width: 959px) {
  /*.app-links {flex-wrap: wrap;}
        .app-links__title {
            margin-bottom: 10px;
            width: 100%;
        }
        .app-links__title--short {max-width: none;}*/
}
@media (max-width: 650px) {
  .app-links__button--desktop {
    display: none;
  }
}

.auth {
  position: relative;
}
.auth__link {
  display: flex;
  align-items: center;
  text-align: right;
}
.auth__icon {
  align-items: flex-end;
  margin-left: 20px;
  background: #0078a8;
  font-size: 27px;
  color: #ffffff;
}
.auth .fab-icon__label {
  top: -12px;
  right: -10px;
}
.auth__popup {
  top: 100%;
  left: auto;
  right: 0;
  width: 380px;
}
.auth .popup__title {
  font-size: 16px;
}
@media (max-width: 1499px) {
  .auth__icon {
    margin-left: 10px;
    font-size: 22px;
  }
}
.main-nav {
  display: flex;
}
.main-nav__item + .main-nav__item {
  margin-left: 10px;
}
.main-nav__link {
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 10px;
  height: 60px;
  border-radius: 5px;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-nav__link.is-active {
  background: #e2eef5;
  font-weight: 500;
  color: #0078a8;
}
.main-nav__link:hover {
  color: #0078a8;
  background: #e2eef5;
}
@media (max-width: 1819px) {
  .main-nav__link {
    padding: 0 7px;
    font-size: 16px;
  }
  .main-nav__item + .main-nav__item {
    margin-left: 7px;
  }
}
@media (max-width: 1599px) {
  .main-nav__item + .main-nav__item {
    margin-left: 5px;
  }
  .main-nav__link {
    padding: 0 5px;
    font-size: 14px;
  }
}
@media (max-width: 1499px) and (min-width: 1400px) {
  .main-nav__item + .main-nav__item {
    margin-left: 7px;
  }
  .main-nav__link {
    padding: 0 10px;
  }
}
@media (max-width: 1439px) {
  .main-nav__link {
    height: 42px;
  }
}
@media (max-width: 1279px) {
  .main-nav__item:nth-child(5) ~ .main-nav__item {
    display: none;
  }
}
.popup.is-open {
  display: block;
}
.popup {
  display: none;
  position: absolute;

  z-index: 2;
  box-sizing: border-box;
}
.popup__content {
  position: relative;
  padding: 20px;
  background: #f2f2f2;
  border-radius: 6px;
  transform-origin: 50% 0;
  animation: zoomInY 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.popup__inner {
  position: relative;
  animation: fadeIn 0.25s 0.2s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}
.popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 10px;
}
.popup__title {
  align-items: center;
  display: flex;

  margin-bottom: 30px;
  padding-right: 40px;
  min-height: 30px;

  color: inherit;
}
.popup__menu {
  background: #fff;
  margin: 15px -20px;
  padding: 20px;
}
.popup__body {
  margin-bottom: 20px;
}
.popup__body:last-child {
  margin-bottom: 0;
}
.popup__footer {
  display: flex;
}
.popup__footer > .button {
  width: 100%;
}
.popup__footer > .button + .button {
  margin-left: 20px;
}
.popup__footer--right {
  justify-content: flex-end;
}
.popup__footer--right > .button {
  width: auto;
}
.popup__confirm {
  margin: 40px 0 20px;
  font-size: 14px;
}
.city-picker____overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background: #25265e;
  transform-origin: 50% 0%;
  animation: zoomInY 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.city-picker____overlay.is-mobile {
  opacity: 0;
}
@media (min-width: 960px) {
  .popup__overlay {
    display: none;
  }
}
@media (max-width: 1499px) {
  .popup__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 959px) {
  .popup.is-open {
    display: flex;
  }
  .popup {
    align-items: center;
    justify-content: center;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
  }
  .popup__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.25;
    background: #25265e;
    transform-origin: 50% 0%;
    animation: zoomInY 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .city-picker____overlay.is-mobile {
    opacity: 0.25;
  }
  .popup__content {
    max-width: 320px;
    width: 100%;
  }
}
.city-picker {
  position: relative;
}
.city-picker__link {
  display: flex;
  align-items: center;
}
.city-picker__icon {
  background: #ffd530;
  color: #343a4a;
}
.city-picker__popup {
  top: -20px;
  right: -20px;
  width: 420px;
  z-index: 10;
}
@media (max-width: 1499px) {
  .city-picker__popup {
    width: 380px;
  }
}
@media (max-width: 959px) {
  .city-picker__popup {
    padding-top: 120px;
    align-items: flex-start;
    width: auto;
    right: 0;
  }
  .city-picker--mobile .link__text {
    margin-right: 6px;
  }
  .city-picker--mobile .city-picker__icon {
    margin-left: 0;
  }
}

.city-select select.b-select__picker {
  pointer-events: none;
}
.city-select__label {
  margin-bottom: 20px;
}
.city-select .bootstrap-select {
  position: relative;
  display: block;
  width: 100%;
}
.city-select .bootstrap-select > .dropdown-toggle {
  height: 60px;
  padding: 0 20px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border: 1px solid #a9abb2;
  color: #343a4a;
  justify-content: flex-start;
  box-sizing: border-box;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: auto;
}
.city-select--icon .bootstrap-select > .dropdown-toggle:before {
  content: "\e911";
  font-family: "MegaIcons";
  font-size: 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  background: #ffd530;
  border-radius: 50%;
}
.city-select .bootstrap-select.open > .dropdown-toggle {
  border-color: #d7d8db;
  border-radius: 5px 5px 0px 0px;
}
.city-select .bootstrap-select > .dropdown-toggle:focus {
  outline: none;
}
.city-select .bs-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 12px;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}
.city-select--faq .bs-caret {
  padding: 0;
  height: 100%;
}
.city-select .caret:after {
  content: "\e917";
  font-family: "MegaIcons";
}
.city-select--faq .caret:after,
.city-select--caret-hidden .caret:after {
  display: none;
}
.city-select > .bootstrap-select.open .bs-caret {
  transform: rotate(180deg);
}
.city-select > .bootstrap-select .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;

  background: #ffffff;
  border: 1px solid #d7d8db;
  border-radius: 0px 0px 5px 5px;
  z-index: 1;
}
.city-select--faq .dropdown-menu.open {
  border-color: #0078a8;
  border-radius: 0px 0px 6px 6px;
}
.city-select > .bootstrap-select .dropdown-menu.inner {
  display: flex;
  flex-wrap: wrap;
  position: static;
  list-style: none;
  padding: 20px;
  margin: 0 -5px;
  border-radius: 0;
}
.city-select > .bootstrap-select .dropdown-menu li {
  width: 50%;
  padding: 0 5px;
  box-sizing: border-box;
}
.city-select--faq > .bootstrap-select .dropdown-menu li {
  width: calc(100% / 3);
}
.city-select--fast-pay > .bootstrap-select .dropdown-menu li {
  width: calc(100% / 3);
}
.city-select > .bootstrap-select .dropdown-menu li.divider {
  width: 120%;
  padding: 10px 0 0;
  margin: 0 -20px 10px;
  border-bottom: 1px solid #d7d8db;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  padding: 0 20px;
  min-height: 40px;
  display: flex;
  align-items: center;
  color: #343a4a;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.b-select--with-search
  .bootstrap-select.btn-group
  .dropdown-menu
  li:first-child {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover,
.bootstrap-select.btn-group .dropdown-menu li.selected a {
  background: #cce4ee;
}
.bootstrap-select.btn-group .dropdown-menu li a.link {
  color: #0078a8;
  text-decoration: underline;
}
.bootstrap-select.btn-group .dropdown-menu li a.link:hover {
  color: #0078a8;
  background: #ffffff;
  text-decoration: none;
}
.city-select > select.is-error ~ .city-select__required--error {
  display: block;
}
.city-select__required {
  display: none;
  position: absolute;
  margin-top: 5px;
  font-size: 12px;
}
.city-select__required--error {
  color: #ef4056;
}
.city-select--label
  .b-select__picker.btn-group
  .dropdown-toggle
  .filter-option {
  color: #000000;
}
.city-select--label .filter-option > strong {
  font-weight: normal;
  color: #a5a5a5;
}
.city-select--card > .bootstrap-select > .dropdown-toggle {
  border: 0;
}
@media (max-width: 1499px) {
  .city-select .bootstrap-select > .dropdown-toggle {
    height: 40px;
    padding: 0 20px;
  }
  .city-select .bootstrap-select > .dropdown-toggle:before {
    height: 30px;
    width: 30px;
  }
  .city-select .bs-caret {
    height: 30px;
    width: 30px;
    top: 5px;
    right: 10px;
  }
  .city-select--faq .bs-caret {
    padding: 0;
    height: 100%;
  }
  .bootstrap-select.btn-group .dropdown-menu li a {
    padding: 0 10px;
  }
}
@media (max-width: 1499px) {
  .city-select .bootstrap-select > .dropdown-toggle {
    padding: 0 10px;
  }
  .city-select .bootstrap-select > .dropdown-toggle:before {
    margin-right: 10px;
  }
}
@media (max-width: 1279px) {
  .city-select--fast-pay > .bootstrap-select .dropdown-menu li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .city-select__label {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .city-select--faq > .bootstrap-select .dropdown-menu li {
    width: 50%;
  }
}

.header {
  position: relative;
}
.header.is-disabled {
  pointer-events: none;
  z-index: 1;
}
.header.is-disabled .city-picker__popup {
  display: none;
}
.header.is-disabled .city-picker__popup.is-open {
  pointer-events: all;
}
.header.is-disabled .header__top,
.header.is-disabled .header__toggle,
.header.is-disabled .header__menu {
  opacity: 0.8;
}
.page__header .header__top {
  display: flex;
  align-items: center;
  padding: 8px 0 12px;
  border-bottom: 2px solid #f1f1f5;
}
.header__top-menu {
  display: flex;
  align-items: center;
  padding: 8px 0 12px;
  border-bottom: 2px solid #f1f1f5;
}
.header__logo {
  width: 255px;
}
.header__title {
  margin-right: 60px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.header__right {
  margin-left: auto;
}
.header__nav {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f1f1f5;
}
.header__toggle {
  margin-right: 20px;
}
.header__city {
  margin-left: auto;
}
.header__submenu {
  border-bottom: 2px solid #f1f1f5;
}
.header__submenu.is-light {
  color: #ffffff;
}
@media (max-width: 1499px) {
  .page__header .header__top {
    padding: 18px 0;
  }

  .header__top-menu {
    padding: 18px 0;
  }
  .header__logo {
    width: 138px;
  }
  .header__title {
    font-size: 16px;
    line-height: 20px;
    margin-right: 46px;
  }
  .header__auth {
    padding-right: 0;
  }
  .header__nav {
    padding: 9px 0;
  }
  .header__toggle {
    margin-right: 5px;
  }
}
@media (max-width: 1499px) and (min-width: 960px) {
  .header__logo {
    padding-left: 0;
  }
}
@media (max-width: 959px) {
  .page__header .header__top {
    height: 80px;
    box-sizing: border-box;
    border-width: 1px;
  }

  .header__top-menu {
    height: 80px;
    box-sizing: border-box;
    border-width: 1px;
  }
  .header__logo {
    width: 156px;
  }
  .header__title {
    display: none;
  }
  .header__app {
    margin-left: auto;
    margin-right: 120px;
  }
  .header__app .app-links > * {
    display: none;
  }
  .header__app .app-links > .app-links__button:last-child {
    display: flex;
    margin: 0;
  }
  .header__app .app-links > .app-links__button.app-links__button--svg {
    display: none;
  }
  .header__right {
    display: none;
  }
  .header__nav {
    border: 0;
    padding: 0;
  }
  .header__toggle {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0;
    height: 80px;
  }
  .header__menu {
    display: none;
  }
  .header__submenu {
    display: none;
  }
  .header__city {
    display: flex;
    align-items: center;
    position: absolute;
    right: 70px;
    top: 0;
    height: 80px;
  }

  .header--main {
    padding-bottom: 60px;
    border-bottom: 1px solid #f1f1f5;
  }
  .header--main .header__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    height: 60px;
    position: absolute;
    left: 20px;
    top: 80px;
  }
  .header__app .app-links .app-links__button.app-links__button--desktop {
    display: none;
  }
}
@media (min-width: 351px) {
  .header__logo--mobile {
    display: none;
  }
}
@media (max-width: 350px) {
  .header__logo--mobile {
    width: 82px;
    display: block;
  }
  .header__logo--desktop {
    display: none;
  }
}

.subnav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  .subnav--underlined {
    position: relative;
  }
  .subnav--underlined::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(52, 58, 74, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  .subnav--underlined {
    border-bottom: 1px solid rgba(52, 58, 74, 0.1);
  }
}
.subnav__item + .subnav__item {
  margin-left: 40px;
}
.subnav__item {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: auto;
  z-index: 4;
}
.subnav__link {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 30px;
  white-space: nowrap;
  opacity: 0.5;
  transition: opacity 0.33s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.subnav__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0078a8;
  height: 4px;
  transition: transform 0.33s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1, 0);
}
.subnav__link:hover {
  opacity: 1;
}
.subnav__link.is-drop {
  cursor: default;
  background: none;
  opacity: 0.5;
}
.subnav__item.active .subnav__link {
  opacity: 1;
}
.subnav__item.active .subnav__link:before {
  transform: scale(1, 1);
}

.subnav__link.is-active {
  opacity: 1;
}
.subnav__link.is-active:before {
  transform: scale(1, 1);
}

.subnav__drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;

  padding: 9px 19px;
  background: #ffffff;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 3px 4px rgba(10, 31, 68, 0.1),
    0px 0px 1px rgba(10, 31, 68, 0.08);

  transform-origin: 50% 0;
  animation: zoomInY 0.25s cubic-bezier(0.4, 0, 0.2, 1);

  z-index: 2;
}
.subnav__drop-inner {
  animation: fadeIn 0.25s 0.2s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}
.subnav-wrap.swiper-container {
  position: static;
  margin-right: 140px;
}

.page__head--primary .subnav__link:before,
.page__head--entity .subnav__link:before {
  background: #ffffff;
}
.page__head--individual .subnav__link:before {
  background: #343a4a;
}

.page__head--primary .page__submenu,
.page__head--entity .page__submenu {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.page__head--individual .page__submenu {
  border-bottom-color: rgba(52, 58, 74, 0.2);
}
@media (min-width: 1280px) {
  .subnav__item:hover .subnav__drop {
    display: block;
  }
}
@media (max-width: 1499px) {
  .subnav__drop {
    right: 0;
    left: auto;
  }
}
@media (max-width: 1279px) {
  .subnav-wrap {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .subnav-wrap.swiper-container {
    margin-right: 80px;
    overflow: hidden;
  }
  .subnav {
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .subnav {
    font-size: 14px;
  }
  .subnav__item + .subnav__item {
    margin-left: 15px;
  }
  .header__title {
    display: block;
    height: fit-content;
    padding: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .subnav--block {
    flex-direction: column;
  }
  .subnav--block .subnav__link {
    white-space: unset;
  }
  .subnav--block .subnav__item + .subnav__item {
    margin-left: 0;
    margin-top: 16px;
  }
}
.subnav__drop .sub-menu {
  background: transparent;
  border-bottom: none;
}
.subnav__item .sub-menu__item + .sub-menu__item {
  border-top: 1px solid #f1f2f4;
  margin-left: 0;
}

.subnav__drop .sub-menu__link {
  position: relative;
  display: block;
  white-space: nowrap;
  transition: 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.subnav__drop .sub-menu__link.is-active,
.subnav__drop .sub-menu__link:hover {
  color: #1f1f22;
}
.subnav .sub-menu__link {
  padding: 18px 20px;
  color: #53627c;
}
.subnav .sub-menu__link.is-active,
.subnav .sub-menu__link:hover {
  background: #f1f2f4;
  color: #fff;
  opacity: 1;
}
@media (max-width: 1499px) {
  .section__inner.container {
    padding-right: 0;
    padding-left: 0;
  }
}

.aside__item {
  position: relative;
}
.aside__item--divider + .aside__item--divider:after {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  height: 1px;
  background: #343a4a;
  opacity: 0.2;
}
.aside__item--offset + .aside__item--offset {
  margin-top: 40px;
}
.aside__item-image {
  padding: 30px;
  display: flex;
  justify-content: center;
}
.aside__item-image img {
  max-width: 300px;
}
@media (max-width: 1819px) {
  .aside__item--divider + .aside__item--divider:after {
    left: 32px;
    right: 32px;
  }
}
@media (max-width: 1499px) {
  .aside__item--divider + .aside__item--divider:after {
    left: 20px;
    right: 20px;
  }
  .aside__item-image {
    padding: 20px;
  }
  .aside__item-image img {
    max-width: 240px;
  }
}

.dots {
  display: flex;
  align-items: center;
}
.dots__item + .dots__item {
  margin-left: 10px;
}
.dots__link {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.4;
  background: #343a4a;
  transition: opacity 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.dots__link:hover {
  opacity: 0.8;
}
.dots__item.is-active > .dots__link {
  opacity: 1;
}

@media (max-width: 1499px) {
  .dots__link {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 959px) {
  .dots__item + .dots__item {
    margin-left: 6px;
  }
}

.grid {
  flex: none;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
}
.grid .page__index {
  width: 100%;
}
.page__pay-info {
  width: 100%;
  margin-bottom: 20px;
  border-left: 1px solid #e4e8eb;
  border-right: 1px solid #e4e8eb;
}
.page__pay-info .accordion-body__inner {
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e8eb;
}
.grid__item {
  position: relative;
  width: 100%;
}
.grid__item--sm {
  width: 25%;
}
.grid__item--md {
  width: 50%;
}
.grid__item--lg {
  width: 75%;
}
.grid__item--divider:after {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  right: 0;
  width: 1px;
  background: #343a4a;
  opacity: 0.2;
}
.grid__item--flow {
  z-index: 2;
}
.grid__item--flow + .grid__item--flow {
  margin-top: 40px;
}
@media (max-width: 1499px) {
  .grid__item--divider:after {
    top: 20px;
    bottom: 20px;
  }
}
@media (max-width: 1279px) {
  .grid__item--sm {
    width: 50%;
  }
  .grid__item--md {
    width: 100%;
  }
  .grid__item--lg {
    width: 100%;
  }
  .grid__item--personal {
    width: 100%;
    order: -1;
  }
  .grid__item--welcome {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .grid__item {
    width: 100%;
  }
  .grid__item--divider:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 0;
    width: auto;
    height: 1px;
    background: #343a4a;
    opacity: 0.2;
  }
}

.main-slider {
}
/* .main-slider__inner {height: 0;}
        .main-slider__slide {height: 100%;} */
.main-slider__dots {
  position: absolute;
  top: 55px;
  right: 55px;
}
.main-slider__nav {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media (max-width: 1499px) {
  .main-slider__dots {
    top: 37px;
    right: 20px;
  }
  .main-slider__nav {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 959px) {
  .main-slider__dots {
    top: 32px;
    right: auto;
    left: 20px;
  }
  .main-slider__dots--bottom-mobile {
    top: auto;
    bottom: 72px;
  }
  .main-slider__dots--bottom-mobile {
    top: auto;
    bottom: 72px;
  }
  .main-slider__nav {
    right: 20px;
    bottom: auto;
    top: 20px;
  }
}

.picture-bg {
  display: block;
  height: 100%;
}
.picture-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}

.main-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 540px;
}
.main-banner__bg {
}
.main-banner__head {
  max-width: 520px;
  position: relative;
  margin-top: auto;
}
.main-banner__head-inner {
  display: block;
}
.main-banner__title {
  margin-bottom: 40px;
  font-weight: 500;
}
.main-banner__caption {
  max-width: 420px;
  line-height: 1.39;
  font-weight: 400;
}
.main-banner__bottom {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .main-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 1499px) {
  .main-banner {
    height: 380px;
  }
  .main-banner__head {
    max-width: 420px;
  }
  .main-banner__title {
    margin-bottom: 20px;
  }
  .main-banner__bottom {
    margin-top: 20px;
  }
}
@media (max-width: 959px) {
  .main-banner {
    height: auto;
  }
  .main-banner__img {
    padding-top: 39.1305%;
  }
  .main-banner__caption {
  }
}
@media (max-width: 767px) {
  .main-banner__bg--inner {
    background-image: none !important;
  }
}
@media (max-width: 639px) {
  .main-banner {
    overflow: hidden;
  }
  .main-banner__bg {
    margin-left: -58.75%;
  }
  .main-banner__img {
    padding-top: 51.1812%;
  }
}

.card-promo {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 380px;
  box-sizing: border-box;
  background: #f2f2f2;
  color: inherit;
}
.card-promo__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-promo__head {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
.card-promo__head-info {
  display: flex;
  align-items: center;
}
.card-promo__head-info .fab-icon {
  align-self: flex-start;
  margin-right: 20px;
}
.card-promo__title {
  max-width: 280px;
  margin-right: 20px;
  line-height: 1;
}
.card-promo__title:last-child {
  margin-right: 0;
}
.card-promo__icon {
  flex: none;
  margin-left: auto;
  width: 60px;
}
.card-promo__icon svg {
  width: 100%;
  height: auto;
}
.card-promo__icon path {
  fill: #ffffff;
  transition: fill 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-promo__body {
  position: relative;
  margin-top: auto;
  margin-bottom: 20px;
}
.card-promo__body-inner {
  display: flex;
  align-items: center;
}
.card-promo__body--floor {
  margin-top: 60px;
}
.card-promo__body--form {
  position: static;
  margin: auto 0 20px;
}
.card-promo__info {
  font-weight: 500;
}
.card-promo__text {
  max-width: 290px;
}
.card-promo__footer {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 60px;
  margin-top: auto;
}
.card-promo__button {
  margin-left: auto;
  white-space: normal;
}
.card-promo__button--ml-0 {
  margin-left: 0;
}
.card-promo__ctrl--second {
  margin-left: auto;
}
.card-promo__ctrl + .card-promo__ctrl {
  margin-left: 20px;
}

.card-promo--default {
  background: #f2f2f2;
}

.card-promo--primary > .card-promo__bg {
  background: #0078a8;
}
.card-promo--success > .card-promo__bg {
  background: #2cb150;
}
.card-promo--error > .card-promo__bg {
  background: #ef4056;
}
.card-promo--warning > .card-promo__bg {
  background: #ffd530;
}
.card-promo--blue {
  color: #ffffff;
}
.card-promo--green {
  color: #ffffff;
}
.card-promo--blue > .card-promo__bg {
  background: #0078a8;
}
.card-promo--green > .card-promo__bg {
  background: #2cb150;
}

.card-promo--hover .card-promo__text--hover {
  opacity: 1;
  max-width: none;
}

.card-promo__text--hover + .card-promo__text {
  position: absolute;
  top: 0px;
  left: 0;
  max-width: none;
}
.card-promo__text-inner {
  display: flex;
}
.text-primary {
  color: #0078a8;
}
.card-promo__text-inner p {
  margin: 0;
}
.card-promo__text-inner p:first-child {
  margin-right: 30px;
  min-width: 20%;
  text-align: center;
}
.card-promo__text-inner + .card-promo__text-inner {
  margin-top: 20px;
}

.card-promo--primary .card-promo__checkbox {
  margin-bottom: 14px;
}
.card-promo--primary .cb-input__label {
  font-weight: 400;
}

@media (min-width: 1280px) {
  .card-promo--hover {
    transition: color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card-promo--hover .card-promo__bg {
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.33s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card-promo--hover .card-promo__text {
    opacity: 0;
    transition: opacity 0.33s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card-promo--hover .card-promo__text--hover {
    opacity: 1;
    max-width: none;
  }

  .card-promo__text--hover + .card-promo__text {
    position: absolute;
    top: 0px;
    left: 0;
    max-width: none;
  }

  .card-promo--primary .card-promo__icon path {
    fill: #0078a8;
  }
  .card-promo--success .card-promo__icon path {
    fill: #2cb150;
  }
  .card-promo--error .card-promo__icon path {
    fill: #ef4056;
  }
  .card-promo--warning .card-promo__icon path {
    fill: #ffd530;
  }

  .card-promo .card-promo__icon--primary path {
    fill: #0078a8;
  }
  .card-promo .card-promo__icon--success path {
    fill: #2cb150;
  }
  .card-promo .card-promo__icon--error path {
    fill: #ef4056;
  }
  .card-promo .card-promo__icon--warning path {
    fill: #ffd530;
  }

  .card-promo--hover:hover .card-promo__text {
    opacity: 1;
  }
  .card-promo--hover:hover .card-promo__text--hover {
    opacity: 0;
  }
  .card-promo--hover:hover > .card-promo__bg {
    transform: scale3d(1, 1, 1);
  }
  .card-promo--hover:hover .card-promo__icon path {
    fill: #ffffff;
  }
  .card-promo--hover:hover .card-promo__button {
    color: #ffffff;
    background: #343a4a;
    border-color: #343a4a;
    transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
      color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card-promo--hover .popup__title {
    color: #343a4a;
  }
  .card-promo--hover:hover .popup__title {
    color: #343a4a;
  }
  .card-promo--hover:hover .card-promo__button:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #343a4a;
  }
  .card-promo--primary:hover {
    color: #ffffff;
  }
  .card-promo--primary:hover .cb-input__check {
    border-color: #ffffff;
  }
  .card-promo--success:hover {
    color: #ffffff;
  }
  .card-promo--error:hover {
    color: #ffffff;
  }
  .card-promo--warning:hover {
    color: #343a4a;
  }
  .card-promo__body--top-auto {
    margin-top: 20px;
  }
}

@media (max-width: 1499px) {
  .card-promo {
    min-height: 260px;
  }
  .card-promo__title {
    max-width: 180px;
  }
  .card-promo__icon {
    width: 40px;
  }
  .card-promo__footer {
    height: 40px;
  }

  .card-promo__text-inner p:first-child {
    margin-right: 16px;
  }
  .card-promo__text-inner + .card-promo__text-inner {
    margin-top: 14px;
  }
}
@media (max-width: 1279px) {
  .card-promo--primary {
    color: #ffffff;
  }
  .card-promo--success {
    color: #ffffff;
  }
  .card-promo--error {
    color: #ffffff;
  }
  .card-promo--warning {
    color: #343a4a;
  }
  .card-promo__text {
    opacity: 1;
  }
  .card-promo__bg {
    transform: scale3d(1, 1, 1);
  }
  .card-promo__icon path {
    fill: #ffffff;
  }
  .card-promo__button {
    color: #ffffff;
    background: #343a4a;
    border-color: #343a4a;
    transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
      color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card-promo__text-inner p:first-child {
    min-width: 10%;
  }

  .card-promo {
    color: #343a4a;
  }
  .card-promo--primary > .card-promo__bg {
    background: #f2f2f2;
  }
  .card-promo--success > .card-promo__bg {
    background: #f2f2f2;
  }
  .card-promo--error > .card-promo__bg {
    background: #f2f2f2;
  }
  .card-promo--warning > .card-promo__bg {
    background: #f2f2f2;
  }

  .card-promo--primary .card-promo__icon path {
    fill: #0078a8;
  }
  .card-promo--success .card-promo__icon path {
    fill: #2cb150;
  }
  .card-promo--error .card-promo__icon path {
    fill: #ef4056;
  }
  .card-promo--warning .card-promo__icon path {
    fill: #ffd530;
  }
  .card-promo__text--hover + .card-promo__text {
    position: relative;
    margin-top: 24px;
    margin-bottom: 14px;
  }
}
@media (max-width: 959px) {
  .card-promo__body {
    margin-bottom: auto;
  }
  .card-promo__body--floor {
    margin-top: 40px;
  }
  .card-promo--primary .card-promo__checkbox {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .card-promo__body--floor {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .card-promo__text-inner p:first-child {
    min-width: 17%;
  }
}

.map-card {
  height: 100%;
  min-height: 320px;
} /*
@media(max-width: 1279px){
    .map-card {min-height: 320px;}
}*/

.card-info {
  display: block;
  background: rgba(242, 242, 242, 0.2);
}
.card-info__bg {
}
.card-info__head {
}
.card-info__tag {
  opacity: 0.4;
  font-weight: 400;
}
.card-info__title {
  font-weight: 500;
}
.card-info__more {
  margin-top: auto;
}
.card-info__more-text {
  display: inline-block;
}
.card-info__more-text:after {
  content: "";
  display: block;
  border: 1px solid;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  transition: transform 0.18s 0.07s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 960px) {
  .card-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 380px;
    height: 100%;
  }
  .card-info__bg {
    display: flex;
    align-items: center;
    max-width: 390px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transform-origin: 100% 50%;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card-info__head {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    max-width: 390px;
    transform-origin: 0 50%;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card-info__tag {
    margin-bottom: auto;
  }
  .card-info__title {
    max-width: 200px;
    margin: auto 0;
  }
  .card-info__more > .link + .link {
    margin-left: 20px;
  }
}
@media (min-width: 1280px) {
  .card-info:hover > .card-info__head {
    transform: scale3d(0.98, 0.98, 1);
  }
  .card-info:hover > .card-info__bg {
    transform: scale3d(1.02, 1.02, 1);
  }
  .card-info:hover .card-info__more-text:after {
    transform: scale3d(1, 1, 1);
  }
}
@media (max-width: 1499px) {
  .card-info {
    min-height: 280px;
  }
}
@media (max-width: 959px) {
  .card-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .card-info__bg {
    max-width: 125px;
    margin: 0 auto 6px;
    padding: 0;
  }
  .card-info__head {
    margin: 0 auto;
    max-width: 280px;
    text-align: center;
  }
  .card-info__tag {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .card-info__title {
    margin-bottom: 20px;
  }

  .card-info__more > .link + .link {
    margin-top: 20px;
  }
}

.slider-ctrl {
  display: flex;
}
.slider-ctrl > .button-icon + .button-icon {
  margin-left: 20px;
}
@media (max-width: 959px) {
  .slider-ctrl > .button-icon + .button-icon {
    margin-left: 10px;
  }
}

.news-slider {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
  box-sizing: border-box;
}
.news-slider__head {
  display: flex;
  margin-bottom: 40px;
}
.news-slider__title {
}
.news-slider__right {
  width: 33.3334%;
  flex: none;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.news-slider__more {
}
.news-slider__ctrl {
  margin-left: auto;
}
.news-slider__more {
}
.news-slider__body {
}
.news-slider__tape {
}
.news-slider__item {
}
@media (max-width: 1499px) {
  .news-slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 959px) {
  .news-slider__more {
    display: none;
  }
}
@media (max-width: 420px) {
  .news-slider__body {
    padding-right: 120px;
  }
}

.news-annonce {
  display: block;
}
.news-annonce__photo {
  max-width: 200px;
  margin-bottom: 15px;
  transition: transform 0.19s cubic-bezier(0.4, 0, 0.2, 1);
}
.news-annonce__img {
  height: auto;
  padding-top: 56%;
}
.news-annonce__date {
  margin-bottom: 15px;
  opacity: 0.4;
  transition: transform 0.19s 0.03s cubic-bezier(0.4, 0, 0.2, 1);
}
.news-annonce__caption {
  line-height: 1.5;
  max-height: 48px;
  overflow: hidden;
  transition: transform 0.19s 0.06s cubic-bezier(0.4, 0, 0.2, 1);
}
.news-annonce:hover > .news-annonce__photo {
  transform: translate(0, 5px);
}
.news-annonce:hover > .news-annonce__date {
  transform: translate(0, 4px);
}
.news-annonce:hover > .news-annonce__caption {
  transform: translate(0, 3px);
}
@media (max-width: 959px) {
  .news-annonce__photo {
    max-width: 133px;
    margin-bottom: 20px;
  }
  .news-annonce__date {
    line-height: 20px;
    margin-bottom: 10px;
  }
  .news-annonce__caption {
    line-height: 16px;
    max-height: 32px;
  }
}

.footer {
}
.footer__inner {
  padding-top: 20px;
  padding-bottom: 20px;

  font-size: 12px;
  line-height: 18px;
  color: #80848d;
  background: #343a4a;
}
.footer__left {
}
.footer__copyright {
}
.footer__links {
  margin: 0 auto;
}
.footer__links-item {
}
.footer__app {
  margin: 0 auto;
}
.footer__right {
  position: relative;
  padding-right: 40px;
  margin-left: auto;
}
.footer__chipsa {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: 0 0;
  transform: translate(100%, 0) rotate(90deg) translate(0.25em, -100%);
}
.footer__social {
}
@media (min-width: 960px) {
  .footer__inner {
    display: flex;
    align-items: center;
    min-height: 80px;
  }
  .footer__app {
    margin-left: auto;
  }
}
@media (max-width: 1499px) {
  .footer__inner {
    min-height: 60px;
  }
  .footer__right {
    padding-right: 15px;
  }
}
@media (max-width: 959px) {
  .footer__inner {
    font-size: 14px;
  }
  .footer__left {
    margin-bottom: 40px;
  }
  .footer__links {
    margin-bottom: 40px;
  }
  .footer__app {
    margin-bottom: 30px;
  }

  .footer__social .social {
    flex-wrap: nowrap;
  }
  .footer__social .social__title {
    flex: none;
    width: 80px;
    margin: 0 14px 0 0;
    font-size: 12px;
    color: #a9abb2;
  }
  /* изменнеие расположения логотипа */
  .footer__chipsa {
    top: -12px;
    right: 6px;
  }
}

.contact-sm {
  display: flex;
}
.contact-sm__label {
  min-width: 40px;
}
.contact-sm__value {
}

.more-link {
  display: inline-flex;
  align-items: center;
  color: inherit;
  transition: none;
}
.more-link__icon {
  margin-left: 20px;
  font-size: 16px;
  color: #343a4a;
  background: #ffffff;
}
.more-link__icon:first-child {
  margin-left: 0;
}

.service-item {
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  min-height: 140px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 20px;
  box-sizing: border-box;

  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-item__icon {
  width: 48px;
}
.service-item__icon img {
  width: 100%;
}
.service-item__title {
  display: flex;
  align-items: center;
  margin-top: auto;
  max-width: 205px;
  min-height: 40px;

  text-align: center;
}
.service-item:hover {
  background: #f2f2f2;
  border-color: #ccced1;
}
@media (max-width: 1499px) {
  .service-item {
    padding: 10px 10px;
    /*min-height: 105px;*/
    min-height: 140px;
  }
  .service-item__icon {
    width: 30px;
  }
  .service-item__title {
    margin-top: 5px;
  }
}
@media (max-width: 959px) {
  .service-item__icon {
    width: 48px;
  }
}

.service-preview {
  background: #f2f2f2;
}
.service-preview-connection {
  position: relative;
  width: 100%;
}
.service-preview__inner {
}
.service-preview__item {
}
.service-preview__title {
}

.service-preview-connection .service-item {
  border: 1px solid #ccced1;
}
.service-preview-connection .more-button {
  background: transparent;
}
@media (min-width: 960px) {
  .service-preview-connection {
    padding-left: 0;
    padding-right: 0;
  }
  .service-preview {
    height: 100%;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  .service-preview__head {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
  }
  .service-preview__ctrl {
    display: none;
  }
  .service-preview__title {
    padding-top: 40px;
    line-height: 1;
  }
  .service-preview__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -20px 0;
  }
  .service-preview__item {
    height: auto;
    width: 20%;
    padding: 0 20px 20px 0;
    box-sizing: border-box;
  }
  .service-preview__item:first-child {
    margin-left: 20%;
  }
  .service-preview-connection .more-button:hover {
    background: #f2f2f2;
  }
  .service-preview-connection .more-button:hover .more-button__icon {
    background: #a9abb2;
    color: #ffffff;
  }
  .service-preview-connection .service-item:hover {
    border-color: #ffffff;
  }
  .service-preview-connection .service-preview__item {
    width: calc(100% / 6);
  }
  .service-preview-connection .service-preview__item:first-child {
    margin-left: calc(100% / 6);
  }
}
@media (max-width: 1499px) and (min-width: 960px) {
  .service-preview__title {
    padding-top: 30px;
  }
  .service-preview__inner {
    margin: 0 -10px -10px 0;
  }
  .service-preview__item {
    padding: 0 10px 10px 0;
  }
}
@media (max-width: 959px) {
  .service-preview {
    padding-right: 60px;
    padding-left: 20px;
    overflow: hidden;
  }
  .service-preview__head {
    display: flex;
    padding: 0;
    margin-right: -40px;
    margin-bottom: 20px;
  }
  .service-preview-connection {
    padding-bottom: 60px;
  }
  .service-preview-connection .service-preview__head {
    margin-right: -10px;
  }
  .service-preview__title {
    margin-right: 20px;
  }
  .service-preview__ctrl {
    margin-left: auto;
  }
  .service-preview__item > .more-button {
    min-height: 140px;
  }
}

.more-button {
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
  background: #f2f2f2;
  border: 1px solid #ccced1;
  box-sizing: border-box;
}
.more-button__text {
}
.more-button__icon {
  margin-top: 20px;
  background: #ffffff;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.more-button:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.more-button:hover .more-button__icon {
  background: #f2f2f2;
}
@media (max-width: 1499px) {
  .more-button {
    padding: 15px;
  }
  .more-button__icon {
    margin-top: 10px;
  }
}

.notificate-annonce {
  display: block;
}
.notificate-annonce__date {
  margin-bottom: 20px;
  opacity: 0.4;
}
.notificate-annonce__title {
  margin-bottom: 10px;
}
.notificate-annonce__text {
}
@media (min-width: 1280px) {
  .notificate-annonce {
    transition: opacity 0.33s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .notificate-annonce:hover {
    opacity: 0.7;
  }
}
@media (max-width: 959px) {
  .notificate-annonce__date {
    margin-bottom: 10px;
  }
  .notificate-annonce__title {
    margin-bottom: 10px;
  }
  .notificate-annonce__text {
    line-height: 20px;
  }
}

.notificate-slider {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  color: #ffffff;
  background: #343a4a;
  box-sizing: border-box;
}
.notificate-slider__head {
  display: flex;
  margin-bottom: 20px;
}
.notificate-slider__title {
}
.notificate-slider__ctrl {
  margin-left: auto;
}
.notificate-slider__body {
  min-width: 100%;
}
.notificate-slider__inner {
}
.notificate-slider__slide {
}
.notificate-slider__footer {
  margin-top: auto;
}
@media (max-width: 959px) {
  .notificate-slider {
    padding-top: 25px;
  }
  .notificate-slider__head {
    margin-bottom: 30px;
  }
  .notificate-slider__body {
    margin-bottom: 20px;
  }
}

.contact {
  color: #1e1f21;
  background: #f2f2f2;
}
.contact__head {
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact__title {
}
.contact__body {
}
.contact__body-inner {
  border-top: 1px solid #ccced1;
  padding-top: 40px;
  padding-bottom: 80px;
}
.contact__list {
}
.contact__section + .contact__section {
  margin-top: 80px;
}
.contact__section-title {
  margin-bottom: 40px;
}
.contact__section-caption {
  margin-bottom: 40px;
}
.contact__section-caption:last-child {
  margin-bottom: 0px;
}
@media (min-width: 960px) {
  .contact__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -90px -60px 0;
  }
  .contact__list .contact__section {
    margin: 0;
    width: 50%;
    padding: 0 90px 60px 0;
    box-sizing: border-box;
  }
  .contact__list .contact__section--full {
    width: 100%;
  }
}
@media (max-width: 1499px) {
  .contact__head {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact__body-inner {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media (max-width: 959px) {
  .contact__section + .contact__section {
    margin-top: 60px;
  }
  .contact__body-inner {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .contact__section + .contact__section {
    margin-top: 40px;
  }
}

.contact-info {
}
.contact-info__item + .contact-info__item {
  margin-top: 10px;
}
.contact-info__item {
}
.contact-info__label {
  font-weight: 700;
}
.contact-info__phone {
  font-weight: 400;
}
.contact-info__time {
  font-weight: 400;
}
@media (min-width: 1280px) {
  .contact-info__item {
    display: flex;
  }
  .contact-info__label {
    width: 150px;
    flex: none;
    margin-right: 40px;
    text-align: right;
  }
  .contact-info__phone {
    margin-right: 40px;
    width: 190px;
    flex: none;
    margin-top: 2px;
  }
}
@media (max-width: 1740px) and (min-width: 960px) {
  .contact-info__label {
    font-size: 18px;
  }
  .contact-info__phone {
    font-size: 18px;
    width: 160px;
  }
  .contact-info__time {
    font-size: 18px;
  }
}
@media (max-width: 1366px) and (min-width: 960px) {
  .contact-info__label {
    font-size: 16px;
  }
  .contact-info__phone {
    font-size: 16px;
  }
  .contact-info__time {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .contact-info__item {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-info__item + .contact-info__item {
    margin-top: 20px;
  }
  .contact-info__label {
    margin-bottom: 10px;
    margin-right: 20px;
    font-size: 14px;
  }
  .contact-info__phone {
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .contact-info__time {
    font-size: 14px;
  }
}

.contact-table {
}
.contact-table__row {
}
.contact-table__cell {
  font-weight: 400;
}
.contact-table__cell._bold {
  font-weight: 700;
}
.contact-table__cell:first-child {
  padding: 0;
}
.contact-table__cell:last-child {
  padding-right: 0;
}
.contact-table__cell span {
  display: inline-block;
}
.contact-table__cell._head {
  font-size: 16px;
  color: #a9abb2;
}
@media (min-width: 1280px) {
  .contact-table {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .contact-table__row {
    display: table-row;
  }
  .contact-table__cell {
    display: table-cell;
    height: 60px;
    padding: 0 20px;
  }
}
@media (max-width: 1740px) and (min-width: 960px) {
  .contact-table__cell {
    font-size: 18px;
  }
}
@media (max-width: 1366px) and (min-width: 960px) {
  .contact-table__cell {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .contact-table__row + .contact-table__row {
    margin-top: 40px;
  }
  .contact-table__cell + .contact-table__cell {
    margin-top: 10px;
  }
  .contact-table__cell._head {
    display: none;
  }
}
@media (max-width: 959px) {
  .contact-table__cell {
    font-size: 14px;
  }
}

.contact-list {
}
.contact-list__col {
}
.contact-list__item + .contact-list__item {
  margin-top: 20px;
}
.contact-list__item {
  font-weight: 400;
}
.contact-table__item._bold {
  font-weight: 700;
}
.contact-list__item._head {
  font-size: 16px;
  color: #a9abb2;
}
@media (min-width: 960px) {
  .contact-list {
    display: flex;
  }
  .contact-list__col {
    flex: none;
    width: 50%;
  }
  .contact-list__item {
    min-height: 40px;
  }
}
@media (max-width: 1740px) and (min-width: 960px) {
  .contact-list__item {
    font-size: 18px;
  }
}
@media (max-width: 1366px) and (min-width: 960px) {
  .contact-list__item {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .contact-list__item + .contact-list__item {
    margin-top: 10px;
  }
}
@media (max-width: 959px) {
  .contact-list__col + .contact-list__col {
    margin-top: 40px;
  }
  .contact-list__item {
    font-size: 14px;
  }
  .contact-list__item._head {
    margin-top: 40px;
  }
  .contact-list__item._head:first-child {
    margin-top: 0px;
  }
}

.adress-list {
}
.adress-list__item {
}
.adress-list__title {
  min-height: 40px;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1.2;
}
.adress-list__subtitle {
  margin-bottom: 40px;
  font-size: 16px;
  color: #a9abb2;
}
.adress-list__time {
  margin-bottom: 40px;
  font-weight: 400;
}
.adress-list__time span {
  display: inline-block;
}
.adress-list__ctrl {
}

@media (max-width: 1740px) and (min-width: 960px) {
  .adress-list__title {
    font-size: 18px;
  }
  .adress-list__time {
    font-size: 18px;
  }
}
@media (max-width: 1366px) and (min-width: 960px) {
  .adress-list__title {
    font-size: 16px;
  }
  .adress-list__time {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .adress-list {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    margin: 0 -60px -40px 0;
  }
  .adress-list__item {
    width: 25%;
    padding: 0 60px 40px 0;
    box-sizing: border-box;
  }
}
@media (max-width: 1279px) and (min-width: 960px) {
  .adress-list {
    margin: 0 -80px -40px 0;
  }
  .adress-list__item {
    width: 50%;
    padding: 0 80px 40px 0;
  }
}
@media (max-width: 1279px) {
  .adress-list__title {
    min-height: auto;
    margin-bottom: 20px;
  }
  .adress-list__subtitle {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .adress-list__time {
    margin-bottom: 20px;
  }
}
@media (max-width: 959px) {
  .adress-list__item + .adress-list__item {
    margin-top: 40px;
  }
  .adress-list__title {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .adress-list__time {
    font-size: 14px;
  }
  .adress-list__title {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .adress-list__time {
    font-size: 14px;
  }
}

.contact-toggle {
  padding-top: 26px;
  padding-bottom: 26px;
}
.contact-toggle__title {
}
.contact-toggle__info {
}
.contact-toggle__ctrl {
}
@media (min-width: 1280px) {
  .contact-toggle {
    display: flex;
    align-items: center;
  }
  .contact-toggle__title {
    width: 17%;
    padding-right: 0;
    align-self: flex-start;
    line-height: 1.3;
    padding-right: 0;
  }
  .contact-toggle__ctrl {
    margin-left: auto;
    white-space: nowrap;
  }
}
@media (max-width: 1819px) {
  .contact-toggle__head {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 1740px) {
  .contact-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-toggle__phone {
    font-size: 16px;
  }
  .contact-toggle__time {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .contact-toggle__title {
    margin-bottom: 20px;
  }
  .contact-toggle__info {
    margin-bottom: 30px;
  }
  .contact-toggle__ctrl {
    text-align: right;
  }
}
@media (max-width: 959px) {
  .contact-toggle__ctrl > .more-link {
    display: flex;
  }
  .contact-toggle__ctrl .more-link__icon {
    margin-left: auto;
  }
  .contact-toggle__info {
    margin-bottom: 6px;
  }
  .contact-toggle {
    position: relative;
  }
  .contact-toggle__ctrl {
    position: absolute;
    top: 16px;
    right: 0;
  }
  .contact-toggle__ctrl .link__text {
    height: auto;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
  }
}

.social {
  display: flex;
  align-items: center;
}
.social__title {
  margin-right: 20px;
}
.social__item + .social__item {
  margin-left: 15px;
}
@media (max-width: 1499px) {
  .social__item + .social__item {
    margin-left: 10px;
  }
}
@media (max-width: 959px) {
  .social {
    flex-wrap: wrap;
  }
  .social__title {
    width: 100%;
    margin: 0 0 10px;
  }
}

.personal-block {
  padding-top: 40px;
  padding-bottom: 40px;
}
.personal-block__head {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.personal-block__icon {
  align-items: flex-end;
  width: 60px;
  height: 60px;
  margin-right: 40px;
  background: #0078a8;
  color: #ffffff;
  font-size: 38px;
  overflow: hidden;
}
.personal-block__title {
  line-height: 1;
  font-weight: 500;
}
.personal-block__greeting {
}
.personal-block__default {
  display: none;
}
.personal-block__title.is-change > .personal-block__greeting {
  display: none;
}
.personal-block__title.is-change > .personal-block__default {
  display: block;
}
.personal-block__menu {
}
.personal-block__menu .link__text {
  font-weight: 400;
}
@media (max-width: 1499px) {
  .personal-block__head {
    margin-bottom: 40px;
  }
  .personal-block__icon {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    font-size: 32px;
  }
}
@media (max-width: 1279px) {
  .personal-block {
    max-width: 420px;
    /*margin: 0 auto;*/
  }
}

.v-menu {
}
.v-menu__item + .v-menu__item {
  margin-top: 20px;
}
.v-menu__link {
  display: flex;
}
.v-menu__link:not(:last-child) .link__icon {
  margin-right: 20px;
}
.v-menu__link.help {
  margin: 0;
}
@media (max-width: 1499px) {
  .v-menu__link .link__icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.card-auth {
}
.card-auth--modal {
  padding-right: 40px;
}
.card-auth--modal .card-auth__head {
  align-items: flex-end;
}
.card-auth__head {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.card-auth__title {
}
.card-auth__register {
  margin-left: auto;
}
.card-auth__body {
}
.card-auth .b-form__message {
  display: block;
  min-height: 60px;
}
.card-auth .txt-input--tip {
  margin-right: -30px;
}
@media (max-width: 1499px) {
  .card-auth {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .card-auth__head {
    margin-bottom: 20px;
  }
  .card-auth__title {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
  }
  .card-auth .b-form__message {
    min-height: 51px;
  }
}
@media (max-width: 1279px) {
  .card-auth {
    max-width: 420px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .card-auth .txt-input--tip {
    margin-right: -10px;
  }
}

.card-alert {
  position: relative;
  background: #f2f2f2;
}
.card-alert.is-success {
  background: #2cb150;
  color: #ffffff;
}
.card-alert.is-error {
  background: #ef4056;
  color: #ffffff;
}
.card-alert__inner {
  position: relative;
  display: flex;
  /*align-items: column;*/
  height: 100%;
  width: 100%;
  padding-top: 80px;
  box-sizing: border-box;
}
.card-alert__head {
  display: flex;
}
.card-alert__icon {
  flex: none;
  width: 32px;
  margin-right: 15px;
  font-size: 32px;
  opacity: 0.5;
}
.card-alert__body {
}
.card-alert__title {
  margin-bottom: 20px;
}
.card-alert__title span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.card-alert__text {
  max-width: 265px;
}
.card-alert__close {
  position: absolute;
  top: 0;
  right: 0;
}

.panel {
  display: flex;
  align-items: center;
}
.panel > * + * {
}
.panel .button-icon {
  flex: none;
}
@media (min-width: 768px) {
  .panel {
  }
  .panel--justify {
    justify-content: space-between;
  }
  .panel > * + * {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .panel {
    flex-direction: column;
  }
  .panel > * + * {
    margin-top: 20px;
  }
}

.submit-form {
  padding-top: 40px;
  padding-bottom: 20px;
}
.submit-form__check {
  max-width: 400px;
  margin-right: 40px;
}
.submit-form__ctrl {
  margin-left: auto;
}

@media (min-width: 1280px) {
  .submit-form {
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .submit-form {
    display: flex;
  }
}
@media (max-width: 959px) {
  .submit-form__check {
    max-width: 620px;
    margin-bottom: 20px;
  }
}

.b-form {
}
.b-form__body {
}
.b-form__col {
}
.b-form__col--help {
  display: flex;
  align-items: center;
}
.b-form__col .button:not(.register-form__row-half-item) {
  width: 100%;
}
.b-form__line--right {
  text-align: right;
}
.b-form__line + .b-form__line {
  margin-top: 20px;
}
.b-form__columns {
  display: flex;
}
.b-form__column {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.b-form__column .register-form__input-inner {
  display: block;
}

.b-form__footer {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.b-form__footer--reqister {
  margin-top: 30px;
}
.b-form__footer:last-child {
  margin-bottom: 0;
}
.b-form__caption {
  font-size: 14px;
  line-height: 17px;
  color: #a9abb2;
}
.b-form__message {
  margin: 20px 0;
  display: none;
  animation: fadeIn 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.b-form__message:first-child {
  margin-top: 0;
}
.b-form__message:last-child {
  margin-bottom: 0;
}
.b-form__message--full {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.b-form--lg .b-form__line + .b-form__line {
  margin-top: 40px;
}
.b-form--sm .b-form__line + .b-form__line {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .b-form__body--cols {
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-bottom: -40px;
  }
  .b-form__col {
    width: 100%;
    padding-right: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
  }
  .b-form__column .register-form__input-inner .b-form__col:first-child {
    padding-bottom: 80px;
  }
  .b-form__column
    .register-form__input-inner
    .b-form__col:not(.b-form__col--full):last-child {
    width: calc(100% - 30px);
  }
  .b-form__col--help {
    width: 100%;
    padding-right: 30px;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .b-form__col--xs {
    width: 17.742%;
  }
  .b-form__col--sm {
    width: 22.5807%;
  }
  .b-form__col--md {
    width: 27.4194%;
  }
  .b-form__col--mlg {
    width: 37.0968%;
  }
  .b-form__col--lg {
    width: 54.8388%;
  }
}
@media (min-width: 960px) {
  .b-form {
    position: relative;
  }
  .b-form__line--cols {
    display: flex;
    align-items: flex-end;
    margin-right: -40px;
    margin-bottom: -40px;
  }
  .b-form__col--large {
    width: 66.6667%;
  }
  .b-form__col--half {
    width: 50%;
  }
  .b-form__col--third {
    width: 33.3334%;
  }
  .b-form__col--qr {
    width: 25%;
  }
  .b-form__col--xsm {
    width: 16.6667%;
  }
  .b-form__footer--cols {
    display: flex;
    margin-right: -40px;
  }
  .b-form__col--right {
    text-align: right;
    margin-left: auto;
  }
  .b-form__help {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .b-form__column .b-form__col--offset-right,
  .b-form__col--offset-right {
    padding-right: 70px;
  }
}
@media (max-width: 1499px) and (min-width: 960px) {
  .b-form__body--cols {
    margin-right: -10px;
    margin-bottom: -10px;
  }
  .b-form__line--cols {
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .b-form__col {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .b-form__column .b-form__col {
    padding-bottom: 30px;
  }
  .b-form__column .register-form__input-inner .b-form__col:first-child {
    padding-bottom: 70px;
  }
  .b-form__col--help {
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .b-form__column .b-form__col--offset-right,
  .b-form__col--offset-right {
    padding-right: 50px;
  }
}
@media (max-width: 1499px) {
  .b-form--lg .b-form__line + .b-form__line {
    margin-top: 30px;
  }
  .b-form--sm .b-form__line + .b-form__line {
    margin-top: 20px;
  }
  .b-form__footer {
    margin-top: 20px;
  }
  .b-form__footer--reqister {
    margin-top: 30px;
  }
  .b-form__footer--cols {
    margin-right: -20px;
  }
}
@media (max-width: 1279px) {
  .register-submit--offset-right {
    width: calc(100% - 30px);
  }
}
@media (max-width: 959px) and (min-width: 768px) {
  .b-form__col {
    width: 50%;
  }
  .b-form__column .b-form__col {
    width: 100%;
  }
  .b-form__footer > .b-form__col {
    width: auto;
  }
  .b-form__col--half {
    padding: 0;
    width: 100%;
  }
  .register-form .b-form__col--third {
    padding: 0;
    width: 100%;
  }
  .b-form__col--qr {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 959px) {
  .b-form__help {
    margin-bottom: 20px;
  }
  .b-form__footer--cols {
    margin-right: 0;
  }
  .b-form__footer--reqister {
    margin-top: 20px;
  }
  .b-form__line--cols .b-form__col + .b-form__col {
    margin-top: 20px;
  }
  .b-form--sm .b-form__line--cols .b-form__col + .b-form__col {
    margin-top: 10px;
  }
  .b-form--sm .b-form__line + .b-form__line {
    margin-top: 10px;
  }
  .b-form__column {
    display: block;
    width: 100%;
  }
  .b-form__column .b-form__col {
    padding-bottom: 30px;
  }
  .b-form__column .register-form__input-inner .b-form__col:first-child {
    padding-bottom: 70px;
  }
  .b-form__column .b-form__col--offset-mobile,
  .b-form__col--offset-mobile,
  .register-submit--offset-right {
    width: calc(100% - 30px);
  }
  .b-form__column .b-form__col--offset-right,
  .b-form__col--offset-right {
    padding-right: 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .b-form__col + .b-form__col {
    margin-top: 20px;
  }
  .b-form__columns {
    display: block;
  }
  .b-form__column .b-form__col {
    padding-bottom: 10px;
  }
  .b-form__column + .b-form__column {
    margin-top: 20px;
  }
  .b-form__column .register-form__input-inner .b-form__col:first-child {
    padding-bottom: 10px;
  }
  .b-form__column .register-form__input-inner .b-form__col {
    padding-bottom: 10px;
  }
  .register-submit--offset-right {
    width: 100%;
  }
}

.v-panel {
}
.v-panel__button {
  width: 100%;
  border-radius: 0;
}
.v-panel__button:first-child {
  border-radius: 5px 5px 0 0;
}
.v-panel__button:last-child {
  border-radius: 0 0 5px 5px;
}
.v-panel__button--gos {
  border-top: 0;
  transition: 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-panel__button--gos:hover {
  color: #2179bf;
  background: #f5f5f5;
  border-color: #c0c0c0;
}

.modal.is-open {
  display: block;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background: #25265e;
  transform-origin: 50% 0%;
  animation: zoomInY 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
}
.modal__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  animation: fadeIn 0.25s 0.2s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}
.modal__container {
  flex: none;
  max-width: 680px;
  width: 100%;
  position: relative;
  background: #ffffff;
  margin: auto;
  max-height: 100%;
  box-sizing: border-box;
  box-shadow: 0px 24px 36px rgba(0, 0, 0, 0.1);
}
.modal__container--lg {
  max-width: 920px;
}
.modal__container--dialog {
  max-width: 520px;
}
.modal__container--md {
  max-width: 540px;
}
.modal__content {
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal__title {
  font-weight: 500;
  padding-right: 60px;
  margin-bottom: 40px;
}
.modal__body {
}
.modal__body--service {
  padding-top: 60px;
}
.modal__panel {
  margin-top: 60px;
  justify-content: flex-end;
}
.modal__panel > .button {
  min-width: 100px;
}
.modal__container--short {
  max-width: 420px;
}
.modal__container--short .modal__close {
  top: 10px;
  right: 10px;
}

.card-default {
  position: relative;
}
.card-default__title {
  margin-bottom: 40px;
  font-weight: 500;
}
.card-default__body {
}
@media (max-width: 1499px) {
  .modal__container {
    max-width: 540px;
  }
  .modal__container--lg {
    max-width: 720px;
  }
  .modal__container--dialog {
    max-width: 520px;
  }
  .modal__container--short {
    max-width: 400px;
  }
}
@media (max-width: 1279px) {
  .modal__container--md {
    max-width: 460px;
  }
}

.accordion {
}
.accordion__head {
  position: relative;
  padding: 40px 116px 40px 40px;
  border: 1px solid #eaebed;
  box-sizing: border-box;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__head:hover {
  background: #ebf5ff;
}
.accordion .accordion__title {
  margin-bottom: 20px;
}
.accordion__title {
  max-width: 700px;
}
.accordion__caption {
  max-width: 700px;
}
.accordion__ctrl {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -20px;
}
.accordion__body {
  padding: 0 40px;
  border: 1px solid #eaebed;
  animation: slideDown-30 0.25s 0.1s ease-out backwards,
    fadeIn 0.25s 0.15s ease-out backwards;
}
.accordion__body.collapse {
  display: none;
}
.accordion__body.collapse.in {
  display: block;
}
.accordion__body.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.accordion__body-inner {
  padding: 40px 0;
  max-width: 700px;
  border-top: 0;
  animation: fadeIn 0.35s ease-out;
}

.accordion-toggle {
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-toggle:hover {
  opacity: 0.5;
}
.accordion-toggle__icon {
  position: relative;
  color: #0c0904;
}
.accordion-toggle__icon:before,
.accordion-toggle__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  width: 16px;
  border-top: 2px solid;
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-toggle.collapsed .accordion-toggle__icon:after {
  transform: rotate(90deg);
}

/* .declares {overflow: hidden;} */
.declares__ctrl {
  margin-bottom: 20px;
}
.declares__list {
}
.declares__item + .declares__item {
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .declares {
    padding-left: 0;
  }
}
@media (max-width: 1279px) {
  .declares {
    padding: 0;
  }
}

.declare {
  border-top: 1px solid #ececee;
  border-bottom: 1px solid #ececee;
  background: #f8f9fb;
  box-sizing: border-box;
}
.declare__cell {
}
.declare__label {
  font-weight: 400;
  color: #a9abb2;
}
.declare__value {
  font-weight: 400;
}
.declare__right {
  display: flex;
}
.declare__ctrl + .declare__ctrl {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .declare {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 120px;
  }
  .declare__cell + .declare__cell {
    margin-left: 40px;
  }
  .declare__cell {
    flex: none;
    width: 18.4211%;
  }
  .declare__cell--lg {
    width: 36.8422%;
  }
  .declare__right {
    margin-left: auto;
  }
}
@media (max-width: 1499px) {
  .declare__label {
    font-size: 14px;
  }
  .declare__value {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .declare {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .declare__cell + .declare__cell {
    margin-top: 20px;
  }
  .declare__cell + .declare__cell {
    margin-top: 20px;
  }
  .declare__right {
    margin-top: 20px;
  }
}

.steps {
}
.steps__inner {
  display: flex;
  max-width: 1340px;
}
.steps__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.steps__item {
  width: 100%;
}
.steps__item + .steps__item {
  margin-left: 10px;
}
@media (max-width: 1439px) {
  .steps__inner {
    max-width: 1140px;
  }
}
@media (max-width: 1279px) {
  .steps__wrapper {
    display: block;
  }
  .steps {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .steps::-webkit-scrollbar {
    display: none;
  }
  .steps__inner {
    display: inline-flex;
    max-width: none;
  }
  .steps__item {
    flex: none;
    width: 220px;
  }
}

.step {
  display: block;
  position: relative;
  padding: 20px;
  height: 100%;
  min-height: 200px;
  background: #ffffff;
  color: #343a4a;
  font-weight: 400;
  border-radius: 6px;
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}
.step--sm {
  min-height: 150px;
}
.steps__item-text {
  margin-left: 60px;
}
.step:hover {
  color: #343a4a;
  box-shadow: 0px 36px 54px rgba(0, 0, 0, 0.1);
}
.step__index {
  margin-bottom: 20px;
  padding-right: 25px;
}
.step__index--bold {
  font-weight: 700;
}
.step__period {
  display: flex;
  margin-bottom: 20px;
  color: #0078a8;
}
.step__count + .step__count {
  margin-left: 20px;
}
.step__text {
  margin-bottom: 20px;
}
.step__info {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;

  font-size: 10px;

  background: #ffd530;
}
@media (max-width: 1439px) {
  .step {
    min-height: 180px;
    font-size: 14px;
  }
  .steps__item-text {
    margin-left: 30px;
  }
  .step__index {
    margin-bottom: 5px;
  }
  .step__period {
    margin-bottom: 14px;
  }
  .step__count + .step__count {
    margin-left: 10px;
  }
}
@media (max-width: 1279px) {
  .steps__item-text {
    margin-left: 0;
    margin-top: 30px;
  }
}

.objects {
}
.objects__item + .objects__item {
  margin-top: 20px;
}
.objects__state {
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid #e4e8eb;
  border-top: 0;
  background: #f8f9fb;
}
.objects__state-inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.objects__info {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #e4e8eb;
  border-top: 0;
  background: #f8f9fb;
}

.object {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
  border: 1px solid #e4e8eb;
  box-sizing: border-box;
}
.object--light {
  border: none;
  background-color: #f8f9fb;
}
.object--blue-border {
  border: 1px solid #71b3cf;
}
.object__form-inner {
  padding-top: 20px;
}
.object__form {
  margin-top: 26px;
  margin-bottom: 26px;
  background: #ffffff;
  border: 1px solid #e4e8eb;
  width: 100%;
  box-sizing: border-box;
}
.object__form--not-offset {
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
}
.object__form--not-bottom-margin {
  margin-bottom: 0;
}
.object__info {
  margin-top: -1px;
  margin-bottom: -1px;
}
.object__table {
}
.object__cell {
  font-weight: 400;
}
.object__cell .text-edit-container {
  width: 160px;
}
.object__cell .text-edit-container .text-edit-input {
  width: 100%;
  box-sizing: border-box;
}
.object__cell--sm {
}
.object__cell--center {
  align-self: center;
}
.object__label {
  margin-bottom: 20px;
  color: #a9abb2;
}
.object__label--top {
  margin-bottom: 14px;
}
.object__label--bottom {
  margin-bottom: 0;
  margin-top: 14px;
}
.object__value {
}
.object__value-name {
  color: #616566;
  font-weight: 500;
}
.object__value--entity {
  color: #ed412d;
}
.object__value--individual {
  color: #b4cdc5;
}
.object__right {
}
.object__buttons {
  display: flex;
  align-items: center;
}
.object__ctrl {
  min-width: 140px;
}
.object__ctrl + .object__ctrl {
  margin-left: 20px;
}
.object__ctrl-group {
  padding: 0;
  border-radius: 5px;
  border: 1px solid #0078a8;
  min-width: 134px;
  position: relative;
}
.object__ctrl-group .button {
  width: 100%;
}
.object__ctrl-group + .object__ctrl-group {
  margin-left: 10px;
}
.object__ctrl-btn {
  width: 100%;
  padding: 5px;
}
.object__ctrl-btn.is-disable {
  background-color: #e1e4e8;
  color: #a6aebc;
  opacity: 0.9;
}
.object__ctrl-btn.button--th-ctrl,
.object__ctrl-btn.button--th-main {
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  width: calc(100% + 2px);
}
.object__ctrl-btn.button--th-main {
  border: 1px solid #0078a8;
}
.object__ctrl-down {
  font-weight: 500;
  color: #a9abb2;
  padding: 5px;
  text-align: center;
  display: block;
}
.object__ctrl-down--attention {
  color: #ed412d;
}
.object__ctrl-down--success {
  color: #2cb150;
}
.object__ctrl-down--secondary {
  color: #0078a8;
}
.object__ctrl-arrow {
  align-items: flex-start;
  margin-top: 16px;
}
.object__ctrl-arrow .fab-icon {
  width: 40px;
  height: 40px;
}
.object__toggle {
  margin-left: 40px;
}
.object__icon-container {
  display: flex;
  margin-top: 5px;
}
.object--account-entity {
  padding-top: 40px;
  background: #f8f9fb;
}
.object--account-entity .object__cell--number {
  margin-top: -20px;
}
.object--account-entity .object__cell--title {
  width: 25%;
  flex: none;
}
.object--account .object__label {
  margin-bottom: 10px;
}
.object--account .object__label--margin {
  margin-bottom: 5px;
  margin-top: 5px;
}
.object__right--flex-top {
  flex: none;
}
.object__cell-row + .object__cell-row {
  margin-top: 10px;
}
@media (min-width: 960px) {
  .object__table {
    width: 100%;
    display: flex;
    flex: 1;
    align-items: flex-start;
  }
  .object__cell {
    width: 33.4571%;
  }
  .object__cell--md {
    flex: none;
    margin-right: 40px;
    width: auto;
  }
  .object__cell--small {
    width: auto;
  }
  .object__cell--left {
    width: calc(100% - 780px - 80px - 12%);
    margin-right: 40px;
  }
  .object__cell + .object__cell {
    margin-left: 40px;
  }
  .object__cell--sm {
    width: 25.4912%;
  }
  .object__cell--number {
    flex: none;
    width: 240px;
  }
  .object__cell + .object__cell--right {
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .object {
    display: flex;
    align-items: center;
  }
  .object--block {
    display: block;
  }
  .object__right {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .object__right--flex-top {
    align-items: flex-start;
  }
  .object__cell--md {
    width: 12%;
  }
}
@media (max-width: 1499px) and (min-width: 1280px) {
  .object__cell + .object__cell {
    margin-left: 20px;
  }
  .object__cell--location {
    width: 26.1525%;
  }
  .object__cell--title {
    width: 40.4175%;
  }
  .object__cell--sm {
    width: 21.3975%;
  }
}
@media (max-width: 1800px) {
  .object--account-entity .object__cell--title {
    width: 20%;
  }
}
@media (max-width: 1700px) {
  .object--account-entity .object__cell--number {
    margin-top: 0;
  }
  .object__cell--left {
    width: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 1700px) and (min-width: 1280px) {
  .object--account-entity .object__cell--title {
    width: 100%;
    order: -1;
    margin-bottom: 14px;
    margin-left: 0;
    padding-left: calc(100% - 780px);
  }
}
@media (max-width: 1499px) and (min-width: 1280px) {
  .object--account-entity .object__cell--title {
    padding-left: calc(100% - 700px);
  }
}
@media (max-width: 1499px) {
  .object__ctrl {
    min-width: 120px;
  }
  .object__cell {
    font-size: 14px;
  }
  .object__label {
    margin-bottom: 0;
  }
  .object__label--top {
    margin-bottom: 6px;
  }
  .object__label--bottom {
    margin-bottom: 0;
    margin-top: 6px;
  }
  .object__value.h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .object__toggle {
    margin-left: 20px;
  }
}
@media (max-width: 1279px) {
  .object__table {
    margin-bottom: 40px;
  }
  .object__buttons {
    margin-bottom: 25px;
  }
  .object__toggle {
    margin-left: 0px;
  }
  .object__cell--left {
    margin-bottom: 0;
  }
}
@media (max-width: 959px) {
  .object__table {
    margin-bottom: 20px;
  }
  .object__cell + .object__cell {
    margin-top: 20px;
  }
  .object__cell--small {
    margin-top: 0;
    margin-right: 14px;
  }
  .object__cell--small + .object__cell {
    margin-top: 0;
    width: 82%;
  }
  .object__right--flex-top .object__buttons {
    flex: 1;
  }
  .object__cell--left {
    margin-bottom: 0;
  }
  .object__cell-row-mobile {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .object__cell-row-mobile .object__label {
    margin-bottom: 0;
    margin-right: 6px;
  }
}
@media (max-width: 500px) {
  .object__icon-container {
    width: 70%;
    justify-content: space-between;
  }
}

.object-info {
  border: 1px solid #e4e8eb;
  border-top: 0;
  background: #ffffff;
}
.object-info__section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.object-info__section--short {
  padding-top: 20px;
  padding-bottom: 20px;
}
.object-info__section--short-top {
  padding-top: 20px;
  padding-bottom: 0;
}
.object-info__section--line {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececee;
}
.object-info__section--sm {
  padding-top: 6px;
  padding-bottom: 6px;
}
.object-info__section--border {
  border-top: 1px solid #ececee;
  border-bottom: 1px solid #ececee;
  margin-bottom: 20px;
}
.object-info__section:nth-child(even) {
  background: #f8f9fb;
}
.object-info__way {
}
.object-info__requests {
}

.state-list {
}
.state-list__item {
  line-height: 20px;
}
.state-list__item + .state-list__item {
  margin-top: 20px;
}
.state-list__item--error {
  color: #ff3a3a;
}
.state-list__item--success {
  color: #2cb150;
}
.state-list__item--warning {
  color: #ffd530;
}
@media (max-width: 1499px) {
  .state-list__item {
    font-size: 16px;
  }
  .state-list__item + .state-list__item {
    margin-top: 0px;
  }
}

.request-way {
  position: relative;
  max-width: 1580px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.request-way__item {
  position: relative;
  flex: none;
  text-align: center;
  width: 140px;
}
.request-way__item + .request-way__item:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 28px;
  margin-right: -20px;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(
    to right,
    #979797 66%,
    rgba(255, 255, 255, 0.01) 34%
  );
  background-position: top;
  background-size: 24px 4px;
  background-repeat: repeat-x;
  /*border-top: 4px dashed #979797;*/
}
.request-way__item.is-active:before {
  background-image: linear-gradient(
    to right,
    #d9e7fc 66%,
    rgba(255, 255, 255, 0.01) 34%
  );
}
.request-way__item.is-active > .request-way__icon {
  background: #2cb150;
  border-color: #2cb150;
  color: #ffffff;
}
.request-way__item.is-done:before {
  background-image: linear-gradient(
    to right,
    #d9e7fc 66%,
    rgba(255, 255, 255, 0.01) 34%
  );
}
.request-way__item.is-done > .request-way__icon {
  background: #d9e7fc;
  border-color: #d9e7fc;
}
.request-way__icon {
  position: relative;
  width: 60px;
  height: 60px;
  border: 2px solid #ffd530;
  box-shadow: 0 0 0 6px rgba(64, 134, 238, 0), 0 0 0 20px rgba(255, 255, 255, 1);
  background: #ffffff;
  margin-bottom: 20px;
  z-index: 1;
  box-sizing: border-box;
  transition: box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.request-way__item.is-done:hover .request-way__icon,
.request-way__item.is-done:focus .request-way__icon,
.request-way__item.is-done:active .request-way__icon {
  box-shadow: 0 0 0 6px rgba(64, 134, 238, 0.1),
    0 0 0 20px rgba(255, 255, 255, 1);
}
.request-way__count {
}
.request-way__label {
  position: absolute;
  top: -2px;
  right: 0;
  width: 25px;
  height: 25px;
  background: #ffd530;
  color: #1e1f21;
  font-size: 11px;
}
.request-way__title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #1e1f21;
}
@media (max-width: 1499px) {
  .request-way__icon {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 1);
  }
  .request-way__item + .request-way__item:before {
    margin-right: -30px;
    width: 80%;
  }
}
@media (max-width: 1279px) {
  .request-way {
    margin: 0 -20px;
    padding: 0 20px;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .request-way::-webkit-scrollbar {
    display: none;
  }
  .request-way__item + .request-way__item {
    padding-left: 12px;
  }
}

.request-table {
}
.request-sub-table {
  border-bottom: 1px solid #ececee;
  padding-bottom: 20px;
  /* margin-bottom: 40px; */
}
.request-sub-table--not-border {
  border-bottom: none;
}
.request-sub-table:not(:last-child) {
  margin-bottom: 40px;
}
.request-table__row {
}
.request-table__row--outline {
  padding-top: 20px;
  margin-top: -20px;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #f8f9fb;
  border-top: 1px solid #ececee;
  border-bottom: 1px solid #ececee;
}
.request-table__row--underline {
  border-bottom: 1px solid #ececee;
}
.request-table__row--bg {
  background-color: #f8f9fb;
}
.request-table__row + .request-table__row {
  margin-top: 20px;
}
.request-table-inner--border {
  border-top: 1px solid #ececee;
}
.request-table-inner .request-table__row + .request-table__row {
  margin-top: 15px;
}
.request-table__row--head {
  align-items: flex-end;
  font-size: 14px;
  color: #a9abb2;
  min-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececee;
}
.request-table__row--account {
  position: relative;
  align-items: center;
  color: inherit;
  border-bottom: none;
}
.request-table__row--total > .request-table__cell {
  font-weight: 700;
  color: #343a4a;
}
.request-table__row--account .request-table__cell--last {
  padding-right: 42px;
}
.request-table__fix-sum {
  outline: none;
  border-radius: 4px;
  padding: 3px 6px;
  margin-top: -3px;
  margin-left: -6px;
  width: 100%;
  display: inline-block;
  width: 100%;
}
.request-table__fix-sum:focus {
  background-color: #f2f2f2;
}
.request-table__fix-sum-icon {
  margin-left: 10px;
}
.request-table__row--total .request-table__label {
  font-weight: 400;
}
.request-table__cell + .request-table__cell {
  padding-left: 40px;
}
.request-table-inner .request-table__cell + .request-table__cell {
  padding-left: 30px;
}
.request-table__cell + .request-table__cell--ctrl {
  margin-left: auto;
}
.request-table__cell {
  flex: none;
  width: 21.6155%;
  font-weight: 400;
  box-sizing: border-box;
}
.request-table__ctrl {
  width: 40px;
  margin-left: auto;
  text-align: right;
}
.request-table__help {
  padding-left: 5px;
}
.request-table__cell--lg {
  width: 23.8908%;
}
.request-table__cell--error {
  color: #ff786b;
}
.request-table__cell--success {
  color: #2cb150;
}
.request-table__cell--warning {
  color: #ffd530;
}
.request-table__cell--title {
  color: #a9abb2;
}
.request-table__cell-check {
  width: 100%;
}
.request-table__cell-check.text-edit-container .line-form__amount-edit {
  width: calc(100% - 60px);
}
@media (min-width: 960px) {
  .request-table__row {
    display: flex;
    min-height: 40px;
  }
  .request-table__row--entity {
    min-height: auto;
    align-items: flex-start;
  }
  .request-table__label {
    display: none;
  }
  .request-table-inner .request-table__label {
    display: block;
  }

  .request-table--account .request-table__cell {
    width: 20%;
  }
  .request-table-inner .request-table__cell {
    display: flex;
    align-items: center;
  }
  .request-table__row--account .request-table__cell {
    font-weight: 700;
  }
}
@media (min-width: 1100px) {
  .request-table-inner .request-table__label {
    display: none;
  }
  .request-table-inner .request-table__cell {
    width: 12.3%;
  }
  .request-table-inner .request-table__cell--min {
    width: 14%;
  }
  .request-table-inner .request-table__cell--max {
    width: 16.93%;
  }
  .request-sub-table--entity .request-table__cell {
    width: 13.6667%;
  }
  .request-sub-table--entity .request-table__cell--min {
    width: 15%;
  }
  .request-sub-table--entity .request-table__cell--max {
    width: 19.66%;
  }
  .request-table-inner--without-recalculations .request-table__cell {
    width: 16.5%;
  }
  .request-table-inner--without-recalculations
    .request-table__cell:first-child {
    width: 19%;
  }
  .request-table-inner--without-recalculations
    .request-table__cell:nth-child(2) {
    width: 15%;
  }
  .request-table-inner--five-cells .request-table__cell {
    width: 16.5%;
  }
  .request-table-inner--five-cells .request-table__cell:first-child {
    width: 19%;
  }
  .request-table-inner--five-cells .request-table__cell:nth-child(2) {
    margin-left: 15%;
  }
  .request-table-inner .request-table__cell.request-table__cell--mobile {
    display: none;
  }
  .object-info__left-mobile {
    display: none;
  }
}
@media (min-width: 1760px) {
  .request-table__cell-check {
    padding-left: 30px;
  }
}
@media (max-width: 1819px) {
  .request-table__row--outline {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1499px) {
  .request-table__row {
    font-size: 14px;
  }
  .request-table__row + .request-table__row {
    margin-top: 0;
  }
  .request-table-inner .request-table__row + .request-table__row {
    margin-top: 10px;
  }
  .request-table__cell + .request-table__cell {
    padding-left: 20px;
  }
  .request-table-inner .request-table__cell + .request-table__cell {
    padding-left: 20px;
  }
  .request-table__cell {
    width: 21.9403%;
  }
}
@media (max-width: 1099px) {
  .request-table-inner .request-table__row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #d0d3d8;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .request-table__scroll-wrapper {
    position: relative;
  }
  .request-table__scroll-container {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .object-info__left-mobile {
    position: absolute;
    bottom: 20px;
    left: -1px;
    background-color: #fff;
    width: 190px;
  }
  .object-info__left-mobile-row {
    font-size: 14px;
    padding-left: 20px;
    min-height: 23px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  /* .object-info__left-mobile-row:not(.object-info__left-mobile-row--first):not(
      .object-info__left-mobile-row--total
    ) {
    color: #a9abb2;
  } */
  .object-info__left-mobile-row + .object-info__left-mobile-row {
    margin-top: 10px;
  }
  .object-info__left-mobile-row--first {
    min-height: 60px;
  }
  .object-info__left-mobile-row--first + .object-info__left-mobile-row,
  .object-info__left-mobile-row + .object-info__left-mobile-row--total {
    margin-top: 20px;
  }
  .object-info__left-mobile-row--total {
    background: #f8f9fb;
    border-top: 1px solid #ececee;
    border-bottom: 1px solid #ececee;
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 44px;
    font-weight: 700;
  }
  .request-table__scroll-container .object-info__section--sm {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }
  .request-table__scroll-container
    .object-info__section--sm
    .request-table__cell {
    background: #f8f9fb;
    border-top: 1px solid #ececee;
    border-bottom: 1px solid #ececee;
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 44px;
  }
  .request-table__scroll-container::-webkit-scrollbar {
    display: none;
  }
  .request-table-inner.request-table-inner--scroll .request-table__row {
    flex-wrap: nowrap;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .request-table-inner.request-table-inner--scroll
    .request-table__row--outline {
    padding-bottom: 20px;
  }
  .request-table-inner .request-table__row--outline {
    padding-bottom: 0;
    border-bottom: 1px solid #ececee;
  }
  .request-table-inner .request-table__row--account {
    display: none;
  }
  .request-table-inner.request-table-inner--scroll
    .request-table__row--account {
    display: flex;
  }
  .request-table-inner .request-table__row:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .request-table-inner .request-table__row--head {
    display: none;
  }

  .request-table-inner .request-table__cell + .request-table__cell {
    padding-left: 0px;
    margin-top: 20px;
  }
  .request-table-inner .request-table__cell {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .request-table-inner .request-table__cell br {
    display: none;
  }
  .request-table-inner .request-table__label {
    width: 40%;
    margin-right: 20px;
    font-size: 14px;
    color: #a9abb2;
    margin-bottom: 5px;
  }
  .request-table-inner.request-table-inner--scroll .request-table__label {
    display: none;
  }
  .request-table-inner .request-table__cell--lg {
    width: 100%;
  }
  .request-table-inner .request-table__cell--title {
    width: 100%;
  }
  .request-table-inner.request-table-inner--scroll .request-table__cell {
    width: 160px;
  }
  .request-table-inner.request-table-inner--scroll
    .request-table__row--account
    .request-table__cell {
    /* font-weight: 700; */
  }
  .request-table-inner.request-table-inner--scroll .request-table__cell--max {
    width: 170px;
  }
  .request-table-inner.request-table-inner--scroll
    .request-table__cell
    + .request-table__cell {
    padding-left: 20px;
    margin-top: 0;
  }
  .request-table-inner .request-table__ctrl {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
  .request-table-inner .request-table__cell-check {
    padding-left: 0;
  }
  .request-table__cell-check.text-edit-container .line-form__amount-edit {
    width: calc(100% - 20px);
  }
  .object-info__section--desctop .request-table__cell:not(:first-child) {
    display: none;
  }
  .object-info__section--desctop .request-table__row {
    display: block;
  }
  .object-info__section--desctop .request-table__cell:first-child {
    width: 100%;
    display: flex;
    color: #343a4a;
    font-weight: 400;
  }
  .request-table__table-head-mobile {
    margin-bottom: 20px;
  }
  .request-table__table-head-mobile
    .request-table__cell.request-table__cell--desctop {
    opacity: 0;
    visibility: hidden;
  }
  .request-table-inner.request-table-inner--scroll
    .request-table__cell.request-table__cell--mobile {
    padding: 0;
    font-size: 16px;
    color: #343a4a;
  }
}
@media (max-width: 959px) {
  .request-table__row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #d0d3d8;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .request-table__row--account {
    display: none;
  }
  .request-table__row:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .request-table-inner .request-table__row--outline {
    padding-bottom: 20px;
  }
  .request-table__row--head {
    display: none;
  }

  .request-table__cell + .request-table__cell {
    padding-left: 0px;
    margin-top: 20px;
  }
  .request-table-inner .request-table__cell {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .request-table-inner .request-table__cell br {
    display: none;
  }
  .request-table-inner .request-table__label {
    width: 40%;
    margin-right: 20px;
  }
  .request-table__cell {
    width: 50%;
  }
  .request-table__cell--lg {
    width: 100%;
  }
  .request-table__cell--title {
    width: 100%;
  }
  .request-table__label {
    font-size: 14px;
    color: #a9abb2;
    margin-bottom: 5px;
  }
  .request-table__ctrl {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}
@media (max-width: 400px) {
  .request-table-inner.request-table-inner--scroll .request-table__cell {
    width: calc(100vw - 190px);
    min-width: 160px;
  }
  .object-info__section--desctop .request-table__cell:first-child {
    width: 100%;
  }
}

.step-detail {
}
.step-detail__section + .step-detail__section {
  margin-top: 60px;
}

.doc-list-sm {
}
.doc-list-sm__item + .doc-list-sm__item {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #c5cad3;
}

.doc-item {
  display: flex;
  align-items: center;
}
.doc-item--inline {
  display: inline-flex;
}
.doc-item__icon {
  flex: none;
  width: 30px;
  margin-right: 20px;
}
.doc-item__head {
  margin-right: 20px;
}
.doc-item__title {
}
.doc-item__size {
  color: #aeb0b7;
}
.doc-item__right {
  align-self: center;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .doc-item.link {
    transition: opacity 0.33s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .doc-item.link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1499px) {
  .doc-item__icon {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .doc-item__icon {
    width: 20px;
    margin-right: 18px;
  }
}

.request-apply {
  position: relative;
  /*padding-top: 25px;*/
}
.request-apply__section + .request-apply__section {
  margin-top: 60px;
}
.request-apply__section {
  position: relative;
  display: none;
  animation: fadeIn 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.request-apply__section.is-active {
  display: block;
}
.request-apply.is-overlay:before,
.request-apply__section.is-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.request-apply.is-overlay:after,
.request-apply__section.is-overlay:after {
  content: "";
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(0, 120, 168, 1);
  border-left-color: rgba(0, 120, 168, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: rotate 1s linear infinite;
  z-index: 1;
}
@media (max-width: 767px) {
  .request-apply__section + .request-apply__section {
    margin-top: 40px;
  }
}

.request-section__head {
  margin-bottom: 40px;
}
.request-section__title {
  margin-right: 40px;
}
.request-section__right {
  margin-left: auto;
}
@media (min-width: 768px) {
  .request-section__head {
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .request-section__head {
    margin-bottom: 30px;
  }
  .request-section__right {
    margin-left: 0;
    margin-top: 40px;
  }
}

.form-list--top-offset {
  margin-top: 20px;
}
.form-list--bottom-offset {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .form-list--top-offset {
    margin-top: 10px;
  }
  .form-list--bottom-offset {
    margin-bottom: 10px;
  }
}

.form-list__line {
  border-top: 1px solid #ececee;
  border-bottom: 1px solid #ececee;
  margin-bottom: -1px;
}

.form-list__line--top {
  border-bottom: none;
}

.form-list__line--applications.is-hide {
  height: 0;
  overflow: hidden;
}
.form-list__line--applications {
  height: auto;
}

.radio-row {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 80px;
  cursor: pointer;
  box-sizing: border-box;
}
.radio-row__radio {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.radio-row__check {
  flex: none;
  align-self: flex-start;
  position: relative;
  margin-right: 20px;
  margin-top: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #ececee;
  border-radius: 50%;
  background: none;
  box-sizing: border-box;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio-row__check:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  background: #ececee;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio-row:hover > .radio-row__check:after {
  opacity: 1;
}
.radio-row.is-disable {
  opacity: 0.4;
  pointer-events: none;
}
.radio-row__radio.is-disable ~ .radio-row__check {
  border-color: #0078a8;
}
.radio-row__radio:checked ~ .radio-row__check {
  border-color: #0078a8;
}
.radio-row__radio:checked ~ .radio-row__check:after {
  background: #0078a8;
  opacity: 1;
}
.radio-row__check--checkbox {
  border-radius: 3px;
}
.radio-row__check--checkbox:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  margin: 0;
  width: 12px;
  height: 6px;
  border-left: 2px solid #ececee;
  border-bottom: 2px solid #ececee;
  border-radius: 0px;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
  box-sizing: border-box;
  background: none;
}
.radio-row__radio:checked ~ .radio-row__check--checkbox:after {
  background: none;
  border-color: #ffffff;
}
.radio-row__radio:checked ~ .radio-row__check--checkbox {
  background: #0078a8;
}
.radio-row__head {
  max-width: 700px;
  font-weight: 500;
}
.radio-row__head--fix {
  max-width: none;
  width: 38vw;
}
.radio-row__head--line {
  display: flex;
}
.radio-row__right {
}
.radio-row__right--head {
  text-align: center;
  font-weight: 700;
}
.radio-row__right--head .h3 {
  font-weight: 700;
}
.radio-row__caption {
  max-width: 240px;
  /*opacity: .4;*/
}
.radio-row__caption--light {
  opacity: 0.5;
}
.radio-row__caption > span {
  font-weight: 700;
}
.radio-row__number {
  flex: none;
  width: 200px;
  margin-left: 30px;
}
.radio-row__number > span {
  font-weight: 700;
}
.radio-row--fill .radio-row__radio:checked ~ .radio-row__bg {
  opacity: 1;
}
.radio-row--light .radio-row__radio:checked ~ .radio-row__body {
  color: #271f24;
  font-weight: 500;
}
.radio-row--sm {
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 0;
}
.radio-row--sm .radio-row__check {
  margin-top: 0;
}
.radio-row__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ecf2f7;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
@media (min-width: 768px) {
  .radio-row__body {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .radio-row__right {
    max-width: 220px;
    margin-left: auto;
  }
  .radio-row__right--cols {
    display: flex;
    max-width: none;
  }
  .radio-row__status {
    flex: none;
    width: 80px;
    margin-left: 30px;
  }
  .radio-row__toggle {
    margin-left: auto;
  }
}
@media (min-width: 2000px) {
  .radio-row__head--fix {
    width: calc(60% + 18px);
  }
}
@media (max-width: 1499px) {
  .radio-row__head {
    max-width: 512px;
  }
  .radio-row__head--fix {
    max-width: none;
  }
}
@media (max-width: 1279px) {
  .radio-row__head--fix {
    width: 40%;
  }
}
@media (max-width: 1279px) {
  .radio-row__number {
    width: 160px;
    margin-left: 20px;
  }
  .radio-row__head--sm {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .radio-row {
    position: relative;
  }
  .radio-row__head--toggle {
    padding-right: 30px;
  }
  .radio-row__right--head {
    display: none;
  }
  .radio-row__right {
    margin-top: 10px;
  }
  .radio-row__number {
    width: auto;
    margin-left: 0;
    margin-top: 15px;
  }
  .radio-row__status {
    margin-top: 15px;
  }
  .radio-row__toggle {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .radio-row__head--fix {
    width: 100%;
  }
}

.file-add {
  padding-top: 20px;
  padding-bottom: 20px;
}
.file-add__head {
  display: flex;
  align-items: center;
  align-self: flex-start;
  max-width: 512px;
  min-height: 40px;
}
.file-add__title {
}
.file-add__right {
  flex: none;
  width: 640px;
}
@media (min-width: 1366px) {
  .file-add {
    display: flex;
  }
  .file-add__right {
    margin-left: auto;
  }
}
@media (max-width: 1499px) {
  .file-add__right {
    width: 560px;
  }
}
@media (max-width: 1365px) {
  .file-add__head {
    min-height: auto;
  }
  .file-add__right {
    margin-top: 20px;
  }
}

.files-loader__item.is-hide {
  display: none;
}
.file-loader__right-container {
  position: relative;
  max-width: 340px;
}
@media (max-width: 956px) {
  .file-loader__right-container {
    max-width: none;
  }
}
.file-loader__right-container .file-view__remove {
  width: 40px;
  height: 40px;
}
.file-loader__right-container.is-added .files-loader {
  padding-right: 50px;
}
.file-loader__right-container.is-added .file-view__body {
  max-width: calc(100% - 110px);
}
.file-loader__right-container .files-loader__item {
  width: 100%;
}
.file-loader__add-abs {
  position: absolute;
  top: 0;
  right: 0;
}
.file-loader__add-abs .file-view__icon {
  margin-right: 0;
}
.files-loader--right-add .file-view__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .files-loader {
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-bottom: -20px;
  }
  .files-loader__item {
    width: 50%;
    padding-right: 40px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .files-loader__item--center {
    padding-bottom: 0;
  }
}
.files-loader--full .files-loader__item {
  width: 100%;
}
@media (min-width: 1365px) {
  .files-loader--right {
    justify-content: flex-end;
  }
}
@media (max-width: 1499px) {
  .file-loader__right-container .file-view__remove {
    width: 32px;
    height: 32px;
  }
  .file-loader__right-container.is-added .files-loader {
    padding-right: 40px;
  }
  .file-loader__right-container.is-added .file-view__body {
    max-width: calc(100% - 80px);
  }
  .file-loader__add-abs {
    top: 3px;
  }
}
@media (max-width: 1499px) and (min-width: 768px) {
  .files-loader {
    margin-right: -20px;
  }
  .files-loader__item {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .files-loader__item + .files-loader__item {
    margin-top: 20px;
  }
}

.file-view {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.file-view__icon {
  margin-right: 14px;
  background: #efefef;
  color: #343a4a;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.file-view__icon--light {
  background: #ffffff;
}
.file-view__icon img {
  max-width: 20px;
}
.file-view__body {
  margin-right: 5px;
}
.file-view__title {
  font-weight: 500;
}
.file-view__title > span {
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.file-view__caption {
  color: #a9abb2;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
}
.file-view__remove {
  flex: none;
  align-self: center;
  width: 26px;
  height: 26px;
  font-size: 14px;
  margin-left: auto;
}
.file-view__input {
  position: absolute;
  left: -9999px;
  visibility: hidden;
  transition: left 0.3s ease;
}
.file-view__input.is-file {
  left: -9998px;
  transition: left 0.3s ease;
}
.file-view__input.is-error .file-view__title {
  color: #ed412d;
}
.file-view__icon.is-success {
  background: #ebf0fb;
  color: #0078a8;
}
.file-view--button:hover .file-view__title > span {
  border-color: inherit;
}
.file-view--button:hover .file-view__icon {
  background: #d9d9d9;
}

.collapse-item {
  border-radius: 5px;
  border: 1px solid #dfe3e8;
}
.collapse-item__head {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.collapse-item__head.is-load {
  position: relative;
  pointer-events: none;
}
.collapse-item__head .collapse-item__loader {
  position: absolute;
  pointer-events: none;
}
.collapse-item__head.is-load .collapse-item__loader {
  display: block;
}
.collapse-item__head--light {
  border-bottom: 1px solid #d8d8d8;
  background-color: #dce9f2;
}
.collapse-item__head--blue {
  border-bottom: 1px solid #0078a8;
  background-color: #0078a8;
  color: #fff;
}
.collapse-item__head--blue:hover {
  color: #fff;
}
.collapse-item__head--grey,
.collapse-item__head--grey.collapsed {
  background-color: #f8f9fb;
  border-bottom: 1px solid #d8d8d8;
}
.collapse-item__head--history.collapsed {
  background-color: #dce9f2;
}
.collapse-item__title {
  font-weight: 500;
}
.collapse-item__title > span {
  margin-left: 10px;
}
.collapse-item__title--domkom {
  width: 43%;
}
.collapse-item__ctrl {
  flex: none;
  margin-left: auto;
  background: none;
  font-size: 12px;
  transform: rotate(180deg);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.collapse-item__ctrl--bg {
  background-color: #efefef;
  border-radius: 50%;
}
.collapse-item__ctrl--white {
  background-color: #fff;
  border-radius: 50%;
  color: #343a4a;
}
.collapse-item__ctrl--sm {
  height: auto;
}
.collapse-item__head.collapsed > .collapse-item__ctrl {
  transform: rotate(0deg);
}
.collapse-item__head.is-open > .collapse-item__ctrl {
  transform: rotate(180deg);
}
.collapse-item__body {
}
.collapse-item__body-inner {
  padding-bottom: 10px;
  line-height: 1.56;
  color: #768693;
}
.domkom-table-head {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 960px) {
  .collapse-item__title {
    display: flex;
  }
  .collapse-item__title--left {
    width: 420px;
    margin-right: 20px;
  }
  .collapse-item__index {
    width: 200px;
  }
  .domkom-table-head {
    display: flex;
  }
  .domkom-table-head__item {
    flex: none;
  }
  .domkom-table-head__item--left,
  .domkom-table__item--left {
    flex: none;
    width: 8%;
    padding-right: 3%;
    text-align: right;
  }
  .domkom-table-head__item--left {
    text-align: center;
  }
  .domkom-table-head__item--center,
  .domkom-table__item--center {
    padding-right: 15px;
  }
  .domkom-table-head__item--right,
  .domkom-table__item--right {
    flex-grow: 1;
    width: auto;
    padding-right: 60px;
    text-align: right;
  }
  .domkom-table-head__item--right {
    padding-right: 100px;
  }
}
@media (max-width: 1699px) {
  .domkom-table-head__item--left,
  .domkom-table__item--left {
    width: 10%;
  }
}
@media (max-width: 1499px) {
  .collapse-item__title--left {
    width: 360px;
  }
  .domkom-table-head__item--left,
  .domkom-table__item--left {
    width: 13%;
  }
  .domkom-table-head__item--right,
  .domkom-table__item--right {
    padding-right: 30px;
  }
  .domkom-table-head__item--right {
    padding-right: 60px;
  }
}
@media (max-width: 959px) {
  .collapse-item__head--history,
  .collapse-item__head--light,
  .collapse-item__head--wrap {
    flex-wrap: wrap;
  }
  .collapse-item__title {
    width: 83%;
    font-size: 14px;
  }
  .collapse-item__subtitle {
    width: 100%;
    order: 1;
    margin-top: 10px;
  }
  .collapse-item__message {
    width: 100%;
    order: 1;
    margin-top: 10px;
  }
  .collapse-item__body-inner {
    padding: 0 10px 10px;
  }
  .collapse-item__body-inner._clear {
    padding: 0;
  }
  .collapse-item__index {
    margin-bottom: 20px;
  }
  .domkom-table-head__item--left,
  .domkom-table__item--left,
  .domkom-table-head__item--center,
  .domkom-table__item--center {
    width: 85%;
  }
  .domkom-table-head__item--center,
  .domkom-table__item--center,
  .domkom-table-head__item--right,
  .domkom-table__item--right {
    margin-top: 0.5em;
  }
}

.collapse-item__head--second {
  background: #f8f9fb;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.collapse-item__head--second .collapse-item__ctrl {
  background: #efefef;
}
.collapse-item__ctrl--second {
  background: #efefef;
}
.collapse-item__head--second + .collapse-item__body {
  background: #f8f9fb;
}
.collapse-item__head--second.collapsed {
  background: #ffffff;
}
.collapse-item__head--second:hover {
  background: #f8f9fb;
}

.collapse-list {
  border-radius: 5px;
  border: 1px solid #dfe3e8;
}
.collapse-list__item + .collapse-list__item {
  border-top: 1px solid #dfe3e8;
}
.collapse-list__item {
  border: 0;
  border-radius: 0;
}

.collapse-sections__item + .collapse-sections__item {
  margin-top: 20px;
}

.collapse-section__head {
  display: flex;
  min-height: 80px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f4f6f8;
  border: 1px solid #dfe3e8;
  border-radius: 5px 5px 0 0;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}
.collapse-section__head--pl-lg {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .app-page__item-inner {
    padding: 27px 10px;
    font-size: 13px;
  }
  .collapse-section__head--pl-lg {
    padding-left: 10px;
    padding-right: 10px;
  }
  .application__top-text--lg {
    font-size: 13px;
  }
}
.collapse-section__title {
  font-weight: 700;
}
.collapse-section__ctrl {
  margin-left: auto;
  transform: rotate(180deg);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.collapse-section__head.collapsed {
  border-radius: 5px;
}
.collapse-section__head:hover {
  background: #f0f1f3;
}
.collapse-section__head.collapsed > .collapse-section__ctrl {
  transform: rotate(0deg);
}
.collapse-section__body {
}
.collapse-section__body-inner {
  border: 1px solid #dfe3e8;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

@media (max-width: 1819px) {
  .collapse-section__head--pl-lg {
    padding-left: 32px;
  }
}
@media (max-width: 1499px) {
  .collapse-section__head {
    min-height: 60px;
  }
  .collapse-section__head--pl-lg {
    padding-left: 20px;
  }
  .collapse-section__title {
    font-size: 18px;
  }
}
@media (max-width: 1499px) and (min-width: 1280px) {
  .collapse-section__head--pl-lg .collapse-section__title {
    line-height: 30px;
  }
}
@media (max-width: 1403px) {
  .collapse-section__title {
    font-size: 14px;
  }
}
@media (max-width: 959px) {
  /*.collapse-section__head {padding: 20px 10px;}*/
  .collapse-section__title {
    font-size: 14px;
  }
}

.filter {
  width: 100%;
}
.filter__inner + .filter__inner {
  margin-top: 40px;
}
.filter__panel {
  margin-top: 40px;
}
.filter__item {
}
.filter__item--md {
}
.filter__item--flex {
  display: flex;
  align-items: center;
}
.filter__item--toggles {
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.filter__item--toggles.is-show {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 960px) {
  .filter__inner {
    display: flex;
    align-items: flex-end;
    margin: 0 -20px -20px 0;
  }
  .filter__panel {
    display: flex;
  }
  .filter__main {
    width: 100%;
  }
  .filter__ctrl {
    display: flex;
    padding-top: 40px;
    margin-left: 20px;
  }
  .filter__inner--fix > .filter__item {
    flex: none;
  }
  .filter__item {
    width: 25.7576%;
    max-width: 460px;
    padding: 0 20px 20px 0;
    box-sizing: border-box;
  }
  .filter__item--quarter {
    width: 25%;
    max-width: none;
  }
  .filter__inner--history .filter__item {
    width: 15%;
    flex: none;
  }
  .filter__inner--history .filter__item--btns {
    flex-grow: 1;
  }
  .filter__item--quote {
    width: 100%;
    max-width: none;
  }
  .filter__item--free {
    width: 100%;
  }
  .filter__item--s {
    width: 23%;
  }
  .filter__item--fix-sm {
    flex: none;
    width: 185px;
  }
  .filter__item--fix-md {
    flex: none;
    width: 240px;
    width: 18.1819%;
  }
  .filter__item--md {
    flex: none;
    width: 30.3031%;
  }
  .filter__item--button {
    flex: none;
    width: auto;
  }
  .filter__item--shrink {
    flex: none;
    width: 40.9091%;
    max-width: none;
  }
  .filter__item--sm {
    width: 210px;
  }
  .filter__item--lg {
    width: 44%;
    max-width: none;
  }
}
.filter__item--btns {
  width: 40%;
  display: flex;
  justify-content: space-between;
}
.filter__item--toggles {
  flex-grow: 1;
  margin-left: 20px;
}
@media (max-width: 1279px) and (min-width: 960px) {
  .filter__inner {
    margin-right: -10px;
  }
  .filter__item {
    padding-right: 10px;
  }
  .filter__inner--history {
    flex-wrap: wrap;
  }
  .filter__item--history,
  .filter__item--s,
  .filter__inner--history .filter__item {
    width: 20%;
  }
  .filter__item--btns {
    width: 100%;
    max-width: 100%;
  }
  .filter__item--toggles {
    flex-grow: 0;
  }
  .history-document {
    margin-right: 30px;
  }
}
@media (max-width: 959px) {
  .filter__inner--flex {
    display: flex;
    flex-wrap: wrap;
    /* margin-right: -10px; */
  }
  .filter__inner--flex .filter__item {
    width: 100%;
    /* padding-right: 10px; */
  }
  .filter__item + .filter__item {
    margin-top: 20px;
  }
  .filter__item--btns {
    width: 100%;
    max-width: 100%;
  }
  .filter__item--toggles {
    flex-grow: 0;
  }
  .filter__inner--flex .filter__item--half-mobile {
    width: calc(50% - 5px);
    /* padding-right: 10px; */
    box-sizing: border-box;
  }
  .filter__item--half-mobile + .filter__item--half-mobile {
    margin-left: 10px;
  }
  .filter__item--half-mobile .button {
    width: 100%;
  }
  .history-document {
    margin-right: 30px;
  }
}

.request-list {
  font-size: 14px;
  color: #768693;
  /*padding-bottom: 1000px;*/
  /*margin-bottom: -1000px;*/
}
.request-list__table {
  width: 100%;
}
.request-list__table--left {
  text-align: left;
}
.request-list tr {
}
.request-list th {
  height: 100px;
  padding: 20px;

  font-weight: 500;
  background: #f4f6f8;

  border: 1px solid #dfe3e8;
  box-sizing: border-box;
}
.request-list td {
  height: 100px;
  padding: 20px;

  text-align: center;

  border: 1px solid #dfe3e8;
  box-sizing: border-box;
}
.request-list__table--left td {
  text-align: left;
}
.request-list__title {
  color: #2c3945;
  font-weight: 700;
}
.request-list__status {
  color: #0078a8;
}
@media (max-width: 1279px) {
  .request-list th,
  .request-list td {
    padding: 10px 20px;
    height: 80px;
  }
}

.nowrap {
  white-space: nowrap;
}

.drop-list {
  display: inline-block;
  position: relative;
  text-align: left;
}
.drop-list__ctrl {
}
.drop-list.open > .drop-list__drop {
  display: block;
}
.drop-list__drop {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 20px;
  width: 210px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e4e8eb;
  border-radius: 4px;
  box-shadow: 0px 36px 54px rgba(0, 0, 0, 0.1);
  transform-origin: 0 0;
  box-sizing: border-box;
  animation: zoomIn 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.drop-list__drop:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 25px;
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  border-left-color: #e4e8eb;
  border-bottom-color: #e4e8eb;
  border-radius: 0 0 0 4px;
  transform: rotate(45deg);
  background: #ffffff;
}
.drop-list__drop--right {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 20px;
  transform-origin: 100% 0;
}
.drop-list__drop--right:before {
  left: auto;
  right: -6px;
  transform: rotate(-135deg);
}
.drop-list__inner {
  animation: fadeIn 0.25s 0.15s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}

.preview-list {
}
.preview-list__item + .preview-list__item {
  margin-top: 14px;
  padding-top: 25px;
  border-top: 1px solid #d8dde2;
}
.preview-list__title {
  margin-bottom: 4px;
  font-weight: 400;
}
.preview-list__caption {
  font-weight: 400;
  color: #444444;
  opacity: 0.4;
}

.notification-list {
}
.notification-list__item {
}
.notification-list__paginator {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .notification-list {
    display: flex;
    flex-wrap: wrap;
  }
  .notification-list__item {
    width: 50%;
  }
}

@media (min-width: 960px) {
  .notification-list__paginator {
    display: flex;
    align-items: center;
  }
  .notification-list__count {
    margin-left: auto;
  }
}
@media (max-width: 959px) {
  .notification-list__count {
    margin-top: 30px;
  }
}

.news-list {
}
.news-list__item + .news-list__item {
}
.news-list__paginator {
  margin-top: 40px;
}
@media (min-width: 1500px) {
  .news-list__paginator {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .news-list__item + .news-list__item {
    margin-top: 20px;
  }
}

.news-info {
  display: flex;
  font-weight: 500;
}
.news-info__item {
  opacity: 0.4;
  position: relative;
}
.news-info__item + .news-info__item {
  padding-left: 15px;
  margin-left: 11px;
}
.news-info__item + .news-info__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a3a09e;
}

.news {
  border: 1px solid #f1f1f5;
  box-sizing: border-box;
}
.news__photo {
}
.news__img {
}
.news__body {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
  height: 100%;
  min-height: 380px;
}
.news__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background: #ffd530;

  transform-origin: 0 50%;
  transform: scale(0, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.news__title {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 4px;
}
.news__title span {
  position: relative;
}
.news__title span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.15;
  border-top: 2px solid;
  transform-origin: 0 50%;
  transform: scale(0, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.news__meta {
  margin-bottom: 20px;
}
.news__caption {
  width: 100%;
  margin-bottom: 40px;
  color: #a9abb2;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.news__ctrl {
  margin-top: auto;
}
.news__ctrl > .fab-icon {
  background: #f2f2f2;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .news {
    display: flex;
    align-items: stretch;
    height: 100%;
  }
  .news__photo {
    flex: none;
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .news:hover > .news__body:before {
    transform: scale(1, 1);
  }
  .news:hover .news__caption {
    color: #343a4a;
  }
  .news:hover .news__title span:before {
    transform: scale(1, 1);
  }
  .news:hover .news__ctrl > .fab-icon {
    background: #343a4a;
    color: #ffffff;
  }
}
@media (max-width: 1499px) {
  .news__body {
    min-height: 260px;
  }
  .news__title {
    margin-bottom: 20px;
  }
  .news__caption {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news {
    display: block;
  }
  .news__img {
    height: auto;
    padding-top: 54.0625%;
  }
  .news__body {
    min-height: auto;
  }
  .news__caption {
    margin-bottom: 40px;
  }
}

.button-icon--th-nav {
  font-weight: 500;
  font-size: 16px;
}
.button-icon--th-nav:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #ececee;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-icon--th-nav:hover:after {
  background: #43474f;
}
.button-icon--th-nav.is-active {
  pointer-events: none;
  background: #ebebee;
}
.button-icon--th-nav.is-active:after {
  display: none;
}

.paginator {
  display: flex;
  align-items: center;
}
.paginator__inner {
  display: flex;
}
.paginator__button {
  flex: none;
  font-weight: 600;
}
.paginator__button:hover {
}
.paginator__pages {
  margin: 0 20px;
  display: flex;
}
.paginator__num + .paginator__num {
  margin-left: 20px;
}
.paginator__num.is-active {
  pointer-events: none;
  background: #ebebee;
}
.paginator__num.is-active:after {
  display: none;
}
.paginator__divider {
  font-weight: 500;
  pointer-events: none;
}
.paginator__input-inner {
  position: relative;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.paginator__input-trigger {
  padding: 0;
  width: 34px;
  height: 40px;
  text-align: center;
}
.paginator__input-text {
  margin-left: 12px;
  flex: none;
}
.paginator__input-trigger--lg {
  width: 80px;
  padding: 0 12px;
  text-align: left;
}
.paginator__input-arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #343a4a;
}
.paginator__input-arrow:hover {
  color: #343a4a;
  opacity: 0.6;
}
.paginator__input-label {
  position: absolute;
  top: -7px;
  left: 12px;
  background-color: #fff;
  padding: 0 2px;
  font-size: 10px;
}
@media (max-width: 1499px) {
  .paginator__pages {
    margin: 0 10px;
  }
  .paginator__num + .paginator__num {
    margin-left: 10px;
  }
  .paginator__num {
    font-size: 14px;
  }
  .paginator__num:after {
    left: 8px;
    right: 8px;
    bottom: 4px;
  }
  .paginator__input-trigger {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .paginator {
    flex-direction: column;
    align-items: flex-start;
  }
  .paginator__button,
  .paginator__num {
    height: 40px;
    width: 40px;
  }
  .paginator__num + .paginator__num {
    margin-left: 20px;
  }
  .paginator__num:nth-child(3) ~ .paginator__num {
    display: none;
  }
  .paginator__num:after {
    left: 10px;
    right: 10px;
    bottom: 6px;
  }
  .paginator__input-inner {
    margin-left: 0;
    margin-top: 10px;
  }
}

.catalog + .catalog {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #efefef;
}
.catalog__head {
  margin-bottom: 40px;
}
.catalog__filter {
  padding: 0 0 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #efefef;
  box-sizing: border-box;
}
.catalog__filter.catalog__filter--standarts {
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.catalog__filter:last-child {
  margin-bottom: 0;
}
.catalog__filter-btn,
.catalog__filter-btn.testimony-list__view {
  flex: none;
  margin-left: 30px;
}
.catalog__filter--flow {
  border: 0;
  padding: 0;
}
.catalog__view {
  display: flex;
}
.catalog__view > .view-panel {
  margin-left: 20px;
}
.catalog__caption {
  color: #a9abb2;
}
.catalog__body {
}
.catalog__list {
  margin-bottom: 40px;
  margin-right: 0;
}
.catalog__list:last-child {
  margin-bottom: 0;
}
.catalog__pagination {
}
.catalog__info {
  margin-top: 40px;
}
.catalog__message {
  margin-bottom: 40px;
}
.catalog__message--offset-top {
  margin-top: 30px;
}
@media (min-width: 1500px) {
  .catalog__filter {
    display: flex;
    align-items: flex-end;
  }
  .catalog__view {
    margin-left: 60px;
  }
}
@media (min-width: 960px) {
  .catalog__pagination {
    display: flex;
    align-items: center;
  }
  .catalog__count {
    margin-left: auto;
  }
}
@media (max-width: 1499px) {
  .catalog__view {
    margin-top: 40px;
  }
  .catalog__message--offset-top {
    margin-top: 20px;
  }
  .catalog + .catalog {
    margin-top: 20px;
    padding-top: 20px;
  }
  .catalog__filter-btn,
  .catalog__filter-btn.testimony-list__view {
    margin-left: 20px;
  }
}

@media (max-width: 959px) {
  .catalog__count {
    margin-top: 30px;
  }
  .catalog__filter.catalog__filter--standarts {
    padding-right: 0;
    flex-direction: column;
  }
  .catalog__filter-btn,
  .catalog__filter-btn.testimony-list__view {
    display: flex;
    margin-top: 20px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .catalog__head {
    margin-bottom: 20px;
  }
}

.download-list {
}
.download-list__head {
  margin-top: 40px;
  padding: 0 20px 30px;
  border-bottom: 1px solid #ececee;
}
.download-list__head:first-child {
  margin-top: 0;
}
.download-list__title {
  line-height: 1;
  font-weight: 300;
}
.download-list__item {
}
@media (max-width: 1279px) {
  .download-list {
  }
  .download-list__head {
    padding: 0 20px 20px;
  }
}

.download-item {
  position: relative;
  padding: 20px;
  min-height: 100px;
  border-radius: 5px;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}
.download-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.download-item__head {
  display: flex;
}
.download-item__icon {
  width: 30px;
  flex: none;
  margin-right: 40px;
}
.download-item__title {
  align-self: center;
  margin-right: 40px;
  max-width: 700px;
}
.download-item__ctrl {
  display: flex;
  flex: none;
  margin-left: auto;
}
.download-item__ctrl .button + .button {
  margin-left: 10px;
}
.download-item__download {
  position: static;
}
@media (min-width: 1280px) {
  .download-item:hover {
    background: #f2f2f2;
  }
  .download-item:hover .download-item__download {
    background: #0078a8;
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .download-item {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1499px) {
  .download-item {
    min-height: 80px;
  }
}
@media (max-width: 1279px) {
  .download-item__icon {
    margin-right: 20px;
    width: 20px;
  }
  .download-item__title {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .download-item {
    display: block;
  }
  .download-item__title {
    margin-right: 0px;
  }
  .download-item__ctrl {
    margin-top: 20px;
    margin-right: 30px;
    margin-left: 40px;
  }
}

.table-head {
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
}

.table {
  width: 100%;
}
.table tr {
}
.table th {
  padding: 0 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #a9abb2;
  text-align: left;
}
.table th:first-child {
  padding-left: 0;
}
.table td {
  height: 100px;
  padding: 20px;
  border-bottom: 1px solid #ececee;
  box-sizing: border-box;
}
.table td:first-child {
  padding-left: 0;
}

.table tr:last-child > td {
  border-bottom: 0;
}
.table--th-second {
  color: #343a4a;
}
.table--th-second th {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececee;
}
.table--sm tr:first-child + tr > td {
  padding-top: 25px;
}
.table--sm th {
  white-space: nowrap;
}
.table--sm td {
  height: 20px;
  padding: 10px 20px;
  border: 0;
}
@media (min-width: 1280px) {
  .table th:last-child {
    padding-right: 0;
  }
  .table td:last-child {
    padding-right: 0;
  }
}
@media (max-width: 1279px) {
  .table-title-td {
    min-width: 200px;
  }
}

.standarts {
}
.standarts__title {
  margin: 40px 0;
  font-weight: 300;
}
.standarts__title:first-child {
  margin-top: 0;
}
.standarts__title:last-child {
  margin-bottom: 0;
}
.standarts__subtitle {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececee;
  font-weight: 700;
}
.standarts__item + .standarts__item {
  border-top: 1px solid #ececee;
}
.standarts__item:last-child {
  border-bottom: 1px solid #ececee;
}
.standarts__item {
  padding-block: 40px;
}
@media (max-width: 1499px) {
  .standarts__item {
    padding-block: 20px;
  }
}

.standart {
}
.standart__title {
  box-sizing: border-box;
}
.standart__info {
  display: flex;
  align-items: center;
  width: 100%;
}
.standart__type {
  margin-right: 40px;
}
.standart__area {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.standart__area .icon {
  margin-right: 5px;
  margin-top: 2px;
  align-self: flex-start;
  color: #d8dde2;
}
.standart__time {
  margin-right: 40px;
}
.standart__label {
  margin-bottom: 5px;
  color: #a9abb2;
  font-size: 14px;
}
.standart__right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.standart__doc {
  width: 23.6843%;
  font-size: 14px;
}
.standart__docs {
  display: flex;
}
.standart__doc-item .doc-help__icon {
  width: 36px;
}
.standart__doc-item + .standart__doc-item {
  margin-left: 20px;
}
@media (min-width: 1440px) {
  .standart {
    display: flex;
    align-items: center;
  }
  .standart__title {
    flex: none;
    width: 38.4616%;
    margin-right: 40px;
  }
  .standart--lg-title .standart__title {
    width: 60%;
    padding-right: 40px;
  }
  .standart__date {
    width: 270px;
    margin-right: 40px;
  }
  .standart--lg-title .standart__doc {
    width: 50%;
  }
}
@media (max-width: 1499px) {
  .standart__title {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .standart__info {
    align-items: flex-start;
  }
  .standart__type {
    margin-right: 20px;
  }
  .standart__area {
    margin-right: 20px;
  }
  .standart__time {
    margin-right: 20px;
  }
  .standart__label {
    font-size: 12px;
  }
  .standart__date {
    width: 220px;
    margin-right: 30px;
  }
}
@media (max-width: 1279px) {
  .standart__title {
    max-width: 900px;
    margin: 0 0 20px;
  }
  .standart__info {
    flex-wrap: wrap;
  }
  .standart__time {
    width: 100%;
    margin: 20px 0;
  }
  .standart__doc {
    width: 100%;
  }
  .standart__docs {
    display: block;
  }
  .standart__doc-item .doc-help__icon {
    width: 28px;
  }
  .standart__doc-item + .standart__doc-item {
    margin-left: 0;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .standart__date {
    width: 100%;
    margin-right: 0;
  }
  .standart__right {
    margin-top: 20px;
    display: block;
  }
}

.register-form .button {
  white-space: normal;
}
@media (min-width: 1280px) {
  .register-form {
    max-width: 1500px;
    padding-left: 60px;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .register-form--full {
    max-width: 100%;
  }
  .register-form.page__head-inner {
    padding-left: 0;
  }
  .register-form--sm {
    max-width: 1230px;
  }
}
@media (max-width: 1279px) {
  .register-form--sm .help__drop {
    left: auto;
    right: 100%;
    transform-origin: 100% 0;
  }
}

.register-form__timer-col.b-form__col {
  padding-right: 0;
}

.register-form__input-inner {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 959px) {
  .register-form__input-inner {
    display: block;
  }
}

.register-form__input-inner .b-form__col {
  padding-bottom: 0;
}

.register-form__input-timer {
  display: flex;
  align-items: flex-end;
}
.register-form__input-timer .alert {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 959px) {
  .register-form__input-timer:not(.b-form__col--full) {
    width: calc(100% - 30px);
  }
}

.register-form__timer-inner {
  display: flex;
  align-items: flex-end;
}

.register-form__timer-inner .button {
  flex: none;
  width: auto;
}

.register-form__timer-input {
  margin-right: 10px;
}

.register-form__timer-inner .form-timer {
  margin-left: 10px;
}

.register-form__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.register-form__row--auto {
  width: auto;
}

.register-form__row-half-item {
  flex: none;
  width: calc(50% - 5px);
  display: flex;
  align-items: center;
}

.register-form__row-half-item .form-timer {
  margin-left: 10px;
}

.register-submit {
  display: flex;
}
.register-submit__check .cb-input__label {
  font-weight: 400;
}
.register-submit__check a {
  font-weight: 500;
}
.register-submit__button {
  flex: none;
  margin-left: auto;
}
.register-submit__button--offset-top {
  margin-top: 34px;
}
.register-submit__caption {
  max-width: 360px;
  color: #a9abb2;
}
.register-submit__caption-top {
  margin-bottom: 58px;
}
.register-submit__caption-bottom {
  margin-top: auto;
}
.register-submit__caption--full-offset {
  max-width: 100%;
  margin-bottom: 18px;
  margin-top: 70px;
}
.register-submit__caption--full {
  max-width: 100%;
}
@media (min-width: 768px) {
  .register-submit__col {
    display: flex;
    align-items: center;
  }
  .register-submit__col--column {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .register-submit__col--block {
    display: block;
  }
}
@media (min-width: 1280px) {
  .register-submit {
    margin-right: -40px;
  }
  .register-submit__col {
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .register-submit__col--offset-right {
    width: calc(50% - 50px);
    margin-right: 40px;
  }
}
@media (max-width: 1440px) {
  .register-submit__caption--full {
    margin-top: 30px;
    margin-bottom: 12px;
  }
  .register-submit__col--offset-right {
    width: calc(50% - 30px);
    margin-right: 20px;
  }
  .register-submit__button--offset-top {
    margin-top: 26px;
  }
  .register-submit__caption-top {
    margin-bottom: 0;
  }
}
@media (max-width: 1279px) {
  .register-submit {
    flex-direction: column-reverse;
  }
  .register-submit__col + .register-submit__col {
    margin-bottom: 40px;
  }
  .register-submit__col--offset-right {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .register-submit__check {
    margin-bottom: 20px;
  }
  .register-submit__button {
    width: 100%;
  }
  .register-submit__check .cb-input:not(.cb-input--right) .cb-input__label {
    padding-left: 50px;
  }
}

.phone-submit {
}
.phone-submit__caption {
  color: #a9abb2;
  margin-bottom: 40px;
}
.phone-submit__caption > strong {
  color: #000000;
  font-weight: 500;
}
.phone-submit__form {
  margin-bottom: 20px;
}
.phone-submit__field {
}
.phone-submit__ctrl {
}
.phone-submit__timer {
  margin-left: auto;
}
.phone-submit__footer {
}
@media (min-width: 768px) {
  .phone-submit__form {
    display: flex;
    align-items: center;
  }
  .phone-submit__field {
    width: 33.3334%;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .phone-submit__caption {
    margin-bottom: 20px;
  }
  .phone-submit__form {
    margin-bottom: 20px;
  }
  .phone-submit__field {
    margin-bottom: 20px;
  }
  .phone-submit__ctrl > .button {
    width: 100%;
  }
}

.modal-menu {
}
.modal-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  transform-origin: 50% 0%;
  animation: zoomInY 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-menu__inner {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.modal-menu__header {
  position: relative;
}
.modal-menu__body {
  height: 100%;
  padding: 40px 0;
  margin-bottom: -60px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.modal-menu__close {
  position: absolute;
  top: 14px;
  right: 80px;
  z-index: 11;
}
@media (max-width: 1819px) {
  .modal-menu__close {
    right: 64px;
  }
}

@media (max-width: 1499px) {
  .modal-menu__close {
    top: 25px;
    right: 20px;
  }
  .modal-menu__body {
    padding: 20px 0;
  }
}
@media (max-width: 1279px) {
  .modal-menu__body > .container {
    padding: 0;
  }
}
@media (max-width: 639px) {
  .modal-menu__body {
    margin-bottom: -40px;
  }
}
@media (max-width: 959px) {
  .modal-menu__header {
    padding-left: 0;
    padding-right: 0;
  }
  .modal-menu__close {
    right: 20px;
  }
}
@media (max-width: 350px) {
  .modal-menu__header .header__logo {
    width: 171px;
  }
}

.main-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -60px;
}
.main-menu__col {
  width: 19.0217%;
  padding-bottom: 60px;
}
.main-menu__col--lg {
  width: 27.174%;
}
.main-menu__section + .main-menu__section {
  padding-top: 40px;
  margin-top: 120px;
  border-top: 1px solid #efefef;
}
.main-menu__item {
}
.main-menu__link {
  font-weight: 500;
}
.main-menu__link--section {
  margin-bottom: 15px;
  padding: 0 20px;
  letter-spacing: 0.3px;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-menu__link--section > .link__text {
  border-bottom: 2px solid transparent;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-menu__link--section:hover > .link__text {
  border-color: #e2eef5;
}

.main-menu__link--section:hover {
  color: #3a8bbb;
}
.main-menu__link--default {
  color: #787993;
  padding: 10px 20px;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-menu__link--default:hover {
  color: #3a8bbb;
  background: rgba(58, 139, 187, 0.15);
  border-radius: 5px;
}

@media (max-width: 1499px) {
  .main-menu__col {
    width: 25%;
  }
  .main-menu__section + .main-menu__section {
    margin-top: 60px;
  }
  .main-menu__link--default {
    padding: 8px 20px;
  }
}
@media (max-width: 1279px) {
  .main-menu__col {
    width: 33.3334%;
  }
}
@media (max-width: 959px) {
  .main-menu__col {
    width: 50%;
  }
  .main-menu__section + .main-menu__section {
    margin-top: 40px;
  }
}
@media (max-width: 639px) {
  .main-menu__col {
    width: 100%;
    padding: 0 0 40px;
  }
}

.quote {
}
.quote__label {
  padding-right: 10px;
  margin-bottom: 20px;
  opacity: 0.5;
}
.quote__value {
}
.quote--inline {
  display: flex;
}
.quote--inline .quote__label {
  flex: none;
  width: 100px;
  margin-bottom: 0;
  padding-right: 0;
}
@media (max-width: 1499px) {
  .quote__label {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .quote--inline + .quote--inline {
    margin-top: 5px;
  }
}

.pay-table {
}
.pay-table__title {
  margin-bottom: 20px;
  opacity: 0.5;
}
.pay-table__row + .pay-table__row {
  margin-top: 20px;
}
.pay-table__row {
}

@media (max-width: 1279px) {
  .card-promo--primary {
    color: #ffffff;
  }
  .card-promo--success {
    color: #ffffff;
  }
  .card-promo--error {
    color: #ffffff;
  }
  .card-promo--warning {
    color: #343a4a;
  }
  .card-promo__text {
    opacity: 1;
  }
  .card-promo__bg {
    transform: scale3d(1, 1, 1);
  }
  .card-promo__icon path {
    fill: #ffffff;
  }
  .card-promo__button {
    color: #ffffff;
    background: #343a4a;
    border-color: #343a4a;
    transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1),
      color 0.33s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card-promo__text-inner p:first-child {
    min-width: 10%;
  }

  .card-promo {
    color: #343a4a;
  }
  .card-promo--primary > .card-promo__bg {
    background: #f2f2f2;
  }
  .card-promo--success > .card-promo__bg {
    background: #f2f2f2;
  }
  .card-promo--error > .card-promo__bg {
    background: #f2f2f2;
  }
  .card-promo--warning > .card-promo__bg {
    background: #f2f2f2;
  }
  .card-questionnaire-start > .card-promo__bg {
    background: #ffd530;
  }

  .card-promo--primary .card-promo__icon path {
    fill: #0078a8;
  }
  .card-promo--success .card-promo__icon path {
    fill: #2cb150;
  }
  .card-promo--error .card-promo__icon path {
    fill: #ef4056;
  }
  .card-promo--warning .card-promo__icon path {
    fill: #ffd530;
  }
  .card-promo__text--hover + .card-promo__text {
    position: relative;
    margin-top: 24px;
    margin-bottom: 14px;
  }
}
.pay-table__head {
  flex: none;
  padding-right: 20px;
  box-sizing: border-box;
}
.pay-table__head + .pay-table__body {
  margin-left: 0;
}

@media (max-width: 767px) {
  .card-promo__body--floor {
    margin-top: 20px;
  }
  .card-promo__info {
    margin-bottom: 10px;
  }
}
.pay-table__body {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.pay-table__cell {
  width: 25%;
}
@media (min-width: 960px) {
  .pay-table__head {
    width: 200px;
  }
  .pay-table__body {
    margin-left: 200px;
  }
  .pay-table__row {
    display: flex;
  }
  .pay-table__cell:last-child {
    text-align: right;
  }
}
@media (max-width: 1499px) and (min-width: 960px) {
  .pay-table__head {
    width: 160px;
  }
  .pay-table__body {
    margin-left: 160px;
  }
}
@media (max-width: 959px) {
  .pay-table__head {
    margin-bottom: 20px;
  }
  .pay-table__row + .pay-table__row {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .pay-table__body {
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .pay-table__cell {
    width: 50%;
    padding-bottom: 20px;
  }
}

.pay-list {
}
.pay-list__body {
  margin-bottom: 40px;
}
.pay-list__item + .pay-list__item {
  margin-top: 20px;
}
.pay-list__submit {
  margin-bottom: 20px;
}
.pay-list__info {
}
@media (max-width: 1279px) {
  .pay-list__submit {
    max-width: 768px;
  }
  .request-table-inner .pay-list__submit {
    max-width: 100%;
  }
}

.pay-card {
  border: 1px solid #e4e8eb;
}
.pay-card__head {
  position: relative;
  background: #f8f9fb;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e8eb;
}
.pay-card__left {
  white-space: nowrap;
  padding-right: 20px;
  box-sizing: border-box;
}
.pay-card__left .quote__label {
  margin-bottom: 5px;
}
.pay-card__right {
}
.pay-card__ctrl {
  margin-left: auto;
}
.pay-card__body {
}
.pay-card__body.collapse + .pay-card__footer {
  background: #f8f9fb;
}
.pay-card__body.collapse.in + .pay-card__footer {
  background: #ffffff;
}
.pay-card__body-inner {
  padding-top: 20px;
}
.pay-card__row + .pay-card__row {
  padding-top: 20px;
}
.pay-card__row + .pay-card__row:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-top: 1px solid #c5cad3;
}
.pay-card__row {
  position: relative;
  padding-bottom: 40px;
}
.pay-card__row--total {
  padding-top: 20px;
}
.pay-card__body .pay-card__row:last-child:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-top: 1px solid #c5cad3;
}
.pay-card__footer {
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.pay-card__submit {
}
@media (min-width: 960px) {
  .pay-card__head {
    display: flex;
  }
  .pay-card__left {
    width: 200px;
  }
  .pay-card__body .pay-card__row:last-child:after {
    left: 200px;
  }
  .pay-card__row + .pay-card__row:before {
    left: 200px;
  }
  .pay-card__submit {
    margin-left: 200px;
  }
}
@media (max-width: 1499px) and (min-width: 960px) {
  .pay-card__left {
    width: 160px;
  }
  .pay-card__body .pay-card__row:last-child:after {
    left: 160px;
  }
  .pay-card__row + .pay-card__row:before {
    left: 160px;
  }
  .pay-card__submit {
    margin-left: 160px;
  }
}
@media (max-width: 959px) {
  .pay-card__left {
    margin-bottom: 20px;
  }
  .pay-card__ctrl {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.pay-card__body.collapsing ~ .pay-card__footer .pay-card-submit__fields,
.pay-card__body.collapse:not(.in) ~ .pay-card__footer .pay-card-submit__fields {
  display: none;
}

.pay-card-submit {
}
.pay-card-submit__fields {
  margin-bottom: 30px;
  animation: fadeIn 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.pay-card-submit__field {
}
.pay-card-submit__body {
}
.pay-card-submit__caption {
  padding-left: 0;
  opacity: 0.5;
}
.pay-card-submit__check {
  padding-left: 0;
}
.pay-card-submit__check .cb-input__label {
  font-weight: 400;
}
.pay-card-submit__submit {
  padding-left: 0;
}
@media (min-width: 960px) {
  .pay-card-submit__fields {
    display: flex;
  }
  .pay-card-submit__field {
    padding-left: 0;
    width: 41.5096%;
  }
  .pay-card-submit__body {
    display: flex;
  }
  .pay-card-submit__caption {
    flex: none;
    padding-left: 0;
    width: 41.5096%;
    opacity: 0.5;
  }
  .pay-card-submit__check {
    padding-left: 0;
    max-width: 390px;
    width: 42.5096%;
  }
  .pay-card-submit__submit {
    margin-left: auto;
    padding-left: 0;
  }
}
@media (max-width: 959px) {
  .pay-card-submit__caption {
    margin-bottom: 20px;
  }
  .pay-card-submit__check {
    margin-bottom: 20px;
  }
  .pay-card-submit__field {
    padding: 0;
  }
  .pay-card-submit__field + .pay-card-submit__field {
    margin-top: 20px;
  }
}

.line-form {
}
.line-form__title {
  margin-bottom: 40px;
}
.line-form__body {
}
.line-form__body:last-child {
  margin-bottom: 0;
}
.line-form__col {
}
.line-form__col--agree {
  margin-bottom: 12px;
}
.line-form__col--agree-right {
  margin-left: 280px;
  margin-right: 40px;
}
.line-form__col--agree-right .cb-input__label {
  color: #0078a8;
  opacity: 0.9;
  font-weight: 400;
  font-size: inherit;
  padding-left: 0;
  padding-right: 50px;
}
.line-form__col--agree-right .cb-input__check {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1700px) {
  .line-form__col--agree-right {
    margin-left: 0;
  }
  .line-form__payment-btns {
    padding-right: 0;
  }
}
@media screen and (max-width: 1360px) {
  .line-form__col.line-form__col--agree-right {
    margin-right: 20px;
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .line-form__col.line-form__col--agree-right {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .line-form__col--agree-right {
    margin-right: 0;
  }
  .line-form__col--agree-right .cb-input__check {
    right: 5px;
  }
}
.line-form__check-title {
  margin-bottom: 0.5em;
  font-weight: 400;
}
.line-form__check-message {
  padding-right: 40px;
  color: #a9abb2;
  margin-top: 6px;
}
.line-form__col--agree .cb-input__label {
  padding-left: 0;
  padding-right: 28px;
  color: #0078a8;
  opacity: 0.9;
  font-weight: 400;
  font-size: inherit;
}
.line-form__col--agree .cb-input__check {
  right: 0;
  left: auto;
}
.line-form__col--total {
  white-space: nowrap;
}
.line-form__payment-btns {
  display: flex;
  white-space: nowrap;
}
.line-form__col--total .bootstrap-select {
  white-space: normal;
}
.line-form__col--flex {
  display: flex;
}
.line-form__col--flex .line-form__card-block {
  margin-top: 0;
  margin-right: 10px;
}
.line-form__double-btn-width {
  width: calc(136px * 2 + 10px);
}
.line-form__double-btn-width--offset-left
  + .line-form__double-btn-width--offset-left {
  margin-left: 10px;
}
.line-form__double-btn-width + .amount-pay-container {
  margin-left: 10px;
}
.amount-pay-container {
  padding-right: 60px;
  position: relative;
}
.line-form__amount-edit {
  position: relative;
}
.line-form__amount-edit .input {
  width: 100%;
  padding-right: 20px;
}
.line-form__amount-edit .text-edit-trigger {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  z-index: 1;
}
.text-edit-trigger--abs {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media screen and (max-width: 1499px) {
  .amount-pay-container {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .line-form__payment-btns {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .line-form__payment-btns {
    display: block;
  }
  .line-form__double-btn-width {
    width: 100%;
  }
  .line-form__double-btn-width .payment-drop {
    padding-right: 50px;
  }
  .line-form__double-btn-width--full-mobile .payment-drop {
    padding-right: 0;
  }
  .line-form__double-btn-width + .amount-pay-container {
    margin-left: 0;
    margin-top: 10px;
  }
  .line-form__double-btn-width--offset-left
    + .line-form__double-btn-width--offset-left {
    margin-left: 0;
    margin-top: 10px;
  }
}
.line-form__total {
  min-height: 40px;
}
.line-form__total span {
  font-weight: 500;
}
.line-form__button {
  width: 100%;
}
.line-form__caption {
  margin-bottom: 20px;
  opacity: 0.5;
}
.line-form__caption--xs {
  max-width: 600px;
  margin-top: -60px;
  margin-bottom: 0;
}
.line-form__card-icon {
  width: 60px;
}
.line-form__card-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (min-width: 960px) {
  .line-form__body {
    display: flex;
    align-items: flex-end;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .line-form__form .line-form__body {
    align-items: flex-start;
  }
  .line-form__col {
    flex: none;
    padding-left: 0;
    width: 33.077%;
  }
  .line-form__col--xs {
    width: 25%;
    padding-right: 20px;
  }
  .line-form__body--full {
    width: 100%;
  }
  .line-form__body--full .line-form__col--agree-right {
    padding-right: 28px;
  }
  .line-form__body--full .cb-input {
    width: 100%;
  }
  .line-form__body--full .line-form__col--xs {
    width: calc(27% + 30px);
    padding-right: 30px;
    flex: none;
  }
  .line-form__col--xs ~ .line-form__col--total {
    width: auto;
    margin-left: 30px;
  }
  .line-form__col--agree-right {
    width: auto;
    flex: auto;
    align-self: center;
  }
  .line-form__col--total {
    white-space: nowrap;
    width: 33.8462%;
  }
}
@media (min-width: 1500px) {
  .line-form__body--full .line-form__col--xs {
    width: calc(27% + 64px);
    padding-right: 64px;
  }
  .line-form__col--xs ~ .line-form__col--total {
    margin-left: 60px;
  }
  .line-form__total {
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .line-form__col--agree {
    width: auto;
    flex-grow: 0;
    flex-shrink: 1;
  }
}
@media (max-width: 1499px) {
  .line-form__col--agree {
    width: auto;
    flex-grow: 0;
    flex-shrink: 1;
  }
  .line-form__caption--xs {
    max-width: 500px;
  }
}
@media (max-width: 1360px) and (min-width: 960px) {
  .line-form__body {
    flex-wrap: wrap;
  }
  .line-form__col {
    width: 50%;
  }
  .line-form__col--total {
    margin-top: 40px;
  }
  .line-form__col--agree {
    width: calc(50% - 20px);
    margin-top: 40px;
    margin-bottom: 0;
  }
  .line-form__col--xs ~ .line-form__col--total {
    margin-left: 0;
  }
  .line-form__caption--xs {
    max-width: 48%;
  }
}
@media (max-width: 959px) {
  .line-form__body {
    margin: 0 0 20px;
  }
  .line-form__col {
    padding: 0;
  }
  .line-form__col + .line-form__col {
    margin-top: 20px;
  }
  .line-form__caption--xs {
    margin-top: 20px;
  }
  .line-form__check-message {
    padding-right: 30px;
  }
}
@media (max-width: 576px) {
  .line-form__col--flex {
    display: block;
  }
  .line-form__col--flex .line-form__card-block {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 370px) {
  .line-form__col--agree {
    width: 100%;
  }
}

.pay-info {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.pay-info__ctrl {
}
.pay-info__types {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.pay-info__item + .pay-info__item {
  margin-left: 32px;
}
.pay-info__item {
  flex: none;
  height: 40px;
  display: flex;
  align-items: center;
  max-width: 70px;
}
.pay-info__item img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
.pay-info--center .pay-info__types {
  margin: 0 auto;
  justify-content: center;
}

.pay-info-body > .accordion-body__inner {
  padding-top: 40px;
}
@media (min-width: 1280px) {
  .pay-info {
    display: flex;
    align-items: center;
  }
  .pay-info__types {
    margin-left: auto;
    -webkit-justify-content: space-between;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
@media (max-width: 1499px) {
  .pay-info__item + .pay-info__item {
    margin-left: 15px;
  }
  .pay-info__item {
    height: 32px;
    max-width: 60px;
  }
}
@media (max-width: 1279px) {
  .pay-info__types {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .pay-info__item + .pay-info__item {
    margin-left: 10px;
  }
  .pay-info__item {
    flex: 0 1 auto;
  }
  .pay-info--center {
    padding-left: 0;
    padding-right: 0;
  }
}

.fast-pay {
}
.fast-pay__form {
  margin-bottom: 40px;
}
.fast-pay__location {
  margin-bottom: 40px;
}
.fast-pay__submit {
  margin-bottom: 40px;
}
.fast-pay__info {
}
.fast-pay__caption {
  margin-top: 40px;
}
.fast-pay-form__title {
  margin-bottom: 40px;
}
.fast-pay-form__col._button {
  width: auto;
  margin-left: auto;
}
.fast-pay-form__inner,
.tab-content {
  animation: fadeIn 0.25s ease-in;
}
.fast-pay-form__inner:not(.active),
.tab-content:not(.active) {
  height: 0;
  overflow: hidden;
}
.fast-pay-form__inner.active,
.tab-content.active {
  height: auto;
}
.fast-pay-form__inner-block {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .fast-pay-form__main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-right: -20px;
    margin-bottom: -20px;
    box-sizing: border-box;
  }
  .fast-pay-form__inner-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    box-sizing: border-box;
  }
  .fast-pay-form__col {
    padding-right: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .fast-pay-form__col:nth-child(4) {
    padding-right: 0;
  }
  .fast-pay-form__col:not(.line-form__double-btn-width) {
    width: 25%;
  }
  .fast-pay-form__col {
    width: 25%;
  }
  .fast-pay-form__col.line-form__double-btn-width {
    padding-right: 0;
    margin-right: 20px;
  }
  .fast-pay-form__col--half {
    width: 50%;
  }
  .fast-pay-form__col--auto {
    width: calc(25% - 100px);
    flex-grow: 1;
  }
}
@media (max-width: 1499px) and (min-width: 768px) {
  .fast-pay-form__main {
    margin-bottom: -20px;
  }
  .fast-pay-form__col:not(.line-form__double-btn-width) {
    width: 50%;
  }
  .fast-pay-form__col--laptop-quarter {
    width: 25%;
  }
  .fast-pay-form__col--auto {
    width: calc(25% - 100px);
  }
  .fast-pay-form__inner-block {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .fast-pay-form__col + .fast-pay-form__col {
    margin-top: 20px;
  }
  .fast-pay-form__inner-block {
    padding-top: 32px;
  }
}
.fast-pay-submit__section + .fast-pay-submit__section {
  margin-top: 40px;
}
.fast-pay-submit__line + .fast-pay-submit__line {
  margin-top: 20px;
}
.fast-pay-submit__caption {
  opacity: 0.5;
}
.fast-pay-submit__button {
  width: 100%;
}
@media (min-width: 768px) {
  .fast-pay-submit__section {
    display: flex;
    align-items: flex-end;
  }
  .fast-pay-submit__left {
    width: 55.5556%;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .fast-pay-submit__right {
    width: 44.4445%;
  }
}
@media (min-width: 1500px) {
  .fast-pay-submit {
    display: flex;
  }
  .fast-pay-submit__section {
    width: 100%;
  }
  .fast-pay-submit__section--left {
    flex: none;
    display: block;
    width: 40%;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .fast-pay-submit__section--left > .fast-pay-submit__left {
    width: 100%;
    margin-bottom: 40px;
  }
  .fast-pay-submit__section--left > .fast-pay-submit__right {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .fast-pay-submit__line + .fast-pay-submit__line {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .fast-pay-submit__left {
    margin-bottom: 40px;
  }
}

.auto-pay {
}
.auto-pay__left {
}
.auto-pay__form {
}
.auto-pay__right {
}
.auto-pay__right > .pay-info {
  margin-top: 40px;
}
@media (min-width: 1320px) {
  .auto-pay {
    display: flex;
    max-width: 1480px;
  }
  .auto-pay__left {
    width: 52.7028%;
    padding-right: 120px;
    box-sizing: border-box;
  }
  .auto-pay__right {
    width: 47.2973%;
  }
}
@media (min-width: 1500px) {
  .auto-pay__right {
    padding: 0;
  }
}
@media (max-width: 1499px) {
  .auto-pay {
    max-width: 1200px;
  }
  .auto-pay__left {
    padding-right: 80px;
  }
}
@media (max-width: 1319px) {
  .auto-pay {
    max-width: 900px;
  }
  .auto-pay__left {
    padding-right: 0;
  }
  .auto-pay__right {
    margin-top: 40px;
    padding: 0;
  }
}

.auto-pay-form {
}
.auto-pay__body {
}
.auto-pay-form__line + .auto-pay-form__line {
  margin-top: 30px;
}
.auto-pay-form__line--cols {
}
.auto-pay-form__col {
}
.auto-pay-form__col--md {
}
.auto-pay-form__footer {
  width: 100%;
  margin-top: 20px;
}
.auto-pay-form__check {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .auto-pay-form__line--cols {
    display: flex;
    align-items: flex-end;
    margin-right: -20px;
  }
  .auto-pay-form__col {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 1319px) and (min-width: 768px) {
  .auto-pay-form__body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -30px 0;
  }
  .auto-pay-form__line + .auto-pay-form__line {
    margin-top: 0;
  }
  .auto-pay-form__line {
    width: 50%;
    padding-bottom: 30px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .auto-pay-form__line--cols {
    width: 100%;
    padding-right: 0;
  }
  .auto-pay-form__footer {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .auto-pay-form__col + .auto-pay-form__col {
    margin-top: 30px;
  }
}

.pin-info {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
}
.radio-row__head--line .pin-info {
  margin-left: auto;
  padding-left: 5px;
}
.pin-info.open > .pin-info__drop {
  display: block;
}
.pin-info__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  color: #a0a09f;
  background: #f6f6f4;
}
.pin-info__drop {
  display: none;
  padding: 20px;
  position: absolute;
  background: #ffffff;
  color: #808080;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  box-shadow: 0px 4px 24px rgba(37, 38, 94, 0.1);
  z-index: 1;
  transform-origin: 0% 0;
  animation: zoomInX 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.pin-info__drop--center {
}
.pin-info__drop:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 85px;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
}
.pin-info__drop-inner {
  animation: fadeIn 0.25s 0.2s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}
@media (min-width: 768px) {
  .pin-info {
    position: relative;
  }
  .pin-info__drop {
    margin-left: 10px;
    left: 100%;
    top: -85px;
  }
  .radio-row__head--line .pin-info__drop {
    top: -5px;
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  .radio-row__head--line .pin-info__drop:before {
    top: 0;
  }
}
@media (max-width: 767px) {
  .pin-info__drop {
    top: 100%;
    left: 0;
    right: 0;
  }
  .pin-info__drop:before {
    display: none;
  }
}

.card-help {
  width: 280px;
}
.card-help__title {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .card-help {
    max-width: 280px;
    width: 100%;
  }
}

.view-panel {
  display: flex;
}
.view-panel__button {
  padding: 0;
}
.view-panel__button + .view-panel__button {
  margin-left: 20px;
}

.payment-section + .payment-section {
  margin-top: 20px;
}
.payment-section {
  background: #f7f7f7;
}
.payment-section__head {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.payment-section__body {
}
.payment-section__body-inner {
}
.payment-section__item + .payment-section__item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.payment-section__footer {
  background: #dce9f2;
}
@media (max-width: 959px) {
  .payment-section__head .payment-toggle__table {
    display: none;
  }
}

.payment-toggle {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 80px;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}
.payment-toggle--link:hover {
  background: #95c4d9;
}
.payment-toggle__title {
  line-height: 20px;
}
.payment-toggle__table {
}
.payment-toggle__ctrl {
  margin-left: auto;
  transform: rotate(180deg);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.payment-toggle.collapsed > .payment-toggle__ctrl {
  transform: rotate(0deg);
}
@media (min-width: 960px) {
  .payment-toggle__title {
    flex: none;
    width: 30.6819%;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .payment-toggle__table {
    flex: none;
    width: 43.1812%;
    padding-right: 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 1402px) and (min-width: 960px) {
  .payment-toggle__title {
    padding-right: 20px;
    width: 25.8065%;
  }
  .payment-toggle__table {
    padding-right: 20px;
    width: 44.3549%;
  }
}
@media (max-width: 1279px) and (min-width: 960px) {
  .payment-toggle__table {
    width: 68%;
  }
}
@media (max-width: 1499px) {
  .payment-toggle__title {
    font-size: 18px;
  }
}
@media (max-width: 1402px) {
  .payment-toggle__title {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  .payment-toggle {
    flex-wrap: wrap;
  }
  .payment-toggle__title {
    width: 100%;
    margin-bottom: 40px;
  }
  .payment-section__head .payment-toggle__title {
    margin-bottom: 0px;
  }
  .payment-toggle__ctrl {
    position: absolute;
    top: 30px;
    right: 20px;
  }
}

.payment-table--head {
}
.payment-table {
  display: flex;
  align-items: flex-end;
}
.payment-table__cell {
  flex: none;
  width: 25%;
}
.payment-table__label {
  color: #969aa3;
}
.payment-table--head .payment-table__label {
  display: block;
}
@media (min-width: 960px) {
  .payment-table__label {
    display: none;
  }
}
@media (max-width: 959px) {
  .payment-table {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }
  .payment-table__cell {
    width: 50%;
    padding-bottom: 40px;
  }
  .payment-table__label {
    margin-bottom: 10px;
  }
}

.payment-item {
}
.payment-item__head {
}
.payment-item__body {
  padding: 0 10px;
}
.payment-item__body-inner {
  padding: 0 30px 20px;
  background: #ffffff;
  border: 1px solid #e4e8eb;
  border-bottom: 0;
  box-sizing: border-box;
}
.payment-item__item + .payment-item__item {
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 1819px) {
  .payment-item__body-inner {
    padding: 0 22px 20px;
  }
}
@media (max-width: 1499px) {
  .payment-item__body-inner {
    padding: 0 10px 10px;
  }
}

.payment-detail {
  padding: 20px 0;
}
.payment-detail__head {
  display: flex;
}
.payment-detail__date {
}
.payment-detail__doc {
  margin-left: 80px;
  color: #0078a8;
}
.payment-detail__doc:hover {
  color: #0078a8;
}
.payment-detail__table {
}
.payment-detail__description {
}
@media (min-width: 960px) {
  .payment-detail {
    display: flex;
    align-items: center;
  }
  .payment-detail__head {
    flex: none;
    width: 30.6819%;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .payment-detail__table {
    flex: none;
    width: 43.1812%;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .payment-detail__description {
    flex: none;
    width: 26.1364%;
    padding-right: 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 1402px) and (min-width: 960px) {
  .payment-detail__head {
    padding-right: 20px;
    width: 25.8065%;
  }
  .payment-detail__doc {
    margin-left: 20px;
  }
  .payment-detail__table {
    padding-right: 20px;
    width: 44.3549%;
  }
  .payment-detail__description {
    width: 29.8388%;
  }
}
@media (max-width: 1279px) and (min-width: 960px) {
  .payment-detail {
    flex-wrap: wrap;
  }
  .payment-detail__table {
    width: 68%;
  }
  .payment-detail__description {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 959px) {
  .payment-detail__head {
    margin-bottom: 20px;
  }
  .payment-detail__table {
    margin-bottom: 20px;
  }
  .payment-detail__doc {
    width: 50%;
    margin-left: auto;
  }
}

.search-sm {
}
.search-sm--right {
  margin-left: auto;
}
.search-sm--show {
  position: relative;
}
.search-sm__button {
  position: relative;
  z-index: 1;
}
.search-sm__drop {
  display: none;
  position: absolute;
  left: 0;
  right: 60px;
  transform: translate(0, -100%) translate(0, 10px);
  z-index: 1;
}
.search-sm__drop--testimony {
  padding-right: 0;
  right: 150px;
}
.search-sm__drop-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.search-sm.is-open > .search-sm__drop-overlay {
  display: block;
}
.search-sm.is-open > .search-sm__drop {
  display: block;
}
.search-sm.is-open > .search-sm__button {
  background: #f7f8f9;
  border: 0;
}
.search-sm__input {
  background: #f7f8f9;
  border-radius: 5px;
  border: 0;
  transform-origin: 100% 50%;
  animation: zoomIn 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-sm__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}
.search-sm__status.is-hide {
  display: none;
}
.search-sm__status {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  animation: fadeIn 0.25s 0.1s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}
.search-sm__clear {
  margin-left: 10px;
}
@media (max-width: 1499px) {
  .search-sm__drop {
    transform: translate(0, -100%) translate(0, 5px);
    right: 40px;
  }
  .search-sm__drop--testimony {
    right: 120px;
  }
}
@media (max-width: 767px) {
  .search-sm__status {
    display: none;
  }
  .search-sm__drop {
    right: 0;
  }
  .search-sm__drop--testimony {
    right: 60px;
  }
}
.testimony__ad-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.testimony__ad-text {
  margin-bottom: 20px;
}

.testimony-list {
}
.testimony-list__head {
  position: relative;
  display: flex;
  border-bottom: 1px solid #e0e1e2;
  padding-bottom: 20px;
}
.testimony-list__head--individual {
  align-items: center;
}
.testimony-list__head--toggle {
  margin-bottom: -1px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #e0e1e2;
}
.testimony-list__head--toggle .testimony-list__title {
  opacity: 1;
}
.testimony-list__head-inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.testimony-list__title {
  opacity: 0.5;
}
.testimony-list__search {
  align-self: flex-start;
  margin-left: auto;
}
.testimony-list__filter {
  width: 100%;
}
.testimony-list__view {
  margin-left: 20px;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimony-list__view.is-open {
  transform: rotate(180deg);
}
.testimony-list__view--head {
  position: absolute;
  top: 80px;
  right: 60px;
}

.testimony-list__head-right {
  display: flex;
  margin-left: auto;
  align-items: center;
}

.testimony-list__head-right .testimony-list__search {
  align-self: center;
}

.testimony-list__button {
  margin-right: 20px;
}
.testimony-individual__icon {
  background-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  box-sizing: border-box;
}
.testimony-list__item {
  border-radius: 0;
  border: 0;
}
.testimony-list__item--bg {
  background-color: #f8f9fb;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e1e2;
}
.testimony-list__item + .testimony-list__item {
  border-top: 1px solid #e0e1e2;
}
.testimony-list .collapse-item__body-inner {
  padding-bottom: 0;
}
.testimony-list__table {
  padding-top: 20px;
  padding-bottom: 60px;
  background: #f8f9fb;
}
.testimony-list__footer {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e1e2;
}

.testimony-list__footer .button--th-main,
.testimony-list__footer-btn {
  margin: 0 auto;
}

.testimony-list__footer .button--th-main:hover,
.testimony-list__footer-btn:hover {
  color: #ffffff;
  background: #0078a8;
  cursor: default;
}

@media (min-width: 768px) {
  .testimony-list__footer {
    display: flex;
    align-items: center;
  }
  .testimony-list__paginator {
  }
  .testimony-list__count {
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .testimony-list:not(.testimony-list--individual) {
    margin-right: auto;
  }
}
@media (min-width: 1500px) {
  .testimony-list__footer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1499px) {
  .testimony-list__head--toggle {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .testimony-list__head--individual {
    flex-wrap: wrap;
  }
  .testimony-list__head-right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .testimony-list__view--head {
    top: 40px;
    right: 40px;
  }
}
@media (max-width: 1279px) {
  .testimony-list__table {
    padding-bottom: 20px;
  }
  .testimony-list__view--head {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .testimony-list__count {
    margin-top: 40px;
  }
  .testimony-list__view {
    display: none;
  }
  .testimony-list__view--head {
    display: inline-flex;
    right: 30px;
  }
  .testimony-list__head-right {
    flex-wrap: wrap;
  }
  .testimony-list__button--full {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .testimony-list__button--full .button {
    white-space: normal;
    text-align: left;
  }
  .testimony-individual__icon {
    width: 14px;
    height: 14px;
    font-size: 8px;
  }
}

.testimony-table {
  color: #343a4a;
}
.testimony-table__head {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e0e1e2;
  color: #969aa3;
}
.testimony-table__info {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #dce9f2;
}
.testimony-table__row {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100px;
  box-sizing: border-box;
}
.testimony-table__row._not-offset {
  padding-top: 0;
  /* padding-bottom: 0; */
  min-height: 60px;
}
.testimony-table__row--individual {
  margin-right: -10px;
}
.testimony-table__row--history {
  min-height: 60px;
  border-top: 1px solid #e0e1e2;
  padding-top: 10px;
  padding-bottom: 10px;
}
.testimony-table__cell {
  width: 14.2857%;
  padding: 0 40px 0 0;
  box-sizing: border-box;
}
.testimony-table__cell--individual {
  width: 14.2857%;
  padding: 0;
  padding-right: 10px;
}
.testimony-table__cell--individual-md {
  width: 16.611%;
  padding: 0;
  padding-right: 10px;
}
.testimony-table__cell--individual-link {
  flex-grow: 1;
  width: auto;
  padding-right: 0;
  display: flex;
  justify-content: flex-end;
}
.testimony-table__cell--history,
.testimony-table__cell--history-sm,
.testimony-table__cell--history-row {
  text-align: center;
  padding-right: 0;
}
.testimony-table__cell--history {
  width: 9.8%;
  padding: 0 3px;
}
.testimony-table__cell--history-left {
  text-align: left;
}
.testimony-table__cell--history-row {
  width: 7.5%;
}
.testimony-table__cell--history-sm {
  width: 12%;
}
.testimony-table__cell--history-lg {
  width: 18%;
}
.testimony-table__cell--history-md {
  width: 14.3%;
}
.testimony-table__label {
  display: none;
  color: #969aa3;
}
.testimony-table__footer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e0e1e2;
}
.history-header__item {
  width: 11.2%;
  padding-right: 10px;
  box-sizing: border-box;
}
.history-header__item--sm {
  width: 7.5%;
}
.history-header__item--two-cell {
  width: 20.7%;
}
.history-header__item--two-cell-m {
  width: 22%;
}
@media (max-width: 1499px) {
  .testimony-table__row {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 60px;
  }
  .testimony-table__row._not-offset {
    padding-top: 0;
    /* padding-bottom: 0; */
    min-height: 40px;
  }
  .testimony-table__info {
    margin-bottom: 10px;
  }
  .testimony-table__footer {
    margin-top: 10px;
  }
  .testimony-table__cell {
    font-size: 12px;
    padding-right: 20px;
  }
  .testimony-table__cell--individual {
    padding-right: 10px;
  }
}
@media (max-width: 1280px) {
  .testimony-table__info--individual {
    display: none;
  }
  .testimony-table__row--individual {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: -20px;
    margin-right: -20px;
    margin-top: 5px;
  }
  .testimony-table__row--individual._not-offset {
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .testimony-table__cell--individual {
    width: 20%;
    padding-bottom: 20px;
  }
  .testimony-table__cell--individual-link {
    margin-top: 20px;
  }
  .testimony-table__row--individual .testimony-table__label {
    min-height: 40px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
  }
  .testimony-individual-info--history {
    margin-bottom: 0;
    border-bottom: none;
  }
  .testimony-table__row--history {
    flex-wrap: wrap;
  }
  .testimony-table__cell--history {
    width: 20%;
    text-align: left;
    margin-bottom: 10px;
  }
  .testimony-table__cell--history .testimony-table__label {
    display: block;
  }
  .history-header__item {
    width: auto;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .testimony-individual-info--history .history-header__item {
    display: inline-block;
  }
}
@media (max-width: 959px) {
  .testimony-table__head {
    display: none;
  }
  .testimony-table__row {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: -20px;
    margin-right: -20px;
  }
  .testimony-table__row--individual {
    margin-top: 0;
  }
  .testimony-table__row + .testimony-table__row {
    margin-top: 20px;
  }
  .testimony-table__cell {
    width: 33.3334%;
    padding-bottom: 20px;
  }
  .testimony-table__cell--title {
    width: 100%;
    font-weight: 500;
  }
  .testimony-table__label {
    display: block;
    min-height: 40px;
  }
}
@media (max-width: 767px) {
  .testimony-table__cell {
    width: 50%;
  }
  .testimony-table__cell--title {
    width: 100%;
  }
  .testimony-table__row--individual {
    padding-top: 0;
  }
  .testimony-table__cell--individual-link {
    width: 100%;
    justify-content: flex-start;
  }
}

.testimony-info {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px -20px 0;
}
.testimony-info__item {
  padding: 0 40px 20px 0;
}
.testimony-info__item--success {
  color: #2cb150;
}
.testimony-info__item--base {
  color: #0078a8;
}
.history-header__item--right {
  margin-left: auto;
  width: auto;
}
.history-header__item--auto-width {
  width: auto;
}
.testimony-info__icon {
  display: inline-block;
  padding: 10px 6px;
  border-radius: 5px;
  border: 1px solid #0078a8;
  color: #0078a8;
  font-weight: 700;
  font-size: 12px;
  background-color: #fff;
}
.testimony-individual-info {
  display: flex;
  align-items: flex-start;
  padding: 10px 40px;
  border-top: 1px solid #e0e1e2;
  position: relative;
}
.testimony-individual-info-head {
  display: flex;
  align-items: flex-start;
  padding: 10px 40px;
  position: relative;
}
.testimony-individual-info--history {
  padding-top: 20px;
  padding-bottom: 20px;
}
.testimony-individual-info__text-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
}

@media (max-width: 1499px) {
  .testimony-info {
    margin-bottom: -10px;
  }
  .testimony-info__item {
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .testimony-individual-info {
    padding: 10px 20px;
    border-bottom: 1px solid #e0e1e2;
  }
  .testimony-individual-info-head {
    padding: 10px 20px;
    border-bottom: 1px solid #e0e1e2;
  }
  .testimony-individual-info-head--not-border {
    border-bottom: none;
  }
  .testimony-individual-info--history {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .testimony-individual-info--history-hidden {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 959px) {
  .testimony-individual-info-head--not-border {
    border-bottom: 1px solid #e0e1e2;
  }
}

.testimony-individual-info__item {
  margin-left: 0;
  width: 12.17%;
  padding-right: 10px;
  box-sizing: border-box;
}
.testimony-individual-info__item:nth-child(2):not(
    .testimony-individual-info__item--md
  ) {
  width: 9%;
}
.testimony-individual-info__item--lg {
  width: 16%;
}
.testimony-individual-info__item--md {
  width: 16.7%;
}
.testimony-individual-info__item--two-cell {
  margin-left: 0;
  width: 20.5%;
  padding-right: 10px;
  box-sizing: border-box;
}
.testimony-individual-info__icon {
  margin-right: 20px;
}
.testimony-individual-info__btns {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.testimony-individual-info__btns--float {
  float: right;
  display: inline-block;
}
.testimony-individual-info__help {
  margin-left: auto;
  margin-right: 20px;
  flex-shrink: 0;
}

@media (min-width: 1281px) {
  .testimony-individual-info__btns {
    position: absolute;
    top: 10px;
    right: 40px;
  }
}
@media (max-width: 1280px) {
  .testimony-individual-info__item,
  .testimony-individual-info__item--lg
    + .testimony-individual-info__item--two-cell,
  .testimony-individual-info__item:nth-child(2) {
    width: auto;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 0;
  }
  .testimony-individual-info__icon {
    width: 30px;
    height: auto;
    margin-right: 10px;
  }
  .testimony-individual-info--history-hidden {
    display: none;
  }
  .testimony-individual-info--history
    .testimony-individual-info__text-container {
    display: block;
  }
}

.testimony-label__list {
  width: 100%;
  display: flex;
  font-weight: 700;
  text-align: center;
}
.testimony-label__list--center {
  align-items: center;
}
.testimony-label__item {
  width: 11.1%;
  padding: 0 5px;
  box-sizing: border-box;
}
.testimony-label__item--sap {
  width: 14.2857%;
}
.testimony-label__item--individual {
  width: 16.611%;
}
.testimony-label__item--history {
  width: 9.8%;
}
.testimony-label__item--history-sm {
  width: 12%;
  padding: 0 5px;
}
.testimony-label__item--history-lg {
  width: 18%;
}
.testimony-label__item--history-md {
  width: 14.3%;
}
.testimony-label__item--left {
  text-align: left;
}
.testimony-label__row {
  width: 22.2%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.testimony-label__row--sap {
  width: 28.5714%;
}
.testimony-label__row--history {
  width: 15%;
}
.testimony-label__row--history-center {
  justify-content: center;
  padding-right: 4%;
}
.testimony-label__row-title {
  width: 100%;
}
.testimony-label__row-item {
  width: 49%;
}

.testimony-panel {
}
.testimony-panel--center {
  align-items: center;
}
.testimony-panel__file {
  flex: none;
  width: 280px;
}
.testimony-panel__right {
}
.testimony-panel__right--vertical-center {
  align-items: center;
}
.testimony-panel__status {
  color: #a9abb2;
  padding-right: 20px;
}
.testimony-panel__status.is-base {
  color: #0078a8;
}
.testimony-panel__ctrl {
  width: 240px;
}
.testimony-panel__ctrl--right {
  width: auto;
}
.testimony-panel__ctrl > .button {
  width: 100%;
}
@media (min-width: 960px) {
  .testimony-panel {
    display: flex;
  }
  .testimony-panel__right {
    display: flex;
    margin-left: auto;
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
    max-width: 1300px;
  }
  .testimony-panel__ctrl {
    margin-left: auto;
  }
}
@media (max-width: 1280px) {
  .testimony-label__item--history-lg {
    width: auto;
    padding: 0;
  }
  .testimony-label__item--history-md {
    width: auto;
  }
  .testimony-label__row--history {
    width: auto;
  }
}
@media (max-width: 959px) {
  .testimony-panel__file {
    margin-bottom: 20px;
  }
  .testimony-panel__status {
    margin-bottom: 20px;
  }
}

.testimony-hint {
}
.testimony-hint__inner {
  padding: 20px 40px;
  max-width: 1500px;
  margin: 0 auto;
  margin-right: 60px;
}
.testimony-hint__title {
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 125px;
  font-size: 24px;
  font-weight: 500;
}
.testimony-hint__photo {
  display: flex;
  align-items: flex-end;
}
.testimony-hint__photo img {
  max-width: 100%;
}
.testimony-hint__btn-close {
  padding-left: 82px;
}

@media (max-width: 1499px) {
  .testimony-hint__inner {
    padding: 10px 20px;
  }
  .testimony-hint__title {
    padding-right: 65px;
    font-size: 18px;
  }
  .testimony-hint__btn-close {
    padding-left: 30px;
  }
}

@media (max-width: 960px) {
  .testimony-hint__inner {
    margin-right: 0;
  }
  .testimony-hint__title {
    padding-right: 0;
    font-size: 16px;
  }
  .testimony-hint__photo img {
    max-width: 1000px;
  }
  .testimony-hint__photo {
    margin-right: -20px;
    padding-right: 20px;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .testimony-hint__photo::-webkit-scrollbar {
    display: none;
  }
  .testimony-hint__btn-close {
    padding: 0 10px;
  }
}

.account-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -6px;
  margin-right: -20px;
}
.account-info__item {
  padding-bottom: 6px;
  padding-right: 20px;
}
.account-info__item--center {
  flex: none;
  width: calc(240px + 15px + 25%);
}
@media (max-width: 767px) {
  .account-info__item--center {
    width: 100%;
  }
}
.account-info__label {
  display: inline;
  color: #a9abb2;
}
.account-info__value {
  display: inline;
}

.drop-input {
  position: relative;
}
.drop-input.is-open .drop-input__overlay {
  display: block;
}
.drop-input__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.drop-input__label {
  min-height: 40px;
}
.drop-input__field {
  padding-right: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.drop-input__value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drop-input__icon {
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  background: none;
  font-size: 12px;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.drop-input.is-open .drop-input__icon {
  transform: rotate(-180deg);
}
.drop-input.is-open .drop-input__drop {
  display: block;
}
.drop-input__drop {
  display: none;
  width: 1004px;

  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;

  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e1e4e8;
  box-shadow: 0px 36px 54px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 1;

  transform-origin: 50% 0;
  animation: zoomInY 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.drop-input__drop:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;

  width: 8px;
  height: 8px;

  background: #ffffff;
  border-top: 1px solid #e1e4e8;
  border-left: 1px solid #e1e4e8;
  border-radius: 2px 0 0 0;

  transform: rotate(45deg);
}
.drop-input__drop-inner {
  animation: fadeIn 0.25s 0.2s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}
.drop-input__title {
  width: 100%;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .drop-input--lg .drop-input__section--medium {
    width: 100%;
  }
  .drop-input--lg .drop-input__section--full {
    width: 100%;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .drop-input__drop-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 30px 20px;
    position: relative;
    row-gap: 20px;
  }
  .drop-input__section {
    /* width: 50%; */
    /* padding: 0 60px 40px 0; */
    /* padding: 0 25px 25px 0; */
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .drop-input__section:last-child {
    margin-bottom: 0;
  }
  .drop-input--lg .drop-input__section {
    padding-right: 0;
    margin-right: 0;
  }
  .drop-input__item--full {
    width: 100%;
  }
  .drop-input--lg .drop-input__drop-inner {
    margin-right: 0;
  }
  .drop-input--lg .drop-input__section--medium,
  .drop-input--lg .drop-input__section--full {
    display: flex;
    flex-wrap: wrap;
  }
  .drop-input__section--medium .drop-input__item,
  .drop-input__section--full .drop-input__item {
    width: 50%;
    margin-top: 15px;
  }
  .drop-input__section--medium .drop-input__title,
  .drop-input__section--full .drop-input__title {
    margin-bottom: 5px;
  }
  .drop-input--lg .drop-input__section--medium {
    width: 100%;
  }
  .drop-input--lg .drop-input__section--full {
    width: 100%;
    justify-content: flex-end;
  }
  .drop-input--md .drop-input__section--medium,
  .drop-input--md .drop-input__section--full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .drop-input--md .drop-input__section--medium .drop-input__item {
    width: 50%;
  }
  .drop-input--md .drop-input__section--full .drop-input__item {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .drop-input__section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .drop-input__item {
    /* width: 50%; */
    padding: 0 10px 15px 0;
    box-sizing: border-box;
  }
  .drop-input__item--full {
    width: 100%;
  }
  .drop-input__section--medium .drop-input__item {
    width: 25%;
  }
  .drop-input__section--full .drop-input__item {
    width: 33.3334%;
  }
  .drop-input--md .drop-input__section--medium .drop-input__item {
    width: 25%;
  }
  .drop-input--md .drop-input__section--full .drop-input__item {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .drop-input--lg .drop-input__section {
    width: 33.3334%;
  }
  .drop-input--lg .drop-input__section--medium {
    width: 66.6666%;
  }
  .drop-input--lg .drop-input__section--full {
    width: 100%;
  }
  .drop-input__section--full .drop-input__item {
    width: 16.6667%;
  }
  .drop-input__section--full .drop-input__item--full {
    width: 33.3334%;
  }
  .drop-input--lg .drop-input__item {
    padding-right: 30px;
  }
  .drop-input--lg .drop-input__drop {
    width: 90vw;
    max-width: 1760px;
  }
  .drop-input__drop--sm {
    width: calc(100% + (250px + 20px) * 2);
  }
}
@media (max-width: 1499px) and (min-width: 768px) {
  .drop-input__section {
    /* padding: 0 40px 20px 0; */
  }
}
@media (max-width: 1499px) {
  .drop-input__icon {
    right: 10px;
  }
  .drop-input__drop {
    width: 1024px;
  }
  .drop-input__drop--sm {
    width: calc(100% + (250px + 20px) * 2);
  }
}
@media (max-width: 1279px) {
  .drop-input__drop {
    width: 900px;
  }
  .drop-input__drop--sm {
    width: calc(100vw - 40px);
  }
}
@media (max-width: 959px) {
  .drop-input__drop {
    width: 100%;
  }
  .drop-input__item + .drop-input__item {
    margin-top: 15px;
  }
}

.page-message {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-message__head {
  max-width: 640px;
}
.page-message__title {
  margin-bottom: 20px;
}
.page-message__caption {
}
.page-message__ctrl {
}
@media (min-width: 768px) {
  .page-message {
    display: flex;
    align-items: center;
  }
  .page-message__head {
    margin-right: 40px;
  }
  .page-message__ctrl {
    margin-left: auto;
  }
}
@media (max-width: 1499px) {
  .page-message {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page-message__head {
    margin-bottom: 20px;
  }
  .drop-input__section + .drop-input__section {
    margin-top: 20px;
  }

  .drop-input__drop-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 30px 20px;
    position: relative;
    row-gap: 20px;
  }
}

.report-list {
}
.report-list__title {
  padding-bottom: 40px;
}
.report-list__title--offset-top {
  margin-top: 20px;
}
.report-list__head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.report-list__body {
}
.report-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1499px) {
  .report-list__title {
    padding-bottom: 20px;
  }
}
@media (max-width: 959px) {
  .report-list__title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .report-list__head {
    display: none;
  }
}

.report {
  padding-top: 20px;
  padding-bottom: 20px;
}
.report__cell {
}
.report__cell._start-date,
.report__cell._date,
.report__cell._num {
  color: #a9abb2;
}
.report__cell._title {
  font-weight: 500;
}
.report__loader {
  padding-left: 60px;
  background: #e1e4e8;
  color: #a6aebc;
}
.report__loader.is-overlay .button__text {
  opacity: 1;
}
.report__loader.is-overlay:after {
  left: 30px;
  border-color: rgba(166, 174, 188, 1);
  border-left-color: rgba(166, 174, 188, 0.1);
}
.report__ctrl {
}
.report--head {
  padding-bottom: 20px;
  color: #a9abb2;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 960px) {
  .report {
    display: flex;
    align-items: center;
  }
  .report__cell {
    flex: none;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .report__cell._start-date,
  .report__cell._date {
    width: 220px;
  }
  .report-list__body--domkom .report__cell._start-date,
  .report-list__body--domkom .report__cell._date {
    width: 16%;
  }
  .report__cell._num {
    width: 140px;
  }
  .report-list__body--domkom .report__cell._num {
    width: 11.5%;
  }
  .report__cell._num span {
    display: none;
  }
  .report__cell._title {
    width: 100%;
    flex: auto;
  }
  .report__cell._right {
    width: 250px;
    margin-left: auto;
  }
}
@media (max-width: 959px) {
  .report {
    display: flex;
    flex-direction: column;
  }
  .report__cell + .report__cell {
    margin-top: 20px;
  }
  .report__cell._date {
    order: 1;
  }
  .report__cell._title {
    order: 2;
  }
  .report__cell._num {
    order: 3;
  }
  .report__cell._num span {
    margin-right: 10px;
    color: #768693;
  }
  .report__cell._right {
    order: 4;
  }
  .report__cell._start-date {
    order: 5;
  }
  .report__ctrl {
    flex-direction: row;
  }
  .report__ctrl > * + * {
    margin: 0 0 0 20px;
  }
}

.circle-timer {
  position: relative;
}
.circle-timer__shape {
  height: 86px;
  width: 86px;
}
.circle-timer__time {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 82px;

  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  color: #0078a8;
}
.circle-timer--sm .circle-timer__shape {
  height: 44px;
  width: 44px;
}
.circle-timer--sm .circle-timer__time {
  height: 44px;
  width: 44px;
  font-size: 14px;
  top: -1px;
}
.circle-timer--sm .progress {
  transform-origin: 0 0;
  transform: scale(0.5, 0.5);
}

@media (max-width: 1499px) {
  .circle-timer--sm .circle-timer__shape {
    height: 36px;
    width: 36px;
  }
  .circle-timer--sm .circle-timer__time {
    height: 36px;
    width: 36px;
    font-size: 11px;
    top: -1px;
  }
  .circle-timer--sm .progress {
    transform-origin: 0 0;
    transform: scale(0.4, 0.4);
  }
}

.progress {
  height: 86px;
  width: 86px;
  overflow: visible;
}
.progress__shape {
  width: 100%;
  height: 100%;
}
.progress__path {
  fill: none;
  stroke-width: 6;
  stroke-dasharray: 1000;
  -webkit-transition: 10s linear;
  -moz-transition: 10s linear;
  transition: 10s linear;
}
.progress__path--bg {
  stroke: #d8dde2;
}
.progress__path--load {
  stroke: #0078a8;
  stroke-dashoffset: 255;
  stroke-dasharray: 255;
}
.progress.is-countdown .progress__path--load {
  stroke-dashoffset: 0;
}

.view-count {
  display: flex;
  align-items: center;
}
.view-count__title {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.5;
}
.view-count__button + .view-count__button {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .view-count {
    flex-wrap: wrap;
  }
  .view-count__title {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 10px;
  }
}

.pay-history {
  background: #f8f9fb;
}
.pay-history__head {
  display: flex;
  align-items: center;
  min-height: 80px;
}
.pay-history__cell {
  width: 11.1112%;
  padding-right: 10px;
  box-sizing: border-box;
}
.pay-history__cell:last-child {
  padding-right: 0;
}
.pay-history__subhead {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  background: rgba(58, 139, 187, 0.15);
}
.pay-history__section {
}
.pay-history__section + .pay-history__section {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pay-history__item {
}
@media (min-width: 960px) {
  .pay-history__section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 959px) {
  .pay-history__head {
    display: none;
  }
  .pay-history__section + .pay-history__section {
    margin-top: 10px;
  }
}

.pay-history-item {
}
.pay-history-item__head {
}
.pay-history-item__body {
}
.pay-history-item__line + .pay-history-item__line {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pay-history-item__line {
  display: flex;
  align-items: center;
  min-height: 60px;
}
.pay-history-item__cell {
  width: 12.5%;
  padding-right: 10px;
  box-sizing: border-box;
}
.pay-history-item__cell:last-child {
  padding-right: 0;
}
.pay-history-item__status {
  padding: 20px;
  background: #ffffff;
}
.pay-history-item__status:first-child {
  margin-top: 0;
}
.pay-history-item__status:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .pay-history-item {
    display: flex;
    align-items: center;
  }
  .pay-history-item__head {
    width: 11.1112%;
  }
  .pay-history-item__body {
    width: 88.8889%;
  }
  .pay-history-item__status {
    margin: 10px 0;
  }
  .pay-history-item__label {
    display: none;
  }
}
@media (max-width: 959px) {
  .pay-history-item__head {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .pay-history-item__status {
    margin-bottom: 20px;
  }
  .pay-history-item__line {
    flex-wrap: wrap;
  }
  .pay-history-item__line + .pay-history-item__line {
    padding-top: 20px;
  }
  .pay-history-item__cell {
    width: 33.3334%;
    padding-bottom: 20px;
  }
  .pay-history-item__label {
    margin-bottom: 5px;
    font-size: 12px;
    opacity: 0.6;
  }
}
@media (max-width: 520px) {
  .pay-history-item__cell {
    width: 50%;
  }
}

.state {
}
.state.is-error {
  color: #ed412d;
}
.state > .link {
  margin-top: 5px;
  color: #0078a8;
}

.status-bar {
}
.status-bar.is-error {
}
.status-bar__label {
  margin-right: 5px;
}
.status-bar__message {
  margin-right: 10px;
}
.status-bar.is-error .status-bar__message {
  color: #ed412d;
}
.status-bar__ctrl {
  color: #0078a8;
}
@media (min-width: 960px) {
  .status-bar {
    display: flex;
  }
}
@media (max-width: 959px) {
  .status-bar__ctrl {
    margin-top: 10px;
  }
}

.help {
  position: relative;
  display: inline-flex;
  margin: 0 10px;
}
.help:first-child {
  margin-left: 0;
}
.help:last-child {
  margin-right: 0;
}
.help__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  color: #a0a09f;
  background: #f6f6f4;
  cursor: pointer;
}
.help__icon--abs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 1499px) {
  .help__icon--abs {
    right: 10px;
  }
}
.help__icon.button-icon {
  width: 40px;
  height: 40px;
}
.help__icon--text {
  padding: 2px 5px 3px;
  height: auto;
  width: auto;
  border-radius: 3px;
  line-height: 1;
  text-transform: uppercase;

  background: #0078a8;
  color: #ffffff;
}
.help__icon--light {
  color: #a9abb2;
  background: #ffffff;
}
.help__drop {
  display: none;
  padding: 5px 10px;
  width: 180px;

  position: absolute;
  left: 100%;

  font-size: 12px;
  line-height: 16px;
  color: #808080;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  box-shadow: 0px 4px 24px rgba(37, 38, 94, 0.1);

  transform-origin: 0% 0;
  animation: zoomInX 0.25s cubic-bezier(0.4, 0, 0.2, 1);

  z-index: 1;
  box-sizing: border-box;
}
.help__drop--md {
  width: 220px;
  padding: 20px;
  font-size: 14px;
  left: calc(100% - 4px);
  bottom: 50%;
}
.help__drop--lg {
  width: 420px;
  padding: 20px;
}
.help__inner {
  animation: fadeIn 0.25s 0.2s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}
.help__icon.button-icon:hover,
.help__icon.button-icon:active,
.help__icon.button-icon:focus-visible {
  background: #f6f6f4;
}
@media (min-width: 1280px) {
  .help__icon {
    transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .help__icon:hover {
    background: #0078a8;
    color: #ffffff;
  }
  .help__icon.button-icon:hover {
    background: #f6f6f4;
  }
  .help__icon:hover ~ .help__drop,
  .help .link__icon:hover ~ .help__drop {
    display: block;
  }
}
@media (max-width: 1499px) {
  .help__icon.button-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1279px) {
  .help__drop--lg {
    width: 300px;
    padding: 5px 10px;
  }
  .help__drop--md {
    left: auto;
    right: calc(100% - 4px);
  }
  .help.open > .help__drop {
    display: block;
  }
}
@media (max-width: 560px) {
  .help__drop--lg {
    width: calc(100vw - 60px);
    max-width: 290px;
  }
}
.help .help__drop.show {
  display: block;
}

.b-form-sm {
}
.b-form-sm__body-inner {
  display: flex;
  flex-direction: column;
}
.b-form-sm__body + .b-form-sm__body {
  margin-top: 20px;
}
.b-form-sm__item {
}
.b-form-sm__item--row {
  display: flex;
}
.b-form-sm__footer {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .b-form-sm__body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -20px 0;
  }
  .b-form-sm__item {
    width: 50%;
    padding: 0 20px 20px 0;
    box-sizing: border-box;
  }
  .b-form-sm__item--md {
    width: 320px;
  }
  .b-form-sm__item--auto {
    width: auto;
  }
  .b-form-sm__item--right {
    margin-left: auto;
  }
  .b-form-sm__item--full {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .b-form-sm__item--md {
    width: 335px;
  }
}
@media (min-width: 1820px) {
  .b-form-sm__item--md {
    width: 327px;
  }
}
@media (max-width: 767px) {
  .b-form-sm__item--row {
    justify-content: space-between;
  }
  .b-form-sm__item + .b-form-sm__item {
    margin-top: 20px;
  }
  .b-form-sm__footer {
    margin-top: 20px;
  }
  .b-form-sm__body--contents-mobile {
    display: contents;
  }
  .b-form-sm__body--contents-mobile .b-form-sm__item--right {
    order: 1;
  }
}

.head-card {
  display: flex;
  border: 1px solid #e4e8eb;
  padding-top: 30px;
  padding-bottom: 30px;
}
.head-card--fill {
  background: #0078a8;
  color: #ffffff;
}
.head-card--light-fill {
  background: #f8f9fb;
}
@media (max-width: 1440px) {
  .head-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.head-card__body {
  max-width: 80%;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
}
.head-card__body--full {
  max-width: none;
  margin-right: 0;
}
.head-card__row {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-card__link {
  margin-left: 20px;
}
@media (max-width: 576px) {
  .head-card__row {
    display: contents;
  }
  .head-card__row-title {
    margin-bottom: 20px;
  }
  .head-card__link {
    margin-left: 0;
    margin-top: 20px;
    order: 1;
  }
}
.head-card__title {
  margin-bottom: 20px;
}
.head-card__caption {
  opacity: 0.5;
  font-weight: 500;
}
.head-card__caption--half {
  max-width: 60%;
}
.head-card__caption--dark {
  opacity: 1;
}
.head-card__caption + .head-card__caption {
  margin-top: 2em;
}
.head-card__icon {
  flex: none;
  width: 80px;
  margin-left: auto;
}

@media (max-width: 1279px) {
  .head-card__icon {
    width: 40px;
  }
}

@media (max-width: 576px) {
  .head-card__caption--half {
    max-width: 100%;
  }
}

.data-card {
  border: 1px solid #e4e8eb;
  box-sizing: border-box;
}
.settings__item + .settings__item.data-card {
  border-top: 1px solid;
  border-top-color: transparent;
}
.data-card.is-favorite .bank-card__favorite-icon {
  background-color: #0078a8;
}
.data-card.is-favorite .bank-card__favorite-icon:hover ~ .help__drop,
.data-card.is-favorite .bank-card__favorite-icon:active ~ .help__drop,
.data-card.is-favorite .bank-card__favorite-icon:focus ~ .help__drop {
  display: none;
}
.data-card.is-favorite .bank-card__favorite-icon svg path {
  stroke: #fff;
}
.data-card__head {
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.data-card__head--info {
  padding-top: 0;
}
.data-card__title {
  margin-right: 40px;
}
.data-card__left-block {
  margin-right: 40px;
}
.data-card__caption {
  opacity: 0.5;
  margin-top: 20px;
  max-width: 520px;
}
.data-card__label {
}
.data-card__value {
  font-weight: 500;
  color: #0078a8;
}
.data-card__link {
  margin-left: auto;
  color: #0078a8;
  display: flex;
  align-items: center;
}
.data-card__right-block {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.data-card__right-block-column {
  display: flex;
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
}
.data-card__links-item span:first-child {
  font-weight: 600;
}
.data-card__links-item + .data-card__links-item {
  margin-left: 30px;
}
.data-card__right {
  align-self: flex-start;
  margin-left: auto;
}
.data-card__right--revere {
  text-align: right;
}
.data-card__right .cb-input + .cb-input {
  margin-left: 20px;
}
.data-card__form {
  max-width: 660px;
}
.data-card__form--full {
  max-width: 100%;
}
.data-card__form--sm {
  max-width: 540px;
}
.data-card__inner {
  padding-bottom: 40px;
}
.data-card__confirmation {
  margin-right: 20px;
}
.data-card__social-block {
  display: flex;
  align-items: center;
}
.data-card__social-block + .data-card__social-block {
  margin-top: 30px;
}
.data-card__social-title {
  flex: none;
  width: 220px;
}
.data-card__social {
  display: flex;
}
.data-card__social-text {
  margin-top: 20px;
}
.data-card__button-full {
  flex-grow: 1;
}
.data-card__form-button {
  width: 120px;
}
.data-card__form-button--flex {
  display: flex;
}
.data-card__form-button--grow {
  flex: 1 1 50%;
}
.data-card__form-button--lg {
  width: 180px;
}
.data-card__form-button + .data-card__form-button {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .data-card__head {
    display: flex;
    align-items: center;
    min-height: 80px;
  }
  .data-card__head--info {
    min-height: 60px;
  }
}
@media (max-width: 1499px) {
  .data-card__social-block + .data-card__social-block {
    margin-top: 20px;
  }
  .data-card__social-title {
    width: 150px;
  }
  .data-card__form-button {
    width: 92px;
  }
  .data-card__form-button--lg {
    width: 180px;
  }
  .data-card__form-button + .data-card__form-button {
    margin-left: 10px;
  }
}
@media (max-width: 1024px) {
  .data-card__social-block {
    display: block;
  }
  .data-card__social-block + .data-card__social-block {
    margin-top: 30px;
  }
  .data-card__social-title {
    width: unset;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .data-card__head--info {
    padding-top: 10px;
  }
  .data-card__head--mobile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .data-card__head--mobile-row .data-card__title {
    margin-bottom: 0;
  }
  .data-card__title {
    margin-bottom: 20px;
  }
  .data-card__left-block {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .data-card__inner {
    padding-bottom: 20px;
  }
  .data-card__right {
    margin-top: 20px;
  }
  .data-card__right-block--mobile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .data-card__right-block-column {
    display: block;
    text-align: left;
  }
  .data-card__mobile-status {
    color: #ef4056;
  }
  .data-card__mobile-status.is-success {
    color: #2cb150;
  }
  .data-card__form-button--lg {
    width: 50%;
  }
}

.settings {
}
.settings--short {
  max-width: 860px;
}
@media screen and (max-width: 1499px) {
  .settings--short {
    max-width: 768px;
  }
}
.settings__item + .settings__item {
  border-top: 0;
}
.settings__confirm {
  border: 1px solid #e4e8eb;
  border-top: 0;
}
.settings__caption {
  font-weight: 500;
  margin-bottom: 20px;
  opacity: 0.5;
}
.settings__ctrl {
}

.switch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.switch--right {
  text-align: right;
}
.switch.is-disabled {
  pointer-events: none;
  cursor: default;
}
.switch.is-disabled .switch__view {
  opacity: 0.5;
}
.switch__checkbox {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.switch__label {
  margin-right: 20px;
  opacity: 0.5;
}
.switch__text {
}
.switch__text._last {
  display: none;
}
.switch__view {
  position: relative;
  width: 52px;
  height: 28px;
  border-radius: 18px;
  background: #f1f1f5;
  transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch__view:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -1px;
  height: 6px;
  width: 12px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 2px;
  transform-origin: 0 100%;
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.switch__view:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(37, 38, 94, 0.1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch__checkbox:checked ~ .switch__label > .switch__text {
  display: none;
}
.switch__checkbox:checked ~ .switch__label > .switch__text._last {
  display: block;
}
.switch__checkbox:checked ~ .switch__view {
  background: #0078a8;
}
.switch__checkbox:checked ~ .switch__view:after {
  transform: translate(100%, 0);
}

.personal-section {
  position: relative;
}
.personal-section__link > .link {
  display: inline-flex;
}
.personal-section__item + .personal-section__item {
  margin-top: 40px;
}
.personal-section__ctrl {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  border: 1px solid #e4e8eb;
  border-top: 0;
  margin-bottom: -1px;
  font-weight: 500;
  box-sizing: border-box;
}
.personal-section__drop {
  position: relative;
  margin-top: -81px;
  background: #ffffff;
}
.personal-section__inner {
}
.personal-section__item.is-remove {
  animation: fadeOut 0.25s ease-out forwards;
}
@media (min-width: 768px) {
  .personal-section__link {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 33px;
  }
}
@media (min-width: 1280px) {
  .personal-section {
    max-width: 880px;
  }
}
@media (min-width: 1500px) {
  .personal-section__link--declarants {
    bottom: calc(100% + 15px);
  }
}
@media (max-width: 1499px) and (min-width: 768px) {
  .personal-section__link {
    margin-bottom: 15px;
  }
}
@media (max-width: 1499px) {
  .personal-section__ctrl {
    min-height: 60px;
  }
  .personal-section__drop {
    margin-top: -61px;
  }
}
@media (max-width: 1279px) {
  .personal-section__link {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .personal-section__link {
    margin-bottom: 20px;
  }
}

.personal-card {
  position: relative;
  display: flex;
  background: #f8f9fb;
  border: 1px solid #e4e8eb;
}
.personal-card--declarants {
  padding-top: 20px;
}
.personal-card__body {
  flex-grow: 1;
  margin-right: 77px;
}
.personal-card__head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.personal-card__head--declarants {
  margin-bottom: 18px;
}
.personal-card__title {
  margin-right: auto;
}
.personal-card__remove {
  margin-left: 10px;
}
.personal-card__state {
  margin-left: 40px;
  display: flex;
  flex: none;
}
.personal-card__state > span:first-child {
  opacity: 0.5;
  margin-right: 2px;
}
.personal-card__state > span:last-child {
  display: flex;
  flex-direction: column;
}
.personal-card__caption {
  display: flex;
  flex-wrap: wrap;
  max-width: 520px;
  margin: 0 -10px -20px 0;
}
.personal-card__block + .personal-card__block {
  margin-top: 20px;
}
.personal-card__item {
  margin-right: 10px;
  margin-bottom: 20px;
}
.personal-card__item span:first-child {
  opacity: 0.5;
}
.personal-card__icon {
  flex: none;
  margin-left: auto;
  width: 80px;
}
.personal-card__drop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #f2f2f2;
  transform-origin: 50% 0;
  animation: zoomInY 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.personal-card__drop.is-open {
  display: block;
}
.personal-card__drop-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  animation: fadeIn 0.25s 0.2s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}
.personal-card__subtitle {
  margin-bottom: 40px;
}
.personal-card__ctrl {
  margin-top: auto;
}
.data-card__head--social {
  display: block;
}
.data-card__social {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.data-card__social-item {
  position: relative;
  margin: 10px;
}
.help__inner {
  animation: fadeIn 0.25s 0.2s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}

.data-card__social-hint {
  display: none;
}

@media (min-width: 1025px) {
  .data-card__social-link {
    transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .data-card__social-link svg rect,
  .data-card__social-link svg .rect {
    transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .data-card__social-link:hover svg rect,
  .data-card__social-link:hover svg .rect {
    filter: brightness(0.75);
  }
  .data-card__social-hint {
    padding: 20px;
    width: 284px;
    position: absolute;
    left: calc(50% + 10px);
    bottom: calc(50% + 10px);
    font-size: 14px;
    line-height: 16px;
    color: #787993;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 4px 24px rgba(37, 38, 94, 0.1);

    transform-origin: 0% 0;
    animation: zoomInX 0.25s cubic-bezier(0.4, 0, 0.2, 1);

    z-index: 1;
    box-sizing: border-box;
  }
  .data-card__social-link:hover .data-card__social-hint {
    display: block;
  }
}
@media (max-width: 1440px) {
  .personal-card__body {
    margin-right: 40px;
  }
}
@media (max-width: 1279px) {
  .personal-card__title {
    margin-right: 0;
  }
  .personal-card__icon {
    width: 40px;
  }
}
@media (max-width: 1024px) {
  .data-card__social-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #787993;
  }
  .data-card__social-hint {
    padding: 0 20px;
    flex: none;
  }
}
@media (max-width: 767px) {
  .personal-card__body {
    margin-right: 16px;
  }
  .personal-card__head {
    flex-wrap: wrap;
  }
  .personal-card__state {
    order: 1;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .personal-card__title {
    max-width: 81%;
  }
  .personal-card__title > span {
    margin-top: 10px;
    display: block;
  }
  .personal-card__title--declarants > span {
    display: inline;
  }
  .personal-card__remove {
    align-self: flex-start;
    margin-left: 10px;
    margin-top: -4px;
  }
  .personal-card__head--declarants .personal-card__remove {
    margin-left: 20px;
    margin-top: 3px;
  }
  .data-card__social-item--full {
    width: 100%;
  }
}

.bank-card {
  align-items: center;
}
.bank-card__icon {
  width: 70px;
  margin-right: 80px;
}
.bank-card__icon img {
  max-width: 100%;
}
.bank-card__number {
  width: 32%;
  display: flex;
  flex-direction: column;
}
.bank-card__date-validity {
  margin-top: 4px;
}
.bank-card__date {
  flex: none;
  position: relative;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  padding-left: 46px;
}
.bank-card__bank-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
}
.bank-card__bank-icon img {
  width: 100%;
  height: 100%;
}
.bank-card__person {
  margin-bottom: 4px;
}
.bank-card__remove {
  margin-left: auto;
  display: flex;
}
.bank-card__favorite {
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bank-card__favorite svg {
  width: 50%;
  height: auto;
  margin-bottom: 2px;
}
.bank-card__link {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .bank-card {
    position: relative;
    padding-right: 40px;
  }
  .bank-card__icon {
    margin-right: 0;
  }
  .bank-card__number {
    width: 100%;
    margin-top: 10px;
  }
  .bank-card__date {
    margin-right: 0;
    margin-top: 10px;
  }
  .bank-card__remove {
    position: absolute;
    top: 20px;
    right: 0;
  }
  .bank-card__favorite {
    margin-right: 8px;
  }
}

.small-form {
}
.small-form__body {
  display: flex;
  align-items: flex-end;
}
.small-form__input {
  width: 100%;
}
.small-form__submit {
  margin-left: 20px;
}
.small-form__caption {
  margin-top: 10px;
  max-width: 380px;
}

.add-drop {
  position: relative;
}
.add-drop__toggle {
  display: inline-flex;
}
.add-drop.open .add-drop__drop {
  display: block;
}
.add-drop__drop {
  display: none;
  width: 420px;
  padding: 20px;
  position: absolute;
  top: 100%;
  margin-top: 13px;
  background: #ffffff;
  border: 1px solid #e4e8eb;
  border-radius: 6px;
  box-shadow: 0px 36px 54px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 1;
  transform-origin: 50% 0;
  animation: zoomInY 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.add-drop__drop--top {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 13px;
  box-shadow: 0px 36px 54px rgba(0, 0, 0, 0.1);
}
.add-drop__drop::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -6px;
  border-left: 1px solid #e4e8eb;
  border-top: 1px solid #e4e8eb;
  border-radius: 6px 0 0 0;
  background: #ffffff;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}
.add-drop__drop--top::before {
  top: auto;
  bottom: -7px;
  margin-left: -6px;
  border-top: none;
  border-left: none;
  border-right: 1px solid #e4e8eb;
  border-bottom: 1px solid #e4e8eb;
  border-radius: 0 0 6px 0;
}
.add-drop__drop-inner {
  animation: fadeIn 0.25s 0.2s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}
.add-drop .button {
  width: 100%;
}
.add-drop .button + .button {
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .add-drop__drop {
    left: -190px;
  }
}
@media (max-width: 1279px) and (min-width: 768px) {
  .add-drop__drop {
    right: 0;
  }
  .add-drop__drop::before {
    margin-left: 15px;
  }
  .add-drop__drop--top::before {
    left: auto;
    right: -10px;
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .add-drop__drop {
    padding: 40px 20px;
    width: 324px;
    left: 0;
  }
  .add-drop__drop::before {
    left: -10px;
    margin-left: 20px;
  }
  .add-drop__drop--top {
    left: auto;
    right: 0;
  }
  .add-drop__drop--top::before {
    left: auto;
    right: -10px;
    margin-left: 0;
    margin-right: 20px;
  }
}

.payment-drop {
  position: relative;
}
.payment-drop__toggle {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  position: relative;
}
.payment-drop__toggle .payment-drop__subtext {
  display: none;
}
.payment-drop__toggle .payment-drop__bank-type-image {
  display: none;
}
.payment-drop.open .payment-drop__toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #43474f;
  color: #ffffff;
}
.payment-drop__toggle::after,
.payment-drop__toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.payment-drop__toggle::after {
  background-color: #fff;
  border-radius: 100%;
}
.payment-drop__toggle::before {
  display: inline-block;
  vertical-align: middle;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "MegaIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e917";
  font-size: 10px;
  z-index: 1;
  height: auto;
  color: #000;
  transition: transform 0.2s ease-in;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.payment-drop.open .payment-drop__toggle::before {
  transform: translateY(-50%) rotate(180deg);
}
.payment-drop.open .payment-drop__drop {
  display: block;
}
.payment-drop__drop {
  display: none;
  width: 100%;
  padding: 14px 10px;
  position: absolute;
  top: 100%;
  background: #ffffff;
  border: 1px solid #e4e8eb;
  border-radius: 0 0 6px 6px;
  box-shadow: 0px 36px 54px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 1;
  transform-origin: 50% 0;
  animation: zoomInY 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.payment-drop__drop-inner {
  padding: 0;
  margin: 0;
  list-style: none;
  animation: fadeIn 0.25s 0.2s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}
.payment-drop__link,
.payment-drop__item-inner {
  display: block;
  color: inherit;
  padding: 5px 5px;
  display: flex;
  align-items: center;
}
.payment-drop__link:hover,
.payment-drop__item.selected .payment-drop__link {
  background: #cce4ee;
  color: inherit;
}
.payment-drop__link.link {
  color: #0078a8;
  text-decoration: underline;
  justify-content: center;
}
.payment-drop__link.link:hover {
  color: #0078a8;
  background: #ffffff;
  text-decoration: none;
}
.payment-drop__icon {
  width: 40px;
  height: auto;
  max-height: 30px;
  margin-right: 6px;
  object-fit: contain;
}
.payment-drop__icon svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.payment-drop__icon--yellow svg [fill]:not([fill="none"]) {
  fill: #ffd530;
}
.payment-drop__icon--yellow svg [stroke]:not([stroke="none"]) {
  stroke: #ffd530;
}
.payment-drop__divider {
  width: calc(100% + 1px);
  padding: 10px 0 0;
  margin: 0 -5px 10px;
  border-bottom: 1px solid #d7d8db;
}
.payment-drop__subtext {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .payment-drop__toggle {
    justify-content: center;
  }
  .payment-drop__toggle::after,
  .payment-drop__toggle::before {
    display: none;
  }
}

.add-individual-form {
  max-width: 1200px;
}
.add-individual-form--block-offset {
  margin-block: 80px;
}
@media screen and (max-width: 1440px) {
  .add-individual-form--block-offset {
    margin-block: 40px;
  }
}

.add-individual-form__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: -13px -10px;
}

.add-individual-form__item {
  width: calc(33.33334% - 20px);
  margin: 13px 10px;
}

.add-individual-form__item .button {
  width: 100%;
}

.add-individual-form__item--full {
  width: 100%;
}

.add-individual-form__item--right {
  display: flex;
  justify-content: flex-end;
}

.add-individual-form__item--two-thirds {
  width: 66%;
}
.add-individual-form__item--top-offset {
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  .add-individual-form__item--top-offset {
    margin-top: 24px;
  }
}

.add-individual-form__check {
  width: calc(33% - 10px);
}

@media (max-width: 767px) {
  .add-individual-form__item {
    width: 100%;
  }

  .add-individual-form__item--two-thirds {
    width: 100%;
  }

  .add-individual-form__check {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .add-entity--register {
    padding-left: 60px;
  }
}
.add-entity__form {
  max-width: 830px;
  margin-bottom: 40px;
}
.add-entity__list {
  max-width: 1340px;
}
.add-entity__footer {
  display: flex;
  margin-top: 40px;
}
.add-entity__link {
  width: 240px;
  white-space: normal;
}
.add-entity__link + .add-entity__link {
  margin-left: 20px;
}
@media (max-width: 1499px) {
  .add-entity__link {
    width: 196px;
  }
}
@media (max-width: 767px) {
  .add-entity__footer {
    display: block;
  }
  .add-entity__link {
    width: 100%;
  }
  .add-entity__link + .add-entity__link {
    margin-left: 0;
    margin-top: 16px;
  }
}
.label-text.is-base {
  color: #0078a8;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #fff;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #fff;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #fff;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #fff;
}

.tooltip-inner {
  max-width: 200px;
  padding: 15px;
  color: #343a4a;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.order-master__text {
  color: #a9abb2;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
}
.order-master__form {
  max-width: 640px;
  max-width: 760px;
}
.order-master__form .txt-input {
  margin-bottom: 40px;
  -moz-placeholder-color: #000;
  -ms-input-placeholder-color: #000;
}
.order-master__form .txt-input input {
  padding-left: 20px;
}
.order-master__form .txt-input ::-webkit-input-placeholder {
  color: #000;
}
.order-master__form .txt-input ::-moz-placeholder {
  color: #000;
}
@media screen and (min-width: 1280px) {
  .order-master__row {
    display: flex;
  }
  .order-master__row > *:not(:last-child) {
    margin-right: 40px;
  }
  .order-master__row > *:first-child .txt-input__label {
    margin-right: -150px;
  }
}
.order-master__row .txt-input__icon {
  z-index: 2;
}
.order-master__row > *:first-child .txt-input__input::before {
  content: "";
  position: absolute;
  right: -23px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a6aebc;
}
@media screen and (min-width: 1280px) {
  .order-master__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.order-master .txt-input__textarea {
  padding-left: 20px;
  font-size: 14px;
  -moz-placeholder-color: #000;
  -ms-input-placeholder-color: #000;
}
.order-master .txt-input__textarea ::-webkit-input-placeholder {
  color: #000;
}
.order-master .txt-input__textarea ::-moz-placeholder {
  color: #000;
}
.order-master__file-input {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .order-master__form .txt-input {
    margin-bottom: 20px;
  }
  .order-master__row > *:first-child .txt-input__input::before {
    top: auto;
    bottom: -13px;
    right: 50%;
  }
  .order-master__footer > * {
    margin-bottom: 20px;
  }
}

.link-blue {
  color: #0078a8;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  transition: 0.33s;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .link-blue:hover {
    text-decoration: none;
  }
  .card-promo--hover:hover .link-blue {
    color: #fff;
  }
}
.card-promo__footer .link-blue,
.table-orders .link-blue {
  margin: 5px 10px;
  display: inline-block;
}
@media screen and (max-width: 1679px) {
  .card-promo__footer .link-blue {
    font-size: 12px;
    margin: 3px;
  }
}

.order-master-list__info {
  display: flex;
  margin-bottom: 40px;
}
.order-master-list__info .button {
  flex: none;
  margin-left: 10px;
}
.order-master-list__info__text {
  color: #a9abb2;
  font-size: 14px;
  font-weight: 400;
  flex: 1 1 auto;
  max-width: 1200px;
  margin-right: 40px;
}
@media screen and (max-width: 1679px) {
  .order-master-list__info {
    max-width: 70vw;
  }
}
@media screen and (max-width: 1279px) {
  .order-master-list__info {
    display: block;
  }
  .order-master-list__info__text {
    margin-bottom: 20px;
    margin-right: auto;
    max-width: auto;
  }
  .order-master-list__info .button {
    margin-top: 10px;
    margin-left: 0;
  }
}

hr {
  border: 0px solid transparent;
  border-top: 1px solid #dfe3e8;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  hr {
    margin: 20px 0;
  }
}

.text-muted {
  color: #768693;
}

.text-orange {
  color: #ff7052;
}

.text-blue {
  color: #0078a8;
}

.text-green {
  color: #2cb150;
}

.text-bold {
  font-weight: 700;
}

.table-orders {
  border-top: 1px solid #dfe3e8;
  border-left: 1px solid #dfe3e8;
}
.table-orders__head,
.table-orders__row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.table-orders__th,
.table-orders__td {
  padding: 30px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-sizing: border-box;
}
.table-orders__th:nth-child(1) {
  flex-basis: 12.5%;
  max-width: 12.5%;
  width: 12.5%;
}
.table-orders__th:nth-child(2) {
  flex-basis: 11.5%;
  max-width: 11.5%;
  width: 11.5%;
}
.table-orders__th:nth-child(3) {
  flex-basis: 20%;
  max-width: 20%;
  width: 20%;
}
.table-orders__th:nth-child(4) {
  flex-basis: 10%;
  max-width: 10%;
  width: 10%;
}
.table-orders__th:nth-child(5) {
  flex-basis: 36%;
  max-width: 36%;
  width: 36%;
}
.table-orders__th:nth-child(6) {
  flex-basis: 10%;
  max-width: 10%;
  width: 10%;
}
.table-orders__td:nth-child(2) {
  flex-basis: 12.5%;
  max-width: 12.5%;
  width: 12.5%;
}
.table-orders__td:nth-child(4) {
  flex-basis: 11.5%;
  max-width: 11.5%;
  width: 11.5%;
}
.table-orders__td:nth-child(6) {
  flex-basis: 20%;
  max-width: 20%;
  width: 20%;
}
.table-orders__td:nth-child(8) {
  flex-basis: 10%;
  max-width: 10%;
  width: 10%;
}
.table-orders__td:nth-child(10) {
  flex-basis: 15%;
  max-width: 15%;
  width: 15%;
}
.table-orders__td:nth-child(11) {
  flex-basis: 21%;
  max-width: 21%;
  width: 21%;
}
.table-orders__td:nth-child(13) {
  flex-basis: 10%;
  max-width: 10%;
  width: 10%;
  cursor: pointer;
}
.table-orders__td:nth-child(13) .button-icon {
  margin-left: 15px;
}
.table-orders__th--mobile {
  display: none;
}
.table-orders__th {
  color: #768693;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid #dfe3e8;
  border-bottom: 1px solid #dfe3e8;
  background-color: #f4f6f8;
}
.table-orders__td {
  color: #2c3945;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid #dfe3e8;
  border-bottom: 1px solid #dfe3e8;
}
.table-orders__btn-time {
  text-decoration: underline;
  color: #0078a8;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .table-orders__btn-time:hover {
    text-decoration: none;
    cursor: pointer;
  }
}
.table-orders__time {
  display: none;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border-right: 1px solid #dfe3e8;
  border-bottom: 1px solid #dfe3e8;
  background-color: #f2f2f2;
}
.table-orders__time-inner {
  display: flex;
  flex-wrap: wrap;
}
.table-orders__time-inner::before {
  content: "";
  flex: 6 0 1px;
}
.table-orders__time-inner:after {
  content: "";
  flex: 1 0 1px;
}
.table-orders__more {
  padding: 40px;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #f2f2f2;
  display: none;
  border-right: 1px solid #dfe3e8;
  border-bottom: 1px solid #dfe3e8;
}
.table-orders__more-inner {
  display: flex;
}
.table-orders__more-col {
  margin-right: 5%;
  width: 45%;
}
.table-orders__more-text {
  margin-bottom: 10px;
  margin-top: 0;
}
.table-orders__more-big-text {
  margin-bottom: 40px;
  color: #271f24;
  font-size: 16px;
  font-weight: 700;
}
.table-orders__more dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table-orders__more dl dt {
  width: 20%;
  flex: 0 0 auto;
  margin-top: 20px;
}
.table-orders__more dl dd {
  width: calc(80% - 20px);
  margin-left: 0;
  margin-top: 20px;
  flex: 0 0 auto;
}
.table-orders__more-actions {
  display: flex;
}
.table-orders__more-actions .link-blue {
  margin-left: 0 !important;
}
.table-orders__more-actions .table-orders__more-text {
  color: #271f24;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 40px;
}
.table-orders__more-actions > *:first-child {
  margin-right: 40px;
}
.table-orders__more-description {
  border: 1px solid #dfe3e8;
  background-color: #ffffff;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.table-orders__more-row {
  display: flex;
}
.table-orders__more-row > *:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 1679px) {
  .table-orders__th,
  .table-orders__td {
    padding: 13px 10px;
    font-size: 12px;
  }
  .table-orders__td:nth-child(10) {
    flex-basis: 10%;
    max-width: 10%;
    width: 10%;
  }
  .table-orders__td:nth-child(11) {
    flex-basis: 26%;
    max-width: 26%;
    width: 26%;
  }
  .table-orders__td:nth-child(13) .button-icon {
    margin-left: 6px;
    width: 30px;
  }
  .table-orders__more-big-text {
    font-size: 15px;
  }
  .table-orders__more-inner {
    justify-content: space-between;
  }
  .table-orders__more-col {
    width: calc(50% - 20px);
    margin-right: 0;
  }
  .table-orders .link-blue {
    font-size: 12px;
    margin: 3px 10px;
  }
  .table-orders .button {
    font-size: 14px;
    height: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .table-orders {
    border-top: none;
    border-left: none;
  }
  .table-orders__head {
    display: none;
  }
  .table-orders__row {
    display: block;
    box-sizing: border-box;
    margin-bottom: 40px;
    border-top: 1px solid #dfe3e8;
    border-left: 1px solid #dfe3e8;
  }
  .table-orders__th--mobile {
    display: block;
  }
  .table-orders__th,
  .table-orders__td {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: auto !important;
    font-size: 14px;
  }
  .table-orders .link-blue {
    font-size: 14px;
  }
  .table-orders .button {
    font-size: 16px;
  }
  .table-orders__time {
    padding: 20px;
    padding-bottom: 0;
  }
  .table-orders__time-inner {
    justify-content: center;
  }
  .table-orders__time-inner::before,
  .table-orders__time-inner:after {
    display: none;
  }
  .table-orders__more {
    padding: 20px;
  }
  .table-orders__more-inner {
    display: block;
  }
  .table-orders__more-col {
    width: 100%;
    margin: 0;
  }
  .table-orders__more-actions {
    display: block;
  }
  .table-orders__more-row {
    display: block;
  }
}

.table-time-chose {
  flex: 0 0 auto;
  margin-right: 15px;
  width: 150px;
  min-height: 124px;
  border-radius: 5px;
  border: 1px solid #e4e8eb;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.table-time-chose.js--chosen .table-time-chose__link {
  display: none;
}
.table-time-chose.js--chosen .table-time-chose__chosen {
  display: block;
}
.table-time-chose__date {
  color: #768693;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 5px;
}
.table-time-chose__text {
  color: #2c3945;
  font-size: 16px;
  font-weight: 400;
}
.table-time-chose__chosen {
  display: none;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #2cb150;
}
@media screen and (max-width: 1679px) and (min-width: 1280px) {
  .table-time-chose {
    width: 140px;
    min-height: 120px;
  }
  .table-time-chose__date {
    font-size: 12px;
  }
  .table-time-chose__text {
    font-size: 13px;
  }
  .table-time-chose__link,
  .table-time-chose__chosen {
    font-size: 12px;
  }
}
@media screen and (max-width: 1279px) {
  .table-time-chose {
    margin-bottom: 20px;
  }
}

.list-pagination {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .list-pagination {
    display: flex;
    align-items: center;
  }
  .list-pagination .view-count {
    margin-left: auto;
  }
}
@media (min-width: 1500px) {
  .list-pagination {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .list-pagination {
    margin: 20px 0;
  }
  .list-pagination .view-count {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .list-pagination .view-count {
    display: none;
  }
}

.personal-section__link {
  padding-right: 0;
}

.button--th-dark {
  background: #343a4a;
  color: #fff;
  transition: background 0.33s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (min-width: 1280px) {
  .button--th-dark:hover {
    background: #495168;
    color: #fff;
  }
}
.card-promo--white > .card-promo__bg {
  background: #fff;
  border: 1px solid rgba(52, 58, 74, 0.19);
}

.card-questionnaire {
  padding-bottom: 90px;
}
@media screen and (min-width: 1500px) {
  .card-questionnaire {
    min-height: 624px;
  }
}
@media (max-width: 1499px) and (min-width: 1260px) {
  .card-questionnaire {
    min-height: 520px;
  }
}
.card-questionnaire-start .card-promo__icon .fab-icon {
  border: 2px solid #000;
}
.card-questionnaire-start .card-promo__icon--no-border .fab-icon {
  border: none;
  color: #343a4a;
}
@media screen and (min-width: 1680px) {
  .card-questionnaire-start .card-promo__icon {
    width: 50px;
    height: 50px;
  }
  .card-questionnaire-start .card-promo__icon .fab-icon {
    width: 50px;
    height: 50px;
  }
}
.card-questionnaire-wrap {
  display: none;
}
.card-questionnaire .card-promo__body {
  margin-top: 10px;
  transition: 0.7s;
  overflow: hidden;
  box-sizing: border-box;
}
.card-questionnaire .card-promo__body .txt-input__textarea {
  padding-left: 20px;
  font-size: 14px;
  -moz-placeholder-color: #000;
  -ms-input-placeholder-color: #000;
}
.card-questionnaire
  .card-promo__body
  .txt-input__textarea
  ::-webkit-input-placeholder {
  color: #000;
}
.card-questionnaire .card-promo__body .txt-input__textarea ::-moz-placeholder {
  color: #000;
}
.card-questionnaire .card-promo__body .radio-row {
  padding: 0;
  padding-top: 20px;
  align-items: flex-start;
  min-height: auto;
}
.card-questionnaire .card-promo__body .radio-row .radio-row__check {
  margin-top: 0;
}
.card-questionnaire .card-promo__body .radio-row .radio-row__right {
  margin-left: 10px;
  white-space: nowrap;
  color: #343a4a;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.card-questionnaire__title {
  font-weight: 700;
}
.card-questionnaire__footer {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.card-questionnaire__controls {
  display: flex;
  padding-top: 40px;
  position: relative;
}
.card-questionnaire__text {
  position: absolute;
  top: 6px;
  left: 0;
  color: #343a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.card-questionnaire__prev {
  margin-right: 20px;
}
.card-questionnaire__step:not(:first-child) {
  display: none;
}
.card-questionnaire--results
  .card-questionnaire__step
  .card-questionnaire__questions {
  display: none;
}
.card-questionnaire__questions--row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.card-questionnaire__questions--row .radio-row {
  margin: 0 18px;
  margin-top: 10px;
}
.card-questionnaire__questions--row .radio-row__check {
  margin-right: 10px;
}
.card-questionnaire--results .card-promo__button {
  opacity: 0 !important;
  pointer-events: none !important;
}
.card-questionnaire--results .card-questionnaire__results {
  display: block;
}
.card-questionnaire__results {
  display: none;
}
.card-questionnaire__result {
  margin: 10px 0;
}
.card-questionnaire__result-title {
  color: #343a4a;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1679px) {
  .card-questionnaire__result-title {
    font-size: 14px;
    line-height: 18px;
  }
}
.card-questionnaire__result-bar {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  height: 20px;
  background-color: #f1f2f4;
  padding-right: 20px;
  white-space: nowrap;
  text-align: right;
  position: relative;
  line-height: 20px;
}
.card-questionnaire__result-bar span {
  position: relative;
  z-index: 2;
}
.card-questionnaire__result-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.card-questionnaire__result-progress._success {
  background-color: #2cb150;
}
.card-questionnaire__result-progress._warning {
  background-color: #ffd530;
}
.card-questionnaire__result-progress._primary {
  background-color: #0078a8;
}
.card-questionnaire .card-promo__button {
  opacity: 0;
  transition: 0.6s;
}
.card-questionnaire__next.is-hide,
.card-questionnaire__prev.is-hide {
  opacity: 0.5;
  pointer-events: none;
}
.card-promo__button.is-show {
  opacity: 1;
}
@media (max-width: 1499px) {
  .card-questionnaire__questions--row {
    margin: 0 -14px;
  }
  .card-questionnaire__questions--row .radio-row {
    margin: 0 14px;
  }
  .card-questionnaire__questions--row .radio-row__check {
    margin-right: 9px;
  }
}
@media (max-width: 550px) {
  .card-questionnaire__questions--row {
    margin: 0 -11px;
  }
  .card-questionnaire__questions--row .radio-row {
    margin: 0 11px;
  }
  .card-questionnaire__questions--row .radio-row__check {
    margin-right: 8px;
  }
}

.radio-row--w-textarea {
  flex-wrap: wrap;
  flex-grow: 1;
}
.radio-row--w-textarea .radio-row__body {
  max-width: calc(100% - 40px);
}
.radio-row--w-textarea textarea {
  margin-top: 10px;
  width: 100%;
  height: 120px;
  /* flex-grow: 1; */
}

.b-select--w-input .b-select__input {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}
.b-select--w-input .b-select__input input {
  border: none !important;
  background: none;
}
.b-select--w-input .b-select__input.js--open {
  opacity: 1;
  pointer-events: auto;
}
.b-select--w-input
  .b-select__input.js--open
  ~ .bootstrap-select
  > .dropdown-menu {
  display: block !important;
}
.b-select--w-input .b-select__input .input {
  background: none;
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.b-select--w-input .b-select__input:before {
  border-radius: 6px;
  content: "";
  position: absolute;
  z-index: -1;
  left: 2px;
  right: 60px;
  top: 2px;
  bottom: 2px;
  background-color: #fff;
}

.b-form__col--third-part {
  width: 33.333%;
}
@media screen and (max-width: 959px) {
  .b-form__col--third-part {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 960px) {
  .default-footer {
    display: flex;
  }
  .default-footer__left {
    display: flex;
  }
  .default-footer__right {
    display: flex;
    margin-left: auto;
    width: 50%;
  }
  .default-footer__check {
  }
  .default-footer__submit {
    margin-left: 50px;
  }
}
@media (max-width: 959px) {
  .default-footer__left {
    margin-bottom: 40px;
  }
  .default-footer__check {
    margin-bottom: 20px;
    max-width: 340px;
  }
}

.order-panel {
  width: 100%;
}
.order-panel__main {
}
.order-panel__submit {
  display: flex;
  align-items: center;
}
.order-panel__ctrl + .order-panel__ctrl {
  margin-left: 20px;
}
@media (min-width: 960px) {
  .order-panel {
    display: flex;
  }
  .order-panel__main {
    width: 100%;
    margin-right: 20px;
  }
  .order-panel__main--without-offset {
    margin: 0;
  }
  .order-panel__submit {
    margin-left: auto;
    align-items: flex-end;
  }
}
@media (max-width: 1279px) and (min-width: 960px) {
  .order-panel__main {
    width: 100%;
    margin-right: 15px;
  }
  .order-panel__main--without-offset {
    margin: 0;
  }
  .order-panel__ctrl + .order-panel__ctrl {
    margin-left: 15px;
  }
  .order-filter--full .order-filter__item._button {
    padding-right: 0;
  }
  .order-filter__line.order-filter__line--desktop {
    display: contents;
  }
  .order-filter--full .order-panel__submit {
    margin-top: 20px;
    order: 1;
  }
}
@media (max-width: 1100px) {
  .order-panel__submit--domkom {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 959px) {
  .order-panel__submit {
    margin-left: auto;
    padding-top: 20px;
    order: 1;
  }
  .order-panel__submit--domkom {
    width: auto;
    order: 1;
  }
  .order-panel__ctrl + .order-panel__ctrl {
    margin-left: 10px;
  }
}
@media (max-width: 375px) {
  .order-panel__submit {
    margin-left: 0;
    padding-top: 80px;
  }
  .order-panel__submit--domkom {
    padding-top: 60px;
  }
}

.order-filter {
  display: flex;
  flex-wrap: wrap;
}
.order-filter__line:not(:first-child) {
  margin-top: 40px;
}
.order-filter__line {
  width: 100%;
}
.order-filter__item {
}
.order-filter__item._lg {
}
.order-filter__item._quote {
}
.order-filter__item._button {
  display: flex;
  width: auto;
}
.order-filter__item._button > .button + .button {
  margin-left: 20px;
}
.order-filter__item--filters {
  display: flex;
  align-items: flex-end;
}
.order-filter__filter + .order-filter__filter {
  margin-left: 10px;
}
.order-panel__message {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .order-filter__line {
    display: flex;
    align-items: flex-end;
    margin: 0 -20px -20px 0;
  }
  .order-filter__line--xs {
    width: auto;
    flex-grow: 1;
    margin-right: 0;
  }
  .order-filter--full .order-filter__line--xs {
    flex: none;
    width: calc(100% - 227px);
  }
  .order-filter__item {
    width: 25.7576%;
    padding: 0 20px 20px 0;
    box-sizing: border-box;
  }
  .order-filter__item._quote {
    padding-right: 0;
  }
  .order-filter__item._lg {
    flex: none;
    width: 40%;
  }
  .order-filter__item._dbl-lg {
    width: calc(100% - (134px + 227px));
  }
  .order-filter__item._md {
    flex: none;
    width: auto;
    margin-right: auto;
  }
  .order-filter__item._grow {
    flex-grow: 1;
  }
  .order-filter__item--filters {
    margin-top: 30px;
  }
  .order-filter__item--calendar-width {
    flex: none;
    width: calc(250px + 20px); /* ширина календаря + padding */
  }
  .order-filter__item._dbl-calendar-grow {
    width: calc(100% - (250px + 20px) * 2 - (134px + 227px));
  }
  .order-filter__item._dbl-calendar {
    width: calc((250px + 20px) * 2);
  }
  .order-filter__filter {
    flex-grow: 1;
  }
  .order-filter__item._quote {
    width: 60%;
  }
}
@media (min-width: 1500px) {
  .order-filter__item._dbl-lg {
    width: calc(100% - (192px + 290px));
  }
  .order-filter--full .order-filter__line--xs {
    width: calc(100% - 290px);
  }
  .order-filter__item._dbl-calendar-grow {
    width: calc(100% - (250px + 20px) * 2 - (192px + 290px));
  }
}
@media (max-width: 1499px) {
  .order-panel__message {
    margin-top: 20px;
  }
}
@media (max-width: 1279px) and (min-width: 960px) {
  .order-filter--full .order-filter__line--xs {
    width: 100%;
  }
  .order-filter__item._dbl-lg {
    width: calc(100% - 114px);
  }
  .order-filter__item._dbl-calendar-grow {
    width: calc(100% - (250px + 20px) * 2 - 114px);
  }
  .order-panel__message {
    margin-top: 40px;
  }
}
@media (max-width: 1100px) {
  .order-filter__item.doc-filter-list {
    padding-right: 0;
  }
}
@media (max-width: 959px) {
  .order-filter {
    position: relative;
  }
  .order-filter__line:not(:first-child) {
    margin-top: 20px;
  }
  .order-filter__item + .order-filter__item {
    margin-top: 20px;
  }
  .order-filter__item--filters {
    margin-top: 20px;
  }
  .order-filter__item._button {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 0;
  }
  .order-filter__item._button > .button + .button {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .order-filter__item--filters {
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 10px;
  }
  .order-filter__filter {
    margin: 10px;
    flex-grow: 1;
  }
  .order-filter__filter .button--th-ctrl {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .order-filter__item._button {
    bottom: 60px;
  }
}

@media (min-width: 960px) {
  .measure-table-wrap {
    overflow: hidden;
    overflow-x: auto;
  }
  .measure-table-wrap .measure-table {
    min-width: 1200px;
  }
}

.measure-table {
  border-bottom: 1px solid #dfe3e8;
}
.measure-table__header {
  background: #f4f6f8;
  border-top: 1px solid #dfe3e8;
}
.measure-table__row {
  background: #ffffff;
  border-top: 1px solid #dfe3e8;
}
.measure-table__cell {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.measure-table__inner + .measure-table__inner {
  border-top: 1px solid #dfe3e8;
}
.measure-table__inner {
  display: flex;
  /*flex-direction: column;*/
  justify-content: center;
  align-items: center;
}
.measure-table__cell .collapse-link > .link__icon {
  margin-left: 10px;
}
.measure-table__drop {
  border-top: 1px solid #dfe3e8;
  background: #f2f2f2;
}
.measure-table__drop-inner {
  padding-top: 20px;
}
@media (min-width: 960px) {
  .measure-table__header {
    display: flex;
  }
  .measure-table__cell._head {
    padding: 5px 0;
  }
  .measure-table__row {
    display: flex;
  }
  .measure-table__cell + .measure-table__cell {
    border-left: 1px solid #dfe3e8;
  }
  .measure-table__cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*overflow: hidden;*/
    width: 100%;
  }
  .measure-table__cell._xs {
    flex: none;
    width: 6.5218%;
  }
  .measure-table__cell._sm {
    flex: none;
    width: 7.8805%;
  }
  .measure-table__label {
    display: none;
  }
  .measure-table__inner {
    height: 100%;
    min-height: 0;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }
}
@media (max-width: 1499px) and (min-width: 960px) {
  .measure-table__cell._xs {
    flex: none;
    width: 6.25%;
  }
  .measure-table__cell._sm {
    flex: none;
    width: 7.8805%;
  }
}

@media (max-width: 959px) {
  .measure-table__header {
    display: none;
  }
  .measure-table__cell + .measure-table__cell {
    border-top: 1px solid #dfe3e8;
  }
  .measure-table__cell .link {
    font-weight: 400;
  }
  .measure-table__label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 10px;

    min-height: 40px;
    background: #f4f6f8;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;

    border-bottom: 1px solid #dfe3e8;

    box-sizing: border-box;
  }
  .measure-table__inner {
    position: relative;
    padding: 10px;
    min-height: 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
  }
  .measure-table__drop {
    background: #ffffff;
  }
  .measure-table__drop-inner {
    padding: 0;
  }

  .measure-table__inner .help {
    position: static;
    margin-left: 10px;
  }
  .measure-table__inner .help__drop {
    top: 100%;
    left: 20%;
    right: 20%;
  }
}

.measure-subtable {
  font-size: 14px;
}
.measure-subtable__header {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.measure-subtable__cell {
}
.measure-subtable__inner {
}
@media (min-width: 960px) {
  .measure-subtable__row + .measure-subtable__row {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .measure-subtable__row {
    display: flex;
    align-items: center;
  }
  .measure-subtable__label {
    display: none;
  }
  .measure-subtable__cell {
    width: 100%;
    padding: 7px 5px 12px;
  }
  .measure-subtable__cell._head {
    font-size: 14px;
    line-height: 20px;
    color: #c3c4c8;
    padding-bottom: 15px;
  }
  .measure-subtable__cell._xs {
    flex: none;
    width: 7.5582%;
  }
  .measure-subtable__cell._ctrl {
    flex: none;
    width: 16.2791%;
  }
}
@media (max-width: 1499px) and (min-width: 960px) {
  .measure-subtable__cell {
    font-size: 12px;
    line-height: 14px;
  }
  .measure-subtable__cell._head {
    font-size: 12px;
    line-height: 14px;
  }
  .measure-subtable__cell._xs {
    width: 8.5582%;
  }
}
@media (max-width: 959px) {
  .measure-subtable__header {
    display: none;
  }
  .measure-subtable__row + .measure-subtable__row {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .measure-subtable__cell {
    text-align: center;
  }
  .measure-subtable__cell._ctrl {
    border-top: 1px solid #dfe3e8;
  }
  .measure-subtable__cell .link {
    font-weight: 400;
  }
  .measure-subtable__label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    min-height: 40px;
    padding: 10px;

    background: #f4f6f8;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;

    box-sizing: border-box;
  }
  .measure-subtable__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    min-height: 40px;
    padding: 10px;

    background: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;

    box-sizing: border-box;
  }
}

.tag-list {
  font-weight: 500;
}
.tag-list__title {
  margin-bottom: 10px;
}
.tag-list__inner {
  display: flex;
}

@media (max-width: 767px) {
  .card-questionnaire__questions {
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .card-questionnaire__questions--row {
    margin: 0 -11px;
  }
  .card-questionnaire__questions--row .radio-row {
    margin: 0 11px;
  }
  .card-questionnaire__questions--row .radio-row__check {
    margin-right: 8px;
  }
}
.tag-list__link {
}
@media (min-width: 960px) {
  .tag-list__inner {
    flex-wrap: wrap;
    margin: 0 -20px -10px 0;
  }
  .tag-list__item {
    padding-right: 30px;
    padding-bottom: 10px;
  }
}
@media (max-width: 959px) {
  .tag-list {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tag-list::-webkit-scrollbar {
    display: none;
  }
  .tag-list__item + .tag-list__item {
    margin-left: 20px;
  }
  .tag-list__item {
    white-space: nowrap;
  }
}

.contact-section + .contact-section {
  margin-top: 60px;
}
.contact-section {
}
.contact-section__head {
}
.contact-section__toggle {
  display: flex;
  white-space: normal;
}
.contact-section__toggle .link__text {
  height: auto;
  line-height: 1.1;
  margin-right: auto;
}
.contact-section__toggle .link__icon {
  margin-left: auto;
}
.contact-section__body {
}
.contact-section__inner {
  padding-top: 32px;
}
.contact-section__ctrl {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(52, 58, 74, 0.1);
}

.contact-card-list {
  overflow: hidden;
}
.contact-card-list__container {
  display: flex;
}
.contact-card-list__item {
}
@media (min-width: 1280px) {
  .contact-card-list {
    margin: 0;
    padding: 0;
  }
  .contact-card-list__inner {
    display: flex;
    /* flex-wrap: wrap; */
    margin-right: -42px;
    margin-bottom: -42px;
  }
  .contact-card-list__item {
    width: 50%;
    padding-right: 42px;
    padding-bottom: 42px;
    box-sizing: border-box;
  }
  .contact-card-list__item--full {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .contact-card-list__item + .contact-card-list__item {
    margin-top: 40px;
  }
  .contact-card-list--scroller {
    overflow-x: auto;
    padding-right: 50px;
  }
  .contact-card-list--scroller .contact-card-list__inner {
    display: flex;
  }
  .contact-card-list--scroller
    .contact-card-list__item
    + .contact-card-list__item {
    margin-left: 20px;
    margin-top: 0;
  }
  .contact-card-list--scroller .contact-card-list__item {
    width: 100%;
    flex: none;
  }
  .contact-card-list--scroller .contact-card-list__item:last-child {
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .contact-section__inner {
    padding-top: 0;
  }
}

.contact-card {
  height: 100%;
  background: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
}
.contact-card__head {
  padding: 10px 0;
  border-bottom: 1px solid #ccced1;
  box-sizing: border-box;
}
.contact-card__title {
}
.contact-card__caption {
  color: #a9abb2;
  white-space: nowrap;
  margin-right: auto;
}
.contact-card__type {
  color: #a9abb2;
  white-space: nowrap;
}
.contact-card__body {
}
.contact-card__row + .contact-card__row {
  border-top: 1px solid #ccced1;
}
.contact-card__row {
  padding: 10px 0;
  box-sizing: border-box;
}
.contact-card__line + .contact-card__line {
  margin-top: 10px;
}
.contact-card__line {
}
.contact-card__label {
  color: #a9abb2;
}
@media (max-width: 1499px) and (min-width: 960px) {
  .contact-card__type {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .contact-card__head {
    display: flex;
    align-items: center;
    min-height: 90px;
    box-sizing: border-box;
  }
  .contact-card__title {
    margin-right: 20px;
  }
  .contact-card__title span {
    margin-right: 20px;
  }
  .contact-card__type {
    margin-left: auto;
    font-weight: 500;
  }
  .contact-card__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 90px;
  }
  .contact-card__line {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .contact-card__label {
    margin-right: 20px;
  }
  .contact-card__value {
    position: relative;
  }
  .contact-card__label + .contact-card__value {
    margin-left: auto;
    text-align: right;
  }
}
@media (max-width: 1279px) {
  .contact-card__title {
    font-size: 14px;
  }
  .contact-card__type {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .contact-card__head {
    padding: 20px 0;
  }
  .contact-card__caption {
    display: block;
    margin-top: 12px;
  }
  .contact-card__row {
    padding: 15px 0;
  }
  .contact-card__type {
    margin-top: 12px;
  }
  .contact-card__row {
    position: relative;
  }
  .contact-card__row:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -20px;
    right: -20px;
    bottom: -1px;
    background: rgba(58, 139, 187, 0.15);
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
  .contact-card__row:hover:before {
    opacity: 1;
  }
  .contact-card__label {
    margin-bottom: 12px;
  }
}

.phone-list {
  background: #ffffff;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.phone-list__panel {
  position: relative;
  border-bottom: 1px solid #ccced1;
}
.phone-list__tabs {
}
.phone-list__nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.phone-list__body {
  display: none;
  width: 100%;
  animation: fadeIn 0.25s ease-in;
}
.phone-list__body.active {
  display: block;
}
.phone-list__row + .phone-list__row {
  border-top: 1px solid #ccced1;
}
.phone-list__row {
  padding: 10px 0;
  box-sizing: border-box;
}
.phone-list__cell {
  color: #a9abb2;
  font-weight: 500;
}
.phone-list__cell._phone {
  margin-left: auto;
  color: #1e1f21;
}
@media (min-width: 1280px) {
  .phone-list__row {
    display: flex;
    align-items: center;
    min-height: 64px;
  }
  .phone-list__cell {
    width: 100%;
  }
  .phone-list__cell._phone {
    margin-left: auto;
    text-align: right;
  }
}
@media (max-width: 1279px) {
  .phone-list__row {
    padding: 15px 0;
  }
  .phone-list__cell {
    font-size: 14px;
  }
  .phone-list__cell + .phone-list__cell {
    margin-top: 9px;
  }
}

.preloader-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
  width: 200px;
  height: auto;
  display: block;
  overflow: hidden;
  text-align: center;
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.main-preloader.is-demo {
  position: static;
  transform: translate(0, 0);
  display: block;
}

.demo-subtitle {
  margin-bottom: 10px;
  margin-top: 10px;
}

.main-preloader__item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
}

.main-preloader__item:not(:last-child) {
  margin-right: 4px;
}

.main-preloader--small .main-preloader__item {
  width: 20px;
  height: 20px;
}

.main-preloader--small .main-preloader__item:not(:last-child) {
  margin-right: 2px;
}

@media (max-width: 768px) {
  .main-preloader__item {
    width: 24px;
    height: 24px;
  }
  .main-preloader--small .main-preloader__item {
    width: 16px;
    height: 16px;
  }
}

.main-preloader__item--first {
  background-color: #ffd530;
}
.main-preloader__item--second {
  background-color: #ef4056;
}
.main-preloader__item--third {
  background-color: #0078a8;
}

.main-preloader--first .main-preloader__item--first {
  animation: 1.8s preloader infinite;
}
.main-preloader--first .main-preloader__item--second {
  animation: 1.8s preloader infinite 0.12s;
}
.main-preloader--first .main-preloader__item--third {
  animation: 1.8s preloader infinite 0.24s;
}

.main-preloader--second .main-preloader__item--first {
  opacity: 0;
  animation: 2.3s preloader-second infinite;
}
.main-preloader--second .main-preloader__item--second {
  opacity: 0;
  animation: 2.3s preloader-second infinite 0.27s;
}
.main-preloader--second .main-preloader__item--third {
  opacity: 0;
  animation: 2.3s preloader-second infinite 0.42s;
}

@keyframes preloader {
  0%,
  66%,
  100% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.31, 0.01, 0.65, 1);
  }
  20% {
    transform: translateY(-50%);
    animation-timing-function: cubic-bezier(0.89, 0, 0.65, 1);
  }
}

@keyframes preloader-second {
  0%,
  56%,
  100% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.32, 0.01, 0.12, 0.99);
  }
  25%,
  31% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.9, 0.01, 0.61, 1);
  }
}

.message-slider {
  padding-top: 20px;
  padding-bottom: 40px;
}
.message-slider__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #d3d4d6;
}
.message-slider__title {
  flex-grow: 1;
  flex-shrink: 0;
  margin-right: 30px;
}
.message-date-slider__body {
  min-height: 285px;
}

.message-slider__right {
  margin-left: 20px;
}

@media (min-width: 1281px) {
  .message-date-slider__slide {
    width: auto !important;
  }
  .message-slider__close-btn {
    display: none;
  }
}
@media (max-width: 1280px) {
  .message-slider__head {
    flex-wrap: wrap;
  }
  .message-slider__right {
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .message-slider__title {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .message-slider__title {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 0;
  }
}

.entity-header {
}
.entity-header-object-item {
  align-items: center;
}
.entity-header-object-value {
  min-height: 24px;
  display: flex;
  align-items: center;
}
.entity-header .object__cell--title {
  margin-right: 20px;
}
.entity-header__btns {
  display: flex;
  justify-content: flex-end;
  min-width: 780px;
}

@media (max-width: 1700px) {
  .entity-header__btns {
    margin-left: 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .object--account-entity .entity-header__account {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .entity-header {
    flex-wrap: wrap;
  }
}
@media (max-width: 1500px) {
  .object__ctrl-group {
    flex-grow: 1;
    flex-shrink: 0;
    min-width: 120px;
  }
}
@media (max-width: 1279px) {
  .entity-header {
    margin-bottom: 0;
  }
  .entity-header__btns {
    margin-left: auto;
    margin-top: 20px;
    flex-wrap: wrap;
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 1055px) {
  .entity-header {
    display: flex;
    flex-wrap: wrap;
  }
  .entity-header .object__cell--title {
    margin-left: 40px;
    width: auto;
  }
  .entity-header__account {
    width: 100%;
    margin-left: 0;
  }
  .entity-header__btns {
    margin-left: 0;
  }
}
@media (max-width: 956px) {
  .object--account-entity .entity-header__account {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .entity-header__btns .object__buttons {
    flex-wrap: wrap;
  }
  .object__ctrl-group {
    flex-grow: 0;
    flex-shrink: 0;
    width: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .object__ctrl-group:last-child:nth-child(odd) {
    width: 250px;
  }
  .object__ctrl-group + .object__ctrl-group {
    margin-left: 0;
  }
}
@media (max-width: 668px) {
  .entity-header .object__cell--title {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .entity-header__btns {
    position: relative;
  }
  .object__ctrl-arrow {
    margin-left: auto;
    position: absolute;
    bottom: calc(100% + 20px);
    right: 0;
  }
  .object__buttons--full {
    margin: -5px -15px;
  }
  .object__buttons--full .object__ctrl-group {
    margin: 5px 15px;
    width: calc(50% - 32px);
  }
  .object__buttons--full .object__ctrl-group:last-child {
    width: calc(100% - 32px);
    margin-bottom: 0;
  }
}
@media (max-width: 370px) {
  .entity-header__btns {
    flex-wrap: wrap;
    position: relative;
  }
  .entity-header__btns .object__buttons {
    margin-bottom: 0;
  }
  .object__ctrl-group:last-child:nth-child(odd) {
    margin-bottom: 44px;
  }
  .object__buttons--full .object__ctrl-group:last-child {
    margin-bottom: 0;
  }
}

.entity-message {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #e4e8eb;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;

  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.entity-message.is-read {
  background-color: #f2f2f2;
}
.entity-message__star {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.entity-message__date {
  color: #757575;
  margin-bottom: 10px;
}
.entity-message__title {
  margin-bottom: 10px;
}
.entity-message__btn-inner {
  margin-left: auto;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.entity-message__btn {
  margin-right: 10px;
  border: 2px solid transparent;
}
.entity-message__btn.is-read {
  border: 2px solid #343a4a;
  border-radius: 4px;
  background-color: transparent;
}

@media (max-width: 1499px) {
  .entity-message {
    font-size: 12px;
  }
}

.arm-info {
  margin-top: 20px;
}

.arm__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.arm__btns {
  display: flex;
  align-items: center;
}

.arm-list__item + .arm-list__item {
  border-top: none;
}
.arm-list__head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.arm-slider__head,
.arm-slider__head-item {
  display: flex;
}

.arm-slider__head {
  padding: 20px 40px 20px 76px;
  align-items: center;
}

.arm-date-slider {
  max-width: 400px;
}

.arm-slider__right {
  margin-left: 20px;
}

.arm-slider__head-title {
  flex-shrink: 0;
  padding-right: 20px;
}

.arm-slider__head-item {
  max-width: 600px;
  padding-right: 40px;
  align-items: center;
}
.arm-slider__head-item:first-child {
  width: 40%;
}

.history-date-slider__container {
  margin: 0;
  margin-right: auto;
}

.arm-date-slider__slide {
  border-radius: 5px;
  padding: 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  min-width: 100px;
  white-space: nowrap;
}

.arm-date-slider__slide.is-active {
  background-color: rgba(58, 139, 187, 0.15);
  color: #0078a8;
}

.arm-document__list {
  position: relative;
  background-color: #f8f9fb;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 76px;
  padding-right: 76px;
}

.arm-document__item {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.arm-document__item-cell {
  padding-right: 40px;
}
.arm-document__item-cell:first-child {
  min-width: 10%;
}
.arm-document__item-cell:nth-child(2) {
  min-width: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.arm-document__item-cell:last-child {
  flex-grow: 1;
  padding-right: 0;
}
.arm-object__label {
  display: none;
}

.arm-collapse-head {
  padding: 0;
  margin-left: auto;
}

@media (max-width: 1819px) {
  .arm-slider__head {
    padding: 20px 32px 20px 76px;
  }
}

@media (max-width: 1499px) {
  .arm-slider__head {
    padding: 16px 20px 16px 46px;
  }
  .arm-document__list {
    padding-left: 46px;
    padding-right: 46px;
  }
  .arm-document__item-cell {
    padding-right: 30px;
  }
}

@media (max-width: 1100px) {
  .arm-slider__head {
    flex-wrap: wrap;
    padding: 10px 20px 10px 30px;
  }
  .arm-slider__head-item {
    padding-right: 0;
  }
  .arm-slider__head-item:first-child {
    width: 100%;
    max-width: 80%;
  }
  .arm-slider__head-item:nth-child(2) {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
  .arm-document__list {
    padding-left: 30px;
    padding-right: 30px;
  }
  .arm-document__item-cell {
    padding-right: 20px;
  }
  .arm-document__item-cell:first-child {
    min-width: 20%;
  }
  .arm-document__item-cell:nth-child(2) {
    min-width: 30%;
  }
}

@media (max-width: 768px) {
  .arm-object__label {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .arm-document__head {
    display: none;
  }
  .arm-document__item {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .arm-document__item-cell:not(:last-child) {
    margin-bottom: 10px;
  }
  .arm-document__item-cell:nth-child(2) {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .arm-document__item-cell:last-child {
    width: 100%;
  }
  .arm-document {
    margin-top: -25px;
  }
}

@media (max-width: 550px) {
  .arm-slider__head-item {
    flex-wrap: wrap;
  }
  .arm-slider__head-title {
    width: 100%;
    margin-bottom: 10px;
  }
  .arm-date-slider {
    margin: 0;
    margin-right: auto;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .arm-slider__head-title {
    width: auto;
    margin-bottom: 0;
  }
  .arm-slider__right {
    margin-left: auto;
  }
  .arm-date-slider {
    margin-top: 10px;
    order: 1;
  }
}

.arm-preloader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  z-index: 2;
}

@media (max-width: 1100px) {
  .arm-preloader {
    width: 150px;
  }
}

@media (max-width: 1280px) {
  .history-table--desctop {
    display: none;
  }
}

.history-table {
  padding-top: 20px;
}
@media (min-width: 1281px) {
  .history-table {
    display: none;
  }
}

.history-table__toggle {
  display: flex;
  align-items: center;
  width: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e8eb;
}

.history-table__block {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: 0;
  box-sizing: border-box;
}

@media (max-width: 1280px) {
  .history-table__block {
    max-width: 1100px;
  }
}

@media (max-width: 1080px) {
  .history-table__block {
    max-width: 800px;
  }
}

@media (max-width: 750px) {
  .history-table__block {
    max-width: 560px;
  }
}

.history-table__left {
  z-index: 2;
  position: relative;
  background-color: #f8f9fb;
}

.history-table__right {
  display: flex;
  /* flex: 0 0 auto; */
  margin-left: 20px;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.history-table__label {
  min-width: 145px;
  color: #969aa3;
  min-height: 44px;
}

.history-table__cell {
  min-height: 44px;
}
@media (max-width: 1499px) {
  .history-table__cell {
    font-size: 12px;
  }
}
.history-table__column {
  box-sizing: border-box;
}

.edm-connect {
  display: flex;
  justify-content: space-between;
  padding: 80px 100px 40px 120px;
  border-left: 1px solid #e4e8eb;
  border-right: 1px solid #e4e8eb;
  position: relative;
}

.edm-connect__close {
  position: absolute;
  top: 20px;
  right: 40px;
}

.edm-connect__left {
  width: 42%;
}

.edm-connect__title {
  font-size: 36px;
  color: #271f24;
  margin-bottom: 40px;
}

.edm-connect__title span {
  font-weight: 700;
}

.edm-connect__descr {
  margin-bottom: 40px;
}

.edm-connect__right {
  width: 46%;
}
.edm-connect__item + .edm-connect__item {
  margin-top: 20px;
}

.edm-connect__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.edm-connect__row--full {
  justify-content: flex-start;
}

.edm-connect__ctrl-item {
  width: calc(100% / 3 - 40px / 3 * 2);
}

.edm-connect__ctrl-item + .edm-connect__ctrl-item {
  margin-left: 40px;
}

.edm-connect__number {
  align-self: center;
  margin-left: 10px;
  font-weight: 700;
  color: #271f24;
  padding: 10px 30px;
  background: #f8f9fb;
  border: 1px solid #0078a8;
  border-radius: 4px;
}

.edm-connect__small-text {
  color: #616566;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.edm-connect__input {
  margin-bottom: 18px;
}

.edm-connect__input-code {
  flex: none;
  margin-top: 10px;
  display: none;
}

.edm-connect__radio-row {
  display: flex;
  align-items: flex-start;
}

.edm-connect__radio-row--wrap {
  display: block;
}

.edm-connect__other-text {
  margin-top: 8px;
  margin-left: 20px;
  font-weight: 500;
  color: #271f24;
}

.edm-connect__radio-row--wrap .edm-connect__other-text {
  margin-left: 40px;
}

.edm-connect__radio {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: auto;
  min-width: 100px;
}

.edm-connect__radio-check {
  margin-top: 0;
}

.radio-row__radio ~ .radio-row__body {
  color: #271f24;
  font-weight: 500;
}

.radio-row__radio:checked ~ .radio-row__body {
  color: #0078a8;
  font-weight: 700;
}

.edm-connect__footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.form-timer {
  flex: none;
  margin-left: 100px;
  position: relative;
  height: 60px;
  width: 60px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-timer.is-show {
  opacity: 1;
  visibility: visible;
}

.form-timer__count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0078a8;
  letter-spacing: 0.2px;
  font-weight: 700;
  font-size: 16px;
}

.form-timer__circle {
  stroke-width: 5px;
  stroke-linecap: round;
  transform-origin: center;
  transition: 1s linear all;
  stroke: #0078a8;
}

.form-timer__svg {
  transform: scaleX(-1);
}

.form-timer--light .form-timer__circle {
  fill: none;
  stroke: #fff;
}

.form-timer--light .form-timer__count {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.timer-container-sm,
.timer-container-sm__btn {
  justify-content: space-around;
}

.timer-container-sm .form-timer {
  margin-left: 0;
  width: 36px;
  height: 36px;
}

.edm-connect__steps,
.edm-connect__message {
  margin-top: 20px;
}
.edm-connect__message--full-width {
  width: 100%;
}

.edm-connect__message-title {
  font-weight: 700;
  color: #0078a8;
  margin-bottom: 10px;
}

.edm-connect__message-text {
  font-weight: 500;
  color: #616566;
}

@media (max-width: 1739px) {
  .edm-connect {
    display: flex;
    justify-content: space-between;
    padding: 60px 60px 40px;
  }

  .edm-connect__close {
    right: 20px;
    top: 10px;
  }

  .edm-connect__left {
    width: 46%;
  }

  .edm-connect__title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .edm-connect__descr {
    margin-bottom: 30px;
  }

  .edm-connect__right {
    width: 48%;
  }

  .edm-connect__row {
    margin-bottom: 20px;
  }

  .form-timer {
    margin-left: 60px;
  }
}

@media (max-width: 1499px) {
  .edm-connect {
    padding: 50px 60px 40px;
  }
  .edm-connect__left {
    width: 46%;
  }

  .edm-connect__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .edm-connect__descr {
    margin-bottom: 20px;
  }

  .edm-connect__right {
    width: 48%;
  }

  .edm-connect__row {
    margin-bottom: 16px;
  }
  .edm-connect__ctrl-item {
    width: calc(100% / 3 - 20px / 3 * 2);
  }
  .edm-connect__ctrl-item + .edm-connect__ctrl-item {
    margin-left: 20px;
  }
  .form-timer {
    width: 50px;
    height: 50px;
  }
  .form-timer__count {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .edm-connect {
    display: block;
    padding: 30px 20px;
  }

  .edm-connect__left {
    width: 100%;
    margin-bottom: 30px;
  }

  .edm-connect__right {
    width: 100%;
  }
  .edm-connect__row--full {
    margin-right: 0;
  }
}

@media (max-width: 450px) {
  .edm-connect {
    display: block;
    padding: 30px 20px;
  }

  .edm-connect__left {
    width: 100%;
  }

  .edm-connect__right {
    width: 100%;
  }

  .edm-connect__row {
    display: block;
  }
  .edm-connect__ctrl-item {
    width: 100%;
  }
  .edm-connect__ctrl-item.form-timer {
    width: 50px;
  }
  .edm-connect__ctrl-item + .edm-connect__ctrl-item {
    margin-top: 20px;
    margin-left: 0;
  }

  .edm-connect__number {
    margin-left: 0;
    margin-top: 16px;
  }
}

.flex {
  display: flex;
}

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

@media (max-width: 650px) {
  .flex--desctop {
    display: block;
  }
}

.demo__view .arm-slider__head-item {
  width: 640px;
}

.map-section {
  position: relative;
  width: 100%;
  height: 70vh;
  border-top: 1px solid #a9abb2;
}

.map-section__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.declarer__head-inner {
  padding-top: 50px;
}

.declarer-header {
  display: flex;
  align-items: center;
}

.declarer-header__link {
  margin-left: 40px;
}

@media (max-width: 1819px) {
  .declarer-header__link {
    margin-left: 32px;
  }
}

@media (max-width: 1499px) {
  .declarer-header__link {
    margin-left: 20px;
  }

  .declarer__head-inner {
    padding-top: 30px;
  }
}

@media (max-width: 1279px) {
  .declarer__head-inner {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .declarer-header {
    display: block;
  }

  .declarer-header__link {
    margin-left: 0;
    margin-top: 20px;
  }
}

.declarer-header__link .icon {
  color: black;
}

.declarer-top .object__ctrl-down {
  color: #0078a8;
}

.declarer-top .object__ctrl-down {
  color: #0078a8;
}

.declarer-top .object__ctrl-arrow {
  align-self: flex-start;
  margin-top: 0;
}

.declarer-top .add-drop.open.object__ctrl-group {
  border-color: #ffd530;
}

.declarer-top .add-drop.open .object__ctrl-btn {
  background-color: #ffd530;
  border-color: #ffd530;
}

.declarer-top .add-drop .object__ctrl-link {
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
}

.declarer-top .add-drop .object__ctrl-btn {
  margin-left: 0px;
  margin-right: 0px;
  width: calc(100%);
}

.declarer-top .object__ctrl-group {
  display: block;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.declarer-top__drop {
  margin-top: 1px;
  border-color: #0078a8;
  left: -1px;
  width: 428px;
  max-height: 360px;
  overflow: auto;
}
.declarer-top__drop::before {
  display: none;
}

.object__ctrl-group.add-drop:last-child .declarer-top__drop,
.object__ctrl-group.add-drop:nth-last-child(2) .declarer-top__drop {
  left: auto;
  right: 0;
}

.declarer-top__drop-item {
  padding: 10px 20px;
  box-sizing: border-box;
  min-height: 40px;
  display: flex;
  align-items: center;
  color: #343a4a;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.declarer-top__drop-item--light {
  color: #a9abb2;
}

.declarer-top__drop-item--success {
  color: #0078a8;
}

@media (min-width: 1025px) {
  .declarer-top__drop-item:hover {
    background: #cce4ee;
  }
}

@media (max-width: 1499px) {
  .declarer-top__drop-item {
    padding: 6px 10px;
  }

  .declarer-top__drop {
    padding: 20px 14px;
    width: 386px;
    max-height: 300px;
  }
}
@media (min-width: 1280px) {
  .declarer-top__drop {
    left: -1px;
  }
}
@media (max-width: 1279px) and (min-width: 768px) {
  .declarer-top__drop {
    left: -1px;
    right: auto;
  }
}
@media (max-width: 1024px) {
  .declarer-top__drop {
    max-height: 440px;
  }
}
@media (max-width: 767px) {
  .declarer-top__drop {
    padding: 20px 14px;
    left: -1px;
    max-height: 340px;
  }
}
@media (max-width: 550px) {
  .declarer-top__drop {
    width: 254px;
  }
}

.declare-applications .object__table {
  margin-left: 78px;
}

.declare-applications.object {
  border: none;
}

.declare-applications.object + .declare-applications.object {
  border-top: 1px solid #e4e8eb;
}

.declare-applications .object__cell--title {
  width: 44%;
  flex-shrink: 0;
}

.declare-applications .object__ctrl-group {
  border: none;
}

.object__description {
  margin-bottom: 14px;
  position: relative;
}

.declarer__info-block {
}

.declarer__info-inner {
  margin-left: 78px;
  margin-right: 60px;
}

.declarer__info-item {
  box-sizing: border-box;
}

.declarer__info-label {
  font-weight: 700;
  display: inline;
}

@media (min-width: 1700px) {
  .declarer__info-inner {
    justify-content: flex-end;
  }

  .declarer__info-item:first-child {
    width: 44%;
  }

  .declarer__info-item:last-child {
    width: 574px;
    margin-left: 20px;
  }
}

@media (max-width: 1699px) {
  .declare-applications .object__cell--title {
    margin-left: 0;
    margin-top: 20px;
  }
  .declare-applications .object__description {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 1500px) {
  .declarer__info-inner {
    margin-left: 49px;
    margin-right: 40px;
  }
}

@media (max-width: 1055px) {
  .declarer__info-inner {
    margin-left: 0;
    margin-right: 0;
  }
}

.declarer-text-info__row + .declarer-text-info__row .declarer-text-info__cell {
  padding-top: 10px;
}

.declarer-text-info__label {
  color: #a6aebc;
}

.declarer-text-info__cell {
  vertical-align: top;
}

.declarer-text-info__cell + .declarer-text-info__cell {
  padding-left: 12px;
}

@media (max-width: 767px) {
  .declarer-text-info {
    width: 100%;
  }
}

.declarer-map-table {
  padding-top: 10px;
  border-top: 1px solid #e4e8eb;
}

.declarer-map-table .request-table__row--head {
  align-items: center;
  padding-bottom: 10px;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
}

.help-container-right .help__drop {
  bottom: 0;
}

@media (min-width: 1700px) {
  .help-container-left .help__drop {
    left: auto;
    right: 100%;
  }
  .help-container-right .help__drop {
    left: 100%;
    bottom: 0;
  }
  .declare-applications .object__table {
    margin-right: 60px;
  }
}
@media (max-width: 1699px) {
  .object__description {
    margin-top: 14px;
    margin-left: 40px;
  }
  .help-container-left {
    max-width: 440px;
  }
  .declare-applications .object__cell--title {
    width: 100%;
  }
}
@media (max-width: 1500px) {
  .object__description {
    margin-left: 20px;
  }

  .declare-applications .object__table {
    margin-left: 49px;
  }
}
@media (max-width: 1280px) {
  .object__description {
    margin-left: 40px;
  }
}
@media (max-width: 1055px) {
  .declare-applications .object__table {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .help-container-right {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .help-container-right .help__drop {
    left: auto;
    right: 100%;
  }
}
@media (max-width: 767px) {
  .help-container-left {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .help-container-left .help__drop {
    left: auto;
    right: 100%;
  }
}
@media (max-width: 668px) {
  .object__description {
    margin-left: 0;
  }
}

.road-map {
  padding-top: 40px;
  border-top: 1px solid #e4e8eb;
  margin-bottom: 40px;
}

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

.road-map__numbers {
  width: 56%;
  margin-left: 40px;
  flex-shrink: 0;
}

.road-map__row {
  min-height: 42px;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.road-map__row.is-weight .road-map__cell {
  font-weight: 700;
}

.road-map__row + .road-map__row {
  margin-top: 0;
}

.road-map__cell {
  width: 14.286%;
  font-weight: 400;
  font-size: 14px;
}

.road-map__cell + .road-map__cell {
  padding-left: 20px;
}

.road-map__cell--xs {
  width: 4.57%;
}

.road-map__cell--s {
  width: 9.14%;
}

.road-map__cell--l {
  width: 25.14%;
}

.road-map__cell--light {
  color: #a9abb2;
}

.road-map__cell .declare__ctrl {
  width: 30px;
  height: 30px;
  font-size: 13px;
}

.road-map__actions {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.road-map__actions-item {
  margin: 5px;
}

@media (max-width: 1500px) {
  .road-map {
    padding-top: 20px;
    margin-bottom: 30px;
  }

  .road-map__header {
    display: block;
  }

  .road-map__numbers {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .road-map__cell .declare__ctrl {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}

@media (max-width: 959px) {
  .road-map__row {
    margin: -10px;
    align-items: flex-start;
  }
  .road-map__cell {
    width: 20%;
    margin: 10px;
  }
  .road-map__cell + .road-map__cell {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .road-map__cell {
    width: 40%;
  }
}

.declare-contracts {
  padding-top: 40px;
  padding-bottom: 40px;
  border: none;
}

.declare-contracts:not(:first-of-type) {
  border-top: 1px solid #e4e8eb;
}

.declare-contracts + .objects__info {
  border: none;
}

.declare-contracts .object__table {
  margin-left: 78px;
}

.declare-contracts .object__cell--title {
  width: 44%;
  flex-shrink: 0;
}

.declare-contracts .object__ctrl-down:not(.status-error) {
  color: #0078a8;
}

.declare-contracts .object__ctrl-down.status-error {
  color: #ed412d;
}

@media (min-width: 1700px) {
  .declare-contracts .object__table {
    margin-right: 60px;
  }
  .declarer-header-margin-right {
    margin-right: 60px;
  }
}

@media (max-width: 1699px) {
  .declare-contracts .object__cell--title {
    width: 100%;
  }
}

@media (max-width: 1500px) {
  .declare-contracts {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .declare-contracts .object__table {
    margin-left: 49px;
  }
}

@media (max-width: 1055px) {
  .declare-contracts .object__table {
    margin-left: 0;
  }
}

.chart-payment {
  background-color: #f8f9fb;
}

.chart-payment__title {
  padding-top: 25px;
  padding-bottom: 25px;
}

.chart-payment__row {
  align-items: center;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 16px;
  padding-bottom: 16px;
}

.chart-payment__row .road-map__cell {
  position: relative;
}

.chart-payment__hidden-btn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.chart-payment__hidden-text {
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.chart-payment__hidden-btn .button {
  padding: 10px;
  height: auto;
}

@media (max-width: 1500px) {
  .chart-payment__title {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (min-width: 1025px) {
  .chart-payment__row:hover {
    background-color: rgba(0, 120, 168, 0.1);
  }

  .chart-payment__row:hover .chart-payment__hidden-btn {
    opacity: 1;
    visibility: visible;
  }

  .chart-payment__row:hover .chart-payment__hidden-text {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 1024px) {
  .chart-payment__hidden-btn {
    opacity: 1;
    visibility: visible;
    position: static;
    margin-top: 5px;
    transform: translateY(0);
  }
}

@media (max-width: 959px) {
  .chart-payment__row {
    align-items: flex-start;
  }
}

.declarer-item__inner {
  margin-top: 40px;
  border-top: 1px solid #e4e8eb;
}

@media (max-width: 1500px) {
  .declarer-item__inner {
    margin-top: 20px;
  }
}

.chart-payment__description {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1500px) {
  .chart-payment__description {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

.chart-payment__description-item + .chart-payment__description-item {
  margin-top: 20px;
}

.chart-payment__description-item p + p {
  margin-top: 0;
}

.chart-payment__description-item .h5 {
  margin-bottom: 10px;
}

.object__ctrl-group.is-disable {
  border-color: #a6aebc;
  color: #b7bdc9;
  pointer-events: none;
}

.object__ctrl-group.is-disable .button {
  border-color: #e1e4e8;
  color: #b7bdc9;
  background-color: #e1e4e8;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}

.object__ctrl-group.is-disable .object__ctrl-link {
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}

.object__ctrl-group.is-disable .object__ctrl-down {
  color: #b7bdc9;
}

.object__cell--big {
  width: 40%;
}

.declarer-add__subtitle {
  margin-top: 10px;
  opacity: 0.5;
  font-weight: 400;
}

.declarer-add__container {
  max-width: 1120px;
}

.declarer-add__container.page__head-inner {
  padding-top: 0;
}

@media (max-width: 1499px) {
  .declarer-add__container.page__head-inner {
    padding-top: 0;
  }
}

@media (max-width: 1279px) {
  .declarer-add__container.page__head-inner {
    padding-top: 0;
  }
}

.declarer-add__block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.declarer-add__delete-button {
  margin-top: 10px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .declarer-add__block .testimony-list__view {
    display: flex;
    margin-left: auto;
  }
  .declarer-add__block
    .b-select__picker.btn-group
    .dropdown-toggle
    .filter-option {
    white-space: normal;
    text-align: left;
  }
  .declarer-add__block .b-select__picker.btn-group .button {
    white-space: normal;
  }
  .declarer-add__btn-view-container {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
  }
}

.declarer-add__select {
  flex-shrink: 0;
  flex-grow: 1;
  max-width: 100%;
}

.declarer-add__wrapper {
  display: block;
}

.declarer-add__wrapper + .declarer-add__wrapper,
.application__wrapper + .declarer-add__wrapper,
.declarer-add__collapse-inner + .declarer-add__wrapper,
.application__inner + .declarer-add__wrapper,
.declarer-add__block + .declarer-add__wrapper {
  margin-top: 40px;
}

.declarer-add__wrapper.is-hide {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
}

.declarer-add__collapse-inner {
  padding-left: 40px;
}

.declarer-add__select-left {
  display: inline-block;
  min-width: 120px;
  margin-right: 15px;
  text-align: left;
}

@media (max-width: 1819px) {
  .declarer-add__collapse-inner {
    padding-left: 32px;
  }
}
@media (max-width: 1499px) {
  .declarer-add__collapse-inner {
    padding-left: 20px;
  }

  .declarer-add__select-left {
    min-width: 102px;
    margin-right: 10px;
  }
}
@media (max-width: 1130px) {
  .declarer-add__collapse-inner {
    padding-right: 20px;
  }
}

.declarer-add__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(215, 216, 219, 0.3);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media (min-width: 375px) {
  .declarer-add__header {
    padding-right: 31px;
  }
}
@media (min-width: 1131px) {
  .declarer-add__header {
    padding-right: 11px;
  }
}
@media (min-width: 1500px) {
  .declarer-add__header {
    padding-right: 21px;
  }
}

.declarer-add__header-title {
  flex-shrink: 1;
  flex-grow: 0;
  white-space: normal;
  width: 82%;
}

.declarer-add__descr {
  width: 80%;
}
@media (max-width: 767px) {
  .declarer-add__descr {
    width: 100%;
  }
}

.declarer-add__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -20px;
  margin-top: 30px;
}

.declarer-add__inner-copy {
  width: 100%;
}

.declarer-add__inner--inside-row {
  width: 100%;
  margin: 0;
}

.declarer-add__inner.is-hide {
  display: none;
}

.declarer-add__input-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(50% - 40.4px);
  margin: 10px 20px;
}
.declarer-add__input--relative {
  position: relative;
}
.declarer-add__input-confirm-btn {
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
  color: #0078a8;
}
.declarer-add__inner--flex-start .declarer-add__input-block {
  justify-content: flex-start;
}

.declarer-add__input-block.is-hide,
[data-show-input-item].is-hide,
[data-show-block].is-hide {
  height: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  width: 0;
  padding: 0;
}

.declarer-add__input-block.is-hide-switch,
[data-switch-input].is-hide-switch {
  height: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  width: 0;
}

.declarer-add__input-block .txt-input__textarea {
  border: 1px solid #a9abb2;
}
.declarer-add__input-block .txt-input__textarea.is-error {
  border-color: red;
}

.declarer-add__input-block--offset-top {
  margin-top: 20px;
}

.declarer-add__input-block--full {
  width: calc(100% - 40px);
}

.declarer-add__input-block--full-flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.declarer-add__input-block--align-top {
  align-items: flex-start;
}

.declarer-add__input-block--full-flex .declarer-add__label {
  width: 40%;
  margin: 0;
}

.declarer-add__input-block--full-flex .declarer-add__input {
  width: 55%;
}

.declarer-add__input-block--full-flex .declarer-add__input {
  width: 55%;
}

.declarer-add__input-block--full-flex .declarer-add__label--small {
  width: 22%;
}

.declarer-add__input-block--full-flex
  .declarer-add__label--small
  + .declarer-add__input {
  width: 73%;
}

.declarer-add__input-block--large {
  width: calc((100% / 3) * 2 - 40px);
}

.declarer-add__input-block--medium {
  width: calc((100% / 3) - 40px);
}

.declarer-add__input-block--small {
  width: calc(25% - 40px);
}

.declarer-add__input-block--x-small {
  width: calc(18.3% - 40px);
}

.declarer-add__input-block--xx-small {
  width: calc(16.66% - 40px);
}

.declarer-add__input-block--xxx-small {
  width: calc(15% - 40px);
}

.declarer-add__input-block--double {
  display: flex;
  width: calc(100% + 20px);
  margin: -10px;
}

.declarer-add__input-block--double .declarer-add__input {
  width: calc(50% - 10px);
  margin: 10px;
}

.declarer-add__input-block--double .input {
  padding: 0 16px;
}

.declarer-add__input-block--not-offset {
  margin: 0;
}

.declarer-add__footer-line {
  margin-top: 30px;
}

.declarer-add__footer-line--lg-offset {
  margin-top: 60px;
}

.declarer-add__footer-line--lg-offset:not(.is-hide)
  + .declarer-add__footer-line {
  margin-top: 60px;
}

.declarer-add__input-block--line-top {
  border-top: 1px solid #ececee;
  padding-top: 20px;
}

@media (min-width: 1500px) {
  .declarer-add__input--center {
    padding-bottom: 10px;
  }
}

@media (max-width: 1499px) {
  .declarer-add__inner {
    margin: -10px;
    margin-top: 20px;
  }

  .declarer-add__inner--inside-row {
    margin: 0;
  }

  .declarer-add__input-block {
    width: calc(50% - 20px);
    margin: 10px;
  }

  .declarer-add__input-block--offset-top {
    margin-top: 20px;
  }

  .declarer-add__input-block--full {
    width: calc(100% - 20px);
  }

  .declarer-add__input-block--full-flex {
    width: 100%;
  }

  .declarer-add__input-block--large {
    width: calc((100% / 3) * 2 - 20px);
  }

  .declarer-add__input-block--medium {
    width: calc((100% / 3) - 20px);
  }

  .declarer-add__input-block--notebook-half {
    width: calc(50% - 20px);
  }

  .declarer-add__input-block--small {
    width: calc(25% - 20px);
  }

  .declarer-add__input-block--xx-small-laptop {
    width: calc(16.66% - 20px);
  }

  .declarer-add__input-block--not-offset {
    margin: 0;
  }

  .declarer-add__footer-line {
    margin-top: 24px;
  }

  .declarer-add__footer-line--lg-offset {
    margin-top: 40px;
  }

  .declarer-add__footer-line--lg-offset:not(.is-hide)
    + .declarer-add__footer-line {
    margin-top: 40px;
  }
}

@media (max-width: 956px) {
  .declarer-add__input-block {
    width: calc(50% - 20px);
    margin: 10px;
  }

  .declarer-add__input-block--offset-top {
    margin-top: 20px;
  }

  .declarer-add__input-block--full {
    width: calc(100% - 20px);
  }

  .declarer-add__input-block--full-flex {
    width: calc(100% - 20px);
  }

  .declarer-add__input-block--not-offset {
    margin: 0;
  }
}

@media (max-width: 650px) {
  .declarer-add__input-block {
    width: calc(100% - 20px);
    margin: 10px;
  }

  .declarer-add__input-block--offset-top {
    margin-top: 20px;
  }

  .declarer-add__input-block--full-flex {
    display: block;
  }

  .declarer-add__input-block--full-flex .declarer-add__label {
    width: 100%;
    margin-bottom: 10px;
  }

  .declarer-add__input-block--full-flex .declarer-add__input {
    width: 100%;
  }

  .declarer-add__input-block--full-flex
    .declarer-add__label--small
    + .declarer-add__input {
    width: 100%;
  }

  .declarer-add__input-block--double .input {
    padding: 0 12px;
  }

  .declarer-add__input-block--not-offset {
    margin: 0;
  }
}

.declarer-add__label {
  margin-bottom: 10px;
}

.declarer-add__label--not-offset {
  margin-bottom: 0;
}

.declarer-add__label-switch {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.declarer-add__label-switch .declarer-add__label {
  margin-bottom: 0;
}

.declarer-add__label-switch .switch {
  flex: none;
  margin-left: auto;
  padding-left: 10px;
}

.declarer-add__label-switch .switch__label {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .declarer-add__label-switch .switch__label {
    margin-right: 4px;
  }
}

@media (max-width: 370px) {
  .declarer-add__label-switch {
    flex-direction: column;
    align-items: flex-start;
  }
  .declarer-add__label-switch .switch {
    padding-top: 5px;
  }
}

.declarer-add__input + .declarer-add__input {
  margin-top: 10px;
}

.declarer-add__input.is-hide-switch + .declarer-add__input {
  margin-top: 0;
}

.declarer-add__agree .cb-input {
  max-width: 442px;
}

.declarer-add__agree + .declarer-add__agree {
  margin-top: 20px;
}

.declarer-buttons-inner {
  display: flex;
}

.declarer-add__submit {
  display: block;
  width: 100%;
}

.declarer-add__submit + .declarer-add__submit {
  margin-top: 20px;
}

.declarer-add__checkbox + .declarer-add__checkbox {
  margin-top: 20px;
}

.declarer-add__checkbox + .application__footer {
  margin-top: 30px;
}

.application__footer-messages {
  margin-top: 40px;
}

@media (max-width: 1499px) {
  .declarer-add__checkbox + .declarer-add__checkbox {
    margin-top: 14px;
  }

  .declarer-add__checkbox + .application__footer {
    margin-top: 20px;
  }

  .application__footer-messages {
    margin-top: 30px;
  }
}

.add-declarer__radio-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px;
  margin-top: 10px;
}

.add-declarer__radio-item {
  min-width: 30%;
  margin: 0 10px;
}

.city-picker__icon.card-promo__icon {
  height: 60px;
  font-size: 26px;
}

@media (max-width: 1499px) {
  .city-picker__icon.card-promo__icon {
    height: 40px;
    font-size: 20px;
  }
}

.card-promo__input {
  border: none;
}

.card-promo__label-first {
  flex-grow: 1;
}

.card-promo__input--city {
  margin-left: 40px;
  display: flex;
  align-items: center;
  width: auto;
  flex: none;
}

@media (max-width: 1499px) {
  .card-promo__input--city {
    margin-left: 20px;
  }
}

@media (min-width: 1280px) {
  .connection-grid {
    margin-top: 40px;
  }
}

@media (max-width: 700px) {
  .connection-grid {
    overflow: visible;
  }
}

.welcome-grid {
  margin-top: 40px;
}

@media (max-width: 1499px) {
  .welcome-grid {
    margin-top: 32px;
  }
}

.connection-slider-banner {
  background-color: #f4f6f8;
  overflow: hidden;
}

.connection-banner {
  background-color: #f4f6f8;
  position: relative;
  height: 1px;
  min-height: 440px;
}

@media (max-width: 1279px) {
  .page-connection__bg {
    display: block;
    top: 16%;
  }
}

@media (max-width: 700px) {
  .page-connection__bg {
    right: -60px;
    top: 40%;
  }

  .connection-slider-banner {
    /* margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px); */
  }
}

.connection-banner__head {
  max-width: 850px;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.connection-banner__head--welcome {
  padding-bottom: 12px;
}

.connection-banner__download {
  margin-bottom: 40px;
}

.connection-banner__download .app-links {
  color: #1e1f21;
  font-weight: 500;
  font-size: 20px;
}

.connection-banner__download .app-links__title {
  max-width: none;
}

.connection-banner__head-inner {
  margin-bottom: 60px;
}

.connection-banner__title {
  font-weight: 500;
  margin-bottom: 20px;
}

.connection-banner__caption {
  margin-bottom: 14px;
}

.connection-banner__buttons-inner {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}

.connection-banner__button {
  margin: 5px;
  display: flex;
}

.connection-banner__button.button--th-main {
  background: transparent;
  color: #343a4a;
}

.connection-banner__button.button--th-main.is-active {
  background: #0078a8;
  color: #ffffff;
}

.connection-banner__button.button--th-second {
  background: transparent;
  color: #343a4a;
}

.connection-banner__button.button--th-second.is-active {
  background: #ffd530;
  color: #343a4a;
}

.button--green-active {
  background: transparent;
  color: #343a4a;
}

.connection-banner__button.button--green-active.is-active {
  background: #29b04e;
  color: #ffffff;
}

.connection-banner__button.button.is-active,
.connection-banner__button.button.is-active,
.connection-banner__button.button.is-active {
  pointer-events: none;
}

@media screen and (min-width: 1025px) {
  .connection-banner__button.button:hover,
  .connection-banner__button.button:active,
  .connection-banner__button.button:focus-visible {
    background: #ededed;
    color: #343a4a;
  }
}

@media screen and (max-width: 1025px) {
  .connection-banner__button.button:not(.is-active),
  .connection-banner__button.button:not(.is-active),
  .connection-banner__button.button:not(.is-active) {
    background: #ededed;
    color: #343a4a;
  }
}

.connection-bunner__button-text-mobile {
  display: none;
}

.connection-banner__bottom {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}

@media (min-width: 1025px) {
  .connection-banner__button--mobile {
    display: none;
  }
}

@media (max-width: 1024px) {
  .connection-banner {
    min-height: 420px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .connection-banner__download {
    margin-bottom: 10px;
  }

  .connection-banner__head {
    max-width: none;
    flex-grow: 1;
  }

  .connection-banner__head--welcome {
    padding-bottom: 16px;
  }

  .connection-banner__head-inner {
    max-width: 80%;
    margin-bottom: 40px;
  }

  .connection-banner__title {
    font-weight: 400;
    font-size: 30px;
  }

  .connection-banner__caption {
    max-width: 80%;
  }

  .connection-banner__buttons-inner {
    display: none;
  }

  .connection-bunner__button-text-desctop {
    display: none;
  }

  .connection-bunner__button-text-mobile {
    display: block;
  }

  .connection-banner__bottom {
    flex-wrap: nowrap;
    margin-right: -20px;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .connection-banner__bottom::-webkit-scrollbar {
    display: none;
  }
  .connection-banner__button {
    flex: none;
  }
}

@media (max-width: 700px) {
  .connection-banner__head-inner {
    max-width: 100%;
  }
  .connection-banner__caption {
    max-width: 56%;
  }
}

.connection-slider__container {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
}

.connection-slider__container--welcome {
  margin: 0 40px 20px;
}

@media (max-width: 1499px) {
  .connection-slider__container--welcome {
    margin: 0 20px 14px;
  }
}

@media (max-width: 1024px) {
  .connection-slider__container--welcome {
    margin: 0;
    border-radius: 6px 6px 0 0;
  }
}

.connection-slider {
  display: none;
}

.connection-slider.is-active {
  display: flex;
}

.connection-slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.connection-slider__overlay:not(.is-show) {
  opacity: 0;
  visibility: hidden;
}

.connection-slider__body {
  width: 100%;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  max-width: 89%;
  position: relative;
}

.connection-slider__body--sm {
  max-width: 87%;
  padding-left: 40px;
  padding-right: 40px;
}

.connection-slider__icon path,
.connection-slider__icon rect {
  transition: stroke 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.connection-slider__icon {
  min-height: 32px;
}

.connection-slider__title {
  margin-top: 8px;
}

.connection-slider__item {
  height: unset;
}

.connection-slider__inner {
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  min-height: 98px;
}

@media (max-width: 1440px) {
  .connection-slider__inner {
    min-height: 93px;
  }
}

@media (max-width: 1024px) {
  .connection-slider__inner {
    min-height: 75px;
  }
}

@media (max-width: 767px) {
  .connection-slider__inner {
    min-height: 92px;
  }
}

.connection-slider__inner:hover {
  background-color: #e1eef5;
  color: #0078a8;
}

.connection-slider__inner:hover .connection-slider__icon path,
.connection-slider__inner:hover .connection-slider__icon rect {
  stroke: #0078a8;
}

.connection-slider__ctrl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.connection-slider__ctrl .slider-ctrl__button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.connection-slider__ctrl .slider-ctrl__button:hover {
  background-color: #e1eef5;
  color: #0078a8;
}

.connection-slider__ctrl--prev {
  left: 0;
}

.connection-slider__ctrl--next {
  right: 0;
}

.connection-slider__body--sm .connection-slider__ctrl--prev {
  left: 14px;
}

.connection-slider__body--sm .connection-slider__ctrl--next {
  right: 14px;
}

.connection-slider__inside {
  display: flex;
  align-items: center;
  border-left: 1px solid #f1f3f6;
  margin-left: 20px;
}

.connection-slider__more .button {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.connection-slider__more .button-icon {
  flex-shrink: 0;
  margin-bottom: 8px;
}

@media (max-width: 1890px) {
  .connection-slider__body {
    max-width: 86%;
  }
}

@media (max-width: 1024px) {
  .connection-slider.is-active {
    display: block;
  }

  .connection-slider__inside {
    border-left: none;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .connection-slider__container--welcome .connection-slider__inside {
    margin-bottom: 0;
    margin-top: -10px;
  }

  .connection-slider__body {
    max-width: 100%;
  }

  .connection-slider__body--sm {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .connection-slider__more .button {
    flex-direction: row-reverse;
    align-items: center;
  }

  .connection-slider__more .button-icon {
    margin-left: 14px;
    margin-bottom: 0;
  }

  .connection-slider__body--sm .connection-slider__ctrl--prev {
    left: 3px;
  }

  .connection-slider__body--sm .connection-slider__ctrl--next {
    right: 3px;
  }
}

.title-normal-weight {
  font-weight: 400;
}

.application__page-subtitle {
  font-weight: 400;
  margin-top: 20px;
}

.application__wrapper {
  margin-top: 60px;
  width: 100%;
}

.application__inner {
  margin: -10px -20px;
  display: flex;
  flex-wrap: wrap;
}

.application__inner--offset-top {
  margin-top: 20px;
}

.application__inner--not-offset {
  margin-top: 0;
  margin-bottom: 0;
}

.application__title {
  font-weight: 400;
  margin-bottom: 30px;
}

.application__title-descr {
  margin-top: 6px;
}

.application-object__item {
  margin-top: 20px;
}

.application__subtitle {
  font-weight: 400;
  margin-bottom: 20px;
}

.application__add-btn {
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding: 0;
}

.application__add-btn--not-offset {
  margin-top: 0;
}

a.application__add-btn {
  cursor: pointer;
}

.application__add-btn--dbl {
  margin-top: 0;
  align-items: center;
}

.application__add-btn--dbl .fab-icon:first-child {
  margin-right: 10px;
}

.application__add-btn--dbl .fab-icon:last-child {
  margin-left: auto;
  margin-right: 50px;
}

.application__add-btn--line {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ececee;
  border-bottom: 1px solid #ececee;
}

.application__add-btn-line {
  border-top: 1px solid #ececee;
  border-bottom: 1px solid #ececee;
  padding-bottom: 20px;
}

.application__add-btn--right {
  width: 340px;
  margin-left: auto;
  font-size: 16px;
  font-weight: 500;
}

.application__add-btn.link .link__icon {
  font-size: 16px;
}

.application__file + .application__file {
  padding-top: 30px;
}

.application__file .file-view__body {
  max-width: calc(100% - 54px);
}

@media (max-width: 1499px) {
  .application__inner {
    margin: -10px;
  }

  .application__inner--not-offset {
    margin-top: 0;
    margin-bottom: 0;
  }

  .application__inner--offset-top {
    margin-top: 20px;
  }

  .application__wrapper {
    margin-top: 40px;
  }

  .application__file + .application__file {
    padding-top: 16px;
  }

  .application__file .file-view__body {
    max-width: calc(100% - 44px);
  }

  .application__add-btn--right {
    font-size: 14px;
  }

  .application__add-btn--dbl .fab-icon:last-child {
    margin-left: auto;
    margin-right: 40px;
  }

  .application__add-btn--dbl .fab-icon {
    width: 32px;
    height: 32px;
  }

  .application__add-btn .link__icon {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .application__add-btn--right {
    margin-left: 0;
    width: auto;
  }
}

.application-add__head {
  max-width: none;
}

@media (min-width: 1366px) {
  .application-add__head {
    max-width: none;
    padding-right: 40px;
  }
}

.application-add__head .help {
  align-self: flex-start;
}

.application-add__head .help__drop {
  left: auto;
  right: 100%;
  transform-origin: 100% 0;
}

.application-add__right {
  width: 310px;
  margin-left: auto;
  position: relative;
}

.application-add__right--lg {
  margin-top: 0;
  margin-left: auto;
  width: 340px;
}
@media (max-width: 956px) {
  .application-add__right--lg {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .application-add__right--lg {
    margin-top: 10px;
    margin-left: 0;
  }
}

.application-add__right .files-loader__item {
  width: 100%;
}

.application__footer {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.application__submit {
  padding: 10px 40px;
  height: auto;
  min-height: 52px;
  margin: 10px;
}

@media (max-width: 660px) {
  .application__submit {
    width: calc(33% - 20px);
  }
}

@media (max-width: 500px) {
  .application__submit {
    width: calc(50% - 20px);
  }

  .application-add__right {
    width: auto;
  }
}

.application__top-descr {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -20px;
  margin-top: 20px;
  color: #a9abb2;
}

.application__top-descr--offset {
  margin: 0;
  margin-left: 11px;
  margin-bottom: 14px;
}

.application__top-text {
  margin-top: 20px;
}

.application__top-item {
  margin: 10px 20px;
}

.apllication-info {
  margin-top: 40px;
  margin-bottom: 20px;
}

.apllication-info__top {
  display: flex;
  margin-bottom: 40px;
}

.apllication-info__top-item:first-child {
  margin-right: 40px;
  font-weight: 700;
}

.apllication-info__documents {
  margin-bottom: 40px;
}

@media (max-width: 1499px) {
  .application__top-descr--offset {
    margin-left: 2px;
    margin-bottom: 4px;
  }
}
@media (max-width: 1440px) {
  .apllication-info {
    margin-top: 20px;
    margin-bottom: 14px;
  }

  .apllication-info__top {
    margin-bottom: 20px;
  }

  .apllication-info__top-item:first-child {
    margin-right: 20px;
  }

  .application__top-descr {
    margin: -5px -10px;
    margin-top: 20px;
  }

  .application__top-descr--offset {
    margin: 0;
    margin-left: 10px;
    margin-bottom: 8px;
  }

  .application__top-item {
    margin: 5px 10px;
  }

  .apllication-info__documents {
    margin-bottom: 20px;
  }
}

.application-info__right {
  margin-left: auto;
  width: auto;
}

.application-info__file {
  display: flex;
  align-items: center;
}

.application-collapse-body + .application-collapse-body {
  margin-top: 40px;
}

@media (max-width: 1440px) {
  .application-collapse-body + .application-collapse-body {
    margin-top: 20px;
  }
}

.breadcrumbs {
  display: flex;
  padding: 40px 0;
  margin: -3px;
}

.breadcrumbs__item {
  margin: 3px;
  color: #a9abb2;
}

.breadcrumbs__link {
  color: #a9abb2;
}

@media (max-width: 1499px) {
  .breadcrumbs {
    padding: 20px 0;
    margin: -2px;
  }

  .breadcrumbs__item {
    margin: 2px;
  }
}

.card-questionnaire__descr {
  margin-top: 10px;
}

.card-promo__button.is-show {
  opacity: 1;
}

.faq-header {
  width: 75%;
  display: flex;
  justify-content: space-between;
}

.faq-header__ctrls {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  flex-shrink: 0;
  margin: -10px -18px;
  margin-left: 30px;
}

.faq-header__ctrl {
  margin: 10px 18px;
}

@media (max-width: 1499px) {
  .faq-header__ctrls {
    margin: -5px -10px;
    margin-left: 20px;
  }

  .faq-header__ctrl {
    margin: 5px 10px;
  }
}

@media (max-width: 1280px) {
  .faq-header {
    width: 100%;
  }
}

@media (max-width: 959px) {
  .faq-header {
    display: block;
  }

  .faq-header__ctrls {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-left: -5px;
  }
}

.faq-container {
  position: relative;
}

.faq-container__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.4;
  visibility: visible;
  background-color: #fff;
  transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1),
    visibility 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.faq-container.is-show .faq-container__overlay {
  opacity: 0;
  visibility: hidden;
}

.faq-container__lg-select .dropdown-menu.open {
  width: calc(200% + 40px);
  border-top: 1px solid #0078a8;
  margin-top: -1px;
}
.catalog__filter--standarts .faq-container__lg-select .dropdown-menu.open {
  width: calc(200% + 20px);
}

.fast-pay__lg-select .dropdown-menu.open {
  width: calc(200% + 20px);
  border-top: 1px solid #0078a8;
  margin-top: -1px;
}

.faq-container__lg-select--right .dropdown-menu.open {
  right: 0;
  left: auto;
}

@media (max-width: 1499px) {
  .faq-container__lg-select .dropdown-menu.open {
    width: calc(200% + 20px);
  }
}

@media (max-width: 1279px) {
  .catalog__filter--standarts .faq-container__lg-select .dropdown-menu.open {
    width: calc(200% + 10px);
  }
}

@media (max-width: 959px) {
  .faq-container__lg-select .dropdown-menu.open {
    width: 100%;
  }
  .catalog__filter--standarts .faq-container__lg-select .dropdown-menu.open {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .fast-pay__lg-select .dropdown-menu.open {
    width: 100%;
  }
}
.b-select--lg .dropdown-menu.open {
  width: calc(300% + 40px);
  border-top: 1px solid #0078a8;
  margin-top: -1px;
}

@media (max-width: 1279px) {
  .b-select--lg .dropdown-menu.open {
    width: calc(300% + 20px);
  }
}

@media (max-width: 956px) {
  .b-select--lg .dropdown-menu.open {
    width: 100%;
  }
}

.faq-container__select-row {
  display: flex;
  width: 100%;
  padding: 5px 0;
}

.faq-container__select-row--offset {
  padding: 10px 20px;
}

.dropdown-toggle .faq-container__select-row--offset {
  padding: 10px 0;
}

@media (max-width: 1499px) {
  .faq-container__select-row--offset {
    padding: 9px 10px;
  }

  .dropdown-toggle .faq-container__select-row--offset {
    padding: 9px 0;
  }
}

.faq-container__select-row--grow {
  justify-content: space-between;
}

.faq-container__select-item:first-child {
  width: 40%;
}

.faq-container__select-row--grow .faq-container__select-item:first-child {
  width: auto;
  margin-right: 10px;
}

.faq-container__select-item:nth-child(2) {
  color: #343a4a;
  opacity: 0.6;
}
.faq-container__select-item.is-error:nth-child(2) {
  color: #ef4056;
  opacity: 1;
}

@media (max-width: 550px) {
  .faq-container__select-row {
    display: block;
  }

  .faq-container__select-item:first-child {
    width: 100%;
    margin-bottom: 3px;
  }
}

.faq-select-option {
  width: 100%;
  height: 100%;
}

.faq-container-hide {
  height: auto;
  overflow: visible;
}

.faq-container-hide.is-hide {
  height: 0;
  overflow: hidden;
}

.faq-container__message {
  font-size: 20px;
}

@media (max-width: 1499px) {
  .faq-container__message {
    font-size: 14px;
  }
}

.ajax-form {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.ajax-form > .card-promo {
  flex: 1 1 auto;
}

.faq-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.faq-inner .card-questionnaire__questions--row-num {
  width: 90%;
}
@media screen and (max-width: 1660px) {
  .faq-inner .card-questionnaire__questions--row-num {
    width: auto;
  }
}
@media screen and (max-width: 1500px) {
  .faq-inner .card-questionnaire__questions--row-num {
    width: 90%;
  }
}
@media screen and (max-width: 1350px) {
  .faq-inner .card-questionnaire__questions--row-num {
    width: auto;
  }
}
@media screen and (max-width: 1100px) {
  .faq-inner .card-questionnaire__questions--row-num {
    max-width: 350px;
  }
}

.faq-item {
  width: calc((100% / 3) - 40px);
  margin: 20px;
}

@media screen and (max-width: 1440px) {
  .faq-inner {
    margin: -16px;
  }

  .faq-item {
    width: calc((100% / 3) - 32px);
    margin: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .faq-inner {
    margin: -16px;
  }

  .faq-item {
    width: calc(50% - 32px);
    margin: 16px;
  }
}

@media screen and (max-width: 700px) {
  .faq-inner {
    margin: 0;
  }

  .faq-item {
    width: 100%;
    margin: 0;
  }

  .faq-item + .faq-item {
    margin-top: 20px;
  }
}

.survey {
  margin-top: 54px;
  width: 70%;
}

.survey__title {
  margin-bottom: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.survey__item + .survey__item {
  margin-top: 26px;
}

.survey__item .radio-row {
  padding: 7px 0;
  min-height: 0;
}

.survey__item .radio-row__check {
  margin-top: -2px;
}

.survey__label {
  font-weight: 700;
  margin-bottom: 18px;
}

.survey__inner {
  margin-left: 40px;
}

.textarea-offsetX {
  margin-left: 40px;
}

.survey__footer {
  margin-top: 26px;
}

.survey__message {
  font-weight: 500;
  margin-bottom: 14px;
  display: none;
}

.survey__button {
  width: 174px;
  height: 60px;
}

@media screen and (max-width: 1440px) {
  .survey {
    margin-top: 40px;
  }

  .survey__inner {
    margin-left: 32px;
  }

  .survey__label {
    margin-bottom: 12px;
  }

  .survey__footer {
    margin-top: 16px;
  }
}

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

@media screen and (max-width: 767px) {
  .survey__inner {
    margin-left: 16px;
  }
}

.remove-profile__title {
  margin-bottom: 24px;
}

.remove-profile__item + .remove-profile__item {
  margin-top: 20px;
}

.remove-profile__head {
  margin-bottom: 10px;
}

.remove-profile__text {
  margin-right: 15px;
}

.remove-buttons-container {
  position: relative;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.remove-buttons-container > * {
  margin: 5px;
}

.form-timer--profile {
  margin-left: 0;
  position: absolute;
  top: 0;
  right: 10px;
}

.entity-info {
  background: #e2eef5;
  border: 1px solid #71b3cf;
}

.entity-info__item {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  position: relative;
  color: inherit;
}

.entity-info__text-wrapper {
  width: 100%;
  display: flex;
  gap: 0.25em;
  align-items: flex-end;
}

.entity-info__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6em;
  line-height: 1.5em;
  white-space: normal;
}

.entity-info__text p + p {
  margin-top: 0;
}

.read-more {
  display: inline-flex;
  height: 1em;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  color: #343a4a;
  text-decoration: none;
  flex-shrink: 0;
  opacity: 1;
  position: relative;
  right: -22px;
  transition: opacity 0.2s ease-in-out;
  scale: 0.8;
}

@media (max-width: 1499px) {
  .read-more {
    right: -27px;
  }
}

a.entity-info__item:hover {
  color: inherit;
}

.read-more:hover {
  opacity: 0.6;
  color: #000;
}

.entity-info__item:not(:first-child) {
  border-top: 1px solid rgba(0, 120, 168, 0.5);
}

.entity-info__remove {
  position: absolute;
  top: 10px;
  right: 5px;
  background: #e2eef5;
}
.entity-info__remove:hover {
  background-color: #0078a8;
  color: #fff;
}
@media (min-width: 2000px) {
  .entity-info__remove {
    right: 4px;
  }
}
@media (max-width: 1499px) {
  .entity-info__remove {
    right: 0;
  }
}

.entity-date-slider {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  height: 40px;
  margin-right: auto;
  width: calc(100% - 60px);
  box-sizing: border-box;
}

.entity-date-slider__container {
  height: 100%;
}

.entity-date-slider__container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1440px) {
  .entity-date-slider {
    padding-left: 40px;
    padding-right: 40px;
    height: 30px;
    width: calc(100% - 32px);
  }
}

@media (max-width: 1099px) {
  .object-info__section--desctop .entity-date-slider {
    flex-grow: 1;
    width: 100%;
  }
  .object-info__section--desctop .doc-help-container,
  .object-info__section--desctop .doc-help {
    position: static;
  }
  .object-info__section--desctop .doc-help__drop {
    position: absolute;
    top: calc(100% + 5px);
    right: -10px;
    left: -10px;
    padding: 0 10px;
    text-align: center;
  }
  .object-info__section--desctop .request-table__cell:first-child {
    position: relative;
    padding-bottom: 20px;
  }
}

.entity-date-slider__ctrls {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.request-table__cell--desctop .entity-date-slider__ctrls {
  position: static;
}

.entity-date-slider__ctrl--prev,
.entity-date-slider__ctrl--next {
  position: absolute;
  top: 0;
}

.entity-date-slider__ctrl--prev {
  left: 0;
}

.entity-date-slider__ctrl--next {
  right: 0;
}

@media (max-width: 1099px) {
  .object-info__section--desctop .entity-date-slider__container {
    padding-bottom: 40px;
  }
  .entity-date-slider__file-desctop {
    display: none !important;
  }
  .entity-date-slider__file-mobile {
    margin-right: 10px;
  }
}

@media (min-width: 1100px) {
  .entity-date-slider__file-mobile {
    display: none;
  }
}

.doc-help-container {
  flex: none;
  margin-left: 10px;
  position: relative;
  min-width: 18px;
}

.doc-help-container.is-disable img {
  opacity: 0.5;
}

@supports (filter: grayscale(100%)) {
  .doc-help-container.is-disable img {
    filter: grayscale(100%);
    opacity: 1;
  }
}

.doc-help-container.is-overlay:after {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 10px;

  border-style: solid;
  border-color: rgba(166, 174, 188, 1);
  border-left-color: rgba(166, 174, 188, 0.1);
  border-width: 2px;
  border-radius: 50%;

  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0, -50%);

  animation: rotate 1s linear infinite;
}

@media (max-width: 1440px) {
  .doc-help-container {
    width: 30px;
  }
  .doc-help-container img {
    width: 30px;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .doc-help-container {
    margin-left: 0;
  }

  .doc-help-container.is-overlay:after {
    top: 52%;
    left: 11px;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.doc-help {
  position: relative;
}

.doc-help__icon {
  flex: none;
  transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1),
    visibility 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.doc-help__icon.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.doc-help__icon--text {
  padding: 2px 5px 3px;
  height: auto;
  width: auto;
  border-radius: 3px;
  line-height: 1;
  text-transform: uppercase;

  background: #0078a8;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .doc-help__icon:hover ~ .doc-help__drop {
    display: block;
  }
}

@media (min-width: 1100px) {
  .doc-help__drop {
    display: none;
    padding: 20px;
    width: 284px;

    position: absolute;
    left: 50%;
    bottom: 90%;

    font-size: 14px;
    font-weight: 400;
    color: #787993;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 4px 24px rgba(37, 38, 94, 0.1);
    transform-origin: 0% 0;
    animation: zoomInX 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    box-sizing: border-box;
  }

  .doc-help__inner {
    animation: fadeIn 0.25s 0.2s cubic-bezier(0.4, 0, 0.2, 1) backwards;
  }
}

@media (max-width: 1099px) {
  .doc-help {
    display: flex;
    align-items: center;
  }
  .doc-help__drop {
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #787993;
  }
  /* .request-table-inner--scroll .doc-help__drop {
    display: none;
  } */
}

.request-sm-table__row + .request-sm-table__row .request-sm-table__cell {
  padding-top: 10px;
}

.request-sm-table__cell:first-child {
  text-align: right;
}

.request-sm-table__cell:nth-child(2) {
  font-weight: 700;
}

.request-table__close {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1819px) {
  .request-table__close {
    display: none;
  }
}

.line-form__inner {
  display: flex;
}

.line-form__subtitle {
  width: 16%;
  padding-right: 40px;
}

@media (max-width: 1440px) {
  .line-form__subtitle {
    width: 20%;
    padding-right: 30px;
  }
}

@media (max-width: 1099px) {
  .line-form__subtitle {
    width: 300px;
  }
}

@media (max-width: 650px) {
  .line-form__inner {
    flex-wrap: wrap;
  }

  .line-form__subtitle {
    width: 100%;
    margin-bottom: 14px;
  }
}

.line-form__form {
  flex-grow: 1;
}

.line-form__card-block {
  margin-top: 14px;
}

.line-form__card-select > .bootstrap-select .button {
  font-weight: 500;
}

.line-form__card-select > .bootstrap-select > .dropdown-toggle {
  padding-right: 10px;
}

.line-form__card-select
  > .bootstrap-select
  > .dropdown-toggle.button--with-arrow {
  padding-right: 48px;
}

.line-form__card-select
  > .bootstrap-select
  > .dropdown-toggle.button--with-arrow::after,
.line-form__card-select
  > .bootstrap-select
  > .dropdown-toggle.button--with-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.line-form__card-select
  > .bootstrap-select
  > .dropdown-toggle.button--with-arrow::after {
  background-color: #fff;
  border-radius: 100%;
}

.line-form__card-select
  > .bootstrap-select
  > .dropdown-toggle.button--with-arrow::before {
  display: inline-block;
  vertical-align: middle;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "MegaIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e917";
  font-size: 10px;
  z-index: 1;
  height: auto;
  color: #000;
  transition: transform 0.2s ease-in;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.line-form__card-select
  > .bootstrap-select.open
  > .dropdown-toggle.button--with-arrow::before {
  transform: translateY(-50%) rotate(180deg);
}

.line-form__card-select > .bootstrap-select.open .button {
  border-radius: 5px 5px 0 0;
  background-color: #43474f;
  color: #ffffff;
}

.line-form__card-select > .bootstrap-select .dropdown-menu li.divider {
  width: 120%;
  padding: 10px 0 0;
  margin: 0 -20px 10px;
  border-bottom: 1px solid #d7d8db;
}

.b-select .dropdown-menu li.divider {
  width: 100%;
  padding: 20px 0 0;
  margin: 0 0 20px;
}

.line-form__card-select > .bootstrap-select .dropdown-menu li a {
  padding: 10px 10px;
  box-sizing: border-box;
}

.line-form__card-select > .bootstrap-select .dropdown-menu {
  padding: 20px 10px 14px;
  border: 1px solid rgba(52, 58, 74, 0.194193);
}

.collapse-item__entity {
  margin-left: auto;
  padding-left: 32px;
}

.collapse-item__entity + .collapse-item__ctrl {
  margin-left: 32px;
}

.collapse-item__entity span {
  font-weight: 700;
}

@media (max-width: 960px) {
  .collapse-item__entity {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
    order: 1;
  }

  .collapse-item__entity + .collapse-item__ctrl {
    margin-left: auto;
  }
}

.doc-filter-list {
  display: flex;
}

.doc-filter + .doc-filter {
  margin-left: 10px;
}

.doc-filter__input:checked + .doc-filter__button {
  border-color: #0078a8;
  background-color: #0078a8;
}

.doc-filter__button {
  display: block;
  border: 1px solid #a9abb2;
  border-radius: 6px;
  padding: 5px 12px;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: border-color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1),
    background-color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.doc-filter__button--no-border {
  border: none;
}

.doc-filter__button.is-hide {
  pointer-events: none;
  filter: grayscale(100%);
}

@media (min-width: 1025px) {
  .doc-filter__button:hover {
    border-color: #0078a8;
  }
}

@media (max-width: 1499px) {
  .doc-filter__button {
    padding: 4px 8px;
    width: 40px;
    height: 40px;
  }
}

.doc-filter__button img {
  width: 100%;
  height: auto;
}

.domkom-head {
  display: flex;
}

@media (max-width: 1100px) {
  .domkom-head {
    display: block;
  }
}

.domkom-head__left {
  flex: none;
  width: 42%;
  margin-right: 40px;
}

@media (max-width: 1799px) {
  .domkom-head__left {
    width: 36%;
  }
}

@media (min-width: 1101px) {
  .domkom-head__left .dropdown-menu {
    width: calc(100% + 40px + 252px);
  }
}

@media (max-width: 1100px) {
  .domkom-head__left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.domkom-head__descr {
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .domkom-head__descr {
    margin-top: 12px;
  }
}

.domkom-filters {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .domkom-filters {
    flex-wrap: wrap;
    padding-top: 28px;
  }
}

.domkom-filters .txt-input__label {
  position: absolute;
  bottom: 100%;
  left: 0;
}

.domkom-filters__list {
  display: flex;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .domkom-filters__list {
    width: 100%;
    flex-wrap: wrap;
  }
}

.domkom-filters__item--period {
  flex: none;
  width: 252px;
}

@media (max-width: 1100px) {
  .domkom-filters__item--period {
    flex-grow: 1;
    max-width: 100%;
    width: auto;
  }
}

@media (max-width: 767px) {
  .domkom-filters__item--period {
    width: 100%;
    margin-bottom: 10px;
  }
}

.domkom-filters__item + .domkom-filters__item {
  margin-left: 40px;
}

.domkom-filters__item--tabs {
  display: flex;
}

.domkom-filters__item--tabs[data-show-block].is-hide {
  display: flex;
  pointer-events: none;
  opacity: 0.5;
  width: unset;
  height: unset;
  visibility: visible;
}

.domkom-filters__item-tab + .domkom-filters__item-tab {
  margin-left: 10px;
}

@media (max-width: 1499px) {
  .domkom-filters__item + .domkom-filters__item {
    margin-left: 20px;
  }
}

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

  .domkom-filters__item + .domkom-filters__item {
    margin-left: 0;
  }

  .domkom-filters__item--tabs,
  .domkom-filters__item--tabs[data-show-block].is-hide {
    display: block;
  }

  .domkom-filters__item-tab {
    display: block;
  }

  .domkom-filters__item-tab + .domkom-filters__item-tab {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
  }
}

.domkom-filters__buttons {
  flex-grow: 1;
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .domkom-filters__buttons {
    margin: 10px 10px 0 0;
  }
}

.domkom-filters__buttons-item + .domkom-filters__buttons-item {
  margin-left: 10px;
}

.request-list__head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 44px;
}

@media (max-width: 1024px) {
  .request-list__head {
    display: block;
    margin-bottom: 32px;
  }
}

.request-list__text {
  color: #a9abb2;
  width: 50%;
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .request-list__text {
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%;
  }
}

.request-list__right {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 650px) {
  .request-list__right {
    display: block;
  }
}

.request-list__filter-item.b-select {
  width: 240px;
}

@media (max-width: 1500px) {
  .request-list__filter-item.b-select {
    width: 200px;
  }
}

@media (max-width: 1024px) {
  .request-list__filter-item.b-select {
    width: auto;
    flex-grow: 1;
  }
}

@media (min-width: 651px) {
  .request-list__filter-item + .request-list__filter-item {
    margin-left: 15px;
  }
}

@media (max-width: 650px) {
  .request-list__filter-item {
    width: 100%;
  }
  .request-list__filter-item + .request-list__filter-item {
    margin-top: 15px;
  }
}

.request-more {
  padding: 29px 40px;
  background-color: rgba(215, 216, 219, 0.3);
  color: #343a4a;
  box-sizing: border-box;
}

@media (max-width: 1279px) {
  .request-more {
    width: 1222px;
  }
}

.request-more__inner {
  display: flex;
}

.request-more__left,
.request-more__right {
  width: calc(50% - 40px);
}

.request-more__right {
  margin-left: 80px;
}

@media (max-width: 1500px) {
  .request-more__left,
  .request-more__right {
    width: calc(50% - 20px);
  }

  .request-more__right {
    margin-left: 40px;
  }
}

.request-more__item + .request-more__item {
  margin-top: 15px;
}

.request-more__item + .request-more__item--lg-offset {
  margin-top: 40px;
}

@media (max-width: 1500px) {
  .request-more__item + .request-more__item--lg-offset {
    margin-top: 24px;
  }
}

.request-more__head {
  display: flex;
  justify-content: space-between;
}

.request-more__label {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
}

.request-more__bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.request-more__bottom .request-more__contact {
  margin-bottom: 0;
}

.request-more__bottom-inner {
  position: relative;
  flex: 0 0 calc(50% - 40px);
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

@media (max-width: 1500px) {
  .request-more__bottom-inner {
    flex: 0 0 calc(50% - 20px);
  }
}

.request-more__bottom-item + .request-more__bottom-item {
  margin-left: 20px;
}

.request-more__bottom-item.request-more__ctrls {
  padding-right: 40px;
}

@media (max-width: 1819px) {
  .request-more__bottom-inner {
    display: block;
  }

  .request-more__bottom-item + .request-more__bottom-item {
    margin-left: 0;
    margin-top: 20px;
  }
}

.document-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.document-list__item {
  padding: 10px 0;
}

.document-list__item + .document-list__item {
  border-top: 1px solid rgba(52, 58, 74, 0.1);
}

.document-item {
  display: flex;
}

.document-item__remove {
  margin-left: auto;
}

.document-item__link:focus-visible .file-view__title span,
.document-item__link:active .file-view__title span {
  border-color: inherit;
}

@media (min-width: 1025px) {
  .document-item__link:hover .file-view__title span {
    border-color: inherit;
  }
}

.request-more__contact {
  margin-bottom: 18px;
}

.request-more__contact p + p {
  margin-top: 1em;
}

.request-more__ctrl {
  min-width: 132px;
}

.request-more__ctrl + .request-more__ctrl {
  margin-left: 15px;
}

.request-more__review {
  display: flex;
  align-items: center;
}

.request-more__evaluate-text {
  margin-bottom: 10px;
}

.request-more__evaluate {
  width: 290px;
  display: flex;
  flex-wrap: wrap;
  margin: -5px -7px;
}

.request-more__evaluate-inner {
  align-self: flex-start;
}

.request-more__evaluate--sm {
  width: auto;
  flex-wrap: nowrap;
}

.request-more__evaluate-item {
  width: 20%;
  max-width: 42px;
  margin: 5px 7px;
  padding: 0;
  min-height: 0;
  display: flex;
  align-items: center;
}

.request-more__evaluate--sm .request-more__evaluate-item {
  max-width: 35px;
}

.request-more__evaluate-item .radio-row__check {
  margin-right: 5px;
  margin-top: 0;
  background: #ffffff;
}

.request-more__review-input {
  flex-grow: 1;
  margin-left: 38px;
}

.request-more__review-input .txt-input__textarea {
  height: 80px;
}

.request-more__submit {
  margin-left: 14px;
}

.request-more__submit .button-icon {
  width: 26px;
  height: 26px;
  font-size: 11px;
}

.request-more__footer {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(52, 58, 74, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.request-more__footer .request-more__label {
  margin: 0;
  margin-right: 20px;
}

.request-more__message {
  width: calc(50% - 40px);
}

.request-more__message--absolute {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.request-more__footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 40px);
}

@media (max-width: 1500px) {
  .request-more__message,
  .request-more__footer-inner {
    width: calc(50% - 20px);
  }

  .request-more__message--absolute {
    width: 100%;
  }
}

.request-more__social {
  display: flex;
  margin: -10px;
  margin-right: 0;
}

.request-more__social--sm {
  margin: -4px;
}

.request-more__social--sm .data-card__social-item {
  margin: 4px;
  width: 33px;
  height: 33px;
}

.request-more__social--sm .data-card__social-item svg {
  width: 100%;
  height: auto;
}

.request-list__inner {
  width: 100%;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1279px) {
  .request-list-offset {
    margin-left: -20px;
    margin-right: -20px;
  }

  .request-list__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.request-list__item-inner {
  display: flex;
}

.request-list__cell--head {
  font-weight: 500;
  background: #f4f6f8;
}

.request-list__cell {
  flex: none;
  min-height: 100px;
  padding: 20px;
  text-align: left;
  border: 1px solid #dfe3e8;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 14px;
  color: #768693;
}

.request-list__cell--dark {
  color: #343a4a;
}

.request-list__cell:first-child {
  width: 120px;
}

.request-list__cell:nth-child(2) {
  width: 160px;
}

.request-list__cell:nth-child(3) {
  width: 18.19%;
}

.request-list__cell:nth-child(4) {
  width: 0;
  flex-grow: 1;
}

.request-list__cell:nth-child(5) {
  width: 240px;
}

.request-list__cell:nth-child(6),
.request-list__cell:last-child {
  width: 200px;
}

.request-list__cell:last-child {
  color: #343a4a;
  justify-content: center;
}

.request-list__item-inner--sm .request-list__cell:nth-child(6) {
  width: 280px;
}

.request-list__item-inner--sm .request-list__cell:last-child {
  width: 120px;
}

.request-list__item-inner--sm .request-list__cell:last-child {
  color: #768693;
}

@media (max-width: 1819px) {
  .request-list__item-inner--sm .request-list__cell:nth-child(6) {
    width: 180px;
  }
}

@media (max-width: 1500px) {
  .request-list__cell {
    padding: 10px 20px;
    min-height: 80px;
  }

  .request-list__cell:nth-child(1) {
    width: 114px;
  }

  .request-list__cell:nth-child(2) {
    width: 120px;
  }

  .request-list__cell:nth-child(5) {
    width: 188px;
  }

  .request-list__cell:nth-child(6),
  .request-list__cell:last-child {
    width: 160px;
  }
}

@media (max-width: 1279px) {
  .request-list__cell:nth-child(2) {
    width: 130px;
  }

  .request-list__cell:nth-child(3) {
    width: 220px;
  }

  .request-list__cell:nth-child(4) {
    width: 250px;
  }
}

.request-list__collapse-trigger:not(.collapsed) .fab-icon {
  transform: rotate(180deg);
}

.request-list__collapse-trigger.collapsed .fab-icon {
  transform: rotate(0deg);
}

.autopay__title {
  font-size: 36px;
  color: #271f24;
  font-weight: 700;
}

@media (max-width: 1739px) {
  .autopay__title {
    font-size: 30px;
  }
}

@media (max-width: 1499px) {
  .autopay__title {
    font-size: 22px;
  }
}

.autopay__head {
  margin-right: -80px;
}

@media (max-width: 1739px) {
  .autopay__head {
    margin-right: -40px;
  }
}

@media (max-width: 959px) {
  .autopay__head {
    margin-right: 0;
  }
}

.autopay__table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -10px;
}

.autopay-table__item {
  flex: none;
  width: 40%;
  margin: 10px;
}

@media (max-width: 1739px) {
  .autopay-table__item {
    width: 45%;
  }
}

@media (max-width: 500px) {
  .autopay__table {
    margin: 0;
  }

  .autopay-table__item {
    width: 100%;
    margin: 0;
  }

  .autopay-table__item + .autopay-table__item {
    margin-top: 14px;
  }
}

.autopay__item + .autopay__item {
  margin-top: 20px;
}

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

.autopay__input-block + .autopay__input-block {
  margin-top: 10px;
}

.autopay__input .txt-input__label {
  margin: 0;
  min-height: 0;
}

.autopay__input .txt-input__input {
  width: 70px;
  margin-left: 10px;
}

.autopay__button {
  margin: 5px;
}

.autopay__subfooter {
  display: flex;
  align-items: center;
}

.autopay__subfooter .line-form__col--agree {
  margin-bottom: 0;
  margin-right: 10px;
  flex-grow: 0;
}

.autopay__mail {
  width: 40%;
  flex: none;
}

@media (max-width: 500px) {
  .autopay__subfooter {
    display: block;
  }

  .autopay__subfooter .line-form__col--agree {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.autopay__footer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.edm-connect__doc-wrapper {
  margin-top: 2em;
}

.edm-connect__doc {
  margin-top: 2em;
}

.edm-connect__doc-input {
  width: 50%;
}

.edm-connect__doc-submit {
  align-self: flex-end;
  margin-left: 10px;
}

.epd-button {
  min-width: 186px;
}

@media (max-width: 1499px) {
  .edm-connect__doc-input {
    width: 40%;
  }

  .epd-button {
    min-width: 163px;
  }
}

@media (max-width: 500px) {
  .edm-connect__doc-input {
    width: 100%;
  }

  .edm-connect__doc-submit {
    margin-top: 10px;
    margin-left: 0;
  }

  .epd-button {
    min-width: 163px;
  }
}

.personal-card__title--declarants span:first-child {
  margin-right: 36px;
  opacity: 0.4;
}

@media (max-width: 1499px) {
  .personal-card__title--declarants span:first-child {
    margin-right: 10px;
  }
}

.personal-card__block--help {
  display: flex;
  align-items: center;
}

@media (max-width: 1279px) {
  .personal-card__block--help {
    max-width: 60%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .personal-card__block--help {
    max-width: 70%;
    justify-content: space-between;
  }
}

@media (max-width: 520px) {
  .personal-card__block--help {
    max-width: 100%;
  }
}

.personal-card__help {
  margin-left: 10px;
}

.personal-card__help .help__drop {
  width: 430px;
  padding: 20px 20px 17px;
  left: calc(100% + 10px);
  top: auto;
  bottom: 0;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .personal-card__help .help__drop {
    width: 280px;
    padding: 10px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .personal-card__help .help__drop {
    left: auto;
    right: calc(100% + 10px);
    transform-origin: 100% 0;
  }
}

@media (max-width: 520px) {
  .personal-card__help .help__drop {
    width: 205px;
  }
}

.text-edit-container {
  display: flex;
  align-items: center;
  position: relative;
}

.text-edit-container .line-form__amount-edit {
  width: calc(100% - 40px);
}

.text-edit-input {
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  font: inherit;
  width: calc(100% - 10px);
  border: 1px solid #0078a8;
  border-radius: 4px;
  outline: none;
}
.text-edit-input::-webkit-input-placeholder {
  color: rgba(52, 58, 74, 0.3);
}
.text-edit-input::-moz-placeholder {
  color: rgba(52, 58, 74, 0.3);
}

.text-edit-trigger {
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  font-size: 18px;
  cursor: pointer;
  padding-left: 4px;
  margin-left: auto;
}

.text-edit-trigger--remove {
  font-size: 14px;
}
.text-edit-trigger-check {
  padding: 0;
  cursor: pointer;
  margin-right: 20px;
}
.text-edit-trigger-check .link__icon {
  font-size: 15px;
}

@media (min-width: 1025px) {
  .text-edit-trigger:hover {
    opacity: 0.7;
  }
}

@media (max-width: 1440px) {
  .text-edit-trigger--remove {
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  .text-edit-trigger {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .text-edit-container {
    margin-right: 20px;
  }

  .text-edit-container--min-width {
    width: 200px;
  }
}

.header-instruction {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 40px;
}

@media screen and (max-width: 1440px) {
  .header-instruction {
    padding-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .header-instruction {
    padding-left: 20px;
  }
}

.header-instruction__icon {
  background-color: #0078a8;
  color: #ffffff;
}

.page__head--entity .header-instruction__icon,
.page__head--primary .header-instruction__icon {
  background-color: #ffffff;
  color: #0078a8;
}

.application__message {
  margin-top: 10px;
  color: #0078a8;
  display: none;
}

.application__message.is-show {
  display: block;
}

.declarer-add__switch {
  margin-top: 24px;
  margin-bottom: -10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.declarer-add__switch--offset {
  margin-top: 40px;
  margin-bottom: 20px;
}

.payments-table {
  font-weight: 400;
}

.payments-table__date {
  margin-left: 24px;
  color: #0078a8;
}

.payments-table__head {
  display: none;
}

.payments-table__head-inner {
  position: relative;
}

.object-info--payments {
  margin-top: 10px;
}
.object-info--payments-footer {
  margin-top: 10px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #e4e8eb;
}
.object-info__section--payments {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f8f9fb;
  border-bottom: 1px solid #e4e8eb;
}

.payments-table__row {
  display: block;
}

.payments-table__subhead {
  position: relative;
}

.payments-table__cell {
  box-sizing: border-box;
  display: flex;
}

.payments-table__row + .payments-table__row {
  margin-top: 18px;
}

.payments-table__ctrl {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 0;
}

.payments-table__ctrl--double .fab-icon {
  transform: rotate(-180deg);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.payments-table__ctrl--double.is-open .fab-icon {
  transform: rotate(0);
}

.payments-table__docs {
  display: flex;
  align-items: center;
}

.payments-table__cell--label {
  color: #a9abb2;
}

.doc-help-container.is-hide {
  pointer-events: none;
  filter: grayscale(100%);
}

.doc-help-container.is-hide .doc-help__inner {
  display: none;
}

.object-info__section--collapse {
  display: block;
  position: relative;
}

.object-info__section--collapse.collapsed {
  border-color: transparent;
}

.payments-table__subhead-arrow {
  position: absolute;
  top: 50%;
  right: calc(100% + 9px);
  width: 5px;
  height: 5px;
  border: 1px solid #343a4a;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: translateY(calc(-50% + 1px)) rotate(45deg);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.object-info__section--collapse.collapsed .payments-table__subhead-arrow {
  transform: translateY(calc(-50% - 1px)) rotate(225deg);
}

.payments-table__cell--name {
  font-weight: 700;
}

.payments-list {
  font-weight: 600;
}

.payments-list .help,
.payments-table__cell--name .help {
  font-weight: 400;
  margin-left: 10px;
}

.payments-list__item {
  padding: 25px 0;
}

.payments-list__item + .payments-list__item {
  border-top: 1px solid rgba(52, 58, 74, 0.1);
}

.payments-list__row + .payments-list__row {
  margin-top: 20px;
}

.payments-list__name {
  font-size: 14px;
}

.payments-list__label {
  margin-top: 0.1em;
  margin-right: 8px;
  font-size: 12px;
  opacity: 0.7;
}

@media (max-width: 1499px) {
  .payments-table__row + .payments-table__row {
    margin-top: 12px;
  }
}

@media (min-width: 1100px) {
  .payments-table__head {
    display: block;
    border-left: 0;
    border-right: 0;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #dce9f2;
    color: #0078a8;
  }
  .payments-table__head--not-border {
    border: none;
  }
  .payments-table__head .color-black {
    color: #343a4a;
  }

  .payments-table__head-inner {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .payments-table__row {
    width: 100%;
    display: flex;
    position: relative;
  }

  .payments-table__subhead {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }

  .payments-table__docs .doc-help-container {
    margin: 0;
  }

  .payments-table__label {
    display: none;
  }

  .payments-table__cell {
    flex: none;
    width: 12.6%;
    padding-right: 20px;
  }

  .payments-table__cell--min {
    width: 14%;
  }

  .payments-table__cell--max {
    width: 16.53%;
  }

  .payments-table__cell--md {
    width: 14.53%;
  }

  .payments-table__cell--lg {
    width: 20%;
  }

  .payments-table__cell--double-lg {
    width: 40%;
  }

  .payments-table__cell--sm {
    width: 10.86%;
  }

  .payments-table__cell--last {
    padding-right: 40px;
  }

  .payments-table-inner--without-fine .payments-table__cell {
    width: 15.6%;
  }

  .payments-table-inner--without-fine .payments-table__cell--min {
    width: 15%;
  }

  .payments-table-inner--without-fine .payments-table__cell--max {
    width: 17.53%;
  }

  .payments-table-inner--without-fine .payments-table__cell--md {
    width: 15.53%;
  }

  .payments-table-without-recalculations .payments-table__cell--sm {
    width: 14%;
  }

  .payments-table-without-recalculations .payments-table__cell--max {
    width: 18%;
  }
}

@media (max-width: 1099px) {
  .payments-table__label {
    width: 40%;
    margin-right: 20px;
    font-size: 14px;
    color: #a9abb2;
  }

  .payments-table__cell + .payments-table__cell {
    padding-left: 0px;
    margin-top: 20px;
  }

  .payments-table__row:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d3d8;
  }

  .payments-table__subhead {
    padding-bottom: 10px;
  }

  .payments-table__row + .payments-table__row {
    margin-top: 10px;
  }

  .payments-table__docs {
    flex-direction: column;
    align-items: flex-start;
  }

  .payments-table__docs .doc-help-container {
    width: 100%;
  }

  .payments-table__docs .doc-help__drop {
    padding-right: 0;
  }

  .payments-table__date {
    margin-left: 0;
    order: -1;
  }

  .payments-table__ctrl {
    top: auto;
    transform: none;
    bottom: -10px;
  }
}

.fast-pay-form__col--right {
  margin-left: auto;
  padding-right: 0;
  text-align: right;
  width: auto;
}

.fast-pay-form__inner .fast-pay-form__col .fast-pay-form__button {
  width: 100%;
}

.fast-pay-form__button {
  min-width: 200px;
}

@media (max-width: 1499px) {
  .fast-pay-form__button {
    min-width: 125px;
  }
}

.radio-row__center {
  margin-left: auto;
}

@media (max-width: 767px) {
  .radio-row__center {
    margin-left: 0;
    margin-top: 10px;
  }
}

.fast-pay__footer {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 1499px) {
  .fast-pay__footer {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.fast-pay-submit__left-section {
  flex: none;
  width: calc(38vw + 40px);
  box-sizing: border-box;
  margin-right: auto;
}

@media (max-width: 1279px) {
  .fast-pay-submit__left-section {
    width: calc(40vw + 40px);
  }
}

@media (max-width: 1099px) {
  .fast-pay-submit__left-section {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.fast-pay-submit__row {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

@media (max-width: 767px) {
  .fast-pay-submit__row {
    display: block;
    margin-bottom: 20px;
  }
}

.fast-pay-submit__right-section {
  width: auto;
}

.fast-pay-submit__pay {
  flex-grow: 1;
}

@media (min-width: 768px) {
  .fast-pay-submit__pay {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .fast-pay-submit__pay {
    margin-top: 20px;
  }
}

.fast-pay-submit__agree {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .fast-pay-submit__agree .cb-input {
    width: 100%;
  }
  .fast-pay-submit__agree .cb-input__label {
    padding-left: 0;
    padding-right: 48px;
  }
  .fast-pay-submit__agree .cb-input__check {
    left: auto;
    right: 0;
  }
}

.fast-pay-submit--flex {
  display: flex;
}

@media (max-width: 1099px) {
  .fast-pay-submit--flex {
    display: block;
  }
}

@media (max-width: 767px) {
  .fast-pay-submit__button-inner {
    margin-top: 20px;
    text-align: right;
  }
}

.subnav--fast-pay {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  width: 100%;
}
.subnav--fast-pay::-webkit-scrollbar {
  display: none;
}

.fast-pay__tabs-inner {
  display: flex;
  align-items: center;
}

.fast-pay__lk-link {
  flex: none;
  margin-left: auto;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .fast-pay__tabs-inner {
    flex-direction: column;
  }

  .fast-pay__lk-link {
    margin-left: auto;
    margin-top: 20px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1100px) {
  .object-osv--mobile {
    display: none;
  }
}

@media screen and (max-width: 1099px) {
  .object-osv--desctop {
    display: none;
  }
}

.mobile-table {
  border-bottom: 1px solid rgba(52, 58, 74, 0.15);
}

.mobile-table + .mobile-table:not(.mobile-table--total) {
  margin-top: 10px;
}

.mobile-table__inner {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

@media screen and (max-width: 800px) {
  .mobile-table__inner::-webkit-scrollbar {
    display: none;
  }
}

.mobile-table__head {
  display: flex;
}

.mobile-table__head .mobile-table__cell {
  background-color: #dce9f2;
}

.mobile-table__head .mobile-table__cell:first-child,
.mobile-table__subhead .mobile-table__cell:first-child {
  color: #0078a8;
  font-weight: 700;
}

.mobile-table__cell {
  flex: none;
  width: 160px;
  padding: 17px 20px 17px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-table__cell:first-child {
  padding-left: 24px;
  padding-right: 10px;
  position: relative;
}

.mobile-table__cell:not(:first-child) {
  align-items: flex-end;
}

.mobile-table__head .mobile-table__cell {
  padding: 24px 20px;
  color: rgba(52, 58, 74, 0.5);
  flex-direction: row;
  align-items: center;
}

.mobile-table__head .mobile-table__cell:not(:first-child) {
  justify-content: flex-end;
}

.mobile-table__cell + .mobile-table__cell {
  border-left: 1px solid rgba(52, 58, 74, 0.15);
}

.mobile-table__cell .help {
  margin-left: 10px;
}

.mobile-table__cell .status-success {
  font-weight: 400;
}

.mobile-table__subhead {
  display: flex;
  align-items: normal;
  font-weight: 600;
}

.mobile-table__subhead--collapse .mobile-table__cell:first-child::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 8px;
  width: 5px;
  height: 5px;
  border: 1px solid #0078a8;
  border-bottom: none;
  border-right: none;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-table__subhead--collapse.collapsed
  .mobile-table__cell:first-child::after {
  transform: translateY(-50%) rotate(225deg);
}

.mobile-table__subhead .mobile-table__cell {
  border-top: 1px solid rgba(52, 58, 74, 0.15);
  background-color: #f8f9fb;
}

.mobile-table__row {
  display: flex;
}

.mobile-table__row .mobile-table__cell:first-child {
  font-weight: 500;
}

.mobile-table__cell-label {
  font-size: 9px;
  font-weight: 600;
  color: rgba(52, 58, 74, 0.5);
  display: block;
  margin-bottom: 4px;
}

.mobile-table--total {
  margin-top: 40px;
}

.mobile-table--total .mobile-table__cell {
  width: 50%;
}

.mobile-table__cell--full,
.mobile-table--total .mobile-table__cell--full {
  width: 100%;
}

.mobile-table--total .mobile-table__head .mobile-table__cell {
  width: 100%;
}

.mobile-table__doc {
  display: flex;
  align-items: center;
}

.mobile-table__doc .doc-help-container {
  margin-left: 70px;
}

.policy {
  flex-grow: 1;
  position: relative;
  height: 100%;
}

.policy__inner {
  padding-bottom: 120px;
}

.sticky-block {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translateX(-50%);
  z-index: 1;
}

.sticky-block.is-absolute {
  position: absolute;
  padding-left: 0;
  padding-right: 0;
}

.sticky-block__inner {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #efefef;
}

.sticky-block__content {
  margin-left: 20px;
  text-align: right;
}

.sticky-block__content span {
  font-weight: 700;
}

.sticky-block__row + .sticky-block__row {
  margin-top: 10px;
}

@media (max-width: 1499px) {
  .policy__inner {
    padding-bottom: 72px;
  }
  .sticky-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sticky-block__inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sticky-block__row + .sticky-block__row {
    margin-top: 6px;
  }
}

@media (max-width: 767px) {
  .policy__inner {
    padding-bottom: 124px;
  }
  .sticky-block__inner {
    flex-direction: column;
    align-items: center;
  }
  .sticky-block__btn {
    width: 100%;
  }
  .sticky-block__content {
    margin-left: 0;
    margin-top: 16px;
    text-align: center;
  }
  .sticky-block__row + .sticky-block__row {
    margin-top: 2px;
  }
}

.app-page__container {
  margin-bottom: 20px;
}

@media (max-width: 1279px) {
  .app-page__container {
    margin-top: 10px;
  }
}

.app-page__item + .app-page__item {
  margin-top: 40px;
}

.app-page__item-descr {
  max-width: 90%;
}

.app-page__item-descr p + p {
  margin-top: 0.5em;
}

@media (max-width: 767px) {
  .app-page__item-descr {
    max-width: 100%;
  }
}

@media (max-width: 1440px) {
  .app-page__item + .app-page__item {
    margin-top: 30px;
  }
}

.app-page__item-inner {
  padding: 44px 40px;
  font-size: 18px;
}

.application__top-text--lg {
  font-size: 18px;
}

@media (max-width: 1819px) {
  .app-page__item-inner {
    padding: 36px 32px;
  }
}

@media (max-width: 1499px) {
  .app-page__item-inner {
    padding: 30px 20px;
    font-size: 16px;
  }
  .application__top-text--lg {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .app-page__item-inner {
    padding: 27px 10px;
    font-size: 13px;
  }
  .application__top-text--lg {
    font-size: 13px;
  }
}

.app-page__links {
  margin-top: 28px;
  margin-bottom: -2px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.app-page__link {
  width: 16%;
  flex-grow: 1;
  margin: 18px 36px;
}

.app-page__link:nth-child(4n + 1) {
  margin-left: 14px;
}

.app-page__link:nth-child(4n) {
  margin-right: 14px;
}

.app-page__link-inner {
  padding: 20px 24px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (any-hover: hover), (hover: hover) and (pointer: fine) {
  .app-page__link-inner:hover {
    background-color: rgba(0, 120, 168, 0.1);
  }
}

.app-page__link-icon {
  flex: none;
  width: 60px;
}

.app-page__link-text {
  margin-left: 20px;
  font-size: 20px;
}

@media (min-width: 768px) {
  .app-page__link {
    position: relative;
  }
  .app-page__link:not(:nth-child(4n + 1))::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -36px;
    border-left: 1px solid #d6dfe2;
    height: 80%;
    transform: translateY(-50%);
  }
}

@media (max-width: 1819px) {
  .app-page__links {
    margin-top: 20px;
    margin-bottom: -4px;
  }
  .app-page__link {
    width: 18%;
    margin: 10px 20px;
  }
  .app-page__link:not(:nth-child(4n + 1))::after {
    left: -20px;
  }
  .app-page__link-inner {
    padding: 14px 18px;
    border-radius: 6px;
  }

  .app-page__link:nth-child(4n + 1) {
    margin-left: 10px;
  }

  .app-page__link:nth-child(4n) {
    margin-right: 10px;
  }

  .app-page__link-icon {
    width: 44px;
  }

  .app-page__link-text {
    margin-left: 12px;
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .app-page__link-inner {
    padding: 10px 12px;
  }
  .app-page__link {
    width: 18%;
    margin: 10px 12px;
  }
  .app-page__link:not(:nth-child(4n + 1))::after {
    left: -12px;
  }
  .app-page__link:nth-child(4n + 1) {
    margin-left: 0;
  }
  .app-page__link:nth-child(4n) {
    margin-right: 0;
  }
  .app-page__link-icon {
    width: 40px;
  }
}

@media (max-width: 767px) {
  .app-page__links {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .app-page__link {
    width: calc(100% - 90px);
    margin: 0 45px;
    padding: 20px 0;
    border-bottom: 1px solid #d6dfe2;
  }
  .app-page__link:nth-child(4n + 1) {
    margin-left: 45px;
  }
  .app-page__link:nth-child(4n) {
    margin-right: 45px;
  }
  .app-page__link-inner {
    padding: 0;
    width: 100%;
  }
  .app-page__link-icon {
    width: 50px;
  }
  .app-page__link-text {
    margin-left: 16px;
    font-size: 14px;
  }
}

.app-page__iframe {
  margin-top: 36px;
  border-radius: 5px;
  padding-top: 56.25%;
  height: 0;
  position: relative;
  overflow: hidden;
}

.app-page__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1499px) {
  .app-page__iframe {
    margin-top: 25px;
  }
}

.app-page__images {
  margin-top: 4vw;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.app-page__image {
  max-width: 400px;
  border-radius: 5px;
  overflow: hidden;
}

.app-page__image img {
  max-width: 100%;
}

.app-page__image + .app-page__image {
  margin-left: 60px;
}

@media (max-width: 1499px) {
  .app-page__images {
    margin-bottom: 10px;
  }
  .app-page__image + .app-page__image {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .app-page__images {
    margin-top: 42px;
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }
  .app-page__image + .app-page__image {
    margin-left: 0;
    margin-top: 30px;
  }
}

.hidden-block.is-hide-switch {
  display: none;
}

.error-page__inner {
  flex-grow: 1;
  height: 100%;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1600px) {
  .error-page__inner {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 1200px) {
  .error-page__inner {
    padding: 40px 20px;
  }
}

.error-page__title {
  text-align: center;
  font-weight: 500;
}

.error-page__title span {
  color: #0078a8;
}

.error-page__bottom {
  margin-top: 40px;
}

.error-page__bottom-line {
  display: flex;
}

.error-page__input {
  margin-top: 40px;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.error-page__input:not(.is-open) {
  opacity: 0;
  visibility: hidden;
}

.error-page__btn {
  min-width: 200px;
}

.error-page__btn + .error-page__btn {
  margin-left: 10px;
}

@media screen and (max-width: 1499px) {
  .error-page__btn {
    min-width: 160px;
  }

  .error-page__bottom {
    margin-top: 20px;
  }

  .error-page__input {
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .error-page__btn {
    width: 100%;
  }

  .error-page__bottom-line {
    display: block;
  }

  .error-page__btn + .error-page__btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

.error.is-open {
  display: block;
}

.error {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.error__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.25;
  background: #25265e;
  transform-origin: 50% 0%;
  animation: zoomInY 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.error__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
}

.error__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 680px;
  width: 100%;
  background: #ffffff;
  margin: auto;
  max-height: 100%;
  min-height: 100px;
  padding-top: 60px;
  box-sizing: border-box;
  box-shadow: 0px 24px 36px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.25s 0.2s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}

.error__content {
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.error__title {
  font-weight: 500;
  margin-bottom: 40px;
}

.error__bottom {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}

.input--light {
  border-color: rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 1499px) {
  .error__container {
    max-width: 540px;
    padding-top: 50px;
  }

  .error__title {
    margin-bottom: 32px;
  }

  .error__bottom {
    margin-top: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .error__title {
    margin-bottom: 20px;
  }

  .error__bottom {
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .error__container {
    max-width: calc(100% - 20px);
  }
}

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

.hashtags__text {
  flex: none;
}

.hashtags__container {
  margin-left: 20px;
  overflow: hidden;
}

.hashtags__list {
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.hashtags__list::-webkit-scrollbar {
  width: 10px;
  height: 6px;
  background-color: transparent;
}

.hashtags__list::-webkit-scrollbar-thumb {
  background-color: #dadada;
}

@media (pointer: coarse) {
  .hashtags__list::-webkit-scrollbar {
    display: none;
  }
}

.hashtags__item {
  flex: none;
}

.hashtags__item + .hashtags__item {
  margin-left: 20px;
}

.hashtags__item.is-hide {
  margin-left: 0;
}

.phone-confirm-container {
  position: relative;
}

.phone-confirm {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .phone-confirm {
    right: 16px;
  }
}

.declarer-add__subitem-right {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.declarer-add__subitem-right-item:first-child {
  flex-grow: 1;
}

.declarer-add__subitem-right-item + .declarer-add__subitem-right-item {
  flex: none;
  margin-left: 20px;
  flex-wrap: nowrap;
  align-items: center;
}

@media screen and (max-width: 1440px) {
  .declarer-add__subitem-right-item + .declarer-add__subitem-right-item {
    margin-left: 10px;
  }
}

.declarer-add__subitem-right .remove-buttons-container .button {
  flex: none;
  width: 104px;
}

@media screen and (min-width: 1130px) {
  .applications-footer-container.block {
    padding-right: 0;
  }
}

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

.applications-footer__right {
  flex: none;
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.applications-footer__right .default-footer__check {
  max-width: 320px;
  margin-right: 20px;
}

@media screen and (max-width: 956px) {
  .applications-footer {
    display: block;
  }

  .applications-footer__right {
    margin-left: 0;
    margin-top: 20px;
  }

  .applications-footer__right .default-footer__check {
    max-width: none;
  }

  .applications-footer__right .application__footer {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .applications-footer__right {
    display: block;
  }

  .applications-footer__right .default-footer__check {
    margin-right: 0;
  }
}

.application__top-text--md {
  margin-top: 34px;
}

.page__head--offset-sm {
  padding-bottom: 2px;
}

@media screen and (max-width: 1440px) {
  .page__head--offset-sm {
    padding-bottom: 30px;
  }

  .application__top-text--md {
    margin-top: 30px;
  }
}

.password-recovery__steps {
  --gap: 30px;
  margin-bottom: 50px;
  display: flex;
}

.password-recovery__steps-item {
  flex: none;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #979797;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: #979797;
  opacity: 0.6;
}
.password-recovery__steps-item:not(.password-recovery__steps-item--active) {
  pointer-events: none;
}

.password-recovery__steps-item + .password-recovery__steps-item {
  position: relative;
  margin-left: var(--gap);
}

.password-recovery__steps-item + .password-recovery__steps-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(var(--gap) + 1px);
  background: #979797;
}

.password-recovery__steps-item.password-recovery__steps-item--active {
  opacity: 1;
  border-color: #0078a8;
  color: #0078a8;
}

.password-recovery__steps-item.password-recovery__steps-item--active::after {
  background-color: #0078a8;
}

.password-recovery__descr {
  margin-top: 24px;
  opacity: 0.7;
  min-height: 60px;
}

@media screen and (max-width: 1499px) {
  .password-recovery__steps {
    --gap: 20px;
    margin-bottom: 36px;
  }

  .password-recovery__steps-item {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .password-recovery__descr {
    margin-top: 18px;
    min-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .password-recovery__steps {
    --gap: 16px;
    margin-bottom: 24px;
  }

  .password-recovery__steps-item {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
}

.password-recovery__row {
  display: flex;
}

.password-recovery__item:not(.button) {
  display: inline-block;
}

.password-recovery__item .txt-input,
.password-recovery__item .txt-input--tip {
  width: 100%;
}

.password-recovery__item + .password-recovery__item {
  margin-left: 40px;
}

.password-recovery__item--sm-gap + .password-recovery__item--sm-gap {
  margin-left: 20px;
}

.password-recovery__item img {
  width: 100%;
  height: 100%;
  max-height: 60px;
  object-fit: contain;
  object-position: left;
}

.password-recovery__item:not(.form-timer) {
  width: 320px;
}

.password-recovery__item.password-recovery__item--auto {
  width: auto;
}

@media screen and (max-width: 1499px) {
  .password-recovery__item + .password-recovery__item {
    margin-left: 32px;
  }

  .password-recovery__item img {
    max-height: 40px;
  }

  .password-recovery__item:not(.form-timer) {
    width: 280px;
  }

  .password-recovery__item.password-recovery__item--auto {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .password-recovery__row {
    display: block;
  }

  .password-recovery__item:not(.form-timer),
  .password-recovery__item .button {
    width: 100%;
  }

  .password-recovery__item + .password-recovery__item {
    margin-left: 0;
    margin-top: 24px;
  }
}

.password-recovery__choose-block {
  width: 320px;
  height: 200px;
  border-radius: 5px;
  background-color: rgba(58, 139, 187, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #343a4a;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.password-recovery__choose-block:hover svg [stroke]:not([stroke="none"]) {
  transition: stroke 0.2s ease-in-out;
}

.password-recovery__choose-block:hover svg [fill]:not([fill="none"]) {
  transition: fill 0.2s ease-in-out;
}

@media (min-width: 1025px) {
  .password-recovery__choose-block:hover {
    background-color: rgba(58, 139, 187, 1);
    color: #fff;
  }

  .password-recovery__choose-block:hover svg [stroke]:not([stroke="none"]) {
    stroke: #fff;
  }

  .password-recovery__choose-block:hover svg [fill]:not([fill="none"]) {
    fill: #fff;
  }

  .password-recovery__choose-block:hover
    svg
    [fill].icon-dark:not([fill="none"]) {
    fill: #0078a8;
  }
}

.password-recovery__choose-block + .password-recovery__choose-block {
  margin-left: 40px;
}

.password-recovery__choose-icon {
  display: block;
  height: 60px;
}

.password-recovery__choose-icon svg {
  height: 100%;
  width: auto;
}

.password-recovery__choose-name {
  margin-top: 20px;
}

@media screen and (max-width: 1499px) {
  .password-recovery__choose-block {
    width: 280px;
    height: 170px;
  }

  .password-recovery__choose-block + .password-recovery__choose-block {
    margin-left: 32px;
  }

  .password-recovery__choose-icon {
    height: 60px;
  }

  .password-recovery__choose-name {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .password-recovery__choose-block {
    width: calc(50% - 8px);
    height: 200px;
  }

  .password-recovery__choose-icon {
    height: 60px;
  }

  .password-recovery__choose-name {
    margin-top: 26px;
  }
}

@media screen and (max-width: 767px) {
  .password-recovery__choose-block {
    width: 100%;
  }

  .password-recovery__choose-block + .password-recovery__choose-block {
    margin-left: 0;
    margin-top: 20px;
  }
}

.password-recovery__row-container {
  position: relative;
}

.password-recovery__row-label {
  position: absolute;
  bottom: calc(100% + 24px);
}

.password-recovery__row + .password-recovery__row-label {
  margin-top: 106px;
}

@media screen and (max-width: 1024px) {
  .password-recovery__row-label {
    bottom: calc(100% + 16px);
  }

  .password-recovery__row + .password-recovery__row-label {
    margin-top: 74px;
  }
}

@media screen and (max-width: 767px) {
  .password-recovery__row + .password-recovery__row-label {
    margin-top: 44px;
  }
}

.capcha-image {
  box-sizing: border-box;
  align-self: unset;
  height: 60px;
  background-color: rgba(58, 139, 187, 0.15);
  border-radius: 5px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.capcha-image--column {
  flex-direction: column;
  align-items: stretch;
}

.capcha-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 1499px) {
  .capcha-image {
    border-radius: 4px;
    padding: 8px 10px;
    height: 40px;
  }
}

@media screen and (max-width: 1499px) {
  .add-entity-steps {
    margin-top: 20px;
  }
}

.add-entity-row--first {
  margin-bottom: 48px;
}

.add-entity-row {
  display: flex;
  align-items: center;
}

.add-entity-row__inner {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 48px;
  border-bottom: 2px solid rgba(52, 58, 74, 0.1);
}

.add-entity-row__inner--block {
  display: block;
}

.add-entity-row--inner + .add-entity-row--inner {
  margin-top: 40px;
}

.add-entity-row__title {
  padding-right: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  max-width: 340px;
}
.add-entity-row__title .help {
  margin-left: 0;
  margin-right: 10px;
}

.add-entity-row__right {
  margin-left: auto;
  display: flex;
}

.add-entity-row__item {
  width: 280px;
}
.add-entity-row__item + .add-entity-row__item {
  margin-left: 20px;
}

.add-entity-row__item--btn {
  width: 140px;
}
.add-entity-row__item--btn .button {
  width: 100%;
}

@media screen and (max-width: 1499px) {
  .add-entity-row__inner {
    padding-bottom: 32px;
  }
  .add-entity-row--first {
    margin-bottom: 32px;
  }
  .add-entity-row--inner + .add-entity-row--inner {
    margin-top: 20px;
  }
  .add-entity-row__item {
    width: 220px;
  }
  .add-entity-row__item--btn {
    width: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .add-entity-row__inner {
    border-width: 1px;
    display: block;
  }

  .add-entity-row {
    display: block;
  }
  .add-entity-row__title {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .add-entity-row__right {
    display: block;
  }
  .add-entity-row__item {
    width: 100%;
  }
  .add-entity-row__item + .add-entity-row__item {
    margin-left: 0;
    margin-top: 20px;
  }
  .add-entity-row__item--btn {
    width: 100%;
  }
}

.standarts > .standarts-collapse__item {
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.standarts > .standarts-collapse__item + .standarts-collapse__item {
  margin-top: 40px;
}

.standarts-collapse__title {
  margin-right: 20px;
}
.standarts-collapse__title.h4 {
  font-weight: 500;
}

.standarts-collapse__content {
  padding: 20px;
}
.standarts-collapse__content + .standarts-collapse__content {
  padding-top: 0;
}

.standarts-docs__item {
  padding-block: 10px;
}

.standart-doc {
  display: flex;
  align-items: center;
}

.standart-doc__files {
  flex: none;
  margin-left: auto;
  padding-left: 20px;
  display: flex;
}

.standart-doc__file .doc-help__icon {
  width: 36px;
}

.standart-doc__file + .standart-doc__file {
  margin-left: 20px;
}

@media (max-width: 1279px) {
  .standarts > .standarts-collapse__item + .standarts-collapse__item {
    margin-top: 20px;
  }
  .standart-doc__file .doc-help__icon {
    width: 28px;
  }
  .standarts-collapse__content {
    padding: 10px;
  }
}

@media (max-width: 1099px) {
  .standarts-docs__item {
    padding-block: 15px;
  }
  .standart-doc__files {
    display: block;
    width: 30%;
  }
  .standart-doc__file + .standart-doc__file {
    margin-left: 0;
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .standart-doc {
    display: block;
  }
  .standart-doc__files {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}

.qa-accordion-body {
  margin-top: 20px;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content div {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content div:hover {
  background-color: #f1f1f1;
}
.dropdown.show .dropdown-content {
  display: block;
}
.selected-items {
  margin-top: 10px;
}
.cb-input__checkbox {
  margin-right: 10px;
}

.dropdown-toggle .filter-option.pull-left .b-select__row .cb-input {
  display: none;
}

.is-multiple-elements
  .dropdown-toggle
  .filter-option.pull-left
  .b-select__row
  .b-select__text {
  display: none;
}

.is-multiple-elements
  .dropdown-toggle
  .filter-option.pull-left
  .b-select__row
  .b-select__date.status-primary {
  display: none;
}

.is-multiple-elements
  .dropdown-toggle
  .filter-option.pull-left
  .b-select__row
  .b-select__date.status-error {
  display: none;
}

.is-multiple-elements
  .b-select__picker.btn-group
  .dropdown-toggle
  .filter-option {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.is-multiple-elements
  .b-select__picker.btn-group
  .dropdown-toggle
  .b-select__left {
  margin-left: 10px;
  min-width: max-content;
  margin-right: 2px;
  text-align: left;
}

.drop-input__btn-select__wrapper {
  position: absolute;
  width: calc(100% + 2px);
  right: -1px;
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  background-color: #fff;
  border-left: 1px solid #e1e4e8;
  border-bottom: 1px solid #e1e4e8;
  border-right: 1px solid #e1e4e8;
  box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  z-index: -1;
  padding: 0 30px 30px;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.15s ease-in-out;
}

.drop-input__btn-select__wrapper.is-open.is-show {
  z-index: 1;
  transform: translateY(65px);
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.35s ease-in-out;
}

.drop-input__btn-select__wrapper.is-open.is-show .drop-input__close-button {
  display: inline-flex;
}

@media (min-width: 1936px) {
  .page__head--entity-account {
    max-width: 1840px;
    width: 100%;
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .modal-menu__inner .main-header__logo {
    width: 100px;
    margin: 0;
  }
  .modal-menu__inner .main-header__logo svg {
    width: 100%;
    height: auto;
  }
}
.drop-input__drop-inner__container {
  overflow-y: auto;
  overflow-x: hidden;
  columns: 2;
  width: 100%;
}

.drop-input__btn-select__info {
  margin-right: 10px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .drop-input__drop-inner__container {
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    height: 100%;
    padding-right: 15px;
    margin-right: -15px;
  }

  .drop-input__btn-select__wrapper.is-open.is-show .drop-input__close-button {
    padding: 20px;
    text-wrap: wrap;
  }

  .drop-input__btn-select__wrapper {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .drop-input__btn-select__wrapper {
    padding: 5px 30px 20px;
  }
}

.drop-input__section {
  width: 100%;
}

.drop-input__item.drop-input__item--disabled .cb-input {
  color: #a6aebc;
  pointer-events: none;
}

.drop-input__item.drop-input__item--disabled .cb-input__check {
  border: 1px solid #a6aebc;
  background-color: #fafafa;
}

/* custom */

.castom-vertical-scroll-container {
  -webkit-overflow-scrolling: touch;
  overflow: overlay;
}

.castom-vertical-scroll-container::-webkit-scrollbar {
  width: 10px;
  height: 100%;
  border-radius: 10px;
  background-color: transparent;
}

.castom-vertical-scroll-container::-webkit-scrollbar-thumb {
  background-color: #ebebee;
  border-radius: 10px;
  background-clip: padding-box;
  border: 3px solid rgba(0, 0, 0, 0);
}

.b-select__row .b-select__date {
  margin-left: 8px;
}

.block {
  padding-inline: 20px;
}
.card-padding-right-s {
  padding-right: 20px;
}

/* custom */

.select-link-inline-block-parent {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25em;
}

.select-link-inline-block-parent + .select-link-inline-block-parent::before {
  content: "или";
  margin-left: 0.25em;
}

@media (max-width: 480px) {
  .select-link-inline-block-parent + .select-link-inline-block-parent::before {
    margin-left: 10px;
  }
}

.select-link-inline-block-parent.selected a {
  background-color: transparent;
}

.button-icon.app-links__button--svg svg,
.button-icon svg * {
  fill: #a9abb2;
}

.button-icon.app-links__button--svg:hover svg * {
  fill: #fff;
}
