@charset "UTF-8";
.auth-menu::after,
.breadcrumbs::after,
.clearfix::after,
.documents .documents__list::after,
.g-print-link::after,
.ie8 .g-checkbox::after,
.jstree-classificator .jstree-node::after,
.l-footer .content-wrapper::after,
.l-footer .w-fullmenu-b::after,
.l-footer .w-info-b .w-social-links-b::after,
.l-footer.g-landing-footer .content-wrapper::after,
.l-header .content-wrapper::after,
.lot-item .lot-item__data::after,
.lot-item .lot-item__footer::after,
.lot-item .search-results__region::after,
.lot-item::after,
.page-nav .page-nav__contact-info::after,
.page-nav .page-nav__wrapper::after,
.page-nav--two-lvl .page-nav__contact-info::after,
.page-nav--two-lvl .page-nav__wrapper::after,
.search-results__region::after,
.steps .steps__header::after,
.w-additional-menu-b .w-page-menu::after,
.w-articles-navigation-b::after,
.w-form-search-b .wrapper-search-advanced::after,
.w-form-search-b .wrapper-search-simple::after,
.w-nav-section::after,
.w-pic-gallery-b::after,
.w-side-menu .w-content::after,
.w-side-menu .w-fullmenu-b::after,
.w-side-menu .w-header-line::after,
.w-single-pic-b::after,
.w-video-b::after {
  content: "";
  display: table;
  clear: both
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}
body {
  line-height: 1
}
ol,
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
body,
html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0
}
html {
  overflow-x: hidden
}
body {
  position: relative;
  color: #000;
  font-family: "Exo 2","Open Sans",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  background: #fff;
  height: 100%;
  min-width: 480px
}
body .intro-header--blue .intro-header.intro-header--static {
  min-width: 480px
}
button,
input,
optgroup,
select,
textarea {
  color: inherit
}
.g-gray-bg {
  background: #e8e8e8
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
a {
  color: inherit;
  outline: 0 none;
  text-decoration: underline
}
a:hover {
  color: #065894;
  text-decoration: none
}
a:focus {
  outline: 0 none
}
.link {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.link:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.link:visited {
  color: #0b0694
}
.link:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.static-link {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.static-link:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.static-link-wh {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none
}
.static-link-wh:hover,
.static-link-wh:visited {
  color: #fff
}
.static-link-wh:hover {
  border-bottom: none
}
.link--dashed {
  border-bottom: 1px dashed
}
.link--dashed:hover {
  border-bottom-color: transparent
}
h1 {
  font-size: 32px;
  line-height: 40px
}
.g-page-header {
  font-size: 32px;
  line-height: 40px
}
h2 {
  font-size: 24px;
  line-height: 32px
}
h3 {
  font-size: 18px;
  line-height: 24px
}
button {
  font-family: "Exo 2";
  outline: 0 none;
  cursor: pointer
}
img {
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}
img[data-src] {
  opacity: 0
}
input,
select,
textarea {
  font-family: "Exo 2";
  font-weight: 400;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  padding: 0 16px;
  border-radius: 8px;
  height: 40px;
  line-height: 100%;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(166,180,193,.5);
  background: #fff;
  -webkit-transition: border-color .1s ease;
  transition: border-color .1s ease
}
textarea {
  padding: 12px 16px;
  line-height: 20px;
  height: auto;
  max-width: 100%
}
input:hover,
select:hover,
textarea:hover {
  border-color: #81a7f8
}
input:focus,
select:focus,
textarea:focus {
  border-color: #0450f2
}
.input--filled {
  border-color: #8d93a1
}
.input--large {
  font-size: 18px;
  width: 100%;
  font-weight: 400;
  height: 48px
}
.input--small {
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  height: 32px
}
.input--disabled,
input[disabled] {
  color: #e6e6e6;
  border-color: #e6e6e6
}
input[type=checkbox],
input[type=checkbox]:hover,
input[type=radio],
input[type=radio]:hover {
  outline: 0 none;
  border: none
}
::-webkit-input-placeholder {
  color: #c7cdd2
}
::-moz-placeholder {
  color: #c7cdd2
}
:-moz-placeholder {
  color: #c7cdd2
}
:-ms-input-placeholder {
  color: #c7cdd2
}
::-ms-clear {
  display: none
}
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff!important;
  box-shadow: inset 0 0 0 50px #fff!important;
  -webkit-text-fill-color: #000!important;
  color: #000!important
}
:focus::-webkit-input-placeholder {
  color: transparent
}
:focus:-moz-placeholder {
  color: transparent
}
sub,
sup {
  vertical-align: baseline;
  position: relative;
  top: -.2em;
  font-size: 12px
}
sub {
  top: .2em
}
b,
strong {
  font-weight: 600
}
em,
i {
  font-style: italic
}
.w-content-wrap {
  min-height: 100%;
  margin-bottom: -510px
}
.w-content-wrap::after {
  content: "";
  display: block;
  height: 510px
}
.w-content-wrap.g-404-page-wrapper {
  margin-bottom: -390px;
  background: #e8e8e8
}
.w-content-wrap.g-404-page-wrapper::after {
  height: 390px
}
.w-content-wrap.g-landing {
  margin-bottom: -85px
}
.w-content-wrap.g-landing::after {
  height: 0
}
@media screen and (max-width:990px) {
  .w-content-wrap {
    margin-bottom: -134px
  }
  .w-content-wrap::after {
    height: 134px
  }
  .w-content-wrap.g-landing::after {
    height: 10px
  }
}
.l-overlay,
.ui-widget-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(../images/overlay-bg.png) repeat;
  background: rgba(0,0,0,.8);
  top: 0;
  left: 0;
  z-index: 98
}
.ui-widget-overlay {
  display: block;
  opacity: 1
}
.l-overlay--fill {
  background: #000;
  display: block;
  overflow: hidden
}
.l-overlay--white {
  background: #fff
}
._hiddenscroll,
.g-hiddenscroll {
  overflow: hidden!important;
  zoom: 1
}
.g-hidden-b {
  display: none
}
.g-hidden-b.g-visible {
  display: block
}
.main-header {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px
}
.sub-header {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px
}
.text-uppercase {
  text-transform: uppercase
}
.text-strike {
  text-decoration: line-through
}
.p3 {
  font-size: 14px;
  line-height: 20px
}
a.link_primary {
  color: #0045d9;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid rgba(31,102,255,0);
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
a.link_primary:hover {
  color: #1f66ff;
  text-decoration: none;
  border-bottom: 1px solid #1f66ff
}
a.link_primary:visited {
  color: #0045d9
}
a.link_primary:visited:hover {
  color: #1f66ff;
  text-decoration: none;
  border-bottom: 1px solid #1f66ff
}
a.link_primary:active {
  color: #1f66ff
}
.data-table a.link_primary_active,
.lot .data-table .data-table__item .data-table__info-td a.link_primary_active,
a.link_primary_active {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,65,203,0);
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.data-table a.link_primary_active:hover,
.lot .data-table .data-table__item .data-table__info-td a.link_primary_active:hover,
a.link_primary_active:hover {
  color: #0041cb;
  text-decoration: none;
  border-bottom: 1px solid #0041cb
}
.data-table a.link_primary_active:visited,
.lot .data-table .data-table__item .data-table__info-td a.link_primary_active:visited,
a.link_primary_active:visited {
  color: #000
}
.data-table a.link_primary_active:visited:hover,
.lot .data-table .data-table__item .data-table__info-td a.link_primary_active:visited:hover,
a.link_primary_active:visited:hover {
  color: #0041cb;
  text-decoration: none;
  border-bottom: 1px solid #0041cb
}
.data-table a.link_primary_active:active,
.lot .data-table .data-table__item .data-table__info-td a.link_primary_active:active,
a.link_primary_active:active {
  color: #0041cb
}
a.link_size_sm {
  font-size: 14px;
  line-height: 20px
}
a.link_size_md {
  font-size: 16px;
  line-height: 24px
}
a.link_size_lg {
  font-size: 18px;
  line-height: 24px
}
.dashed-link {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px dashed #065894
}
.dashed-link:hover {
  border-bottom-color: transparent
}
.overlay-text {
  color: #a6b4c1;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101
}
.hidden-content,
.js-hide,
.visually-hidden {
  display: none
}
.hidden-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none
}
.hidden-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none
}
.ui-helper-hidden {
  display: none
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}
.ui-helper-clearfix::after,
.ui-helper-clearfix::before {
  content: "";
  display: table;
  border-collapse: collapse
}
.ui-helper-clearfix::after {
  clear: both
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0
}
.ui-front {
  z-index: 100
}
.ui-state-disabled {
  cursor: default!important;
  pointer-events: none
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.ui-resizable {
  position: relative
}
.ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none
}
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0
}
.ui-menu .ui-menu {
  position: absolute
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px
}
.ui-menu-icons {
  position: relative
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible
}
.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none
}
.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap
}
input.ui-button.ui-button-icon-only {
  text-indent: 0
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em
}
button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0
}
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em)
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid
}
.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid
}
.ui-checkboxradio-disabled {
  pointer-events: none
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px
}
.ui-datepicker .ui-datepicker-next {
  right: 2px
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0
}
.ui-datepicker td {
  border: 0;
  padding: 1px
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left
}
.ui-datepicker.ui-datepicker-multi {
  width: auto
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0
}
.ui-datepicker-rtl {
  direction: rtl
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: 0 0;
  overflow: auto
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0
}
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%
}
.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  opacity: .25
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px .4em;
  margin: .5em 0 0 0;
  height: auto;
  border: 0
}
.ui-selectmenu-open {
  display: block
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0
}
.ui-slider {
  position: relative;
  text-align: left
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit
}
.ui-slider-horizontal {
  height: .8em
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}
.ui-slider-vertical {
  width: .8em;
  height: 100px
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle
}
.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0
}
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none
}
.ui-spinner-up {
  top: 0
}
.ui-spinner-down {
  bottom: 0
}
.ui-tabs {
  position: relative;
  padding: .2em
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px
}
body .ui-tooltip {
  border-width: 2px
}
@font-face {
  font-display: fallback;
  font-family: "Exo 2";
  src: url(../fonts/Exo2-Thin.eot);
  src: url(../fonts/Exo2-Thin.eot?#iefix) format("embedded-opentype"),url(../fonts/Exo2-Thin.woff2) format("woff2"),url(../fonts/Exo2-Thin.woff) format("woff"),url(../fonts/Exo2-Thin.ttf) format("truetype"),url(../fonts/Exo2-Thin.svg#Exo2-Thin) format("svg");
  font-weight: 100;
  font-style: normal
}
@font-face {
  font-display: fallback;
  font-family: "Exo 2";
  src: url(../fonts/Exo2-Light.eot);
  src: url(../fonts/Exo2-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/Exo2-Light.woff2) format("woff2"),url(../fonts/Exo2-Light.woff) format("woff"),url(../fonts/Exo2-Light.ttf) format("truetype"),url(../fonts/Exo2-Light.svg#Exo2-Light) format("svg");
  font-weight: 300;
  font-style: normal
}
@font-face {
  font-display: fallback;
  font-family: "Exo 2";
  src: url(../fonts/Exo2-Regular.eot);
  src: url(../fonts/Exo2-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Exo2-Regular.woff2) format("woff2"),url(../fonts/Exo2-Regular.woff) format("woff"),url(../fonts/Exo2-Regular.ttf) format("truetype"),url(../fonts/Exo2-Regular.svg#Exo2-Regular) format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-display: fallback;
  font-family: "Exo 2";
  src: url(../fonts/Exo2-SemiBold.eot);
  src: url(../fonts/Exo2-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/Exo2-SemiBold.woff2) format("woff2"),url(../fonts/Exo2-SemiBold.woff) format("woff"),url(../fonts/Exo2-SemiBold.ttf) format("truetype"),url(../fonts/Exo2-SemiBold.svg#Exo2-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-display: fallback;
  font-family: "Exo 2";
  src: url(../fonts/Exo2-Regular.eot);
  src: url(../fonts/Exo2-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Exo2-Regular.woff2) format("woff2"),url(../fonts/Exo2-Regular.woff) format("woff"),url(../fonts/Exo2-Regular.ttf) format("truetype"),url(../fonts/Exo2-Regular.svg#Exo2-Regular) format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-display: fallback;
  font-family: "Exo 2";
  src: url(../fonts/Exo2-Regular.eot);
  src: url(../fonts/Exo2-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Exo2-Regular.woff2) format("woff2"),url(../fonts/Exo2-Regular.woff) format("woff"),url(../fonts/Exo2-Regular.ttf) format("truetype"),url(../fonts/Exo2-Regular.svg#Exo2-Regular) format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-display: fallback;
  font-family: "IBM Plex Sans";
  src: url(../fonts/IBMPlexSans.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-display: fallback;
  font-family: "IBM Plex Sans";
  src: url(../fonts/IBMPlexSans-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-display: fallback;
  font-family: "IBM Plex Sans";
  src: url(../fonts/IBMPlexSans-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
  min-width: 480px
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: url(../images/overlay-bg.png) repeat;
  background: rgba(0,0,0,.8)
}
.mfp-wrap {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0!important;
  -webkit-backface-visibility: hidden
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.mfp-align-top .mfp-container::before {
  display: none
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}
.mfp-ajax-cur {
  cursor: progress
}
.mfp-zoom {
  cursor: pointer
}
.mfp-auto-cursor .mfp-content {
  cursor: auto
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.mfp-loading.mfp-figure {
  display: none
}
.mfp-hide {
  display: none!important
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}
.mfp-preloader a {
  color: #ccc
}
.mfp-preloader a:hover {
  color: #fff
}
.mfp-s-ready .mfp-preloader {
  display: none
}
.mfp-s-error .mfp-content {
  display: none
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}
button::-moz-focus-inner {
  padding: 0;
  border: 0
}
button.mfp-close {
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  position: absolute;
  right: -35px;
  top: -25px;
  background: url(../images/icns/icn-popup-close.png) no-repeat;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  opacity: .5
}
button.mfp-close:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.mfp-counter {
  position: absolute;
  top: 10px;
  right: 0;
  color: #fff;
  font-size: .65em;
  white-space: nowrap
}
.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -16.5px;
  padding: 0;
  width: 33px;
  height: 33px;
  -webkit-tap-highlight-color: transparent;
  background: url(../images/icns/icns-gallery-nav.png) 0 0 no-repeat;
  opacity: .5;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.mfp-arrow:hover {
  opacity: 1
}
.mfp-arrow-left {
  background-position: 0 0;
  left: -50px
}
.mfp-arrow-right {
  background-position: -33px 0;
  left: auto;
  right: -50px
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}
.mfp-iframe-holder .mfp-close {
  top: -30px;
  right: -30px
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto
}
.mfp-figure {
  line-height: 0
}
.mfp-figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}
.mfp-figure figure {
  margin: 0
}
.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}
.mfp-image-holder .mfp-content {
  max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}
mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .8
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
  transform: scale(.8)
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(.8);
  transform: scale(.8);
  opacity: 0
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}
@media (max-width:766px) {
  .mfp-container {
    padding: 0
  }
  button.mfp-close {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    right: 0;
    top: -42px;
    border: 0 none;
    background-color: transparent;
    background: url(../images/icns/new/icon-popup-close.svg) 50% 50% no-repeat;
    background-size: 24px 24px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    opacity: .9;
    z-index: 102
  }
}
.btn-wrapper {
  display: inline-block;
  min-height: 40px
}
.btn-wrapper.g-exlarge {
  min-height: 55px
}
.btn-wrapper.g-large {
  min-height: 48px
}
.btn-wrapper.g-large .btn .g-btn-el,
.btn-wrapper.g-large .btn > a,
.btn-wrapper.g-large .btn button,
.btn-wrapper.g-large .btn input[type=submit] {
  font-size: 18px;
  height: 48px;
  line-height: 46px
}
.btn-wrapper.g-small {
  min-height: 32px
}
.btn-wrapper.g-small .btn .g-btn-el,
.btn-wrapper.g-small .btn > a,
.btn-wrapper.g-small .btn button,
.btn-wrapper.g-small .btn input[type=submit] {
  font-size: 14px;
  height: 32px;
  line-height: 30px;
  padding: 0 20px
}
.btn-wrapper.wrapper-fullwidth {
  width: 100%
}
.btn-wrapper.wrapper-fullwidth .btn .g-btn-el,
.btn-wrapper.wrapper-fullwidth .btn > a,
.btn-wrapper.wrapper-fullwidth .btn button,
.btn-wrapper.wrapper-fullwidth .btn input[type=submit] {
  width: 100%;
  padding: 0
}
.btn-wrapper.g-shadowed {
  overflow: visible
}
.btn-wrapper.g-shadowed .btn .g-btn-el,
.btn-wrapper.g-shadowed .btn > a,
.btn-wrapper.g-shadowed .btn button,
.btn-wrapper.g-shadowed .btn input[type=submit] {
  padding: 0 25px
}
.btn .g-btn-el,
.btn > a,
.btn button,
.btn input[type=button],
.btn input[type=submit] {
  cursor: pointer;
  font-size: 16px;
  font-family: "Exo 2","Open Sans",Arial,Helvetica,sans-serif;
  font-weight: 400;
  text-align: center;
  height: 40px;
  line-height: 39px;
  display: inline-block;
  white-space: nowrap;
  border-radius: 4px;
  padding: 0 32px;
  border: 0 none;
  text-decoration: none;
  vertical-align: top;
  color: #fff;
  background: #2799d6;
  background-position: 50% 50%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(39,153,214,.35);
  box-shadow: 0 4px 8px 0 rgba(39,153,214,.35);
  border-bottom: none;
  -webkit-transition: background 50ms ease;
  transition: background 50ms ease
}
.btn .g-btn-el:hover,
.btn > a:hover,
.btn button:hover,
.btn input[type=button]:hover,
.btn input[type=submit]:hover {
  color: #fff;
  background: #7cc1e6;
  -webkit-box-shadow: 0 4px 16px 0 rgba(39,153,214,.25);
  box-shadow: 0 4px 16px 0 rgba(39,153,214,.25);
  text-decoration: none
}
.btn .g-btn-el:active,
.btn > a:active,
.btn button:active,
.btn input[type=button]:active,
.btn input[type=submit]:active {
  background: #207fb2;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.btn.btn-disabled > a {
  opacity: .2;
  cursor: default
}
.btn input[type=button]:disabled,
.btn input[type=button]:disabled:hover,
.btn input[type=submit]:disabled,
.btn input[type=submit]:disabled:hover {
  cursor: default;
  -webkit-transition: none;
  transition: none;
  color: #a6b4c1;
  background: #eceff2;
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn-blue .g-btn-el,
.btn-blue > a,
.btn-blue button,
.btn-blue input[type=button],
.btn-blue input[type=submit],
.btn-blue-light .g-btn-el,
.btn-blue-light > a,
.btn-blue-light button,
.btn-blue-light input[type=button],
.btn-blue-light input[type=submit] {
  background: #2799d6;
  background-position: 50% 50%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(39,153,214,.35);
  box-shadow: 0 4px 8px 0 rgba(39,153,214,.35);
  border-bottom: none;
  -webkit-transition: background 50ms ease;
  transition: background 50ms ease
}
.btn-blue .g-btn-el:hover,
.btn-blue > a:hover,
.btn-blue button:hover,
.btn-blue input[type=button]:hover,
.btn-blue input[type=submit]:hover,
.btn-blue-light .g-btn-el:hover,
.btn-blue-light > a:hover,
.btn-blue-light button:hover,
.btn-blue-light input[type=button]:hover,
.btn-blue-light input[type=submit]:hover {
  background: #7cc1e6;
  -webkit-box-shadow: 0 4px 16px 0 rgba(39,153,214,.25);
  box-shadow: 0 4px 16px 0 rgba(39,153,214,.25);
  text-decoration: none
}
.btn-blue .g-btn-el:active,
.btn-blue > a:active,
.btn-blue button:active,
.btn-blue input[type=button]:active,
.btn-blue input[type=submit]:active,
.btn-blue-light .g-btn-el:active,
.btn-blue-light > a:active,
.btn-blue-light button:active,
.btn-blue-light input[type=button]:active,
.btn-blue-light input[type=submit]:active {
  background: #207fb2
}
.btn-blue-light-opt .g-btn-el,
.btn-blue-light-opt > a,
.btn-blue-light-opt button,
.btn-blue-light-opt input[type=button],
.btn-blue-light-opt input[type=submit],
.btn-blue-opt .g-btn-el,
.btn-blue-opt > a,
.btn-blue-opt button,
.btn-blue-opt input[type=button],
.btn-blue-opt input[type=submit] {
  color: #fff;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(255,255,255,.5)
}
.btn-blue-light-opt .g-btn-el:hover,
.btn-blue-light-opt > a:hover,
.btn-blue-light-opt button:hover,
.btn-blue-light-opt input[type=button]:hover,
.btn-blue-light-opt input[type=submit]:hover,
.btn-blue-opt .g-btn-el:hover,
.btn-blue-opt > a:hover,
.btn-blue-opt button:hover,
.btn-blue-opt input[type=button]:hover,
.btn-blue-opt input[type=submit]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.2);
  border-color: #fff
}
.btn-blue-light-opt .g-btn-el:active,
.btn-blue-light-opt > a:active,
.btn-blue-light-opt button:active,
.btn-blue-light-opt input[type=button]:active,
.btn-blue-light-opt input[type=submit]:active,
.btn-blue-opt .g-btn-el:active,
.btn-blue-opt > a:active,
.btn-blue-opt button:active,
.btn-blue-opt input[type=button]:active,
.btn-blue-opt input[type=submit]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.5);
  border-color: #fff
}
.btn-blue-light-white-opt .g-btn-el,
.btn-blue-light-white-opt > a,
.btn-blue-light-white-opt button,
.btn-blue-light-white-opt input[type=button],
.btn-blue-light-white-opt input[type=submit],
.btn-blue-white-opt .g-btn-el,
.btn-blue-white-opt > a,
.btn-blue-white-opt button,
.btn-blue-white-opt input[type=button],
.btn-blue-white-opt input[type=submit] {
  color: #000;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(39,153,214,.4)
}
.btn-blue-light-white-opt .g-btn-el:hover,
.btn-blue-light-white-opt > a:hover,
.btn-blue-light-white-opt button:hover,
.btn-blue-light-white-opt input[type=button]:hover,
.btn-blue-light-white-opt input[type=submit]:hover,
.btn-blue-white-opt .g-btn-el:hover,
.btn-blue-white-opt > a:hover,
.btn-blue-white-opt button:hover,
.btn-blue-white-opt input[type=button]:hover,
.btn-blue-white-opt input[type=submit]:hover {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  border-color: #2799d6
}
.btn-blue-light-white-opt .g-btn-el:active,
.btn-blue-light-white-opt > a:active,
.btn-blue-light-white-opt button:active,
.btn-blue-light-white-opt input[type=button]:active,
.btn-blue-light-white-opt input[type=submit]:active,
.btn-blue-white-opt .g-btn-el:active,
.btn-blue-white-opt > a:active,
.btn-blue-white-opt button:active,
.btn-blue-white-opt input[type=button]:active,
.btn-blue-white-opt input[type=submit]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f1f6fb;
  border-color: #2799d6
}
.btn-dgreen .g-btn-el,
.btn-dgreen > a,
.btn-dgreen button,
.btn-dgreen input[type=button],
.btn-dgreen input[type=submit] {
  background: #0dacaa;
  -webkit-box-shadow: 0 4px 8px 0 rgba(13,172,170,.35);
  box-shadow: 0 4px 8px 0 rgba(13,172,170,.35)
}
.btn-dgreen .g-btn-el:hover,
.btn-dgreen > a:hover,
.btn-dgreen button:hover,
.btn-dgreen input[type=button]:hover,
.btn-dgreen input[type=submit]:hover {
  background: #6ccdcb;
  -webkit-box-shadow: 0 4px 16px 0 rgba(13,172,170,.25);
  box-shadow: 0 4px 16px 0 rgba(13,172,170,.25)
}
.btn-dgreen .g-btn-el:active,
.btn-dgreen > a:active,
.btn-dgreen button:active,
.btn-dgreen input[type=button]:active,
.btn-dgreen input[type=submit]:active {
  background: #2a9a98
}
.btn-dgreen-opt .g-btn-el,
.btn-dgreen-opt > a,
.btn-dgreen-opt button,
.btn-dgreen-opt input[type=button],
.btn-dgreen-opt input[type=submit] {
  color: #fff;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(13,172,170,.5)
}
.btn-dgreen-opt .g-btn-el:hover,
.btn-dgreen-opt > a:hover,
.btn-dgreen-opt button:hover,
.btn-dgreen-opt input[type=button]:hover,
.btn-dgreen-opt input[type=submit]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.2);
  border-color: #0dacaa
}
.btn-dgreen-opt .g-btn-el:active,
.btn-dgreen-opt > a:active,
.btn-dgreen-opt button:active,
.btn-dgreen-opt input[type=button]:active,
.btn-dgreen-opt input[type=submit]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.5);
  border-color: #0dacaa
}
.btn-dgreen-white-opt .g-btn-el,
.btn-dgreen-white-opt > a,
.btn-dgreen-white-opt button,
.btn-dgreen-white-opt input[type=button],
.btn-dgreen-white-opt input[type=submit] {
  color: #000;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(13,172,170,.4)
}
.btn-dgreen-white-opt .g-btn-el:hover,
.btn-dgreen-white-opt > a:hover,
.btn-dgreen-white-opt button:hover,
.btn-dgreen-white-opt input[type=button]:hover,
.btn-dgreen-white-opt input[type=submit]:hover {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  border-color: #0dacaa
}
.btn-dgreen-white-opt .g-btn-el:active,
.btn-dgreen-white-opt > a:active,
.btn-dgreen-white-opt button:active,
.btn-dgreen-white-opt input[type=button]:active,
.btn-dgreen-white-opt input[type=submit]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f1f6fb;
  border-color: #0dacaa
}
.btn-green .g-btn-el,
.btn-green > a,
.btn-green button,
.btn-green input[type=button],
.btn-green input[type=submit] {
  background: #00a25a;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,162,90,.35);
  box-shadow: 0 4px 8px 0 rgba(0,162,90,.35)
}
.btn-green .g-btn-el:hover,
.btn-green > a:hover,
.btn-green button:hover,
.btn-green input[type=button]:hover,
.btn-green input[type=submit]:hover {
  background: #67c79c;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0,162,90,.25);
  box-shadow: 0 4px 16px 0 rgba(0,162,90,.25)
}
.btn-green .g-btn-el:active,
.btn-green > a:active,
.btn-green button:active,
.btn-green input[type=button]:active,
.btn-green input[type=submit]:active {
  background: #188152
}
.btn-green-opt .g-btn-el,
.btn-green-opt > a,
.btn-green-opt button,
.btn-green-opt input[type=button],
.btn-green-opt input[type=submit] {
  color: #fff;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0,162,90,.5)
}
.btn-green-opt .g-btn-el:hover,
.btn-green-opt > a:hover,
.btn-green-opt button:hover,
.btn-green-opt input[type=button]:hover,
.btn-green-opt input[type=submit]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.2);
  border-color: #00a25a
}
.btn-green-opt .g-btn-el:active,
.btn-green-opt > a:active,
.btn-green-opt button:active,
.btn-green-opt input[type=button]:active,
.btn-green-opt input[type=submit]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.5);
  border-color: #00a25a
}
.btn-green-white-opt .g-btn-el,
.btn-green-white-opt > a,
.btn-green-white-opt button,
.btn-green-white-opt input[type=button],
.btn-green-white-opt input[type=submit] {
  color: #000;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0,162,90,.4)
}
.btn-green-white-opt .g-btn-el:hover,
.btn-green-white-opt > a:hover,
.btn-green-white-opt button:hover,
.btn-green-white-opt input[type=button]:hover,
.btn-green-white-opt input[type=submit]:hover {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  border-color: #00a25a
}
.btn-green-white-opt .g-btn-el:active,
.btn-green-white-opt > a:active,
.btn-green-white-opt button:active,
.btn-green-white-opt input[type=button]:active,
.btn-green-white-opt input[type=submit]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f1f6fb;
  border-color: #00a25a
}
.btn-green-rounded .g-btn-el,
.btn-green-rounded > a,
.btn-green-rounded button,
.btn-green-rounded input[type=button],
.btn-green-rounded input[type=submit] {
  color: #fff;
  background: #079833;
  -webkit-box-shadow: 0 2px 10px rgba(56,66,73,.9);
  box-shadow: 0 2px 10px rgba(56,66,73,.9);
  border-radius: 30px
}
.btn-green-rounded .g-btn-el:hover,
.btn-green-rounded > a:hover,
.btn-green-rounded button:hover,
.btn-green-rounded input[type=button]:hover,
.btn-green-rounded input[type=submit]:hover {
  background: #18b648
}
.btn-blue-opt-rounded .g-btn-el,
.btn-blue-opt-rounded > a,
.btn-blue-opt-rounded button,
.btn-blue-opt-rounded input[type=button],
.btn-blue-opt-rounded input[type=submit] {
  color: #065894;
  background: #f2f9ff;
  -webkit-box-shadow: 0 2px 10px rgba(120,150,172,.004);
  box-shadow: 0 2px 10px rgba(120,150,172,.004);
  border-radius: 30px
}
.btn-blue-opt-rounded .g-btn-el .g-more,
.btn-blue-opt-rounded > a .g-more,
.btn-blue-opt-rounded button .g-more,
.btn-blue-opt-rounded input[type=button] .g-more,
.btn-blue-opt-rounded input[type=submit] .g-more {
  float: right;
  width: 20px;
  height: 13px;
  margin: 3px 0 0 10px;
  background: url(../images/bankguar/icn-arrw-more.png);
  background: url(../images/bankguar/icn-arrw-more.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/bankguar/icn-arrw-more.svg),linear-gradient(transparent,transparent)
}
.btn-blue-opt-rounded .g-btn-el:hover,
.btn-blue-opt-rounded > a:hover,
.btn-blue-opt-rounded button:hover,
.btn-blue-opt-rounded input[type=button]:hover,
.btn-blue-opt-rounded input[type=submit]:hover {
  background: #e3f3ff
}
.btn-dark-orange .g-btn-el,
.btn-dark-orange > a,
.btn-dark-orange button,
.btn-dark-orange input[type=button],
.btn-dark-orange input[type=submit],
.btn-orange .g-btn-el,
.btn-orange > a,
.btn-orange button,
.btn-orange input[type=button],
.btn-orange input[type=submit] {
  background: #f08d24;
  -webkit-box-shadow: 0 4px 8px 0 rgba(240,141,36,.35);
  box-shadow: 0 4px 8px 0 rgba(240,141,36,.35)
}
.btn-dark-orange .g-btn-el:hover,
.btn-dark-orange > a:hover,
.btn-dark-orange button:hover,
.btn-dark-orange input[type=button]:hover,
.btn-dark-orange input[type=submit]:hover,
.btn-orange .g-btn-el:hover,
.btn-orange > a:hover,
.btn-orange button:hover,
.btn-orange input[type=button]:hover,
.btn-orange input[type=submit]:hover {
  background: #f6ba7b;
  -webkit-box-shadow: 0 4px 16px 0 rgba(240,141,36,.25);
  box-shadow: 0 4px 16px 0 rgba(240,141,36,.25)
}
.btn-dark-orange .g-btn-el:active,
.btn-dark-orange > a:active,
.btn-dark-orange button:active,
.btn-dark-orange input[type=button]:active,
.btn-dark-orange input[type=submit]:active,
.btn-orange .g-btn-el:active,
.btn-orange > a:active,
.btn-orange button:active,
.btn-orange input[type=button]:active,
.btn-orange input[type=submit]:active {
  background: #d66a24
}
.btn-orange-opt .g-btn-el,
.btn-orange-opt > a,
.btn-orange-opt button,
.btn-orange-opt input[type=button],
.btn-orange-opt input[type=submit] {
  color: #fff;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(240,141,36,.5)
}
.btn-orange-opt .g-btn-el:hover,
.btn-orange-opt > a:hover,
.btn-orange-opt button:hover,
.btn-orange-opt input[type=button]:hover,
.btn-orange-opt input[type=submit]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.2);
  border-color: #f08d24
}
.btn-orange-opt .g-btn-el:active,
.btn-orange-opt > a:active,
.btn-orange-opt button:active,
.btn-orange-opt input[type=button]:active,
.btn-orange-opt input[type=submit]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.5);
  border-color: #f08d24
}
.btn-orange-white-opt .g-btn-el,
.btn-orange-white-opt > a,
.btn-orange-white-opt button,
.btn-orange-white-opt input[type=button],
.btn-orange-white-opt input[type=submit] {
  color: #000;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(240,141,36,.4)
}
.btn-orange-white-opt .g-btn-el:hover,
.btn-orange-white-opt > a:hover,
.btn-orange-white-opt button:hover,
.btn-orange-white-opt input[type=button]:hover,
.btn-orange-white-opt input[type=submit]:hover {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  border-color: #f08d24
}
.btn-orange-white-opt .g-btn-el:active,
.btn-orange-white-opt > a:active,
.btn-orange-white-opt button:active,
.btn-orange-white-opt input[type=button]:active,
.btn-orange-white-opt input[type=submit]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f1f6fb;
  border-color: #f08d24
}
.btn-red .g-btn-el,
.btn-red > a,
.btn-red button,
.btn-red input[type=button],
.btn-red input[type=submit] {
  background: #eb482f;
  -webkit-box-shadow: 0 4px 8px 0 rgba(235,72,47,.35);
  box-shadow: 0 4px 8px 0 rgba(235,72,47,.35)
}
.btn-red .g-btn-el:hover,
.btn-red > a:hover,
.btn-red button:hover,
.btn-red input[type=button]:hover,
.btn-red input[type=submit]:hover {
  background: #f39182;
  -webkit-box-shadow: 0 4px 16px 0 rgba(235,72,47,.25);
  box-shadow: 0 4px 16px 0 rgba(235,72,47,.25)
}
.btn-red .g-btn-el:active,
.btn-red > a:active,
.btn-red button:active,
.btn-red input[type=button]:active,
.btn-red input[type=submit]:active {
  background: #b9362f
}
.btn-red-opt .g-btn-el,
.btn-red-opt > a,
.btn-red-opt button,
.btn-red-opt input[type=button],
.btn-red-opt input[type=submit] {
  color: #fff;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(235,72,47,.5)
}
.btn-red-opt .g-btn-el:hover,
.btn-red-opt > a:hover,
.btn-red-opt button:hover,
.btn-red-opt input[type=button]:hover,
.btn-red-opt input[type=submit]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.2);
  border-color: #eb482f
}
.btn-red-opt .g-btn-el:active,
.btn-red-opt > a:active,
.btn-red-opt button:active,
.btn-red-opt input[type=button]:active,
.btn-red-opt input[type=submit]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.5);
  border-color: #eb482f
}
.btn-red-white-opt .g-btn-el,
.btn-red-white-opt > a,
.btn-red-white-opt button,
.btn-red-white-opt input[type=button],
.btn-red-white-opt input[type=submit] {
  color: #000;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(235,72,47,.4)
}
.btn-red-white-opt .g-btn-el:hover,
.btn-red-white-opt > a:hover,
.btn-red-white-opt button:hover,
.btn-red-white-opt input[type=button]:hover,
.btn-red-white-opt input[type=submit]:hover {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  border-color: #eb482f
}
.btn-red-white-opt .g-btn-el:active,
.btn-red-white-opt > a:active,
.btn-red-white-opt button:active,
.btn-red-white-opt input[type=button]:active,
.btn-red-white-opt input[type=submit]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f1f6fb;
  border-color: #eb482f
}
.btn.g-disabled > a {
  cursor: default;
  background: #a6b4c1;
  border-bottom: 3px solid #1c324a
}
.btn.g-disabled > a:active,
.btn.g-disabled > a:hover {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border-bottom: 3px solid #1c324a
}
.g-scroll-top-btn {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 42px;
  bottom: 42px;
  z-index: 11;
  background: #fff;
  border: 1px solid #a6b4c1;
  text-decoration: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
  box-shadow: 0 0 10px rgba(0,0,0,.15)
}
.g-scroll-top-btn i {
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/icns/icn-gotop.png) 0 0 no-repeat;
  background: url(../images/icns/icn-gotop.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-gotop.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: 38px 38px
}
.g-scroll-top-btn:hover i {
  -webkit-animation: .4s bounce linear;
  animation: .4s bounce linear
}
@media (max-width:1278px) {
  .g-scroll-top-btn {
    display: none;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }
}
.btn-wrapper.g-n-wrap {
  display: inline-block;
  overflow: visible
}
.btn-wrapper.g-n-wrap .btn .g-btn-el,
.btn-wrapper.g-n-wrap .btn > a,
.btn-wrapper.g-n-wrap .btn button,
.btn-wrapper.g-n-wrap .btn input[type=submit] {
  border-radius: 4px;
  padding: 0 30px
}
.btn-wrapper.g-n-wrap.g-large .btn .g-btn-el,
.btn-wrapper.g-n-wrap.g-large .btn > a,
.btn-wrapper.g-n-wrap.g-large .btn button,
.btn-wrapper.g-n-wrap.g-large .btn input[type=submit] {
  padding: 0 30px
}
.btn-blue-light-n .g-btn-el,
.btn-blue-light-n > a,
.btn-blue-light-n button,
.btn-blue-light-n input[type=button],
.btn-blue-light-n input[type=submit] {
  color: #fff;
  background: #2799d6;
  -webkit-box-shadow: 0 4px 8px 0,rgba(39,153,214,.35);
  box-shadow: 0 4px 8px 0,rgba(39,153,214,.35);
  border-bottom: none;
  -webkit-transition: all .1s;
  transition: all .1s
}
.btn-blue-light-n .g-btn-el:hover,
.btn-blue-light-n > a:hover,
.btn-blue-light-n button:hover,
.btn-blue-light-n input[type=button]:hover,
.btn-blue-light-n input[type=submit]:hover {
  color: #fff;
  background: #7cc1e6;
  -webkit-box-shadow: 0 4px 8px 0 rgba(39,153,214,.25);
  box-shadow: 0 4px 8px 0 rgba(39,153,214,.25)
}
.btn-blue-light-n .g-btn-el:active,
.btn-blue-light-n > a:active,
.btn-blue-light-n button:active,
.btn-blue-light-n input[type=button]:active,
.btn-blue-light-n input[type=submit]:active {
  background: #207fb2;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.btn-orange-n .g-btn-el,
.btn-orange-n > a,
.btn-orange-n button,
.btn-orange-n input[type=button],
.btn-orange-n input[type=submit] {
  color: #fff;
  background: #ef7a25;
  -webkit-box-shadow: 0 4px 8px 0 rgba(239,122,37,.35);
  box-shadow: 0 4px 8px 0 rgba(239,122,37,.35);
  border-bottom: none;
  -webkit-transition: all .1s;
  transition: all .1s
}
.btn-orange-n .g-btn-el:hover,
.btn-orange-n > a:hover,
.btn-orange-n button:hover,
.btn-orange-n input[type=button]:hover,
.btn-orange-n input[type=submit]:hover {
  color: #fff;
  background: #f5ae7b;
  -webkit-box-shadow: 0 4px 8px 0 rgba(239,122,37,.25);
  box-shadow: 0 4px 8px 0 rgba(239,122,37,.25)
}
.btn-orange-n .g-btn-el:active,
.btn-orange-n > a:active,
.btn-orange-n button:active,
.btn-orange-n input[type=button]:active,
.btn-orange-n input[type=submit]:active {
  background: #d0681d;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.btn-dgreen-n .g-btn-el,
.btn-dgreen-n > a,
.btn-dgreen-n button,
.btn-dgreen-n input[type=button],
.btn-dgreen-n input[type=submit] {
  color: #fff;
  background: #0dacaa;
  -webkit-box-shadow: 0 4px 8px 0 rgba(13,172,170,.35);
  box-shadow: 0 4px 8px 0 rgba(13,172,170,.35);
  border-bottom: none;
  -webkit-transition: all .1s;
  transition: all .1s
}
.btn-dgreen-n .g-btn-el:hover,
.btn-dgreen-n > a:hover,
.btn-dgreen-n button:hover,
.btn-dgreen-n input[type=button]:hover,
.btn-dgreen-n input[type=submit]:hover {
  color: #fff;
  background: #6ccdcb;
  -webkit-box-shadow: 0 4px 8px 0 rgba(13,172,170,.25);
  box-shadow: 0 4px 8px 0 rgba(13,172,170,.25)
}
.btn-dgreen-n .g-btn-el:active,
.btn-dgreen-n > a:active,
.btn-dgreen-n button:active,
.btn-dgreen-n input[type=button]:active,
.btn-dgreen-n input[type=submit]:active {
  background: #2a9a98;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.btn-white-n .g-btn-el,
.btn-white-n > a,
.btn-white-n button,
.btn-white-n input[type=button],
.btn-white-n input[type=submit] {
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(34,34,34,.15);
  box-shadow: 0 2px 8px 0 rgba(34,34,34,.15);
  border-bottom: none;
  -webkit-transition: all .1s;
  transition: all .1s
}
.btn-white-n .g-btn-el:hover,
.btn-white-n > a:hover,
.btn-white-n button:hover,
.btn-white-n input[type=button]:hover,
.btn-white-n input[type=submit]:hover {
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(34,34,34,.1);
  box-shadow: 0 4px 8px 0 rgba(34,34,34,.1)
}
.btn-white-n .g-btn-el:active,
.btn-white-n > a:active,
.btn-white-n button:active,
.btn-white-n input[type=button]:active,
.btn-white-n input[type=submit]:active {
  color: #000;
  background: #d2d9e0;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.btn-white-opt-n .g-btn-el,
.btn-white-opt-n > a,
.btn-white-opt-n button,
.btn-white-opt-n input[type=button],
.btn-white-opt-n input[type=submit] {
  color: #fff;
  background: 0 0;
  border: 1px solid rgba(255,255,255,.5);
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.btn-white-opt-n .g-btn-el:hover,
.btn-white-opt-n > a:hover,
.btn-white-opt-n button:hover,
.btn-white-opt-n input[type=button]:hover,
.btn-white-opt-n input[type=submit]:hover {
  color: #fff;
  background: rgba(255,255,255,.2);
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.btn-white-opt-n .g-btn-el:active,
.btn-white-opt-n > a:active,
.btn-white-opt-n button:active,
.btn-white-opt-n input[type=button]:active,
.btn-white-opt-n input[type=submit]:active {
  border: 1px solid #fff;
  background: rgba(255,255,255,.5);
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.button {
  cursor: pointer;
  font-size: 16px;
  font-family: "Exo 2","Open Sans",Arial,Helvetica,sans-serif;
  font-weight: 400;
  text-align: center;
  height: 40px;
  line-height: 39px;
  display: inline-block;
  white-space: nowrap;
  border-radius: 4px;
  padding: 0 32px;
  border: 0 none;
  text-decoration: none;
  vertical-align: top;
  color: #fff;
  background: #2799d6;
  background-position: 50% 50%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(39,153,214,.35);
  box-shadow: 0 4px 8px 0 rgba(39,153,214,.35);
  border-bottom: none;
  -webkit-transition: background 50ms ease;
  transition: background 50ms ease
}
.button.button--iconed {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.button .button__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.button .button__icon + span {
  display: inline-block;
  margin-left: 10px
}
.button span + .button__icon {
  margin-right: 10px
}
.button .button__text {
  display: inline-block;
  margin-top: -2px
}
.button:hover {
  color: #fff;
  background: #7cc1e6;
  -webkit-box-shadow: 0 4px 16px 0 rgba(39,153,214,.25);
  box-shadow: 0 4px 16px 0 rgba(39,153,214,.25);
  text-decoration: none
}
.button:active {
  background: #207fb2;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.button--large {
  font-size: 18px;
  height: 48px;
  line-height: 46px
}
.button--small {
  font-size: 14px;
  height: 32px;
  line-height: 30px;
  padding: 0 20px
}
.button--fluid {
  width: 100%;
  padding: 0
}
.button--dark-blue {
  font-family: "Exo 2",sans-serif;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: #0450f2;
  border-radius: 8px;
  padding: .75rem 2rem;
  text-decoration: none;
  border: none;
  height: 48px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--dark-blue:hover {
  background-color: #1f66ff;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--dark-blue:active {
  background: #0041cb
}
.button--dark-blue:disabled {
  background: #e6e6e6;
  color: #8d93a1
}
.button--blue {
  background: #2799d6;
  -webkit-box-shadow: 0 4px 8px 0 rgba(39,153,214,.35);
  box-shadow: 0 4px 8px 0 rgba(39,153,214,.35)
}
.button--blue:hover {
  background: #7cc1e6;
  -webkit-box-shadow: 0 4px 16px 0 rgba(39,153,214,.25);
  box-shadow: 0 4px 16px 0 rgba(39,153,214,.25)
}
.button--blue:active {
  background: #207fb2
}
.button--orange {
  background: #f08d24;
  -webkit-box-shadow: 0 4px 8px 0 rgba(240,141,36,.35);
  box-shadow: 0 4px 8px 0 rgba(240,141,36,.35)
}
.button--orange:hover {
  background: #f6ba7b;
  -webkit-box-shadow: 0 4px 16px 0 rgba(240,141,36,.25);
  box-shadow: 0 4px 16px 0 rgba(240,141,36,.25)
}
.button--orange:active {
  background: #d66a24
}
.button--green {
  background: #0dacaa;
  -webkit-box-shadow: 0 4px 8px 0 rgba(13,172,170,.35);
  box-shadow: 0 4px 8px 0 rgba(13,172,170,.35)
}
.button--green:hover {
  background: #6ccdcb;
  -webkit-box-shadow: 0 4px 16px 0 rgba(13,172,170,.25);
  box-shadow: 0 4px 16px 0 rgba(13,172,170,.25)
}
.button--green:active {
  background: #2a9a98
}
.button--brightgreen {
  background: #00a25a;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,162,90,.35);
  box-shadow: 0 4px 8px 0 rgba(0,162,90,.35)
}
.button--brightgreen:hover {
  background: #67c79c;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0,162,90,.25);
  box-shadow: 0 4px 16px 0 rgba(0,162,90,.25)
}
.button--brightgreen:active {
  background: #188152
}
.button--red {
  background: #eb482f;
  -webkit-box-shadow: 0 4px 8px 0 rgba(235,72,47,.35);
  box-shadow: 0 4px 8px 0 rgba(235,72,47,.35)
}
.button--red:hover {
  background: #f39182;
  -webkit-box-shadow: 0 4px 16px 0 rgba(235,72,47,.25);
  box-shadow: 0 4px 16px 0 rgba(235,72,47,.25)
}
.button--red:active {
  background: #b9362f
}
.button--white {
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(34,34,34,.15);
  box-shadow: 0 2px 8px 0 rgba(34,34,34,.15)
}
.button--white:hover {
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(34,34,34,.12);
  box-shadow: 0 4px 16px 0 rgba(34,34,34,.12)
}
.button--white:active {
  color: #000;
  background: #d2d9e0;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.button--opt {
  color: #000;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(255,255,255,.5)
}
.button--opt:hover {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.2);
  border-color: #fff
}
.button--opt:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.5);
  border-color: #fff
}
.button--blue-opt {
  color: #fff;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(255,255,255,.5)
}
.button--blue-opt:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.2);
  border-color: #fff
}
.button--blue-opt:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.5);
  border-color: #fff
}
.button--blue-white-opt {
  color: #000;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(39,153,214,.4)
}
.button--blue-white-opt:hover {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  border-color: #2799d6
}
.button--blue-white-opt:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f1f6fb;
  border-color: #2799d6
}
.button--orange-opt {
  color: #fff;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(240,141,36,.5)
}
.button--orange-opt:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.2);
  border-color: #f08d24
}
.button--orange-opt:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.5);
  border-color: #f08d24
}
.button--orange-white-opt {
  color: #000;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(240,141,36,.4)
}
.button--orange-white-opt:hover {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  border-color: #f08d24
}
.button--orange-white-opt:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f1f6fb;
  border-color: #f08d24
}
.button--orange-white-opt-additional {
  color: #f08d24;
  font-weight: 600;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent
}
.button--orange-white-opt-additional:hover {
  color: #f08d24;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  border-color: rgba(240,141,36,.4)
}
.button--orange-white-opt-additional:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f1f6fb;
  border-color: #f08d24
}
.button--green-opt {
  color: #fff;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(13,172,170,.5)
}
.button--green-opt:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.2);
  border-color: #0dacaa
}
.button--green-opt:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.5);
  border-color: #0dacaa
}
.button--green-white-opt {
  color: #000;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(13,172,170,.4)
}
.button--green-white-opt:hover {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  border-color: #0dacaa
}
.button--green-white-opt:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f1f6fb;
  border-color: #0dacaa
}
.button--brightgreen-opt {
  color: #fff;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0,162,90,.5)
}
.button--brightgreen-opt:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.2);
  border-color: #00a25a
}
.button--brightgreen-opt:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.5);
  border-color: #00a25a
}
.button--brightgreen-white-opt {
  color: #000;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0,162,90,.4)
}
.button--brightgreen-white-opt:hover {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  border-color: #00a25a
}
.button--brightgreen-white-opt:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f1f6fb;
  border-color: #00a25a
}
.button--red-opt {
  color: #fff;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(235,72,47,.5)
}
.button--red-opt:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.2);
  border-color: #eb482f
}
.button--red-opt:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255,255,255,.5);
  border-color: #eb482f
}
.button--red-white--opt {
  color: #000;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(235,72,47,.4)
}
.button--red-white--opt:hover {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  border-color: #eb482f
}
.button--red-white--opt:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f1f6fb;
  border-color: #eb482f
}
.button--white-opt {
  background: 0 0;
  border: 1px solid rgba(255,255,255,.5);
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.button--white-opt:hover {
  color: #fff;
  background: rgba(255,255,255,.2);
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.button--white-opt:active {
  border: 1px solid #fff;
  background: rgba(255,255,255,.5)
}
.button--backwhite-opt {
  padding: 0 16px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  background: rgba(255,255,255,.2);
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.button--backwhite-opt:hover {
  color: #fff;
  background: rgba(255,255,255,.5);
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.button--backwhite-opt:active {
  background: rgba(255,255,255,.6)
}
.button--light-blue {
  padding: 0 16px;
  border: none;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: #dbe7ff;
  color: #0041cb;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.button--light-blue:hover {
  color: #0041cb;
  background: #e6f0ff;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.button--light-blue:active {
  background: #cdddff
}
.button--light-blue:disabled {
  background: #e6e6e6;
  color: #8d93a1
}
.button--attach-file {
  color: #000;
  background: #fff;
  border: 1px solid #a6b4c1;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.button--attach-file:hover {
  color: #000;
  background: #fff;
  border-color: #2799d6;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.button--attach-file:active {
  background: #f1f4f6;
  border-color: #2799d6;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.button--attach-file input {
  display: none
}
.button--blue-border {
  border: 1px solid #81a7f8;
  color: #0041cb;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  -webkit-transition: .4s ease;
  transition: .4s ease
}
.button--blue-border:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  color: #0041cb;
  border-color: #0041cb
}
.button--blue-border:active {
  border-color: #e3f3ff;
  background: #e3f3ff
}
.button--disabled,
.button--disabled:active,
.button--disabled:hover,
.button:disabled,
.button:disabled:active,
.button:disabled:hover {
  cursor: default;
  -webkit-transition: none;
  transition: none;
  color: #a6b4c1;
  background: #eceff2;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--loading,
.button--loading:active,
.button--loading:disabled,
.button--loading:disabled:active,
.button--loading:disabled:hover,
.button--loading:hover {
  cursor: default;
  color: transparent;
  background-color: #eceff2;
  background-image: url(../images/icns/three-dots-preloader.svg);
  background-position: 50% 50%;
  background-size: 46px 12px;
  background-repeat: no-repeat;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--white-opt:disabled,
.button--white-opt:disabled:active,
.button--white-opt:disabled:hover {
  background: 0 0
}
.button--blue-opt:disabled,
.button--blue-opt:disabled:active,
.button--blue-opt:disabled:hover {
  border-color: #2799d6;
  background: #fff
}
.button--more {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 14px 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(6,88,148,.12);
  box-shadow: 0 2px 10px rgba(6,88,148,.12);
  border-radius: 4px;
  z-index: 10;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: all 50ms;
  transition: all 50ms
}
.button--more:hover {
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(6,88,148,.15);
  box-shadow: 0 4px 16px rgba(6,88,148,.15);
  -webkit-transform: translateY(2px);
  transform: translateY(2px)
}
.button--more:active {
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(6,88,148,.07);
  box-shadow: 0 2px 10px rgba(6,88,148,.07);
  -webkit-transform: translateY(6px);
  transform: translateY(6px)
}
.button.js-hide {
  display: none
}
@media (max-width:766px) {
  .button {
    font-size: 18px;
    height: 56px;
    line-height: 54px
  }
  .btn-wrapper {
    min-height: 56px
  }
  .btn-wrapper .btn .g-btn-el,
  .btn-wrapper .btn > a,
  .btn-wrapper .btn button,
  .btn-wrapper .btn input[type=button],
  .btn-wrapper .btn input[type=submit] {
    height: 56px!important;
    line-height: 54px!important
  }
}
@-webkit-keyframes lamprotate {
  25% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
  }
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  75% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
  }
}
@keyframes lamprotate {
  25% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
  }
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  75% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .4
  }
  75% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: .7
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .4
  }
  75% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: .7
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
@-webkit-keyframes show_hide {
  0% {
    opacity: 0
  }
  5% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes show_hide {
  0% {
    opacity: 0
  }
  5% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@-webkit-keyframes dot_map_pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  25% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: .1
  }
  50% {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    opacity: .3
  }
  75% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: .5
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0
  }
}
@keyframes dot_map_pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  25% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: .1
  }
  50% {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    opacity: .3
  }
  75% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: .5
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0
  }
}
@-webkit-keyframes dot_map_flash {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  25% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: .1
  }
  50% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .3
  }
  75% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: .5
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}
@keyframes dot_map_flash {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  25% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: .1
  }
  50% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .3
  }
  75% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: .5
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}
@-webkit-keyframes section_circle_1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  15% {
    -webkit-transform: scale(1.15) rotate(45);
    transform: scale(1.15) rotate(45);
    opacity: .3
  }
  30% {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    opacity: .5
  }
  45% {
    -webkit-transform: scale(1.25) rotate(45);
    transform: scale(1.25) rotate(45);
    opacity: .3
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5
  }
}
@keyframes section_circle_1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  15% {
    -webkit-transform: scale(1.15) rotate(45);
    transform: scale(1.15) rotate(45);
    opacity: .3
  }
  30% {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    opacity: .5
  }
  45% {
    -webkit-transform: scale(1.25) rotate(45);
    transform: scale(1.25) rotate(45);
    opacity: .3
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5
  }
}
@-webkit-keyframes section_circle_2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  15% {
    -webkit-transform: scale(.85) rotate(45);
    transform: scale(.85) rotate(45);
    opacity: .5
  }
  25% {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    opacity: .3
  }
  55% {
    -webkit-transform: scale(.95) rotate(45);
    transform: scale(.95) rotate(45);
    opacity: .5
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3
  }
}
@keyframes section_circle_2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  15% {
    -webkit-transform: scale(.85) rotate(45);
    transform: scale(.85) rotate(45);
    opacity: .5
  }
  25% {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    opacity: .3
  }
  55% {
    -webkit-transform: scale(.95) rotate(45);
    transform: scale(.95) rotate(45);
    opacity: .5
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3
  }
}
@-webkit-keyframes hand_anim {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes hand_anim {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@-webkit-keyframes items-preloader-bounce {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes items-preloader-bounce {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@-webkit-keyframes animated-arr {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    opacity: .8;
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes animated-arr {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    opacity: .8;
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.price__icon {
  float: left;
  height: 14px;
  vertical-align: baseline
}
.price__icon--grow {
  width: 14px;
  margin: 12px 6px 0 0;
  background: url(../images/widgets/icon_status_grow.png) 0 0 no-repeat;
  background: url(../images/widgets/icon_status_grow.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/widgets/icon_status_grow.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: 14px 14px
}
.price__icon--drop {
  width: 14px;
  margin: 7px 6px 0 0;
  background: url(../images/widgets/icon_status_drop.png) 0 100% no-repeat;
  background: url(../images/widgets/icon_status_drop.svg) 0 100% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/widgets/icon_status_drop.svg) 0 100% no-repeat,linear-gradient(transparent,transparent);
  background-size: 14px 14px
}
.status__icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 6px 6px 0 0;
  border-radius: 50%;
  vertical-align: top
}
.status__icon--acceptance,
.status__icon--new,
.status__icon--waiting {
  background: #84bd5a
}
.status__icon--inwork {
  background: #ffd500
}
.status__icon--canceled {
  background: #ff6340
}
.status__icon--paused {
  background: #ff6340
}
.status__icon--finished {
  background: #bfbfbf
}
.help-icon {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url(../images/icns/new/icon-question.png) 0 0 no-repeat;
  background: url(../images/icns/new/icon-question.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/new/icon-question.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: auto 15px;
  cursor: default
}
.slide-modal {
  display: none
}
.slide-modal.is-open {
  display: block
}
.slide-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24,24,27,.92);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1050
}
.slide-modal__wrapper {
  position: relative
}
.slide-modal__container {
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100vh
}
.slide-modal__close-button {
  position: absolute;
  right: -48px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
  z-index: 1060;
  cursor: pointer
}
.slide-modal__close-button:hover {
  border-color: #fff
}
.slide-modal__close-button:hover svg {
  color: #fff
}
.slide-modal__close-button svg {
  stroke: currentColor;
  width: 100%;
  height: 100%;
  color: #8d93a1;
  -webkit-transition: .3s ease;
  transition: .3s ease
}
@media (max-width:766px) {
  .slide-modal__close-button {
    top: 20px;
    right: 20px
  }
}
.slide-modal-slide {
  display: none
}
.slide-modal-slide.is-open {
  display: block
}
.slide-modal-slide[aria-hidden=false] .slide-modal__overlay {
  -webkit-animation: overlayFadeIn .3s cubic-bezier(0,0,.2,1);
  animation: overlayFadeIn .3s cubic-bezier(0,0,.2,1)
}
.slide-modal-slide[aria-hidden=false] .slide-modal__wrapper {
  -webkit-animation: srcModalSlideIn .3s cubic-bezier(0,0,.2,1);
  animation: srcModalSlideIn .3s cubic-bezier(0,0,.2,1)
}
.slide-modal-slide[aria-hidden=true] .slide-modal__overlay {
  -webkit-animation: overlayFadeOut .3s cubic-bezier(0,0,.2,1);
  animation: overlayFadeOut .3s cubic-bezier(0,0,.2,1)
}
.slide-modal-slide[aria-hidden=true] .slide-modal__wrapper {
  -webkit-animation: srcModelSlideOut .3s cubic-bezier(0,0,.2,1);
  animation: srcModelSlideOut .3s cubic-bezier(0,0,.2,1)
}
.slide-modal-slide .slide-modal__overlay,
.slide-modal-slide .slide-modal__wrapper {
  will-change: transform
}
.slide-modal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 384px;
  padding: 62px 32px 32px;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden
}
@media (max-width:766px) {
  .slide-modal {
    width: 100%;
    padding: 82px 32px 32px
  }
}
.slide-modal__slider {
  width: 100%;
  height: 100%;
  overflow: hidden
}
.slide-modal__image {
  margin-bottom: 16px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #dbe7ff;
  overflow: hidden
}
.slide-modal__image img {
  width: 100%
}
.slide-modal__name {
  display: block;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 28px;
  text-align: center
}
.slide-modal__pagination {
  position: absolute;
  top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 32px
}
@media (max-width:766px) {
  .slide-modal__pagination {
    top: 52px
  }
}
.slide-modal__pagination-bullet {
  position: relative;
  width: 100%;
  height: 6px;
  margin-left: 0;
  margin-right: 4px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #dbe7ff
}
.slide-modal__pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background-color: #0450f2
}
.slide-modal__pagination-bullet-checked {
  background-color: #0450f2
}
.slide-modal__pagination-bullet-active::before {
  -webkit-animation: timeline 8s linear 1 forwards;
  animation: timeline 8s linear 1 forwards
}
.slide-modal__pagination-bullet:last-child {
  margin-right: 0
}
.slide-modal__next {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  cursor: pointer;
  z-index: 999
}
.slide-modal__next .slide-modal__gradient {
  top: 0;
  right: 0;
  background: -webkit-gradient(linear,right top,left top,from(#dbe7ff),to(rgba(219,231,255,0)));
  background: linear-gradient(270deg,#dbe7ff 0,rgba(219,231,255,0) 100%)
}
.slide-modal__next:hover .slide-modal__gradient {
  opacity: 1
}
.slide-modal__prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  cursor: pointer;
  z-index: 999
}
.slide-modal__prev .slide-modal__gradient {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear,right top,left top,from(rgba(219,231,255,0)),to(#dbe7ff));
  background: linear-gradient(270deg,rgba(219,231,255,0) 0,#dbe7ff 100%)
}
.slide-modal__prev:hover .slide-modal__gradient {
  opacity: 1
}
.slide-modal__next.swiper-button-disabled,
.slide-modal__prev.swiper-button-disabled {
  display: none
}
.slide-modal__description {
  width: 100%;
  overflow: hidden
}
.slide-modal__gradient {
  position: absolute;
  width: 32px;
  height: 100%;
  opacity: 0;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in
}
@media (max-width:766px) {
  #modal-speakers {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
    background-color: #fff
  }
}
@-webkit-keyframes timeline {
  from {
    width: 0
  }
  to {
    width: 100%
  }
}
@keyframes timeline {
  from {
    width: 0
  }
  to {
    width: 100%
  }
}
.navpoint {
  position: absolute;
  left: 0;
  top: -30px
}
.content-layout {
  margin-top: 24px;
  margin-bottom: 48px
}
.content-layout .search-preloader .search-preloader__dot {
  background-color: #1f66ff
}
.content-layout--leftmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.content-layout--leftmenu .content-layout__aside {
  max-width: 100%
}
.content-layout--leftmenu .content-layout__content {
  max-width: 100%
}
.content-layout--leftmenu section:last-child {
  margin-bottom: 0!important
}
@media (min-width:1279px) {
  .page-nav + .content-wrapper .content-layout--leftmenu {
    margin-top: 100px
  }
}
@media (min-width:1279px) {
  .content-layout {
    margin-bottom: 96px
  }
  .content-layout--leftmenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .content-layout--leftmenu .content-layout__aside {
    width: 264px;
    margin-right: 24px;
    position: sticky;
    top: 16px;
    margin-top: 0
  }
  .content-layout--leftmenu .content-layout__content {
    width: calc(100% - 288px)
  }
}
.header {
  background: #fff;
  position: relative;
  border-bottom: 1px solid rgba(166,180,193,.3)
}
.header .header__wrapper {
  width: 100%;
  max-width: 1920px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header .header__sidemenu-link {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-decoration: none;
  border: 0 none
}
.header .header__menu-btn {
  display: block;
  position: relative;
  overflow: hidden;
  zoom: 1;
  width: 80px;
  height: 80px;
  border-left: 1px solid rgba(166,180,193,.3);
  border-right: 1px solid rgba(166,180,193,.3);
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer
}
.header .header__menu-btn span {
  display: block;
  position: absolute;
  top: 40px;
  left: 25px;
  right: 25px;
  height: 3px;
  background: #065894;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.header .header__menu-btn span::after,
.header .header__menu-btn span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: #065894;
  content: ""
}
.header .header__menu-btn span::before {
  top: -8px;
  -webkit-transition: -webkit-transform .3s width .3s top .3s;
  transition: -webkit-transform .3s width .3s top .3s;
  transition: transform .3s width .3s top .3s;
  transition: transform .3s width .3s top .3s,-webkit-transform .3s width .3s top .3s
}
.header .header__menu-btn span::after {
  bottom: -8px;
  -webkit-transition: -webkit-transform .3s width .3s top .3s;
  transition: -webkit-transform .3s width .3s top .3s;
  transition: transform .3s width .3s top .3s;
  transition: transform .3s width .3s top .3s,-webkit-transform .3s width .3s top .3s
}
.header .header__menu-btn:hover {
  background: rgba(227,243,255,.5)
}
.header .header__menu-btn:active {
  background: #e3f3ff
}
.header .header__menu-btn.header__menu-btn--active {
  background: #e3f3ff
}
.header .header__menu-btn.header__menu-btn--active span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.header .header__menu-btn.header__menu-btn--active span::after,
.header .header__menu-btn.header__menu-btn--active span::before {
  width: 50%
}
.header .header__menu-btn.header__menu-btn--active span::before {
  top: 0;
  -webkit-transform: translateX(18px) translateY(4px) rotate(-45deg);
  transform: translateX(18px) translateY(4px) rotate(-45deg)
}
.header .header__menu-btn.header__menu-btn--active span::after {
  bottom: 0;
  -webkit-transform: translateX(18px) translateY(-4px) rotate(45deg);
  transform: translateX(18px) translateY(-4px) rotate(45deg)
}
.header .header__logo {
  display: block;
  width: 192px;
  height: 32px;
  position: absolute;
  left: 102px;
  top: 50%;
  margin-top: -16px;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  border: 0 none
}
.header .header__logo img {
  width: 100%;
  height: auto
}
.header .header__logo.g-9thmay::after {
  display: block;
  content: "";
  width: 34px;
  height: 75px;
  position: absolute;
  top: -20px;
  right: -50px;
  background: url(../images/icns/icn-9thmay.png) 0 0 no-repeat
}
.header .header__logo:hover {
  opacity: .8
}
.header .header__auth {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px
}
.header.header--main-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 97;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
  opacity: 0;
  -webkit-transition: opacity 1s ease-in,-webkit-transform 1s ease-in;
  transition: opacity 1s ease-in,-webkit-transform 1s ease-in;
  transition: opacity 1s ease-in,transform 1s ease-in;
  transition: opacity 1s ease-in,transform 1s ease-in,-webkit-transform 1s ease-in;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  visibility: hidden
}
.header--ny2019 .header__wrapper {
  background: transparent url(../images/logo-ny2019.png) 80px 0 no-repeat
}
.header--ny2019 .header__logo {
  width: 200px;
  height: 48px
}
.header--ny2019 .header__logo img {
  display: none
}
.header--ny2020 {
  background: url(../images/ny2020/header-bg-ny2020-leftside.jpg) 0 0 no-repeat,url(../images/ny2020/header-bg-ny2020-rightside.jpg) 100% 0 no-repeat;
  background-color: #fff
}
.header--ny2020 .header__logo {
  width: 194px;
  height: 65px;
  top: 0;
  background: url(../images/ny2020/logo-ny2020.png) 0 0 no-repeat;
  background-size: cover
}
.header--ny2020 .header__logo img {
  display: none
}
.page-ready .header--main-page {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}
@media (max-width:1598px) {
  .header .header__wrapper {
    width: 100%;
    height: 80px
  }
}
@media (max-width:1278px) {
  .header .header__wrapper {
    height: 64px
  }
  .header .header__auth {
    height: 64px
  }
  .header .header__logo {
    left: 80px
  }
  .header .header__sidemenu-link {
    width: 64px;
    height: 64px
  }
  .header .header__menu-btn {
    width: 64px;
    height: 64px
  }
  .header .header__menu-btn span {
    top: 32px;
    left: 18px;
    right: 18px
  }
  .header--ny2019 .header__wrapper {
    background-position: 64px 0;
    background-size: 283px 63px
  }
  .header--ny2019 .header__logo {
    width: 160px;
    height: 40px
  }
  .header--ny2020 {
    background: url(../images/ny2020/header-bg-ny2020-leftside-tablet.jpg) 0 0 no-repeat,url(../images/ny2020/header-bg-ny2020-rightside-tablet.jpg) 100% 0 no-repeat
  }
  .header--ny2020 .header__logo {
    width: 182px;
    height: 50px;
    top: 0;
    background-image: url(../images/ny2020/logo-ny2020-tablet.png)
  }
}
@media (max-width:766px),
(max-height:600px) {
  .header.header--main-page {
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
  }
  .header--ny2020 {
    background: 0 0
  }
  .header--ny2020 .content-wrapper {
    background: url(../images/ny2020/header-bg-ny2020-mobile.jpg) 50% 0 no-repeat
  }
}
.header__menu {
  display: none
}
@media (min-width:1279px) {
  .header__menu {
    display: block;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
    margin-top: -1px
  }
  .header__menu .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .header__menu .menu__block {
    margin: 0;
    position: relative
  }
  .header__menu .menu__category {
    cursor: default;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    display: block;
    padding: 29px 16px 22px 16px;
    border-bottom: 5px solid transparent;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
  }
  .header__menu .menu__category.special-acc {
    position: relative;
    padding-left: 40px;
    background: url(../images/icns/icon_special_acc.png) 16px 33px no-repeat;
    background: url(../images/icns/icon_special_acc.svg) 16px 33px no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
    background: url(../images/icns/icon_special_acc.svg) 16px 33px no-repeat,linear-gradient(transparent,transparent);
    background-size: 16px 16px
  }
  .header__menu .menu__block:hover .menu__category {
    background-color: rgba(227,243,255,.5)
  }
  .header__menu .menu__block:hover .menu__submenu {
    visibility: visible;
    top: 99%;
    opacity: 1
  }
  .header__menu .menu__block--active .menu__category {
    background-color: transparent;
    border-bottom-color: #cee0f2
  }
  .header__menu .menu__block--active:hover .menu__category {
    background-color: rgba(227,243,255,.5);
    border-bottom-color: #cee0f2
  }
  .header__menu .menu__block--active:active {
    background-color: rgba(227,243,255,.5)
  }
  .header__menu .menu__submenu {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 115%;
    left: 0;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.15);
    box-shadow: 0 4px 24px rgba(6,88,148,.15);
    opacity: 0;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
  }
  .header__menu .menu__submenu::before {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
    -webkit-filter: drop-shadow(0 -6px 6px rgba(6, 88, 148, .15));
    filter: drop-shadow(0 -6px 6px rgba(6, 88, 148, .15));
    z-index: 11
  }
  .header__menu .menu__item {
    display: block;
    padding: 0;
    min-width: 140px;
    border-bottom: 1px solid rgba(166,180,193,.3)
  }
  .header__menu .menu__item:hover .menu__link {
    background-color: rgba(227,243,255,.5)
  }
  .header__menu .menu__item:active .menu__link {
    background-color: #e3f3ff
  }
  .header__menu .menu__item:last-of-type {
    border-bottom: 0
  }
  .header__menu .menu__link {
    display: block;
    padding: 11px 16px;
    border: none;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: none;
    transition: none;
    background: 0 0
  }
  .header__menu .menu__link:hover {
    background: 0 0
  }
  .header__menu .menu__link.special-acc {
    position: relative;
    padding-left: 40px;
    background: url(../images/icns/icon_special_acc.png) 16px 50% no-repeat;
    background: url(../images/icns/icon_special_acc.svg) 16px 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
    background: url(../images/icns/icon_special_acc.svg) 16px 50% no-repeat,linear-gradient(transparent,transparent);
    background-size: 16px 16px
  }
}
@media (max-width:1598px) {
  .header__menu .menu__category {
    font-size: 16px;
    padding: 29px 10px 22px 10px
  }
  .header__menu .menu__category.special-acc {
    padding-left: 34px;
    background-position: 10px 33px
  }
  .header__menu .menu__submenu::before {
    left: 8px
  }
  .header__menu .menu__link {
    padding: 11px 10px
  }
  .header__menu .menu__link.special-acc {
    padding-left: 34px;
    background-position: 10px 50%
  }
}
.auth-menu .auth-menu__btn {
  color: #065894;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  height: 80px;
  white-space: nowrap;
  text-decoration: none;
  background: 0 0;
  border: 0 none;
  -webkit-transition: background .15s;
  transition: background .15s;
  overflow: hidden
}
.auth-menu .auth-menu__btn:hover {
  background: rgba(227,243,255,.5)
}
.auth-menu .auth-menu__btn:active {
  background: #e3f3ff
}
.auth-menu .auth-menu__btn--register {
  padding: 0 20px;
  margin-right: 4px
}
.auth-menu .auth-menu__btn--login {
  padding: 0 40px
}
@media (max-width:1598px) {
  .auth-menu {
    height: 64px
  }
  .auth-menu .auth-menu__btn {
    font-size: 16px
  }
  .auth-menu .auth-menu__btn--login {
    padding: 0 30px
  }
}
@media (max-width:1278px) {
  .auth-menu {
    height: 64px
  }
  .auth-menu .auth-menu__btn {
    height: 64px;
    line-height: 64px
  }
}
@media (max-width:766px) {
  .auth-menu .auth-menu__btn {
    display: none
  }
}
.side-menu {
  width: 768px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -768px;
  background: #fff;
  opacity: 0;
  -webkit-transition: left .35s .1s,opacity .65s;
  transition: left .35s .1s,opacity .65s;
  z-index: 102;
  overflow: auto;
  visibility: hidden
}
.side-menu__nav-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 32px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out
}
.side-menu--active {
  opacity: 1;
  left: 0;
  visibility: visible
}
.side-menu--active .side-menu__nav-line {
  opacity: 1
}
.side-menu__btn {
  display: block;
  width: 48px;
  height: 48px;
  border: 0 none;
  opacity: .8;
  background: 0 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}
.side-menu__btn:hover {
  opacity: 1
}
.side-menu__back-btn {
  background: url(../images/icns/icn-arrow-back.png) 50% 50% no-repeat;
  background: url(../images/icns/icn-arrow-back.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-arrow-back.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: 20px 16px
}
.side-menu__back-btn:hover {
  background: url(../images/icns/icn-arrow-back-act.png) 50% 50% no-repeat;
  background: url(../images/icns/icn-arrow-back-act.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-arrow-back-act.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: 20px 16px
}
.side-menu__close-btn {
  background: url(../images/icns/icn-pane-close.png) 50% 50% no-repeat;
  background: url(../images/icns/icn-pane-close.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-pane-close.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: 13px 13px
}
.side-menu__close-btn:hover {
  background: url(../images/icns/icn-pane-close-act.png) 50% 50% no-repeat;
  background: url(../images/icns/icn-pane-close-act.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-pane-close-act.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: 13px 13px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.side-menu__wrapper {
  padding: 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}
.side-menu__col {
  width: 50%
}
.side-menu__nav {
  display: block;
  margin-bottom: 32px
}
.side-menu__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  white-space: nowrap
}
.side-menu__item {
  margin-top: 8px
}
.side-menu__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.side-menu__link:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.side-menu__nav--auth {
  display: none
}
.side-menu__nav--auth .side-menu__item {
  line-height: 32px
}
.side-menu__nav--auth .side-menu__link {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  border: 0 none;
  padding: 0;
  background: 0 0;
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out;
  border-bottom: 1px dashed transparent
}
.side-menu__nav--auth .side-menu__link:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
@media (max-width:766px) {
  .side-menu {
    width: 100%
  }
  .side-menu__content {
    padding: 0 24px;
    margin: 0 auto
  }
  .side-menu__wrapper {
    display: block;
    padding: 0
  }
  .side-menu__col {
    width: 100%
  }
  .side-menu__nav-line {
    padding: 10px 0
  }
  .side-menu__back-btn {
    margin-left: -16px
  }
  .side-menu__close-btn {
    margin-right: -16px
  }
  .side-menu__nav {
    padding: 0;
    margin-bottom: 12px
  }
  .side-menu__title {
    display: block;
    cursor: default;
    padding-left: 28px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .15s;
    transition: opacity .15s
  }
  .side-menu__title:hover {
    opacity: .9
  }
  .side-menu__title::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    width: 11px;
    height: 6px;
    margin-top: -3px;
    content: "";
    background-position: 0 0;
    background-size: 11px 6px;
    -webkit-transition: all 90ms;
    transition: all 90ms;
    background: url(../images/icns/icn-menu-toggle.png);
    background: url(../images/icns/icn-menu-toggle.svg) no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
    background: url(../images/icns/icn-menu-toggle.svg) no-repeat,linear-gradient(transparent,transparent)
  }
  .side-menu__list {
    display: none;
    padding: 6px 0 12px 32px;
    margin: 0
  }
  .side-menu__nav--active .side-menu__title::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  .side-menu__nav--auth,
  .side-menu__nav--auth .side-menu__list {
    display: block
  }
}
.inline-block {
  display: inline-block
}
.auth-window {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0;
  bottom: 100%;
  left: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  visibility: hidden
}
.auth-window__summer-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 224px;
  background: #00205e;
  border-radius: 8px;
  padding: 24px;
  margin-top: 28px;
  position: relative;
  overflow: hidden
}
@media (max-width:1279px) {
  .auth-window__summer-banner {
    height: auto
  }
}
@media (max-width:767px) {
  .auth-window__summer-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.auth-window__summer-banner .summer-banner__pic {
  z-index: 2
}
@media (max-width:767px) {
  .auth-window__summer-banner .summer-banner__pic img {
    display: none
  }
}
.auth-window__summer-banner .summer-banner__circle {
  position: absolute;
  z-index: 2
}
.auth-window__summer-banner .summer-banner__circle:nth-of-type(1) {
  width: 1178px;
  top: -225px;
  left: -589px
}
.auth-window__summer-banner .summer-banner__circle:nth-of-type(2) {
  width: 924px;
  top: -460px;
  right: -462px
}
@media (max-width:767px) {
  .auth-window__summer-banner .summer-banner__circle:nth-of-type(1) {
    top: 96px
  }
  .auth-window__summer-banner .summer-banner__circle:nth-of-type(2) {
    display: none
  }
}
.auth-window__summer-banner .summer-banner__text {
  z-index: 2
}
@media (max-width:767px) {
  .auth-window__summer-banner .summer-banner__text {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .auth-window__summer-banner .summer-banner__text .summer-banner__small {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .auth-window__summer-banner .summer-banner__text .summer-banner__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .auth-window__summer-banner .summer-banner__text .summer-banner__desc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .auth-window__summer-banner .summer-banner__text .summer-banner__button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
}
.auth-window__summer-banner .summer-banner__text .summer-banner__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  margin-bottom: 7px
}
.auth-window__summer-banner .summer-banner__text .summer-banner__desc {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px
}
.auth-window__summer-banner .summer-banner__text .summer-banner__button {
  border-radius: 8px;
  background: #0450f2;
  width: 134px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 6px
}
.auth-window__summer-banner .summer-banner__text .summer-banner__small {
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #dbe7ff
}
.auth-window .reg-banner {
  width: 100%;
  border-radius: 8px;
  background: #00205e;
  background-image: radial-gradient(circle 400px at -25% -25%,#0051ff 0,rgba(21,91,226,0) 100%),radial-gradient(circle 500px at 125% 125%,#0051ff 0,rgba(21,91,226,0) 100%);
  padding: 24px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 62px;
  grid-gap: 62px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden
}
@media (min-width:767px) {
  .auth-window .reg-banner {
    padding: 48px;
    grid-template-columns: 340px 1fr;
    gap: 48px;
    grid-gap: 48px;
    background-image: radial-gradient(circle 480px at -10% -35%,#0051ff 0,rgba(21,91,226,0) 100%),radial-gradient(circle 620px at 140% 125%,#0051ff 0,rgba(21,91,226,0) 100%)
  }
}
@media (min-width:1279px) {
  .auth-window .reg-banner {
    grid-template-columns: 390px 1fr;
    background-image: radial-gradient(circle 480px at -10% -35%,#0051ff 0,rgba(21,91,226,0) 100%),radial-gradient(circle 620px at 90% 25%,#0051ff 0,rgba(21,91,226,0) 50%)
  }
}
.auth-window .reg-banner__img {
  justify-self: center
}
@media (min-width:767px) {
  .auth-window .reg-banner__img {
    justify-self: end
  }
}
.auth-window .reg-banner__img img {
  display: block;
  width: 165px;
  height: 145px;
  margin: 0 auto 14px
}
@media (min-width:767px) {
  .auth-window .reg-banner__img img {
    width: 210px;
    height: 189px;
    margin: 0
  }
}
@media (min-width:1279px) {
  .auth-window .reg-banner__img img {
    width: auto;
    height: auto
  }
}
.auth-window .reg-banner__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 8px
}
@media (min-width:767px) {
  .auth-window .reg-banner__title {
    font-size: 32px;
    line-height: 38px
  }
}
.auth-window .reg-banner__description {
  color: rgba(255,255,255,.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: grid;
  grid-template-columns: 14px auto;
  gap: 8px;
  grid-gap: 8px;
  margin-bottom: 8px
}
.auth-window .reg-banner .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-top: 24px;
  padding: 12px 24px;
  border-radius: 8px;
  background: #0450f2;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none
}
.auth-window .reg-banner .ellipse {
  position: absolute
}
.auth-window .reg-banner .ellipse:nth-of-type(1) {
  left: 0;
  top: 0
}
.auth-window .reg-banner .ellipse:nth-of-type(2),
.auth-window .reg-banner .ellipse:nth-of-type(3) {
  right: 0;
  bottom: 0
}
.auth-window .help-tooltip {
  margin-left: 6px;
  margin-top: 4px;
  vertical-align: top
}
.auth-window .auth-window__wrapper {
  padding: 0 16px;
  max-width: 940px
}
@media (min-width:767px) {
  .auth-window .auth-window__wrapper {
    padding: 0 48px
  }
}
@media (min-width:1279px) {
  .auth-window .auth-window__wrapper {
    padding: 0
  }
}
.auth-window.auth-window--active {
  opacity: 1;
  bottom: 0;
  visibility: visible
}
.auth-window.auth-window--register-select {
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.auth-window.auth-window--register-supplier {
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.auth-window.auth-window--register-customer {
  z-index: 1003
}
.auth-window .auth-window__row:not(:first-child) {
  margin-top: 40px
}
.auth-window .auth-window__header {
  margin-bottom: 16px
}
@media (min-width:767px) {
  .auth-window .auth-window__header {
    margin-bottom: 24px
  }
}
.auth-window .auth-window__header .content-wrapper {
  position: relative;
  text-align: center
}
.auth-window .auth-window__header--leftalign .content-wrapper {
  text-align: left
}
.auth-window .auth-window__header--leftalign .auth-window__maintitle {
  text-align: center
}
.auth-window .auth-window__maintitle {
  font-size: 32px;
  padding-top: 40px;
  line-height: 38px;
  font-weight: 400
}
.auth-window .auth-window__subtitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 32px
}
.auth-window .auth-window__descrline {
  padding: 24px 0 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400
}
.auth-window .auth-window__descrline a {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.auth-window .auth-window__descrline a:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.auth-window .auth-window__descrline--long {
  padding-top: 0
}
.auth-window .auth-window__descrline--long p {
  margin-top: 24px
}
.auth-window__banner {
  width: 100%
}
.auth-window__banner .rsllog-info-box {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media (min-width:767px) {
  .auth-window__banner .rsllog-info-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.auth-window__banner .rsllog-info-box .rsllog-box {
  width: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.auth-window__banner .rsllog-info-box .rsllog-text {
  margin-bottom: 24px
}
.auth-window__banner .rsllog-info-box .rsllog-btn {
  width: auto;
  padding: 12px 24px
}
@media (min-width:767px) {
  .auth-window__banner .rsllog-info-box .rsllog-img {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30;
    margin: 0
  }
}
@media (min-width:1279px) {
  .auth-window__banner .rsllog-info-box .rsllog-img {
    margin: 0 52px
  }
}
.auth-window__banner .rsllog-info-box--dark.rsllog-info-box .rsllog-text {
  color: rgba(255,255,255,.8)
}
.auth-window .auth-window__btn {
  display: block;
  position: absolute;
  top: 8px;
  width: 40px;
  height: 40px;
  border: 0 none;
  opacity: .8;
  background: 0 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}
@media (min-width:1279px) {
  .auth-window .auth-window__btn {
    top: 24px
  }
}
.auth-window .auth-window__btn:hover {
  opacity: 1
}
.auth-window .auth-window__back-btn {
  left: 8px;
  background: url(../images/icns/icn-arrow-back.png) 50% 50% no-repeat;
  background: url(../images/icns/icn-arrow-back.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-arrow-back.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: 16px 14px
}
@media (min-width:1279px) {
  .auth-window .auth-window__back-btn {
    left: 24px
  }
}
.auth-window .auth-window__back-btn:hover {
  background: url(../images/icns/icn-arrow-back-act.png) 50% 50% no-repeat;
  background: url(../images/icns/icn-arrow-back-act.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-arrow-back-act.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: 16px 14px
}
.auth-window .auth-window__close-btn {
  right: 8px;
  background: url(../images/icns/icn-pane-close.png) 50% 50% no-repeat;
  background: url(../images/icns/icn-pane-close.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-pane-close.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: 12px 12px
}
@media (min-width:1279px) {
  .auth-window .auth-window__close-btn {
    right: 24px
  }
}
.auth-window .auth-window__close-btn:hover {
  background: url(../images/icns/icn-pane-close-act.png) 50% 50% no-repeat;
  background: url(../images/icns/icn-pane-close-act.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-pane-close-act.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: 12px 12px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.auth-window .auth-window__content {
  margin-bottom: 24px
}
.auth-window .auth-window__footer_sticky {
  position: sticky;
  bottom: 0;
  z-index: 11
}
.auth-window .auth-window__sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.auth-window .auth-window__sections--middle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.auth-window .auth-window__col {
  width: 50%;
  padding: 0 11px;
  margin-top: 28px
}
.auth-window .auth-window__sectiontitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  white-space: nowrap
}
.auth-window .auth-window__item {
  margin-top: 12px;
  padding: 16px
}
.auth-window .auth-window__item_description {
  margin-top: 4px
}
.auth-window .auth-window__list {
  list-style: disc outside;
  margin-left: 24px
}
.auth-window .auth-window__list-item {
  padding: 0;
  color: #000;
  font-size: 14px;
  line-height: 20px
}
.auth-window .auth-window__list-item::marker {
  font-size: .7em
}
.auth-window .auth-window__list-item_link {
  color: #0041cb;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #0041cb
}
.auth-window .auth-window__list-item_link:hover {
  color: #0041cb;
  text-decoration: none;
  border: none
}
.auth-window .auth-window__list-item_link:visited {
  color: #0041cb
}
.auth-window .auth-window__list-item_link:visited:hover {
  color: #0041cb;
  text-decoration: none;
  border: none
}
.auth-window .auth-window__list-item_link:active {
  color: #0041cb
}
.auth-window .auth-window__link {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 28px;
  color: #0041cb;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,65,203,0);
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.auth-window .auth-window__link:hover {
  color: #0041cb;
  text-decoration: none;
  border-bottom: 1px solid #0041cb
}
.auth-window .auth-window__link:visited {
  color: #0041cb
}
.auth-window .auth-window__link:visited:hover {
  color: #0041cb;
  text-decoration: none;
  border-bottom: 1px solid #0041cb
}
.auth-window .auth-window__link:active {
  color: #0041cb
}
.auth-window .auth-window__toggle-link {
  cursor: default;
  padding-left: 28px;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .15s;
  transition: opacity .15s
}
.auth-window .auth-window__toggle-link:hover {
  opacity: .9
}
.auth-window .auth-window__toggle-link::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  width: 11px;
  height: 6px;
  margin-top: -3px;
  content: "";
  background-position: 0 0;
  background-size: 11px 6px;
  -webkit-transition: all 90ms;
  transition: all 90ms;
  background: url(../images/icns/icn-menu-toggle.png);
  background: url(../images/icns/icn-menu-toggle.svg) no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-menu-toggle.svg) no-repeat,linear-gradient(transparent,transparent)
}
.auth-window .auth-window__toggle-link--active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.auth-window .auth-window__additional {
  margin-top: 28px
}
.auth-window .auth-window__additional .auth-window__col {
  margin-top: 4px
}
.auth-window .auth-window__select-pane {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  grid-gap: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (min-width:767px) {
  .auth-window .auth-window__select-pane {
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }
}
.auth-window .auth-window__selector-link {
  display: block;
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  background: #f1f8ff;
  overflow: hidden;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  zoom: 1
}
.auth-window .auth-window__selector-link:hover {
  -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.15);
  box-shadow: 0 4px 24px rgba(6,88,148,.15)
}
@media (min-width:767px) {
  .auth-window .auth-window__selector-link {
    padding: 48px
  }
}
.auth-window .auth-window__selector-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 12px
}
@media (min-width:767px) {
  .auth-window .auth-window__selector-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px
  }
}
.auth-window .auth-window__selector-icon img {
  width: 100%
}
.auth-window .auth-window__selector-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px
}
@media (min-width:767px) {
  .auth-window .auth-window__selector-title {
    margin-bottom: 16px
  }
}
.auth-window .auth-window__selector-description {
  color: #8d93a1;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.auth-window .auth-window__selector-text {
  color: inherit;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none
}
.auth-window .auth-window__link-descr {
  color: #a6b4c1;
  font-size: 14px;
  line-height: 20px;
  margin: 16px 0 24px
}
.auth-window .auth-window__link-descr .auth-window__link {
  color: #a6b4c1;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid transparent;
  text-decoration: none
}
.auth-window .auth-window__link-descr .auth-window__link:hover {
  border-bottom-color: #a6b4c1
}
.auth-window .auth-window__link-descr .auth-window__item {
  margin-top: 6px
}
.auth-window .auth-window_additional-pane {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.auth-window .auth-window__selector-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px
}
.auth-window .auth-window__selector-content {
  padding: 24px 144px 24px 24px
}
.auth-window .auth-window__select-pane--fullwidth {
  display: block
}
.auth-window .auth-window__select-pane--fullwidth .auth-window__selector-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 128px;
  height: auto;
  margin: 0 0 16px 0;
  padding: 0;
  text-align: left
}
.auth-window .auth-window__select-pane--fullwidth .auth-window__selector-link:hover .auth-window__selector-text {
  color: #000
}
.auth-window .auth-window__select-pane--fullwidth .auth-window__selector-icon {
  width: 102px;
  height: 128px;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
@media (max-width:1278px) {
  .auth-window .auth-window__col {
    padding: 0 24px
  }
  .auth-window .auth-window__descrline {
    padding: 16px 24px 4px
  }
  .auth-window .auth-window__descrline--long {
    padding: 0
  }
  .auth-window .auth-window__selector-content {
    padding-right: 34px
  }
  .auth-window .auth-window__subtitle {
    font-size: 18px;
    line-height: 24px
  }
}
@media (max-width:766px) {
  .auth-window .auth-window__sections {
    display: block
  }
  .auth-window .auth-window__col {
    padding: 0;
    width: 100%;
    margin-top: 12px
  }
  .auth-window .auth-window__row {
    width: 100%;
    margin-bottom: 12px
  }
  .auth-window .auth-window__links {
    display: none
  }
  .auth-window .auth-window__activeblock .auth-window__sectiontitle::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  .auth-window .auth-window__subtitle {
    display: none
  }
  .auth-window .auth-window__sections--expandable .auth-window__sectiontitle {
    cursor: default;
    padding-left: 28px;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .15s;
    transition: opacity .15s
  }
  .auth-window .auth-window__sections--expandable .auth-window__sectiontitle:hover {
    opacity: .9
  }
  .auth-window .auth-window__sections--expandable .auth-window__sectiontitle::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    width: 11px;
    height: 6px;
    margin-top: -3px;
    content: "";
    background-position: 0 0;
    background-size: 11px 6px;
    -webkit-transition: all 90ms;
    transition: all 90ms;
    background: url(../images/icns/icn-side-menu-opened.png);
    background: url(../images/icns/icn-side-menu-opened.svg) no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
    background: url(../images/icns/icn-side-menu-opened.svg) no-repeat,linear-gradient(transparent,transparent)
  }
}
.footer {
  position: relative;
  background: #fff;
  padding: 48px 0 38px 0;
  margin-top: 80px;
  border-top: 1px solid rgba(166,180,193,.3)
}
.footer .footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.footer .footer__menu {
  width: 960px
}
.footer .footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 228px
}
.footer .footer__social-links {
  margin-bottom: 12px
}
.footer .footer__link-wrap {
  margin-top: 8px;
  line-height: 16px
}
.footer .footer__link {
  font-size: 14px;
  line-height: 16px;
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.footer .footer__link:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.footer .footer__copyright {
  margin-top: 18px;
  font-size: 14px;
  line-height: 16px;
  max-width: 100%;
  color: #c7cdd2
}
.footer.footer--main-page {
  display: none
}
.footer.footer--minimal {
  padding: 22px 0;
  margin-top: 0
}
.footer.footer--minimal .footer__menu {
  display: none
}
.footer.footer--minimal .footer__info {
  margin-top: 0;
  padding-top: 0;
  border-top: 0
}
.footer.footer--bottom-gap {
  padding-bottom: 154px
}
.footer--ny2020 {
  background: url(../images/ny2020/footer-bg-ny2020.jpg) 0 100% no-repeat;
  background-size: 100% auto
}
@media (max-width:1278px) {
  .footer .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .footer .footer__info,
  .footer .footer__menu {
    width: 100%;
    float: none;
    padding: 0 22px
  }
  .footer .footer__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 22px;
    margin-top: 22px;
    border-top: 1px solid rgba(166,180,193,.3)
  }
  .footer .footer__social-links {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0
  }
  .footer .footer__privacy {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: -6px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .footer .footer__link-wrap {
    margin-top: 0 4px 0 0;
    vertical-align: top
  }
  .footer .footer__copyright {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 22px
  }
  .footer--ny2020 {
    background-image: url(../images/ny2020/footer-bg-ny2020-mobile.jpg)
  }
  .footer--minimal {
    background-image: url(../images/ny2020/footer-bg-ny2020-minimal.jpg)
  }
}
@media (max-width:766px),
(max-height:600px) and (max-width:1278px) {
  .footer .footer__info,
  .footer .footer__menu {
    padding-left: 0;
    padding-right: 0
  }
  .footer .footer__social-links {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .footer .footer__privacy {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 12px auto 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .footer .footer__link-wrap {
    width: auto
  }
  .footer .footer__link {
    white-space: nowrap;
    text-align: center
  }
  .footer .footer__copyright {
    margin-top: 16px;
    text-align: center
  }
  .footer.footer--main-page {
    display: block
  }
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.footer__menu .menu__col {
  width: calc(33.33% - 22px);
  margin-right: 22px
}
.footer__menu .menu__col--last {
  margin-right: 0
}
.footer__menu .menu__block {
  margin-bottom: 42px
}
.footer__menu .menu__block:last-of-type {
  margin-bottom: 0
}
.footer__menu .menu__category {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 4px
}
.footer__menu .menu__item {
  display: block;
  float: none;
  padding: 4px 0;
  line-height: 16px
}
.footer__menu .menu__link {
  font-size: 14px;
  line-height: 16px;
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.footer__menu .menu__link:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
@media (max-width:1278px) {
  .footer__menu .menu__block {
    margin-bottom: 22px
  }
  .footer__menu .menu__col--first {
    width: 238px
  }
  .footer__menu .menu__col--mid {
    width: 168px
  }
  .footer__menu .menu__col--last {
    width: 172px;
    margin-right: 0
  }
}
@media (max-width:766px) {
  .footer__menu .menu__col {
    width: calc(50% - 22px);
    margin-right: 22px
  }
  .footer__menu .menu__col--mid {
    margin-right: 0
  }
  .footer__menu .menu__col--last {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: 0
  }
  .footer__menu .menu__col--last .menu__block {
    width: calc(50% - 22px);
    margin-top: 22px
  }
  .footer__menu .menu__col--last .menu__block--about {
    margin-top: 22px
  }
  .footer__menu .menu__col--last .menu__block--help {
    margin: 22px 0 0
  }
}
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.social-links img {
  width: 100%;
  height: auto
}
.social-links .social-links__item {
  fill: #b7c2cc;
  width: 26px;
  height: 26px;
  margin-right: 6px
}
.social-links .social-links__item:last-child {
  margin-right: 0
}
.social-links .social-links__hover,
.social-links .social-links__link {
  display: block;
  width: 26px;
  height: 26px;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in
}
.social-links .social-links__hover {
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 2;
  opacity: 0
}
.social-links .social-links__link {
  position: relative
}
.social-links .social-links__link:hover .social-links__hover {
  opacity: 1
}
.main-wrapper {
  width: 100%
}
.content-wrapper {
  width: 1200px;
  margin: 0 auto
}
.content-wrapper .content-wrapper {
  width: 100%;
  padding: 0
}
@media (max-width:1278px) {
  .content-wrapper {
    width: 768px;
    padding: 0 48px
  }
}
@media (max-width:766px) {
  .content-wrapper {
    width: 480px;
    padding: 0 24px
  }
  .content-wrapper.content-wrapper--fullwidth {
    padding: 0
  }
  .content-wrapper--narrow {
    width: 360px;
    padding: 0 16px
  }
  .content-wrapper--fullwidth {
    padding: 0
  }
}
.header-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  overflow: hidden
}
.header-user--skeleton {
  opacity: .6
}
.header-user--skeleton .header-user__avatar {
  background-size: 600px;
  background-image: linear-gradient(90deg,#bababa 0,#e8e8e8 40px,#bababa 80px)
}
.header-user--skeleton .header-user__initial {
  font-size: 0
}
.header-user--skeleton .header-user__avatar {
  background-size: 600px;
  background-image: linear-gradient(90deg,#bababa 0,#e8e8e8 40px,#bababa 80px);
  -webkit-animation: shine-abstract 1.6s infinite linear;
  animation: shine-abstract 1.6s infinite linear
}
.header-user__avatar-shape {
  width: 32px;
  height: 32px;
  border-radius: 50%
}
.header-user__avatar-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear,left top,left bottom,from(#ea947e),color-stop(100%,#c0664f),color-stop(100.01%,#c0664f)),#ce806c;
  background: linear-gradient(180deg,#ea947e 0,#c0664f 100%,#c0664f 100.01%),#ce806c
}
.header-user__initial {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff
}
.header-user__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 150px
}
@media (max-width:1278px) {
  .header-user__info {
    display: none
  }
}
.header-user__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.header-user__company {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: rgba(255,255,255,.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.intro-header--static .header-skeleton .header-widget {
  opacity: 1
}
.intro-header--static .header-widget {
  border-color: rgba(0,0,0,.2)
}
.intro-header--static.intro-header--blue .header-widget {
  border-color: rgba(255,255,255,.2)
}
.intro-header--blue .intro-header--static .header-widget,
.intro-header--blue-box .intro-header--static .header-widget {
  border-color: rgba(255,255,255,.2)
}
.ui-loader {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #0450f2;
  -webkit-animation: 1.4s linear 0s infinite normal none running animate-rotate;
  animation: 1.4s linear 0s infinite normal none running animate-rotate
}
.ui-loader svg {
  width: 100%;
  height: 100%
}
.ui-loader svg circle {
  stroke: currentColor;
  stroke-dasharray: 80px,200px;
  stroke-dashoffset: 0;
  -webkit-animation: 1.4s linear 0s infinite normal none running animate-stroke;
  animation: 1.4s linear 0s infinite normal none running animate-stroke
}
@-webkit-keyframes animate-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes animate-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes animate-stroke {
  0% {
    stroke-dasharray: 1px,200px;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 100px,200px;
    stroke-dashoffset: -15px
  }
  100% {
    stroke-dasharray: 100px,200px;
    stroke-dashoffset: -125px
  }
}
@keyframes animate-stroke {
  0% {
    stroke-dasharray: 1px,200px;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 100px,200px;
    stroke-dashoffset: -15px
  }
  100% {
    stroke-dasharray: 100px,200px;
    stroke-dashoffset: -125px
  }
}
@-webkit-keyframes shine-lines {
  0% {
    background-position: -100px
  }
  100%,
  40% {
    background-position: 210px
  }
}
@keyframes shine-lines {
  0% {
    background-position: -100px
  }
  100%,
  40% {
    background-position: 210px
  }
}
@-webkit-keyframes shine-abstract {
  0% {
    background-position: -100px
  }
  100%,
  40% {
    background-position: 210px
  }
}
@keyframes shine-abstract {
  0% {
    background-position: -100px
  }
  100%,
  40% {
    background-position: 210px
  }
}
.header-skeleton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  cursor: none
}
.header-skeleton .header-widget {
  opacity: .6
}
.header-skeleton .header-widget__item {
  background-size: 600px;
  background-image: linear-gradient(90deg,#bababa 0,#e8e8e8 40px,#bababa 80px);
  -webkit-animation: shine-abstract 1.6s infinite linear;
  animation: shine-abstract 1.6s infinite linear
}
.header-skeleton .header-widget__item:hover {
  background-color: #8d93a1
}
.header-widget {
  display: grid;
  grid-auto-flow: column;
  gap: 6px;
  grid-gap: 6px;
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: rgba(255,255,255,.2);
  padding: 0 16px
}
@media (max-width:1278px) {
  .header-widget {
    border: 0;
    padding: 0;
    margin: -8px 0
  }
}
.header-widget__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: .2s background-color ease-in;
  transition: .2s background-color ease-in;
  cursor: pointer
}
.header-widget__item > .MuiBadge-root > .MuiButton-root,
.header-widget__item > .MuiButton-root {
  color: inherit
}
.header-widget__item svg {
  width: 24px;
  height: 24px;
  pointer-events: none
}
.tippy-tooltip {
  padding: 0;
  background-color: transparent
}
.tippy-tooltip .dropdown-support {
  display: block
}
.tippy-tooltip .dropdown-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.tippy-tooltip[data-placement=bottom] > .tippy-arrow {
  border-bottom-color: #fff
}
.tippy-tooltip .tippy-content {
  padding: 0
}
.tippy-tooltip[data-animation=shift-away][data-state=hidden] {
  opacity: 0
}
.tippy-tooltip[data-animation=shift-away][data-state=hidden][data-placement^=top] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}
.tippy-tooltip[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}
.tippy-tooltip[data-animation=shift-away][data-state=hidden][data-placement^=left] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}
.tippy-tooltip[data-animation=shift-away][data-state=hidden][data-placement^=right] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}
.tippy-tooltip .tooltip {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  gap: 4px;
  grid-gap: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.tippy-tooltip-initial-data {
  display: none
}
.dropdown-panel {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  border-radius: 12px;
  gap: 16px;
  width: 320px;
  background: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0,65,203,.1);
  box-shadow: 0 8px 24px rgba(0,65,203,.1)
}
.dropdown-panel__avatar {
  margin: 16px 0 12px
}
.dropdown-panel__avatar-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear,left top,left bottom,from(#ea947e),color-stop(100%,#c0664f),color-stop(100.01%,#c0664f)),#ce806c;
  background: linear-gradient(180deg,#ea947e 0,#c0664f 100%,#c0664f 100.01%),#ce806c
}
.dropdown-panel__avatar-shape {
  width: 64px;
  height: 64px;
  border-radius: 50%
}
.dropdown-panel__initial {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff
}
.dropdown-panel__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 16px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6
}
.dropdown-panel__section--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.dropdown-panel__section:last-child {
  padding-bottom: 0;
  border-bottom: 0
}
.dropdown-panel__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000
}
.dropdown-panel__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #8d93a1
}
.dropdown-panel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px
}
.dropdown-panel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 8px 12px;
  background-color: transparent;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .2s background-color ease-in;
  transition: .2s background-color ease-in
}
.dropdown-panel__item:hover {
  background-color: #e6f0ff;
  text-decoration: none
}
.dropdown-panel__item:active {
  background-color: #cdddff
}
.dropdown-panel__item--logout .dropdown-panel__item-icon {
  color: #db3936
}
.dropdown-panel__item--logout .dropdown-panel__item-title {
  color: #db3936
}
.dropdown-panel__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #8d93a1
}
.dropdown-panel__item-icon svg {
  width: 100%;
  height: 100%
}
.dropdown-panel__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.dropdown-panel__item-title {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000
}
.dropdown-panel__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8d93a1;
  width: 100%
}
.colorpicker {
  margin-top: 2px;
  margin-left: -45px;
  border-radius: 4px;
  -o-box-shadow: 0 4px 24px rgba(34,34,34,.1);
  -webkit-box-shadow: 0 4px 24px rgba(34,34,34,.1);
  box-shadow: 0 4px 24px rgba(34,34,34,.1)
}
.colorpicker::before {
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #fff transparent
}
[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden!important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch
}
[data-simplebar=init] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-scroll-content::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0
}
.simplebar-scroll-content {
  overflow-x: hidden!important;
  overflow-y: scroll;
  min-width: 100%!important;
  max-height: inherit!important;
  -webkit-box-sizing: content-box!important;
  box-sizing: content-box!important
}
.simplebar-content {
  overflow-y: hidden!important;
  overflow-x: scroll;
  -webkit-box-sizing: border-box!important;
  box-sizing: border-box!important;
  min-height: 100%!important
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px
}
.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 6px;
  min-height: 10px
}
.simplebar-scrollbar::before {
  position: absolute;
  content: "";
  background: #c7cdd2;
  border-radius: 6px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .1s background .1s;
  transition: opacity .1s background .1s
}
.simplebar-track .simplebar-scrollbar.visible::before,
.simplebar-track:hover .simplebar-scrollbar::before {
  opacity: 1;
  -webkit-transition: 0;
  transition: 0
}
.simplebar-track.vertical {
  top: 0
}
.simplebar-track.vertical .simplebar-scrollbar::before {
  top: 2px;
  bottom: 2px
}
.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px
}
.simplebar-track.horizontal .simplebar-scrollbar::before {
  height: 100%;
  left: 2px;
  right: 2px
}
.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 6px;
  min-height: 0;
  min-width: 10px;
  width: auto
}
.etp-content--scrollable[data-simplebar] .simplebar-track {
  z-index: 1;
  position: absolute;
  bottom: 0;
  border-radius: 8px;
  background-color: rgba(199,205,210,.3)
}
.etp-content--scrollable[data-simplebar] .simplebar-scrollbar {
  position: absolute;
  border-radius: 8px;
  background-color: #c7cdd2
}
.etp-content--scrollable[data-simplebar] .simplebar-scrollbar::before {
  all: unset
}
.etp-content--scrollable[data-simplebar] .simplebar-track.vertical {
  right: 2px;
  width: 6px
}
.etp-content--scrollable[data-simplebar] .simplebar-track.vertical .simplebar-scrollbar {
  right: 0;
  width: 6px;
  min-height: 10px
}
.etp-content--scrollable[data-simplebar] .simplebar-track.horizontal {
  left: 0;
  height: 6px
}
.etp-content--scrollable[data-simplebar] .simplebar-track.horizontal .simplebar-scrollbar {
  height: 6px;
  min-width: 10px
}
.help-tooltip {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/icns/icn-help-tooltip.png) 0 0 no-repeat;
  background: url(../images/icns/icn-help-tooltip.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-help-tooltip.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: auto 16px;
  cursor: default
}
.help-tooltip:hover {
  background-position: -16px 0
}
.tooltip {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.15);
  box-shadow: 0 4px 24px rgba(6,88,148,.15);
  text-align: center;
  position: fixed;
  z-index: 10459;
  word-wrap: break-word;
  max-width: 312px
}
.tooltip::after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  bottom: -5px;
  margin-left: -6px;
  content: "";
  position: absolute;
  left: 50%
}
.tooltip.top::after {
  border-top-color: transparent;
  border-bottom-color: #333;
  border-bottom: 5px solid #fff;
  top: -10px;
  bottom: auto
}
.tooltip.left::after {
  left: 15px;
  margin: 0
}
.tooltip.right::after {
  right: 15px;
  left: auto;
  margin: 0
}
.tooltip .g-highlighted {
  color: #cfcfcf
}
.tooltip.g-help-tooltip {
  color: #216394;
  background: #f2f5f7;
  padding: 5px 10px;
  -webkit-box-shadow: 2px 0 12px rgba(0,0,0,.3);
  box-shadow: 2px 0 12px rgba(0,0,0,.3)
}
.tooltip.g-help-tooltip::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f2f5f7;
  bottom: -5px;
  margin-left: -6px
}
.tooltip.g-help-tooltip .g-highlighted {
  color: #1c5a88
}
.tooltip-block {
  padding-right: 32px;
  position: relative
}
.tooltip-block .help-tooltip {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px
}
.pagination {
  margin-top: 30px;
  text-align: center
}
.pagination__btn {
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin: 6px 4px;
  background-color: #c7cdd2;
  border: 0 none;
  text-decoration: none;
  text-indent: -99999em
}
.pagination__btn:hover {
  background-color: rgba(39,153,214,.5)
}
.pagination__btn:active {
  background-color: #2799d6
}
.pagination__btn--prev {
  -webkit-mask-image: url(../images/icns/pagination/icon-pagination-left.svg);
  mask-image: url(../images/icns/pagination/icon-pagination-left.svg)
}
.pagination__btn--next {
  -webkit-mask-image: url(../images/icns/pagination/icon-pagination-right.svg);
  mask-image: url(../images/icns/pagination/icon-pagination-right.svg)
}
.pagination__btn--first {
  -webkit-mask-image: url(../images/icns/pagination/icon-pagination-first.svg);
  mask-image: url(../images/icns/pagination/icon-pagination-first.svg)
}
.pagination__btn--last {
  -webkit-mask-image: url(../images/icns/pagination/icon-pagination-last.svg);
  mask-image: url(../images/icns/pagination/icon-pagination-last.svg)
}
.pagination [aria-hidden=true] {
  display: none
}
.pagination__link {
  display: inline-block;
  cursor: pointer;
  margin: 0 2px;
  padding: 0 6px;
  height: 28px;
  font-size: 14px;
  line-height: 30px;
  vertical-align: top;
  border: 0 none;
  background: 0 0;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  color: #000
}
.pagination__link:hover {
  text-decoration: none;
  color: #065894;
  border-bottom-color: rgba(39,153,214,.5)
}
.pagination__separator {
  display: inline-block;
  margin: 0 4px;
  height: 28px;
  font-size: 14px;
  line-height: 30px;
  vertical-align: top;
  border: 0 none
}
.pagination__link--active {
  border-bottom-color: #2799d6
}
.pagination__btn--inactive {
  opacity: .3;
  cursor: default
}
@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .pagination__btn,
  .pagination__btn:active,
  .pagination__btn:hover {
    margin: 8px 4px;
    background-color: transparent;
    background-position: 50% 100%;
    background-repeat: no-repeat
  }
  .pagination__btn:hover {
    opacity: .8
  }
  .pagination__btn:active {
    opacity: .6
  }
  .pagination__btn--prev {
    background-image: url(../images/icns/pagination/icon-pagination-left.svg)
  }
  .pagination__btn--next {
    background-image: url(../images/icns/pagination/icon-pagination-right.svg)
  }
  .pagination__btn--first {
    background-image: url(../images/icns/pagination/icon-pagination-first.svg)
  }
  .pagination__btn--last {
    background-image: url(../images/icns/pagination/icon-pagination-last.svg)
  }
}
.base-pagination .pagination__link {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  font-size: 16px
}
.base-pagination .pagination__link:hover {
  color: inherit;
  background-color: #e6f0ff
}
.base-pagination .pagination__link--active {
  color: #0041cb;
  background-color: #dbe7ff;
  font-weight: 600
}
.share-block {
  margin: 24px 0;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.discussion-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 22px 0
}
.discussion-nav .discussion-nav__action,
.discussion-nav .discussion-nav__authorized,
.discussion-nav .discussion-nav__profile {
  width: 50%;
  padding-right: 24px
}
.discussion-nav .discussion-nav__authorized {
  font-size: 16px;
  line-height: 20px
}
.discussion-nav .discussion-nav__authorized-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 6px
}
.discussion-nav .discussion-nav__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 24px
}
.discussion-nav .discussion-nav__profile-icon {
  width: 63px;
  height: auto
}
.discussion-nav .discussion-nav__profile-details {
  font-size: 14px;
  line-height: 20px;
  margin-left: 24px
}
.discussion-nav .discussion-nav__profile-info {
  display: block
}
.discussion-nav .discussion-nav__inn {
  color: #a6b4c1
}
.discussion-results {
  border-top: 0;
  padding-top: 0
}
.discussion-description .discussion-description__subheader {
  margin-bottom: -12px
}
.discussion-list .discussion-list__info {
  font-size: 18px;
  line-height: 24px;
  margin: 16px 0
}
.discussion-list .discussion-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  line-height: 20px;
  margin-top: 16px
}
.discussion-list .discussion-list__profile-icon {
  width: 63px;
  height: auto
}
.discussion-list .discussion-list__content {
  width: 100%;
  padding: 24px;
  margin-left: 28px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(6,88,148,.15);
  box-shadow: 0 2px 10px 0 rgba(6,88,148,.15);
  text-decoration: none;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  position: relative
}
.discussion-list .discussion-list__content::before {
  right: 100%;
  top: 32px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255,255,255,0);
  border-right-color: #fff;
  border-width: 12px;
  margin-top: -12px;
  -webkit-filter: drop-shadow(-8px 0 6px rgba(6, 88, 148, .15));
  filter: drop-shadow(-8px 0 6px rgba(6, 88, 148, .15))
}
.discussion-list .discussion-list__username {
  font-weight: 600
}
.discussion-list .discussion-list__subinfo {
  color: #a6b4c1;
  font-size: 14px;
  line-height: 16px
}
.discussion-list .discussion-list__inn {
  margin-top: 6px
}
.discussion-list .discussion-list__comment {
  display: block;
  margin: 16px 0
}
.discussion-list .discussion-list__additional-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.discussion-form {
  max-width: 672px
}
.discussion-form .discussion-form__columns,
.discussion-form .discussion-form__row {
  margin: 24px 0
}
.discussion-form .discussion-form__action {
  margin-top: 24px
}
.discussion-form .discussion-form__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.discussion-form .discussion-form__col {
  width: 238px;
  margin-right: 24px
}
.discussion-form .discussion-form__files-row {
  margin-bottom: 12px
}
.discussion-form .discussion-form__label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 6px
}
.discussion-form .discussion-form__input input,
.discussion-form .discussion-form__input textarea {
  width: 100%
}
.discussion-form .discussion-form__input textarea {
  min-height: 56px;
  padding: 12px 16px
}
.discussion-form .messages {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 12px
}
.discussion-form .messages.messages--error {
  color: #eb482f
}
.discussion-form input[name=discussion_file_remove_button] {
  display: inline-block!important;
  color: #000;
  border: 0 none;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  background-color: transparent;
  background-position: 0 50%;
  padding: 0 0 0 22px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 8px 0 0;
  text-indent: 0;
  width: auto
}
.discussion-form input[name=discussion_file_remove_button]:hover {
  background-position: 0 50%;
  color: #065894;
  border: 0 none
}
@media (max-width:1278px) {
  .discussion-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .discussion-nav .discussion-nav__action,
  .discussion-nav .discussion-nav__authorized,
  .discussion-nav .discussion-nav__profile {
    width: 100%
  }
  .discussion-nav .discussion-nav__profile {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 22px 0;
    padding-left: 0
  }
}
@media (max-width:766px) {
  .discussion-form .discussion-form__filewrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .discussion-form .discussion-form__attach-descr {
    padding: 8px 0 0
  }
  .discussion-form .discussion-form__columns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .discussion-form .discussion-form__col {
    width: 212px;
    margin-right: 0
  }
  .discussion-list .discussion-list__profile-icon {
    display: none
  }
  .discussion-list .discussion-list__content {
    margin-left: 12px
  }
  .discussion-list .discussion-list__additional-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .discussion-list .discussion-list__date {
    margin-top: 6px
  }
}
.attach-files-row .attach-files-row__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 8px;
  position: relative
}
.attach-files-row .attach-files-row__descr {
  color: #a6b4c1;
  font-size: 12px;
  line-height: 16px;
  padding-left: 16px
}
.attach-files-row .button--attach-file {
  float: left
}
.upload-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.upload-files .form-checkbox,
.upload-files .tabledrag-handle,
.upload-files .tabledrag-toggle-weight-wrapper,
.upload-files .tableresponsive-toggle-columns {
  display: none
}
.upload-files thead {
  display: none
}
.upload-files .documents {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}
.upload-files .attach-files-row {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 12px
}
.alert-message {
  color: #000;
  padding: 16px 28px;
  border-radius: 4px;
  background: #f9f9f9
}
.alert-message .alert-message__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px
}
.alert-message .alert-message__text {
  font-size: 16px;
  line-height: 24px
}
.alert-message.alert-message--success {
  background: #e5f6ee
}
.alert-message.alert-message--error {
  background: #fcebea
}
.fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw
}
.article__fullwidth {
  background: #f1f6fb;
  margin: 40px -50vw
}
.article {
  margin: 80px 0;
  margin-top: 40px
}
.article .article__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.article .article__content {
  width: 760px
}
.article .article__content a {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.article .article__content a:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.article .article__content a:visited {
  color: #0b0694
}
.article .article__content a:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.article .article__aside {
  width: 238px;
  position: relative
}
.article .article__aside .article__main-title {
  display: none
}
.article .article__share-block {
  margin: 0 0 24px 0
}
.article .article__share-block a,
.article .article__share-block a:hover {
  border-bottom: none
}
.article .article__section {
  margin: 0 0 16px 0
}
.article .article__section:last-of-type {
  margin-bottom: 0
}
.article .article__main-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 32px
}
.article .article__header {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 40px 0 16px 0
}
.article .article__subheader {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 16px
}
.article .article__img,
.article img {
  display: inline-block;
  max-width: 100%;
  height: auto
}
.article .article__pic-item,
.article .article__video-item {
  max-width: 674px;
  margin: 12px 0
}
.article .article__pic-item--fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  zoom: 1;
  text-align: center
}
.article .article__img-caption {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 8px
}
.article .article__video-item {
  width: 674px
}
.article .article__gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: -12px 0
}
.article .article__gallery-list .article__video-item {
  position: relative;
  width: 498px;
  height: 280px;
  margin: 12px 24px 12px 0
}
.article .article__gallery-list .article__pic-item {
  max-width: 324px;
  margin: 12px 24px 12px 0
}
.article .article__gallery-list .article__embedvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.article .article__img-caption {
  color: #a6b4c1;
  font-size: 16px;
  line-height: 20px;
  font-style: italic
}
.article .article__infoline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 24px
}
.article .article__datablock {
  width: 238px;
  margin: 24px 0 0
}
.article .article__datablock .article__header {
  margin: 0 0 8px 0
}
.article .article__infoline--middlecontent {
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.article--fullwidth .article__content {
  width: 100%
}
.article--fullwidth .article__aside {
  display: none
}
@media (max-width:1278px) {
  .article {
    margin-top: 32px
  }
  .article .article__datablock {
    width: 324px
  }
  .article .article__aside {
    display: none
  }
  .article .article__aside .article__main-title {
    display: block
  }
  .article .article__pic-item--fullwidth .article__img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: auto
  }
  .article .article__aside,
  .article .article__content {
    width: auto
  }
  .article .article__gallery-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .article .article__gallery-list .article__pic-item,
  .article .article__gallery-list .article__video-item {
    margin-right: 0
  }
  .article--switched .article__aside {
    display: block
  }
  .article--switched .article__content {
    display: none
  }
}
@media (max-width:766px) {
  .article .article__datablock {
    width: 216px
  }
  .article .article__gallery-list .article__video-item {
    width: 448px;
    height: 252px
  }
  .article .article__gallery-list .article__pic-item {
    max-width: 332px
  }
}
.nav-list .nav-list__item {
  margin: 2px 0
}
.nav-list .nav-list__link {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding: 6px 8px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all .15s;
  transition: all .15s
}
.nav-list .nav-list__link:hover {
  background: #fff;
  -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.15);
  box-shadow: 0 4px 24px rgba(6,88,148,.15)
}
.nav-list .nav-list__item--active .nav-list__link {
  background: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(6,88,148,.15);
  box-shadow: 0 2px 10px 0 rgba(6,88,148,.15)
}
.nav-list .nav-list__link-text {
  display: block
}
.nav-list .nav-list__submenu {
  display: none
}
.nav-list .nav-list__submenu .nav-list__link {
  font-weight: 400
}
.nav-list .nav-list__submenu .nav-list__link-text {
  border-left: 1px solid #7cc1e6;
  padding-left: 8px;
  margin-left: 8px
}
.nav-list .nav-list__submenu .nav-list__submenu .nav-list__link-text {
  margin-left: 22px;
  border-color: #bde0f3
}
.nav-list .nav-list--expanded > .nav-list__submenu {
  display: block
}
@media (max-width:766px) {
  .nav-list .nav-list__submenu {
    display: none
  }
}
.articles-nav {
  display: none
}
.articles-nav .articles-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 16px auto
}
.articles-nav .articles-nav__link {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.articles-nav .articles-nav__link:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.articles-nav .articles-nav__link:visited {
  color: #0b0694
}
.articles-nav .articles-nav__link:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
@media (max-width:1278px) {
  .articles-nav {
    display: block
  }
}
@media (max-width:766px) {
  .articles-nav .articles-nav__link--prev {
    display: none
  }
}
.request-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 846px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(6,88,148,.15);
  box-shadow: 0 2px 10px 0 rgba(6,88,148,.15);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative
}
.request-container .static-link-wh {
  color: #8d93a1
}
.request-container .request-container__pic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 234px;
  line-height: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(35%,#00205e),to(#0051fb));
  background: linear-gradient(180deg,#00205e 35%,#0051fb 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (max-width:1278px) {
  .request-container .request-container__pic {
    display: none
  }
}
.request-container .request-container__pic img {
  width: 100%;
  height: auto
}
.request-container .request-container__content {
  padding: 48px
}
.request-container .request-container__content.for-customers-request__content,
.request-container .request-container__content.speed-request__content {
  width: calc(100% - 234px)
}
@media (max-width:1278px) {
  .request-container .request-container__content.for-customers-request__content,
  .request-container .request-container__content.speed-request__content {
    width: 100%
  }
  .request-container .request-container__content.for-customers-request__content .request-form__item,
  .request-container .request-container__content.speed-request__content .request-form__item {
    width: calc(50% - 24px)
  }
  .request-container .request-container__content.for-customers-request__content .request-form__item .request-form__inputwrapper,
  .request-container .request-container__content.speed-request__content .request-form__item .request-form__inputwrapper {
    width: 100%
  }
}
@media (max-width:766px) {
  .request-container .request-container__content.for-customers-request__content .request-form__item,
  .request-container .request-container__content.speed-request__content .request-form__item {
    width: 100%
  }
}
.request-container .request-container__header {
  margin-bottom: 32px
}
.request-container .request-container__title {
  font-size: 32px;
  line-height: 40px
}
.request-container .request-container__description {
  font-size: 16px;
  line-height: 20px;
  margin-top: 8px
}
.request-container--popup {
  border-radius: 0
}
.request-container--popup .request-container__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600
}
@media (max-width:1278px) {
  .request-container {
    width: 100%
  }
  .request-container .request-container__content {
    padding: 32px
  }
  .request-container .request-container__pic {
    width: 169px
  }
  .request-container .request-container__pic img {
    width: auto;
    height: 100%
  }
}
@media (max-width:766px) {
  .request-container {
    display: block
  }
  .request-container .request-container__pic {
    width: 100%;
    height: 240px
  }
  .request-container .request-container__pic img {
    width: 100%;
    height: auto
  }
  .request-container .request-container__title {
    font-weight: 600
  }
  .request-container--popup {
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .request-container--popup .request-container__pic {
    display: none
  }
  .request-container--for-customers .request-container__pic {
    background: url(../images/for-customers/for-customers-request-pic-mobile.jpg) 50% 50% no-repeat;
    background-size: cover
  }
  .request-container--for-customers .request-container__pic img {
    display: none
  }
  .request-container--edo .request-container__pic {
    background: url(../images/edo/edo-request-pic-mobile.jpg) 50% 50% no-repeat;
    background-size: cover
  }
  .request-container--edo .request-container__pic img {
    display: none
  }
  .request-container--speed .request-container__pic {
    background: url(../images/speed/speed-request-pic-mobile.jpg) 50% 50% no-repeat;
    background-size: cover
  }
  .request-container--speed .request-container__pic img {
    display: none
  }
  .request-container--tender-loans .request-container__pic {
    background: url(../images/tender-loans/tender-loans-request-pic-mobile.jpg) 50% 50% no-repeat;
    background-size: cover
  }
  .request-container--tender-loans .request-container__pic img {
    display: none
  }
}
.request-form {
  margin: 12px 0
}
.request-form:last-of-type {
  margin-bottom: 0
}
.request-form .form-item select.error ~ .select2 .select2-selection {
  border-color: #ee3a42
}
.request-form .form-item input.error,
.request-form .form-item select.error,
.request-form .form-item textarea.error {
  border: 1px solid #ee3a42
}
.request-form .request-form__inputwrapper {
  margin: 0;
  width: 242px;
  position: relative
}
.request-form .request-form__item {
  position: relative;
  margin-bottom: 32px
}
.request-form .request-form__item--full {
  width: 100%
}
.request-form .request-form__item:last-of-type {
  margin-bottom: 0
}
.request-form .request-form__item--inline {
  margin-right: 24px
}
.request-form .request-form__item--inline:last-of-type {
  margin-bottom: 32px
}
.request-form .request-form__input {
  width: 100%
}
.request-form .button--submit {
  min-width: 168px
}
@media (max-width:766px) {
  .request-form .button--submit {
    padding: 0
  }
}
.request-form .request-form__input-label {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px
}
.request-form .request-form__input-label .gr {
  color: #db3936
}
.request-form .form-item {
  position: relative
}
.request-form .checkbox .checkbox__label {
  color: #8d93a1;
  font-size: 12px;
  line-height: 1.5;
  width: 100%
}
.request-form .request-form__label {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  padding: 0;
  position: inherit;
  top: 0;
  left: 0
}
.request-form .request-form__checkbox {
  display: block;
  position: relative;
  max-width: 100%
}
.request-form .request-form__checkbox .c-inp-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none
}
.request-form .request-form__checkbox .request-form__label {
  display: block;
  color: #a6b4c1;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  word-wrap: break-word;
  white-space: normal;
  padding-left: 26px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.request-form .has-error .c-inp-checkbox {
  border-color: #eb482f
}
.request-form .request-form__items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.request-form .request-form__items-row.request-form__items-row_justc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.request-form .request-form__items-row .request-form__item {
  margin-right: 24px
}
.request-form .request-form__items-row .request-form__item:last-of-type {
  margin-right: 0
}
.request-form .request-form__item--fullwidth,
.request-form .request-form__item--fullwidth:last-of-type {
  margin: 0 0 32px 0;
  width: 508px
}
.request-form .request-form__item--fullwidth .request-form__inputwrapper,
.request-form .request-form__item--fullwidth:last-of-type .request-form__inputwrapper {
  width: 100%
}
.request-form .static-link-wh {
  color: #0041cb;
  border-bottom: 1px solid transparent;
  text-decoration: none
}
.request-form .static-link-wh:hover,
.request-form .static-link-wh:visited {
  color: #0041cb
}
.request-form .static-link-wh:hover {
  border-bottom-color: #0041cb
}
.request-form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  width: 100%
}
.request-form--inline .request-form__item {
  max-width: 248px;
  margin: 0 6px
}
.request-form--inline .c-input .help-block {
  color: #fff
}
.request-form--inline .request-form__control-item {
  min-width: 128px
}
.request-form--inline .button--submit {
  width: 100%;
  min-width: 0
}
.request-form--ecplandingpromo .request-form__item {
  max-width: 184px
}
.request-form--compliance-request .request-form__item--inline {
  margin-top: 0;
  margin-right: 24px;
  max-width: 226px
}
.request-form--compliance-request .request-form__item--inline:last-of-type {
  margin-right: 0
}
.request-form--compliance-request .request-form__item--action {
  max-width: 100%;
  margin-top: 24px
}
@media (max-width:1278px) {
  .request-form .request-form__inputwrapper {
    width: 203px
  }
  .request-form .request-form__item--inline {
    display: block;
    max-width: 237px;
    margin-right: 0 0 24px 0
  }
  .request-form .request-form__item--inline:last-of-type {
    margin-bottom: 32px
  }
  .request-form .request-form__item--fullwidth,
  .request-form .request-form__item--fullwidth:last-of-type {
    width: 438px
  }
  .request-form--ecplanding .request-form__control-item {
    display: block;
    width: 100%
  }
  .request-form--ecplanding .button--submit {
    width: 100%;
    min-width: 0
  }
  .request-form--ecplanding .c-input .help-block.form-error {
    color: #fff
  }
  .request-form--ecplanding .c-input label {
    right: 15px;
    text-align: center
  }
  .request-form--ecplanding .request-form__input {
    text-align: center
  }
  .request-form--ecplanding .c-input .help-block {
    width: 100%;
    text-align: center;
    color: #fff
  }
  .request-form--inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .request-form--inline .request-form__item {
    margin: 0 0 24px 0;
    max-width: 340px
  }
}
@media (max-width:766px) {
  .request-form .request-form__items-row {
    display: block
  }
  .request-form .request-form__items-row .request-form__item {
    width: 100%
  }
  .request-form .request-form__inputwrapper {
    width: 100%
  }
  .request-form .request-form__item:last-of-type {
    margin-bottom: 32px
  }
  .request-form .request-form__item--inline {
    max-width: 100%
  }
  .request-form .request-form__input {
    font-size: 18px;
    height: 56px;
    line-height: 56px
  }
  .request-form .select2 .select2-selection {
    height: 56px;
    line-height: 56px
  }
  .request-form .select2 .select2-selection__rendered {
    font-size: 18px;
    line-height: 56px
  }
  .request-form .select2 .select2-selection__arrow b {
    margin-top: 13px
  }
  .request-form .select2-container--open .select2-selection__arrow b,
  .request-form .select2-container--open:hover .select2-selection__arrow b {
    margin-top: 20px
  }
  .request-form .select2-results__group,
  .request-form .select2-results__option {
    font-size: 18px;
    line-height: 24px;
    padding: 12px 16px
  }
  .request-form .request-form__label {
    font-size: 14px;
    line-height: 16px
  }
  .request-form .request-form__control-item {
    margin-top: 32px
  }
  .request-form .button--submit {
    width: 100%
  }
  .request-form .help-block {
    font-size: 14px;
    line-height: 14px;
    bottom: -20px
  }
  .request-form--ecplanding .request-form__input {
    font-size: 16px;
    height: 40px
  }
  .request-form--ecplanding .request-form__control-item {
    margin-top: 0
  }
}
#compliance_request_bottom.request-form .button--submit {
  margin-top: 24px
}
.checkbox-tree {
  margin-bottom: 15px
}
.checkbox-tree a.checkbox__label__link {
  color: #4978d7
}
.checkbox-tree.opened .js-form-item.js-form-type-checkbox {
  margin-bottom: 0!important
}
.checkbox-tree.opened .js-form-type-checkbox.js-form-item:not(:first-of-type) {
  display: block
}
.checkbox-tree.opened .js-form-type-checkbox.js-form-item:not(:first-of-type) .checkbox-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.checkbox-tree.opened .js-form-type-checkbox.js-form-item:not(:first-of-type) .checkbox-wrapper .help-block.form-error {
  position: static;
  margin-bottom: 12px
}
.checkbox-tree.opened .js-form-item:first-of-type .checkbox-arrow {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}
.checkbox-tree .checkbox-arrow:hover path {
  stroke: #0041cb
}
@media (max-width:1279px) {
  .checkbox-tree .checkbox-arrow:hover path {
    stroke: #fff
  }
}
.checkbox-tree .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.checkbox-tree .checkbox-wrapper .checkbox {
  margin-bottom: 12px
}
.checkbox-tree .checkbox-wrapper .checkbox .term-service.partial-checked ~ .checkbox__label::before {
  background: #1f63f3 url(../images/BG/minus.svg) no-repeat 50% 50%!important
}
.checkbox-tree .js-form-type-checkbox.js-form-item:not(:first-of-type) {
  padding-left: 24px;
  display: none
}
.checkbox-tree .js-form-item:first-of-type .checkbox-arrow {
  display: block;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.checkbox-arrow {
  display: none
}
.agreement-selector {
  display: none
}
.agreement-selector .agreement-selector__title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 12px;
  font-weight: 600;
  text-align: left
}
.agreement-selector .agreement-selector__text {
  margin: 12px 0;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 12px 12px 12px;
  border: 1px solid #c7cdd2;
  border-radius: 5px;
  background: #fcfcfc;
  width: 480px;
  height: 320px;
  position: relative
}
.agreement-selector .agreement-selector__text .c-scrollable-area {
  width: 458px;
  height: 308px;
  padding-right: 12px
}
.agreement-selector .agreement-selector__text p {
  margin-top: 6px
}
.agreement-selector .agreement-selector__text .unordered-list {
  margin: 6px 0 0 16px
}
.agreement-selector .agreement-selector__text .unordered-list__item {
  margin: 0
}
.agreement-selector .agreement-selector__butttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 12px
}
.agreement-selector .agreement-selector__butttons .button {
  margin-right: 12px
}
@media (max-width:1278px) {
  .agreement-selector .agreement-selector__title {
    font-size: 18px;
    line-height: 30px;
    color: #fff
  }
  .agreement-selector .agreement-selector__text {
    width: 360px;
    position: relative
  }
  .agreement-selector .agreement-selector__text .c-scrollable-area {
    width: 338px
  }
  .agreement-selector .agreement-selector__butttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .agreement-selector .agreement-selector__butttons .button {
    margin-right: 0
  }
}
.files-list .files-list__item {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 6px
}
.files-list .files-list__icn {
  display: block;
  float: left;
  width: 16px;
  height: 20px;
  margin-right: 10px;
  background: url(../images/icns/icn-doc-sm.png) 0 0 no-repeat;
  background-size: 16px 20px
}
.gifts-promo {
  background: #f9f9f9;
  padding: 48px 0
}
.gifts-promo .gifts-promo__pic {
  width: 220px;
  padding-top: 28px;
  margin-bottom: 40px
}
.gifts-promo .gifts-promo__content {
  max-width: 700px
}
.gifts-promo .gifts-promo__time {
  color: #0dacaa;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px
}
.gifts-promo .gifts-promo__title {
  color: #000;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-align: left
}
.gifts-promo .gifts-promo__subtitle {
  font-size: 24px;
  line-height: 32px;
  text-align: left
}
.gifts-promo .gifts-promo__text {
  margin-top: 18px
}
.gifts-promo .gifts-promo__paragraph {
  font-size: 16px;
  line-height: 20px
}
.gifts-promo .gifts-promo__paragraph a {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.gifts-promo .gifts-promo__paragraph a:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.gifts-promo .gifts-promo__paragraph a:visited {
  color: #0b0694
}
.gifts-promo .gifts-promo__paragraph a:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.gifts-promo .gifts-promo__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px
}
.gifts-promo .gifts-promo__link {
  margin-top: 16px;
  display: inline-block;
  text-decoration: none
}
.gifts-promo .gifts-promo__link:hover .gifts-promo__linktext {
  border-bottom-color: #065894
}
.gifts-promo .gifts-promo__pdf-icon {
  float: left;
  margin-right: 8px;
  background: #f15642;
  padding: 1px 4px 2px 4px;
  color: #fff;
  vertical-align: middle;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 4px
}
.gifts-promo .gifts-promo__linktext {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.gifts-promo .gifts-promo__linktext:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.gifts-promo .gifts-promo__linktext:visited {
  color: #0b0694
}
.gifts-promo .gifts-promo__linktext:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.gifts-promo .gifts-promo__list {
  display: block;
  list-style: none;
  margin-top: 16px
}
.gifts-promo .gifts-promo__listitem {
  display: block;
  padding-left: 12px;
  position: relative
}
.gifts-promo .gifts-promo__listitem::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0
}
.ecp-gifts-promo .gifts-promo__time {
  color: #0dacaa
}
.ecp-gifts-promo .gifts-promo__col--left {
  width: 314px
}
.ecp-gifts-promo .gifts-promo__col--right {
  width: 374px
}
.education-gifts-promo .gifts-promo__time {
  color: #ef7a25
}
.education-gifts-promo .gifts-promo__subtitle {
  font-size: 32px;
  line-height: 40px
}
@media (min-width:767px) {
  .gifts-promo .gifts-promo__wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .gifts-promo .gifts-promo__pic {
    margin: 0 24px 0 0
  }
}
@media (min-width:1279px) {
  .gifts-promo .gifts-promo__wrapper {
    width: 940px
  }
}
.steps {
  margin: 56px 0 0
}
.steps .steps__header {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px
}
.steps .steps__header .sub-header {
  float: left
}
.steps .steps__time {
  display: inline-block;
  color: #a6b4c1;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  margin: 4px 0 0 16px;
  text-decoration: none
}
.steps .steps__item {
  width: 100%;
  position: relative;
  padding-left: 30px;
  padding-bottom: 16px
}
.steps .steps__item .steps__help {
  width: auto;
  margin: 16px 0 0
}
.steps .steps__item .steps__help::before {
  display: none
}
.steps .steps__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-right: 20px
}
.steps .steps__line {
  display: block;
  width: 4px;
  height: 100%;
  background: #e4e8ec;
  margin: 12px 0;
  margin-left: 4px;
  position: absolute;
  top: 0;
  left: 0
}
.steps .steps__line::before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  border: 4px solid #fff;
  border-radius: 15px;
  background: #e4e8ec
}
.steps .steps__heading {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 16px
}
.steps .steps__heading:hover .steps__title {
  color: #065894
}
.steps .steps__item--passed .steps__line {
  background: #7cc1e6
}
.steps .steps__item--passed .steps__line::before {
  background: #7cc1e6
}
.steps .steps__item--active .steps__title {
  font-weight: 600
}
.steps .steps__item--active .steps__line {
  background: #67c79c
}
.steps .steps__item--active .steps__line::before {
  background: #67c79c
}
.steps .steps__item--canceled .steps__line {
  background: #f4c3c2
}
.steps .steps__item--canceled .steps__line::before {
  background: #f4c3c2
}
.steps .steps__red-text {
  color: #eb482f
}
.steps .steps__description {
  font-size: 14px;
  line-height: 24px;
  padding-right: 16px
}
.steps .steps__description p {
  display: inline-block;
  margin-right: 2px
}
.steps .steps__description div p:first-of-type {
  display: inline-block!important
}
.steps .steps__inlinetext {
  display: inline-block;
  margin-right: 8px
}
.steps .steps__help {
  display: none;
  width: 1200px;
  background: #e3f3ff;
  position: relative;
  margin-top: 16px;
  padding: 32px;
  z-index: 0
}
.steps .steps__help::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e3f3ff transparent
}
.steps .steps__item--selected .steps__help {
  display: block
}
.steps .steps__helptitle {
  display: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-top: -5px;
  margin-bottom: 12px
}
.steps .steps__item--current .steps__helptitle {
  display: block
}
.steps .steps__ullist {
  list-style: disc outside;
  margin: 12px 0 0 22px
}
.steps a:not(.button) {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.steps a:not(.button):hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.steps a:not(.button):visited {
  color: #0b0694
}
.steps a:not(.button):visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.steps .button {
  margin: 12px 0 0
}
.steps .steps__list-item {
  font-size: 16px;
  padding-bottom: 24px;
  position: relative
}
.steps .steps__list-item:last-of-type {
  padding-bottom: 0
}
.steps .procedure-help-block {
  margin-bottom: 18px
}
.steps .procedure-help-block a {
  border-bottom: none
}
@media (max-width:1278px) {
  .steps .steps__description {
    min-height: 0!important
  }
  .steps__item--4 .steps__line {
    background: 0 0
  }
}
@media (min-width:1279px) {
  .steps .steps__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .steps .steps__item {
    width: 300px;
    position: relative;
    padding: 0
  }
  .steps .steps__item .steps__help {
    width: 1200px
  }
  .steps .steps__heading {
    min-height: 76px
  }
  .steps .steps__helptitle {
    line-height: 32px
  }
  .steps .steps__line {
    margin: 12px 0;
    position: relative;
    width: 100%;
    height: 4px
  }
  .steps .steps__line::before {
    left: -4px
  }
  .steps .steps__item--1 .steps__help::before {
    margin-left: 10px
  }
  .steps .steps__item--2 .steps__help {
    margin-left: -300px
  }
  .steps .steps__item--2 .steps__help::before {
    margin-left: 25%
  }
  .steps .steps__item--3 .steps__help {
    margin-left: -600px
  }
  .steps .steps__item--3 .steps__help::before {
    margin-left: 50%
  }
  .steps .steps__item--4 .steps__help {
    margin-left: -900px
  }
  .steps .steps__item--4 .steps__help::before {
    margin-left: 75%
  }
}
.banner {
  display: block;
  margin: 56px 0;
  font-family: "Exo 2","Open Sans",Arial,Helvetica,sans-serif
}
.banner__link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  zoom: 1
}
.banner__link:hover {
  color: inherit;
  text-decoration: none
}
.banner__icon {
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 56px;
  background-size: 56px 56px;
  background-repeat: no-repeat
}
.banner__text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 28px
}
.banner__action {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  margin-left: auto
}
.banner__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: -4px;
  margin-bottom: 2px
}
.banner__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px
}
.banner--blue .banner__link {
  background: #bde0f3;
  background: -webkit-gradient(linear,left top,right top,from(#bde0f3),to(#e9f5fb));
  background: linear-gradient(to right,#bde0f3 0,#e9f5fb 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#BDE0F3", endColorstr="#E9F5FB", GradientType=1)
}
.banner--green .banner__link {
  background: #b2e3cd;
  background: -webkit-gradient(linear,left top,right top,from(#b2e3cd),to(#e5f6ee));
  background: linear-gradient(to right,#b2e3cd 0,#e5f6ee 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="$bg-color-green", endColorstr="#e5f6ee", GradientType=1)
}
.banner--marine .banner__link {
  background: #b5e6e5;
  background: -webkit-gradient(linear,left top,right top,from(#b5e6e5),to(#e7f7f7));
  background: linear-gradient(to right,#b5e6e5 0,#e7f7f7 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#B5E6E5", endColorstr="#E7F7F7", GradientType=1)
}
.banner--orange .banner__link {
  background: #fad7bd;
  background: -webkit-gradient(linear,left top,right top,from(#fad7bd),to(#fef1e8));
  background: linear-gradient(to right,#fad7bd 0,#fef1e8 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#FAD7BD", endColorstr="#FEF1E8", GradientType=1)
}
.banner--red .banner__link {
  background: #f4c3c2;
  background: -webkit-gradient(linear,left top,right top,from(#f4c3c2),to(#fcebea));
  background: linear-gradient(to right,#f4c3c2 0,#fcebea 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#F4C3C2", endColorstr="#FCEBEA", GradientType=1)
}
.banner--darkorange .banner__link {
  background: #ef7a25;
  background: -webkit-gradient(linear,left top,right top,from(#ef7a25),to(#fad7bd));
  background: linear-gradient(to right,#ef7a25 0,#fad7bd 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#EF7A25", endColorstr="#FAD7BD", GradientType=1)
}
.banner--darkblue .banner__link {
  background: #065894;
  background: -webkit-gradient(linear,left top,right top,from(#065894),to(#2799d6));
  background: linear-gradient(to right,#065894 0,#2799d6 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$color-blue", endcolorstr="$color-light-blue", gradienttype=1)
}
.banner--darkmarine .banner__link {
  background: #0dacaa;
  background: -webkit-gradient(linear,left top,right top,from(#0dacaa),to(#6ccdcb));
  background: linear-gradient(to right,#0dacaa 0,#6ccdcb 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="$color-light-green", endColorstr="#6CCDCB", GradientType=1)
}
.banner--white-text {
  color: #fff
}
.banner--rightside .banner__text {
  padding-left: 0
}
.banner--rightside .banner__icon {
  float: right;
  margin-left: auto
}
.banner--rightside .banner__action {
  margin-left: 0
}
.banner .button {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 4px;
  padding: 0 30px;
  border: 0 none;
  text-decoration: none;
  color: #fff;
  background: #2799d6;
  -webkit-box-shadow: 0 4px 8px 0 rgba(39,153,214,.35);
  box-shadow: 0 4px 8px 0 rgba(39,153,214,.35);
  border-bottom: none;
  -webkit-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out
}
.banner .button:hover {
  color: #fff;
  background: #7cc1e6;
  -webkit-box-shadow: 0 4px 8px 0 rgba(39,153,214,.25);
  box-shadow: 0 4px 8px 0 rgba(39,153,214,.25)
}
.banner .button:active {
  margin: 0;
  background: #207fb2;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.banner--blue .button,
.banner--darkorange .button {
  background: #2799d6;
  -webkit-box-shadow: 0 4px 8px 0 rgba(39,153,214,.35);
  box-shadow: 0 4px 8px 0 rgba(39,153,214,.35)
}
.banner--blue .button:hover,
.banner--darkorange .button:hover {
  background: #7cc1e6;
  -webkit-box-shadow: 0 4px 8px 0 rgba(39,153,214,.25);
  box-shadow: 0 4px 8px 0 rgba(39,153,214,.25)
}
.banner--blue .button:active,
.banner--darkorange .button:active {
  background: #207fb2
}
.banner--darkblue .button,
.banner--darkmarine .button,
.banner--orange .button {
  background: #ef7a25;
  -webkit-box-shadow: 0 4px 8px 0 rgba(239,122,37,.35);
  box-shadow: 0 4px 8px 0 rgba(239,122,37,.35)
}
.banner--darkblue .button:hover,
.banner--darkmarine .button:hover,
.banner--orange .button:hover {
  background: #f5ae7b;
  -webkit-box-shadow: 0 4px 8px 0 rgba(239,122,37,.25);
  box-shadow: 0 4px 8px 0 rgba(239,122,37,.25)
}
.banner--darkblue .button:active,
.banner--darkmarine .button:active,
.banner--orange .button:active {
  background: #d0681d
}
.banner--marine .button {
  background: #0dacaa;
  -webkit-box-shadow: 0 4px 8px 0 rgba(13,172,170,.35);
  box-shadow: 0 4px 8px 0 rgba(13,172,170,.35)
}
.banner--marine .button:hover {
  background: #6ccdcb;
  -webkit-box-shadow: 0 4px 8px 0 rgba(13,172,170,.25);
  box-shadow: 0 4px 8px 0 rgba(13,172,170,.25)
}
.banner--marine .button:active {
  background: #2a9a98
}
.banner--green .button {
  background: #00a25a;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,162,90,.35);
  box-shadow: 0 4px 8px 0 rgba(0,162,90,.35)
}
.banner--green .button:hover {
  background: #67c79c;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,162,90,.25);
  box-shadow: 0 4px 8px 0 rgba(0,162,90,.25)
}
.banner--green .button:active {
  background: #188152
}
.banner--red .button {
  background: #db3936;
  -webkit-box-shadow: 0 4px 8px 0 rgba(219,57,54,.35);
  box-shadow: 0 4px 8px 0 rgba(219,57,54,.35)
}
.banner--red .button:hover {
  background: #e98785;
  -webkit-box-shadow: 0 4px 8px 0 rgba(219,57,54,.25);
  box-shadow: 0 4px 8px 0 rgba(219,57,54,.25)
}
.banner--red .button:active {
  background: #ba221f
}
.banner--float {
  -webkit-transition: top .25s;
  transition: top .25s;
  top: 0
}
.banner--fixed {
  position: fixed;
  top: 16px;
  margin-top: 0
}
.banner--education .banner__icon {
  position: absolute;
  right: -80px;
  top: 50%;
  margin-top: -170px;
  width: 400px;
  height: 400px;
  background-size: 400px 400px
}
.banner--education .banner__text {
  padding-left: 0
}
.banner--education .banner__action {
  margin-left: 0
}
.banner--trades .banner__icon {
  width: 48px;
  height: 48px;
  background-size: 48px 48px
}
.banner--trades .banner__action {
  float: right
}
.banner--ecp .banner__icon {
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -145px;
  width: 280px;
  height: 280px;
  background-size: 280px 280px
}
.banner--ecp .banner__text {
  padding-left: 200px
}
.banner__wrapper {
  max-width: 1200px;
  width: 100%!important;
  padding: 0
}
.banner--investmoscow .banner__icon {
  width: 172px;
  height: 21px;
  background-size: auto;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWw0KCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPg0KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPg0KCTwhRU5USVRZIG5zX2dyYXBocyAiaHR0cDovL25zLmFkb2JlLmNvbS9HcmFwaHMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+DQoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4NCgk8IUVOVElUWSBuc19zZncgImh0dHA6Ly9ucy5hZG9iZS5jb20vU2F2ZUZvcldlYi8xLjAvIj4NCgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4NCgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcyLjkgMjEiDQoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE3Mi45IDIxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30NCgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9DQoJLnN0MntmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNDQTE0Mjc7fQ0KPC9zdHlsZT4NCjxzd2l0Y2g+DQoJPGZvcmVpZ25PYmplY3QgcmVxdWlyZWRFeHRlbnNpb25zPSImbnNfYWk7IiB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIj4NCgkJPGk6YWlwZ2ZSZWYgIHhsaW5rOmhyZWY9IiNhZG9iZV9pbGx1c3RyYXRvcl9wZ2YiPg0KCQk8L2k6YWlwZ2ZSZWY+DQoJPC9mb3JlaWduT2JqZWN0Pg0KCTxnIGk6ZXh0cmFuZW91cz0ic2VsZiI+DQoJCTxnIGlkPSLQodCz0YDRg9C/0L/QuNGA0L7QstCw0YLRjF8zMjEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtLjM4OSAtLjUpIj4NCgkJCTxwYXRoIGlkPSLQmtC+0L3RgtGD0YBfMjUxNyIgY2xhc3M9InN0MCIgZD0iTTE0OSwxNi4zYy0xLjQsMC4xLTIuNCwxLjMtMi4zLDIuNmMtMC4xLDEuMywwLjgsMi41LDIuMSwyLjZjMC4xLDAsMC4xLDAsMC4yLDANCgkJCQljMS4zLDAsMi4zLTEsMi40LTIuM2MwLTAuMSwwLTAuMiwwLTAuM2MwLjEtMS4zLTAuOC0yLjUtMi4xLTIuNkMxNDkuMSwxNi4zLDE0OS4xLDE2LjMsMTQ5LDE2LjN6Ii8+DQoJCQk8cGF0aCBpZD0i0JrQvtC90YLRg9GAXzI1MTgiIGNsYXNzPSJzdDAiIGQ9Ik0yLjQsMC41Yy0xLjEsMC0yLDAuOS0yLDJjMCwwLjEsMCwwLjEsMCwwLjJDMC4zLDMuNywxLDQuNywyLjEsNC44DQoJCQkJYzAuMSwwLDAuMiwwLDAuMiwwYzEuMSwwLjEsMi0wLjgsMi4xLTEuOWMwLTAuMSwwLTAuMiwwLTAuM2MwLjEtMS4xLTAuNy0yLTEuOC0yLjFDMi41LDAuNSwyLjUsMC41LDIuNCwwLjV6Ii8+DQoJCQk8cGF0aCBpZD0i0J/RgNGP0LzQvtGD0LPQvtC70YzQvdC40LpfMTcwNiIgY2xhc3M9InN0MSIgZD0iTTAuNSw2LjVoMy45djE0LjdIMC41VjYuNXoiLz4NCgkJCTxwYXRoIGlkPSLQmtC+0L3RgtGD0YBfMjUxOSIgY2xhc3M9InN0MCIgZD0iTTE0LjMsNi4zYy0xLjQsMC0yLjgsMC43LTMuNSwyaDBsLTAuMi0xLjdINy4xQzcuMSw4LDcuMiw5LjQsNy4yLDExdjEwLjNoMy45di05DQoJCQkJYzAtMC41LDAuMS0wLjksMC4yLTEuM2MwLjEtMC43LDAuNy0xLjMsMS40LTEuM2MxLjEsMCwxLjQsMS4yLDEuNCwyLjR2OS4yaDMuOXYtOS40QzE4LjIsOC41LDE3LjEsNi4zLDE0LjMsNi4zeiIvPg0KCQkJPHBhdGggaWQ9ItCa0L7QvdGC0YPRgF8yNTIwIiBjbGFzcz0ic3QwIiBkPSJNMjUuOSwxMy4xYy0wLjIsMS4zLTAuMywyLjYtMC41LDQuMWgwYy0wLjItMS41LTAuNC0yLjgtMC43LTQuMWwtMS4xLTYuNmgtNC4yDQoJCQkJbDQsMTQuN0gyN0wzMSw2LjVoLTMuOUwyNS45LDEzLjF6Ii8+DQoJCQk8cGF0aCBpZD0i0JrQvtC90YLRg9GAXzI1MjEiIGNsYXNzPSJzdDAiIGQ9Ik0zNy41LDYuM2MtMy4zLDAtNS45LDMtNS45LDcuOWMwLDQuNiwyLjIsNy4yLDYuMiw3LjJjMS40LDAsMi43LTAuMiw0LTAuN2wtMC41LTIuOA0KCQkJCWMtMC45LDAuMy0xLjksMC41LTIuOCwwLjVjLTEuNiwwLjItMi45LTEtMy4xLTIuNWMwLTAuMiwwLTAuNCwwLTAuNmg2LjljMC0wLjQsMC4xLTEsMC4xLTIuMUM0Mi40LDguOCw0MC42LDYuMywzNy41LDYuM3oNCgkJCQkgTTM1LjQsMTIuNWMwLTEuNCwwLjYtMy40LDEuOS0zLjRjMS4xLDAsMS42LDEuNCwxLjYsMy40SDM1LjR6Ii8+DQoJCQk8cGF0aCBpZD0i0JrQvtC90YLRg9GAXzI1MjIiIGNsYXNzPSJzdDAiIGQ9Ik00OS41LDEyLjRjLTEuMy0wLjktMS43LTEuMi0xLjctMS45czAuNC0xLjIsMS40LTEuMmMwLjcsMCwxLjQsMC4yLDIuMSwwLjZMNTIsNw0KCQkJCWMtMC45LTAuNS0xLjktMC43LTMtMC43Yy0yLjUtMC4yLTQuNywxLjctNC44LDQuMmMwLDAuMSwwLDAuMywwLDAuNGMwLDEuMywwLjYsMi45LDMsNC4zYzEuMywwLjgsMS43LDEuMiwxLjcsMg0KCQkJCWMwLDAuOS0wLjYsMS4zLTEuNiwxLjNjLTAuOSwwLTEuOC0wLjMtMi42LTAuOGwtMC43LDNjMSwwLjYsMi4yLDAuOSwzLjQsMC45YzMuMSwwLDUuMi0xLjYsNS4yLTQuNg0KCQkJCUM1Mi41LDE1LjIsNTEuNiwxMy43LDQ5LjUsMTIuNHoiLz4NCgkJCTxwYXRoIGlkPSLQmtC+0L3RgtGD0YBfMjUyMyIgY2xhc3M9InN0MCIgZD0iTTU5LjEsMi43bC0zLjksMS4ydjIuNmgtMS43djIuOGgxLjd2Ni44YzAsMi4zLDAuNCwzLjQsMS4yLDQuMmMwLjgsMC43LDEuOCwxLDIuOCwxDQoJCQkJYzAuOCwwLDEuNi0wLjEsMi40LTAuMmwwLTMuMWMtMC40LDAuMS0wLjcsMC4xLTEuMSwwLjFjLTAuOCwwLTEuNC0wLjQtMS40LTIuMlY5LjNINjJWNi41aC0yLjlMNTkuMSwyLjd6Ii8+DQoJCQk8cGF0aCBpZD0i0JrQvtC90YLRg9GAXzI1MjQiIGNsYXNzPSJzdDAiIGQ9Ik0xNTcuMiw4LjdoLTAuMWwtMC4yLTIuMmgtMy40YzAsMS4zLDAuMSwzLDAuMSw0LjRoMHYxMC4zaDMuOXYtNy41DQoJCQkJYzAtMC41LDAuMS0xLDAuMi0xLjRjMC4yLTEuMiwxLjItMiwyLjQtMi4xYzAuMywwLDAuNiwwLDAuOSwwVjYuNGMtMC4zLTAuMS0wLjYtMC4xLTAuOS0wLjFDMTU4LjgsNi41LDE1Ny42LDcuNCwxNTcuMiw4Ljd6Ii8+DQoJCQk8cGF0aCBpZD0i0JrQvtC90YLRg9GAXzI1MjUiIGNsYXNzPSJzdDAiIGQ9Ik0xNzMuMiwxNi43TDE3My4yLDE2LjdsMC0xMC4yaC0zLjl2OS40YzAsMC40LTAuMSwwLjgtMC4yLDEuMmMtMC4yLDAuNi0wLjcsMS0xLjMsMQ0KCQkJCWMtMS4xLDAtMS40LTEuMi0xLjQtMy4yVjYuNWgtMy45djguOWMwLDMuOSwxLjEsNiwzLjksNmMxLjQsMCwyLjctMC43LDMuNC0xLjhoMGwwLjIsMS41aDMuNEMxNzMuMywxOS44LDE3My4yLDE4LjMsMTczLjIsMTYuNw0KCQkJCUwxNzMuMiwxNi43eiIvPg0KCQkJPHBhdGggaWQ9ItCa0L7QvdGC0YPRgF8yNTI2IiBjbGFzcz0ic3QyIiBkPSJNNzcuNiw2LjNjLTAuNywwLTEuNCwwLjItMi4xLDAuNUM3NSw3LjIsNzQuNSw3LjcsNzQsOC4zaDBjLTAuNS0xLjMtMS44LTIuMS0zLjItMg0KCQkJCWMtMS40LDAtMi43LDAuOC0zLjUsMmgwbC0wLjItMS43aC0zLjRjMCwxLjQsMC4xLDIuOCwwLjEsNC40aDAuMXYxMC4zaDMuOXYtOS4zYzAtMC40LDAtMC43LDAuMS0xLjFjMC4xLTAuNywwLjctMS4zLDEuNC0xLjMNCgkJCQljMS4yLDAsMS4zLDEuMywxLjMsMi40djkuMmgzLjl2LTkuM2MwLTAuNCwwLTAuNywwLjEtMS4xYzAuMS0wLjcsMC43LTEuMywxLjQtMS4zYzEuMSwwLDEuMywxLjMsMS4zLDN2OC43aDMuOXYtOS4zDQoJCQkJQzgxLjQsOC40LDgwLjMsNi4zLDc3LjYsNi4zTDc3LjYsNi4zeiIvPg0KCQkJPHBhdGggaWQ9ItCa0L7QvdGC0YPRgF8yNTI3IiBjbGFzcz0ic3QyIiBkPSJNODkuNCw2LjNjLTIuOSwwLTUuNywyLjMtNS43LDcuNmMwLDQuOCwyLjIsNy41LDUuNyw3LjVjMi4zLDAsNS43LTEuNSw1LjctNy42DQoJCQkJQzk0LjksOS4yLDkyLjksNi4yLDg5LjQsNi4zeiBNODkuNCwxOC41Yy0xLjQsMC0xLjgtMi4xLTEuOC00LjZjMC0yLjEsMC4zLTQuNiwxLjctNC41YzEuMywwLDEuNywyLjUsMS43LDQuNQ0KCQkJCUM5MSwxNi4xLDkwLjcsMTguNSw4OS40LDE4LjVMODkuNCwxOC41eiIvPg0KCQkJPHBhdGggaWQ9ItCa0L7QvdGC0YPRgF8yNTI4IiBjbGFzcz0ic3QyIiBkPSJNMTAyLDEyLjRjLTEuMy0wLjktMS43LTEuMi0xLjctMS45czAuNC0xLjIsMS40LTEuMmMwLjcsMCwxLjQsMC4yLDIuMSwwLjZsMC43LTIuOQ0KCQkJCWMtMC45LTAuNS0xLjktMC43LTMtMC43Qzk5LDYuMSw5Ni44LDgsOTYuNiwxMC41YzAsMC4xLDAsMC4zLDAsMC40YzAsMS4zLDAuNiwyLjksMyw0LjNjMS4zLDAuOCwxLjcsMS4yLDEuNywyDQoJCQkJYzAsMC45LTAuNiwxLjMtMS42LDEuM2MtMC45LDAtMS44LTAuMy0yLjYtMC44bC0wLjcsM2MxLDAuNiwyLjIsMC45LDMuNCwwLjljMy4xLDAsNS4yLTEuNiw1LjItNC42DQoJCQkJQzEwNSwxNS4yLDEwNC4xLDEzLjcsMTAyLDEyLjR6Ii8+DQoJCQk8cGF0aCBpZD0i0JrQvtC90YLRg9GAXzI1MjkiIGNsYXNzPSJzdDIiIGQ9Ik0xMTMuNCw5LjZjMC41LDAsMSwwLjEsMS40LDAuMmwwLjUtMy4xYy0wLjctMC4zLTEuNC0wLjQtMi4yLTAuNA0KCQkJCWMtNCwwLTYuOCwzLjItNi44LDcuN2MwLDQuNywyLjQsNy4zLDYuMSw3LjNjMC45LDAsMS43LTAuMSwyLjUtMC40bC0wLjMtMy4xYy0wLjQsMC4yLTAuOSwwLjMtMS40LDAuM2MtMS45LDAtMy0xLjYtMy00LjMNCgkJCQlDMTEwLjQsMTEuNCwxMTEuNSw5LjYsMTEzLjQsOS42eiIvPg0KCQkJPHBhdGggaWQ9ItCa0L7QvdGC0YPRgF8yNTMwIiBjbGFzcz0ic3QyIiBkPSJNMTIxLjgsNi4zYy0zLDAtNS43LDIuMy01LjcsNy42YzAsNC44LDIuMiw3LjUsNS43LDcuNWMyLjMsMCw1LjctMS41LDUuNy03LjYNCgkJCQlDMTI3LjQsOS4yLDEyNS4zLDYuMiwxMjEuOCw2LjN6IE0xMjEuOSwxOC41Yy0xLjQsMC0xLjgtMi4xLTEuOC00LjZjMC0yLjEsMC4zLTQuNiwxLjctNC41YzEuMywwLDEuNywyLjUsMS43LDQuNQ0KCQkJCUMxMjMuNCwxNi4xLDEyMy4xLDE4LjUsMTIxLjksMTguNUwxMjEuOSwxOC41eiIvPg0KCQkJPHBhdGggaWQ9ItCa0L7QvdGC0YPRgF8yNTMxIiBjbGFzcz0ic3QyIiBkPSJNMTQyLjQsNi41bC0wLjksNi4yYy0wLjIsMS42LTAuNCwzLjItMC41LDQuNWgwYy0wLjItMS40LTAuNC0yLjgtMC44LTQuNWwtMS4yLTYuMg0KCQkJCWgtMy4xbC0xLjMsNi40Yy0wLjMsMS40LTAuNiwzLTAuOCw0LjRoLTAuMWMtMC4xLTEuNC0wLjMtMi45LTAuNS00LjVsLTAuOC02LjNoLTQuM2wzLjYsMTQuN2gzLjRsMS4zLTUuMWMwLjMtMS40LDAuNy0zLDAuOS00LjYNCgkJCQloMGMwLjIsMS41LDAuNCwzLjEsMC44LDQuNmwxLjEsNS4xaDMuNGwzLjgtMTQuN0wxNDIuNCw2LjVMMTQyLjQsNi41eiIvPg0KCQk8L2c+DQoJPC9nPg0KPC9zd2l0Y2g+DQo8aTphaXBnZiAgaWQ9ImFkb2JlX2lsbHVzdHJhdG9yX3BnZiIgaTpwZ2ZFbmNvZGluZz0ienN0ZC9iYXNlNjQiIGk6cGdmVmVyc2lvbj0iMjQiPg0KCTwhW0NEQVRBWw0KCUtMVXYvUUJZVFpnRFRtZUUrQXhDOEFqQURBREx3SGMvd01QZ1E0b1UyRmxWQVFBVmNDQngvbS9iV2haa2FhaXZXbm96aXRGUGdFK1EKanhLd3dvbFEyNXh6enZmZUxxbVBnRWVVV05GQ1ZLZ1NnUTRnRDdVTHBoRG5BaU1qZmhaRk15SUNFU1h3ZzRtc1VKVkVVZ3htREtVbQpza0Z4SFJodE1CVkxWeWMrSnlRTlQ0akRKWk15d2N1Q0NkVjBtZmlaQ3I0UUQ1Rkd3VGd3bUk2cFdKcGhwT1o1YkNMczlJRnlrQkp5CmpNN0U0RE5BUUhCbFBGRFVnNHpvYXEwaUdBRlRzV1JRa0ppV0VaZ0t2Z01lRVZPeGZNQm1Hd1lHODZLa0Z6Z2VPRkx6U2dXaUJONncKR0Y0Zmc0a0ZFb1NDQmMrcnFSZyttNG5WaVErb0N5S3FmaCtZY1lNUWhqL1BZOEdRNlFMdkFZT2I0Qng4eW1FSEJxbHpHV0dRT2hmVApTWWh6Z1FoTU9oY05CQ2FkaThkSGVDNmpreERuY2tCcnVUSjlkcllaWFNRTU16TDZ5TGgybE9BWmNTNE9IS01US3h3T05EUWNKSmlJCkVrNGpHcGlLQlNVWDRLamh1OURnb0tTQ0JpU1N3RkJhbEFSdER2b2k0b0tHamtEb1dCT2lFa0lDQ0FUQ0JTR1Z3WXExTUtwUTdBaU0KVkxnSWNUQWlJZE1KeXNWRGM1eWdaaFkwQkFkVUJEUENBQ0tCWEQ0c1RBZUh4SUdwV0dJWkVTeFFBU05RZUhFMkRPYW5aRWkralFVVQpBcXFpV0syQ0NrekZva0JTd1VwMVE0eVRhaDFBYUpIQnpJaHdKaU1ZQ1YxQlFCQVdGRk94cUFwTVl2WGswMWh4bmJSRGdCbHhFQzRHCkU0RWtTbUJNeFZMRGpLRFdoQU9GTHp4UUlKa0l3Z1pLemhYWHJjWklKeXRBVlhnQmFuZ0FJWkRmSlVMV2liek5pSi9GVkN3eEZ1ZDUKQjVjRmlSSG93RWNvNHF4aklqMFMzREFMVUFvYzJzZ0RZU3JBVkN6d0V0cjR2TTVsQVlJOUhqWWZITWpGWUhJYWFBd0lzczlqUUhBdApwbUxSV0VVd1FncUNWYzNyWk1UUGlrQUpJNXNDaVNoTktOTUpYT3JBQnJWeDFvcXVhcGlLSlFXRTROcVNKOFRoVXVDaHFGOEV5cXUwCkd4NFhUZ2JHaTNrZ1ZsNi9BbVdHZ01JRCswSzJna1RQTTdta0J3S0QrWDBncG1LQk9La0lDUW01RUZtVlFoTWtpWWFPcmZqQVZDeTAKZ3RPS295Qml4ckRnWU5yQWVLcmdXNWhKY096cEk3SkdMa3d5U21JWkRzM213QWRGaDVJb0tOaXNNdGJ6c1o3UlNYaEdJV05HRVZ5TApRZUVoY0FDbFFCUjhtSXJsUXhJbWxpUmljcDFRZzhrZCtFZ3RwbUtaVVZtSEt2Z1MyRU5UdTNBZ21rNUFTZ3pDRUNrYU5CNlBobzRCCnpjTlVMQjVVMDJWRWUrSVk2WnlXRzAzRVRqQUdFMU94bUVKQ1RGdlJLQmdIdE1SVVFMRnZXZytQZU9vZU1odE14V0lpMlNPVStUb3AKRTFVVW9SYWJqd1A2dk0xbElaTkI4cUVVR2g2UlQ0bHJRNjVBR0N5T0VBOVRzWVNVV0tJRWhwMm9SanpWVE1ZaWRBQ1NSUVRYWm1nUwo0eDBGbUlwbEU5RXRFRy9qVTVpSXFZaE1TbVp3V295SlZ3VUdVN0dBWnFhQzcrSkJ3N1FnSHZGSkZPcUJ3VnhvV05OaUtoWVFqQU9XCjVnQ08xTHlaN0NEeklSUXNuSWd3SDFHWWlvVTc2dGNlRG1PeVJodTBsQkJ2eER2eEMwbWFHeUVWbTlGRnhoakJ0UW1nTG9nSE9LZjYKWmNUUFRwQTJJWjdxVTRDZFdDTWV0VDdWN3dNUkxxY1FwMVpURHVNSEIrS1pUQXdHZXFMNjdJc1VQZTlMVVh5eUIwNkRMaFppOUdENApMS1ppbVpFOEVGeUxFaUZESEpFblkrUmxwSW9Ra0dscEg0Y01EdE1Ca3NNRVRaNFNYakVFVUVWcm9rUVR0WW1SaDlxbHdmTXdGUXVIClNhYkRGYWpMU0gva0NHcEhHQllSMnlFZUljNUdWL0haR0JVbGNJdEJ4R0RTOERBZElPMEJFSy9FRVEvSVRMQmpBVlZEMzBzNFJGRE0KT2lJV1E4anpNQlhMcUZ1aDFyWGVRV1dtRWMvQ0FaUjVZRmF2RHg0YXFXaUlKeVFaNGt4OC9jV0x6ZWdpTlI0TW4rMko5VnhJcW9uTwpKUU5VNDF3Z3ljam1Zdkl5NlZ6K0FNWG1zbkFTNGx3d0ZRdEc1dU81TUtCOGN6R1pHQXljRG5rc0NZbGp3REJBblp5ZWhQUkEwMmh3CmhRc0hYU3pFbnVCODFta21EUnpQQk9lekh4WkhBNGVPeUJBSDQ1SzFPcEtzRUJDakRORm5BMjNNRUtKUHhVSmJvTk5naGhBcHNJd2sKQnNHU1JYQlh3cms4V2ZkNVhZTE9neXdaZ28xeE1OYnNkZkpCbGd3QkRDWnJRWllNUVVtTTh5QkxoZ0FHNC9oRjJrUWJMZmJxYUM4VApBTXhxSDV3dDBJclZtQmJyWGw3VDJRSzA3b1BmcktQRlhoQ2wxZUpnTE9qQldnSHdaQ2F6RjR3RXVyd1BBQjNGMXJ1OXhiZ1pGNkdKCnhUaVBZN0ZxSDZURlNMaVNMZ2EvMmNkNXNKYU1KVU1RcThsWWtDVkQ0SFV3bUt3RmdPNXJ6V1Q3ZGQ0TVpVdmdiSUd2aTlFNEdBbjgKYURGWkMzNHo2UEphM0F4RjFtSVkvR1p3dGdEMFpyT0ZLSzNQYzNsZTUrSk1QdmpOdUJjdHhzSFpBckxaNThGYU1oUG96V1kwcjBzUQprN1hnYklHYWF5YURzd1ZtWEtkT3BhUU41Y3NFc1pMWDE3a2dTNFlBZXJOWjZ3VnJ3ZGtDSHB3dDRDWTBXWWtuWXdDbEJWRmFNaFNQCmk3MVk4SnRCYitaMUNWNGVhV09BdGJtNjJJdWtJMmtrTDM5WGp0WEV1ZEtWUytuWENqbldyb1JEZVVGdjl0eXhuZTV1TzVRdkFkREYKWGpDU3pnVlBVRW9hcnRlU2tYZ3ptQXZTWWlRZXJFdlF3ZUEzODJaZVI0dTlQRmpua3FHNFpqTVhoTkcrMlF4RysyUTBFNUlPbG9BQgoydmNpZ1RNTzVuVUpaTkRsdFdBc0x0YkJEc1l4N1VWanlSQm9HR2pCWnJGVzY0TXVyd1Y3MGFETGE4bElZcSt1aEp0MUhleWhKU04xClgyMnlJQW1Kek5WMU1CWThRU21aZVRNT2hmWmlRWllNd2VjekdVSzByMDhXZTIyeTJQYXNzUS9iaDFaODNBc20ybDYwbUdpREVHVlUKWUd3TGRMRFpDemJpWmwrSHdsR2NPREkrVmkyREZwT1pTTHpPQXRZdDhMTFloaERGWEM4VUFHUW1HZHZCWmk4YXJEYlJKZUF5SUVRWgpGcVdOWTYrVUs4WnR0RmozY25IZWFZTVFiYzBRSWdqYXg2VzhUa0pHcTRsT0hCa3NhOFZLSjQ2TUJUb05rZ1pwWFIwTHBYVGl5R2pKClVyU1l6SFRpeVBoZXJjNnpPSEZra0pSWW5EZ3lPTldKSTRNbW8vaHNyczdseVZvZHhvZWpMZEJwYkYwQ2o3L045ZkpLTmdaYXNjN2oKWmwrTTgyamJRNGhLTmxwTmR0S1N4VTQ2R0d2cmFCeE05cjFjc0JySzY5dThic2JOdG9jUWVTWE0ybnFySFZ2S1lMSVd0ejJFU0VhcgppVFlJa1daVCtEZ1UyZXg3d1RqNG1ybW9pNXROaDhsYUhaZkJjelRPeGRFNkZGcVhRZXN5T0JwSDZtQXpGTzREb2Nob1g2M1ZDVUFkCmpNVzlQQzRCdTdxVGxnd1drOFc2REk5THdDOVc3T01TS0h3ZWwyRDF4UkEwdE00bGkza3UyTXVrUmF1eFhoNk54bms2bHl3R1ExbEEKc3lsMExobEZha0wxNlNRK1d2ZDlvZzdHNG1pZWJMWkE2VU5ydlVpYVRZRjd3Ymp0Ull0eHN6dVJlYlRQaE9aNmRXZ1drRDNNWk41bwpkZUxJMEN6UTBiWXU5b0xSYXJLbGtYU3BuczMxcXlUcFVpUmRxdnRJU0NwcXNoRU0xbzA0QUs4TUdLd2J1VW5KcTBQRlpBRjRlVEpVClIxcGxuREdnMFI0dEF3YXJtU0JFSjdHdTgwNTAwdllhN0FGRHVwU1Q5bXB4czRxU21LaHJjYVpJKzE2a2t0Z0xBTjJMSTNLMERCalgKeXVDTlg3RU5Ha21Ya3BKN3E2VEZYdDdNNnhMSXRpNkIxMzJkTi90aXNsZEo1MjBMZExBWmlxeTF6VjZ3Vml2R3dUaldsc0Rqa1d6TApFS0psa2k3MVBaY3AvYnlYU2JaOGp6VW1hM1VaQzNTdUdFUkhXNkFFZzNVamtpNGwyZXRHbmNxbnozWHJuY3Qwb3Nob05ObERyRE9aClJ2V3Q4ai8yU3JqeDZVWmpyUHYvTHlQazUwcmphQmtNMEY2d0YrdjF2VGhvSmlXdmt0akw1SHZGT0E1UEpvT1p1Z1F2R2dmck1GYXUKbDNlU25sbHRKclBZdWhLdVZoTGpVcEZwdFJtdFZyRWVrNzFvWEFCZVhrZjdPSXpONU9zbXRvY1FyZHhvM2RkNUZwdlhiUnN6aENoawpRNm05WE4zRWg0anJQTkZNNW8wVVhCMnQxY0c2akE5Q3M4Rmtzb2ZQZHVKeEV3eHdzTm4zSW1rMldnemlzMjFqaUN3MEczY29IRVhuCmtyVmVzWTNQdHVITjVYRXlGczBUYWJaeTNlUnk1WmpzUlh0OU1ndk50c0pVTEJneURWaUhRWXU5WkJZd3JzUDRiTXNBNTNtaXpyYngKVUMwZ2V3QkE5K0pZblRneU5GdEo3T1hSTWo3YlpsdTRHZ1k4TGlaNzBWb3YwUFpaWVNvV2pzYVIzaFVycldMSHBuMnYxSU5GeGRLeQpxRmdxbGdDb1dCWWRqZGJCT0F0WHJMUjZoWTJrSTMyMmlrWGhVN0c0VkJ0dlhMRmdxTGExdUxZTitkZ210dVVOQUJ0dkNMYmRJcmF0CldCaFFiYnZ0Vml3aTFiYjF0OWJZMzNIMzQ4UGRXSDVsS2VkTCtjc1I3c1lzNDJ3NWFjLzVNc0xkSXMrbjBXZWQxTGRLdUJVTHhyWVYKQzZmYWVDdVdpbTA3MkF6bGxmR3BXRHBiaDhKUmZMWk5DQTFXNDBnNjBvZW1ZZ0Z0TVFESVloS2ZpdVhyWUF6UU1taWU2RDBlVjZ5MApraWdkN1dNZ280TzFYalNQczBENVhqQVpDNFdCakM3QksvVzVZaDNzWVRQSjJEYmRqRFBKMkZ5eG1teUdJaHQxdEZjdFkvTTZWK3hGCllrTGpMRlMwTHNiQkxHaXhGNWZ5dUJnSHM5QnNHNCtEbVRUYnBpVDJhbkdleHFiWk5yUldoNEJWc2JtNkFMdzhHYTNWY1NSNDBWcmQKN1BNNmkxWkc2MlV5NDd5U0Z3ekdqYnFaRE5ZbGlKVlFQQmxKUjZKNUlwaE1wa0h6UkpwdEE1UEpORGFUcitZOWJDWTB6aUpXc1ptOQpPUGl4WGltVEZvMERRTWEyMlRaUFJudTVTbHZNNjJnMHprSlRzY2hJWWhDem1zdzd4VjRsTlpqRnFsSlVMQ1d4RnkzMjhpeGlNb3JWClNzNXF0QzZqUkFhVGVSYXhWMG4zMFdJZENvcHM1SXFWTUppS0pXTUM3azZNVnMyeGprYmpZS2JWZCtRcWVkTC8vdTFuM2dycjF0VDEKOGs0cjZ2MWVkMWYrdzFuZHN6MjNCeFI3bGJ5OGlxNkVzOEJnS2hZS2dPN0ZFZXRtRmV6Tkc1Mnp0OTdmNkl5ODhVYnBqTnZPNnVHUQphY1M2V2NYcVA2OWpnRXVoMUNncXJRYVRmUjBHclN2eE9BM21ZQ2JlUUxET0padjQza0FmN1JYYjhEcFlEV00zeGd5YUoxckpMaWFqCjJFQUE2RjRKdWpyOWZiZHByQXpyK3VaTk45TDVLejFDdW5KaldXTnRXbHM2UTFyYnMwV1BQM25XR211RTBkMERlMG40bTRTemRqUU8KTmtQcE5PYWNkQ2YvZjVUeDYrVDZuWGdjeWt6bWJVSmlzdGVycE1QNDBPd0dlamhoYktDdkpQYWkwYnFNcm9SRGdWalJEZFNWY04vRwp5cDM2QnZJNkZrcU53Z1Y3MVI1V3pSQWkzbWdjaWljemRiQ1hhU1VoUkppSzVhVEZ3UjQyQU1oZ3NNNWo0Mml4cm9TYjJHSWNBNk1OCjlIa3ltR3owZlYxTDVsblFZaDFLclNVallUQVZ5OHZhTEx2S1hjaTl6ZmhQNC80L1AyekttMU9uNjl5ODZ6OWZlbzJSZm55NkMvZnIKTUY2bzNwenl4cDZOUFJ0b0FkbERTZXpsaXRWa0R4aE14ZUxWSjIrZ0xnQ3Y3K01TeExnSjBjWVN4THh0YjMrY1AzVURkVFNPRkpPOQpOaVVKUGdnQVdldVRvZEMrTGtIc3BkbEFIWXoyMHNCZ0twYU5adHZFYWw2SlpnTjVNaE1HVTdFMEJNVmtyOC9yT0ZZVlFvVEJWQ3dMClkyOGJESTBubzNFZTdhdkJZQkRiQnZKa05LN3pSaGhNeGJJdGRFL0hrcmxFbmd5TEN5WW5ya1pTclRnTnBOaTZlQ3BLZWxoK1JyTkYKc2NEVklJT241YUVITFo2eG1NTXBZV0ZFV0l5cFdCWTJJQzJpK0JQeUdxTUJ4YW1KWXBNSHhSK0hBeFNtWWdITlR1eUpKYWNPRkRseApOQnNuTGtpZCtJU0VxVmdNNWlibDRaVGkza2VDd1h4QW5Rbytoamp3N0dnR3FVaGwySWRUTEhDWWlnWGw0WTBPZHppcERuTXdvdzRuCjBENjJIY1pVTENhWkRxK0RDTWwrUUJza2UwS0NNVVdLWVJKU01pU2FEa0czRFBMQURRUUZNQVFsc1hud2FCYWdCdFhIRnkrWEdvMWgKQk9YQkpNUk9RQTBuR0Fjc3pTZU91TU9CaTVJV09jVUNqazArUEI2ODBrZDJVUlYwRlovbFdwOVVVSWZNSlhRNEpKaElVZ3hEc1FGVAo0Qmk4YW5QNWxFT1FUZlE4R29ZRUJVZURqeXdzSERnblZ2SDZlQjRoVU9mMWtWbkkwRWJvOWRGNE1EendTV1hpenc9PQ0KCV1dPg0KCTwhW0NEQVRBWw0KCUEwTHI0QUhqSHE5cFRNVXk0Vm1RblJLaXhhZWhYU1JxQytHQ3FWZzhueFFwSGNTUkNSU05RUXhUc1dBcWxoUU9HVEtCb3VkZFZpWVIKQkJzYUlwQUVqQVpRcXI4SUtxMCtCQ2p5KzhDVUxvU2FqR2hkaGhkVHNYQ3Fod2FOdkkxbjgzRjVqVFNaRk82ek5EVlM4MHdja0JKagpLaFlFSEV4a1NvQ2RyRXdpNmlLUDZpTThGeStUOENlWWlnVlRzYnhJY2FmTGdBUWl5UkRnaGtTSk1CV0xSQVB0NDVES2VPZ29aWEJOCm5ycFdTMDloUURIeThMQXdVU0tIT1ZHaW43QUlBZEdTQnM4YmRRbWVVY0txMVIzSHQ2d1lBOG5JRzhHQXBKVUpTTUtxMWFRRGpvMFEKeWdMVTRIa21GWE9rZE5HZ3JVd1FEQkljRGgwSHBtSlpFWTdPQlVTeHNMbVlNaENZZEM0UXRqZ1hpWk1RNTVMS2ZEeVgxQ3lsYzFrdwp5Q1JRbUxwemVZQXR6c1VCdGppVDFwOFVUak9EaVNSY0VHaU5xVmdlWHFUNElDQWw5bUtyMWdoWFlwRkdEaktZSVpDUUxqb3lqTW5ICkF5UEQ0VER5U1lrNVlDcVdrOUlJVnlKZFBKRWJIR0FnWlVJdUdOOEZDZWtna2xJTEpSVWlBMVJuWmZMd1VES0hGRldHdzhGRE1MMUcKRGlrbWtKSUh3MmM1REJZY0o2clBaa1l1blV2SDh6WWhGM2t1R2FidVhBNU9RcHlEalZubVV1R3Bub3RDd1FYblFnRmJuRXNJQXBQTwpKYU01d0xsRXVGYWRpeW5DT0JjSHpRSE9oU0x6OFZ3YWc5VEJWQ3lZaWdWVHNSek1TaEl1bUlvRjFPQjVwQmltZW1LZURLMFhTRUJFClJocWlGV25rSUpDVUVzamg0QUJUc1p3U0dqTE40VVg0MEFtVjFCUlFCaEVoSXhmR3dadEMwdUJOR1UweDhuQkE4ejRPRlJaY2pZU3AKV0E1RVdEQlp3UXJ4U2dvekRSS0hEaE91UnRxTkZBNFo0c3dlSkdhQWxCaEZoSW93UThOVUxLV0VWWXI4UGhDYUdoWWNDalMxREZIRQovSUFnYVJBb2FJaEdwQ1NaUWh3c0toNWlwRyszSG14MlBWS1V3TEdKVEg4bENRZ2hoUWFNa3dnRkJ3NmhyVXdkQ3hDU3VxTzlEZzROCmtjbUJGNmYwR2NEUFoyWDZMS1ppU1hHU2h1aUU0WFFpZ1pBT0pCUXVDTFVReGRlZVI4T0lEQ09admhjS0JFbjBFYVU0OE1zQ1ZiclEKYUU0ZVhsMEo1SUNSQW8xQ1pCaVRpY0hBTVNsd0hTakJETWVWVWhpb0ZHcHlxV1dJVHJ6dkZMNE1oU1NRV09ia1lUU2FHYXhNS0JHbgpFTWRrOW4wYzlrT0NSTHhTcDFWTFArcVlHSG1nR0prbzBjWkIxaEZGU0U0RHlVUngwUkk1N0t3am92QjQ2Q2oxd29jUmJTVkRDQmlkCitNVUxEMGFFMWFtSllnb1o0alJJc09SK1VxY1VESVpNTCtzTGFZL3A5Rm1aQTBpSmFhcS9PREZTMFJBNURpZFlrRHJ4dzJaMGtSc0sKRTRnREQ1dGlCYkFIMk1rZmVBZzBoVDY3c29VSUVxWmkrVENVZE5naklVTWNEeWZWNFErWFNJazFDYUFRU0tOeExmUlFQYlFtaGhaQwpma3hTNHFTcU9IM0lnK0o4ZUVpZGdKSWhUdWZrNnhZRndTTEUwYUJraUFOWFhMZVlpb1VyZFRUNFNsRUNlMHkra0U3b0tqNnhDYWt4CkdFRXR3Z2ZCdFNjeWhwQm5rSkp3UWFrbU9oZVhpendYVE1YU1VFa0hsNHBaU3VjU2tmbDRMZzBuSWM0bFlxR1NEaTZra3hEbndwSDUKZUM2UlltRnpRYWdwM0tlY3RFb0ltQmVDYXk1T0lZNE1rU0dPd2Fva1JGSFZzT0NnOFdGSVNEQVV5b0ZaNG5nOHRKZlFNQlVMdytpQQo0MFNBbEJpS1JBa01EVVpRKy9tZ0xhUWE0VUoxUWhCTEN5Wk14YktSaVpXQUVCYTREOGx6WUlZNGRVU0dPQ2pUUm9PejVJRlkwckJ4CjRLRlp6WjB3akE0NDFvaEFTdXd4R01sVVVRTHpxWUJqdUhIaU1SaEJyU3hoZlphRzhnY09zVkFMYVErWFpoWkMrWUdIaEF5R1RIczQKQ2pqZWtFQktqTUg2TEFya09pbld3NHlqd1YzanBXcHRXdUpqc3pLSkpIdzg5S2Y2aXgweGtZWm9Ka0ZOUmlNS0NCdWlFWWhoWSs2Rwp4d2ZENDdQVm9NSWVLa3pUWkVTeUVla1VZSVdIQW84U21BUGhzWUVIbTRZeERaWEZaei9YRjlMTStrSjZNU3crQzFNV242MTVJQ3c2ClVwVEFuSkhGWi9uRHZVWlA0MUNiWURDQzJ0NDRmWllwWklqakpnK0tEMGlkeVdjZERsQU1xNWxDSEVqaGlpV25EZ1ZMczNGS29KQWgKVGtMS3c0bExSck5QUjBVOExVNktJeUZESEk3Mkd3bTVNc2wwR0FJQ3BUSFZNQjBTWjFFeXhLa1RYVEo5VEhBa1ArdDlxQjY2d3lBLwpPNE1vNERoak1JTGFCQ28xTEQrYmdmSkRXOGtRQjJwb24vVThaS2hqTUlKYUNMTUljVVk2T2lSRUtCVkhpYlBxNkpBUWZTa1ppc2k3CnBCUWNSRHdZUHB1aEp4eldwSEJjSmtvRW91S0FuVUt4MUFFRkVYZm9LRm1jR0x4SndmVjlIQ0lXYUIrSEF0ZUlZcW93VGlFalZXYzYKUUtxTk1ET1VHVm1Nb0hZbXM1QWhqcXM3V0l5R2hrbDBpVTNVTGhFZkkxRElkWEhCRERBVlM2MGtOb0xwNDhVT1Fob0hPQXdzdWd5bgpNYmtjdU9jaDBPZ3F4YVJqVG1SRXBCeEVDUmdlcVhtWTJVVkw5S3ZVQVFXRFR6bFVrSUY4M2dkQnFiUUZuZzhEUjJNVExUNVk4c05VCkxLd3BZdkJCZE5UUDAveUk1MkVnek5OR3RFaE0reUR4WUZxSGpDOXdPRkpLK3VJZ3dvRVhqZ3lOalZBSElvc2ZCaWExRFFURUJ3bG0KbmpSK2tHbWc2TGhRekppRGgwbWhxNVNZcHFHVFlTb1cxUUlNZENLQm9WR0FnQlEzb280RGtrN0RrU0lwT2cyVGpqbVI0V3JZT01GNApHSW1ubEx4NFVBS3FUQk8xRmFHa0h4NG5LUklqcFdJQ29WUlRxQWNPSTdVVUEzZHhJSmY1VUVzeEVGR1VvUFloNVNHelFmRm9Fall3CkZjdkZoOEJDcGdnVHorUHNvL1c1eERRTElVSVRCd2NVSDV4TGhNazN1d29aSEptWU1ZUTBOWk9heVViRmdZL0h4NUthRFdkVndQR0kKUFNTUUV1Zmg0eHNTdFFodWlFQ0Iwd0VGRWxNbmwrYmtPcDB3Wk5yZ1QwNnVQK21UNi9TcEdETHQxWk5RU2h4QnJZbHJsb2t6bFJCSwpDU0dRRW11NlNiS1daWkErMlFPQ3hVaVV3QThZSElxMGthSUVIbVZLTkJtSXN5UC9NQ1RVT2hZTW1UNW8wMGFweENGQlViOVNBWVpIClBHQndjZHA1Y0ZwNWpKQW9Jc1pnK29LRWFTRm5LZ2paUk5oSGcyWmpJajBFbW1scHNibVVRQlpFWnVPQXdXbDlaaXI0UUR4aXlBYUQKSGhqTWlZUTFMWU5HYXA3SzQyTUVDbGw0Y0JoOEdBMFVwSUpRcGwwbUVKWEZpZE5BbXB3UkdZTkdCcWVCbEJIUkdaQTZJajRQSXo0aAphVENnNVBlQk5OWCtnU09TMGVkamVYaW9QSngxZ2lNU2VGSGhyVlFxRFloa05TQ1MxWUJFR0RJOVVrRU5xS01CN1VRQk4xSEFUUlJ3CkV3VWNqMlFCazZTQXBJQ2tnSFJ3SUl3NE5qS08wNGJLUXBUQXRaUW9nVSsrYmpkVW14RU5qc2N5VHJHTVU4WXBsSkdocWptTW9IYkUKZFo4VjE2MjRibEVzVHBvUjFJNG9NZ1lqcU0zNDVRSWtnZGxvY0luWmhtR2p3VEVWaTB2TUpIaWp3U1ZtRVY2Yi9ZRi9FZHhBSTBIUQpTSm9HQ0JxSlE0TkkrVUlhb2lFUWVGQXNoa3hwMXZGQUtHMjZFMG1HWUVIcUVlbVNzU0NSUGhBc1NCK2FHQWRXTTgyVXhTYW1RS0lDCjZOSUJHVng0eEpXQ3h3NVE5ZlJCVVZKZFVOVE9aZEtsRURRMFpDaW1ndS9EQTZRMlV3d01Kb3JDQWdmeVNNM1RGQ3dvcEV4VUVWVS8KRHVnOXB4RnU0bFdCK2JoTUJaL0tJOG91QzVnRUV6bFIwVkxnV0lBdTZ2ZHhnV0ZtR1RMRTRVaDhIa2FqRm53WVJXaE1sTWpCS3gwZwplZEFHRGRNb1EvczRsQ3hDR2lZUmg0TTNsV291QTlLSzQ0Q2RUQ3BDbmpmcU9pdlRaejA4NElnRWpraldSeDRxRHh5UjdFcmw2VWdCClNRRkpBVWtCU1FIcE1HQVZjQVdyQXE2QVNiWkQxZG1NekNBSnBPUVpwV1JJTG1ZZUo0NU9Tb1prRTFJeUh6anFqRTQrbDNHY1pCeW4KMElZcXdWRXNKQ1ptbzhFdkY2QUdpWmtFWXpZYVhBUGFhUEFMVUlOTHpEZ2JEUzZ4TkkwR2owQ0ppQ2wvNExVSWJvalFTSEJEQkFZQgpnZzVjZ2hzaUlsRGdKcmJKRjlJbVgwZy9ZSEFRQ0NCb1gwaG5NaFloRGdTQ0RZMmthZmhBWDRpR0t2bEN0QldxQkZXQ0trR05pUFJJCnMwaVBkTUVKcG1KQmVUeFVENDJSNEJsNTljU3JKKzNWYnErZUhBeE1HREpkOEFZc2hrelg2a21mWEthTXhRWkRwbWYxeEZONm9vQmoKWjVtNGxHWnhxWVBGUUFJcDhhempVZko0bERDMGprZHA4eUY5Y0hRSU5DeUcxMGRCbE1BSnRSV0o5RUg2VEFtMUZhbEpId21takVXSQpRektkZ0pSa0V4MU14WUtwV0F3bU9BZEtIK0c1aUxqSWN5bUpjSFF1cTR1WTUxTHlkV3hDaGp4VUt3cEhLUW1GQS85WXA5REhPdm5ICk9zR1J3eWQ3cUxsVUQvMkJJdzhjUVEySWhJTWgweU9vQVpHb1ZLY1BxVlFxRHFaaThWWW5EWWpFVzNtckZKQjJqNmVBU1ZKQU9sUVkKaEE1Vmh3cWpnT09ScDRCSk9BVk1zcU9aeDh6anhJRVpYVGdxUUVvOFNzbVE3TXpqTlBNNGhXUWNwNC9tb2RPY2s0OXo4bkZPUHM3SgpKK000aFRaVUc2clRoMUljUkFuTU9mazJKMSszQ1IyQ2JtRWp1SGFFR1NHNGRvU3BXQXhHbWc2Q2F6UHV2bGx4SFlyRktaU2h5bEJsCnFPQUlha2NycnR2TWl1dFdZaVloTVJzTjdoZUpHWUpFeGJLNUFFbGdNblNqd1M5QUVoZWdocHJEVFBrRDl5aGdrbzFBaWVpVVAvQmEKQkRkTVhJQWsyQ05RSWdva3VDSGljL0lIRG9GZzR5WmZTR01xbHRNWFVtSWFTZFBRY2ZKMUM0RmdBNUVwYVJvZ01EQzBFSU9TcG1GVQp1cHhDSEloUDlnQlpYMGgvd0JISm9rcE9IK0preE05MnhZTDVRcWd2NVBIUUtRbHU0S0FPVWxRUEJRMjBpNG5xQWZXRmFCNGRtWGtyCmo1T01JNVp4Q25GT0tCYW5HRU9tSHpBNDFNR2ZYS2NQWVZSRU5OQkNuRlBGSXB2b25Gd29aNFU0SjlvSFE2YS9lbkp5Y1Q0Yk5JZVAKZFFweFRDZGFBY2NYRlFjMElCS1NpcE1vYVJvNHBnL2U2SENITnpwc1VGTVZjQ2J1OUtFRUpqRndaQ2FmSlNGSW5GQ1pBNDVuSFErUwppa010d21aRWxaSWhXVXpGSXVNNGhUZ2xCR2pSY1VnWUNCS25DUTJPQnZjQUtYazhPcVZPeUVzaUNKaUt4WU1BS1hsSjVQUWhUTVd5CmlmZ0REeTFEc0RpZ0FaRmdLaGFERkpDVFI4R0U0Q0dCWlFnV0ljNkZiR1BGZFp0Z1VKQnh5VnlVUWhJUHRaQ0cySVpNZHlZWU1wMnAKUWZ4SkI0dmg5Y0ZnWk1RK1lIQ294VlFzSG9MRlJVSnRoVm9Nd2docUxUWWFJa1pPSG84UWgxU0JnU0YxSnArSG5qR0lFbGcyMGNHVQpRaUhPaFdmRXo1YTRqR3RKSDZjUElUaEFmVWd6VzlqTVFoY0hydUhTekVJZGtNSHI0NUNCNE5VQ1VxNmNrdnVkWjV6L1RTZjh1UG4wCjdpai8vK25ER0oybmIvMEpWMVlzcVcxK3JFdHJuYlByeXZpL1BTSExsZHZTNjh1ZjlldEhmN2h5ay93OWZjciszZi9La3gydTNGclcKcGt6cEw5TnRTWDBuL0ZpeGpPcjA1dVlhWGRiLzVkN0s4bmYrYzYyUXhvMTdhWXh4L3RPZWtDdVcxa2JqMXRoUC95Vjl1aC9YYWRQNQo4ZWQvM0ZyNlRvK3gvbk45K051c3V6OHBoWlRTK1J5YjRXL2NMdVhTK1QrWjRVZnVqWVJSVDdxMUpmMW5DYXZ6bk5TNWQrYy9wRjZ4CnRKeHJkT24xMzJlRjA3ZEl1VFpMK3QvMWx5ZnpybndKcGF4UC8zbkcyTHRUMG44WlVUYmZYdmliLzFQNnU5dThVTHEzUEZMcS9GUFcKbHN1Nzh5ZHMzcGpLV2VXcy94NFg5c3JkcGMrd3hxN1BsZExkamM2UWJqOC94ampudjl5RkhiYzVPMVlKNThaMFkzdHFIM0tzV0VaYgpySEYrZFdjNHVYWjdsTDlSR1QzS1ovcGQ0MUlhS1cra1ZUNk1YckcwTm1mbXlIUzNwMWNKNWFRUG8yLzh2aHQzY28xYlhVbmpScCsrCnpsRDZ4cFhLanJOS24vVXI3TzNqbk53czRYU2ZsTXE0dTl0eW9XL1NtL0s2L1BlNXNQcm16eXpyWE9qYm5DNjlGNzVUU1dkLzdOalEKdCs3NGt2cU0xZW5EOXhvN1NwOFMraVo3VXA2MHdvMGZvM1Juait4ZC8va2RjdHhtbFpMRzV1aXphYVEwUmxxZldUTERqVnZrK0hIdQpONVZ4ZnFYeHA2eVNUZ3FyVnl3am5pemI0Mzl6aE5TMytsNlhaNjMxbjg0cXFWenB2c2xKWWIrc1VxNURHdXVVWFE9PQ0KCV1dPg0KCTwhW0NEQVRBWw0KCXZmN0wyTEI1b3h2OWx5dGtseHdubmI2N2xGTG9QcDliK2x4SXZaYXdMWm5HT2lQOTU1OXdkcTJTbmY3elRyaE9mU25YZnlrbm5GMngKcE9wY3B6VEtubEl1OU9ZcGQvci9VNWRNdDJPTkxhczdaZWhkc1l4cWRQZWxEbU52MU5lWjZjLy9YWVowWTZjcjYzUHNyZXVzNzczMQpmejZGY3VOSVU3OVZyalB2VXZvd2RzVXkybUp0R0xmNDY3UWw3ekl2bEwxOVR3cmxSbW5jMzlxN2xCdkszcXBYOStpei9yTXZwQnZYCitPeTd1MUU2bEIyWHU5S24vejhkMWkzT09wMm5oTEtYbjg1SVphMVUvc3Y1c0xsdXJKTXVoYyt4Vm05S0lmMmZjM3IxK1Q5bnc5M1kKVENuVDc1ZGN2ZW0vL0FtM1FtY2FhNHd4U3Vpei92SnU3VjFKNC8vVDZyQjVrOTFibzlQdktpdGszajVHNXBZYjVjNEptVGRmdXQyOApra3AyeUx6TjJKWE9LaU8vWE1oY2ZlT2s5VisrWko2OUgvOS94cCsvM3YvT1VrNzJqbFZ1aGN1YnBIVkdLZXZzbFV6aGI3TmRWcVp4CnR1ejkyT3Y4L3p3YmZ0TTRaZjEvNmpST3JzeE12ZUYrTzJXWGNQM1pXOVpsMkJUT1RiS0V6dHZMdVQ5cFU3cDB3c2s4SjZWZi83bTkKTHEzdm02bzBUcDY4dS80TnQvSlc3djcvalEyZE4rbVJ2b3ovWDl2aHR2K00zdkpsL2JoY0YzSmR5cnQxdWFIa3JjYWQvUjViVnJwUwp5bWNvZVl1MVVybHhkM3RXNkpMblVsNDlvQUVITkNDQkJneFFBUWcwTUlFR0d0QkFBU293Z1FZaTBNQUJLakNBQ2lRZ2xkcDhlbE9PCjNQL3Z0T0dtcG52azlmLy95UXRqeFlLeTBhOGVxZisvbEE4amIxWEszWi8vLzg5MFZSdnIxbDkvNmNlNDFEMiswL3AwK2x6WTI2UTcKZmVuWHBqMTl6bGs1Um1mWUZVdHJrNytSL3RNcG1WYnU1WS9ic0xmNGRQNStlMGQrdUwzOXJKVi9QdDNtYitpYkw1WDE1L3lPOCtIegpSbmRyckxzTW81enJkTzcvVThyekphMlVGOGFOWDFhZXkxejM2YnYweUxYV3lMSHJsTEpTR3R1WHptOS82aitsN0lWeHVTV1ZUcXZrCkNTdHZQcDM2eDNYWjNBdmpGbG5LU09uSDJTeGI3bGJLTmRJNUgvcFd2ZVBMR1QvMm5IRHlWcDl1TCtYWVhYdWhWeXlqamFWOGwvdi8KM2V2TXpyc3IreXZQMnBOcFpSbFpWdWV1c1VMZXBtOXNqLzI4NzFIT1NEdkt5SlJDM21idk9uL1dwbkR5MXZTZDlqWjFsajhoYjdHcgo3RG03eWxqaDVFM0srQ3hwcGJ3eFRyZ2JyYy8xYWUybmtQTFd0VHEzNzY2ek04UDFWQ3lqclNWSEd2bi9QYmIzWEs2N3V5eFowcGVWCnQrbVZSdGx5eHUzdDVjZ3VaOWY0c0ZKSmQzcWRUcmU2Ui9seGQrSHoxbFc2MDErZU5iWTdNMjN1dVhJWmJtOTExNnRzMnBOK2JNcFAKLyt2S2p2UG5Ua3JiUGRaYTRWWXNLUDdOdi9UL3YvOWhwU3g3TllBS0ZLQUNCS2lBQkJxWVFBTUlhR0IxNHNnZ3FWaEd0V3VOc21kdApPV04xbDNSYitweVNaZTJPVmZiSHVkdmZMNXZHR3BuU2ZUcDVlb3dkWlpSY0s0VTE5a3NxdVplaDNLSjAvdDlJNjY0M3o5NHFlK05ECjN6ejJyOXplOW9VczUwL3ZTbm5yVnpwcjlScmQ1N05MMkp0SHl1Mit6OTV5K3YvVzdZNnd0NmZQUHVuVG45OVJUdm1VbXgzMkpqbEsKZHpwNzhzZm9sRkx1K3RSOUlXL3paLzBaNTg2dmNDVnZzdWQrN1JsalYrZUZ1N1dzVlRxL2U2endKOHZhZEw3dmJwelB6THU4Y3NiNgo3dDVmWlh3WmZiN2tadm9ycDV3MDFqclh2YjR2M0kxMmUzUkpZNVFSMXNnVlMydWJzNXRLWnE1eXlyanRrenYrTzZ5Uk41OGIrV2VWCms5YXVESGVUazZQY3ArM0xrRWJlWkhOdG56WFdHQjN5UnF0a2p2S3BUNFl6Y3NVeTJuemJmV090L3hzbjdJMTY3Umg3bDljci8vN2MKbGh6L29XL2ZWRGF0azd2aGpMd3hOOGR1T3VOV3lWQnVQV1BkYnBZMU5xU1JLeGFVVFVycDc3WHBQNDBONVRhM1N1LzkzNTJ3UnU1dApOeVp0WExGOG9vMVdMTFdLcFFPQWF0dUtaWVdwV0JRMmFKNW90ZHVHVnh0b0kwRnNwQ1pVSDA5VUVtMWJzY1JTMjRZM1RjWENTbTI3CnJkeDJrN0szMnJ3OVphOWpnRXU1WXFVVkppUUFFYVppd1ZRc2MwWmJjUEN3U2hrUURReFJxd0JHTW9Wb2pDcEVLQndJN2lFY0NjRS8KRkJBOGJqU0NZeXFXVHdoRURlTVBHUmNJQ1ZLS3BHVWhTaWlCc0FlTTBhVmpoQlVQSUhBcGpQUUIxV1lFbzdicUZHelY4SUFNY2FERApnVlhMRGhuaXlKSmVjWnRTaTN6VWVnTkdxbWlSR09JQXFUdGtpQU1aVUtUdWRKeTRhaVA5Y2NrNHNHbU5LNFNLS09KR2FIb0tHNXlGCnorREQrOUdRb1FPT1ZYQVEyWHluaE1tQVFRM1EzRFRIeEI4SFdoY3l4T2tLVkl2M29rZXp4UmN5ZE9DNWtDR09oMmNzNWx6VWxEOXcKamhRbDhGYWNSRHlta3dqSDRiUUJuVGJsSUZJTDZaQVFoNUFRVFF5QmZDQWNkUkpPdms2RHlxQU1SbEQ3Z1hSVzBvTWgweUFvQjV4SQpkYUJCRkJ5UmJHZFQwYm1nWUl0ek9lQ3Buc3VCai9CY1RENGRnaTRoSVNGQjVPc0xFRkxtc2dIWmNLMDliN05SZ1d3Mm13bk9KdVlSCldSa2sxR29tT0JxTlJqUEJBWm5RVEhBeW5GTUJ4eGxNeGJMSllDcVdpZ2F1NW1rMEZ3N2VxZmlvS1dSOHBBV09yRmtoR2RSUWJNQmMKckMra09RVW5DU25jNWtUMTJTMFJPYkdtcS9nc2ZVRFpkR1psa2hrb0h4QnVra2tMajQwUHhZUGhFdEVIRUM0cEZxeWFOK3BXSXd3VAp0WmxpRUZrYW8rNlFXSENWTWhnNExSTXVaSWpqR0Ewb05ubFFqS2xZRUhpb0hub0RjZnJzWnJTcEtMbFlpRFBsNGNTYkNya2tOam9TCkhJWlF5SWFHTmx3YUNRcU9ob2lTd29GelFKM1hCNEdtZW4wNmNFU3lJUmVIVE1zOFFoeE9Tb1prTnlnWjRuQTZCQm1VSm5wU3VGbEcKZ3NhRDRlQmhpM01CdVloNUxpSFlhM1BSYU5oMExxaVRFT2RpQWFweE5BY29OaGRWeDBSSGhjQ2tjNm1aUWhJdURVcDFoay8rd0ZNbwpCeW1oQmdiNUhBcU5EUktIaUltSGpwSURxa3NQSDFaOERpbUI5bkhnU0hub0tNV1dJWUF5dE9zOGs4d1YyMUNvV0RyYlo2UGJGVXRJCkFCL0c2Yk9kNkdSa2hPS2dIOURzUk5JMGNEd1VJaHlLQklhVENGZnNhQVlSMGppRVpwaFJKeVZFQzNFMEVnZ2oxQWNsUTV3RFVPVEUKTU9VUDNBRWxRNXpsVUQwMFNBY2xRNXdRZ2dNVWI2TE1RUGxCelM2bVlrR3dLSGg5WU1ISlp6OFIxVU56VGxReWkwMG1Jell4UTJTSQpJemtuK3EwUS9BRXpNV0thS1BCd1VJWFFKc0hFUVpNUkFhM2xZbzcyV1kwRG4zaEZhSzJPRGdrUnBtSlIwVDZMQUMyNmlYS0NTWmtZCmFVekZzdktMaUx0T1FxbUdUTE5ZWkQ5T1BxcVR6M293VHFLTDVSenJzN0tHK0ZDTHNQaUQ5ZGtOUklyRnEySjlQaHNzVHdXTGk1eUgKd1FxMmFVekYwaHFzOHJnd3VDQklHbDNHd1hTcWYxRWpOZ2lqV0FISG4ycUVsQWZIWUFTMUJnc0dJUTVIUTRZNGZwSXg4ZkVQQzk2dworT3hCaXVyaFUySHhXYStpZ09PYTZpOVdGc1ByODlDQmxMaGpzdmpzS3NIQjRyTzF5MGFEZTA0RkhIdHFvbmdwUGhReXhGblE3RVFoClE1d1dGRGxoS2hhdUlIVmFFb2FTRG5UeEJnc3pTaGlKYlVlaXhFR0VaRE9kN2d0cERraG1vdnhzeGlCVHNOSGcwR1B5aFhoU3VNOTIKWEtoVmUwNVVuNDExRlFzZ2taS21BOFRqSUQ5cjhCRWhvMVFWaTZtaWhNRjBKZHdNQURLVGIrczhHZTNydkpLdEsrRm1IWTNidWdUYwpWMUt4ZUIzc3hYa2FIaytxWXVsUWJSdk5ObmRiNE9YUnVJbU5oT3ZaZHZlcncvVnNyT0gybFFFcVFJQUtMS0FCQmpRd2dRWUdVQUVICk5FQ0JCaWpRUUFFcU1JQUtOS0FCQlRUd29YZ3lrZzJJaEo3dHEwT1BCcVNqY1REMldQdXA1TjNuNmZUclBwUk1YM2I4eVpFMjlkNmwKdm5KdTcvenFGRmE1SE9WWG4xVDZaQ2s5K3ZKK1Y3cGI1enFrOVd1VnV4K25SMWkzMkxLalhFaFRITjlyaFRQT25uR2RkenZXWHpwcApqWkpyL1NyZjQ0VFRlWXQwU3ZhV0ZNNk40Kzg2bkU2N3lpb2R5azArbE5HNW1mc2JzazlubjdTM3ptLzZMQit5TTYyVTZ5NmRzRzZTCnVwUWNxLy9TalZZNVhkWjIzdmlwOURoN1F2bk5LU2tidWpQUDU3aTdzaktNMGlXVWxOYjZQQ1YwNTgzbjgrem0vN2c4ZDZkWDZNNDEKL3N2K3V2V01YdVg4ajVGaGRJK1RlcXdmWTRUU2E1MFV2bk9rY2RiL2ZRbmw1aDlYUms5SkNUZlcrUjhydzloYloyM1o5WDlLQ2VYMAoyUnQ1Ni9uYnU3M3hLOXpJbEQ3dmUvMXZwckJ1YzkzcGhNenRjVDd6UnUvMTl2WEkyOHV4WW1uVktMbm44aTczMHFXd20vL2hNeTh6CmI2MFRQck9zc2IzeTdwd0x0NWwvMHQybUQyTnpNMjBaZWI4WDB1YTQwV1BsZFovUW0ydWRjdGJsL2VtUW0rZWtNajdsWFZvaFpmNmwKVURMWHViSGxmOHNJSzNQRmdzTE52KzJVLzNJWk12UDJ2bkxPS2Y4ck0xemV2dTdDWmQ3OTVmbi9WRUxxTXNhNS9QS2Yrc080OVMvTAo3MlptS3Z2cis0eGZmV2Vza1IxNi9iay9ZNFRPeTNTLzY5eU9rVkk2STNPc0hEbk8vK2dUT25mMzdqdU04VGZLQ1NPL3BMWHB2bVRaCmRhZFhydisxZG5TbXpBdzMrbHlXQzMzK2JONS9oazBuZDFOS1k1VVIxdVd0U284VTlrK3ZYZnYvSjQyUXpqbXJYRGlYVjM3OU9pbXMKUyttY2NrWmFHY3JLdk0wdjVVdlpQU1dWYzBidU9uc25uZlFiUnE2VlBveDFUc2cwMHEvZnZNbjNLTHQraE43K2NpbkxwelF5VjdtOQpEM2xHV2FFemI2WFFsNzJqeC9WLzVwWGV2REF1ZS8vV09IbW5qTEIzMXpmQy96aWxuTjRONnovZHlidHhVcm1RZnQzZDViaHd2dlNmCjIzRXVmYS9mUGxjMm5aUDZSMGgvODdneDhqTGRXZVBTS1RuNjVJMndmc1V5Y29mL1QzdS8vdmVzMzVMcDNKM3g0UzdQZFFsM21WSmYKWHZhRy96SFczZmk3NnhYT2ozR1grdkxYV2RsWlZwK1R0eGZPcngzZmZVcnEyM1ArVnY5Nzl0TkkxeU9jWDZWOFdtTnp2NFQxZVhuegpyWlZyUjFyL21XSHZUK20rdS9XN3Z2U09LeU5EWCtZNHU4NkZjWms2OU9YdGFaU3p5dVZJWmFTemZWTFl5eHZkN3RsY0krL3lsRTdwCnlvVzlYTEdNZU5sNzk5dmhMc2ZKVCt0M3JmQ2ZsOUtQOUdVMzNPVnZienBwNVdVNmVsN29YZWQvZFk5Y296L0wvM2Nab2R5cXBMWHIKeTkzSU0zNk5FKzc3bkw3THRPRitkTHJQREp2bjdsS2VFdEs2VWQvcWxDNkZ6M0pyYzV5UU9sUEpUR1ZEV3AyclAwOUlxOC9kK0x6UQpmZnJDcjNMalNGLzZiQ2laemhsaC8rYnVzT202ODc2VU1QNlVVVzZzbEtlVXNOYmY5WmN3dm56cXpGK3h0Q1l2N1o2NzdnOXJsWFg3CktHbU5IaW5zbmY1TXA0UzA3blM2L1A4N0srd3BlOWRwUTY5MVo1V3pWaXdvbTgrSHRjN1J0bi90bFJVKzNhU1VkZEtlLzc0TXZVcmEKVzN1N0YzS3QxSDNHbnYreVBxeXkwaWg1TWpPa3RFNWZ1UTlubEYzWGZaMVNLT2xrK2pMU1NHT3Nrc2FGa203T1ZNcTZORGF0VHZjagp4d2dqblM5NTlvVEx6N1hDU0xjNEtkMk9zVVp2aHp1blJ4cnA5bCszdjg3bUdQbVpyc3M1NFROdDMvYUdrVllzcWVmL3B2OXpIYTUvCmpSTCs4cnZzcGJYaDB0clBTeXZEcFJYTGFENzkzdWpkUyt2RE9qZHU2bk9qODhkK3lFeGo1VGg3TnF6ZjM3SmZWb2ZjL3l6bmhIVFMKMlRzcDNkbzdvNFIwYm5LcDg0eVF6cTFPajVSeWZQajlEdW1zV0ZKVHd2ZC8vem1qNzIrRWRLYWkwOTQ0SS9UbTNqZ2QralpsM3ZvTgovU05YWjhrYlowUC9qVC9obkJWTHF1ZU1jRDZjYzEvMnRrY1l1YWZQajBzaG5adHplNVN5bCtPazNkR2Z6aW9sTC94WnNZemtlbzBiCjRkS05KZGNxMTZGOHJwRHA5aEZHajdKL3B6T25Zay9vdEdJWmJRMmQ2ZEovS2lkMHV2SFRaYWNWZXFSTGE5dzRGMFpLNld3WXVlazYKdi9RSkkyLy90YW1rRENYZG1rcWVsU1hsdUF0bm5leE9PejZGa200MHl1VzZYbnV5cjRTVFZpd28zWkRTaW9WVGJiWEs1Zmd0R2E1cwo2dXl4MG9XNzFWOFphYzg2SmZkVHVOdWtjVjgramIyeWQyR00zQzhwZTUzU2YrSFNsdHhOZStmdTFrbGg3SWErVFE9PQ0KCV1dPg0KCTwhW0NEQVRBWw0KCXJoUHlScjFTcnJOK3JGWEc3YWF5Ni96OXAxTENsL3RjSVc4T2Z6THQrT3pzL1JNdVJ3bnJsRlUyMDVVYmV5dWxNOFlwRzlKYS9TbDEKNmwvclAxM28vWlBHcC8xTFdYYWNkSEwvMTBqaGxNd1N4bzI2YjYyeTVXUXF0NW5HOVhVNEorL09sazcvSlhmbE9SM1M2ZXlVMGtxbApPL1ROLzF1NmhIVHk5dE5kdm96eDVUdjEyRTVsL1FqclpLLzg3REJ1VCtPejk4NDVZVjJQOU92c1pRcmo5MHF2c0Q1empKT3lPM2ZUCjZqOTVaZVdlL0IyZGQrN0RPam0xTEN0c0dxVlRsejhwakJVMjVUaG5wWFV1L1lXUmFleHZHbXR2akw1UTd2UlpIVmJadGVPay9aVi8KdG0vSGZzbmNMZVhYM3ZiVVF0bnRXNlh6THN2K1hybVI2ZGV0TFowcHgxN0tEbmZ5Um50Mi9PaXkrN215Zk9rZTF4ZnU1SjAwU3NxNwpzbEw0a3JmWU1kYVcxVmQyUTJiNWNwbEtDYXZrclU1dUdwbnUzT2xNMytuY0tLZUVWSEwwLzAxeVhLYThHNk5UMnIvYnRIYU5UV0hkCjR2SXliVW0zSWVXNVBudnIxdk5sbkR1NXEyUmF0MUpJNlZhNWRiYzZReXA1emxocHBBMDNKYW5jNkhKMzVaUndlMlZrbnJXaFM5NG0KVCtqeEthMi9zeG42c3F3L1c2WmlVemdsaGMxYjlGM2FGVTdKN0ZTMno3Z1BvNy83L0pkVVFwYnRQR3U3aEhLeS8xT3U5TCs1UW8rUwo5K3R2ZGZqU1pZMU5aLzJmazU5KzlYL3BESGR1TVhwdjdQbjFuenIwN2VQazcxLzUvQkh1NUVrcGRlY0lmWnRWMHA2K3RNNVk0YzZLCkpiWFZqZlMvUGtPZXo5Rmw5YTMxdnh2eTNHcWRjZXMvL1RuZjI1OHBqWk55akhEbjlqdGp0NVRPY09YVGx0TW5mT21TMHA4dC8zK3AKbE51UjQvOTNoVlZ1VGFkUDJ1NU5lZjdTNmpUdVUwamw5aC9oYmw0clZ6b3J5emdwbkF5Zk4vNTNmU2psSnQrL0o5MkhMS1hzZjMrRwpVc3AxV1RreWJLWmY0KzcrUDJ6SlgzOCtqQ2txSVoyL2tjSW9LeGFVcmVYeTE2Ly92eFhXQ2F1azNSdWx0VWFmOUQvS0N1bmNLZjg5Ck5tUzUvVWFIYzVQU25YdnVoTEdybkxGcG5KQmhTeGs1UHZ6NTBkMmpwUCt4bHpmT3VOdjk4cmZHOVZnbDljb3p1dGVXc3lPRk1tN3YKdTA5anBVeDlUaXBoakM0cjNHMTY5ZG9zUGRJcWR6ZjZQYVdVY3JlNVlZd2J6Lzl0T2YvcHQwUGZxanVOVzYzY3NiMTl5aXBuM1kvTwpQcmNmeWxpeGpDclBsKzl4MTJXRk0yNTBMdlJ0L255WHpyeGRZNjNzWDkvYllleTZMNldzOVQvU2hYS1RXeWZkOTEwNUk2eHhxMVJTCmx1dTdLNldFY25zcWZadnV4cnF3eG9wbDlQL3JjRzdNWFZseTNJMlZ3aG0zS1djMzdUb2gzV2FWTFNuN3JsZUhNVzd0THJtOS9yL3MKaGg5bDc2UlR0a3Z1Lzk3ZCtiWHkzTyt2UzJ2OHJwWG5OMWY1THF0M3gxbG45SDhLUGZxY1VjNVpaWDFLbjdsS0dYOHI5TGg1dDY5NwoxN2dmb2ZQbWxDUDErdERqVnV2VE9pblgvdW15Zm56M1pSa1p6dGcxUnVvVDFyaFJwckVHbVRTb05ET0Y0Vmd1SlVtTUtZV1FJaG9aCkRnRERFZ0FnR0N3WWo4Z0Y4d0U5ZHdjVWdBTmZSQ3hNT2tRc01DQ1JDQVBDTURBTUJEbVNvakNJaEJpRW9GS0lLV1pHQUxRQUlFL3UKSy9kMzZOV25qMzJDdFhDN1BEOTN2NXpRYllrQlA3UFFwSjBWU08zMGNEYlRGNEN4eHkyWitvanJ3WFlDVzV3dkk1QTRINFJxN0RoVgpLVFBvOWV5K1p3dE9WajA3M0d6dUR2OEVJMUZRWUxWdEJ4elNMb1BObmRaenRnczdubTArMHU4eHRUREgwNDFBeERGOUYraE9nUExLCm1CbXFsd1pqMmpoV3FxTndvSUFJN2dBdklNZ1F1aDhwVTZWN0czZlJLdExxTWhDWU1hQU5JWG9xOGdva0tlcmR2cnJqTFltREVaQ0UKUCtOUjRuMnBvclN4dWFkeUlMRUgyaEtKMURwajdGVDFJR3BJNDV2cWdMT3hZbHNUMFN6TGprNEF6UUVjekgxdEw0bTNsNzN3UXNrRApYaUVESENCazcwYm1lb29vZ1graWRBbG1rZkE0VzErOS9CUmFoZEZxMExnUGdpbzloWXJZQ1V0KzVVdmhXa2lhQ29nd3R5cUZCbHYwCmM2MmtNdE44K0VtSUdYb2hnVEJyVTNlR0Y1QWoyV1IzMjFNcGhnemFSWGZPSGJwZDhTNUd2NnFic0lSNklwYjdmbUFhSTNHeUpzUTEKRmxXOE1VcUk1cTkzWGF4RXV2eFNRQzBHKzBHM1ZGcVFjYTYwRG94c3FYZFl6dk9KWkt4aWJJMWRXVXlPcEZzTHhiUXBoMnVsQTZ0LwppRHF3VjJqVmNNME1QdldEL1pZNGFVKzdMSzZWV3BoUmpzbGJsUkFLOG9wMWx1R3dhSnE2dUVaazR5aXJJZWRhQTFLbjZqclpJcGJ4CkFqMjZybUpybURjOE40YTA0SjN1T3pzc0k0T29CVm9HRUNCdzRoY3hYWXNLdkpNOHRObHhaMENWYmlIbTByQldwMTNyV0E4Q0RkUkQKNW8vMkxEQjNjWXVKNHQ2Umhuc0ZvcFNUVWM0L1VCZ09oZnZidUcwcjNTWmZpU0RLMjk4dnpsQTRLTnRTRUw4aFFWUEN3ZHVlNEhiOQozeU5aUTMvTm1FTlVrUmVOdU02eUFMTHNRSC9mb1VBSzBnUW40MFJEMHppZGpMaTIzSjBIMXgvK2M4MWFZd0xSZEV0OTgwdWxzS3MyCkkrdVBiQ05UbEU0aE15eHkwTmNYc29HR1I2ZEJTTlJ2WnBRRUVaMVdGWTgyYTdwcUNnV21qUTJZYWd0eU1senFVaTkzcUtYUTJ1UTkKbEpSVUhGU2EybEZxTXBHa0xmUHUva2tSc2luOHIxWjByRzQ0VDZ5dzd2WG9XRmxzUXZSK2xrbTJCeVBrU1A1WGtJT1VsajZmL0VNNQpaQmtrZTVBWUF2citJaUt1cEhoRWpQeHZVd2I1bXZKblQrWXZyZWI0QlBQL3lkMnlLaW1RTnBsZ0JkeXhtS2dxU3BCQllmeWxnbVhGClF0WkpMc0ZQVUJyOUVTQXduZUU3VW55YWJqY0VZVDkvWDYyaVlCbUpRNHBEdHNMNWYxc29TMm5oSURhZ1AvQTROcmtGSGVnMEF4WDkKaTdBRFFoV3hnZjRUNlptRStLQmxGMU0ycVVkL1NpUFIrWGE4aWpoLzFjaU53U0ZTVTJmKzZqVzgyZndkK1lYNWtPc2tOakNneEdtbAorUThkZ0FJZVZCZ3drSEh0b2wvK2Q1Rnp3a3BlWE8yZGNNbGdJTW9mcUUrdlNtbEM1Yjk5TTBlaFpOQXBRZURZL0RBSytNVWNOOW40CnFsaVdJbjc3NEI1dXN5L3BWZTRJSXpMTXlVb3hob01ONG5iRU02NmdvVWFhblljRzJYSzFZSG9oV21HTFRMTU1DRmU0dlpkN2ZCTjgKQVlRejBVQ292NGlMd3lZTDEvTFJtNUJHWFcweHBBeUYrRW5DdnlTcUJzOHFpQTRTanFRYmR1bXl0MFRZeFhqQmVvdTA1cFQ0OXhiZApRUUFhQ2tCQWIvR1JwT1BDUVBPdWQwRXdNOGtwL0ErV09DUzBlVWRZVXRNNkdyUCs2MHVHVXBNR0NPZ08zVGZoU25TNnFURFZxbXFVCjk0T1VmNENXVndJR29QY2NTMEFPRWVCd1p2amU0RzdEZEtJc2xFb2ZURWs0MmIxeTdFVHhNaDF4MTlZVG5ZM0tSQ0N2TjRYbjY0YzIKQVEvU1BxRzJ0cGxuZEVHNGhyWWlaa01RN0s1MzZIVUNxRmUxTC9INndjaktiQ0tXcDN3akd5enFFczliUllJNWtYSWZpUDlaNVowTwowMWpoZ2dKT1l0aFl1emN3eUZLYXN0bkt6RGwxeVNsR09rSXZYMUp3UXdBRHZlSnJEK3AwcnV0emhoazdpL3Z0ZHRKM21sY1poY0NXCnhWTkIvcWE5UDRvN1B3ZVRhc2V2MzJzRkY0bS9Fa0xyakpBWmt2WVl3U0c4elhBYnZRSDVPdlExbUdZZ3JOekxEQllpYytvU00vUSsKalBWZW96Y296Z1d3aDlIM2dEMlJSVzk0UkkrUkV3eG5EczZGb1pXOTBVS1ZTUmZMK2U0bTVNSllmU1Q4NER2Wk4wY2l0NktNVmZEVwpzVU44emFzV3l2REJXTFFLY3hpeGZhcHFIN1RtcVp3NzdJM1RFWnNTeGtIS2JQMzRmL0UxZm5yNi9uZitSOENvZE5rZ3hpR0RTVE9PCnBGM2lQUWViRTA3ZmZQT2ZNQkgyazhFRTMzalBBVGlIZUF4b3dUZkw5aDBqalk4SEd1SkxsTW0ya0RoQjNFNlRlL1pDSXc3Mks1WW0KWmU2T0F3dUZBbGxEOTRkVXJBMHpTak5xZkpsamVrMVREQzEyUmFiejBoUEYwNlJHbE8xeDJ6NVRzaWl1THB3Vk5tdGpBTkIwV3hnegoyZG1MUkoyNUF4bjArV241RHZzckpoajc0V3ZwVHc2dyt2L1pOd2NFR3o3bGlOc2JUZGdpTDRrSHM0TlJLdWYvVEJST0N0N2FzbHVBCjFrajh5VlJDTUFkcDU2bkVKRHIwWWJDVU5TV3VBakdSY2M4VmFRNzZMWFZJb1Y0RmhNbUJKc1VSUExYTGlSUWdDdFRqK1lFditSa28KSzY0b0phZ2h0Y1JQQjV5WW9PZ1p1eC9pK0tVNDRRZ1JUR1pRSEVGMXZrYnF4dGtERnRXZFdXVmJPalNIWFQ5cEZjc2JwQ2QxOEt4UQpMekg3Ui9jMXRGYi9HNFdRcWxvYm9rOHkwMXlhU2dYb05UYTdrbDdCSUNJc1VhQ1g5bFhpT29zTXFMY0taV2w5VlRBSnlobGN3QmFLCjFRSjg3T1o2blMvQU5KdVEraEZrRW0weFl1ZWlybFdFR3pWaWZXZmZYYW4yV3haOFdwZ3FMR0V4Z3dPZ2k3NDBPMlFMNVZTMlVTbzMKMDUwSlFXT1I1N0RYVDJWV0xvYjhrVzY4Z0hyMFFoNlZzaGhINyszSmdISzdFR09hQUFYVFFqbjdxelJXYkNnVGoySVp1aFNoNlFRNwpGeExGa3diVHZVRkN1SkNjemhNWXg3VXo3bFdjdXJIdHRLNXQzWno3YlFJQU5tak9pRm11MkdMTlRYcDkvQWRtWTF0ek5JS01zbXpqClVFaGFpUUprMmxxNWlUQ0dTdlZDb3ErWG9YRHc4Y1Y1b0hSNUZNZlJPNi9QOFZkc1FJTW5aMUFKMEplSzAxUkJhUC8valdpUHNtQ24KTEphb2JESkpNcmlWQ0hTNmU2QTQwRUR3Vk5UNXNJbnJCUXUvemI3cTBpNDlFaFMvNTd5N3ZsaVAxUXVDazlPYUhuQS9VTzdOdGhLaApobVF1R1oraTk0ZkFEeHhvTXdpV1FIRkwwY2EwcWUxRktmYmZMT3ZOQVVJL2dxZ1EwaG9DZGNreGk0Ky9NN0JrQzFjeWZGNk9oenJLCmRXbGo2QVdSWERlcXRsdTlVbkx3Qm9aaXdDWXNwcmlJRy9KcDFCSW5GcmNIU3hOY0o3eTNkdGVTbjVjK3BxQjlUQllBNzZRazBnVFMKbGlIWVh5RG1MYkxsTENvc0gxcml3M0x4cEw5UHpldFFXd01Wd1NmR3ZQTkgyc3p3SXFzRzRLV25ndnJndjRSdTBSVmZIZkozN0pwSgowZDg2SWJmM0dSY2gxZENuOXprUm1uWEIrcUwxSjJZeWlwalp6YjFUNktCdktSSkJjT0RpZmQxU1JEODQrZFN5QTAwVS9XeWlQY2VBClFJK2FEYitGTTFLWERaZTAvT2s5aVZySjZhbC94Y1g2VGdYNDlRR1FURG1FYzFRTE9zMTZvTk9TdUtnaDdsVEVsaWxaV08veVhiR2MKekUzNE44RzFUT1BNejhBU3VkWHcxUTYwRytBTS9FZmZoQ3JDMVNCdHlFalpHdkpMaGJ5K093TE5HVXFvLy9XMm1vYjNpSVV4bHIrdApuSkJMRXpuTmJ5Sng3MkV2NDJ2K1BTMnVEKzlHbzdhWXNnd05LcWhFNGdJc0taK2tyaU04OW5oVGFpWExsUGRPS0tRdlRMOFl3YzdSCloydzIvelE2SW9keHBnRTF6d1MxZVg4NERpN3QwSEVJWnpoak10ZlhxSUR4eWRLRGVBRGVJZE01RXFHbzZaeVdSTjFjUmU2KzhQVkMKVXN6dmdkSFpadU5rZjMwdC92Y3k2Z01RVVgwN0wzb1lDMEVqOEJlTHNyZ0dqampqR2tFdjZGOUFsR2tZSm1uOXJUSURjVWsrbERMagpXeitBRFd1cTlxRitoL1ozb2U4QWd1dHVIODNMM294NWdpeS9mWlkvS1R6bEx4bythdlQ2UlpUWVJ3T2NPc0dBZ0NWMk4zV2cybWlWCm52UVkxQktDZGdWSDZuRjlGTStMR2R4YjcwZFZsbFdaN0xwL1hwSWNIcmMwcHZEK3h1WHdZa3dmNDFXRUg3VkpHY3BTS3pFTFEvdi8KZExNLzF3Y3JsR1owbEdoRUs5SDdCa1laOWtLRExKaUlDUm5uRDlGUlkzbDA5ckdlbG0vc2xKcTZKSVdYdUE3TFBYeHd4T3VYTms5VwpKZHRseWxpOFRsN2ZMeEc3VXVJOFNNRzdLTDdobjZXbkdWYXFqSnZuc1kvVE5mU3BXdDVVcVNhdmJXNGxNV2lhcUFYU0U0cHdQemFwCkY5Mk96T2pUMW5MdFgvWjIxUFF2aDlMcE56ME05Y2UwenBEdXgySDNHQ0RDb1Ywem9sU0gxUHVua1lNMHRHUFhuWldhMWtrN0ZoaEoKSEM4U1BZVlhjMks4VUJmakE3Zm5xWmhYbnltRnhlWEdmblNVd1NxeHVGeVRBM3JBS21oVzZWT2lNYmxsSE13aDZ5eXVjR2tENGxvWApVenJKSVBqZWdtcVdNaE12WVlPdUlnR3lSUXZoNVB5TnVNQ1dKR3NIN2RKcFIvZGVsejRuMmhBT21DdDZKNmdiR0E9PQ0KCV1dPg0KCTwhW0NEQVRBWw0KCUt3SmFOMEo1VVhnZmtGaGdNOTBHTllpSzErVjhHckhkQ1JmSDdoZ2QxS0VPSmY4aXU4ZkNsNVVlejl0ck1LSUtHZ2dPQUVlWnJCVkkKUWZSSEhaNVMrT29WdG5wSjNnSGwrdkNNQzFyUEFxQnpLTHlXQU5CeE9TYytqcHFMTytTaVhSbDVlV1hiQmkvamQ3aHVKNlRWUmw4YgpvdlNPdWZzS3ptck5abk1rT2VNRldFd1NaMEg5OGlGTU1JRXAzNHZTMGc1Q0pwa2RWMmxySkhtbmFUK3ZWWjZZSk02aisrUlJNTTFJCmZqUkFUZ1djTWNmK29lYWwwMitVQUR4OWswSVJZSklIbVJKRmxkNTJpSzk1MUFzN0tsR0dOY09ISE40NzlMSjE5S0lRSi9wbnRxTkIKT3Jta3RnaVhVNmd3N045S2dOck55YnVyYzRnRDZtWnBFcHZCbUdncGdHb3VSeDFvTkVRcklVU21jczNhaUFCUVJIZ3VFcUpPRjVFcApJZEJRZ0hzNVJmVFpQeTNBYU1NeXFyMWpleTk0R3kzVnFhWUN2cUdaNkZYUVV2NC9BN2NKc0ZBS3JHOFpHREVKbll3emFvTm1ILzdXCk5vTnVUYU5weEdvTXF5SFFFRUFwaWwrVWF1QlZIN3dRQW5SUjM0aUc5WGc5N0tmZW1YZXhvWUdTb2k3di80QW1KOVFlK0RCOUtNWGgKbi9EVUovUCtDV2pBbUtRaUtoa2t4QVZIRkhZZjhjNHgvb1dULys2dzRtUmxJZDRWSVJ3WmxPSjZpaWJxY2RMNkxBVVlQekZPTVdGaQpTaG5MNG5uMkhHUXdOWENRT0o2ZjlLc09pTFhFSU56T0J0SFArQ1BNQWpmV21NOENvdU1Ib285akMxaHN2eDBJUzlBb1U4YkVTRGcrCjlyWmhpWUphYVJTajV3UVo5Z2lzdmVqb3BwU3VYcTVRTFFDTVMrdlowdnhZa3l5Y25PMzdyRjNBQUpsOTdSWnZUSFNiTkhpQ1RuOGgKM1BkL0dKakh4UjV0NGNMbWxwVWt1U1gwRDk0bnlWd2UzUlEzTy9HaVo4K20zOGQ0TmhLRVlVM21Oa0k5ajRFaXAydnVEUXlHZkxCTwowa0I4ckhtWTRieVNmTlYzUjFoa2tSZjZlVmV3SDVJd2xleE5SNHlsRitTbUVJSVhsdlFMVmwveHdCMGlxaW1icXJxQUlRK0tPS2FICjJQT3Z4Tmh3cHN6TmYyL3JhMVhRSVFkZWJnV21xUHAxREEyaVU4UFEyT0VYb0lxUWN4c2FhSU53aEN0TEdDd1lKZkwxaUdOUmRoT1oKRUJMaVNDSVhyeTZHWjdHeklsS0l6ZHh1eU9mRW5VSGVNWWpvWWhOTE5GcW1YYWc1UUc0KzBTZXlVVG9HWmwyL21BRGJZRDRyOElnMwo0Q0k1R1FhNTFMNndpSkRueEZQQkJ0T0t0VHR0dXlBMW9XMGdJTjhTbEpyQWNhNWl6bDBLSFRHbVlTeGRPRi9RUWkrU1JIRGE4emMwCjl5U25aZFQ2SStRZ1FxSXBEcDVIaDg0b3o0NkREblJZR0pid3dBbXc0K0JEZEtpcE9ENE84WTBPOW1jY0h3ZjdSSWRhdEJjSHVZT1MKcGxnTk5JaW1Hbng5MFloN2d5ZTljZFNQZHdFdWxRY1lwcUpDbVM3RUJZYnZxSUYzSkYwb0Z3d2xWVEM4QzBuRFI0SUJlVHNtTTEydwpDNGF5S2tpQnNRdmd0bm5iWVBEYXBNTkk1Ky9UWHQxWHhYWTE1b0hBWHJQNWdRK01yS2tlRVROTjF5RXhUYmNFcTZ4YlIxcldZV3lWCmRjQU1rUHFpY0VEQXJuSXQ1MUx6VHNFa1Npd3BRbTlldVowd3NaREs1NWkvQ0oybkdic2RsekdEVE1BQ1ZXdldlT3FVaGpqdk4rSW4KclFGbEVKeW8vREcwSWQ0c2lwYjNVMktiUVVaaDM2YWxpS3dWT29TTjAvSmxKQnpZQ3NoNFJnV1pMcVIwNVlkNGcxcVB1VjhHSFUvTgpuMlB0d1d4aGlRMlM2WUZRUXAvbjdObXlKemJRRUxXSUxCWGhTZmE5SUVrY01ULzh1YVNjNjJIMGtma2Zzek9pOEJpSmFxNEJHTUZzCm1mUkZzQnAvdm9tcVU3cHoxYUNwTW5BWTVtejdEY0NyZy8rNzVjc2Y2NEUrVXlad0JKM2VtWGgraGFXUGZKalpqZ3VWWnB5c2lRa1EKYjVqaExlc2FqMmxqYmhVbkhCVEJ3VVAwbjFNc2NrTklyb3Q4UERVcFQ4MUZTNVBrWDRGMkk4S3I2Q1dsWnRmU1JNSG15aWc2MjFoZwowL3VncDc4OXRUTithT1MrK0hJa3daOVRvcFgraitZcGs1S3JFbnRwTHFqSjlJVXJ4Um5Kb2tnOG5vWlhyT2hJeFJjU2dIZ0lCY3NnCncvWUNJcG9PTVFaR3E2RW5MTlpRMlZ1RlpSc0J0NzJkUU54UjQvUFZ4VTJzV0FnVTVpQmYyYlpXQ0NRam5yNmdUbVhORDZrSm1kMkYKT2hDanFnR2EvaHVNcUMvOHhFUEFDMEl0Q0lqMHRLV0NxR3ZsWlNNZHV0eGQ5bGtGRzRJV3ZjZmI1SXZvanFzaFlPUzFCNkFjc2tiRgpyTWVZUWRGVjlpNFFkN2VLZlU4S3NVMUxOQkhWeGl0UFpac2ZNKzFJV09DMkljMGg3a1ArcnhBTFlzQkM5Z21CVWF0eUU2NnBOK05rCnZSTVFVbFY0YTV6dEdXV3ZNNnZtdUdkZVJwNTBxdHFGR0h5NmlySlBrY29EQ0JLdkxJMVAxck4vYzZoTlZTZ0hqYUJoR3VJZkRtaWMKd29xSWlEaU9ldk5pSU5mcmg1NDV2SDRlOHZMUW9yZ2N3bTZqa1NVTTNlUEZQMWtMdFJNUW9WeXQ0SmpjakhNcG9VcTRHdWowYUVXZgpwaE4yS2dGa1E2VFRDUGZXT3RhT1lMUkhZcThFSjROU2o5TUdZQktFR3h3alVrbk42S2xUWm83OVVSbmxxd1Y2dVNnaHpPZHk0ZWJjCmZ5SUpBYTJWRWh5S1VkM0M3UmttRmlUUlIrNlBDblhXV2pHdUNFQXkwckc3UEN2UUxxQVJPbHFRVzRNWnN4Q1FGcGJscEJ4NUJRS3UKR3c2NVlCVzJpMmcvaUZ3TWh3dlhmbENMcjhjSkFnZWpjSUNwSnNMakpVSnZ3Y2hnbmhzdldVajJxWFBhYkhwUE91R1ZPcWc5YWJhcgplRmdWZ2w3SC9reWhLWnRSS0lBTlhZb0krVGNKWEd1a3U3VVJRbEF6NzJBY3FjcitZNVorYVZHa2tWSDVhb2hrNDhIb0hRUHJMVVM5CnFCbW9DOWc2Z09tZXl3eHFVUnhONjRsbFVmaUdqWk9PSzZmcmpPaFJBWkFrbS84T1o2VkZXTnZ2T3Z6UTdhUFJtSU1MZ2hrbDdxSFgKN2s3Y2RCZ2FWMkhDT0Q5TUt0Uzl1OXhwTlZvNm9USkFrcittajNSd1YvK3pPYUg4TytJQ2FKK1ZNNHlLQS9qNFd4Q1pXNXR4aEFibwppNllrUWh3QTZ1OWRDY0JiUmJPNEJ5TVpvQWV1cVArMkhRQTFoTWx2bjF2U1NZbEljM2lhVTJ1WXBmWTZFQ1FkVG1xRHd2L05pcm80CnZ5MHJkQkJOdW9IUDcxNkhPTzQ5WUVpa3lmaTk5QllYNjEwYmJ5Z3pWZ21MazFJY3dQSG9UblB5TStxZjNUd1RKU29Nd0RQN0drN1EKa0RzN05jSGp0WENzL2FpZnFhbGhhUC9WYmJ4RWdPYzRkZmpKR256RWhLa1RKNnNFdjFGWG90d0twa2IwOENzVXZlVUpmMm43aEVrRQpuWGFqQ3RqY2JnZWR6VlNEUHoyMTJ4OXdaVXV1SVhscjA5dFlGd0RDaTFyMWpBdGtkb0txenBSZmRRbUMrNlBmMzZXRmNrU21kSG9GCnh5eldzenZCZWlpRUlXTDlBakJCLzJiaHlmY3crME9FM1hnVTgxUGQ5Qk10VDJxRFBXZ2xIYzBaK1ZtNGhyYUVWSGF5dld0eHhFWEgKL09TMzJRblhoSmt1cWZManZWYlNXdFhNNzFGM0pEcm1yNktKNlZPUnpnQVovNm50bTlnTzRsZHNXaXVXN2JnZGFzWllWN2orSWwvawpiYno1M2lRUzdJY0hCWVg1TjI5TytCaHZUR3Z5RFI4ejZHazZwQmtVWUpvSmRIZTlvTCtjTm1mK3VWMXJHVGZtZ1Jpb3FOeDlUcDlaCmZaQ2szeUt1WFJNTVFRZjJ0VjdsQURxUXFZRG1iTi9OTzNRaElyd3hYRm53NEx1SThlTVA1MGFLYWQ1T2t3dUJhUlpvWlVGM1QxZUoKQVRQSGtoZ0k3QWR6b2ZWbDRLUnZheStjY3BxbUJTeTAzOTdwVmlCem9WaFRJTFEvTk5XVFEreXh6WVRBVGdGY1BkSWVuL2M0YXI2ZAp3VUdIVzBvVW9Jelcrc0VuOERRcFM5Y2JvSkVkam9LdEdBTzFnTG5aMzdmZDV3VDBiaGlFQjI5S20rZzRoNVh3OTR4b3RHQ2w5ZzF5CkIzZUR1QlBuTTc5OGhwdWo0OWVVWld6bjF3QndoMXM3ZjMvUitnelNGK3lkay94bWc4OG9zbUdaRzB2TXZST2VEK0xEY0dLZk9kaUEKWGc0cEhDeW03OGZYM1E5eENndm1iTnNteGZnYmpwMWo5dWYyRjN1Y1Vlb09NQ2xxeVVrbDRYUldOUkkreGRxMW5aRTJwQitjSklqZAp1WkdOb2JYbkJKelJVV0ZIKzhuSnJLbnVwMDZCcmcrYVBoVTBGRHhmeVc2Wm5wTlFPQU5FTHplM2puU2R1cHZrSDNMUDQzelZreHlBCjE1Wjd6WEIwclNQSHd3eHJuWE9yY0F5NkYvMHNBOStpN2ZWMTRMNm1QL2Irb3dVYTlSOWJxUGJJOTROUE9hL2kvRXVMZ1FSem9FSmYKdncxTkxoUTN6K1gwNVA5Q3dsNEtBS0E3a3V3bjQvUzRIM01uTlowd25QS2F2cGpwRGt5TjVwOEFSUitSZjBzTmZwK0MzME4wejlXTgo1alprOVY0TXdlQmpXbm5jdVBMeDU5c1Y2RzFJb1FINGlQbHk4dlY3dzV4Um4wRVZZemFzdHo3WXFrS2dwd2dRaUhFZnZhQXQ3aVQzCjlOMjJoQjQ5MGErdndEQ0VuRE1wT3FlYVdxbU5vSEwwTCtpTHFBc2ZPdjRGZG4zd0RJODl0SEh1TUZ4T0F0aHM5YnpHbFg2blNibUYKaDNCaG9FUTJrN09tK1JPQUl3SlZTUk1VZ1l0SXFzK2FCRjcweWordlpQTnhIQVZONnZ1WmxLaDJZY0tUV2pmUCswY2J5TEZzeXhqTgpnd2lrY0ZnVDFmeElNYldTb2dEMERqWGVGL3R1cm5aUGVVbkN0dW1EaEhJeGUydHJpKzVvb1AyTGI5aDd5UVZvOGRHSVBmaExEbE5KClJDdWVXZWtCcEZwdFJ3M3lmVnhwNk5VMktXb0lMRVU3Rk93cnJ1aVFQaDM5UzVaK2U1a2pqSzhvTkVuWVgzTytIdmdPbWcwR2JnQWQKQmpiQmg3MlRDUm1Nc3Z3dEdjZWhHZTNndjJXblpyOXBuZ2NDTDJpMU9jUXJFTmI2dGNqcEhpMFRmSFRxYU5xbmU2bHlQQzFTeU9JWgpCREE3ckVhSEdCUjhSTXFrcUdrTUNldnNSclJISVBUVDJpdmYrdnRtRlVxSllLTm1NTUVFWVNoL0l5U0R3NDk0QW80VS8xVzZsVlpHCklXU2VseThEQWovWEN3UnowMS9hRStHOGtYcThBV1NKYTBaN1FVTG1KM010THZBZm80MEJPTU9VWHlFSmFMZURHNWVyajZ6ZnpvMTIKcVhCRWo2YVgxSkZ1TW5RNWxQekVVYlQzUHRxWVFhNkMzbUtUekNjSWE0QUlkVEZVZ0M1d3QwSmlWRGNwYzdqZ3BtRlNUU0dNVVRqQwp5NTRxM3RGVGpFd2pPSVdiTnRzeE5YY2hlZTVVOEsveEE4aStxeWd1S01wU2Jwc1ZUNkx2aWhSNmJMZ2J5Z3I3NjBvbTdhZ21jcFRLCi9BM3pNL1pQa0FxaEFTSWlvSWdYZlgyUHM0WmJSazRXVkl3RDhNRW5jbnE0ZGZDNThxbHltaWdpVmVrOTlEQm1jTVlsa2ZsUEMzRGcKRXcvbllrMnZ3a2tWNnA1RTZHSGVvYnMyTE5MTDVzaE1tRXd6L2tBSGRWWEVSM2gxUDlsZ000Y0lJeDRPZzZDSFRXcFFLNUkvNjRtbwpVaTBOVG4zcnAwVFV4SFJUL21lbGxINllSRlFUeGhrOUZWeDdVNVlJOHcvQmNmTFJ3L0YzQWc2VWRsRUtiRXdQdStpenp3cUdBaXhPClJGbmtwWEtsWGp6Y1YxdkhXWHJZVDJLUHNEMmNLNTBYUGF5T2NLWXpJWjRQWURZZVZpbjA4Q240blhWdTFoSDVEWGVpaDcwY0NLQVUKMno3VU94TVBseStFbDBJUGErdUgwZ1JTUEFiZWxoNkdoUm1Ka2xpK2FzeDRlRlhReGZIUncrYWg0cVRESWxWNk9GVUlQL1VYRVlIOApxbkxPdGtTYXduZS9idTd5VHZMajRmS09ISWFrMmZTd2syMmd5dHgrQll1K2dvU085REFTakZ2TU9oMC9SZmZhZS9TRnl5ZHc3dzRvCjZxK3d5bmc0TDZaNlJoWW5MWmkyUkpYeXhBazlyTENUNHc4MXM3aGtMTU5kdGh2VXFPVXhJT2dYM2psS0Q0ZTRMWlBlbU5NSmV0anYKZ0tmdk5lNFhEL3ZGK1YxSUQ0ODd5VU9PbGpLNTRwSGJPSytLSG1ab1gyWG1Sc1VMU0svUUF2dWhoeldVem92MTY3WlMzN3UzVlZsegp6RXdQV3pDUnIybi9uNU50VDc1aHJrY3R5UFR3MnVTWWt3RVJpNGRueDVrYjBjUE9sR3BUYmQvdmNJT2poMk90RjRoa1V0b3JJM0sxClpEWm1aRnQ5cDJHS2dWQ1JxOXRPajQ2c2VTV2NKTmNTSm5BeGJ6enRpS3FOazAvckhsbWg2REw4SWRycUtCN1dEeXh3cDRmbndiSEsKMFI5eVJHRWhTNmlpZytpSWMyZ29rdXVJYW91b3FyeUlxQ0Q2U3A4ZTdnQ0FNMlptcVlBc1JlYUlDblgvYmRveGliV0MvL1dXUmQweApnNXV5dmVXRFdJVUpWVFltZGtSVnFkZnd3NTZWT0tMOEM5Tmo1aXh1NWEvR2xIaDRBcUl5WTNyWUZlTzBJNmtyV2c9PQ0KCV1dPg0KCTwhW0NEQVRBWw0KCUZZc2U5c25vQXJRYVkrUGhNZExERUJyVVVhZ3FPN1VtajRkOW1LL1lhdDFDUmc4clBOSjZ6MDYvdm1tTzB0TERlTC9UOERYdXh4STkKakJSMG02bVNhZWppczBQRGVGaUFHUFhXNkdHZkZBcU1vUEE2amVhZ2g1VmRmZDVhUE93VnppR2VIbDQ1d2ZMaTRVT2kxNGpSd3hPaQpSK293R3I0QUtPbGhEajJJeFk4N1d3RVBiQnFESG1iNG9OeEdkbi9GM0JIaVlaUFRHRERUdzFlWDdPVDZqVkFqYk9oQUR4ZlRCSHY1Ck5GUThyQnlrWmhROTdNOG5TSzdxcGxHMlZkVUFvSWNMeVNqaVlBWWN1UzJ2KzVmemprTllxUzFsYjArZURzZDJENm50N1E3TzZIL2UKN05aVmRFL0R3aFJPQllnZFlzQ2FEN1NmQ0FzYk9zMUFHWVoyTDFVWHc5NUdLVmg0M3JYNjZkUHhjaDlEUzF4cDQxV3h0VUZNMnhkcwpITy9VRW1lTzJGeEZEazV2Sm5FcjZGRjlOZ3BMakNkb3BoTGdxK2R1bGxoN1ErUFVqdHc4eHlIV3RGSE5QL1hwYmdWSXlQWnZjS0NQCmFxeU5zY25oZVBVUFlvbFhMSDNRWkRUbXlkSWtIbmFDbDNzVWI0bkZjdEZPSFloMkxUV3l4SGJiRyt4eG5aMlRXUGtVUDVhWWh3RjAKYnQ4WnBxS3VwTUNnMnpSVnlSTGZFK1ozSWNyMWFDTzdLbW1XT0grOU15UkZPNW4zL1Q0SnNtNXlnZ1JYUWl4eVB5UXdKSEFrNXNBNQpRdVRBV2pTMVBxSERWMTBvdS9HZmhMbWdnZzVCdEFxdmo5R0ZNa0lybU1vbHdtNkJaKzBmcjV4TnRKekVlUjBmbWdzSSt3VmIyRjMrCnlHeFZqKzlWZElTclRYamwyMCtDNjBCalUzK0pOSUV4M0tQS05XUDhXYUN2VlFCM29TSFJ3bzZsYUE4dndTQjZPU0RINERSVTlHY2QKS2x6U0VUY0x1NDdKUDdtM2ltNkVxZGhJVEdqQTVubXlPUG9lNnNPY0hLMG5tRDNldUVVMDBOSGgyV3JjQm52dnhUYUg0SkZKdzAxdgovWjgwL3FwSGlQUFdkNzh3dC9aQVI5R1ZuTlI5ZTJjSGg4dWd1QytiWHBoM2hwR2U1REE2QzNmVHV2RVRydUZpV3p4WnIwVmtmWUtwCnRFR3pndmYxWGhLZHhrMW9INXFhcTR5ZnN0TzBzWDhDd1VyRDZzREJBQjgvemNwODdVY3NNeG14dERkK0tsbFREbG5WL0ZRTmxReDMKM2IxM3pCcHpQeGgwb2lhWkMyMnNDRUx0UkdBd2F4cmhwSnEwTzR2VXhja1Q1NWcxMTg1T2lsdmJYQUdqbndWTFZ6bmxwNThCZ1JnMwo1RlROMlpmRlJHTzZsQVdFd29yYzJ3N0F1VjlTdU1ILzdLdXJpMGViR1MwbUdqQk5nMlVKZGdrait2L2RwK0R6NmpUTmhvSUZPKzRHCnl3aGIvL2VCRFRDTjUyVDI4cnZTY3ErV01LNjNObU14Q2ZoYTQ3dGlYTDRma2ZHWDdBdXhweVhXYnUvZDNqVXBrbXN4MWt4bXNSbk8KaEhDcHEvNysyaEV6MWhVZHkzQUlNQWhGcXplWWMyaThFc2lsb1dZQ0xlYnFzdmRVdTI0YkQ0dkNpWHVYTGVSc1p1elRSWEliQU5RdApQZUNZWmNTcjNITjdJNFdYVjNaV25yekhuek9iYVUybDkvMDlNRm1DNUwzSlFkKzZlemJMT3ZHKytsZ0E4QXFmTzdQQTlBVzBnaDZZCm9oT0RSb3RRRWU2RW5ZRmVvZ3JLWlZFb21xVHpLU1RWQlArb05qZG16QVBBY1FERkFtZEUrUlNKTkt5d0xEajJ6TGMxREF1WnJzS28KYko3cUZrMkpuMDhyWDJTSjVzVkpkalgwc010R3l5cytXdlZGUkRWRVRZTE8zc0YyMTRSWXBNTkJNaUF0b2VEUlk2UW1EcGZHSzA3YgpDZ0ZCTjJCRjluWUZnRkJTcXRVODAyL3oyZW51KzVGSC9UZCtRZXBFUGNQZ2hVZGpBOFhEQm4vL2hOMFV3SUNudk5FTThqS1hPa1Q0CkVFdmM0UytIb2RqUWxPeHI0V3ZKd3RITjE2RGlUcDFwVjRPbVZGL1JGaTNxU3hBdTJQZlF4YTJPRVlKWVVJekd2T0VSOXBGbHBSMncKcEI0NHgvb0lLeGE5ZitibTI1ZXFjSTc2L1FIYkpDMlJ2NjU2ZExBU1VSYzgzcUttdldZTHF4NHdvcWhKM2FBNzlVREN3UU8yb1ZDWgpMTGlFbkNrTnZXV3dmSEltc1cwWXk4L2Y2WlBnM0NvWUJzb3FWbkxKRGJkUWxtVFpLTVRmK1AzS1JxV2dFUXdzTHVwZVFDd0JNbTNOCmtTQ1MrTmR3OWlESzlMYUFUQ3U4Q1hYRUdNYlI5dTl0QlpDUnZiRGRBOW1xalpJRlNPMjlVcy9Yck9ESUJta2NicmIwczluMzBxSlAKZTdwTEk5WCt1MkZwU3lYS1NBcVBRN09nWlA4OU4vSGVOaDRMSkZLY0xNai9YYzkxMFVYQ1RwditVaTFtaUluWFJvRDc3eFNlckhCVwp0UCtyRWxhZUo4UGRmMVhpT294TklBS2drN2w0Ujh4UjVEYi9sK0NuU0V5YVlCMnVmWWdtTDlzd2tvOVpkTm4wajlycnMvL0dONnU5CjM3MkN4SFRqL3N1ZTB1Uk4xVlgrd2dpdXZodndjeUFVR0lIcUlHQUpsSS9jR2tzVGdwRmltdWRSOUI2NHNaZ3oxUDlrQWpYeE1JcUYKRWdaRkdRaTZEZjBDUGRJUEM2bEZHSGdpb1Yweml0bEg5N1k1Vm5jWTExRHcyVmtCMENOQmVqZndPWVpVbVdYWGdDN3dlUFdSZWJRegpSdXR3VEZnNWdZSEZaSFNhRkNubWN4UUxCc25XUW84NHAzNUZRWmMrZ1NOaEkrZG1ZOWFaZnhhUnI5cDhQdWdIbFlIZEE2c0RlOUhQCmtBd0NMYmprWWlnWFViMDJVczBzRmVyRGdadU43bERQUW16c0djZXlYMDRVZHhJTmV3WVVkUXhIVnhSbzNTY2oydndPU1pPL1RqbXoKbkVKQmtNTThIZnRRTkt1aFhscDkxbDYvamZVcVk0SWtUYUlUL0c5dlk5MEt4N1FzbGluSmVlSVpvdDVGNFhSNjRMOW9GTXdOK0s2UQpndDhJckxYdUdsRVVEOGNRVy9uUmg2RFVselRBQm1GTnR2OEpPTHBFSCt1Q3BsWWFRa0VLeXk0Z05WbldWUzlxOXBjUU9rSy92dGNPCmIwMnJTOHM5TlllREJyYTdja0ZlQzJMeko2LzJoYXR5TUNKR0RtTWxnZkwrcWFPUG81aDB3TENkYjg1RWdUazdUOHNkTUcrQTlrV2kKUHdIQVBIQjRGd3pBV1pLRUF6T1VtbkJrUGdBY241SjRjc1M0Y09HQmlqc0I0S1ZDZHA4ZWdCM0FPR1g1czdJQVlBNU10Qk1ZZ0s4NAplaWRCZHg0VGJOemZMRTA2MURVQStGcERwWmlYbEMzaXNBYUF3YVpoR0diUDl4MkFwOFBoUHdGZ09GemRjNWJnS01ad055dWx5VVBLCm90MG9iSkZ4cUpBRUJ3YzFwYlZkYTI5UG91bUhvM0JGQ2l1cnBRendYdWtBUFhFdHBUYkpINmxmYjZhUk1sUUFxU3JpOXlUYW9ycEUKcVVla2ZWdGxkRTJHUHc2cnJzdTRqYmdrbE02OEN4MEh5QTRjT2JQWGVlc2t2OUhBbkJSRnR3TUtrdDhHdm94R2Ewak1CQVE0bHlLbwowOTZCUVNzUVJDN1ZMNVZhNXBNVm84bndRTm1JbkJnTXNGaEpOWlZadFJ0U2ZmWnQ3VFFzTkM5dzFiUVZYTno5RkNvaCtpZnVpMCsrCndvd3d1MDhpYlRobFgvNDRNUWZ1MjQ5aFpmckxBK282QjUyQjh6TzJ5bXBIbkhuNHF3OTZ5cjQzNGVEWDNIZFE1bmF6T1UzTUZuSGYKS0N6U0JsTXI1emtsSGh3UUUrNHJCVEhsU3JZU0MralVLK1ViYjh4cjBpbmJWU0d6TDhMSGZSL0JVV1pmWGxOQkxzN2dDTnVLNyt0TQpwaDVHb3c0Yys3NlN3L0dlRWR6WGtjUkVtS01mb1lwNzA5RXF5M2JjZkg2OC96RHFjdTZiVERDUGl5b1ZpT0lIUjIvMjViY3UwSno3CmNzR2JqZUZBQUE4ejBNaDk2Zm5va2JENHo2bmt2bGZFc0g3R1F6bXFaakU3Q1RidWlVRi9lTzQ3YUFOZTV6M0NVTzRMZHh1bFFiT1kKV29TVys4cXJJWlY5RTFydWUwSGxVM1JiY2wrZXNxeVd0c0d3Ny9ma01iaHZ1VmcrU2RTWTJiZm44dnN4N2l0UHdFWDJIY0FEaXljQwo0WmdxVUF2SUorRXh0Njh1Z2QrS3ZKbitsRFAvTXU1Yk96MU16enk4eEgzeUlkeVhyVzRpYlovNW84RUJ1SzlWekZMNm8xTGthOEhzClM5MEtYY0xnUEV4T2hvUUx3b3V3MHNXNDc1Z2VCaXdMY3dUREFSNnQ1UmJ1eDMyRkdOZ2NuUjV6MzQyNTlEQlhBNVNtYytHY1lVMG8KdUJOYk5ORjB4aVNYYzMxUDBVaHZtT0FudDRaMThjcDNtYWZNOTVvS1QvNG5lSlpiMjN5VzkxUlRPZGdhL0lGSDY1MEZlWGE5KzNUSApPei84U0tkaytzbWJhd0N3N0d0ak03VnhzWHJZeFVyY0JweVN2YS9GM2l4TjA1SCtQVVBucUYvcERDUXNVS2hIN01LYTNFK2FMSElECitXNmwrWHpRM2taUGF0b1FxK1RGK2tQZmsrNXprOE1LZ2JRdGNDeGxUZFBENE5xOTR2alN3QWhuNGlCN1VQdzZWU3BzQ1V1Rm9XUUQKMThldGF2bWNKSzEvVDJTdVFFSi9KZTh2amd4ZEV6ZFhScFZWY0xzUUlYZmFuR2FuNjRXSkQ2eWdYZkNwZnUzeEEzOS9OWHJkbUZHZQptTHhkSk1LNzVMT3VJWGtrcFBXekR4Qjh3UEJYMEtGeXJuY2x0c0sreW5MYVpTL3B4Y2JYVzFaakVxWHhnQUtDd3EwRy9tU0FGN2FhCnV3OVVJTTdSL2tXaUdwNnpubkhINWgyaXRHM0hGMTNvaWdiaXhtWitOM20vYVVPb1RjZlVST2VwZUMyNjUyQ3R5Vm9jSC9ySEdHVncKTitEa1c1UCtGRFdlUFgvbnM3NjNOU1pYdHN2VXAxWXVWZitTY1BQcmd5c1Y2UzRVaDQyWTJQbUFRVjhjeFdmSWJhcW9EdFhJeFpoWApTbkRVRmkwb1NERHY2UmFYOEVrVmkzbEZsMm11eWlDanh5RnFtTGRsSXVsNm1hWmx3cnhQTlhhY0lCcTJELzlFdVFid21OZXZCeTVZClNmdWIxVFJsVmNRcDV2VUh4MkNtU0dodXpZRkpUNXNzZU8zM2xSWEozOFl3d2FXcVhaYjQrVGMxM2ZINmJTRUVrSUNMRkxyU1Z4SFQKbmU0NkRPME9aV3QxU0FjYlQyYnJOZkhxcUdNeDJKS3hTdnMrenpBZWZJZjFYZXVEV2x4ZWZTSHFPeW5pY0I2REk4OEd3Yi9tbFo2ZApCL0Z1ZFoxWS85aUUzZFl3QTQ0Tlc1NlZPOWx2N3NLVGdmK0ovU1R1Mk5DdTQyODV5WEVZd25pZlVQaktPWmNoODUrVitHU3lXWkhwCkdUMXJJbDBjaUpNamZkdnFDZkFDdEpDTVh5bVRtVHhqR0tjUFJMRENabzNHR0p1UnYxSHc2a1NqV0RRc1pTMDRWdjRwRmY5TWwyQzAKT2xhdW9oTnZZYXdtWTRqUC9YWVBaSEI2TVVub2duRWxRcXVNd3ppZnBqQXdpcUZtZHlFSkhENEVnTkdtK3VHclZEcDlIM25SQk9DOQprenh6SDRpV1N4bXhHOVRNS09NV09ZTFRwYTdXVlF0ZldMU3RZb0I5bW5LYjZIZnB0RHl6aGVDUklWbTlhVzV4TTlCcjJXNDZmYWpPCmUrSVEwQnZYNTRoN3NadkMwVHN2TlZpUk16YXF6d0FCMlZZK0pYWGVESEtrejVPK2dpZGtSY1pMUTZCWG9ldTZIYkszT2M0WmpBNmYKUGhQS01oUXd2MlhhMWdQMHJpaDU4U3kyVnRscEcrZWRGN3gwZ3h5TkxuVWI0Y0NZczZ6Y2VhdVIrbmFjRk82OGd0aEZyN1RyaXpHaQpIUG1TMnhyTEcwWFQyYjUrNjVEb2d6TmJTaXZWNVozTXBHN3FXMVc1VDJ4WTFXaWxBdm9NSTVRaUJ1MGdsWFQ1am8vVmJRdUk4SHRBCllsWlc2R0JwM2dIVnFJWnh6QVNXRFNNM2dkVm9mOVJ2UWNPcUhyUnVDaWYxSkJqZkIvRWlnUmtWYkhkWlNtZ0dYcXBhRGpiWFlGcUYKeElRRExieXdpbk82TDB5a0wveWd5bzlzaGRELzdxa21MNkIxc0JXa0FUUkh1eHpBU2ZLaWt4WWNIblBpcXZRb1A0TUhHaHNjWkFkRApzS2JRL1BOZXorTk1aWERHQ3kvQVhXbTdsc25vNmNBRmlaZ0xTc2ZETjc5bDkyelAwNFV4cFRsN2VHemVPUko2R25Pc1Zja0JFMFVjCkhPKzR0SVNEa2tWdkhEMWE1UWJ3OTRQZ0VJUzdCWW5LMm53VEJtZWp3Z2NoWGlGVVJzYmFrQndjQmJjRjRXa3diVDd5TVVqZlNJZTcKMEFkbEZoK0VHM1dzTkJhcjZjMWZUdkFDVEZxQkJGMUVYYzVIelJNK2twS0RXUitrclRZMnB5c1liVXFMaW9BU1JuWFRaY0l4KzdOSQpWclZQNDNORjVGb2dWWmxHVWk2ellyL3I0eXl0UTJZd2sxOWJ6eFUxNFZxRklIK09oTkRiTlJyQUs3cFlxQk40cUdoVTd1UmliZzE3CnU2ZFd4c2IydmdranQ5bjh5SmQ4cmdra3dyRUJvVzBCWmpFV2VLTFhWb01jR0dPZDN6WmgrS3NyN0VyVGFjS1JaQjRQQ2g4ZW9objgKdVhzWjdyVHIrbGVLUURWN1NRR2R4eGpCZnBNNnhyY2pQTWZBVW1FVEFxa1JtQmRPM0tKWWFKOFVCNkplbHVKVGpTeEM0ZjhoaWJVOQpqdmNpNHlOLzRMVlBXdSs1TityN0hCV2dHVHNNS3NLaWFzNmptVTk5a0RYOTU5TnhoU1ZHOVMxWnhUendLQVdNTmc9PQ0KCV1dPg0KCTwhW0NEQVRBWw0KCVJ1aXhFV2RWMnVLSzNoNEhzc3FydGp0T1ZnbEZuUXNDR2dONmFiQnpnU0lHSjJUUitqelZzaFplOGp3ek9mUXE0UHh6cUpEeUgybzcKQmpzSU5tbDUyWFM3YXJNbW11UWNtbFZ4R0tERnVKMWlHMlZCL1drZTdrZFhhZlJzazRvZ3IvUVBNbUNnOVhFZUhmOXNyMTFOblJQMwpEZkt3Z3RCb1hieXBsZ2JINEx2NitFa25ieHRtSUhheFZwbmpPbnp2NTVIRmhyQjZGTmdIa1FFR1MvblFSK3MyS2wzc0RpZ2xSZEtaCjBHWUNrY1NLVU1HeHM3UGVVbUZ1YnVzb1Fya21LWXdKNTloV2lGS2dvcUhlRmk4VkxRSGpnYzh0ZlQvYVRCd3lUV0p6VUhLRzVKaTQKTWhPMkIrd1QzY3I2RmJxU2pqSXJkOExzL3BielhHeFdzMDRIOE0xbXVucUVacWQ0WnhjSTVUdTZTaWdOcHA5Z0pjRytNQTJxcWYzcwpBdWpOWGtGbzAzSjA1RXUrT3VrUWJSb241ektaNS9LT21DeXhWWWxxUVMxZ0pjS2hYSElXVjBUajJqZkZxSmFRalF1TVUwcm03WWlMCkxGd01SNVRTeHFndmdOVG1pZ0NUQXl4UjhXTmVLRG5acFJzVlJ2UFBQaDJyb2ZyV2JmWiswRE1WdEpnc2QwcW4rUXF0dHZQQlpXaDgKOWIxM2E3Y0Q4b2ppRVhTV0FDT0dCUTJ1dlNaOWJjWk56ajVyeWZPdEdVdTJTMS9uZkh6MmZHY1h3ZnhFK3U3WU5VUlV3Z3gwcEc5Ywp6L2VNcGE4aHZyaWRTM3VrNzkzUDF3eEwzNEo4TWJ2bnkycmNUcVQweGNaMUwvcGliNTV2SnlKOVc1RXdPY0hsbXhteTdtZ3VmV25oCjhQZDhxV2l6cklYMFpjamZrczhYZzNLVnZrL2w5M0xtdmNUa3BxYThhSWJNemRjdTc0QVFER1VUN2xKS3d4UjdMT3cvd0d3UzhFN3IKZllHVUdWdzRsRnBsMFZLVDkycm9mOU8rZXViOHlKeGIvS2VjZ0pSdEFlVzQ5L0lNcnY0ank4WHJEWU1US3B4VWxPRlFoQWdOdUFzOApUbkFKKytsZ3c2cFFwVVg1MHFvYlBtWkIxWFUwUk9Vak54cFlveGdMeDFEWms3cWNpaU9od1M1ODJidVVmemJoMmE2dnNJSk5KMUViCkJIeW1jT0xqUlpxTDlROFAvT3l6Q1BRcEtRRjVLMmU5dzZjL3JPa1BHbnBRTTc3VTB4T2tvbDZPYUM0U1V3VGJPMGkycEJkMHBhYTkKWmpMSU9BcDVSL1M4WTBhV0t3YVFnMjEwWlRFZWVXTGdFSHhBVmFKdEI1aVhNK3R6aXM4eFQ3cE5CakJrUmhaZ0RCcGdCbEJ5cWkwSgpNckMzaU42QXJYRmtTcmRRSTlLNFU2VGdPTmJJaHo4TnhEelZadHIwbjRjVVhOVWpRNDYyWkc3aVA5MkI5cWNyaGt0L0dXVGtzZ2tXCmZFYytRTGR5dzZjMGFxUWRpQXVUTTBVeWNNd291TlB3WmhSZmplMDFLVWtDZUJ5YnIraTdud0hPQ2p6aFFITmlSR1FGOGE5aFpCZTEKMmlTVVA4cUpHNHkxTUdmcThxWkkrRHdSVXZkeDZxZzBKM0Q0eVZuTU5sV2dzQ2Z2Z1JjZUxOb0VEdVhYRWYrcDVBKzFyTzFnNUN3LwptRWxBcVM1MmtkTHhSWFFGbzg2ZFZMUHVYMVVEbDh4MjB6bWRteXprcFRZMzZ0b0Z3cldMam4vM2hURW84cUM5ZllmeGF0cHdBaGVUCjBTNEltaUMyVklCd2drcWdhMlk0a1RHbzBYQWRoOU0zdzlsbUhhcVFLRXI3dUtYRFVjYStiVkRCR1VGcU9EZW1YK05UdjFjZWpvbVIKSHhrTkVObm40Nkl1MUYxQXovd3lWRXZTK3ZOS2FaQ0ZKNThNRkJiT0NrK2RLVVV1Y2tCK3BIRlAxQklJOWR5TzZsb3ZNc0NSZXlyUwpPRlFVOFRyNlJKTzdDcjRZamlZT2RoMTNadmI0ejVFb2d5YU56aUlwZEpoOVFuMUU3WG15dEhWdHBpWmV4cysvS2t6dlo2U3pMcWptCmVKQktLMWtNSDQ5UzY1bFVVeEU0VFEyQnMyQjhpT0lLeDdvR1h2MUhIUnBXSWVFZk5ZYi9ZNFdQcE1UQUVGOWNLcldVeUQ3aGovTlYKMTlRSDdJaWpGUDNvVUtPdWJZdytBZlI3OHNIOGxMVUtQUHlPR21qdXFuTFcyMTFIOFhDbGdMcU1lWUpvREdMbmJjclV3NW1Palk4dQpSUU8rWTZqVUZLMnRyemJCTjRZaWlkTDBZUXNaNEFYTG5aSlZKR1kyc3Mzd1MwYitJMjgrUEtyTnJDVllEYlkzUVpKbG5qRDA3MlNUCkt0eXZHWmcrOW1oTDRjSUJqSDNKaTJDWW03d1lmSXRIeldDd1pxaDdPSG9JNHczb3A1dGFqeEZEa01nd0hWeURYNTNkU05FQjN6cFYKTjhqUnUyZ1NBeUhZTHd5K1BMaWpzQldnQmo3RlhMZmpBWXZjckoxaHBYZUM5anRmbm1qbWExTCtiUmpnKzdSVHUvaHBoZ01UZ204aQpDNnVEUEIzdXR5ZGtZRE55K1Q0WWw2NTFmbXVVcVRCZEJNRkdRdDRVL2FER3dYNUZreEFBekFqcWF6d0lKV1A0Z3JvbXgyVm5OOC9ECkJuZ2liKzFzdXdOdk9CRmRiVDYzRjhBSHRhNkUwMHlVa0FlRTBPTXVrVDhsVVZnanF3a2FUL21veEc4dEVFVFBReVJaQXpPbWNnTEwKMlRVQ1N1eVBURGdNeHZheGxsRkk4MU1Zd3RqYWJzdzRpMWRReVVYWWpRNGg0TUFSb3d2Rjh6OVB0WEtJNUp4Z05vMUNUckNraHBNMgpyZzMzSW15R285Sys1aWdGTnZIVnNzNkJwTFFlWHBJNkhkWVRnOVloRkJnMjNFb2RNbWVXVExaMFdhUEFkNmlUK2tQWU9vbk9KNjJqCkNZSVNQODloZzRjWWZjM203ZmhVa2NXWU16WTFSMkswbGREc2RwS0tjSis5bk5mR0VjNmZ0V05aSVByZ0pvNFF6cmFGVG1VU0swK0IKN3VST3RwME83UzVIVUtJK0QxMkJ4R1lrN1h6LytPV2cxMjFiRTFhVy9heUxWcHdnQ0VCcnh5d081WFpoYk9ROS9ROG9HM3U0ZVo3QgpXUFVWdjY3MWUzWTYydHpjRHl0aDMyTmJPYmNTa2xTbTdrRW4vQjYxQ1JpVHkvQlBhQ2YxYkFPdXNsNUlGQXpIU0M5Nm9tcHFNT1NwCmlkR0JQalFWM2thMGg2dk5iaGNhSDlyUjVEK0JSNWdRcXdtczdPRWNicmpIY05nRGVqT3pJV3JYNktOWTFmU0ltVnBFUzUyUFVrQjcKVFc4ak1HYzdFemE2STZkUENZRmpOUmdrcHFnbER4QmU5WU42YXB3Mmp0a3RrZ2dSZFRLZXdTRE1TWVl2YWVIb21MSytDMzMrWGJVcApEVHd2dHlvMDVMdjVKTlRYM2ZnWHNMYXRZODVwREM2clJ5U0ljK3JXRVIwSWNabGVyYmNRaGpud0V5a1JsejBNekxJeHhjaTVmR0UrCk9udGdoZU8rY3lRUmZYN09XQ1Z3djhSMkVnTVhjUmJGekdOb0pCVHcvSFI2RC9qSVQwV2ZtV2ppRlpDYWNZbXM1a2xaTWh4cDlWZ00KM3JhOE1HWE9VR0ZzUmh5LzFad1g1UzNSbW0xQXhUSlV5OTlCZVJ4ajgzWGZKbytOYUdoSFUwQUZ2MUMySmdXbFFHYUxYcFFLdE1UcAo2Q2s0NU8zVnlaRFVFeTZqaElmRXB5dC9tY3JIUmtkclJrSkdFa1NDUmFCZ0hrblFDOWd5ZDJYSFVraUJnOUJFSmxDQ1lIbmMxdFp1CnRwNHZQb0NlRU94L2FFdUQ0YTdCMXZuK0xTNElma1hQaDlnc1VOaUJGbFRna29EQUM2cmRmbUZnaEx5bjNsd0Jkem1tekZhQnhueDkKK010MUI2ZTRtNStMNEY3a1hrNXNqeTdMeEhnajVsNFB1TWVMVVdlSW5McmVUS0xhWmRIWVQyQXNkdk9EcldDdXpDMHlyZlJ3RjBDVQozQ2g0NlFra2g4dmhXMTFtTFRpV1VtdkVyRWV0V2JmUk9LV3FZVnNJS1dLRjQrOFRxVzlpNnZrRGwyVGgxTlJIdzR0RnJVV0xoS1c2CmJPS2tnRUF1b1ZwQnRsN1BNM0pYVERMSE9kSnh4QTFPQjh4SG5EajU3WHAzb0RQNDQvQWNjanVhZ25vSHBTZ25TRmtsVUZZRUEzbW8KbHlHZzZOb1Budzh5RG5HV2NNVXMxSDRGaDZnWE9EOGN0eXVTd0R4RGZwRUdRekZCZm5EaUdDQjlnN0dERnR2MGNnM3pyVmNjUTltbQpVK1FmQkFLTU4xbFp3U0svc25LbEVSOUJYdytwTzQ0TXUzWDYvRHFBSDgxTSs3RFdLbUdqc3FVT1Qzc3B1OS9xaHVmQ1NXVXc1eDBLCmxweTM3MTFSY3AyVlZIWmllWW53RG9lWGdMMmFxNkRrMnRxQ3d0V0JZeVFIcU94VTJuTWVoNEpUVUNqZ3crUEdtR3RkRkg3aEROb1cKcldlSW5WNGNwVHdFQ2tZT0l3RkM1MllydHcyWXRaMEYwRG5JRnovcXljSGZCdVhoWVNnYjczeXMxZ1hSMVY2ODg5SkNEdFJXY05YcQpEVDd2aWVlWWdLMU1RaDQvTkhtMUU1SThtbk1oVDZ1ZWxKMXpmdjlCUG51RHZXRm44aWo1Um1yK3JPWnhTVGlJdHV6RjNLMW05cmFVCkJuWXZBeXJYcmZBTXpJcjlzeDlwYkJnRUNFZGNyb2dIVVNITTFIallIeUg1dndPVi9XdVRqdE13R1dlS0RvU3FIREk2RHpCQU56WjQKeFM3YkIzQXdDZlB6dUNGOExGTnNqMlNmTFNyUTQ4T0Y0bEtiNUFGRlNsS2NqcEJvM1JkMzN4cnVpNXlibnZMOXZFM2xQREFLN2dsaAppZWtTd21Ca0VpNno4d0Z0alcwdG9heWllVi94dFk1YURWRHlhRElYWmZ0YWxRZFBZN295M2t2d090TkFzNkt2ejVEV0NMWnlCMjIzClVBc2NEVlhoTWNsblA4Q0ZORHhQR2Npc0RxUVR3Tjk4cUlrdEp4UWhDUnVUS2xIYlJNR1FVN3ZwSWovL1dlOTNlMkNhS0xUVTVZVnkKMWxtRmxncWxGS015eVQwTE5zZzZ4RDNWS2d4amdiSVBXdnlnOFVvSXN2aEVLQ0hMR3I2NmhnQm0zZXhzMUIycEpsRjBsT09tQmF2Kwp1ZVNnd29HM3ZNWEcwNkNIUkUyZXhaY0UrTFpla29LM3I0VG12clpiRk1DNEN1VWxsd2RFMEVSRmhkQzFDZ1AyOWRVMHh1VjZKaktUCitVTEpCMkJYMk5ZRVowOXlGN1NDUk93SkZoSWlkUHpnemg1YkVzRWd1VzFLTVhUWjlkZmRmaEhHVm1nZHczbTloTEpmemwzUmJnMWQKSmx3M3BtMTRnUEMvczdxOHVpUzhjV0RLN0hmWngrV2NGSURpaWtwNUNtVFBMei9sSSthMmhvN1JjaGlleEJQelVvVEJTejVkVHBUMgpwRHFXOHJFWDNVeVBhNU9Cd1FyVkx5aWsrVW5BWVBreFJsZFFhN2ZZWnVHeHQ1VXFycjZwWmNBSGEwQWZxanFTckdPZCtYTzdnN3VLCjVBZ3g3ZFlSbkR0ckIvZnhUWkRqeGlSWjB0WnBtWnUzcTVaSENzMCt1YVZNcTAyc0JzT0N6RldCRjlDTGZURWtrQXhocG95N3JsVEYKSEpURUlXV1E4R2tQb3llY1VqT2JDck81U0pFb3ZMM2c4R0F4bjdub0JFR1NEekZUMnJvUzVBeFZ5YTJZSjRDekFsRFFVRVliV1E5Twp3WWtXSnBkYXB5a1hneFVENDBLVlJoUmlqR3kvRXZzSzFqQ0o4YVdXbVcrOW5xUW9TQzJyMUEyREYvS3NkWGlhdU9QN3ZwRVN3aG5uCjc5OFgwNk8zVDlDbHhrS3Rvbno3K0NRUy9wSzV2aFNYTlVmZFZ0eElKY0kwQ3o2U0Y1QVkzekRvRm1LdWJBL011ci8rQTdYOFJMMFUKY24wd0p4UXZmOGx6MHp2T1RCU0EyMDFoRWUyRW51UWUyVFNKeEFnNVhkTDlrU2hKaEhRV3g1VUpYZGpHbkZ3S25hVVZSOUhBelBHVQpCWHFnUDZlQVJtY2pGM2VrOXoySlNKZlVtaE5scjRBTTNDQmFybFNSS3lueW9PN2czL24vQlVKd05ZS2htcVBMeDB3elZFL2ZoYjNRClpsS1ZneUdaZUJFUzRmeTJncFVmODNpM0MraDJrSjhZU2ExaUhiN2V1NXZjNjlTSWkzRmNudStRQkoxNXlVZkNyNjdzVGRvWkUweUwKVzMvaDE0VkkzT29ocXViNGI3UW9ERmw2MWQ3UFRVeUk4N3p3dWNSQ21OckdaaU5lSU54Vk1YV2JxbU9WeUpPVDk3SGxmUW1TcERYUgp4WU41bnNialhDdkI3S0lrZ2FhVWtZTEJ4RHNySnVHYTlVMTI4SmthajY5cFl0QnFJcHpUQ0w2aVBOY2hqMzhJRmZDOFYrYkthWm44CmdVZGJqVkNtbGJxQmdrNmtmNHBZUk9qNkdMRDllNi9nejMvT01YRFIvTGdVbUpCMjNOME1HbVRvb3FQS3FPeSsyR2VjdUpldlRSVGcKSGhvMjFUdUp4L0g4S2NiQXEyMElvR1BHbk1VZGJ1cW8rY2p5cFJ4b2I4Z0FFR0lyRFVqTVQyanNVYnJxUUZjTjVOYk90RkZNZXkxYgpUZnBOUFMzZklSMUFvUFYxT1gyQTMydHV5YURDckRmRVkyQW94MkErUEFENkh5N0ZWc2M3TXBKR0k3VE1KS241Z3VRWHI1SWdEQ2d5CkljY01tcTFXSzVkZEVQS1JIQjZlcnhWVHRpV2pnYVBzQzFyYWx1YUFnTGVGTmd5OVMvK25qamxJK1ptMENKWUV4aEN3dkROREFVcmkKY1F5NGZ5bUswenVpS2lMaklWM0ZIb0JnUmE5UThKTnJzSGFSSXk2bkJIWHprNkdjUHo1VmoyZWNFR1Q3d3JRa0cwSW9qczgxVGk1MgprNE1FVWlEZFh3dEZENjlXZEtQVnN6TGtXcGU1OHI5eFpGMUUrUGIycnhySEpjSU9EUUh6VzVPb0NSOTN3UlNyNHc9PQ0KCV1dPg0KCTwhW0NEQVRBWw0KCTN1ME51NEhhaTRncUV5L0VnVGpuT1FnRmg3RUpoR2dCbld6K2pKQjNHYzJYam9YTFFVY0sxZXpyT3dmNGZCNVVzQWYrREJpRUxQUXgKbzZ3R2puVGUvODlDR2xyTjBkaitZMGJGYnl3MW15T0xyVFUzRHduUWE2UHNNeGM5UHFEV3FVZE5JUG4zd3VJczZFOWw0RUpXMEVzOApEQlR5aGRrZ3NVVW54d1EzQVg5NzhXdzVDS3M2cyswWlFJWHl1djI5Sld6dkE4K3Y2Rkp3YklBRzVJUjRsZUxDa0VLWFRXWHFJUEpUCmo1Q1hXNmlnejlpUmlrZmpBS09rT1NhZDVBcEQxQ09pS1JSMmtrS3BRcWRRZGZTcVRPS0p5YWEzWlRIdUI2V0toMVZZeWVGRnp0bDYKMTlOeVZxbUpnWHdVZW1mQWNIU0p1aUIycVl3Qk1vVTYvTTBiekJSazFRSzlJVVNiZE9sZW1EZGlHSktkekNEMWwyeUZuRkNiYkdWTApibG16bFRlUmowK3dvaXFMZW1BdmdsRUljSUc1c3c4S0ZNcXBtRU13WmpBdUlhaGdrdThZQmt3cXJyZm5YWUZxekhmVFl1ZitJZmJWCmtIclFoL2Y3UUlnM3V5eGQ5SEJJZHU3RngxZFVRQWFKL1hha3Nid3cyTVVNNENOSURKMjY1TlFHWFgwTVMyUU00dzREejNHSXc2WVoKbVpjeWhuOWQyaFNhQTFHZ0k4ZjBXRHYxMlkwY0p6T2crU3V1U2xlSGUxUDRCamppdWYzS3hFRngzVFQwcjd4TE1VRHByZDk2QjlSTwpiMXg2U0E3QmlYaXV3ZG5hQ1JWMXZqZVIyZ3BZZE1kS2J5M0gwSXN3cW9mRW9rSFZ1bG9CSXVGMGVZVkpkaHFxM3ZOVVBOQ2toVW1oClByblNVdUFUandMMU9UbSt4dnpuT2VHODJxWTRPUHVCcEIydnRGMDk0UlNmdFJ1bkh3bjg5MU1KRkdDMERpVFJ4OGVjUzV6NjhodDQKTElNYzVwSGFuK1phcXkzbFUwTEVqNWptU3psZG1CUHMrdUY5WVhwYno4QnhqdEFYaDB1OUhEQklONlVuM0VUZXBuNVBBS0NQRGhBbApCTVlyMUYrbXVUakpMV0lSTlB3NzdqcFY4K2YyK0VXSTh5U1JVRFIvZE5qT3FoZkpqc2NLdGJzTVNMZ0pxRjAzQmFYdlV6ZHcwSitGCm81dXdWUDNSeXZTR2JjWWhxaHdoY2dMTGlkSmdKS0k5eFNMQytBV21yWE11SUtMRFk5K2xuWEJYVHJvRlFxY251SmV5Nmc0ZW5KM3IKOTNqNG41R2ZXb0xjaDRmTUFCa0JTczFLaytodlIxalJ2eEt4K1YramNtWFlOUHRQWkUrRDZJYW1PS1VYDQoJXV0+DQo8L2k6YWlwZ2Y+DQo8L3N2Zz4NCg==)
}
.banner--investmoscow .banner__link {
  background: url(../images/banners/banner-investmoscow.jpg) 0 0 no-repeat
}
.banner--remoterelease {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 2px 10px 0 rgba(6,88,148,.15);
  box-shadow: 0 2px 10px 0 rgba(6,88,148,.15);
  border-radius: 4px;
  text-decoration: none;
  margin: 32px 0
}
.banner--remoterelease .button {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin-top: 16px;
  background: #0dacaa;
  -webkit-box-shadow: 0 4px 8px 0 rgba(13,172,170,.35);
  box-shadow: 0 4px 8px 0 rgba(13,172,170,.35)
}
.banner--remoterelease .button:hover {
  background: #6ccdcb;
  -webkit-box-shadow: 0 4px 16px 0 rgba(13,172,170,.25);
  box-shadow: 0 4px 16px 0 rgba(13,172,170,.25)
}
.banner--remoterelease .button:active {
  margin-top: 16px;
  background: #2a9a98
}
.banner--remoterelease .banner--remoterelease__pic {
  line-height: 0
}
.banner--remoterelease .banner--remoterelease__content {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding: 24px;
  margin-left: 12px;
  text-decoration: none
}
.banner--remoterelease:hover .button {
  background: #6ccdcb;
  -webkit-box-shadow: 0 4px 16px 0 rgba(13,172,170,.25);
  box-shadow: 0 4px 16px 0 rgba(13,172,170,.25)
}
.banner--remoterelease:active .button {
  margin-top: 16px;
  background: #2a9a98
}
.banner--expertise .banner__link {
  background: 0 0;
  background: -webkit-gradient(linear,left top,right top,from(#2799d6),color-stop(50%,rgba(39,153,214,.8)),to(rgba(6,88,148,.9)));
  background: linear-gradient(to right,#2799d6 0,rgba(39,153,214,.8) 50%,rgba(6,88,148,.9) 100%)
}
.banner--expertise .banner__text {
  margin-left: 107px
}
.banner--expertise .banner__icon {
  width: 117px;
  min-height: 110px;
  position: absolute;
  top: 8px;
  left: 24px;
  background-size: 100% auto
}
@media screen and (max-width:1200px) {
  .banner__text {
    display: block
  }
  .banner__link {
    display: block;
    padding: 40px 120px
  }
  .banner__icon {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 106px;
    height: 106px;
    margin-top: -53px;
    background-size: 106px 106px
  }
  .banner__text {
    padding-left: 0
  }
  .banner__title {
    margin-bottom: 8px
  }
  .banner__action {
    margin-top: 16px;
    margin-left: 0
  }
  .banner--rightside .banner__link {
    padding: 40px 240px 40px 40px
  }
  .banner--rightside .banner__icon {
    right: -40px;
    left: auto
  }
  .banner--education .banner__icon {
    right: -120px;
    left: auto;
    margin-top: -230px;
    width: 460px;
    height: 460px;
    background-size: 460px 460px
  }
  .banner--education .banner__link {
    padding: 40px 320px 40px 40px
  }
  .banner--trades .banner__icon {
    left: 40px;
    top: 50px;
    margin-top: 0;
    width: 48px;
    height: 48px;
    background-size: 48px 48px
  }
  .banner--trades .banner__action {
    float: none
  }
  .banner--trades .banner__text {
    padding-right: 0
  }
  .banner--trades .banner__link {
    padding-right: 40px
  }
  .banner--ecp .banner__icon {
    left: -90px;
    margin-top: -200px;
    width: 330px;
    height: 330px;
    background-size: 330px 330px
  }
  .banner--ecp .banner__text {
    padding-left: 0
  }
  .banner--ecp .banner__link {
    padding-left: 270px
  }
  .banner__wrapper {
    max-width: 672px;
    width: 100%!important;
    padding: 0
  }
  .banner--investmoscow .banner__icon {
    position: static;
    left: auto;
    top: auto;
    margin: 0 0 24px 0
  }
  .banner--investmoscow .banner__title {
    white-space: nowrap
  }
  .banner--investmoscow .banner__link {
    padding: 24px;
    background-size: auto 100%;
    background-image: url(../images/banners/banner-investmoscow-tablet.jpg)
  }
  .banner--expertise .banner__link {
    padding: 48px 24px 48px 120px
  }
  .banner--expertise .banner__action,
  .banner--expertise .banner__text {
    margin-left: 54px;
    padding: 0
  }
  .banner--expertise .banner__icon {
    width: 216px;
    height: 176px;
    left: -52px;
    top: 16px;
    margin-top: 0
  }
}
@media screen and (max-width:767px) {
  .banner__link {
    padding: 40px 40px 40px 100px
  }
  .banner__text {
    padding: 0
  }
  .banner__title {
    font-size: 24px;
    white-space: nowrap
  }
  .banner--rightside .banner__link {
    padding: 40px 100px 40px 40px
  }
  .banner--education .banner__icon {
    right: -180px;
    margin-top: -200px;
    width: 400px;
    height: 400px;
    background-size: 400px 400px
  }
  .banner--education .banner__description {
    padding-right: 80px
  }
  .banner--education .banner__link {
    padding: 40px 100px 40px 40px
  }
  .banner--trades .banner__link {
    padding-left: 120px;
    padding-right: 30px
  }
  .banner--trades .banner__title {
    white-space: normal
  }
  .banner--ecp .banner__icon {
    left: -185px;
    margin-top: -196px;
    width: 310px;
    height: 310px;
    background-size: 310px 310px
  }
  .banner--ecp .banner__link {
    padding-left: 150px
  }
  .banner--ecp .banner__title {
    white-space: normal
  }
  .banner__wrapper {
    max-width: 432px;
    width: 100%!important;
    padding: 0
  }
  .banner--investmoscow .banner__title {
    white-space: normal
  }
  .banner--remoterelease {
    display: block
  }
  .banner--remoterelease .banner--remoterelease__pic {
    display: block;
    text-align: center
  }
  .banner--remoterelease .banner--remoterelease__content {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    text-align: center
  }
  .banner--remoterelease .button {
    font-size: 18px;
    height: 56px;
    line-height: 54px
  }
  .banner--expertise .banner__link {
    padding: 24px 24px 24px 80px
  }
  .banner--expertise .banner__action,
  .banner--expertise .banner__text {
    margin-left: 0
  }
  .banner--expertise .banner__title {
    white-space: normal
  }
  .banner--expertise .banner__description {
    font-size: 18px;
    line-height: 28px
  }
  .banner--expertise .banner__icon {
    width: 121px;
    height: 114px;
    left: -50px;
    top: 32px
  }
}
.banner-suggestion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px;
  border-radius: 8px;
  background-color: #00205e;
  overflow: hidden;
  position: relative
}
.banner-suggestion .banner-suggestion-ellipse {
  position: absolute;
  width: 555px
}
.banner-suggestion .banner-suggestion-ellipse:nth-of-type(1) {
  left: -140px;
  top: -250px
}
.banner-suggestion .banner-suggestion-ellipse:nth-of-type(2) {
  right: -250px
}
@media (min-width:767px) {
  .banner-suggestion {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 48px
  }
}
.banner-suggestion__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  z-index: 1;
  margin-bottom: 48px
}
@media (min-width:767px) {
  .banner-suggestion__info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% - 228px);
    margin-bottom: 0
  }
}
.banner-suggestion__info .button {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
.banner-suggestion__image {
  width: 188px;
  height: 147px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1;
  margin: auto
}
@media (min-width:767px) {
  .banner-suggestion__image {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0
  }
}
.banner-suggestion__text {
  margin-bottom: 40px
}
.banner-suggestion__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 16px;
  color: #fff
}
.banner-suggestion__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff
}
.documents {
  margin: 56px 0
}
.documents .documents__header {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}
.documents__title-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #0041cb;
  font-weight: 600;
  padding: 8px 16px;
  text-decoration: none
}
.documents__title-link:not(._mobile) {
  display: none
}
@media (min-width:767px) {
  .documents__title-link:not(._mobile) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
  }
}
.documents__title-link._mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px
}
@media (min-width:767px) {
  .documents__title-link._mobile {
    display: none
  }
}
.documents__title-link svg {
  width: 14px;
  height: 14px
}
.documents__title-link:hover {
  text-decoration: none;
  color: #000
}
.documents .documents__header-link {
  display: inline-block;
  color: #a6b4c1;
  font-size: 14px;
  line-height: 32px;
  margin-left: 8px;
  text-decoration: none
}
.documents .documents__header-link:hover {
  color: #065894
}
.documents .documents__header-link::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  margin-right: 6px;
  margin-top: 4px;
  vertical-align: top
}
.documents .documents__downloadall::before {
  background: url(../images/icns/new/icn_download.png) 0 0 no-repeat;
  background: url(../images/icns/new/icn_download.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/new/icn_download.svg) 0 0 no-repeat,linear-gradient(transparent,transparent)
}
.documents .documents__sendtoemail::before {
  background: url(../images/icns/new/icn_mail.png) 0 0 no-repeat;
  background: url(../images/icns/new/icn_mail.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/new/icn_mail.svg) 0 0 no-repeat,linear-gradient(transparent,transparent)
}
.documents .documents__subheader {
  margin-top: 16px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600
}
.documents .documents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 3px;
  margin: 0 -16px 0 -3px
}
.documents .documents__listwrapper {
  -webkit-transition: height 1s linear;
  transition: height 1s linear
}
.documents .documents__item {
  max-width: 328px;
  min-width: 150px;
  margin: 8px 16px 8px 0;
  position: relative
}
.documents .documents__link {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(6,88,148,.15);
  box-shadow: 0 2px 10px 0 rgba(6,88,148,.15);
  position: relative;
  background: #fff;
  overflow: hidden;
  zoom: 1
}
.documents .documents__link::before {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 8px;
  border-radius: 2px;
  padding: 2px 8px;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.documents .documents__showallitems {
  color: #065894;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: none;
  padding: 0;
  background: 0 0;
  border: 0 none;
  margin-top: 16px;
  border-bottom: 1px dashed #065894
}
.documents .documents__showallitems:hover {
  border-bottom-color: transparent
}
.documents .documents__block--folded .documents__listwrapper {
  max-height: 168px;
  overflow: hidden
}
.documents .documents__block--folded .documents__showallitems {
  display: block
}
.documents .documents__block--expanded .documents__listwrapper {
  max-height: none
}
.documents .documents__block--expanded .documents__showallitems {
  display: none
}
.documents .documents__item--removable .documents__link {
  padding-right: 30px
}
.documents .documents__removebtn {
  display: inline-block;
  cursor: pointer;
  border: 0 none;
  text-indent: -99999999px;
  margin-left: 8px;
  background-color: transparent;
  width: 15px;
  height: 16px;
  background: url(../images/widgets/icon_trash.png) 50% 50% no-repeat;
  background: url(../images/widgets/icon_trash.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/widgets/icon_trash.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: 15px 16px
}
.documents .documents__removebtn:hover {
  background: url(../images/widgets/icon_trash_active.png) 50% 50% no-repeat;
  background: url(../images/widgets/icon_trash_active.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/widgets/icon_trash_active.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: 15px 16px
}
.documents .documents__icn-download {
  display: inline-block;
  width: 12px;
  height: 15px;
  background: url(../images/icns/icn-download.png) 50% 50% no-repeat;
  background: url(../images/icns/icn-download.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-download.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: 12px 15px
}
.documents .documents__filesize {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap
}
.documents .documents_filename {
  color: #065894;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto
}
.documents .documents__container {
  padding: 24px;
  background: #f1f8ff;
  border-radius: 8px
}
.documents .documents__container .documents__subheader {
  margin-top: 0
}
.documents .documents__container .documents__name {
  margin-bottom: 16px
}
.documents .documents__container .documents__suggestions {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #8d93a1;
  margin-bottom: 12px
}
.documents .documents__container .documents__item {
  margin: 4px 8px 4px 0
}
.documents--personal {
  margin: 12px 0
}
.documents--content {
  display: block;
  margin: 12px 0;
  padding: 0
}
.documents--content .documents__link {
  color: #065894;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  white-space: normal;
  border: 0 none!important
}
.documents--content .documents__link:visited {
  color: #0b0694
}
.documents--fullwidth-links .documents__item {
  max-width: 100%
}
.documents--fullwidth-links .documents__link {
  white-space: normal
}
.documents--inline {
  margin: 16px 0
}
.documents--inline .documents__listwrapper {
  max-height: none
}
.documents--inline .documents__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.documents--inline .documents__item {
  max-width: 100%;
  height: auto
}
.documents--inline .documents__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #065894;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  border: 0 none!important;
  background: 0 0;
  white-space: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.documents--inline .documents__link::before {
  -webkit-transition: opacity .15s;
  transition: opacity .15s
}
.documents--inline .documents__link:hover::before {
  opacity: .8
}
.documents--inline .documents__link:visited {
  color: #0b0694
}
.documents--singlefile {
  margin: 0
}
.documents--singlefile .documents__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.documents--singlefile .checkbox {
  display: inline-block;
  margin-right: 8px
}
@media (min-width:1279px) {
  .knowledge-docs .intro-header.intro-header--static {
    margin-bottom: 0
  }
  .knowledge-docs .page-nav {
    border-top: none
  }
}
.documents--download-links .documents__list {
  display: block
}
.documents--download-links .documents__item {
  display: block;
  max-width: 100%;
  margin: 1px 16px 1px 0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(6,88,148,.15);
  box-shadow: 0 2px 10px 0 rgba(6,88,148,.15);
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  border-radius: 4px;
  background: #fff
}
.documents--download-links .documents__item:hover {
  -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.15);
  box-shadow: 0 4px 24px rgba(6,88,148,.15);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  z-index: 10
}
.documents--download-links .documents__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  white-space: normal;
  border: 0 none
}
.documents--download-links .documents__link::before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: middle
}
.documents--download-links .documents__link:hover {
  border: 0 none
}
.documents--download-links .documents_filename {
  margin-left: 8px;
  margin-right: 24px;
  width: 432px
}
.documents--download-links .documents__icn-download {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 24px
}
.documents--download-links .documents__filesize {
  margin-left: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 256px;
  min-width: 48px;
  text-align: left
}
.documents--download-links .documents__filesize,
.documents--download-links .documents__icn-download,
.documents--download-links .documents_filename {
  display: inline-block;
  vertical-align: middle
}
.documents--download-links .documents__icn-download {
  display: none
}
.ie10 .documents--download-links .documents__link {
  display: block
}
@media (min-width:767px) {
  .documents .documents__header-link {
    margin-left: 16px
  }
  .documents--download-links .documents__filesize {
    min-width: 78px
  }
  .documents--download-links .documents__icn-download {
    display: inline-block
  }
  .documents--download-links .documents_filename {
    width: auto
  }
}
.documents-tabs__title {
  display: block;
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 16px 36px 16px 0;
  border-top: 1px solid #e6e6e6;
  text-decoration: none;
  color: #000
}
.documents-tabs__title:hover {
  text-decoration: none;
  color: #0041cb
}
.documents-tabs__title:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  background: url(../images/procedure/arrow.svg) 50% 50% no-repeat;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.documents-tabs__title * {
  pointer-events: none
}
.documents-tabs__wrapper {
  padding: 16px 0
}
.documents-tabs__block._hide .documents-tabs__wrapper {
  display: none
}
.documents-tabs__block._hide .documents-tabs__title:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.file::before {
  display: inline-block;
  content: "file";
  color: #fff;
  background: #2799d6;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 8px;
  border-radius: 2px;
  padding: 2px 8px
}
.file-doc::before {
  content: "doc";
  background: #2799d6
}
.file-docx::before {
  content: "docx";
  background: #2799d6
}
.file-exe::before {
  content: "exe";
  background: #f08d24
}
.file-file::before {
  content: "file";
  background: #f08d24
}
.file-dmg::before {
  content: "dmg";
  background: #f08d24
}
.file-txt::before {
  content: "txt";
  background: #2799d6
}
.file-rtf::before {
  content: "rtf";
  background: #2799d6
}
.file-rtf::before {
  content: "rtf";
  background: #2799d6
}
.file-xps::before {
  content: "xps";
  background: #2799d6
}
.file-odt::before {
  content: "odt";
  background: #2799d6
}
.file-wbk::before {
  content: "wbk";
  background: #2799d6
}
.file-web::before {
  content: "web";
  background: #2799d6
}
.file-sxw::before {
  content: "sxw";
  background: #2799d6
}
.file-docm::before {
  content: "docm";
  background: #2799d6
}
.file-xml::before {
  content: "xml";
  background: #2799d6
}
.file-xls::before {
  content: "xls";
  background: #00a25a
}
.file-xlsx::before {
  content: "xlsx";
  background: #00a25a
}
.file-ods::before {
  content: "ods";
  background: #00a25a
}
.file-ods::before {
  content: "ods";
  background: #00a25a
}
.file-ppt::before {
  content: "ppt";
  background: #f08d24
}
.file-pps::before {
  content: "pps";
  background: #f08d24
}
.file-rar::before {
  content: "rar";
  background: #f08d24
}
.file-7z::before {
  content: "7z";
  background: #f08d24
}
.file-zip::before {
  content: "zip";
  background: #f08d24
}
.file-zipx::before {
  content: "zipx";
  background: #f08d24
}
.file-odp::before {
  content: "odp";
  background: #f08d24
}
.file-vsd::before {
  content: "vsd";
  background: #f08d24
}
.file-pdf::before {
  content: "pdf";
  background: #eb482f
}
.file-tif::before {
  content: "tif";
  background: #eb482f
}
.file-tiff::before {
  content: "tiff";
  background: #eb482f
}
.file-jpg::before {
  content: "jpg";
  background: #eb482f
}
.file-jpeg::before {
  content: "jpeg";
  background: #eb482f
}
.file-png::before {
  content: "png";
  background: #eb482f
}
.file-gif::before {
  content: "gif";
  background: #eb482f
}
.file-bmp::before {
  content: "bmp";
  background: #eb482f
}
.file-swf::before {
  content: "swf";
  background: #eb482f
}
.data-table {
  font-size: 16px;
  line-height: 20px;
  margin: 38px 0;
  word-break: break-word
}
.data-table td {
  padding: 8px 0
}
.data-table .data-table__item {
  padding-bottom: 12px
}
.data-table .data-table__title-td {
  color: #a6b4c1;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 0 0
}
.data-table .data-table__info-td {
  font-size: 18px;
  line-height: 28px
}
.data-table .data-table__info--organizator {
  text-transform: uppercase
}
.data-table a {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.data-table a:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.data-table a:visited {
  color: #0b0694
}
.data-table a:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.data-table--header td {
  width: 100%;
  display: block;
  padding: 12px 0 4px 0
}
.data-table--header td:first-child {
  padding: 8px 0
}
.data-table--header .data-table__info-td {
  font-size: 18px;
  line-height: 32px;
  padding: 0;
  word-wrap: break-word;
  word-break: break-word
}
@media (min-width:767px) {
  .data-table .data-table__item {
    padding-bottom: 0
  }
  .data-table .data-table__title-td {
    min-width: 282px;
    padding: 0 24px 0 0
  }
  .data-table .data-table__info-td {
    font-size: 16px;
    line-height: 20px
  }
}
.lots-list {
  background: #f1f6fb;
  margin-top: 56px;
  padding-top: 48px;
  padding-bottom: 64px
}
.lots-list .sub-header {
  margin-bottom: 16px
}
.lot-item {
  display: grid;
  grid-template-columns: 1fr 40px;
  row-gap: 16px;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  grid-template-areas: "lot-item-info lot-item-widgets" "lot-item-data lot-item-data" "lot-item-moredetails lot-item-moredetails";
  font-size: 14px;
  margin-top: 2px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(6,88,148,.15);
  box-shadow: 0 2px 10px 0 rgba(6,88,148,.15);
  padding: 22px 24px;
  word-break: break-word;
  position: relative;
  background: #fff;
  -webkit-transition: background .15s;
  transition: background .15s
}
@media (min-width:767px) {
  .lot-item {
    grid-template-columns: 1fr 220px 40px;
    grid-template-areas: "lot-item-info lot-item-data lot-item-widgets" "lot-item-moredetails lot-item-moredetails lot-item-moredetails";
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
  }
}
@media (min-width:1279px) {
  .lot-item {
    grid-template-columns: 1fr 360px 40px;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
  }
}
.lot-item .help-block {
  margin-top: 0
}
.lot-item .lot-item__info {
  display: grid;
  grid-area: lot-item-info
}
@media (max-width:766px) {
  .lot-item .lot-item__info {
    width: 100%
  }
}
.lot-item .lot-item__info-item--row-gap {
  margin-bottom: 12px
}
.lot-item .lot-item__data {
  width: 100%;
  display: grid;
  grid-area: lot-item-data
}
.lot-item .lot-item__widgets {
  display: grid;
  grid-area: lot-item-widgets;
  width: 40px
}
.lot-item .lot-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px
}
.lot-item .lot-item__tags .chip {
  margin-right: 4px;
  margin-bottom: 4px
}
.lot-item .lot-item__tags .chip__text {
  margin-left: 0
}
.lot-item .lot-item__status-icon {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 25px;
  left: 24px;
  margin: 0;
  border-radius: 50%
}
.lot-item .lot-item__summ {
  font-size: 18px
}
.lot-item .lot-item__header {
  margin-bottom: 16px
}
.lot-item .lot-item__header .lot-item__link {
  display: inline-block;
  margin-left: 4px;
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.lot-item .lot-item__header .lot-item__link:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.lot-item .lot-item__header .lot-item__link:visited {
  color: #0b0694
}
.lot-item .lot-item__header .lot-item__link:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.lot-item .lot-item__num {
  margin-right: 6px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  padding-left: 22px;
  overflow: hidden;
  zoom: 1;
  margin-top: -5px
}
.lot-item .lot-item__status {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  margin-right: 8px
}
.lot-item .lot-item__status .lot-item__inline-title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px
}
.lot-item .lot-item__subject {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
  word-wrap: break-word;
  word-break: break-word
}
.lot-item .lot-item__msp {
  float: left;
  font-size: 14px;
  line-height: 16px;
  margin-right: 12px;
  margin-bottom: 16px
}
.lot-item .search-results__region-conteiner {
  clear: both
}
.lot-item .lot-item__region {
  float: left;
  font-size: 14px;
  line-height: 18px;
  width: 100%
}
.lot-item .lot-item__region p {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 40px)
}
.lot-item .search-results__tooltip {
  display: inline-block
}
.lot-item .search-results__icon-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 18px;
  margin-right: 8px;
  background: url(../images/icns/new/icon-map.png) 0 0 no-repeat;
  background: url(../images/icns/new/icon-map.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/new/icon-map.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: 15px 18px
}
.lot-item .search-results__region {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
  padding: 0 0 0 22px;
  z-index: 1
}
.lot-item .search-results__region:hover .search-results__region-tooltipe {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%)
}
.lot-item .search-results__region span {
  display: inline-block;
  color: #c7cdd2;
  cursor: pointer;
  margin-left: 4px
}
.lot-item .search-results__region span:hover {
  color: #0041cb
}
.lot-item .search-results__region-tooltipe {
  position: absolute;
  width: 269px;
  margin-top: 0;
  top: 100%;
  left: 50%;
  background: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.43;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-7px) translateX(-50%);
  transform: translateY(-7px) translateX(-50%);
  -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,transform .2s ease;
  transition: opacity .2s ease,transform .2s ease,-webkit-transform .2s ease;
  max-height: 450px;
  overflow: auto
}
.lot-item .search-results__region-tooltipe:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -24px;
  border: 12px solid transparent;
  border-bottom-color: #fff
}
.lot-item .search-results__region-tooltipe span {
  display: block
}
.lot-item .lot-item__icon-map {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 18px;
  margin-right: 4px;
  background: url(../images/icns/new/icon-map.png) 0 0 no-repeat;
  background: url(../images/icns/new/icon-map.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/new/icon-map.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: 15px 18px
}
.lot-item .lot-item__subheader {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 16px 0
}
.lot-item .lot-item__moredetails {
  width: 100%;
  display: grid;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  grid-area: lot-item-moredetails
}
.lot-item .lot-item__morelink {
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  color: #a6b4c1;
  background: 0 0;
  border: 0 none;
  position: relative
}
.lot-item .lot-item__morelink:hover {
  color: #065894
}
.lot-item .lot-item__morelink::after {
  display: block;
  width: 11px;
  height: 6px;
  content: "";
  position: absolute;
  right: -20px;
  top: 7px;
  background: url(../images/icns/new/icon-toggle-downward.png) 0 0 no-repeat;
  background: url(../images/icns/new/icon-toggle-downward.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/new/icon-toggle-downward.svg) 0 0 no-repeat,linear-gradient(transparent,transparent)
}
.lot-item .lot-item__morelink--active::after {
  background: url(../images/icns/new/icon-toggle-upward.png) 0 0 no-repeat;
  background: url(../images/icns/new/icon-toggle-upward.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/new/icon-toggle-upward.svg) 0 0 no-repeat,linear-gradient(transparent,transparent)
}
.lot-item .lot-item__data-table {
  margin: 0 0 24px 0;
  font-size: 14px;
  line-height: 20px
}
.lot-item .lot-item__data-table td {
  padding: 4px 0
}
.lot-item .lot-item__data-table .data-table__info-td {
  font-size: 14px;
  line-height: 20px
}
.lot-item .lot-item__data-table .data-table__title-td {
  font-size: 14px;
  line-height: 20px;
  min-width: 164px
}
.lot-item .lot-item__data-table .data-table__info-td {
  padding-left: 24px
}
.lot-item .lot-item__data-table:last-of-type {
  margin-bottom: 0
}
.lot-item .lot-item__data-table .data-table__item--underline .data-table__hr {
  height: 24px;
  padding: 0;
  position: relative
}
.lot-item .lot-item__data-table .data-table__item--underline .data-table__hr::after {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(166,180,193,.3)
}
.lot-item .lot-item__price {
  white-space: nowrap;
  position: relative;
  margin-bottom: 4px
}
.lot-item .lot-item__price .lot-item__inline-title {
  display: block;
  margin-bottom: 4px
}
.lot-item .lot-item__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1
}
.lot-item .lot-item__sum sub {
  font-size: 12px;
  line-height: 16px;
  top: 0
}
.lot-item .lot-item__sum p {
  float: left
}
.lot-item .lot-item__sum .lot-item__currency {
  font-weight: 400
}
.lot-item .lot-item__sum .lot-item__nds {
  font-size: 14px;
  line-height: 1.43;
  color: #000
}
.lot-item .lot-item__inline-title {
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
  line-height: 28px
}
.lot-item .lot-item__infoblock {
  font-size: 18px;
  line-height: 28px;
  margin-top: 16px
}
.lot-item .lot-item__infoblock .lot-item__inline-title {
  font-size: inherit;
  line-height: inherit;
  margin-right: 2px
}
.lot-item .lot-item__infoblock .lot-item__procuring {
  display: inline-block
}
.lot-item .lot-item__action {
  margin-top: 16px
}
.lot-item .lot-item__requestform {
  max-width: 630px
}
.lot-item .lot-item__form-row {
  margin-bottom: 24px;
  position: relative
}
.lot-item .lot-item__form-row label:not(.button) {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 4px
}
.lot-item .lot-item__files-row {
  margin-bottom: 12px
}
.lot-item .lot-item__label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 6px;
  white-space: normal
}
.lot-item .button--attach-file {
  float: left
}
.lot-item .lot-item__filewrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 8px
}
.lot-item .lot-item__attach-descr {
  color: #a6b4c1;
  font-size: 12px;
  line-height: 16px;
  padding-left: 16px
}
.lot-item .lot-item__result-message {
  margin: 12px 0;
  font-size: 16px;
  line-height: 20px
}
.lot-item .lot-item__result-message--error {
  color: #eb482f
}
.lot-item .lot-item__result-message--success {
  color: #00a25a
}
.lot-item .documents--inline {
  margin-top: 12px
}
.lot-item .button[name=request_files_remove_button] {
  display: inline-block!important;
  color: #000;
  border: 0 none;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  background-color: transparent;
  background-image: url(../images/widgets/icon_trash.svg);
  background-position: 0 50%;
  background-size: 15px 16px;
  background-repeat: no-repeat;
  padding: 0 0 0 22px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 8px 0 0;
  text-indent: 0;
  width: auto
}
.lot-item .button[name=request_files_remove_button]:hover {
  background-position: 0 50%;
  color: #065894;
  border: 0 none;
  -webkit-box-shadow: 0 none;
  box-shadow: 0 none
}
@media (max-width:1278px) {
  .lot-item__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
  }
  .lot-item__price .hover-tooltip.lot-sidebar__min-price-link {
    margin: 0
  }
}
@media (min-width:767px) {
  .lot-item {
    padding-left: 24px
  }
  .lot-item .lot-item__summ {
    font-size: 16px
  }
  .lot-item .lot-item__data {
    margin-top: 30px
  }
  .lot-item .lot-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .lot-item .lot-item__num {
    font-size: 16px;
    line-height: 20px;
    margin-right: 16px;
    margin-top: 0
  }
  .lot-item .lot-item__inline-title {
    font-size: 16px;
    line-height: 20px
  }
  .lot-item .lot-item__status .lot-item__inline-title {
    display: inline-block;
    margin: 0
  }
  .lot-item .lot-item__infoblock,
  .lot-item .lot-item__subject {
    font-size: 16px;
    line-height: 20px
  }
  .lot-item .lot-item__morelink {
    font-size: 16px;
    line-height: 20px
  }
  .lot-item .lot-item__data-table .data-table__title-td {
    min-width: 224px
  }
  .lot-item .lot-item__data-table .data-table__info-td {
    font-size: 16px;
    line-height: 20px
  }
  .lot-item .lot-item__requestform {
    padding-right: 24px
  }
}
@media (min-width:1279px) {
  .lot-item {
    padding-left: 44px
  }
  .lot-item .lot-item__summ {
    font-size: 16px
  }
  .lot-item .lot-item__header {
    padding-left: 0
  }
  .lot-item .lot-item__num {
    padding: 0
  }
  .lot-item .lot-item__contact {
    margin-top: 8px
  }
  .lot-item .lot-item__attach-descr {
    padding: 8px 0 0
  }
  .lot-item .lot-item__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 4px
  }
  .lot-item .lot-item__price .lot-item__inline-title {
    min-width: 128px;
    margin-bottom: 0
  }
}
.lot-item__nmc {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.56;
  color: #000
}
.search-results__tooltip {
  display: inline-block
}
.search-results__icon-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 18px;
  margin-right: 8px;
  background: url(../images/icns/new/icon-map.png) 0 0 no-repeat;
  background: url(../images/icns/new/icon-map.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/new/icon-map.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: 15px 18px
}
.search-results__region {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
  padding: 0 0 0 22px;
  z-index: 1
}
.search-results__region p {
  float: left;
  width: 100%;
  display: inline-block
}
.search-results__region span {
  display: inline-block;
  color: #c7cdd2;
  cursor: pointer;
  margin-left: 4px
}
.search-results__region span:hover {
  color: #0041cb
}
.search-results__region-tooltipe {
  position: absolute;
  width: 269px;
  margin-top: 24px;
  top: 100%;
  left: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.43;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-7px) translateX(-50%);
  transform: translateY(-7px) translateX(-50%);
  -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,transform .2s ease;
  transition: opacity .2s ease,transform .2s ease,-webkit-transform .2s ease
}
.search-results__region-tooltipe:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -24px;
  border: 12px solid transparent;
  border-bottom-color: #fff
}
.search-results__region-tooltipe span {
  display: block
}
.description .description__heading {
  margin-bottom: 24px
}
.description .description__share-block {
  margin: 14px 0 0
}
.description .description__data {
  padding: 0 24px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.description .description__data-table {
  margin: 14px 0 26px 0
}
.description .description__data-table td {
  display: block
}
.description .description__data-table--header {
  margin: 12px 0 -8px 0
}
.description .description__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.description .description__gallery {
  margin: 32px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.description .description__action-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.description .description__action-bar .button {
  margin-bottom: 4px;
  margin-right: 32px
}
.description .description__action-bar .button:last-of-type {
  margin-bottom: 0
}
.description .procedure-help-block {
  margin-top: 18px
}
.description .additional-info-procedure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.description .additional-info-procedure--list .additional-info-procedure__head {
  pointer-events: none
}
.description .additional-info-procedure--list .additional-info-procedure__head .additional-info-procedure__arrow {
  display: none
}
.description .additional-info-procedure--list .additional-info-procedure__content {
  display: block!important
}
.description .additional-info-procedure--list .additional-info-procedure__item {
  position: relative;
  padding: 24px 24px 24px 56px;
  border-radius: 8px;
  background-color: #dbe7ff;
  border: 0;
  margin-bottom: 8px
}
@media (max-width:766px) {
  .description .additional-info-procedure--list .additional-info-procedure__item {
    padding: 16px 16px 16px 48px
  }
}
.description .additional-info-procedure--list .additional-info-procedure__item .additional-info-procedure__item-icon {
  display: block!important
}
@media (max-width:766px) {
  .description .additional-info-procedure--list .additional-info-procedure__item .additional-info-procedure__item-icon {
    top: 16px;
    left: 16px
  }
}
.description .additional-info-procedure--list .additional-info-procedure__link {
  font-size: 18px;
  line-height: 24px
}
@media (max-width:766px) {
  .description .additional-info-procedure--list .additional-info-procedure__link {
    font-size: 16px;
    line-height: 24px
  }
}
.description .additional-info-procedure--list .additional-info-procedure__desc {
  color: #4c535f
}
.description .additional-info-procedure .additional-info-procedure__item-icon {
  display: none;
  position: absolute;
  top: 24px;
  left: 24px;
  width: 24px;
  height: 24px;
  color: #0450f2
}
.description .additional-info-procedure .additional-info-procedure__item-icon svg {
  width: 100%;
  height: 100%
}
.description .additional-info-procedure--open .additional-info-procedure__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.description .additional-info-procedure__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 24px 0;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: 0 0
}
@media (max-width:1278px) {
  .description .additional-info-procedure--visible {
    margin-top: 16px
  }
}
.description .additional-info-procedure--visible .additional-info-procedure__content {
  display: block
}
.description .additional-info-procedure--visible.additional-info-procedure--list {
  margin-top: 24px
}
.description .additional-info-procedure__content {
  display: none;
  width: 100%
}
.description .additional-info-procedure__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 6px;
  width: 16px;
  height: 16px;
  color: #8d93a1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .2s -webkit-transform ease-in;
  transition: .2s -webkit-transform ease-in;
  transition: .2s transform ease-in;
  transition: .2s transform ease-in,.2s -webkit-transform ease-in
}
.description .additional-info-procedure__arrow svg {
  width: 100%;
  height: 100%
}
.description .additional-info-procedure__item {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6
}
.description .additional-info-procedure__item:last-child {
  margin-bottom: 0;
  border-bottom: 0
}
.description .additional-info-procedure__link {
  color: #0041cb;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none
}
.description .additional-info-procedure__desc {
  font-size: 14px;
  color: #8d93a1;
  font-weight: 400;
  line-height: 20px
}
.procedure-help-block {
  padding: 6px 0;
  width: 100%
}
.procedure-help-block a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #0041cb;
  padding-left: 24px;
  text-decoration: none;
  background: url(../images/icns/icn-question-blue.svg) no-repeat 1px 4px
}
.procedure-help-block a:hover {
  text-decoration: underline
}
@media (min-width:767px) {
  .description .description__data {
    padding: 0
  }
  .description .description__data-table {
    margin: 26px 0
  }
  .description .description__data-table td {
    display: table-cell
  }
  .description .description__data-table--header td {
    display: block
  }
  .description .description__gallery {
    width: 100%;
    padding-top: 0;
    margin: 24px 0
  }
  .description .procedure-help-block {
    margin-top: 18px
  }
}
@media (min-width:1279px) {
  .description .description__heading,
  .description .description__heading .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .description .description__main-header {
    max-width: 740px
  }
  .description .description__data {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .description .description__share-block {
    margin: 8px 0 0 12px
  }
  .description .description__data-table {
    margin: 38px 0
  }
  .description .description__data-table--header {
    margin: 12px 0 -28px 0
  }
  .description .description__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .description .description__gallery {
    width: 384px;
    margin-left: 24px;
    padding-top: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
}
.description-sliders {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  z-index: 1
}
.description-sliders__container {
  width: 384px;
  margin-left: 24px;
  padding-bottom: 24px
}
@media (max-width:1278px) {
  .description-sliders__container {
    width: 100%;
    margin-left: 0
  }
}
@media (max-width:766px) {
  .description-sliders__container {
    padding: 0 24px
  }
}
.description-sliders .description-sliders__slide {
  border-radius: 12px;
  height: 368px;
  overflow: hidden;
  text-align: center;
  cursor: pointer
}
@media (min-width:1278px) {
  .description-sliders .description-sliders__slide {
    min-width: 351px
  }
}
@media (max-width:1278px) {
  .description-sliders .description-sliders__slide {
    height: 364px
  }
}
@media (max-width:766px) {
  .description-sliders .description-sliders__slide {
    height: 182px
  }
}
.description-sliders__slide-img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%
}
.description-sliders .description-sliders__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(140,140,140,.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff
}
.description-sliders .description-sliders__button.swiper-button-disabled {
  display: none
}
.description-sliders__download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  color: currentColor;
  color: #0041cb;
  font-family: "Exo 2";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  margin-bottom: 24px
}
.description-sliders__download svg {
  width: 14px;
  height: 14px
}
.description-sliders__download:hover {
  text-decoration: none;
  color: #0450f2
}
.description-sliders-prew {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  z-index: 1
}
.description-sliders-prew .description-sliders-prew__slide {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,.1);
  cursor: pointer
}
.description-sliders-prew .description-sliders-prew__slide.swiper-slide-thumb-active {
  border: 2px solid #0450f2
}
.description-sliders-prew__slide-img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover
}
.banner-procedure-main-container {
  margin-bottom: 96px;
  margin-top: 96px
}
@media (max-width:766px) {
  .banner-procedure-main-container {
    margin-bottom: 48px;
    margin-top: 48px
  }
}
@media (min-width:1279px) {
  .banner-procedure-main-container .search-banner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}
@media (min-width:1279px) {
  .banner-procedure-main-container .search-banner__img-box {
    margin-bottom: -24px
  }
}
.banner-procedure-main-container .search-banner__desc {
  color: #fff
}
.banner-procedure-main-container_new {
  margin-bottom: 24px;
  margin-top: 24px
}
@media (max-width:766px) {
  .banner-procedure-main-container_new {
    margin-bottom: 24px;
    margin-top: 24px
  }
}
.banner-procedure-main-container_new .search-banner {
  padding: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width:766px) {
  .banner-procedure-main-container_new .search-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
}
@media (min-width:1279px) {
  .banner-procedure-main-container_new .search-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.banner-procedure-main-container_new .search-banner__img-box {
  max-width: 243px
}
@media (max-width:766px) {
  .banner-procedure-main-container_new .search-banner__img-box {
    max-width: 250px;
    margin-bottom: 32px
  }
}
.banner-procedure-main-container_new .search-banner__img-box img {
  max-width: 100%;
  width: auto
}
@media (min-width:1279px) {
  .banner-procedure-main-container_new .search-banner__img-box {
    margin-bottom: 0
  }
}
.banner-procedure-main-container_new .search-banner__title {
  margin-bottom: 8px
}
@media (min-width:1279px) {
  .banner-procedure-main-container_new .search-banner__title {
    margin-bottom: 16px
  }
}
.banner-procedure-main-container_new .search-banner__content {
  padding: 0;
  width: calc(100% - 284px)
}
@media (max-width:766px) {
  .banner-procedure-main-container_new .search-banner__content {
    width: 100%
  }
}
.banner-procedure-main-container_new .search-banner__desc {
  color: #fff;
  margin-bottom: 24px
}
.breadcrumbs {
  display: block
}
.breadcrumbs .breadcrumbs__wrapper {
  overflow: hidden
}
.breadcrumbs__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 0
}
.breadcrumbs__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  color: #8d93a1
}
.breadcrumbs__icon svg {
  width: 100%;
  height: 100%
}
.breadcrumbs__item {
  color: #8d93a1;
  margin-right: 8px;
  line-height: 1
}
@media (max-width:1278px) {
  .breadcrumbs__item {
    display: none
  }
}
@media (max-width:1278px) {
  .breadcrumbs__item--last-link {
    display: block
  }
}
.breadcrumbs__item--last-link.breadcrumbs__item--last-separator .breadcrumbs__link {
  display: inline-block;
  padding-left: 20px;
  position: relative
}
.breadcrumbs__item--last-link.breadcrumbs__item--last-separator .breadcrumbs__link:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../images/icns/arrow-br-dark.svg) no-repeat 50% 50%;
  pointer-events: none
}
@media (max-width:1278px) {
  .breadcrumbs__item--last-link .breadcrumbs__link {
    display: inline-block;
    padding-left: 20px;
    position: relative
  }
  .breadcrumbs__item--last-link .breadcrumbs__link:hover {
    border-bottom-color: transparent!important
  }
  .breadcrumbs__item--last-link .breadcrumbs__link:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 0;
    background: url(../images/icns/arrow-br-dark.svg) no-repeat 50% 50%;
    pointer-events: none
  }
}
.breadcrumbs__item.breadcrumbs__item--mainpage .breadcrumbs__link {
  padding-left: 0
}
@media (max-width:1278px) {
  .breadcrumbs__item.breadcrumbs__item--mainpage .breadcrumbs__link:before {
    display: none;
    background: 0 0
  }
}
.breadcrumbs__item span {
  display: inline-block;
  pointer-events: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 284px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  vertical-align: bottom
}
.breadcrumbs__item:last-child {
  color: #4c535f
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  color: #4c535f
}
.breadcrumbs__link {
  display: block;
  white-space: nowrap;
  color: #8d93a1;
  text-decoration: none
}
.breadcrumbs__link:hover span {
  color: #8d93a1;
  text-decoration: underline
}
.articles-list {
  margin: 48px 0
}
.articles-list .articles-list__wrapper {
  max-width: 1020px;
  padding-bottom: 48px;
  border-bottom: 1px solid #e7eaee
}
.articles-list .articles-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -32px;
  margin-right: -24px
}
.articles-list .articles-list__col {
  width: 324px;
  margin-bottom: 32px;
  margin-right: 24px
}
.articles-list .articles-list__col--fullwidth {
  width: auto
}
.articles-list .articles-list__title {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600
}
.articles-list .articles-list__subtitle {
  display: inline-block;
  color: #065894;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 24px
}
.articles-list .articles-list__link {
  color: #065894;
  font-size: 16px;
  line-height: 20px
}
.articles-list .articles-list__link,
.articles-list a.articles-list__title {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s;
  transition: border .1s
}
.articles-list .articles-list__link:hover,
.articles-list a.articles-list__title:hover {
  border-bottom-color: #065894
}
.articles-list a.articles-list__subtitle {
  position: relative;
  text-decoration: none
}
.articles-list a.articles-list__subtitle .g-help-b {
  position: absolute;
  bottom: 0
}
.articles-list a.articles-list__subtitle:hover {
  text-decoration: underline
}
.articles-list .articles-list__item {
  display: block;
  max-width: 100%;
  margin-top: 24px
}
@media (max-width:766px) {
  .articles-list .articles-list__title {
    font-size: 20px;
    line-height: 28px
  }
  .articles-list .articles-list__link,
  .articles-list a.articles-list__subtitle {
    font-size: 18px;
    line-height: 24px
  }
  .articles-list .articles-list__subtitle {
    margin-bottom: 24px
  }
  .articles-list .articles-list__content {
    margin-right: 0
  }
  .articles-list .articles-list__col {
    width: 100%;
    margin-right: 0
  }
}
.article-header {
  margin-bottom: 48px
}
.article-header__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
  color: #0041cb;
  text-decoration: none
}
@media (max-width:1278px) {
  .article-header__back {
    padding: 24px 0 16px
  }
}
@media (max-width:766px) {
  .article-header__back {
    display: none
  }
}
.article-header__back:hover {
  color: #0041cb;
  text-decoration: none
}
.article-header__back-arrow {
  width: 16px;
  height: 16px;
  margin-right: 4px
}
.article-header .article-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 44px;
  line-height: 56px;
  text-align: left
}
.article-header .article-header__title--large {
  font-size: 42px;
  line-height: 48px
}
.article-header .article-header__icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 24px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.15);
  box-shadow: 0 4px 24px rgba(6,88,148,.15);
  background: url(../images/articles/icn-article.png) 50% 50% no-repeat;
  background: url(../images/articles/icn-article.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/articles/icn-article.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: 24px;
  margin-top: -4px
}
.article-header .article-header__details {
  display: none;
  margin-top: 16px
}
.article-header .article-header__logo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  max-width: 120px
}
.article-header--inline {
  margin-bottom: 32px
}
.article-header--inline .article-header__title {
  font-size: 32px;
  line-height: 40px
}
.article-header--news .article-header__title {
  font-size: 32px;
  line-height: 40px
}
@media (max-width:1278px) {
  .article-header .article-header__title {
    font-size: 32px;
    line-height: 1.19;
    font-weight: 400;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .article-header .article-header__icon {
    margin-bottom: 16px
  }
  .article-header .article-header__details {
    display: block
  }
}
.uc-ecp-page--menu {
  padding-top: 48px
}
@media (min-width:1279px) {
  .uc-ecp-page--menu {
    padding-top: 100px
  }
}
@media (min-width:1279px) {
  .knowledge-articles .intro-header.intro-header--static {
    margin-bottom: 0
  }
}
.uc-service {
  position: relative;
  z-index: 1
}
@media (min-width:1279px) {
  .uc-service .article-content {
    margin-top: 105px
  }
}
@media (max-width:766px) {
  .uc-ui__back-box {
    display: none
  }
}
.article-content {
  margin: 24px 0;
  position: relative;
  width: 100%
}
.article-content.article-content--gray {
  background: #f9f9f9
}
.article-content__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 24px
}
.article-content__breadcrumb-number {
  margin-bottom: 5px;
  white-space: nowrap
}
@media (max-width:766px) {
  .article-content__breadcrumb-number {
    display: none
  }
}
.article-content .article-content__wrapper {
  position: relative
}
.article-content .article-content__subtitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 24px
}
.article-content .article-content__contenttitle {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin: 24px 0
}
.article-content .article-content__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  zoom: 1
}
.article-content .article-content__img {
  max-width: 100%
}
.article-content .article-content__news-logo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  max-width: 120px
}
.article-content .article-content__figure-description {
  display: block;
  color: #a6b4c1;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 8px
}
.article-content .article-content__social-pane {
  position: absolute;
  width: 120px;
  top: 0;
  left: 0;
  z-index: 3
}
.article-content .article-content__post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 852px;
  margin: 24px auto;
  font-size: 16px;
  line-height: 20px
}
.article-content .article-content__post-details {
  color: #a6b4c1
}
.article-content .article-content__author {
  margin-top: 12px
}
.article-content .article-content__link,
.article-content .article-content__post-link {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.article-content .article-content__link:hover,
.article-content .article-content__post-link:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.article-content .article-content__link:visited,
.article-content .article-content__post-link:visited {
  color: #0b0694
}
.article-content .article-content__link:visited:hover,
.article-content .article-content__post-link:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.article-content .article-content__post-link {
  font-size: 18px;
  line-height: 24px
}
.article-content .article-content__link--dashed,
.article-content .dashed-link {
  border-bottom: 1px dashed transparent
}
.article-content .article-content__documents {
  margin: 24px 0
}
.article-content .article-content__ordered-list,
.article-content .article-content__unordered-list {
  font-size: inherit;
  line-height: inherit
}
.article-content .article-content__video {
  position: relative;
  width: 498px;
  height: 280px;
  margin: 24px 0
}
.article-content .article-content__embedvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.article-content .banner {
  margin: 24px 0
}
.article-content .banner--import .banner__icon {
  top: 30px
}
.article-content .banner--white-text {
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
.article-content .banner--white-text .banner-ecp__wrapper {
  -webkit-box-shadow: none;
  box-shadow: none
}
.article-content .banner-ecp__wrapper {
  max-width: 100%;
  width: auto;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
.article-content a.gwd-btn {
  background: #0450f2!important;
  color: #fff!important;
  margin-top: 24px
}
.article-content .gwd-info-box .gwd-box {
  max-width: 775px;
  position: relative;
  z-index: 1;
  max-width: calc(100% - 298px)
}
.article-content .article-content__nav-links {
  margin-bottom: 32px
}
.article-content .article-content__nav-links--small {
  font-size: 16px;
  line-height: 20px
}
.article-content .article-content__nav-links--small li {
  margin-bottom: 8px
}
.article-content .article-content__navpoint {
  position: absolute;
  left: 0;
  top: -60px
}
.article-content .field--type-text-with-summary .field__item {
  list-style: none;
  margin: 24px 0 32px 0;
  font-size: 16px;
  line-height: 20px
}
.article-content .field--type-text-with-summary .field__item li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px
}
.article-content .field--type-text-with-summary .field__item li::before {
  display: block;
  content: "•";
  margin: 0 8px;
  position: absolute;
  top: 0;
  left: 0
}
.article-content .field--type-text-with-summary .field__item li li {
  margin-left: 0
}
.article-content .field--type-text-with-summary .field__item a {
  border-bottom: 1px dashed transparent
}
.article-content .field--type-text-with-summary .field__item a:hover {
  border-bottom-color: #065894
}
.article-content .unordered-list__item br {
  display: none
}
.article-content__tooltip {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icns/icn-question.svg) no-repeat 50% 50%;
  vertical-align: middle;
  margin-bottom: 3px
}
.article-content__tooltip:hover .article-content__tooltip_box {
  opacity: 1;
  visibility: visible
}
.article-content__tooltip_box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 8px 16px;
  width: 360px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  z-index: 2;
  font-size: 14px;
  line-height: 1.43;
  color: #000;
  -webkit-transition: opacity .3s ease,visibility .3s ease;
  transition: opacity .3s ease,visibility .3s ease
}
.article-content__tooltip_box .article-content__tooltip_item {
  list-style: none;
  margin: 0;
  padding: 0
}
.article-content__tooltip_box .article-content__tooltip_item:before {
  display: none
}
.article-content__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 852px;
  margin: 0 auto -24px auto
}
.article-content__gallery .article-content__gallery-item {
  width: 404px;
  margin-bottom: 24px
}
.article-content__gallery .article-content__img {
  width: 100%;
  height: auto
}
.article-content__content {
  font-size: 18px;
  line-height: 32px;
  max-width: 852px;
  margin: 0 auto
}
.article-content__content::after {
  content: "";
  display: table;
  clear: both
}
.article-content__content img {
  max-width: 100%;
  height: auto
}
.article-content__content p {
  margin-bottom: 24px
}
.article-content__content p:last-of-type {
  margin-bottom: 40px
}
.article-content__content .breadcrumbs__link {
  color: #8d93a1!important
}
.article-content__content ol,
.article-content__content ul {
  font-size: inherit;
  line-height: inherit;
  margin: 0
}
.article-content__content h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 24px
}
.article-content__content h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin: 24px 0
}
.article-content__content .ckeditor-accordion-container > dl {
  border: none;
  background: 0 0;
  border-bottom: 1px solid #e6e6e6
}
.article-content__content .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after,
.article-content__content .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
  background: #e6e6e6
}
.article-content__content a:not(.btn):not(.button):not(img):not(.documents__link):not(.rb-box-link):not(.ckeditor-accordion-toggler) {
  color: #000;
  background: 0 0;
  word-wrap: break-word
}
.article-content__content a:not(.btn):not(.button):not(img):not(.documents__link):not(.rb-box-link):not(.ckeditor-accordion-toggler):not([class]) {
  color: #0041cb
}
.article-content__content a:not([class]) {
  color: #0041cb
}
.article-content__content iframe {
  max-width: 100%
}
.article-content__content .w-single-pic-b a::before {
  background: rgba(0,0,0,.3)
}
.article-content__content .w-single-pic-b a::after {
  display: none
}
.article-content__content--fullwidth {
  max-width: 100%
}
.article-content--more {
  margin-bottom: 72px
}
.article-content--more .article-content__wrapper {
  padding-top: 72px;
  margin-top: 72px;
  border-top: 1px solid #a6b4c1
}
@media (max-width:1278px) {
  .article-content .article-content__social-pane {
    position: relative;
    margin-bottom: 16px
  }
  .article-content .article-content__gallery-item {
    width: 324px
  }
  .article-content .article-content__post-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .article-content .article-content__author {
    margin-top: 8px
  }
  .article-content .article-content__post-link {
    margin-top: 24px
  }
}
@media (max-width:766px) {
  .article-content .article-content__post-link {
    font-size: 20px
  }
  .article-content .article-content__video {
    width: 432px;
    height: 224px
  }
  .article-content .article-content__nav-links--small {
    font-size: 20px;
    line-height: 28px
  }
  .article-content__content {
    font-size: 20px;
    line-height: 28px
  }
  .article-content__gallery .article-content__gallery-item {
    width: 100%
  }
}
.w-table-date table tr {
  border-bottom: 1px solid #c7cdd2
}
.w-table-date table tr td {
  border-right: 1px solid #c7cdd2;
  padding: .5em 1em
}
.w-table-date table tr td:last-of-type {
  border-right: 0
}
.w-table-date table tr:last-of-type {
  border-bottom: 0
}
.article-page--old .flag {
  display: none
}
.article-page .article-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0 8px
}
.article-page .article-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-decoration: none
}
.article-page .article-link__icon {
  vertical-align: middle;
  line-height: 100%
}
.article-page .article-link__text {
  color: #065894;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.article-page .article-link__text:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.article-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #a6b4c1;
  margin-bottom: 16px
}
.article-type--highlighted::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: #a6b4c1
}
.citate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px 0;
  background: url(../images/news/icn-citate.png) 100% 0 no-repeat;
  background: url(../images/news/icn-citate.svg) 100% 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/news/icn-citate.svg) 100% 0 no-repeat,linear-gradient(transparent,transparent)
}
.citate a {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.citate a:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.citate a:visited {
  color: #0b0694
}
.citate a:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.citate--nosign {
  background: 0 0
}
.citate_title {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  width: 852px;
  text-align: left;
  -ms-flex-item-align: stretch;
  align-self: stretch
}
@media (max-width:1278px) {
  .citate_title {
    width: 100%
  }
}
.numsblock {
  padding-bottom: 32px;
  margin: 0 -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.numsblock .numsblock__item {
  width: 148px;
  margin: 32px 24px 0 24px;
  padding: 0 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center
}
.numsblock .numsblock__header {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 8px
}
.numsblock .numsblock__description {
  font-size: 14px;
  line-height: 20px
}
@media (max-width:1278px) {
  .numsblock .numsblock__item {
    padding: 0 8px
  }
}
@media (max-width:766px) {
  .numsblock {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .numsblock .numsblock__item {
    width: 192px;
    padding: 0 24px
  }
  .numsblock .numsblock__description {
    font-size: 18px;
    line-height: 24px
  }
}
.page-header--article {
  height: 185px
}
.page-header--article .page-header__overlay {
  background: url(../images/articles/page-header-overlay.png) repeat;
  background: rgba(21,51,77,.6)
}
.page-header--article .page-header__border,
.page-header--article .page-header__scrollbtn {
  display: none
}
.page-header--article .breadcrumbs__link:hover {
  color: #fff;
  border-color: #fff
}
.page-header--article .page-header__section-text {
  margin-top: 64px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 80px;
  overflow: hidden;
  zoom: 1
}
.page-header--article .page-header__maintitle {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-align: left
}
@media (max-width:766px) {
  .page-header--article {
    height: auto
  }
  .page-header--article .breadcrumbs {
    position: static
  }
  .page-header--article .page-header__wrapper {
    position: static;
    margin: 0 auto
  }
  .page-header--article .page-header__section-text {
    color: #000;
    position: static;
    padding: 0;
    margin: 0 0 24px 0
  }
  .page-header--article .page-header__bg,
  .page-header--article .page-header__overlay {
    display: none
  }
  .page-header--article .breadcrumbs__link:hover {
    color: #065894;
    border-bottom-color: #065894
  }
}
.scheme-steps {
  margin: 80px 0
}
.scheme-steps .scheme-steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.scheme-steps .scheme-steps__item {
  width: 384px;
  -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.12);
  box-shadow: 0 4px 24px rgba(6,88,148,.12);
  border-radius: 5px;
  padding: 48px 24px;
  text-align: center;
  position: relative
}
.scheme-steps .scheme-steps__item::before {
  display: block;
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 9px 12px;
  border-color: transparent transparent #fff transparent;
  -webkit-filter: drop-shadow(0 -6px 6px rgba(6, 88, 148, .15));
  filter: drop-shadow(0 -6px 6px rgba(6, 88, 148, .15))
}
.scheme-steps .scheme-steps__steptitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 36px
}
.scheme-steps .scheme-steps__steptext {
  font-size: 18px;
  line-height: 24px;
  margin-top: 36px;
  padding: 0 24px
}
.scheme-steps .scheme-steps__stepdescr {
  font-size: 16px;
  line-height: 20px;
  margin-top: 16px
}
.scheme-steps .scheme-steps__link {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.scheme-steps .scheme-steps__link:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.scheme-steps .scheme-steps__link:visited {
  color: #0b0694
}
.scheme-steps .scheme-steps__link:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.scheme-steps .scheme-steps__steps-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px
}
.scheme-steps .scheme-steps__step {
  width: 384px;
  height: 16px;
  text-align: center;
  position: relative
}
.scheme-steps .scheme-steps__step::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -1px 0 0 278px;
  content: "";
  width: 234px;
  height: 2px;
  background: #e4e8ec
}
.scheme-steps .scheme-steps__step--last::before {
  display: none
}
.scheme-steps .scheme-steps__circle {
  width: 16px;
  height: 16px;
  border: 4px solid #27aee8;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto
}
.scheme-steps .scheme-steps__stepdescr-list {
  text-align: left;
  font-size: 16px;
  line-height: 20px
}
.scheme-steps .scheme-steps__stepdescr-list .scheme-steps__stepdescr-item {
  margin-bottom: 6px
}
@media (max-width:1278px) {
  .scheme-steps .scheme-steps__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .scheme-steps .scheme-steps__steps-line {
    width: 180px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .scheme-steps .scheme-steps__steptext {
    padding: 0
  }
  .scheme-steps .scheme-steps__steptext,
  .scheme-steps .scheme-steps__steptitle {
    margin-top: 24px
  }
  .scheme-steps .scheme-steps__steptitle {
    padding: 0 32px
  }
  .scheme-steps .scheme-steps__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    height: 255px;
    padding: 24px;
    margin-bottom: 32px
  }
  .scheme-steps .scheme-steps__step::before {
    top: 50%;
    left: 50%;
    height: 220px;
    margin: 34px 0 0 -1px;
    width: 2px
  }
  .scheme-steps .scheme-steps__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .scheme-steps .scheme-steps__item {
    width: 324px;
    height: 255px;
    margin-bottom: 32px;
    padding: 24px 24px 32px
  }
  .scheme-steps .scheme-steps__item::before {
    top: 50%;
    left: 3px;
    margin-top: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 9px 12px 0;
    border-color: transparent #fff transparent transparent;
    -webkit-filter: drop-shadow(-8px 0 6px rgba(6, 88, 148, .15));
    filter: drop-shadow(-8px 0 6px rgba(6, 88, 148, .15))
  }
  .scheme-steps .scheme-steps__number {
    margin-top: 12px
  }
  .scheme-steps .scheme-steps__stepdescr-list {
    display: none
  }
  .scheme-steps--ecp .scheme-steps__item,
  .scheme-steps--ecp .scheme-steps__step {
    height: 255px
  }
  .scheme-steps--ecp .scheme-steps__step::before {
    height: 220px
  }
  .scheme-steps--for-suppliers .scheme-steps__item,
  .scheme-steps--for-suppliers .scheme-steps__step {
    height: 305px
  }
  .scheme-steps--for-suppliers .scheme-steps__step::before {
    height: 270px
  }
  .scheme-steps--for-customers .scheme-steps__item,
  .scheme-steps--for-customers .scheme-steps__step {
    height: 275px
  }
  .scheme-steps--for-customers .scheme-steps__step::before {
    height: 240px
  }
  .scheme-steps--edo .scheme-steps__item,
  .scheme-steps--edo .scheme-steps__step {
    height: 285px
  }
  .scheme-steps--edo .scheme-steps__step::before {
    height: 250px
  }
  .scheme-steps--kim-atom .scheme-steps__item,
  .scheme-steps--kim-atom .scheme-steps__step {
    height: 245px
  }
  .scheme-steps--kim-atom .scheme-steps__step::before {
    height: 210px
  }
  .scheme-steps--fkr .scheme-steps__stepdescr {
    display: none
  }
  .scheme-steps--fkr .scheme-steps__item,
  .scheme-steps--fkr .scheme-steps__step {
    height: 275px
  }
  .scheme-steps--fkr .scheme-steps__step::before {
    height: 240px
  }
}
@media (max-width:766px) {
  .scheme-steps .scheme-steps__step,
  .scheme-steps .scheme-steps__steps-line {
    width: 80px
  }
}
.infoline {
  margin: 80px 0
}
.infoline .infoline__container {
  width: 792px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.infoline .infoline__item {
  display: block;
  color: #000;
  width: 384px;
  border-radius: 5px;
  border: 1px solid rgba(39,153,214,.4);
  padding: 24px 32px;
  text-align: center;
  text-decoration: none
}
.infoline .infoline__link {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.infoline .infoline__link:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.infoline .infoline__link:visited {
  color: #0b0694
}
.infoline .infoline__link:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.infoline .infoline__icon {
  margin: 0 auto
}
.infoline .infoline__data {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 16px
}
.infoline .infoline__note {
  margin-top: 8px
}
.infoline .infoline__additional-info {
  margin: 40px auto 0 auto;
  text-align: center;
  max-width: 772px
}
@media (max-width:1278px) {
  .infoline .infoline__container {
    width: 100%
  }
  .infoline .infoline__item {
    width: 324px
  }
}
@media (max-width:766px) {
  .infoline .infoline__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .infoline .infoline__item {
    width: 100%;
    margin: 0 0 24px 0;
    padding: 24px 48px
  }
  .infoline .infoline__item:last-of-type {
    margin-bottom: 0
  }
  .infoline .infoline__data {
    font-size: 18px;
    line-height: 24px;
    margin-top: 8px
  }
  .infoline .infoline__note {
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px
  }
}
.faq {
  margin: 48px 0 56px 0;
  counter-reset: section
}
.faq .faq__wrapper {
  position: relative
}
.faq .faq__header {
  margin-bottom: 32px
}
.faq .faq__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: left
}
.faq .faq__item {
  padding: 24px 0;
  border-bottom: 1px solid #e7eaee;
  position: relative
}
.faq .faq__item::before {
  display: block;
  width: 6px;
  height: 11px;
  content: "";
  position: absolute;
  top: 32px;
  right: 8px;
  background: url(../images/uc-ecp/icon-expandarrow.png);
  background: url(../images/uc-ecp/icon-expandarrow.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/uc-ecp/icon-expandarrow.svg),linear-gradient(transparent,transparent);
  background-size: 6px 11px;
  pointer-events: none
}
.faq .faq__question {
  display: block;
  font-size: 20px;
  line-height: 24px;
  padding-right: 24px;
  color: #000;
  font-weight: 600;
  text-decoration: none
}
.faq .faq__question:hover {
  color: #065894
}
.faq .faq__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  zoom: 1;
  margin: 16px 0
}
.faq .faq__img {
  max-width: 100%
}
.faq .faq__answer {
  display: none;
  margin-top: 16px;
  line-height: 20px
}
.faq .faq__answer img {
  width: 100%
}
.faq .faq__answer .w-cont-b {
  word-break: break-word
}
.faq .faq__item--active::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.faq .faq__item--active .faq__answer {
  display: block
}
.faq .faq__item--active .faq__answer p {
  margin-top: 8px
}
.faq .faq__item--active .faq__answer ol {
  list-style: decimal outside
}
.faq .faq__item--active .faq__answer ol li {
  margin-left: 24px
}
.faq .faq__item--active .faq__answer ul li {
  position: relative;
  padding-left: 24px
}
.faq .faq__item--active .faq__answer ul li::before {
  display: block;
  content: "•";
  margin: 0 8px;
  position: absolute;
  top: 0;
  left: 0
}
.faq .faq__item--active .faq__answer ol,
.faq .faq__item--active .faq__answer ul {
  margin: 8px 0 0
}
.faq .faq__item--active .faq__answer ol .ordered-list__item,
.faq .faq__item--active .faq__answer ol .unordered-list__item,
.faq .faq__item--active .faq__answer ol li,
.faq .faq__item--active .faq__answer ul .ordered-list__item,
.faq .faq__item--active .faq__answer ul .unordered-list__item,
.faq .faq__item--active .faq__answer ul li {
  margin-bottom: 8px
}
.faq .faq__item--active .faq__answer ol .ordered-list__item:last-child,
.faq .faq__item--active .faq__answer ol .unordered-list__item:last-child,
.faq .faq__item--active .faq__answer ol li:last-child,
.faq .faq__item--active .faq__answer ul .ordered-list__item:last-child,
.faq .faq__item--active .faq__answer ul .unordered-list__item:last-child,
.faq .faq__item--active .faq__answer ul li:last-child {
  margin-bottom: 0
}
.faq .faq__item--active .faq__answer a {
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.faq .faq__item--active .faq__answer a:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.faq .faq__item--active .faq__answer a:visited {
  color: #0b0694
}
.faq .faq__item--active .faq__answer a:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.faq .dashed-link:hover {
  border-bottom: 0 none;
  text-decoration: none
}
.faq .faq__answer,
.faq .ordered-list,
.faq .unordered-list {
  font-size: 20px;
  line-height: 28px
}
.faq .faq__group {
  margin: 48px 0
}
.faq .faq__group .faq__list {
  display: none
}
.faq .faq__group .faq__header {
  display: block;
  text-decoration: none;
  position: relative;
  padding-right: 32px;
  padding-left: 42px;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left
}
.faq .faq__group .faq__header::after {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  background: url(../images/icns/ui-elements/icn-arrow-down-24.png);
  background: url(../images/icns/ui-elements/icn-arrow-down-24.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/ui-elements/icn-arrow-down-24.svg),linear-gradient(transparent,transparent);
  background-size: 24px 24px;
  pointer-events: none;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.faq .faq__group .faq__header::before {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  margin-left: -42px;
  min-width: 24px;
  text-align: center;
  padding-right: 8px;
  counter-increment: section;
  content: counter(section) "."
}
.faq .faq__group .faq__title {
  display: inline-block
}
.faq .faq__group--active {
  margin: 48px 0 -1px 0
}
.faq .faq__group--active .faq__list {
  display: block
}
.faq .faq__group--active .faq__header {
  padding-bottom: 24px;
  border-bottom: 0 none
}
.faq .faq__group--active .faq__header::after {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}
.ie10 .faq .faq__answer a {
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all
}
@media (min-width:767px) {
  .faq .faq__title {
    text-align: center;
    font-weight: 400
  }
  .faq .faq__question {
    font-size: 18px;
    line-height: 24px;
    padding-right: 86px
  }
  .faq .faq__answer,
  .faq .ordered-list,
  .faq .unordered-list {
    font-size: 16px;
    line-height: 24px
  }
}
@media (min-width:1279px) {
  .faq .faq__header {
    text-align: center;
    width: 852px;
    margin: 0 auto;
    margin-bottom: 32px
  }
  .faq .faq__list {
    width: 852px;
    margin: 0 auto;
    border-top: 1px solid #e7eaee
  }
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(166,180,193,.2)
}
.tabs .tabs__nav-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: block;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  border: 0 none;
  background: 0 0;
  text-align: center;
  padding: 12px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border,ease-in-out,.15s;
  transition: border,ease-in-out,.15s
}
.tabs .tabs__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 24px;
  position: relative;
  cursor: pointer
}
.tabs .tabs__item:last-of-type {
  margin-right: 0
}
.tabs .tabs__item:hover .tabs__nav-link {
  border-bottom-color: rgba(166,180,193,.2)
}
.tabs .tabs__item--active .tabs__nav-link,
.tabs .tabs__item--active .tabs__nav-link:hover {
  border-bottom-color: #349bdf
}
.tabs .tabs__item--last {
  margin-right: 0
}
.tabs .tabs__hiddeninput {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0
}
.tabs.tabs--fullwidth {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.enlarge-link {
  display: inline-block;
  width: auto;
  margin: 0;
  position: relative
}
.enlarge-link::before {
  display: block;
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(6,88,148,.1);
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all .4s;
  transition: all .4s
}
.enlarge-link::after {
  display: block;
  content: "";
  text-align: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -25px 0 0 -25px;
  background: url(../images/icns/icn-zoom.png) 0 0 no-repeat;
  background: url(../images/icns/icn-zoom.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-zoom.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: 50px 50px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .4s;
  transition: all .4s
}
.enlarge-link:hover::before {
  opacity: 1
}
.enlarge-link:hover::after {
  opacity: 1;
  top: 50%
}
.unordered-list {
  list-style: none;
  margin: 24px 0 8px 0;
  font-size: 16px;
  line-height: 20px
}
.unordered-list .unordered-list__item,
.unordered-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px
}
.unordered-list .unordered-list__item::before,
.unordered-list li::before {
  display: block;
  content: "•";
  margin: 0 8px;
  position: absolute;
  top: 0;
  left: 0
}
.unordered-list .unordered-list__item .ordered-list__item,
.unordered-list .unordered-list__item .unordered-list__item,
.unordered-list li .ordered-list__item,
.unordered-list li .unordered-list__item {
  margin-left: 0
}
.unordered-list--2columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2
}
@media (max-width:766px) {
  .unordered-list--2columns {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1
  }
}
.ordered-list {
  list-style: decimal outside;
  margin: 24px 0;
  font-size: 16px;
  line-height: 20px
}
.ordered-list .ordered-list__item,
.ordered-list li {
  margin-bottom: 16px;
  margin-left: 24px
}
.ordered-list .ordered-list__item .ordered-list__item,
.ordered-list .ordered-list__item .unordered-list__item,
.ordered-list li .ordered-list__item,
.ordered-list li .unordered-list__item {
  margin-left: 0
}
.ordered-list--2columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2
}
@media (max-width:766px) {
  .ordered-list--2columns {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1
  }
}
.steps-advantages .steps-advantages__wrapper {
  width: 432px;
  padding: 0
}
.steps-advantages .steps-advantages__header {
  padding: 62px 50px 24px 0
}
.steps-advantages .steps-advantages__pic {
  width: 100%;
  height: 250px;
  overflow: hidden;
  zoom: 1
}
@media (min-width:767px) {
  .steps-advantages .steps-advantages__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
  }
  .steps-advantages .steps-advantages__content {
    width: 336px
  }
  .steps-advantages .steps-advantages__header {
    padding: 62px 12px 24px 0
  }
  .steps-advantages .steps-advantages__pic {
    width: 336px;
    height: 355px
  }
  .steps-advantages .steps-advantages__pic img {
    width: 100%;
    height: auto
  }
  .steps-advantages .steps-advantages__info {
    width: 337px;
    padding: 130px 0 0 24px
  }
}
@media (min-width:1279px) {
  .steps-advantages .steps-advantages__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .steps-advantages .steps-advantages__intro {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: -1px;
    background: #fff
  }
  .steps-advantages .steps-advantages__content {
    width: 510px;
    float: right
  }
  .steps-advantages .steps-advantages__header {
    padding: 58px 98px 42px 0
  }
  .steps-advantages .steps-advantages__pic {
    width: 510px;
    height: 540px
  }
  .steps-advantages .steps-advantages__img {
    line-height: 0
  }
  .steps-advantages .steps-advantages__info {
    float: left;
    width: 450px;
    padding: 150px 0 0 48px
  }
}
.advantages-list .advantages-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 28px
}
.advantages-list .advantages-list__num {
  color: #a6b4c1;
  font-size: 24px;
  line-height: 40px;
  width: 24px;
  font-style: normal;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.advantages-list .advantages-list__title {
  font-size: 24px;
  line-height: 40px
}
.advantages-list .advantages-list__description {
  display: block;
  font-size: 14px;
  line-height: 16px
}
@media (min-width:767px) {
  .advantages-list .advantages-list__item {
    padding-top: 32px
  }
}
@media (min-width:1279px) {
  .advantages-list .advantages-list__item {
    padding-top: 48px
  }
  .advantages-list .advantages-list__num {
    font-size: 32px;
    line-height: 40px;
    width: 38px
  }
  .advantages-list .advantages-list__title {
    font-size: 32px;
    line-height: 40px
  }
  .advantages-list .advantages-list__description {
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px
  }
}
.partners-list {
  margin: 80px 0
}
.partners-list .partners-list__logos {
  overflow: hidden;
  zoom: 1
}
.partners-list .partners-list__item {
  display: inline-block;
  width: 100%;
  line-height: 100%;
  text-align: center
}
.partners-list .partners-list__img,
.partners-list .partners-list__mobileimg {
  width: 100%;
  height: auto;
  margin: 0 auto
}
.partners-list .partners-list__img {
  display: none
}
@media (min-width:767px) {
  .partners-list .partners-list__mobileimg {
    display: none
  }
  .partners-list .partners-list__img {
    display: inline-block
  }
}
@media (min-width:1279px) {
  .partners-list .partners-list__img {
    width: auto
  }
}
.page-node-type-baza-znanii .ckeditor-accordion-container > dl,
.page-node-type-education .ckeditor-accordion-container > dl,
.page-node-type-uc .ckeditor-accordion-container > dl {
  border: 0
}
.page-node-type-baza-znanii .ckeditor-accordion-container > dl dt,
.page-node-type-education .ckeditor-accordion-container > dl dt,
.page-node-type-uc .ckeditor-accordion-container > dl dt {
  border-bottom: 1px solid #e7eaee
}
.page-node-type-baza-znanii .ckeditor-accordion-container > dl dt > a,
.page-node-type-education .ckeditor-accordion-container > dl dt > a,
.page-node-type-uc .ckeditor-accordion-container > dl dt > a {
  padding-left: 0;
  color: #000;
  background-color: #fff
}
.page-node-type-baza-znanii .ckeditor-accordion-container > dl dt > a:hover,
.page-node-type-education .ckeditor-accordion-container > dl dt > a:hover,
.page-node-type-uc .ckeditor-accordion-container > dl dt > a:hover {
  background-color: #fff;
  color: #065894
}
.page-node-type-baza-znanii .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle,
.page-node-type-education .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle,
.page-node-type-uc .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
  left: auto;
  right: 10px
}
.page-node-type-baza-znanii .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after,
.page-node-type-baza-znanii .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,
.page-node-type-education .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after,
.page-node-type-education .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,
.page-node-type-uc .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after,
.page-node-type-uc .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
  background-color: #c7cdd2
}
.page-node-type-baza-znanii .blue-block,
.page-node-type-education .blue-block,
.page-node-type-uc .blue-block {
  background: #c9daf8;
  padding: 1.5em;
  margin: 1em 0
}
.page-node-type-baza-znanii .yellow-block,
.page-node-type-education .yellow-block,
.page-node-type-uc .yellow-block {
  background: #fce5cd;
  padding: 1.5em;
  margin: 1em 0
}
.page-node-type-baza-znanii .red-block,
.page-node-type-education .red-block,
.page-node-type-uc .red-block {
  background: #ff6340;
  padding: 1.5em;
  margin: 1em 0
}
.page-node-type-baza-znanii .two-col,
.page-node-type-education .two-col,
.page-node-type-uc .two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.page-node-type-baza-znanii .two-col .col,
.page-node-type-education .two-col .col,
.page-node-type-uc .two-col .col {
  margin-right: 2em;
  line-height: 1.5
}
.page-node-type-baza-znanii .token-ol,
.page-node-type-education .token-ol,
.page-node-type-uc .token-ol {
  list-style-type: auto;
  margin-left: 1.5em!important
}
.page-node-type-baza-znanii .article-content__content a:not(.btn):not(.button):not(img):not(.documents__link),
.page-node-type-education .article-content__content a:not(.btn):not(.button):not(img):not(.documents__link),
.page-node-type-uc .article-content__content a:not(.btn):not(.button):not(img):not(.documents__link) {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.page-node-type-baza-znanii .article-content__content a:not(.btn):not(.button):not(img):not(.documents__link):hover,
.page-node-type-education .article-content__content a:not(.btn):not(.button):not(img):not(.documents__link):hover,
.page-node-type-uc .article-content__content a:not(.btn):not(.button):not(img):not(.documents__link):hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.page-node-type-baza-znanii .token-ol,
.page-node-type-education .token-ol,
.page-node-type-uc .token-ol {
  list-style-type: auto;
  margin-left: 1.5em!important
}
.page-node-type-baza-znanii .token-ul,
.page-node-type-education .token-ul,
.page-node-type-uc .token-ul {
  list-style-type: disc;
  margin-left: 1.5em!important
}
.page-node-type-baza-znanii .table-border td,
.page-node-type-education .table-border td,
.page-node-type-uc .table-border td {
  border: 1px solid #000;
  padding: 1.5em
}
.page-node-type-baza-znanii .table-border.col-1,
.page-node-type-education .table-border.col-1,
.page-node-type-uc .table-border.col-1 {
  width: 100%
}
.page-node-type-baza-znanii .table-border.col-2,
.page-node-type-education .table-border.col-2,
.page-node-type-uc .table-border.col-2 {
  width: 50%
}
.page-node-type-baza-znanii .table-border.col-3,
.page-node-type-education .table-border.col-3,
.page-node-type-uc .table-border.col-3 {
  width: 33.33%
}
.page-node-type-baza-znanii .table-border.col-4,
.page-node-type-education .table-border.col-4,
.page-node-type-uc .table-border.col-4 {
  width: 25%
}
.page-node-type-baza-znanii .table-border.col-5,
.page-node-type-education .table-border.col-5,
.page-node-type-uc .table-border.col-5 {
  width: 25%
}
.page-node-type-baza-znanii .table-border.col-6,
.page-node-type-education .table-border.col-6,
.page-node-type-uc .table-border.col-6 {
  width: 16.66%
}
.article-content__content .page-node-type-baza-znanii a:not(.btn):not(.button):not(img):not(.documents__link),
.article-content__content .page-node-type-uc a:not(.btn):not(.button):not(img):not(.documents__link) {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.article-content__content .page-node-type-baza-znanii a:not(.btn):not(.button):not(img):not(.documents__link):hover,
.article-content__content .page-node-type-uc a:not(.btn):not(.button):not(img):not(.documents__link):hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.infobox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  width: 100%;
  padding: 48px 40px;
  background-color: #00205e;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 8px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 48px 0
}
.infobox__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 48px
}
@media (min-width:1279px) {
  .infobox__img-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    top: 13px;
    bottom: 13px;
    right: 28px;
    width: auto;
    margin-bottom: 0
  }
}
.infobox__text {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: #fff
}
@media (min-width:1279px) {
  .infobox__text {
    z-index: 2;
    width: calc(100% - 408px)
  }
}
.infobox__text-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.19;
  color: #fff;
  margin-bottom: 24px
}
.infobox__button {
  color: #fff!important;
  text-decoration: none!important
}
@media (max-width:1278px) {
  .infobox .button {
    width: 100%
  }
}
.article-content__content .page-node-type-baza-znanii a:not(.btn):not(.button):not(img):not(.documents__link):hover,
.article-content__content .page-node-type-uc-article a:not(.btn):not(.button):not(img):not(.documents__link):hover {
  border-bottom-color: transparent!important
}
.page-node-type-uc-article .ckeditor-accordion-container:last-child {
  margin-bottom: 96px
}
.page-node-type-uc-article .ckeditor-accordion-container > dl {
  border-top: 1px solid #e6e6e6!important
}
.page-node-type-uc-article .ckeditor-accordion-container > dl dt > a {
  padding: 24px 38px 24px 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.17;
  color: #000!important;
  width: 100%
}
.page-node-type-uc-article .ckeditor-accordion-container > dl dt > a:hover {
  color: #0450f2
}
.page-node-type-uc-article .ckeditor-accordion-container > dl dt > a:hover .ckeditor-accordion-toggle {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.page-node-type-uc-article .ckeditor-accordion-container > dl dt > a .ckeditor-accordion-toggle {
  padding: 0;
  width: 20px;
  height: 20px;
  color: #8d93a1;
  border: 2px solid currentColor;
  border-radius: 50%;
  right: 0;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: color .4s ease,-webkit-transform .4s ease;
  transition: color .4s ease,-webkit-transform .4s ease;
  transition: color .4s ease,transform .4s ease;
  transition: color .4s ease,transform .4s ease,-webkit-transform .4s ease
}
.page-node-type-uc-article .ckeditor-accordion-container > dl dt > a .ckeditor-accordion-toggle:before {
  content: "";
  background: currentColor!important;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(0) translate(-50%,-50%);
  transform: rotate(0) translate(-50%,-50%);
  border-radius: 2px
}
.page-node-type-uc-article .ckeditor-accordion-container > dl dt > a .ckeditor-accordion-toggle:after {
  content: "";
  background: currentColor!important;
  width: 2px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(0) translate(-50%,-50%);
  transform: rotate(0) translate(-50%,-50%);
  border-radius: 2px
}
.page-node-type-uc-article .ckeditor-accordion-container > dl dt > a {
  color: #0450f2
}
.page-node-type-uc-article .ckeditor-accordion-container > dl dt.active > a .ckeditor-accordion-toggle {
  color: #0450f2!important;
  -webkit-transform: rotate(45deg)!important;
  transform: rotate(45deg)!important
}
.page-node-type-uc-article .ckeditor-accordion-container > dl dt > a .ckeditor-accordion-toggle:before {
  -webkit-transform: rotate(0) translate(-50%,-50%)!important;
  transform: rotate(0) translate(-50%,-50%)!important
}
.page-node-type-uc-article .ckeditor-accordion-container > dl dt > a .ckeditor-accordion-toggle:after {
  -webkit-transform: rotate(0) translate(-50%,-50%)!important;
  transform: rotate(0) translate(-50%,-50%)!important
}
.page-node-type-uc-article .ckeditor-accordion-container > dl dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin: 0;
  padding: 0
}
.page-node-type-uc-article .ckeditor-accordion-container > dl dd a {
  color: #0450f2;
  text-decoration: none
}
.page-node-type-uc-article .rates-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px
}
.page-node-type-uc-article .rates-table {
  font-size: .9em
}
.page-node-type-uc-article .footnote {
  padding-bottom: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #8d93a1;
  margin-bottom: 48px
}
.page-node-type-uc-article ol {
  list-style: auto
}
.page-node-type-uc-article ul {
  list-style: disc
}
.page-node-type-uc-article li {
  margin: 12px
}
.page-node-type-uc-article .set-header__link {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #0041cb;
  padding-right: 20px;
  background: url(/themes/etp/images/icns/icn-link.svg) no-repeat 100% 50%!important
}
.popup-procedure {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 99999;
  overflow: visible
}
.popup-procedure__content {
  padding: 48px!important
}
.popup-procedure__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.19;
  color: #000;
  margin-bottom: 8px
}
@media (max-width:766px) {
  .popup-procedure__title {
    font-size: 24px;
    line-height: 1.25
  }
}
.popup-procedure__description {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 24px
}
.popup-procedure .request-form .request-form__inputwrapper {
  width: 100%
}
.popup-procedure__content {
  background: #fff;
  width: 100%;
  max-width: 588px
}
.popup-procedure__content .ui-dialog-titlebar {
  padding: 0;
  background: 0 0;
  border: none
}
.popup-procedure__content .ui-dialog-titlebar .ui-dialog-title {
  display: none!important
}
.popup-procedure__content .request-form__control-item {
  margin-top: 40px
}
.popup-procedure__content .request-form .request-form__item--inline {
  margin-right: 0;
  max-width: none
}
.popup-procedure__content .request-form .request-form__inputwrapper {
  width: 100%
}
.popup-procedure__content.popup.ui-dialog {
  overflow: visible
}
.popup-procedure__content.popup.ui-dialog .ui-dialog-titlebar {
  position: static
}
.popup-procedure__content.popup.ui-dialog .ui-dialog-titlebar-close {
  top: 0!important;
  right: -54px!important;
  width: 24px!important;
  height: 24px!important;
  -webkit-box-sizing: content-box!important;
  box-sizing: content-box!important;
  border-radius: 50%!important;
  background: url(../images/BG/modalCloseIcon.svg) no-repeat 50% 50%!important
}
@media (max-width:766px) {
  .popup-procedure__content.popup.ui-dialog .ui-dialog-titlebar-close {
    top: 10px!important;
    right: 10px!important
  }
}
.popup-procedure__content.popup.ui-dialog .ui-dialog-titlebar-close:hover {
  background: url(../images/BG/modalCloseIcon.svg) no-repeat 50% 50%!important
}
.popup-procedure__content .success-popup__content {
  padding: 48px
}
.popup-procedure__content .success-popup__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.19;
  color: #000;
  margin-bottom: 8px
}
@media (max-width:766px) {
  .popup-procedure__content .success-popup__title {
    font-size: 24px;
    line-height: 1.25
  }
}
.popup-procedure__content .success-popup__description {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 24px
}
.search-gis {
  position: relative
}
.search-gis__notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 4px 8px;
  gap: 4px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #0041cb;
  border: 0;
  border-radius: 4px;
  background-color: #cdddff
}
.search-gis__icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.search-gis__icon svg {
  width: 100%;
  height: 100%
}
.search-gis__popover {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  width: 394px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  z-index: 11
}
.search-gis__popover-wrapper {
  position: relative;
  padding: 12px 40px 12px 12px
}
.search-gis__popover-close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  color: #8d93a1;
  border: 0;
  background-color: transparent;
  z-index: 2;
  padding: 0
}
.search-gis__popover-close:hover {
  color: #0041cb
}
.search-gis__popover-close:active {
  color: #0041cb
}
.search-gis__popover-close svg {
  width: 100%;
  height: 100%
}
.search-gis__popover-content {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px
}
.search-gis__popover-content a {
  color: #0041cb;
  text-decoration-line: underline
}
@-webkit-keyframes overlayFadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes overlayFadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes overlayFadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes overlayFadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@-webkit-keyframes srcModalSlideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes srcModalSlideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes srcModelSlideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }
}
@keyframes srcModelSlideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }
}
@-webkit-keyframes pulseZoomIn {
  from {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes pulseZoomIn {
  from {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@-webkit-keyframes pulseZoomOut {
  from {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  to {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}
@keyframes pulseZoomOut {
  from {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  to {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}
.src-modal {
  display: none
}
.src-modal.is-open {
  display: block
}
.src-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24,24,27,.92);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1050
}
.src-modal__wrapper {
  position: relative
}
.src-modal__container {
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100vh
}
.src-modal__close-button {
  position: absolute;
  right: -48px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
  z-index: 1060;
  cursor: pointer
}
.src-modal__close-button:hover {
  border-color: #fff
}
.src-modal__close-button:hover svg {
  color: #fff
}
.src-modal__close-button svg {
  stroke: currentColor;
  width: 100%;
  height: 100%;
  color: #8d93a1;
  -webkit-transition: .3s ease;
  transition: .3s ease
}
.src-modal-slide {
  display: none
}
.src-modal-slide.is-open {
  display: block
}
.src-modal-slide[aria-hidden=false] .src-modal__overlay {
  -webkit-animation: overlayFadeIn .3s cubic-bezier(0,0,.2,1);
  animation: overlayFadeIn .3s cubic-bezier(0,0,.2,1)
}
.src-modal-slide[aria-hidden=false] .src-modal__wrapper {
  -webkit-animation: srcModalSlideIn .3s cubic-bezier(0,0,.2,1);
  animation: srcModalSlideIn .3s cubic-bezier(0,0,.2,1)
}
.src-modal-slide[aria-hidden=true] .src-modal__overlay {
  -webkit-animation: overlayFadeOut .3s cubic-bezier(0,0,.2,1);
  animation: overlayFadeOut .3s cubic-bezier(0,0,.2,1)
}
.src-modal-slide[aria-hidden=true] .src-modal__wrapper {
  -webkit-animation: srcModelSlideOut .3s cubic-bezier(0,0,.2,1);
  animation: srcModelSlideOut .3s cubic-bezier(0,0,.2,1)
}
.src-modal-slide .src-modal__overlay,
.src-modal-slide .src-modal__wrapper {
  will-change: transform
}
.compiliance-modal {
  display: none
}
.compiliance-modal.is-open {
  display: block
}
.compiliance-modal .compliance-profile {
  border-radius: 8px;
  background: #fff
}
@media (max-width:766px) {
  .compiliance-modal .compliance-profile {
    position: sticky;
    top: 0;
    padding: 24px;
    background: #fff;
    z-index: 22
  }
  .compiliance-modal .compliance-profile .button {
    display: none
  }
}
.compiliance-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24,24,27,.92);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 30
}
.compiliance-modal__wrapper {
  position: relative
}
.compiliance-modal__container {
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100vh;
  background: #fff;
  border-radius: 8px
}
@media (max-width:1278px) {
  .compiliance-modal__container {
    border-radius: 0
  }
}
.compiliance-modal__close-button {
  position: absolute;
  right: -48px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
  z-index: 1060;
  cursor: pointer
}
.compiliance-modal__close-button:hover {
  border-color: #fff
}
.compiliance-modal__close-button:hover svg {
  color: #fff
}
.compiliance-modal__close-button svg {
  stroke: currentColor;
  width: 100%;
  height: 100%;
  color: #8d93a1;
  -webkit-transition: .3s ease;
  transition: .3s ease
}
@media (max-width:766px) {
  .compiliance-modal__close-button {
    top: 20px;
    right: 20px
  }
}
.compiliance-modal-slide {
  display: none
}
.compiliance-modal-slide.is-open {
  display: block
}
.compiliance-modal-slide[aria-hidden=false] .compiliance-modal__overlay {
  -webkit-animation: overlayFadeIn .3s cubic-bezier(0,0,.2,1);
  animation: overlayFadeIn .3s cubic-bezier(0,0,.2,1)
}
.compiliance-modal-slide[aria-hidden=false] .compiliance-modal__wrapper {
  -webkit-animation: srcModalSlideIn .3s cubic-bezier(0,0,.2,1);
  animation: srcModalSlideIn .3s cubic-bezier(0,0,.2,1)
}
.compiliance-modal-slide[aria-hidden=true] .compiliance-modal__overlay {
  -webkit-animation: overlayFadeOut .3s cubic-bezier(0,0,.2,1);
  animation: overlayFadeOut .3s cubic-bezier(0,0,.2,1)
}
.compiliance-modal-slide[aria-hidden=true] .compiliance-modal__wrapper {
  -webkit-animation: srcModelSlideOut .3s cubic-bezier(0,0,.2,1);
  animation: srcModelSlideOut .3s cubic-bezier(0,0,.2,1)
}
.compiliance-modal-slide .compiliance-modal__overlay,
.compiliance-modal-slide .compiliance-modal__wrapper {
  will-change: transform
}
.compiliance-modal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 384px;
  padding: 62px 32px 32px;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden
}
@media (max-width:766px) {
  .compiliance-modal {
    width: 100%;
    padding: 82px 32px 32px
  }
}
.compiliance-modal__slider {
  width: 100%;
  height: 100%;
  overflow: hidden
}
.compiliance-modal__image {
  margin-bottom: 16px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #dbe7ff;
  overflow: hidden
}
.compiliance-modal__image img {
  width: 100%
}
.compiliance-modal__name {
  display: block;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 28px;
  text-align: center
}
.compiliance-modal__pagination {
  position: absolute;
  top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 32px
}
@media (max-width:766px) {
  .compiliance-modal__pagination {
    top: 52px
  }
}
.compiliance-modal__pagination-bullet {
  position: relative;
  width: 100%;
  height: 6px;
  margin-left: 0;
  margin-right: 4px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #dbe7ff
}
.compiliance-modal__pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background-color: #0450f2
}
.compiliance-modal__pagination-bullet-checked {
  background-color: #0450f2
}
.compiliance-modal__pagination-bullet-active::before {
  -webkit-animation: timeline 8s linear 1 forwards;
  animation: timeline 8s linear 1 forwards
}
.compiliance-modal__pagination-bullet:last-child {
  margin-right: 0
}
.compiliance-modal__next {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  cursor: pointer;
  z-index: 999
}
.compiliance-modal__next .slide-modal__gradient {
  top: 0;
  right: 0;
  background: -webkit-gradient(linear,right top,left top,from(#dbe7ff),to(rgba(219,231,255,0)));
  background: linear-gradient(270deg,#dbe7ff 0,rgba(219,231,255,0) 100%)
}
.compiliance-modal__next:hover .slide-modal__gradient {
  opacity: 1
}
.compiliance-modal__prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  cursor: pointer;
  z-index: 999
}
.compiliance-modal__prev .slide-modal__gradient {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear,right top,left top,from(rgba(219,231,255,0)),to(#dbe7ff));
  background: linear-gradient(270deg,rgba(219,231,255,0) 0,#dbe7ff 100%)
}
.compiliance-modal__prev:hover .slide-modal__gradient {
  opacity: 1
}
.compiliance-modal__next.swiper-button-disabled,
.compiliance-modal__prev.swiper-button-disabled {
  display: none
}
.compiliance-modal__description {
  width: 100%;
  overflow: hidden
}
.compiliance-modal__gradient {
  position: absolute;
  width: 32px;
  height: 100%;
  opacity: 0;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in
}
@media (max-width:766px) {
  #modal-compliance {
    height: 100vh;
    overflow: auto;
    width: 100vw;
    background-color: #fff
  }
}
@keyframes timeline {
  from {
    width: 0
  }
  to {
    width: 100%
  }
}
.partners-modal {
  display: none
}
.partners-modal.is-open {
  display: block
}
.partners-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24,24,27,.92);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1050
}
.partners-modal__wrapper {
  position: relative
}
.partners-modal__container {
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100vh
}
.partners-modal__close-button {
  position: absolute;
  right: -48px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
  z-index: 1060;
  cursor: pointer
}
.partners-modal__close-button:hover {
  border-color: #fff
}
.partners-modal__close-button:hover svg {
  color: #fff
}
.partners-modal__close-button svg {
  stroke: currentColor;
  width: 100%;
  height: 100%;
  color: #8d93a1;
  -webkit-transition: .3s ease;
  transition: .3s ease
}
@media (max-width:766px) {
  .partners-modal__close-button {
    top: 20px;
    right: 20px
  }
}
.partners-modal-slide {
  display: none
}
.partners-modal-slide.is-open {
  display: block
}
.partners-modal-slide[aria-hidden=false] .partners-modal__overlay {
  -webkit-animation: overlayFadeIn .3s cubic-bezier(0,0,.2,1);
  animation: overlayFadeIn .3s cubic-bezier(0,0,.2,1)
}
.partners-modal-slide[aria-hidden=false] .partners-modal__wrapper {
  -webkit-animation: srcModalSlideIn .3s cubic-bezier(0,0,.2,1);
  animation: srcModalSlideIn .3s cubic-bezier(0,0,.2,1)
}
.partners-modal-slide[aria-hidden=true] .partners-modal__overlay {
  -webkit-animation: overlayFadeOut .3s cubic-bezier(0,0,.2,1);
  animation: overlayFadeOut .3s cubic-bezier(0,0,.2,1)
}
.partners-modal-slide[aria-hidden=true] .partners-modal__wrapper {
  -webkit-animation: srcModelSlideOut .3s cubic-bezier(0,0,.2,1);
  animation: srcModelSlideOut .3s cubic-bezier(0,0,.2,1)
}
.partners-modal-slide .partners-modal__overlay,
.partners-modal-slide .partners-modal__wrapper {
  will-change: transform
}
.partners-modal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 384px;
  padding: 62px 32px 32px;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden
}
@media (max-width:766px) {
  .partners-modal {
    width: 100%;
    padding: 82px 32px 32px
  }
}
.partners-modal__slider {
  width: 100%;
  height: 100%;
  overflow: hidden
}
.partners-modal__image {
  margin-bottom: 24px
}
.partners-modal__image img {
  width: 100%
}
.partners-modal__name {
  position: relative;
  display: block;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  -webkit-transition: color .3s ease-in;
  transition: color .3s ease-in;
  z-index: 1
}
.partners-modal__name.clickable {
  color: #0041cb;
  text-decoration: underline
}
.partners-modal__pagination {
  position: absolute;
  top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 32px
}
@media (max-width:766px) {
  .partners-modal__pagination {
    top: 52px
  }
}
.partners-modal__pagination-bullet {
  position: relative;
  width: 100%;
  height: 6px;
  margin-left: 0;
  margin-right: 4px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #dbe7ff
}
.partners-modal__pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background-color: #0450f2
}
.partners-modal__pagination-bullet-checked {
  background-color: #0450f2
}
.partners-modal__pagination-bullet-active::before {
  -webkit-animation: timeline 8s linear 1 forwards;
  animation: timeline 8s linear 1 forwards
}
.partners-modal__pagination-bullet:last-child {
  margin-right: 0
}
.partners-modal__next {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  cursor: pointer;
  z-index: 999
}
.partners-modal__next .partners-modal__gradient {
  top: 0;
  right: 0;
  background: -webkit-gradient(linear,right top,left top,from(#dbe7ff),to(rgba(219,231,255,0)));
  background: linear-gradient(270deg,#dbe7ff 0,rgba(219,231,255,0) 100%)
}
.partners-modal__next:hover .partners-modal__gradient {
  opacity: 1
}
.partners-modal__prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  cursor: pointer;
  z-index: 999
}
.partners-modal__prev .partners-modal__gradient {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear,right top,left top,from(rgba(219,231,255,0)),to(#dbe7ff));
  background: linear-gradient(270deg,rgba(219,231,255,0) 0,#dbe7ff 100%)
}
.partners-modal__prev:hover .partners-modal__gradient {
  opacity: 1
}
.partners-modal__next.swiper-button-disabled,
.partners-modal__prev.swiper-button-disabled {
  display: none
}
.partners-modal__description {
  width: 100%;
  overflow: hidden
}
.partners-modal__gradient {
  position: absolute;
  width: 32px;
  height: 100%;
  opacity: 0;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in
}
@media (max-width:766px) {
  #modal-partners {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
    background-color: #fff
  }
}
@keyframes timeline {
  from {
    width: 0
  }
  to {
    width: 100%
  }
}
.beta-modal {
  padding: 48px;
  width: 588px;
  background-color: #fff;
  border-radius: 8px
}
@media (max-width:766px) {
  .beta-modal {
    width: 100%
  }
}
.beta-modal.is-open {
  display: block
}
.beta-modal__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 24px
}
.beta-modal__notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  margin-bottom: 24px;
  border-radius: 8px;
  background-color: #dbe7ff
}
.beta-modal__notification svg {
  width: 100%;
  height: 100%
}
.beta-modal__notification-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.beta-modal__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px
}
.beta-modal__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.beta-modal__icon {
  color: #0450f2;
  width: 24px;
  height: 24px;
  margin-right: 10px
}
.beta-modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: disc;
  padding-left: 24px
}
.beta-modal__item {
  font-size: 16px;
  line-height: 24px
}
.beta-modal__item::marker {
  font-size: 14px
}
.beta-modal .button {
  width: 100%
}
.beta-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24,24,27,.92);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1050
}
.beta-modal__wrapper {
  position: relative
}
.beta-modal__container {
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100vh
}
@media (max-width:766px) {
  .beta-modal__container {
    max-height: 100%
  }
}
.beta-modal__close-button {
  position: absolute;
  right: -48px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
  z-index: 1060;
  cursor: pointer
}
.beta-modal__close-button:hover {
  border-color: #fff
}
.beta-modal__close-button:hover svg {
  color: #fff
}
.beta-modal__close-button svg {
  stroke: currentColor;
  width: 100%;
  height: 100%;
  color: #8d93a1;
  -webkit-transition: .3s ease;
  transition: .3s ease
}
.beta-modal-slide {
  display: none
}
.beta-modal-slide.is-open {
  display: block
}
.beta-modal-slide[aria-hidden=false] .beta-modal__overlay {
  -webkit-animation: overlayFadeIn .3s cubic-bezier(0,0,.2,1);
  animation: overlayFadeIn .3s cubic-bezier(0,0,.2,1)
}
.beta-modal-slide[aria-hidden=false] .beta-modal__wrapper {
  -webkit-animation: srcModalSlideIn .3s cubic-bezier(0,0,.2,1);
  animation: srcModalSlideIn .3s cubic-bezier(0,0,.2,1)
}
.beta-modal-slide[aria-hidden=true] .beta-modal__overlay {
  -webkit-animation: overlayFadeOut .3s cubic-bezier(0,0,.2,1);
  animation: overlayFadeOut .3s cubic-bezier(0,0,.2,1)
}
.beta-modal-slide[aria-hidden=true] .beta-modal__wrapper {
  -webkit-animation: srcModelSlideOut .3s cubic-bezier(0,0,.2,1);
  animation: srcModelSlideOut .3s cubic-bezier(0,0,.2,1)
}
.beta-modal-slide .beta-modal__overlay,
.beta-modal-slide .beta-modal__wrapper {
  will-change: transform
}
.bidexpert-modal {
  padding: 24px;
  width: 588px;
  background-color: #fff;
  border-radius: 8px
}
@media (max-width:766px) {
  .bidexpert-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 48px 16px 16px;
    width: 100%;
    height: 100vh
  }
}
.bidexpert-modal.is-open {
  display: block
}
.bidexpert-modal__title {
  display: block;
  font-size: 32px;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px
}
.bidexpert-modal__notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  margin-bottom: 24px;
  border-radius: 8px;
  background-color: #dbe7ff
}
.bidexpert-modal__notification svg {
  width: 100%;
  height: 100%
}
.bidexpert-modal__notification-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.bidexpert-modal__company {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
  font-weight: 600
}
.bidexpert-modal__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px
}
.bidexpert-modal__group:last-child {
  margin-bottom: 0
}
.bidexpert-modal__label {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #8d93a1
}
.bidexpert-modal__value {
  font-size: 16px;
  line-height: 24px
}
.bidexpert-modal__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px
}
.bidexpert-modal__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.bidexpert-modal__icon {
  color: #0450f2;
  width: 24px;
  height: 24px;
  margin-right: 10px
}
.bidexpert-modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: disc;
  padding-left: 24px
}
.bidexpert-modal__action {
  display: none;
  margin-top: auto;
  padding: 16px;
  border-top: 1px solid #e6e6e6;
  margin-left: -16px;
  margin-right: -16px
}
@media (max-width:766px) {
  .bidexpert-modal__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.bidexpert-modal__item {
  font-size: 16px;
  line-height: 24px
}
.bidexpert-modal__item::marker {
  font-size: 14px
}
.bidexpert-modal .button {
  width: 100%
}
.bidexpert-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24,24,27,.92);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1050
}
.bidexpert-modal__wrapper {
  position: relative
}
@media (max-width:766px) {
  .bidexpert-modal__wrapper {
    height: 100%;
    background: #fff
  }
}
.bidexpert-modal__container {
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100vh
}
@media (max-width:766px) {
  .bidexpert-modal__container {
    max-height: 100%
  }
}
.bidexpert-modal__close-button {
  position: absolute;
  right: -48px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
  z-index: 1060;
  cursor: pointer
}
@media (max-width:766px) {
  .bidexpert-modal__close-button {
    top: 12px;
    right: 12px
  }
}
.bidexpert-modal__close-button:hover {
  border-color: #fff
}
.bidexpert-modal__close-button:hover svg {
  color: #fff
}
.bidexpert-modal__close-button svg {
  stroke: currentColor;
  width: 100%;
  height: 100%;
  color: #8d93a1;
  -webkit-transition: .3s ease;
  transition: .3s ease
}
.bidexpert-modal-slide {
  display: none
}
.bidexpert-modal-slide.is-open {
  display: block
}
.bidexpert-modal-slide[aria-hidden=false] .bidexpert-modal__overlay {
  -webkit-animation: overlayFadeIn .3s cubic-bezier(0,0,.2,1);
  animation: overlayFadeIn .3s cubic-bezier(0,0,.2,1)
}
.bidexpert-modal-slide[aria-hidden=false] .bidexpert-modal__wrapper {
  -webkit-animation: srcModalSlideIn .3s cubic-bezier(0,0,.2,1);
  animation: srcModalSlideIn .3s cubic-bezier(0,0,.2,1)
}
.bidexpert-modal-slide[aria-hidden=true] .bidexpert-modal__overlay {
  -webkit-animation: overlayFadeOut .3s cubic-bezier(0,0,.2,1);
  animation: overlayFadeOut .3s cubic-bezier(0,0,.2,1)
}
.bidexpert-modal-slide[aria-hidden=true] .bidexpert-modal__wrapper {
  -webkit-animation: srcModelSlideOut .3s cubic-bezier(0,0,.2,1);
  animation: srcModelSlideOut .3s cubic-bezier(0,0,.2,1)
}
.bidexpert-modal-slide .bidexpert-modal__overlay,
.bidexpert-modal-slide .bidexpert-modal__wrapper {
  will-change: transform
}
.company-modal {
  padding: 24px;
  width: 588px;
  background-color: #fff;
  border-radius: 8px
}
@media (max-width:766px) {
  .company-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 48px 16px 16px;
    width: 100%;
    height: 100vh
  }
}
.company-modal.is-open {
  display: block
}
.company-modal__title {
  display: block;
  font-size: 32px;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px
}
.company-modal__notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  margin-bottom: 24px;
  border-radius: 8px;
  background-color: #dbe7ff
}
.company-modal__notification svg {
  width: 100%;
  height: 100%
}
.company-modal__notification-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.company-modal__company {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
  font-weight: 600
}
.company-modal__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px
}
.company-modal__group:last-child {
  margin-bottom: 0
}
.company-modal__label {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #8d93a1
}
.company-modal__value {
  font-size: 16px;
  line-height: 24px
}
.company-modal__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px
}
.company-modal__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.company-modal__icon {
  color: #0450f2;
  width: 24px;
  height: 24px;
  margin-right: 10px
}
.company-modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: disc;
  padding-left: 24px
}
.company-modal__action {
  display: none;
  margin-top: auto;
  padding: 16px;
  border-top: 1px solid #e6e6e6;
  margin-left: -16px;
  margin-right: -16px
}
@media (max-width:766px) {
  .company-modal__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.company-modal__item {
  font-size: 16px;
  line-height: 24px
}
.company-modal__item::marker {
  font-size: 14px
}
.company-modal .button {
  width: 100%
}
.company-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24,24,27,.92);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1050
}
.company-modal__wrapper {
  position: relative
}
@media (max-width:766px) {
  .company-modal__wrapper {
    height: 100%;
    background: #fff
  }
}
.company-modal__container {
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100vh
}
@media (max-width:766px) {
  .company-modal__container {
    max-height: 100%
  }
}
.company-modal__close-button {
  position: absolute;
  right: -48px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
  z-index: 1060;
  cursor: pointer
}
@media (max-width:766px) {
  .company-modal__close-button {
    top: 12px;
    right: 12px
  }
}
.company-modal__close-button:hover {
  border-color: #fff
}
.company-modal__close-button:hover svg {
  color: #fff
}
.company-modal__close-button svg {
  stroke: currentColor;
  width: 100%;
  height: 100%;
  color: #8d93a1;
  -webkit-transition: .3s ease;
  transition: .3s ease
}
.company-modal-slide {
  display: none
}
.company-modal-slide.is-open {
  display: block
}
.company-modal-slide[aria-hidden=false] .company-modal__overlay {
  -webkit-animation: overlayFadeIn .3s cubic-bezier(0,0,.2,1);
  animation: overlayFadeIn .3s cubic-bezier(0,0,.2,1)
}
.company-modal-slide[aria-hidden=false] .company-modal__wrapper {
  -webkit-animation: srcModalSlideIn .3s cubic-bezier(0,0,.2,1);
  animation: srcModalSlideIn .3s cubic-bezier(0,0,.2,1)
}
.company-modal-slide[aria-hidden=true] .company-modal__overlay {
  -webkit-animation: overlayFadeOut .3s cubic-bezier(0,0,.2,1);
  animation: overlayFadeOut .3s cubic-bezier(0,0,.2,1)
}
.company-modal-slide[aria-hidden=true] .company-modal__wrapper {
  -webkit-animation: srcModelSlideOut .3s cubic-bezier(0,0,.2,1);
  animation: srcModelSlideOut .3s cubic-bezier(0,0,.2,1)
}
.company-modal-slide .company-modal__overlay,
.company-modal-slide .company-modal__wrapper {
  will-change: transform
}
.section-header {
  text-align: center;
  margin-bottom: 48px
}
.section-header .section-header__title {
  font-size: 44px;
  line-height: 56px
}
@media (max-width:766px) {
  .section-header .section-header__title {
    font-size: 32px;
    line-height: 40px
  }
}
.section-header .section-header__description {
  margin-top: 8px;
  font-size: 18px;
  line-height: 24px
}
.section-header--left {
  text-align: left
}
@media (max-width:766px) {
  .section-header .section-header__title {
    font-weight: 600
  }
  .section-header .section-header__description {
    font-size: 20px;
    line-height: 28px
  }
}
.help-block {
  position: absolute;
  top: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 4px;
  white-space: nowrap;
  left: 0
}
.help-block.help {
  display: none!important;
  color: #a6b4c1
}
.help-block.form-error {
  display: block;
  color: #eb482f
}
.c-input {
  position: relative
}
.c-input label {
  cursor: text;
  font-size: .875em;
  line-height: 1.1;
  color: #c7cdd2;
  font-weight: 400;
  position: absolute;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  top: 12px;
  left: 15px
}
.c-input label.g-ahead-label {
  display: block;
  top: -12px;
  left: 12px;
  padding: 0 2px;
  background: #fff;
  z-index: 1
}
.c-input input.input--filled,
.c-input input:focus,
.c-input textarea.input--filled,
.c-input textarea:focus {
  padding: 17px 10px 4px
}
.c-input input.input--filled ~ label,
.c-input input:focus ~ label,
.c-input textarea.input--filled ~ label,
.c-input textarea:focus ~ label {
  color: #c7cdd2;
  font-size: .625em;
  font-weight: 400;
  top: 5px
}
.c-input.c-input--normal input.input--filled,
.c-input.c-input--normal input:focus,
.c-input.c-input--normal textarea.input--filled,
.c-input.c-input--normal textarea:focus {
  padding: 0 16px
}
.c-input.has-error input,
.c-input.has-error textarea {
  border-color: #eb482f
}
.c-input.has-error input:focus,
.c-input.has-error textarea:focus {
  border-color: #0450f2
}
.c-input.has-success input,
.c-input.has-success textarea {
  border-color: #8d93a1
}
.c-input.has-success input:focus,
.c-input.has-success textarea:focus {
  border-color: #0450f2
}
.c-input .datepicker,
.c-input .monthYearPicker {
  background: url(../images/icns/icn-calendar.png) 90% 50% no-repeat;
  background: url(../images/icns/icn-calendar.svg) right 15px top 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-calendar.svg) right 15px top 50% no-repeat,linear-gradient(transparent,transparent);
  background-color: #fff;
  background-size: 16px 16px
}
.c-input .datepicker.g-opened,
.c-input .datepicker:focus,
.c-input .monthYearPicker.g-opened,
.c-input .monthYearPicker:focus {
  background: url(../images/icns/icn-calendar-hover.png) 90% 50% no-repeat;
  background: url(../images/icns/icn-calendar-hover.svg) right 15px top 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-calendar-hover.svg) right 15px top 50% no-repeat,linear-gradient(transparent,transparent);
  background-color: #fff;
  background-size: 16px 16px;
  border-color: #0450f2
}
.c-input .g-inline-select {
  background: 0 0
}
.ui-controlgroup {
  margin-left: 1px
}
.ui-controlgroup .ui-controlgroup-item {
  float: left;
  margin-left: -1px;
  margin-right: 0
}
.ui-controlgroup .c-inp-radio,
.ui-controlgroup input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.c-inp-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  cursor: default;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  margin: 0 10px 0 0;
  height: 17px;
  width: 17px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}
.c-inp-radio span {
  display: none;
  width: 7px;
  height: 7px;
  margin: 4px 0 0 4px;
  background: url(../images/icns/icn-radio.png) 0 0 no-repeat;
  background: url(../images/icns/icn-radio.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-radio.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: 7px 7px
}
.c-inp-radio input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0
}
.c-inp-radio.c-inp-checked {
  background: #e3f3ff
}
.c-inp-radio.c-inp-checked span {
  display: block
}
.c-inp-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  cursor: default;
  background: #fff;
  border: 1px solid #d7d7d7;
  margin: 0 10px 0 0;
  height: 18px;
  width: 18px;
  min-width: 18px;
  border-radius: 3px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}
.c-inp-checkbox span {
  display: none;
  width: 12px;
  height: 9px;
  margin: 3px 0 0 2px;
  background: url(../images/icns/icn-checkbox.png) 0 0 no-repeat;
  background: url(../images/icns/icn-checkbox.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-checkbox.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: 12px 9px
}
.c-inp-checkbox span.help-block {
  display: block
}
.c-inp-checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0
}
.c-inp-checkbox.c-inp-checked {
  background: #e3f3ff
}
.c-inp-checkbox.c-inp-checked span {
  display: block
}
.c-inp-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  border: 1px solid #777;
  background: #fff;
  margin: 0 10px 10px 0;
  padding: 5px 10px
}
.c-inp-button .c-inp-real-element {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  outline: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0
}
.c-inp-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #fff
}
.c-inp-file .help-block {
  bottom: 0
}
.c-inp-file .c-inp-real-element {
  position: absolute;
  font-size: 16px;
  width: 100%;
  min-width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0
}
.c-inp-file .c-inp-fake-input {
  color: #000;
  font-weight: 400;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  padding: 0 15px 0 10px;
  font-size: .875em;
  line-height: 40px;
  height: 40px;
  min-width: 150px;
  border-radius: 5px
}
.c-inp-file .c-inp-upload-button {
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  font-size: .9375em;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
  text-align: center;
  border: none;
  outline: 0;
  border-radius: 5px;
  color: #b23835;
  border: 1px solid #b23835;
  background: #fff;
  z-index: 1;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  margin-left: -5px
}
.c-inp-file .c-inp-upload-button:hover {
  color: #b23835;
  background-color: rgba(0,0,0,.03)
}
.c-inp-file .c-inp-upload-button:active {
  border: 1px solid #b23835;
  margin-top: 0;
  -webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.15);
  box-shadow: inset 0 3px 3px rgba(0,0,0,.15)
}
.c-inp-file.has-success .c-inp-fake-input {
  border-color: #8d93a1
}
.c-inp-file.has-error .c-inp-fake-input {
  border-color: #ee3a42
}
.c-scrollable-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative
}
.c-scrollbar-vertical {
  position: absolute;
  cursor: default;
  width: 10px;
  bottom: 0;
  right: 0;
  top: 0
}
.c-scrollbar-slider {
  border-radius: 6px;
  padding: 0 2px
}
.c-scrollbar-vertical .c-scrollbar-dec,
.c-scrollbar-vertical .c-scrollbar-inc {
  background: 0 0;
  height: 4px;
  width: 6px;
  left: 0;
  top: 0
}
.c-scrollbar-vertical .c-scrollbar-inc {
  top: auto;
  bottom: 0
}
.c-scrollbar-vertical .c-scrollbar-handle {
  width: 6px;
  border-radius: 6px;
  min-height: 22px;
  background-color: #c7cdd2
}
.c-scrollbar-horizontal {
  position: absolute;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  cursor: default;
  height: 6px
}
.c-scrollbar-horizontal .c-scrollbar-dec,
.c-scrollbar-horizontal .c-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: 0 0;
  height: 4px;
  width: 8px
}
.c-scrollbar-horizontal .c-scrollbar-inc {
  left: auto;
  right: 0
}
.c-scrollbar-horizontal .c-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 6px
}
.c-scrollbar-horizontal .c-scrollbar-handle {
  position: absolute;
  height: 8px;
  min-width: 22px
}
.c-scrollbar.c-inp-inactive .c-scrollbar-handle {
  visibility: hidden
}
.c-inp-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid rgba(166,180,193,.5);
  background: #fff;
  height: 40px;
  border-radius: 4px
}
.c-inp-select select {
  z-index: 1;
  left: 0;
  top: 0
}
.c-inp-select.input--filled {
  border-color: #8d93a1
}
.c-inp-select.c-inp-select-input--filled {
  border-color: #8d93a1
}
.c-inp-select.c-inp-drop-active {
  border-color: #0450f2
}
.c-inp-select .c-inp-select-text {
  display: block;
  position: absolute;
  font-size: 16px;
  line-height: 40px;
  margin: 0 45px 0 15px;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.c-inp-select .c-inp-select-text span {
  display: block;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default
}
.c-inp-select .c-inp-select-text .c-inp-option-hideme,
.c-inp-select .c-inp-select-text .c-placeholder {
  font-weight: 400;
  color: #c7cdd2
}
.c-inp-select .c-inp-select-opener {
  position: absolute;
  width: 17px;
  height: 9px;
  right: 15px;
  top: 15px;
  background: url(../images/icns/icn-select-arrws.png) 0 0 no-repeat;
  background: url(../images/icns/icn-select-arrws.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-select-arrws.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: auto 9px
}
.c-inp-select:hover .c-inp-select-opener {
  background-position: -34px 0
}
.c-inp-select.c-inp-drop-active .c-inp-select-opener {
  background-position: -17px 0
}
.has-error .c-inp-select {
  border-color: #ee3a42
}
.c-inp-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px
}
.c-inp-drop-flipped {
  bottom: 100%;
  top: auto
}
.c-inp-select-drop .c-inp-select-drop-content {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.15);
  box-shadow: 0 4px 24px rgba(6,88,148,.15);
  min-width: 128px;
  overflow: hidden;
  zoom: 1
}
body > .c-inp-select-drop {
  position: absolute;
  margin: 5px 0 0;
  z-index: 9999
}
body > .c-inp-select-drop.c-inp-drop-flipped {
  margin: -5px 0 0
}
.c-inp-select-date .c-inp-select-opener {
  position: absolute;
  width: 13px;
  height: 10px;
  right: 15px;
  top: 15px;
  background: url(../images/icns/ui-elements/icn-date.png) 0 0 no-repeat;
  background: url(../images/icns/ui-elements/icn-date.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/ui-elements/icn-date.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-color: #fff;
  background-size: 13px 10px
}
.c-inp-select-date:hover .c-inp-select-opener {
  background: url(../images/icns/ui-elements/icn-date-active.png) 0 0 no-repeat;
  background: url(../images/icns/ui-elements/icn-date-active.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/ui-elements/icn-date-active.svg) 0 0 no-repeat,linear-gradient(transparent,transparent)
}
.c-inp-select-date.c-inp-drop-active .c-inp-select-opener {
  background: url(../images/icns/ui-elements/icn-date-active.png) 0 0 no-repeat;
  background: url(../images/icns/ui-elements/icn-date-active.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/ui-elements/icn-date-active.svg) 0 0 no-repeat,linear-gradient(transparent,transparent)
}
.c-inp-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px
}
.c-inp-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  width: 100%
}
.c-inp-list .c-inp-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%
}
.c-inp-list ul {
  list-style: none;
  padding: 0;
  margin: 0
}
.c-inp-list li {
  overflow: hidden;
  display: block
}
.c-inp-list .c-inp-overflow {
  overflow: auto
}
.c-inp-list .c-inp-option {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 8px 16px;
  color: #000;
  border-bottom: 1px solid #d7d7d7;
  position: relative
}
.c-inp-list .c-inp-disabled {
  background: #fff!important;
  color: #aaa!important
}
.c-inp-list .c-inp-option-hideme {
  display: none
}
.c-inp-select-drop .c-inp-hover {
  background-color: #f3faff
}
.c-inp-select-drop .c-inp-selected {
  background-color: #e3f3ff
}
.c-inp-compact-multiple .c-inp-option {
  padding-left: 46px
}
.c-inp-compact-multiple .c-inp-option::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 16px;
  border-radius: 3px;
  vertical-align: middle;
  background: #fff;
  background-size: 14px 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid rgba(166,180,193,.5);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 1
}
.c-inp-compact-multiple .c-inp-hover::before {
  border-color: #2799d6
}
.c-inp-compact-multiple .c-inp-selected::before {
  border-color: #2799d6;
  background-color: #e3f3ff;
  background-image: url(../images/icns/ui-elements/icn-checkbox.svg)
}
.c-inp-list .c-inp-optgroup-caption {
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding: 8px 16px;
  cursor: default;
  color: #000;
  border-bottom: 1px solid #d7d7d7
}
.ie10 .c-inp-select-drop .c-inp-selected {
  background: url(../images/icns/icn-checked.png) 15px 50% no-repeat;
  background-size: auto
}
.c-inp-textarea {
  display: block;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 10px 0 10px 10px;
  position: relative;
  resize: none
}
.c-inp-textarea .c-scrollable-wrapper {
  width: 100%!important
}
.c-inp-textarea .c-scrollbar-horizontal {
  display: none;
  height: 0
}
.c-inp-textarea .c-scrollbar-vertical {
  height: auto!important;
  top: -8px;
  bottom: 0
}
.c-inp-textarea .c-scrollbar-slider {
  background: 0 0
}
.c-inp-textarea textarea {
  display: inline-block;
  width: 100%!important;
  height: 100%;
  line-height: normal;
  border: none;
  margin: 0;
  padding: 0
}
.c-inp-textarea .c-inp-resize {
  display: none;
  position: absolute;
  text-align: center;
  cursor: se-resize;
  font-weight: 700;
  line-height: 15px;
  text-indent: 1px;
  font-size: 12px;
  height: 15px;
  width: 14px;
  bottom: 0;
  right: 0
}
.c-inp-textarea .c-inp-resize::before {
  border: 1px solid #0450f2;
  border-width: 0 1px 1px 0;
  display: block;
  margin: 4px 0 0 3px;
  width: 6px;
  height: 6px;
  content: ""
}
.c-inp-number {
  display: inline-block;
  position: relative;
  height: 32px
}
.c-inp-number input {
  -moz-appearance: textfield
}
.c-inp-number input::-webkit-inner-spin-button,
.c-inp-number input::-webkit-outer-spin-button {
  -webkit-appearance: none
}
.c-inp-number input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #777;
  padding: 3px 27px 3px 7px;
  margin: 0;
  height: 100%
}
.c-inp-number .c-inp-btn-dec,
.c-inp-number .c-inp-btn-inc {
  position: absolute;
  background: #aaa;
  width: 20px;
  height: 15px;
  right: 1px;
  top: 1px
}
.c-inp-number .c-inp-btn-dec {
  top: auto;
  bottom: 1px
}
.c-inp-number .c-inp-btn-dec:hover,
.c-inp-number .c-inp-btn-inc:hover {
  background: #e6e6e6
}
.c-inp-number.c-inp-disabled .c-inp-btn-dec:hover,
.c-inp-number.c-inp-disabled .c-inp-btn-inc:hover {
  background: #aaa
}
.c-inp-number .c-inp-btn-dec::before,
.c-inp-number .c-inp-btn-inc::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  border: 4px solid #aaa;
  border-color: transparent transparent #000 transparent
}
.c-inp-number .c-inp-btn-dec::before {
  margin: -1px 0 0 -4px;
  border-color: #000 transparent transparent transparent
}
.c-inp-number .c-inp-btn-dec.c-inp-disabled::before,
.c-inp-number .c-inp-btn-inc.c-inp-disabled::before,
.c-inp-number.c-inp-disabled .c-inp-btn-dec::before,
.c-inp-number.c-inp-disabled .c-inp-btn-inc::before {
  opacity: .3
}
.c-inp-number.c-inp-disabled input {
  background: #ddd
}
.c-inp-range {
  display: inline-block;
  min-width: 200px;
  margin: 0 10px;
  width: 130px
}
.c-inp-range .c-inp-range-track {
  margin: 0 20px 0 0;
  position: relative;
  display: block;
  height: 10px
}
.c-inp-range .c-inp-range-wrapper {
  position: relative;
  background: #e5e5e5;
  border-radius: 5px;
  display: block;
  margin: 5px 0
}
.c-inp-range.c-inp-vertical {
  min-width: 0;
  width: auto
}
.c-inp-range.c-inp-vertical .c-inp-range-wrapper {
  margin: 0;
  width: 10px;
  height: auto;
  padding: 20px 0 0
}
.c-inp-range.c-inp-vertical .c-inp-range-track {
  height: 180px;
  width: 10px
}
.c-inp-range.c-inp-vertical .c-inp-range-handle {
  left: -5px;
  top: auto
}
.c-inp-range .c-inp-range-display-wrapper {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  left: 10px;
  right: 10px
}
.c-inp-range .c-inp-range-display {
  border-radius: 5px;
  position: absolute;
  background: #888;
  width: 10px;
  height: 10px
}
.c-inp-range .c-inp-range-display.c-inp-range-min {
  margin: 0 0 0 -10px;
  padding: 0 0 0 10px
}
.c-inp-range .c-inp-range-display.c-inp-range-max {
  margin: 0 -10px 0 0;
  padding: 0 10px 0 0
}
.c-inp-range.c-inp-vertical .c-inp-range-display-wrapper {
  left: auto;
  right: auto;
  top: 10px;
  bottom: 10px
}
.c-inp-range.c-inp-vertical .c-inp-range-display.c-inp-range-min {
  margin: 0 0 -10px;
  padding: 0 0 10px
}
.c-inp-range.c-inp-vertical .c-inp-range-display.c-inp-range-max {
  margin: -10px 0 0;
  padding: 10px 0 0
}
.c-inp-range .c-inp-range-handle {
  position: absolute;
  background: #aaa;
  border-radius: 19px;
  width: 19px;
  height: 19px;
  margin: -4px 0 0;
  z-index: 1;
  top: 0;
  left: 0
}
.c-inp-range .c-inp-range-mark {
  position: absolute;
  overflow: hidden;
  background: #000;
  width: 1px;
  height: 3px;
  top: -7px;
  margin: 0 0 0 9px
}
.c-inp-range.c-inp-vertical .c-inp-range-mark {
  margin: 0 0 9px;
  left: 14px;
  top: auto;
  width: 3px;
  height: 1px
}
.c-inp-range .c-inp-active-handle {
  z-index: 2
}
.c-inp-range.c-inp-focus .c-inp-active-handle {
  border: 1px solid red;
  margin: -5px 0 0 -1px
}
.c-inp-range.c-inp-disabled {
  background: 0 0!important;
  opacity: .3
}
.c-inp-checkbox .help-block,
.c-inp-radio .help-block {
  min-width: 300px;
  font-size: .5625em;
  font-weight: 400;
  position: absolute;
  white-space: nowrap;
  left: 0;
  bottom: -20px;
  z-index: 2
}
.c-inp-checkbox .help-block.help,
.c-inp-radio .help-block.help {
  color: #216394
}
.c-inp-checkbox .help-block.form-error,
.c-inp-radio .help-block.form-error {
  color: #ee3a42
}
.input--filled-select {
  position: relative
}
.input--filled-select label {
  position: absolute;
  color: #c7cdd2;
  font-weight: 400;
  font-size: 10px;
  top: 4px;
  left: 15px
}
.input--filled-select .c-inp-select-text {
  padding-top: 8px;
  margin-left: 10px;
  line-height: 30px
}
.c-slider.ui-slider-horizontal {
  height: 2px;
  background: #2d2f31
}
.c-slider.ui-slider .ui-slider-handle {
  width: 9px;
  height: 9px;
  background: url(../images/icns/icn-slider-btn.png) no-repeat;
  outline: 0 none;
  top: -4px;
  margin-left: -4px;
  padding: 10px
}
.c-slider.ui-slider .ui-slider-range {
  background: #db3936
}
.ui-widget {
  font-weight: 400;
  background: #216394;
  border: none;
  border-radius: 5px
}
.w-labeled-select {
  position: relative
}
.w-labeled-select label {
  cursor: text;
  font-size: .875em;
  color: #c7cdd2;
  font-weight: 400;
  position: absolute;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  top: 10px;
  left: 15px;
  z-index: 1
}
.w-labeled-select.input--filled label {
  color: #c7cdd2;
  font-weight: 400;
  font-size: .625em;
  top: 4px
}
.w-labeled-select.input--filled .c-inp-select-text span {
  font-weight: 400;
  display: block;
  padding-top: 5px
}
.w-labeled-select.g-inline-select select,
.w-labeled-select.g-inline-select.input--filled select {
  background: 0 0;
  padding: 5px 12px
}
.w-labeled-select.g-inline-select .g-ahead-label,
.w-labeled-select.g-inline-select.input--filled .g-ahead-label {
  z-index: 1;
  display: block;
  font-size: .875em;
  top: -10px;
  left: 12px;
  padding: 0 2px;
  background: #fff
}
.mtz-monthpicker.ui-datepicker {
  border-left: none;
  border-right: none
}
.mtz-monthpicker {
  background: #fff;
  padding: 0
}
.mtz-monthpicker .mtz-monthpicker-header {
  padding: 10px 0;
  text-align: center;
  position: relative
}
.mtz-monthpicker .mtz-monthpicker-header .c-inp-select {
  height: 30px;
  min-width: 120px;
  padding: 0
}
.mtz-monthpicker .mtz-monthpicker-header .c-inp-select.input--filled {
  border-color: #d7d7d7
}
.mtz-monthpicker .mtz-monthpicker-header .c-inp-select .c-inp-select-opener {
  top: 10px;
  right: 10px;
  z-index: 2
}
.mtz-monthpicker .mtz-monthpicker-header .c-inp-select .c-inp-select-text {
  display: block;
  position: inherit;
  padding: 0;
  margin: 0
}
.mtz-monthpicker .mtz-monthpicker-header .c-inp-select .c-inp-select-text .c-inp-option-mtz-monthpicker {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  padding-right: 15px;
  height: 30px;
  line-height: 30px;
  z-index: 2
}
.mtz-monthpicker .mtz-monthpicker-header select {
  font-size: 13px
}
.mtz-monthpicker .mtz-monthpicker-year {
  width: 120px;
  font-size: 1em;
  line-height: 1;
  padding: 2px;
  margin: 0 20px
}
.mtz-monthpicker .mtz-monthpicker-tr td {
  cursor: default;
  padding: 7px
}
.mtz-monthpicker .mtz-monthpicker-tr td.ui-state-active {
  background: #e3f3ff
}
.mtz-monthpicker .mtz-monthpicker-tr td.ui-state-active:hover {
  background: #f3faff
}
.mtz-monthpicker .mtz-monthpicker-tr td:hover {
  background: #f3faff
}
.c-multiple-search-select {
  background: #fff;
  border-radius: 5px;
  z-index: 1
}
.c-multiple-search-select.open {
  position: static
}
.c-multiple-search-select p {
  margin: 0
}
.c-multiple-search-select {
  width: 100%
}
.SelectBox {
  padding: 5px 8px
}
.sumoStopScroll {
  overflow: hidden
}
.c-multiple-search-select .hidden {
  display: none
}
.c-multiple-search-select .search-txt {
  display: none;
  outline: 0
}
.c-multiple-search-select .no-match {
  display: none;
  color: #fff;
  font-weight: 400;
  font-size: .875em;
  text-align: center;
  padding: 5px;
  background: #2799d6;
  border-radius: 0 0 4px 4px
}
.c-multiple-search-select.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 98%!important;
  font-weight: 400;
  font-size: .875em;
  font-weight: 400;
  color: #c7cdd2;
  height: 36px;
  line-height: 36px;
  margin: 1px;
  padding: 0 35px 0 15px;
  padding-top: 9px;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.c-multiple-search-select.open .search-txt.input--filled,
.c-multiple-search-select.open .search-txt:focus {
  color: #000
}
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden
}
.SelectClass {
  z-index: 1
}
.c-multiple-search-select .select-all > label,
.c-multiple-search-select > .CaptionCont,
.c-multiple-search-select > .optWrapper > .options li.opt label {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none
}
.c-multiple-search-select {
  display: inline-block;
  position: relative;
  outline: 0
}
.c-multiple-search-select > .CaptionCont {
  font-weight: 400;
  font-weight: 400;
  color: #000;
  padding: 0 15px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d7d7d7
}
.c-multiple-search-select.input--filled > .CaptionCont {
  border-color: #8d93a1
}
.c-multiple-search-select.open > .CaptionCont,
.c-multiple-search-select.open.input--filled > .CaptionCont {
  border-color: #0450f2
}
.c-multiple-search-select > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default
}
.c-multiple-search-select > .CaptionCont > span.placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #c7cdd2;
  -webkit-transition: all .15s ease;
  transition: all .15s ease
}
.c-multiple-search-select.input--filled > .CaptionCont > span.placeholder {
  padding-top: 5px
}
.c-multiple-search-select.open > .CaptionCont > span.placeholder {
  position: absolute;
  color: #c7cdd2;
  font-weight: 400;
  font-size: .625em;
  top: 5px;
  left: 15px;
  line-height: 1;
  padding-top: 0;
  z-index: 4
}
.c-multiple-search-select .g-label {
  display: none;
  position: absolute;
  color: #c7cdd2;
  font-size: 10px;
  top: 4px;
  left: 15px;
  z-index: -1
}
.c-multiple-search-select.input--filled > .g-label {
  display: block
}
.c-multiple-search-select.open > .g-label {
  display: none
}
.c-multiple-search-select > .CaptionCont > span.placeholder.g-checked {
  font-weight: 400;
  color: #000
}
.c-multiple-search-select > .CaptionCont > label {
  cursor: default;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 30px;
  z-index: 3
}
.c-multiple-search-select > .CaptionCont > label > i {
  position: absolute;
  width: 17px;
  height: 9px;
  right: 15px;
  top: 16px;
  background: url(../images/icns/icn-select-arrws.png) no-repeat;
  background: url(../images/icns/icn-select-arrws.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-select-arrws.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: auto 9px
}
.c-multiple-search-select:hover > .CaptionCont > label > i {
  background-position: -34px 0
}
.c-multiple-search-select.open > .CaptionCont > label > i,
.c-multiple-search-select.open:hover > .CaptionCont > label > i {
  background-position: -17px 0
}
.c-multiple-search-select > .optWrapper {
  display: none;
  z-index: 1000;
  top: 45px;
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.15);
  box-shadow: 0 4px 24px rgba(6,88,148,.15);
  overflow: hidden;
  zoom: 1
}
.c-multiple-search-select.open > .optWrapper {
  top: 45px;
  display: block
}
.c-multiple-search-select.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px
}
.c-multiple-search-select > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto
}
.c-multiple-search-select > .optWrapper > .options {
  max-height: 228px
}
.c-multiple-search-select > .optWrapper > .options li.group.disabled > label {
  opacity: .5
}
.c-multiple-search-select > .optWrapper > .options li ul li.opt {
  padding-left: 24px
}
.c-multiple-search-select > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 55px
}
.c-multiple-search-select > .optWrapper.isFloating > .options {
  max-height: 100%;
  -webkit-box-shadow: 0 0 100px #595959;
  box-shadow: 0 0 100px #595959
}
.c-multiple-search-select > .optWrapper > .options li.opt {
  font-weight: 400;
  font-size: .875em;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 7px 20px 7px 35px;
  color: #000;
  border-bottom: 1px solid #d7d7d7;
  position: relative
}
.c-multiple-search-select > .optWrapper > .options li.opt.hidden {
  display: none
}
.c-multiple-search-select > .optWrapper > .options > li.opt:first-child {
  border-radius: 5px 5px 0 0
}
.c-multiple-search-select > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: none
}
.c-multiple-search-select > .optWrapper > .options li.opt:hover {
  background-color: #f3faff
}
.c-multiple-search-select > .optWrapper > .options li.opt.selected {
  background-color: #e3f3ff
}
.c-multiple-search-select > .optWrapper > .options li.opt.sel {
  background-color: #f3faff;
  border-bottom: 1px solid #a1c0e4
}
.c-multiple-search-select > .optWrapper > .options li label {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
  position: inherit;
  top: 0;
  left: 0;
  display: block;
  cursor: default
}
.c-multiple-search-select > .optWrapper > .options li span {
  display: none
}
.c-multiple-search-select > .optWrapper > .options li.group > label {
  display: block;
  cursor: default;
  font-weight: 400;
  font-size: .875em;
  color: #000;
  padding: 7px 0 7px 35px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  background-position: 15px 50%
}
.c-multiple-search-select > .optWrapper > .options li.group > label.selected {
  background: url(../images/icns/icn-checked.png);
  background: url(../images/icns/icn-checked.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-checked.svg),linear-gradient(transparent,transparent);
  background-position: 15px 50%;
  background-size: 10px 8px;
  background-repeat: no-repeat
}
.c-multiple-search-select > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%
}
.c-multiple-search-select > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none
}
.c-multiple-search-select > .optWrapper > .options li.opt.disabled * {
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5
}
.c-multiple-search-select > .optWrapper.multiple > .options li.opt {
  padding-left: 35px
}
.c-multiple-search-select .select-all > span,
.c-multiple-search-select > .optWrapper.multiple > .options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -29px
}
.c-multiple-search-select .select-all > span i,
.c-multiple-search-select > .optWrapper.multiple > .options li.opt span i {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 8px
}
.c-multiple-search-select > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.13);
  box-shadow: 0 0 2px rgba(0,0,0,.13);
  border-radius: 0 0 3px 3px
}
.c-multiple-search-select > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%
}
.c-multiple-search-select > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block
}
.c-multiple-search-select > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px
}
.c-multiple-search-select > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}
.c-multiple-search-select > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1
}
.c-multiple-search-select > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #dbdbdb;
  border-radius: 0 0 0 3px
}
.c-multiple-search-select > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0
}
.c-multiple-search-select > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px
}
.c-multiple-search-select > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px
}
.c-multiple-search-select > .optWrapper.multiple.isFloating {
  padding-bottom: 43px
}
.c-multiple-search-select .select-all.partial > span i,
.c-multiple-search-select .select-all.selected > span i,
.c-multiple-search-select > .optWrapper.multiple > .options li.opt.selected span i {
  background: url(../images/icns/icn-checked.png) 0 0 no-repeat;
  background: url(../images/icns/icn-checked.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-checked.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: 10px 8px
}
.c-multiple-search-select.disabled {
  opacity: .7;
  cursor: not-allowed
}
.c-multiple-search-select.disabled > .CaptionCont {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none
}
.c-multiple-search-select .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer
}
.c-multiple-search-select .select-all > label,
.c-multiple-search-select .select-all > span i {
  cursor: pointer
}
.c-multiple-search-select .select-all.partial > span i {
  background-color: #ccc
}
.c-multiple-search-select > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline
}
.ui-controlgroup .ui-checkboxradio-label,
.ui-controlgroup .ui-checkboxradio-radio-label {
  font-weight: 400;
  font-size: .875em;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin-left: -1px;
  background: #f8f8f8;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  -webkit-transition: background .15s;
  transition: background .15s;
  background-color: #fff
}
.ui-controlgroup .ui-checkboxradio-label:hover,
.ui-controlgroup .ui-checkboxradio-radio-label:hover {
  background-color: #f3faff
}
.ui-controlgroup .ui-checkboxradio-label.g-first-el,
.ui-controlgroup .ui-checkboxradio-label.ui-corner-left,
.ui-controlgroup .ui-checkboxradio-radio-label.g-first-el,
.ui-controlgroup .ui-checkboxradio-radio-label.ui-corner-left {
  border-radius: 5px 0 0 5px
}
.ui-controlgroup .ui-checkboxradio-label.g-last-el,
.ui-controlgroup .ui-checkboxradio-label.ui-corner-right,
.ui-controlgroup .ui-checkboxradio-radio-label.g-last-el,
.ui-controlgroup .ui-checkboxradio-radio-label.ui-corner-right {
  border-radius: 0 5px 5px 0;
  margin-left: -1px
}
.ui-controlgroup .ui-checkboxradio-label .ui-checkboxradio-icon-space,
.ui-controlgroup .ui-checkboxradio-label .ui-icon-background,
.ui-controlgroup .ui-checkboxradio-radio-label .ui-checkboxradio-icon-space,
.ui-controlgroup .ui-checkboxradio-radio-label .ui-icon-background {
  display: none
}
.ui-controlgroup .ui-checkboxradio-label.ui-state-active,
.ui-controlgroup .ui-checkboxradio-radio-label.ui-state-active {
  background-color: #e3f3ff
}
.ui-widget.ui-autocomplete {
  font-family: "Exo 2","Open Sans",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.15);
  box-shadow: 0 4px 24px rgba(6,88,148,.15);
  min-width: 128px;
  overflow: hidden;
  zoom: 1;
  z-index: 10
}
.ui-widget.ui-autocomplete .ui-menu-item-wrapper,
.ui-widget.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  cursor: default;
  padding: 8px 12px;
  color: #000;
  border: 0 none;
  margin: 0;
  border-bottom: 1px solid #d7d7d7;
  max-width: 100%;
  white-space: normal
}
.ui-widget.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.ui-widget.ui-autocomplete .ui-menu-item-wrapper.ui-state-active.ui-state-active {
  background: #f3faff
}
.ui-widget.ui-autocomplete .ui-menu-item-wrapper a,
.ui-widget.ui-autocomplete .ui-menu-item-wrapper.ui-state-active a {
  display: inline-block;
  color: #000;
  white-space: normal;
  word-wrap: break-word;
  text-decoration: none
}
.ui-widget.ui-autocomplete .ui-menu-item {
  display: block
}
.ui-widget.ui-autocomplete .ui-menu-item:last-of-type .ui-menu-item-wrapper {
  border-bottom: 0
}
.scroll-wrapper {
  overflow: hidden!important;
  padding: 0!important;
  position: relative
}
.scroll-wrapper > .scroll-content {
  border: none!important;
  -webkit-box-sizing: content-box!important;
  box-sizing: content-box!important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none!important;
  overflow: scroll!important;
  padding: 0;
  position: relative!important;
  top: 0;
  width: auto!important
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0
}
.scroll-element {
  display: none
}
.scroll-element,
.scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block
}
.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
  cursor: default
}
.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999
}
.scroll-textarea > .scroll-content {
  overflow: hidden!important
}
.scroll-textarea > .scroll-content > textarea {
  border: none!important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%!important;
  margin: 0;
  max-height: none!important;
  max-width: none!important;
  overflow: scroll!important;
  outline: 0;
  padding: 2px;
  position: relative!important;
  top: 0;
  width: 100%!important
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0
}
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10
}
.scrollbar-rail > .scroll-element {
  background-color: #fff
}
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%
}
.scrollbar-rail > .scroll-element .scroll-element_size {
  width: 6px;
  border-radius: 6px
}
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 10px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 1px;
  width: 100%
}
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 3px 0 0;
  right: 0;
  top: 0;
  width: 6px
}
.scrollbar-rail > .scroll-element .scroll-bar {
  width: 6px;
  border-radius: 6px;
  background-color: #c7cdd2
}
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: 0;
  margin-left: 0
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 1px
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 6px
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 10px
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px
}
.ui-widget {
  font-family: "Exo 2","Open Sans",Arial,Helvetica,sans-serif
}
.ui-widget.ui-selectmenu-button {
  width: 100%;
  height: 40px;
  font-size: 14px;
  cursor: default;
  font-weight: 400;
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 7px 12px;
  position: relative;
  outline: 0
}
.ui-widget.ui-selectmenu-button-open {
  border-color: #0450f2
}
.ui-widget.ui-menu {
  background: #fff
}
.ui-selectmenu-menu .ui-menu {
  font-size: 14px;
  font-weight: 400;
  max-height: 250px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.15);
  box-shadow: 0 4px 24px rgba(6,88,148,.15)
}
.ui-selectmenu-icon.ui-icon {
  position: absolute;
  width: 17px;
  height: 9px;
  right: 15px;
  top: 15px;
  background: url(../images/icns/icn-select-arrws.png) 0 0 no-repeat;
  background: url(../images/icns/icn-select-arrws.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-select-arrws.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: auto 9px
}
.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon {
  background-position: -17px 0
}
.ui-selectmenu-menu .ui-menu-item {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 2px 0;
  padding: 0 3px
}
.ui-selectmenu-menu .ui-menu-item .ui-menu-wrapper {
  padding: 3px 15px
}
.ui-selectmenu-menu .ui-menu-item .ui-state-active {
  margin: 2px 0
}
.ui-selectmenu-text {
  padding-top: 5px;
  display: block;
  min-width: 120px;
  margin-right: 30px
}
.ui-selectmenu-menu .ui-menu-item .ui-state-active {
  background-color: #f3faff
}
.c-inp-select-drop .c-inp-selected {
  background-color: #e3f3ff
}
.ie8 .c-input.has-success input,
.ie8 .c-input.has-success textarea {
  border-color: #d7d7d7
}
.ui-widget.ui-multiselect {
  display: block;
  font-family: "Exo 2","Open Sans",Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  cursor: default;
  min-width: 100%;
  width: 100%!important;
  text-align: left;
  background: #fff;
  position: relative;
  border: 1px solid #d7d7d7;
  vertical-align: baseline;
  background: #fff;
  min-width: 220px;
  padding: 0;
  margin: 0;
  height: 40px;
  border-radius: 5px;
  outline: 0;
  position: relative
}
.ui-widget.ui-multiselect.ui-state-active {
  border-color: #0450f2
}
.ui-widget.ui-multiselect span {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 50px;
  height: 19px;
  overflow: hidden;
  zoom: 1;
  z-index: 3
}
.ui-widget.ui-multiselect span.ui-icon {
  display: block;
  position: absolute;
  width: 17px;
  height: 9px;
  left: auto;
  right: 15px;
  top: 18px;
  padding: 0;
  background: url(../images/icns/icn-select-arrws.png) 0 0 no-repeat;
  background: url(../images/icns/icn-select-arrws.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-select-arrws.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: auto 9px;
  z-index: 4
}
.ui-widget.ui-multiselect.ui-state-active span.ui-icon {
  background-position: -17px 0
}
.ui-multiselect-single .ui-multiselect-checkboxes input {
  left: -9999px;
  position: absolute!important;
  top: auto!important
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px!important
}
.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px
}
.ui-multiselect-header ul {
  font-size: .9em
}
.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0
}
.ui-multiselect-header a {
  text-decoration: none
}
.ui-multiselect-header a:hover {
  text-decoration: underline
}
.ui-multiselect-header span.ui-icon {
  float: left
}
.ui-multiselect-header .ui-multiselect-close {
  float: right;
  padding-right: 0;
  text-align: right
}
.ui-widget.ui-multiselect-menu {
  background: #fff;
  display: none;
  margin-top: 5px;
  position: absolute;
  text-align: left;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.15);
  box-shadow: 0 4px 24px rgba(6,88,148,.15);
  z-index: 10;
  overflow: hidden;
  zoom: 1
}
.ui-widget.ui-multiselect-menu .ui-multiselect-checkboxes {
  overflow-y: auto;
  position: relative
}
.ui-multiselect-checkboxes li {
  display: block
}
.ui-multiselect-checkboxes label {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid transparent;
  cursor: default;
  display: block;
  overflow: hidden;
  zoom: 1
}
.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
  margin-right: 5px
}
.ui-multiselect-checkboxes label img {
  height: 30px;
  vertical-align: middle;
  padding-right: 3px
}
.ui-multiselect-checkboxes li {
  clear: both;
  list-style: none;
  padding: 3px 10px
}
.ui-multiselect-checkboxes li:hover {
  background-color: #f3faff
}
.ui-multiselect-checkboxes .ui-multiselect-optgroup {
  padding: 0
}
.ui-multiselect-columns {
  display: inline-block;
  vertical-align: top
}
.ui-multiselect-checkboxes .ui-multiselect-optgroup a {
  color: #000;
  border-bottom: 1px solid #eee;
  padding: 3px 10px;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 5px 0;
  text-align: left;
  text-decoration: none
}
@media print {
  .ui-multiselect-menu {
    display: none
  }
}
.ie8 input[type=checkbox] {
  float: left;
  width: auto;
  margin: 0
}
.ie8 .g-checkbox input[type=checkbox] {
  margin: 4px 0 0
}
.ie8 .g-checkbox .g-label {
  cursor: default
}
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0
}
.checkbox .checkbox__label {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  word-wrap: break-word;
  max-width: calc(100% - 25px);
  white-space: normal
}
.checkbox .checkbox__label::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 3px;
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #fff;
  border: 1px solid rgba(166,180,193,.5);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.checkbox .checkbox__text {
  width: 100%
}
.checkbox .checkbox__text::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 3px;
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #fff;
  border: 1px solid rgba(166,180,193,.5);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.checkbox .checkbox__text:after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #dce8ff;
  position: absolute;
  top: 0;
  left: -4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease
}
.checkbox .checkbox__text:hover:after {
  opacity: 1;
  visibility: visible
}
.checkbox .checkbox__text:hover:before {
  border-color: #81a7f8
}
.checkbox input:checked ~ .checkbox__label::before,
.checkbox input:checked ~ .checkbox__text::before,
.checkbox.selected .checkbox__label::before {
  border-color: #1f63f3;
  background: #1f63f3 url(../images/BG/check.svg) no-repeat 50% 50%;
  background-size: 9px
}
.checkbox .checkbox__input.error ~ .checkbox__label:before {
  border-color: #db3936
}
.checkbox input:checked ~ .checkbox__label::after {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1
}
.checkbox input:hover ~ .checkbox__label::before,
.checkbox:hover .checkbox__label::before {
  border-color: #2799d6
}
.checkbox input.error ~ .checkbox__label::before {
  border-color: #eb482f
}
.js-form-type-checkbox {
  width: 100%
}
.documents .checkbox .checkbox__label::before {
  top: -8px
}
.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0
}
.radio .radio__label {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  padding-left: 26px
}
.radio .radio__label::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #c7cdd2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 1
}
.radio .radio__label::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #0450f2;
  top: 7px;
  left: 5px;
  opacity: 0;
  border-radius: 50%;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 2
}
.radio input:checked + .radio__label::before {
  border-color: #0450f2
}
.radio input:checked + .radio__label::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
.radio input:hover + .radio__label::before,
.radio:hover .radio__label::before {
  border-color: #0450f2
}
.radio input.error + .radio__label::before {
  border-color: #eb482f
}
.radio .radio__text::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #c7cdd2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 1
}
.radio .radio__text::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #0450f2;
  top: 7px;
  left: 5px;
  opacity: 0;
  border-radius: 50%;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 2
}
.radio input:checked + .radio__text::before {
  border-color: #0450f2
}
.radio input:checked + .radio__text::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
.radio input:hover + .radio__text::before,
.radio:hover .radio__text::before {
  border-color: #0450f2
}
.radio input.error + .radio__text::before {
  border-color: #eb482f
}
.controlgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}
.controlgroup .controlgroup__item {
  position: relative
}
.controlgroup .controlgroup__label {
  display: block;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  margin-left: -1px;
  background: #f8f8f8;
  border: 1px solid #8d93a1;
  border-radius: 0;
  -webkit-transition: background .15s;
  transition: background .15s;
  background-color: #fff
}
.controlgroup .controlgroup__label:hover {
  background-color: #f3faff
}
.controlgroup .controlgroup__item--left .controlgroup__label {
  border-radius: 5px 0 0 5px
}
.controlgroup .controlgroup__item--right .controlgroup__label {
  border-radius: 0 5px 5px 0
}
.controlgroup input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.controlgroup input:checked + .controlgroup__label {
  background-color: #e3f3ff;
  z-index: 1
}
input.datepicker,
input.datepickerBox {
  background: #fff url(../images/widgets/icon_datepicker.png);
  background: #fff url(../images/widgets/icon_datepicker.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: #fff url(../images/widgets/icon_datepicker.svg),linear-gradient(transparent,transparent);
  background-size: 13px 10px;
  background-position: 90% 50%;
  background-repeat: no-repeat
}
.ui-datepicker {
  width: auto;
  padding: 0;
  margin-top: 5px;
  min-width: 200px;
  background: #fff;
  border: 0 none;
  -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.15);
  box-shadow: 0 4px 24px rgba(6,88,148,.15);
  padding: 8px;
  overflow: hidden;
  zoom: 1;
  z-index: 99!important
}
.ui-datepicker.ui-widget-content {
  border: 0 none
}
.ui-datepicker-header {
  border: none;
  background: 0 0;
  font-weight: 400;
  padding: 10px 0;
  margin-bottom: 10px
}
.ui-datepicker-header .ui-state-hover {
  background: 0 0;
  border-color: transparent;
  cursor: pointer;
  border-radius: 5px
}
.ui-datepicker .ui-datepicker-title {
  color: #000;
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  padding: 1px 5px;
  width: 30%;
  margin: 0 3px;
  border-radius: 3px
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 14px;
  line-height: 100%;
  height: 28px
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 14px;
  border: none
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  width: 6px;
  height: 11px
}
.ui-datepicker .ui-datepicker-prev {
  left: 16px
}
.ui-datepicker .ui-datepicker-next {
  right: 10px
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  width: 8px;
  height: 12px;
  margin-top: 0;
  top: 0;
  font-weight: 400;
  -webkit-transition: all .15s;
  transition: all .15s;
  background: url(../images/widgets/icon_next.png) 0 0 no-repeat;
  background: url(../images/widgets/icon_next.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/widgets/icon_next.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: 8px 12px
}
.ui-datepicker .ui-datepicker-next span:hover,
.ui-datepicker .ui-datepicker-prev span:hover {
  opacity: .8
}
.ui-datepicker .ui-datepicker-prev span {
  background: url(../images/widgets/icon_prev.png) 0 0 no-repeat;
  background: url(../images/widgets/icon_prev.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/widgets/icon_prev.svg) 0 0 no-repeat,linear-gradient(transparent,transparent)
}
.ui-datepicker table {
  padding: 5px;
  margin: 0;
  border-radius: 5px
}
.ui-datepicker th {
  padding: 5px 0;
  color: #a6b4c1;
  border: 0 none;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  border: 0 none
}
.ui-datepicker td {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  background: #fff;
  border: 0 none;
  padding: 1px
}
.ui-datepicker td.ui-state-highlight {
  background-color: #e3f3ff
}
.ui-datepicker .ui-state-default {
  background: 0 0
}
td .ui-state-default {
  color: #000;
  background: 0 0;
  border: none;
  text-align: center;
  margin: 2px;
  font-weight: 400
}
.ui-datepicker td a,
.ui-datepicker td span {
  padding: 5.4px
}
.ui-state-disabled {
  opacity: 1
}
.ui-state-disabled .ui-state-default {
  color: rgba(235,72,47,.3)
}
.ui-datepicker td .ui-state-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 100%;
  white-space: nowrap
}
.ui-datepicker td .ui-state-active {
  background: #2799d6;
  color: #fff;
  border-radius: 4px;
  font-weight: 400
}
.ui-datepicker td .ui-state-active.ui-state-highlight,
.ui-datepicker td .ui-state-highlight {
  color: #2799d6;
  border-color: transparent;
  font-weight: 600
}
.ui-datepicker td .ui-state-active.ui-state-hover,
.ui-datepicker td .ui-state-hover {
  color: #000;
  border-color: #2799d6;
  border-radius: 100%;
  background: 0 0
}
.ui-widget {
  color: #000;
  font-family: "Exo 2","Open Sans",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: "Exo 2","Open Sans",Arial,Helvetica,sans-serif
}
.jstree-children,
.jstree-container-ul,
.jstree-node {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none
}
.jstree-anchor {
  display: inline-block;
  color: #000;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top
}
.jstree-anchor:focus {
  outline: 0
}
.jstree-anchor,
.jstree-anchor:active,
.jstree-anchor:hover,
.jstree-anchor:link,
.jstree-anchor:visited {
  text-decoration: none;
  color: inherit
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center
}
.jstree-ocl {
  cursor: pointer
}
.jstree-leaf > .jstree-ocl {
  cursor: default
}
.jstree .jstree-open > .jstree-children {
  display: block
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px
}
.jstree-anchor > .jstree-themeicon-hidden,
.jstree-no-icons .jstree-themeicon {
  display: none
}
.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0
}
.jstree-rtl .jstree-node {
  margin-left: 0
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  -webkit-touch-callout: none
}
.vakata-context {
  display: none
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  -webkit-box-shadow: 2px 2px 2px #999;
  box-shadow: 2px 2px 2px #999
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px
}
.vakata-context li {
  list-style: none
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: #000;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 #fff;
  border-radius: 1px
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1
}
.vakata-context li > a.vakata-context-parent {
  background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==);
  background-position: right center;
  background-repeat: no-repeat
}
.vakata-context li > a:focus {
  outline: 0
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: #fff;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0
}
.vakata-context .vakata-contextmenu-disabled > a > i {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: 0 0;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: #fff;
  margin: 0 .5em 0 0;
  border-left: 1px solid #e2e3e3
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: .8em;
  color: silver;
  opacity: .5;
  display: none
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7);
  background-position: left center;
  background-repeat: no-repeat
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 .5em;
  border-left-color: #fff;
  background: #e2e3e3
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px
}
#jstree-dnd .jstree-copy,
#jstree-dnd .jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px
}
#jstree-dnd .jstree-ok {
  background: green
}
#jstree-dnd .jstree-er {
  background: red
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px
}
.jstree-default .jstree-icon,
.jstree-default .jstree-node {
  background-repeat: no-repeat;
  background-color: transparent
}
.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
  -webkit-transition: background-color .15s,-webkit-box-shadow .15s;
  transition: background-color .15s,-webkit-box-shadow .15s;
  transition: background-color .15s,box-shadow .15s;
  transition: background-color .15s,box-shadow .15s,-webkit-box-shadow .15s
}
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 1px #ccc;
  box-shadow: inset 0 0 1px #ccc
}
.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 1px #ccc;
  box-shadow: inset 0 0 1px #ccc
}
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 1px #999;
  box-shadow: inset 0 0 1px #999
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none
}
.jstree-default .jstree-disabled {
  background: 0 0;
  color: #666
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef
}
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%)
}
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: 700
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none!important
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: 0 0
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9
}
.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==) left top repeat
}
.jstree-default > .jstree-wholerow-ul .jstree-clicked,
.jstree-default > .jstree-wholerow-ul .jstree-hovered {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0
}
.jstree-default .jstree-wholerow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9
}
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-gradient(linear,left top,left bottom,from(#beebff),to(#a8e4ff));
  background: linear-gradient(to bottom,#beebff 0,#a8e4ff 100%)
}
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px
}
.jstree-default .jstree-anchor {
  line-height: 24px
}
.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px
}
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px
}
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px
}
.jstree-default .jstree-wholerow {
  height: 24px
}
.jstree-default .jstree-icon,
.jstree-default .jstree-node {
  background-image: url(32px.png)
}
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y
}
.jstree-default .jstree-last {
  background: 0 0
}
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px
}
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px
}
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px
}
.jstree-default .jstree-themeicon {
  background-position: -260px -4px
}
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl,
.jstree-default > .jstree-no-dots .jstree-node {
  background: 0 0
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px
}
.jstree-default .jstree-disabled {
  background: 0 0
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: 0 0
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef
}
.jstree-default .jstree-checkbox {
  background-position: -164px -4px
}
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px
}
.jstree-default .jstree-checked > .jstree-checkbox,
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox {
  background-position: -228px -4px
}
.jstree-default .jstree-checked > .jstree-checkbox:hover,
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover {
  background-position: -228px -36px
}
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px
}
.jstree-default .jstree-checkbox-disabled {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%)
}
.jstree-default > .jstree-striped {
  background-size: auto 48px
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
  background-position: 100% 1px;
  background-repeat: repeat-y
}
.jstree-default.jstree-rtl .jstree-last {
  background: 0 0
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node {
  background: 0 0
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px
}
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(throbber.gif) center center no-repeat
}
.jstree-default .jstree-file {
  background: url(32px.png) -100px -68px no-repeat
}
.jstree-default .jstree-folder {
  background: url(32px.png) -260px -4px no-repeat
}
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0
}
#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px
}
#jstree-dnd.jstree-default .jstree-er,
#jstree-dnd.jstree-default .jstree-ok {
  background-image: url(32px.png);
  background-repeat: no-repeat;
  background-color: transparent
}
#jstree-dnd.jstree-default i {
  background: 0 0;
  width: 24px;
  height: 24px;
  line-height: 24px
}
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px
}
#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px
}
.jstree-default .jstree-ellipsis {
  overflow: hidden
}
.jstree-default .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 29px);
  text-overflow: ellipsis;
  overflow: hidden
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==)
}
.jstree-default.jstree-rtl .jstree-last {
  background: 0 0
}
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px
}
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px
}
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px
}
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px
}
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px
}
.jstree-default-small .jstree-wholerow {
  height: 18px
}
.jstree-default-small .jstree-icon,
.jstree-default-small .jstree-node {
  background-image: url(32px.png)
}
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y
}
.jstree-default-small .jstree-last {
  background: 0 0
}
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px
}
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px
}
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px
}
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl,
.jstree-default-small > .jstree-no-dots .jstree-node {
  background: 0 0
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px
}
.jstree-default-small .jstree-disabled {
  background: 0 0
}
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: 0 0
}
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef
}
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px
}
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px
}
.jstree-default-small .jstree-checked > .jstree-checkbox,
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox {
  background-position: -231px -7px
}
.jstree-default-small .jstree-checked > .jstree-checkbox:hover,
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover {
  background-position: -231px -39px
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px
}
.jstree-default-small .jstree-checkbox-disabled {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%)
}
.jstree-default-small > .jstree-striped {
  background-size: auto 36px
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
  background-position: 100% 1px;
  background-repeat: repeat-y
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: 0 0
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node {
  background: 0 0
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px
}
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(throbber.gif) center center no-repeat
}
.jstree-default-small .jstree-file {
  background: url(32px.png) -103px -71px no-repeat
}
.jstree-default-small .jstree-folder {
  background: url(32px.png) -263px -7px no-repeat
}
.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0
}
#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px
}
#jstree-dnd.jstree-default-small .jstree-er,
#jstree-dnd.jstree-default-small .jstree-ok {
  background-image: url(32px.png);
  background-repeat: no-repeat;
  background-color: transparent
}
#jstree-dnd.jstree-default-small i {
  background: 0 0;
  width: 18px;
  height: 18px;
  line-height: 18px
}
#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px
}
#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px
}
.jstree-default-small .jstree-ellipsis {
  overflow: hidden
}
.jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 23px);
  text-overflow: ellipsis;
  overflow: hidden
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==)
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: 0 0
}
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px
}
.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px
}
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px
}
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px
}
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px
}
.jstree-default-large .jstree-wholerow {
  height: 32px
}
.jstree-default-large .jstree-icon,
.jstree-default-large .jstree-node {
  background-image: url(32px.png)
}
.jstree-default-large .jstree-node {
  background-position: -288px 0;
  background-repeat: repeat-y
}
.jstree-default-large .jstree-last {
  background: 0 0
}
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0
}
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0
}
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0
}
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl,
.jstree-default-large > .jstree-no-dots .jstree-node {
  background: 0 0
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 0
}
.jstree-default-large .jstree-disabled {
  background: 0 0
}
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: 0 0
}
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef
}
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0
}
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px
}
.jstree-default-large .jstree-checked > .jstree-checkbox,
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox {
  background-position: -224px 0
}
.jstree-default-large .jstree-checked > .jstree-checkbox:hover,
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover {
  background-position: -224px -32px
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px
}
.jstree-default-large .jstree-checkbox-disabled {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%)
}
.jstree-default-large > .jstree-striped {
  background-size: auto 64px
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
  background-position: 100% 1px;
  background-repeat: repeat-y
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: 0 0
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node {
  background: 0 0
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 -32px
}
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(throbber.gif) center center no-repeat
}
.jstree-default-large .jstree-file {
  background: url(32px.png) -96px -64px no-repeat
}
.jstree-default-large .jstree-folder {
  background: url(32px.png) -256px 0 no-repeat
}
.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0
}
#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px
}
#jstree-dnd.jstree-default-large .jstree-er,
#jstree-dnd.jstree-default-large .jstree-ok {
  background-image: url(32px.png);
  background-repeat: no-repeat;
  background-color: transparent
}
#jstree-dnd.jstree-default-large i {
  background: 0 0;
  width: 32px;
  height: 32px;
  line-height: 32px
}
#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0 -64px
}
#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px
}
.jstree-default-large .jstree-ellipsis {
  overflow: hidden
}
.jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 37px);
  text-overflow: ellipsis;
  overflow: hidden
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==)
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: 0 0
}
@media (max-width:767px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: 700;
    font-size: 1.1em;
    text-shadow: 1px 1px #fff
  }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: 0 0;
    width: 40px;
    height: 40px
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url(40px.png);
    background-position: 0 -200px;
    background-size: 120px 240px
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url(40px.png);
    background-position: -40px -200px;
    background-size: 120px 240px
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px
  }
}
@media (max-width:767px) {
  .jstree-default-responsive .jstree-icon {
    background-image: url(40px.png)
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl,
  .jstree-default-responsive .jstree-node {
    background: 0 0
  }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px
  }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px
  }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0
  }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: 0 0
  }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0
  }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon {
    background-size: 120px 240px
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl,
  .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: 0 0
  }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0!important
  }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px!important
  }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0!important
  }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px
  }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px
  }
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover {
    background-position: 0 -80px
  }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px
  }
  .jstree-default-responsive .jstree-anchor {
    font-weight: 700;
    font-size: 1.1em;
    text-shadow: 1px 1px #fff
  }
  .jstree-default-responsive > .jstree-striped {
    background: 0 0
  }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255,255,255,.7);
    border-bottom: 1px solid rgba(64,64,64,.2);
    background: #ebebeb;
    height: 40px
  }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9
  }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff
  }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    -webkit-box-shadow: inset 0 -6px 3px -5px #666;
    box-shadow: inset 0 -6px 3px -5px #666
  }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    -webkit-box-shadow: inset 0 6px 3px -5px #666;
    box-shadow: inset 0 6px 3px -5px #666;
    border-top: 0
  }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon {
    background-image: url(40px.png);
    background-size: 120px 240px
  }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y
  }
  .jstree-default-responsive .jstree-last {
    background: 0 0
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px
  }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px
  }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
  }
  .jstree-default-responsive .jstree-file {
    background: url(40px.png) 0 -160px no-repeat;
    background-size: 120px 240px
  }
  .jstree-default-responsive .jstree-folder {
    background: url(40px.png) -40px -40px no-repeat;
    background-size: 120px 240px
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0
  }
}
.jstree-classificator a {
  display: none
}
.jstree-classificator .jstree-container-ul {
  padding-right: 22px
}
.jstree-classificator .jstree-themeicon-hidden {
  display: none
}
.jstree-classificator .jstree-anchor {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px
}
.jstree-classificator .jstree-anchor:hover .jstree-checkbox {
  border-color: #81a7f8
}
.jstree-classificator .jstree-anchor:hover:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  background: #dce8ff;
  z-index: -1
}
.jstree-classificator .jstree-node-name {
  display: inline-block;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 0 24px 0 0;
  border-bottom: 0 none;
  text-decoration: none;
  z-index: 10
}
.jstree-classificator .jstree-node-name.noResult .jstree-nodeid {
  display: none
}
.jstree-classificator .jstree-node-name.noResult ~ .jstree-anchor {
  display: none
}
.jstree-classificator .jstree-closed .jstree-node-name,
.jstree-classificator .jstree-open .jstree-node-name {
  cursor: pointer;
  border-bottom: 0 none
}
.jstree-classificator .jstree-closed .jstree-node-name:hover,
.jstree-classificator .jstree-open .jstree-node-name:hover {
  color: #065894
}
.jstree-classificator .jstree-leaf .jstree-node-name {
  cursor: default
}
.jstree-classificator .jstree-leaf .jstree-node-name:hover {
  color: #000
}
.jstree-classificator .jstree-ocl {
  cursor: pointer;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 2px;
  right: 0;
  background: url(../images/icns/ui-elements/icn-arrow-right-gray.svg) 50% 50% no-repeat;
  z-index: 5
}
.jstree-classificator .jstree-node {
  display: block;
  position: relative;
  padding-left: 24px;
  margin: 8px 0;
  text-transform: lowercase
}
.jstree-classificator .jstree-node .jstree-nodeid,
.jstree-classificator .jstree-node::first-letter {
  text-transform: uppercase
}
.jstree-classificator .jstree-node .jstree-node {
  border-bottom: 0;
  padding-bottom: 0
}
.jstree-classificator .jstree-node .jstree-last,
.jstree-classificator .jstree-node:last-of-type {
  margin-bottom: 0
}
.jstree-classificator .jstree-hidden,
.jstree-classificator .jstree-node.jstree-hidden {
  display: none
}
.jstree-classificator .jstree-children:not(.jstree-container-ul) {
  margin-top: 16px
}
.jstree-classificator .jstree-container-ul li:first-of-type {
  margin-top: 0
}
.jstree-classificator .jstree-nodeid {
  color: #c7cdd2
}
.jstree-classificator .jstree-leaf .jstree-ocl {
  display: none
}
.jstree-classificator .jstree-open > .jstree-ocl {
  background-image: url(../images/icns/ui-elements/icn-arrow-down-active.svg)
}
.jstree-classificator .jstree-checkbox {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #fff;
  border: 1px solid #c7cdd2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 3;
  cursor: pointer
}
.jstree-classificator .jstree-checkbox::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  -webkit-transform: scale(0) rotate(-60deg);
  transform: scale(0) rotate(-60deg);
  background-size: 10px 9px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/icns/ui-elements/icn-checkbox-wh.svg);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 4
}
.jstree-classificator .jstree-checkbox.jstree-undetermined {
  background-color: #0450f2;
  border-color: #0450f2
}
.jstree-classificator .jstree-checkbox.jstree-undetermined::before {
  opacity: 1;
  width: 8px;
  height: 2px;
  background: #fff;
  margin: 7px 0 0 4px;
  border-radius: 1px;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0)
}
.jstree-classificator .jstree-clicked > .jstree-checkbox {
  border-color: #0450f2;
  background-color: #0450f2
}
.jstree-classificator .jstree-clicked > .jstree-checkbox::before {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1
}
@-webkit-keyframes preloader {
  0%,
  100%,
  80% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0
  }
}
@keyframes preloader {
  0%,
  100%,
  80% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0
  }
}
.jstree-loading .jstree-node-name,
.jstree-loading .jstree-node-name:active,
.jstree-loading .jstree-node-name:hover {
  color: #a6b4c1!important
}
.jstree-loading .jstree-checkbox,
.jstree-loading .jstree-checkbox:after,
.jstree-loading .jstree-checkbox:before {
  display: block;
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  -webkit-animation: preloader 1.2s infinite ease-in-out;
  animation: preloader 1.2s infinite ease-in-out;
  -webkit-transform: none;
  transform: none;
  border: 0 none;
  opacity: 1;
  background: 0 0;
  margin: -12px 0 0 4px
}
.jstree-loading .jstree-checkbox {
  color: #2799d6;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: none;
  transform: none;
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}
.jstree-loading .jstree-checkbox:after,
.jstree-loading .jstree-checkbox:before {
  content: "";
  position: absolute;
  top: 0
}
.jstree-loading .jstree-checkbox:before {
  left: -4px;
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}
.jstree-loading .jstree-checkbox:after {
  left: 4px
}
.jstree-loading.jstree-initial-node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.jstree-loading.jstree-initial-node .jstree-anchor {
  display: none
}
.jstree-loading.jstree-initial-node .jstree-icon,
.jstree-loading.jstree-initial-node .jstree-icon:after,
.jstree-loading.jstree-initial-node .jstree-icon:before {
  display: block;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-animation: preloader 1.8s infinite ease-in-out;
  animation: preloader 1.8s infinite ease-in-out;
  -webkit-transform: none;
  transform: none;
  border: 0 none;
  opacity: 1;
  background: 0 0
}
.jstree-loading.jstree-initial-node .jstree-icon {
  color: #2799d6;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: none;
  transform: none;
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}
.jstree-loading.jstree-initial-node .jstree-icon:after,
.jstree-loading.jstree-initial-node .jstree-icon:before {
  content: "";
  position: absolute;
  top: 0
}
.jstree-loading.jstree-initial-node .jstree-icon:before {
  left: -16px;
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}
.jstree-loading.jstree-initial-node .jstree-icon:after {
  left: 16px
}
.checkbox-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}
.checkbox-option:last-child {
  margin-bottom: 0
}
.checkbox-option .checkbox {
  display: block
}
.checkbox-option .radio .radio__label {
  font-size: 14px
}
.checkbox-option .c-inp-checkbox,
.checkbox-option .c-inp-radio,
.checkbox-option input[type=checkbox] {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
  pointer-events: none;
  z-index: -1;
  margin: 0;
  padding: 0
}
.checkbox-option .checkbox-option__label {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  max-width: 520px;
  white-space: normal;
  padding-left: 30px
}
.checkbox-option .checkbox-option__text {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto
}
.checkbox-option .checkbox-option__price {
  white-space: nowrap
}
.checkbox-option .checkbox-option__help-tooltip {
  margin: 4px 8px 0 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  pointer-events: visible
}
.checkbox-option .checkbox-option__additional-text {
  margin-left: auto;
  white-space: nowrap
}
.checkbox-option .checkbox-option__old-price {
  position: relative;
  float: right;
  margin-left: auto;
  margin-right: 8px
}
.checkbox-option .checkbox-option__old-price::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #2799d6
}
.checkbox-option .checkbox-option__help-text {
  color: #a6b4c1;
  font-size: 14px;
  line-height: 20px;
  visibility: hidden;
  display: none;
  padding: 2px 0 0 30px
}
.checkbox-option .checkbox-option__help-text ul {
  list-style: none;
  margin-top: 4px
}
.checkbox-option .checkbox-option__help-text ul li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 24px
}
.checkbox-option .checkbox-option__help-text ul li::before {
  display: block;
  content: "•";
  margin: 0 8px;
  position: absolute;
  top: 0;
  left: 0
}
.checkbox-option .checkbox-option__help-text ul li li,
.checkbox-option .checkbox-option__help-text ul li ol {
  margin-left: 0
}
.checkbox-option.children-box {
  display: none
}
.checkbox-option.children-box._active {
  display: block
}
.checkbox-option.children-box .checkbox-option__help-tooltip {
  display: none
}
.checkbox-option--uc-complect {
  max-width: 800px;
  width: 100%
}
@media (max-width:1278px) {
  .checkbox-option--uc-complect {
    max-width: 100%
  }
}
@media (max-width:766px) {
  .checkbox-option {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 12px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .checkbox-option .checkbox {
    max-width: 340px;
    width: calc(100% - 100px)
  }
  .checkbox-option .checkbox-option__help-tooltip {
    display: none
  }
  .checkbox-option .checkbox-option__label {
    max-width: 340px
  }
  .checkbox-option .checkbox-option__help-text {
    padding-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 340px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    visibility: visible;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .checkbox-option .checkbox-option__price {
    margin-left: auto
  }
  .checkbox-option .checkbox-option__old-price {
    position: absolute;
    top: -20px;
    right: 0;
    margin: 0
  }
}
.label {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 8px;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.disabled .label {
  color: #a6b4c1
}
.input-wrapper {
  position: relative
}
.input-wrapper input.error,
.input-wrapper select.error,
.input-wrapper textarea.error {
  border-color: #eb482f
}
.input-wrapper .c-inp-select .c-inp-select-text {
  font-size: 16px;
  line-height: 38px
}
.input-wrapper .c-inp-select .c-inp-select-text .c-inp-option-hideme,
.input-wrapper .c-inp-select .c-inp-select-text .c-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #c7cdd2
}
.input-wrapper .c-inp-list .c-inp-option {
  font-size: 16px;
  font-weight: 400
}
.input-wrapper--large input,
.input-wrapper--large select,
.input-wrapper--large textarea {
  font-size: 18px;
  width: 100%;
  font-weight: 400;
  height: 48px
}
.input-wrapper--large .c-inp-select .c-inp-select-text {
  font-size: 18px
}
.input-wrapper--large .c-inp-select .c-inp-select-text .c-inp-option-hideme,
.input-wrapper--large .c-inp-select .c-inp-select-text .c-placeholder {
  font-size: 18px;
  font-weight: 400
}
.input-wrapper--large .c-inp-list .c-inp-option {
  font-size: 18px
}
.input-wrapper--small input,
.input-wrapper--small select,
.input-wrapper--small textarea {
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  height: 32px
}
.input-wrapper--small .c-inp-select .c-inp-select-text {
  font-size: 14px
}
.input-wrapper--small .c-inp-select .c-inp-select-text .c-inp-option-hideme,
.input-wrapper--small .c-inp-select .c-inp-select-text .c-placeholder {
  font-size: 14px;
  font-weight: 400
}
.input-wrapper--small .c-inp-list .c-inp-option {
  font-size: 14px
}
.input-wrapper .c-inp-textarea .help-block {
  bottom: -32px;
  left: -10px
}
.select2 {
  width: 100%!important
}
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}
.select2-container .select2-selection {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  outline: 0 none;
  -webkit-transition: border-color .1s ease;
  transition: border-color .1s ease
}
.select2-container .select2-selection__rendered {
  display: block;
  padding-left: 16px;
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container .select2-selection__clear {
  position: relative
}
.select2-container[dir=rtl] .select2-selection__rendered {
  padding-right: 16px;
  padding-left: 20px
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 16px;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container .select2-search--inline {
  float: left
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.select2-dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 96
}
.select2-results {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 0 none;
  border-radius: 4px;
  max-height: 319px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.15);
  box-shadow: 0 4px 24px rgba(6,88,148,.15)
}
.select2-results .simplebar-content {
  position: relative
}
.select2-results .simplebar-track.horizontal {
  display: none
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}
.select2-results__option {
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}
.select2-results__option[aria-selected] {
  cursor: pointer
}
.select2-container--open .select2-dropdown {
  left: 0
}
.select2-search--dropdown {
  display: block;
  margin: 0;
  position: relative;
  width: calc(100% - 46px)
}
.select2-search--dropdown .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 16px;
  width: 100%;
  border: 0 none;
  margin: 1px;
  height: 38px;
  background-size: 22px 22px
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
  display: none
}
.select2-container--open .select2-dropdown--above .select2-results {
  margin-bottom: 4px
}
.select2-container--open .select2-dropdown--above .select2-search--dropdown {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: -40px
}
_:-ms-fullscreen .select2-search--dropdown,
:root .select2-container--open .select2-dropdown--above .select2-search--dropdown {
  margin-bottom: -44px
}
.select2-container--open .select2-dropdown--below .select2-results {
  margin-top: 6px
}
.select2-container--open .select2-dropdown--below .select2-search--dropdown {
  margin-top: -40px
}
.select2-results__group,
.select2-results__option {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 16px
}
.select2-results__group {
  font-weight: 600
}
.select2-results__option--highlighted[aria-selected] {
  background-color: rgba(227,243,255,.5)
}
.select2-results__option[role=group] {
  padding: 0;
  border-bottom: 0 none
}
.select2-results__option[aria-disabled=true] {
  color: #999
}
.select2-results__option[aria-selected=true] {
  background-color: #e3f3ff
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 95;
  background-color: #fff
}
.select2-hidden-accessible {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  height: 1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  white-space: nowrap!important
}
.select2-selection {
  background-color: #fff;
  border: 1px solid rgba(166,180,193,.5);
  border-radius: 8px
}
.select2-selection--filled {
  border-color: #8d93a1
}
.select2-selection__rendered {
  color: #000;
  line-height: 40px
}
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700
}
.select2-selection__placeholder {
  color: #c7cdd2
}
.select2-selection__arrow {
  width: 46px;
  height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  padding-left: 8px
}
.select2-selection__arrow b {
  display: block;
  width: 24px;
  height: 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/icns/ui-elements/icn-select-2.svg);
  background-size: 19px 19px;
  margin-top: 7px
}
.select2-container--focus .select2-selection,
.select2-container:hover .select2-selection {
  border-color: #81a7f8
}
.select2-container--focus .select2-selection__arrow b,
.select2-container:hover .select2-selection__arrow b {
  background-image: url(../images/icns/ui-elements/icn-select-hover-2.svg)
}
.select2-container--open .select2-selection,
.select2-container--open:hover .select2-selection {
  border-color: #0450f2
}
.select2-container--open .select2-search__field,
.select2-container--open:hover .select2-search__field {
  border-color: #0450f2
}
.select2-container--open .select2-selection__arrow,
.select2-container--open:hover .select2-selection__arrow {
  z-index: 97
}
.select2-container--open .select2-selection__arrow b,
.select2-container--open:hover .select2-selection__arrow b {
  background-image: url(../images/icns/ui-elements/icn-select-active-2.svg)
}
.select2-container--disabled .select2-selection,
.select2-container--disabled:hover .select2-selection {
  border-color: #e6e6e6;
  cursor: default;
  background: #e6e6e6;
  color: #8d93a1
}
.select2-container--disabled .select2-selection__placeholder,
.select2-container--disabled .select2-selection__rendered,
.select2-container--disabled:hover .select2-selection__placeholder,
.select2-container--disabled:hover .select2-selection__rendered {
  color: #8d93a1
}
.select2-container--disabled .select2-selection__arrow b,
.select2-container--disabled:hover .select2-selection__arrow b {
  opacity: .6;
  background-image: url(../images/icns/ui-elements/icn-select-2.svg)
}
.select2-container--multiple .select2-results__option[role=option] {
  position: relative;
  padding-left: 40px
}
.select2-container--multiple .select2-results__option[role=option]::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: 16px;
  border-radius: 4px;
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #fff;
  border: 1px solid #c7cdd2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.select2-container--multiple .select2-results__option[role=option]::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: 16px;
  opacity: 0;
  -webkit-transform: scale(0) rotate(-60deg);
  transform: scale(0) rotate(-60deg);
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/icns/ui-elements/icn-checkbox-intro.svg);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.select2-container--multiple .select2-results__option[role=option]:hover::before {
  border-color: #81a7f8
}
.select2-container--multiple .select2-results__option[role=option][aria-selected=true] {
  background-color: #fff
}
.select2-container--multiple .select2-results__option[role=option][aria-selected=true]::before {
  border-color: #2799d6;
  background-color: #e3f3ff
}
.select2-container--multiple .select2-results__option[role=option][aria-selected=true]::after {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1
}
.select2-container--multiple .select2-results__option[role=option].select2-results__option--highlighted[aria-selected] {
  background-color: #e6f0ff
}
.has-success .select2-selection {
  border-color: #81a7f8
}
.has-error .select2-selection {
  border-color: #b94a48
}
.select2-container--multiple .select2-results__option--child[role=option] {
  font-weight: 400;
  padding-left: 54px
}
.select2-container--multiple .select2-results__option--child[role=option]::after,
.select2-container--multiple .select2-results__option--child[role=option]::before {
  left: 28px
}
.select2-container--multiple .select2-results__option--parent[role=option] {
  font-weight: 600
}
.select2-container--multiple .select2-results__group--hidden {
  height: 0;
  display: none
}
.select2-container--multiple .select2-results__option--intermediate[role=option][aria-selected=false]::after,
.select2-container--multiple .select2-results__option--intermediate[role=option][aria-selected=true]::after {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: .5
}
select[hidden] + .select2 {
  display: none
}
.auth-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 24px 16px;
  width: 282px;
  border-radius: 8px;
  background: linear-gradient(136deg,#d5e5ff 1.67%,#a6cbff 63.97%)
}
@media (max-width:1278px) {
  .auth-banner {
    width: 100%
  }
}
.auth-banner--dark {
  background: linear-gradient(136deg,#0450f2 1.67%,#00205e 63.97%)
}
.auth-banner__logo {
  width: 223px;
  height: 33px;
  margin-bottom: 16px
}
.auth-banner__logo svg {
  width: 100%;
  height: 100%
}
@media (max-width:1278px) {
  .auth-banner__logo {
    margin-bottom: 24px
  }
}
@media (max-width:766px) {
  .auth-banner__logo {
    margin-bottom: 16px
  }
}
.auth-banner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
  width: 100%
}
@media (max-width:1278px) {
  .auth-banner__text {
    margin-bottom: 24px
  }
}
@media (max-width:766px) {
  .auth-banner__text {
    margin-bottom: 16px
  }
}
.auth-banner__description {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  text-align: center
}
@media (max-width:766px) {
  .auth-banner__description {
    display: inline-block;
    max-width: 313px;
    margin: auto
  }
}
.auth-banner__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}
@media (max-width:1278px) {
  .auth-banner__action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -16px
  }
}
@media (max-width:766px) {
  .auth-banner__action {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.auth-banner__action .auth-banner__button {
  width: 100%;
  margin-bottom: 16px
}
.auth-banner__action .auth-banner__button:last-child {
  margin-bottom: 0
}
@media (max-width:1278px) {
  .auth-banner__action .auth-banner__button {
    margin-bottom: 0;
    margin-left: 16px;
    width: calc(50% - 16px)
  }
}
@media (max-width:766px) {
  .auth-banner__action .auth-banner__button {
    margin-bottom: 16px;
    margin-left: 0;
    width: 100%
  }
}
.auth-banner__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  outline: 0
}
.auth-banner__button--tranparent {
  background-color: transparent;
  color: #0041cb;
  padding: 0
}
.auth-banner__button--tranparent:hover {
  color: #0041cb
}
.auth-banner__button--tranparent:active {
  color: #0041cb
}
.auth-banner__link {
  display: block;
  text-align: center;
  color: #0041cb;
  border: none;
  text-decoration: none;
  width: 100%
}
.auth-banner__link:hover {
  color: #0041cb
}
.auth-banner__link:active {
  color: #0041cb
}
@media (max-width:1278px) {
  .auth-banner__link {
    margin-bottom: 0;
    margin-left: 16px;
    width: calc(50% - 16px)
  }
}
@media (max-width:766px) {
  .auth-banner__link {
    margin-bottom: 16px;
    margin-left: 0;
    width: 100%
  }
}
.auth-banner__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: inherit
}
.auth-banner__icon svg {
  width: 100%;
  height: 100%
}
.popup {
  position: relative;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  border-radius: 8px
}
.popup::-webkit-scrollbar {
  width: 6px
}
.popup::-webkit-scrollbar-track {
  background: 0 0
}
.popup::-webkit-scrollbar-thumb {
  background: #c7cdd2;
  border-radius: 6px
}
.popup::-moz-scrollbar {
  width: 0;
  height: 0
}
.popup .popup__content {
  padding: 48px
}
.popup .popup__note {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #8d93a1
}
.popup .mfp-close,
.popup .popup__closebtn,
.popup .ui-dialog-titlebar-close {
  width: 16px;
  height: 16px;
  right: 28px;
  top: 28px;
  border: 0 none;
  background-color: transparent;
  background: url(../images/icns/new/icon-popup-close.png) 50% 50% no-repeat;
  background: url(../images/icns/new/icon-popup-close.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/new/icon-popup-close.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: 13px 13px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  opacity: .9;
  z-index: 102
}
.popup .mfp-close:hover,
.popup .popup__closebtn:hover,
.popup .ui-dialog-titlebar-close:hover {
  background: url(../images/icns/new/icon-popup-close-active.png) 50% 50% no-repeat;
  background: url(../images/icns/new/icon-popup-close-active.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/new/icon-popup-close-active.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent);
  opacity: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.popup .popup__title {
  font-size: 32px;
  line-height: 30px
}
.popup .popup__lineblock {
  margin-top: 24px
}
.popup .documents {
  margin: 24px 0 0 0
}
.popup .documents--inline {
  margin: 0
}
.popup .popup__label {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 4px
}
.popup .popup__info-text {
  font-size: 18px;
  line-height: 24px;
  margin-top: 16px
}
.popup--sendtoemail {
  max-width: 498px
}
.popup--bankguarrequest {
  max-width: 622px;
  background: #f9f9f9
}
.popup--bankguarinfo {
  max-width: 846px
}
.popup--addcomment {
  max-width: 672px
}
.popup--addcomment .popup__title {
  font-size: 24px;
  font-weight: 600
}
.popup.ui-dialog {
  position: fixed;
  padding: 48px;
  border: 0 none;
  max-height: 90%
}
.popup.ui-dialog .ui-dialog-titlebar {
  border: 0 none;
  background: 0 0;
  position: relative;
  padding: 0;
  margin: 0;
  position: relative;
  height: 0
}
.popup.ui-dialog .ui-dialog-title {
  display: block;
  font-weight: 400;
  font-size: 32px;
  line-height: 30px;
  margin-top: 12px;
  overflow: visible;
  float: none;
  text-overflow: inherit;
  white-space: normal;
  margin: 0
}
.popup.ui-dialog .ui-dialog-titlebar-close {
  top: -18px;
  right: -18px;
  margin: 0;
  padding: 0
}
.popup.ui-dialog .ui-dialog-titlebar-close span {
  display: none
}
.popup.ui-dialog .ui-dialog-content {
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative
}
.popup.popup--request-form,
.popup.uc-request-popup {
  padding: 0
}
.popup.popup--request-form .ui-dialog-titlebar-close,
.popup.uc-request-popup .ui-dialog-titlebar-close {
  top: 24px;
  right: 24px
}
.popup--gallery {
  background: 0 0;
  max-width: 1280px;
  min-width: 480px;
  margin: 0 auto
}
.popup--gallery .mfp-close {
  right: -34px;
  top: 4px
}
.uc-request-popup.popup.ui-dialog {
  padding: 0
}
@media (max-width:1278px) {
  .popup--bankguarinfo {
    max-width: 498px
  }
  .popup.ui-dialog {
    max-width: 672px
  }
  .popup.ui-dialog .ui-dialog-title {
    text-align: center
  }
}
@media (max-width:766px) {
  .mfp-container .popup {
    width: 432px;
    min-width: 432px
  }
  .popup .mfp-close,
  .popup .popup__closebtn,
  .popup .ui-dialog-titlebar-close {
    width: 24px;
    height: 24px;
    background-size: 24px 24px
  }
  .popup .popup__content {
    padding: 24px
  }
  .popup .popup__closebtn {
    top: 16px;
    right: 16px
  }
  .popup.ui-dialog {
    max-width: 100%;
    left: 0!important;
    right: 0!important;
    border-radius: 0
  }
  .popup.ui-dialog:not(.popup--classificator) {
    height: 100%!important;
    max-height: 100%;
    top: 0!important;
    bottom: 0!important
  }
  .popup.ui-dialog .ui-dialog-content {
    margin: 0 auto
  }
  .popup.popup--classificator {
    padding: 48px 24px
  }
  .popup.popup--classificator .ui-dialog-titlebar-close {
    right: 0
  }
  .popup--gallery {
    margin-top: 48px
  }
  .popup--gallery .mfp-close {
    top: -42px;
    right: 2px
  }
}
.popup-image-gallery {
  display: block
}
.popup-image-gallery .slick-dotted.slick-slider {
  margin-bottom: 0
}
.popup-image-gallery .popup-image-gallery__list {
  overflow: hidden;
  position: relative
}
.popup-image-gallery .popup-image-gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0;
  text-align: center;
  overflow: hidden
}
.popup-image-gallery .popup-image-gallery__item img {
  width: auto;
  min-height: 100%;
  margin: 0 auto;
  display: inline-block
}
.popup-image-gallery .popup-image-gallery__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #e5eef4;
  font-size: 14px;
  line-height: 20px;
  background: #000;
  padding: 50px 24px
}
.popup-image-gallery .popup-image-gallery__status-text {
  display: block;
  min-height: 20px
}
.popup-image-gallery .popup-image-gallery__download-link,
.popup-image-gallery .popup-image-gallery__download-link-all {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent
}
.popup-image-gallery .popup-image-gallery__download-link-all:hover,
.popup-image-gallery .popup-image-gallery__download-link:hover {
  border-bottom-color: #fff
}
.popup-image-gallery .slick-slide {
  height: auto
}
.popup-image-gallery .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height .3s;
  transition: height .3s;
  background: #000;
  min-height: 60vh
}
.popup-image-gallery .slick-arrow {
  display: block;
  content: "";
  position: absolute;
  width: 96px;
  height: 100%;
  top: 50%;
  left: 0;
  border: 0 none;
  background: transparent url(../images/icns/ui-elements/icn-arrow-left.svg) 50% 50% no-repeat!important;
  text-indent: -9999rem;
  z-index: 5;
  opacity: .5;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: default
}
.popup-image-gallery .slick-arrow:hover {
  opacity: 1;
  background-color: rgba(0,0,0,.4)
}
.popup-image-gallery .slick-next {
  background-image: url(../images/icns/ui-elements/icn-arrow-right.svg)!important;
  left: auto;
  right: 0
}
.popup-image-gallery .slick-disabled {
  opacity: 0;
  pointer-events: none
}
.popup-image-gallery .popup-image-gallery__dots {
  overflow: hidden;
  padding-bottom: 12px
}
.popup-image-gallery .slick-dots {
  display: block;
  position: relative;
  white-space: nowrap;
  padding-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  bottom: 8px
}
.popup-image-gallery .slick-dots li {
  display: inline-block;
  width: 98px;
  height: 98px;
  overflow: hidden;
  border-radius: 4px;
  border: 3px solid transparent;
  -webkit-transition: border .2s;
  transition: border .2s;
  margin: 24px 24px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.popup-image-gallery .slick-dots li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 98px;
  height: 98px
}
.popup-image-gallery .slick-dots li img {
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  height: auto
}
.popup-image-gallery .slick-dots li.slick-active,
.popup-image-gallery .slick-dots li:hover {
  border-color: #2799d6
}
.popup-image-gallery ~ .mfp-close {
  right: 24px;
  top: 24px
}
@media (max-width:1278px) {
  .popup-image-gallery .popup-image-gallery__item img {
    width: 100%;
    min-height: auto
  }
  .popup-image-gallery .slick-dots li {
    width: 64px;
    height: 64px;
    margin: 16px 16px 0 0
  }
  .popup-image-gallery .popup-image-gallery__status {
    padding: 34px 24px
  }
}
.w-ecpland-success-message-b {
  background: #fff;
  width: 630px;
  margin: 0 auto;
  position: relative;
  padding: 40px 20px;
  text-align: center
}
.w-ecpland-success-message-b h3 {
  font-size: 2.1875em;
  margin-bottom: 25px
}
.w-ecpland-success-message-b p {
  font-size: 1.5625em;
  line-height: 1.35
}
.w-ecpland-success-message-b .w-action-b {
  padding-top: 35px;
  text-align: center
}
@media (max-width:766px) {
  .w-ecpland-success-message-b {
    width: 300px;
    font-size: .75em;
    padding: 10px 20px
  }
}
.popup--addcomment [data-drupal-messages] {
  display: none!important
}
.popup--addcomment form {
  z-index: 9999999
}
.popup--addcomment label:not(.button--attach-file) {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px
}
.popup--addcomment input[type=text],
.popup--addcomment textarea {
  width: 100%
}
.popup--addcomment textarea {
  height: 78px;
  resize: none;
  padding: 12px
}
.popup--addcomment .form-actions {
  margin-top: 24px
}
.popup--addcomment .form-item.error label {
  color: #eb482f
}
.popup--addcomment .form-item.error input,
.popup--addcomment .form-item.error textarea {
  border-color: #eb482f
}
.popup--addcomment .documents--inline .documents__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.popup--addcomment .documents--inline .checkbox {
  display: none
}
.popup--addcomment .documents--inline .documents__removebtn,
.popup--addcomment .documents--inline .documents__removebtn.button--loading {
  display: inline-block!important;
  margin: 0 0 0 12px;
  padding: 0
}
.success-popup .page-v2-modal-form-container {
  padding: 30px
}
.success-popup .success-popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%
}
.success-popup .success-popup__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 16px
}
.success-popup .success-popup__description {
  font-size: 18px
}
.success-popup .success-popup__content {
  margin: 24px
}
.success-popup .success-popup__buttonwrapper {
  margin-top: 32px
}
.success-popup .success-popup__buttonwrapper .button {
  width: 100%
}
.success-popup .success-popup__pic {
  display: none
}
.success-popup .button--submit {
  width: 100%
}
.success-popup .success-popup__fixedbutton {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9
}
.success-popup.ui-dialog {
  padding: 0
}
.success-popup.ui-dialog .ui-dialog-titlebar-close {
  top: 30px;
  right: 30px
}
@media (min-width:767px) {
  .success-popup .success-popup__container {
    position: static;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .success-popup .success-popup__content {
    margin: 48px
  }
  .success-popup .success-popup__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400
  }
  .success-popup .success-popup__description {
    font-size: 18px;
    line-height: 24px;
    margin-top: 16px
  }
  .success-popup .success-popup__buttonwrapper {
    margin-top: 32px
  }
  .success-popup .success-popup__buttonwrapper .button {
    width: auto
  }
  .success-popup .success-popup__fixedbutton {
    position: static;
    margin: 0;
    width: auto
  }
  .success-popup.ui-dialog {
    padding: 0
  }
  .success-popup.ui-dialog .ui-dialog-titlebar-close {
    top: 30px;
    right: 30px
  }
}
@media (min-width:1279px) {
  .success-popup .success-popup__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .success-popup .success-popup__content {
    padding: 0
  }
  .success-popup.ui-dialog {
    padding: 0
  }
  .success-popup.ui-dialog .ui-dialog-titlebar-close {
    top: 30px;
    right: 30px
  }
}
.important-news {
  display: block;
  margin-bottom: 38px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(6,88,148,.15);
  box-shadow: 0 2px 10px 0 rgba(6,88,148,.15);
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all .75s;
  transition: all .75s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  visibility: hidden;
  color: #000
}
.important-news .important-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  vertical-align: middle;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  border-radius: 4px
}
.important-news .important-news__wrapper p {
  margin-bottom: 0
}
.important-news .important-news__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: 32px;
  min-width: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  background: #f08d24
}
.important-news .important-news__content {
  text-align: left;
  margin: 0 58px 0 28px;
  padding: 16px 0
}
.important-news .important-news__link {
  display: inline;
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out;
  text-decoration: none;
  word-wrap: break-word;
  word-break: break-word
}
.important-news .important-news__link:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.important-news .important-news__link:visited {
  color: #0b0694
}
.important-news .important-news__link:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.important-news .important-news__title {
  display: inline;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  word-wrap: break-word;
  word-break: break-word
}
.important-news .important-news__text {
  display: inline;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400
}
.important-news .important-news__btn-close {
  display: block;
  border: 0 none;
  width: 17px;
  height: 17px;
  padding: 2px;
  position: absolute;
  top: 50%;
  right: 22px;
  opacity: .8;
  margin-top: -8.5px;
  background: 0 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background: url(../images/icns/icn-pane-close.png) 50% 50% no-repeat;
  background: url(../images/icns/icn-pane-close.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-pane-close.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: 13px 13px
}
.important-news .important-news__btn-close:hover {
  background: url(../images/icns/icn-pane-close-act.png) 50% 50% no-repeat;
  background: url(../images/icns/icn-pane-close-act.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-pane-close-act.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: 13px 13px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.active .important-news {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible
}
@media (max-height:800px) and (orientation:landscape) {
  .important-news .important-news__link {
    max-height: 76px;
    overflow: hidden;
    zoom: 1
  }
}
@media (max-width:766px) {
  .important-news .important-news__btn-close:hover {
    -webkit-transform: none;
    transform: none
  }
}
@media (max-width:1278px),
(max-height:800px) {
  .important-news {
    margin-bottom: 32px
  }
}
.page-header {
  position: relative;
  overflow: hidden;
  vertical-align: top
}
.page-header .page-breadcrumbs {
  margin-bottom: 0
}
.page-header .unordered-list {
  font-size: 24px;
  line-height: 32px;
  margin: 28px 0
}
.page-header .page-header__wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  margin-left: -600px;
  z-index: 4
}
.page-header__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1
}
.page-header__bg-img {
  height: 100%;
  width: auto
}
.page-header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-position: 0 0;
  background-repeat: repeat-x;
  z-index: 2
}
.page-header__border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: url(../images/header-intro-border.png) 50% 0;
  z-index: 5
}
.page-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.page-header__col {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.page-header__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  padding-right: 12px
}
.page-header__buttonwrapper,
.page-header__linkswrapper {
  margin: 12px 0
}
.page-header__link {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.page-header__link:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.page-header__link:visited {
  color: #0b0694
}
.page-header__link:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.page-header__link--hidden {
  display: none
}
.page-header__section-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.page-header__maintitle {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 32px
}
.page-header__descrtext {
  font-size: 18px;
  line-height: 24px
}
.page-header__scrollbtn {
  display: block;
  cursor: pointer;
  position: absolute;
  width: 26px;
  height: 33px;
  padding: 5px;
  bottom: 5px;
  left: 50%;
  margin-left: -13px;
  border: 0 none;
  background: 0 0;
  z-index: 10
}
.page-header__scrollbtn::after {
  display: block;
  content: "";
  width: 16px;
  height: 23px;
  background: url(../images/icns/icn-arrow-more.png) 0 0 no-repeat;
  background: url(../images/icns/icn-arrow-more.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-arrow-more.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: 16px 23px
}
.page-header__scrollbtn:hover::after {
  -webkit-animation: .4s bounce linear;
  animation: .4s bounce linear
}
.page-header.ab-dark .breadcrumbs__link:hover {
  color: #fff
}
@media (max-width:1278px) {
  .page-header .page-header__wrapper {
    margin-left: -384px
  }
  .page-header .unordered-list {
    font-size: 18px;
    line-height: 24px
  }
  .page-header .page-header__section-text {
    padding: 0 48px
  }
  .page-header__descrtext br {
    display: none
  }
}
@media (max-width:766px) {
  .page-header .page-header__wrapper {
    margin-left: -240px
  }
  .page-header__border,
  .page-header__scrollbtn {
    display: none
  }
  .page-header__section-text {
    margin-bottom: 0;
    padding: 0 24px
  }
  .page-header__title br {
    display: none
  }
  .page-header__content {
    display: block
  }
  .page-header__col {
    width: 100%;
    display: block;
    margin-top: 68px
  }
  .page-header__buttonwrapper,
  .page-header__linkswrapper {
    text-align: center
  }
  .page-header__link--hidden {
    display: inline
  }
}
.nav-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.nav-phone__icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  color: #8d93a1
}
.nav-phone__number {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none
}
.about-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background-image: url(../images/about-roseltorg/bg/bg-slider-mobile.png);
  background-size: cover;
  overflow: hidden
}
@media (max-width:766px) {
  .about-slider .about-slider__slide-image.about-slider__slide-image--office {
    max-height: 220px
  }
}
.about-slider .about-slider__slide-image.about-slider__slide-image--office img {
  position: absolute;
  height: auto;
  right: -15px;
  top: 0
}
@media (max-width:1278px) {
  .about-slider .about-slider__slide-image.about-slider__slide-image--office img {
    width: 385px
  }
}
@media (max-width:766px) {
  .about-slider .about-slider__slide-image.about-slider__slide-image--office img {
    width: 245px;
    position: static
  }
}
.about-slider h2.section-header__title {
  text-align: left;
  font-weight: 400
}
@media (min-width:767px) {
  .about-slider {
    height: auto;
    background-image: url(../images/about-roseltorg/bg/bg-slider-tablet.png)
  }
  .about-slider .button {
    height: 56px
  }
}
.about-slider__condition {
  position: relative;
  padding-left: 32px;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff
}
.about-slider__condition:last-child {
  margin-bottom: 0
}
.about-slider__condition-marker {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px
}
.about-slider__condition-inner-marker {
  width: 12px;
  height: 12px;
  background: linear-gradient(56.55deg,#0450f2 4.97%,#dbe7ff 91.47%);
  border-radius: 50%
}
@media (min-width:1279px) {
  .about-slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    background-image: url(../images/about-roseltorg/bg/bg-slider-desktop.png)
  }
}
.about-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  height: 100%
}
@media (max-width:1279px) {
  .about-slider__slide--office .about-slider__slide-info {
    width: auto
  }
}
@media (max-width:766px) {
  .about-slider__slide--office .about-slider__slide-info {
    margin-top: -30px
  }
}
@media (min-width:767px) {
  .about-slider__slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 48px 48px 0
  }
}
@media (min-width:1279px) {
  .about-slider__slide {
    padding: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.about-slider__slide-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
  margin-top: auto
}
.about-slider__slide-info .button {
  margin-top: auto
}
@media (min-width:767px) {
  .about-slider__slide-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0
  }
}
@media (min-width:1279px) {
  .about-slider__slide-info {
    height: 100%;
    width: 587px;
    padding-bottom: 64px
  }
}
.about-slider__slide-title {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 32px;
  color: #fff
}
@media (min-width:1279px) {
  .about-slider__slide-title {
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 24px
  }
}
.about-slider__slide-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 100px;
  margin-bottom: 24px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  color: #fff
}
@media (min-width:1279px),
(max-width:767px) {
  .about-slider__slide-description {
    height: auto;
    line-height: 24px;
    font-size: 16px
  }
}
.about-slider__slide-image {
  width: 180px;
  height: 180px;
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}
@media (min-width:767px) {
  .about-slider__slide-image {
    width: 240px;
    height: 240px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 0
  }
}
@media (min-width:1279px) {
  .about-slider__slide-image {
    width: auto;
    height: auto
  }
}
.about-slider__slide-image img {
  width: 100%;
  height: 100%
}
.about-slider__next,
.about-slider__prev {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "";
  background: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0,65,203,.1);
  box-shadow: 0 8px 24px rgba(0,65,203,.1);
  width: 48px;
  height: 48px;
  top: 45%;
  border-radius: 50%;
  z-index: 1
}
@media (max-width:1278px) {
  .about-slider__next,
  .about-slider__prev {
    display: none
  }
}
.about-slider__next:after,
.about-slider__prev:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #8d93a1;
  border-left: 2px solid #8d93a1;
  border-radius: 2px
}
.about-slider__prev {
  left: -24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.about-slider__next {
  right: -24px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg)
}
.about-slider__scroll {
  z-index: 1;
  height: 6px;
  bottom: 48px;
  left: 48px;
  right: 48px;
  position: absolute!important
}
.about-slider.swiper-container-horizontal > .swiper-pagination-bullets {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px 24px;
  margin-left: -4px;
  z-index: 4
}
@media (min-width:767px) {
  .about-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    padding: 48px 48px 48px
  }
}
@media (min-width:1279px) {
  .about-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    position: absolute;
    left: 48px;
    bottom: 48px;
    padding: 0
  }
}
.about-slider__component {
  background: #fff;
  padding: 32px 48px 82px!important;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  position: relative;
  max-width: 1200px;
  margin: auto
}
.about-slider__pagination .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 6px;
  opacity: 1;
  background: 0 0
}
.about-slider__pagination .swiper-pagination-bullet .circle {
  stroke: rgba(255,255,255,.2)
}
.about-slider__pagination .swiper-pagination-bullet .circleActive {
  stroke: transparent
}
.about-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle {
  stroke: rgba(255,255,255,.6)
}
.about-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circleActive {
  stroke: #fff;
  stroke-dasharray: 31.4159265359;
  stroke-dashoffset: 31.4159265359;
  -webkit-animation: dash 5s linear forwards;
  animation: dash 5s linear forwards
}
.about-slider__pagination .swiper-pagination-bullet svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  stroke-width: 4px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.news-item {
  position: relative;
  display: block;
  padding: 24px;
  margin-bottom: 24px;
  width: 100%;
  height: 320px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  text-decoration: none;
  background-color: #fff;
  overflow: hidden
}
.news-item:hover {
  text-decoration: none
}
.news-item__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2
}
.news-item--image .news-item__date,
.news-item--image .news-item__description,
.news-item--image .news-item__title {
  color: #fff
}
.news-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}
.news-item__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0,0,0,.25)
}
.news-item__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: radial-gradient(73.44% 73.44% at 1.56% 16.15%,rgba(4,80,242,.65) .01%,rgba(0,32,90,0) 100%)
}
.news-item__date {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  color: #8d93a1
}
.news-item__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #000
}
.news-item__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8d93a1
}
.about-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  background-size: cover;
  background-image: url(../images/about-roseltorg/bg/bg-banner-mobile.png)
}
.about-banner--light {
  background: #fff;
  background-image: none!important;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
.about-banner--light .about-banner__title {
  color: #000
}
.about-banner--light .about-banner__condition {
  color: #8d93a1
}
.about-banner--light .button {
  color: #0041cb;
  background: #dbe7ff
}
.about-banner--light .button:hover {
  color: #fff;
  background: #1f66ff
}
.about-banner--light .button:active {
  background: #0450f2
}
@media (min-width:767px) {
  .about-banner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 48px;
    background-image: url(../images/about-roseltorg/bg/bg-banner-tablet.png)
  }
}
@media (min-width:1279px) {
  .about-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: url(../images/about-roseltorg/bg/bg-banner-desktop.png)
  }
}
.about-banner__image {
  width: 140px;
  height: 140px;
  margin-bottom: 32px;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}
@media (min-width:767px) {
  .about-banner__image {
    display: none;
    margin-bottom: 0
  }
}
@media (min-width:1279px) {
  .about-banner__image {
    display: block;
    width: 230px;
    height: 230px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}
.about-banner__image img {
  width: 100%;
  height: 100%
}
.about-banner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20
}
@media (min-width:767px) {
  .about-banner__info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media (min-width:1279px) {
  .about-banner__info {
    width: 680px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}
.about-banner__title {
  margin-bottom: 24px;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #fff
}
@media (min-width:767px) {
  .about-banner__title {
    margin-bottom: 16px
  }
}
.about-banner__conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px
}
.about-banner__condition {
  position: relative;
  padding-left: 32px;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff
}
.about-banner__condition:last-child {
  margin-bottom: 0
}
.about-banner__condition-marker {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px
}
.about-banner__condition-inner-marker {
  width: 12px;
  height: 12px;
  background: linear-gradient(56.55deg,#0450f2 4.97%,#dbe7ff 91.47%);
  border-radius: 50%
}
.about-banner__bt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px
}
@media (max-width:766px) {
  .about-banner__bt-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.area-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none
}
@media (min-width:1279px) {
  .area-partner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}
.area-partner__image {
  width: 180px;
  margin-bottom: 8px
}
@media (min-width:1279px) {
  .area-partner__image {
    width: 220px;
    margin-right: 48px;
    margin-bottom: 0
  }
}
.area-partner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.area-partner__link {
  color: #0041cb;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none
}
.area-partner__link:hover {
  text-decoration: none
}
@media (min-width:767px) {
  .area-partner__link {
    font-size: 24px;
    line-height: 28px
  }
}
.area-partner__description {
  display: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #8d93a1
}
@media (min-width:767px) {
  .area-partner__description {
    display: block
  }
}
.page-about-roseltorg {
  background-color: #f1f8ff
}
.page-about-roseltorg .mobile {
  display: block!important
}
@media (min-width:767px) {
  .page-about-roseltorg .mobile {
    display: none!important
  }
}
.page-about-roseltorg .page-nav__contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.page-about-roseltorg .about-section {
  margin-bottom: 38px
}
@media (min-width:767px) {
  .page-about-roseltorg .about-section {
    margin-bottom: 85px
  }
}
.page-about-roseltorg .about-section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px
}
@media (min-width:767px) {
  .page-about-roseltorg .about-section__head {
    margin-bottom: 48px
  }
}
.page-about-roseltorg .about-section__head .about-section__title {
  margin-bottom: 0
}
.page-about-roseltorg .about-section__all-news {
  display: none;
  padding: 8px 16px;
  border: 1px solid #81a7f8;
  color: #0041cb;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: .2s border-color ease-in-out;
  transition: .2s border-color ease-in-out
}
@media (min-width:767px) {
  .page-about-roseltorg .about-section__all-news {
    display: block
  }
  .page-about-roseltorg .about-section__all-news:hover {
    border-color: #81a7f8
  }
}
.page-about-roseltorg .about-section__title {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400
}
@media (min-width:767px) {
  .page-about-roseltorg .about-section__title {
    font-weight: 400;
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 48px
  }
}
.page-about-roseltorg .breadcrumbs {
  display: inline-block
}
.page-about-roseltorg .breadcrumbs__menu {
  margin: 0
}
.page-about-roseltorg .breadcrumbs__link {
  border-bottom: 0;
  font-size: 14px;
  line-height: 20px
}
.page-about-roseltorg .breadcrumb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 4px;
  margin-bottom: 24px
}
.page-about-roseltorg .intro-footer {
  background-color: #fff
}
.page-about-roseltorg .intro-services__search--light .search-box {
  margin-bottom: 16px
}
.page-about-roseltorg .intro-services__search--light .search-box__input {
  height: 48px
}
.page-about-roseltorg .intro-services__search--light .search-box__container {
  padding: 3px 3px 3px 36px;
  border: 1px solid #c7cdd2
}
.page-about-roseltorg .intro-services__search--light .search-box__icon {
  width: 16px;
  height: 16px;
  left: 12px
}
.page-about-roseltorg .intro-services__search--light .search-box .button--new {
  right: 4px;
  padding: 0 16px;
  border-radius: 8px;
  background-color: #dbe7ff
}
.page-about-roseltorg .intro-services__search--light .search-box .button--new:hover {
  color: #fff;
  background-color: #0450f2;
  -webkit-box-shadow: none;
  box-shadow: none
}
.page-about-roseltorg .intro-services__search--light .tags-list {
  margin: 0 -16px
}
@media (min-width:768px) {
  .page-about-roseltorg .intro-services__search--light .tags-list {
    margin: 0 -32px
  }
}
@media (min-width:1200px) {
  .page-about-roseltorg .intro-services__search--light .tags-list {
    margin: 0
  }
}
.page-about-roseltorg .intro-services__search--light .tags-list__container {
  padding-left: 16px
}
@media (min-width:768px) {
  .page-about-roseltorg .intro-services__search--light .tags-list__container {
    padding-left: 32px
  }
}
@media (min-width:1200px) {
  .page-about-roseltorg .intro-services__search--light .tags-list__container {
    padding-left: 10px;
    margin-left: -10px;
    max-width: 100%
  }
}
.page-about-roseltorg .intro-services__search--light .tags-list__input {
  padding: 0 90px 0 0
}
.page-about-roseltorg .intro-services__search--light .tags-list__input:checked,
.page-about-roseltorg .intro-services__search--light .tags-list__input:hover {
  border-color: transparent;
  background: #fff;
  color: #000
}
.page-about-roseltorg .intro-services__search--light .tags-list__label {
  border-color: transparent;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
.page-about-roseltorg .grid-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-bottom: 0
}
@media (min-width:768px) {
  .page-about-roseltorg .grid-news {
    margin-left: -24px;
    margin-bottom: -24px
  }
}
.page-about-roseltorg .grid-news .news-item:last-child {
  display: none
}
@media (min-width:768px) {
  .page-about-roseltorg .grid-news .news-item {
    width: calc(50% - 24px);
    margin-left: 24px
  }
}
@media (min-width:1280px) {
  .page-about-roseltorg .grid-news .news-item {
    width: calc(33.33% - 24px)
  }
  .page-about-roseltorg .grid-news .news-item:last-child {
    display: block
  }
}
.page-about-roseltorg .about-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  border-radius: 8px;
  background: #fff
}
@media (min-width:767px) {
  .page-about-roseltorg .about-partner {
    padding: 48px
  }
}
.page-about-roseltorg .about-partner .area-partner {
  margin-bottom: 32px
}
.page-about-roseltorg .about-partner .area-partner:last-child {
  margin-bottom: 0
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0
  }
}
.nav-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: -12px;
  padding: 40px 2px 36px;
  scrollbar-width: none;
  overflow-y: auto
}
@media (min-width:767px) {
  .nav-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: visible
  }
}
.nav-section::-webkit-scrollbar {
  width: 0;
  height: 0
}
.nav-section__item {
  margin-left: 12px;
  margin-bottom: 12px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #0041cb;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  outline: 1px solid #81a7f8;
  border-radius: 8px;
  background: 0 0
}
.nav-section__item:hover {
  background-color: #e6f0ff;
  outline-color: #0450f2
}
.nav-section__item:active {
  background-color: #cdddff;
  outline-color: #0450f2
}
.grid-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  width: 100%;
  padding: 24px;
  margin-left: 24px;
  margin-bottom: 24px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
.grid-block--full {
  width: 100%!important
}
.grid-block--full .grid-block__info {
  width: 100%
}
@media (min-width:767px) {
  .grid-block--full .grid-block__info {
    width: 404px
  }
}
@media (min-width:1279px) {
  .grid-block--full .grid-block__info {
    width: 680px
  }
}
.grid-block--full .grid-block__image {
  width: 140px;
  height: 140px
}
@media (min-width:1279px) {
  .grid-block--full .grid-block__image {
    width: 170px;
    height: 170px
  }
}
@media (min-width:767px) {
  .grid-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 48px
  }
}
@media (min-width:1279px) {
  .grid-block {
    width: calc(50% - 24px)
  }
}
.grid-block__title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 32px
}
@media (min-width:767px) {
  .grid-block__title {
    margin-bottom: 16px
  }
}
.grid-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20
}
@media (min-width:767px) {
  .grid-block__info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 404px
  }
}
@media (min-width:1279px) {
  .grid-block__info {
    width: 320px
  }
}
.grid-block__description {
  display: none;
  margin-bottom: 32px;
  font-size: 16px;
  color: #8d93a1;
  line-height: 24px;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  width: 100%
}
@media (min-width:767px) {
  .grid-block__description {
    display: block;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}
.grid-block__image {
  width: 140px;
  height: 140px;
  margin-bottom: 32px
}
@media (min-width:767px) {
  .grid-block__image {
    margin-bottom: 0
  }
}
.grid-block__image img {
  width: 100%;
  height: auto
}
.grid-block__button,
.hs-tariff .button--new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  color: #0041cb;
  padding: 0 24px;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  outline: 0;
  border-radius: 8px;
  background: #dbe7ff;
  -webkit-transition: .2s background-color ease-in-out;
  transition: .2s background-color ease-in-out
}
.grid-block__button:hover,
.hs-tariff .button--new:hover {
  background: #e6f0ff;
  color: #0041cb
}
.grid-block__button:active,
.hs-tariff .button--new:active {
  background: #cdddff
}
.consultation-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  background-size: cover;
  margin-bottom: 48px;
  background-image: url(../images/services/bg/bg-form-mobile.png)
}
.consultation-form .checkbox-tree .checkbox-arrow svg path {
  stroke: #fff
}
.consultation-form .checkbox-tree .checkbox-arrow:hover svg path {
  stroke: #0041cb
}
@media (max-width:1279px) {
  .consultation-form .checkbox-tree .checkbox-arrow:hover svg path {
    stroke: #fff
  }
}
.consultation-form--clear {
  margin-bottom: 0
}
.consultation-form--success {
  background-image: url(../images/services/bg/bg-form-success.png)
}
.consultation-form--success .consultation-form__text {
  width: 100%
}
@media (min-width:1279px) {
  .consultation-form--success .consultation-form__text {
    width: 540px
  }
}
@media (min-width:767px) {
  .consultation-form {
    padding: 48px;
    margin-bottom: 96px;
    background-image: url(../images/services/bg/bg-form-tablet.png)
  }
}
@media (min-width:1279px) {
  .consultation-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url(../images/services/bg/bg-form-desktop.png)
  }
}
.consultation-form__image {
  display: none;
  width: 200px;
  height: 200px
}
@media (min-width:1279px) {
  .consultation-form__image {
    display: block
  }
}
.consultation-form__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px
}
@media (min-width:1279px) {
  .consultation-form__text {
    width: 588px
  }
}
.consultation-form__container {
  width: 100%
}
@media (min-width:1279px) {
  .consultation-form__container {
    width: 492px
  }
}
.consultation-form__title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px;
  color: #fff
}
@media (min-width:767px) {
  .consultation-form__title {
    font-size: 44px;
    line-height: 56px
  }
}
.consultation-form__description {
  font-size: 18px;
  line-height: 24px;
  color: #fff
}
@media (min-width:767px) {
  .consultation-form__description {
    font-size: 24px;
    line-height: 28px
  }
}
.consultation-form .checkbox__label,
.consultation-form .static-link-wh {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #fff!important;
  width: 100%;
  text-decoration: none
}
.consultation-form .request-form__input-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #fff
}
.consultation-form .request-form__inputwrapper {
  width: 100%
}
.consultation-form .request-form__input {
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  background: 0 0;
  color: #fff!important;
  height: 48px;
  width: 100%
}
.consultation-form .request-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #fff
}
.consultation-form .static-link-wh {
  text-decoration: none;
  border: 0
}
.consultation-form__item {
  margin-bottom: 32px!important
}
.consultation-form .form-item-personal-data {
  margin-bottom: 0
}
.consultation-form .button {
  width: 100%
}
@media (min-width:767px) {
  .consultation-form .button {
    width: auto
  }
}
.grid-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -24px
}
.page-services-roseltorg .about-slider {
  margin-bottom: 48px
}
.page-services-roseltorg .about-banner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media (min-width:767px) {
  .page-services-roseltorg .about-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.page-services-roseltorg .about-banner__title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 32px
}
.page-services-roseltorg .about-banner__info {
  width: 100%
}
@media (min-width:767px) {
  .page-services-roseltorg .about-banner__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 380px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}
@media (min-width:1279px) {
  .page-services-roseltorg .about-banner__info {
    width: 680px
  }
}
.page-services-roseltorg .about-banner__image {
  display: block;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}
@media (min-width:767px) {
  .page-services-roseltorg .about-banner__image {
    width: 230px;
    height: 230px
  }
}
.page-services-roseltorg .intro-footer {
  margin-top: 0
}
.page-services-roseltorg .etp-forms-ajax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (min-width:1279px) {
  .page-services-roseltorg .etp-forms-ajax {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.page-services-roseltorg .service-banner .about-banner__condition {
  display: none;
  padding-left: 0
}
.page-services-roseltorg .service-banner .about-banner__condition:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (min-width:1279px) {
  .page-services-roseltorg .service-banner .about-banner__condition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 32px
  }
}
.page-services-roseltorg .service-banner .about-banner__condition-marker {
  display: none
}
@media (min-width:1279px) {
  .page-services-roseltorg .service-banner .about-banner__condition-marker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
@media (min-width:767px) {
  .advantage {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media (min-width:1279px) {
  .advantage {
    padding: 48px
  }
}
.advantage__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px
}
.advantage__icon svg {
  width: 100%;
  height: 100%
}
.advantage__text {
  margin-bottom: 24px;
  width: 100%
}
.advantage__title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
  width: 100%
}
.advantage__description {
  font-size: 16px;
  line-height: 24px;
  color: #8d93a1;
  width: 100%
}
.advantage__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  padding: 0 57px;
  border: 1px solid #81a7f8;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0041cb;
  border-radius: 8px;
  background: 0 0;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease
}
.advantage__button:hover {
  border-color: #0450f2;
  color: #0041cb;
  background-color: #e6f0ff
}
.advantage__button:active {
  background-color: #cdddff
}
.block-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  text-decoration: none
}
.block-link:hover {
  color: #0041cb
}
@media (min-width:767px) {
  .block-link {
    padding: 48px
  }
}
.block-link__icon {
  width: 48px;
  height: 48px;
  margin-right: 24px
}
.block-link__icon img {
  width: 100%;
  height: 100%
}
.block-link__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px
}
@media (min-width:767px) {
  .block-link__text {
    font-size: 24px;
    line-height: 28px
  }
}
.tariff-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 48px
}
.tariff-section__item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000
}
.tariff-section__item:last-child {
  margin-bottom: 0
}
.tariff-section__item-marker {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px
}
.tariff-section__item-link {
  text-decoration: none
}
.tariff-section__item-link:hover {
  color: #0450f2
}
.tariff-section__item-inner-marker {
  width: 12px;
  height: 12px;
  background: linear-gradient(56.55deg,#0450f2 4.97%,#dbe7ff 91.47%);
  border-radius: 50%
}
.quiz {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  width: 100%;
  border-radius: 8px;
  background-image: url(../images/about-roseltorg/bg/bg-slider-mobile.png);
  background-size: cover;
  overflow: hidden
}
@media (min-width:767px) {
  .quiz {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 48px;
    height: auto;
    background-image: url(../images/about-roseltorg/bg/bg-slider-tablet.png)
  }
  .quiz .button {
    height: 48px
  }
}
@media (min-width:1279px) {
  .quiz {
    min-height: 478px;
    background-image: url(../images/about-roseltorg/bg/bg-slider-desktop.png)
  }
}
.quiz-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}
.quiz-steps .button {
  padding: 0 76px;
  margin-top: auto
}
@media (min-width:767px) {
  .quiz-steps {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media (min-width:1279px) {
  .quiz-steps {
    width: 587px
  }
}
.quiz__counter {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  color: #fff;
  opacity: .8
}
.quiz-step {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}
@media (min-width:1279px) {
  .quiz-step {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 600px;
    height: 100%
  }
}
.quiz-step--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.quiz-step__head {
  margin-bottom: 24px
}
.quiz-step__title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 16px;
  color: #fff
}
@media (min-width:767px) {
  .quiz-step__title {
    margin-bottom: 8px
  }
}
@media (min-width:1279px) {
  .quiz-step__title {
    margin-bottom: 24px
  }
}
.quiz-step__description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  color: #fff
}
@media (min-width:1279px) {
  .quiz-step__description {
    height: auto
  }
}
.quiz-step__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%
}
.quiz-step .consultation-form {
  padding: 0;
  margin-bottom: 0;
  background-image: none
}
.quiz-step .consultation-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}
.quiz-step .consultation-form__image {
  display: none
}
.quiz__image {
  display: none;
  width: 435px;
  height: 319px
}
@media (min-width:1279px) {
  .quiz__image {
    display: block
  }
}
.quiz__image img {
  width: 100%;
  height: 100%
}
.quiz-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  margin-bottom: 16px;
  background: rgba(255,255,255,.05);
  border-radius: 8px
}
@media (min-width:767px) {
  .quiz-note {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px
  }
}
.quiz-note__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  color: #fff;
  opacity: .8
}
@media (min-width:767px) {
  .quiz-note__icon {
    margin-bottom: 0;
    margin-right: 16px
  }
}
.quiz-note__icon svg {
  width: 100%;
  height: 100%
}
.quiz-note__title {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff
}
.quiz-note__text {
  font-size: 14px;
  line-height: 20px;
  color: #fff
}
.quiz-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden
}
.quiz-slider .button {
  width: 100%;
  margin-left: 24px;
  margin-bottom: 16px
}
@media (min-width:767px) {
  .quiz-slider .button {
    width: 246px
  }
}
.quiz-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.quiz-slider__next,
.quiz-slider__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,.2);
  color: #fff;
  cursor: pointer;
  border-color: transparent;
  -webkit-transition: .2s background ease-in-out;
  transition: .2s background ease-in-out
}
.quiz-slider__next:hover,
.quiz-slider__prev:hover {
  background: rgba(255,255,255,.3)
}
.quiz-slider__next svg,
.quiz-slider__prev svg {
  width: 16px;
  height: 16px
}
.quiz-slider__prev {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}
.quiz-slider__next {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}
.about-section .quiz {
  margin-bottom: 48px
}
.about-section .advantages {
  margin-bottom: 24px
}
.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-bottom: -24px
}
.advantages .advantage {
  margin-left: 24px;
  margin-bottom: 24px
}
@media (min-width:1279px) {
  .advantages .advantage {
    width: calc(50% - 24px)
  }
}
.clients-tariff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
@media (min-width:767px) {
  .clients-tariff {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media (min-width:767px) {
  .clients-tariff .tariff-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
    width: 348px
  }
}
@media (min-width:1279px) {
  .clients-tariff .tariff-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -8px;
    width: 876px
  }
}
.clients-tariff .tariff-section__item--lg {
  width: 100%
}
@media (min-width:1279px) {
  .clients-tariff .tariff-section__item--lg {
    width: 297px
  }
}
.clients-tariff .tariff-section__item--sm {
  width: 100%
}
@media (min-width:1279px) {
  .clients-tariff .tariff-section__item--sm {
    width: 209px
  }
}
.clients-tariff .tariff-section__item--md {
  width: 100%
}
@media (min-width:1279px) {
  .clients-tariff .tariff-section__item--md {
    width: 291px
  }
}
.clients-tariff__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  padding: 0 57px;
  border: 1px solid #81a7f8;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0041cb;
  border-radius: 8px;
  background: 0 0;
  text-decoration: none
}
.clients-tariff__button:hover {
  color: #0041cb
}
.clients-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -24px
}
.clients-links .block-link {
  margin-left: 24px;
  margin-bottom: 24px
}
@media (min-width:1279px) {
  .clients-links .block-link {
    width: calc(50% - 24px)
  }
}
.quiz-question {
  display: block;
  width: 100%;
  margin-bottom: 40px
}
@media (min-width:767px) {
  .quiz-question {
    margin-bottom: 64px
  }
}
@media (min-width:1279px) {
  .quiz-question {
    margin-bottom: 0
  }
}
.quiz-question__title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #fff
}
.quiz-question__answer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:1279px) {
  .quiz-question__answer-list {
    height: 88px
  }
}
.quiz-answer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer
}
.quiz-answer:last-child {
  margin-bottom: 0
}
.quiz-answer__tooltip {
  display: block;
  padding: 8px 16px;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  visibility: hidden;
  opacity: 0
}
.quiz-answer__tooltip [data-popper-arrow] {
  left: -2px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff
}
.quiz-answer__text {
  color: #fff
}
.quiz-answer--active .quiz-answer__radio {
  border-color: #0450f2
}
.quiz-answer--active .quiz-answer__radio-inner {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.quiz-answer__help {
  margin-left: 4px
}
.quiz-answer__help:hover .quiz-answer__icon {
  color: #81a7f8
}
.quiz-answer__help:hover .quiz-answer__tooltip {
  visibility: visible;
  opacity: 1
}
.quiz-answer__help > * {
  pointer-events: none
}
.quiz-answer__help[data-open=true] .quiz-answer__icon {
  color: #81a7f8
}
.quiz-answer__icon {
  width: 24px;
  height: 24px;
  color: #8d93a1;
  -webkit-transition: .2s color ease-in-out;
  transition: .2s color ease-in-out
}
.quiz-answer__icon:hover {
  color: #81a7f8
}
.quiz-answer__icon svg {
  width: 100%;
  height: 100%
}
.quiz-answer__radio {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #c7cdd2;
  background-color: #fff;
  -webkit-transition: .2s color ease-in-out;
  transition: .2s color ease-in-out;
  cursor: pointer
}
.quiz-answer__radio:hover {
  border-color: #81a7f8
}
.quiz-answer__radio-inner {
  width: 8px;
  height: 8px;
  background-color: #0450f2;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .2s -webkit-transform cubic-bezier(.895,.03,.685,.22);
  transition: .2s -webkit-transform cubic-bezier(.895,.03,.685,.22);
  transition: .2s transform cubic-bezier(.895,.03,.685,.22);
  transition: .2s transform cubic-bezier(.895,.03,.685,.22),.2s -webkit-transform cubic-bezier(.895,.03,.685,.22)
}
@-webkit-keyframes animtooltip {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes animtooltip {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.quiz .swiper-wrapper {
  margin-left: -24px
}
.quiz .button.quiz-button--transparent {
  color: #fff;
  border: 1px solid #81a7f8;
  background-color: transparent;
  -webkit-transition: .2s background ease-in-out;
  transition: .2s background ease-in-out;
  outline: 0
}
.quiz .button.quiz-button--transparent:hover {
  border-color: transparent;
  background: rgba(255,255,255,.3)
}
.quiz .button.quiz-button--transparent:active {
  border-color: transparent;
  background: rgba(255,255,255,.4)
}
.quiz__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
  width: 100%
}
@media (min-width:767px) {
  .quiz__controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -24px
  }
}
.quiz__controls .button {
  padding: 12px 24px;
  margin-bottom: 16px
}
.quiz__controls .button:last-child {
  margin-bottom: 0
}
@media (min-width:767px) {
  .quiz__controls .button {
    margin-left: 24px;
    margin-bottom: 0
  }
}
.page-v2-modal .page-v2-form-top.ecp-modal__container .uc-request-popup__content {
  width: 100%
}
.clients-promo {
  margin-bottom: 96px
}
.clients-promo__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #00205e;
  overflow: hidden;
  color: #fff;
  border-radius: 8px
}
@media (max-width:766px) {
  .clients-promo__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 24px
  }
}
.clients-promo__text-box {
  position: relative;
  padding: 48px;
  z-index: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
@media (max-width:766px) {
  .clients-promo__text-box {
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
@media (min-width:1279px) {
  .clients-promo__text-box {
    max-width: 680px
  }
}
.clients-promo__title {
  font-size: 24px;
  line-height: 1.17;
  margin-bottom: 16px
}
.clients-promo__list {
  list-style: none;
  margin-bottom: 32px
}
.clients-promo__li {
  position: relative;
  padding-left: 32px
}
.clients-promo__li:not(:last-child) {
  margin-bottom: 4px
}
@media (max-width:766px) {
  .clients-promo__li {
    padding-left: 0
  }
  .clients-promo__li:not(:first-child) {
    display: none
  }
  .clients-promo__li .tariff-section__item-marker {
    display: none
  }
}
@media (max-width:766px) {
  .clients-promo__button {
    width: 100%
  }
}
.clients-promo__img {
  position: relative;
  margin-right: 80px;
  z-index: 1
}
@media (max-width:1278px) {
  .clients-promo__img {
    display: none
  }
}
@media (max-width:766px) {
  .clients-promo__img {
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 32px;
    width: 140px
  }
}
.clients-promo__bg {
  position: absolute;
  background: url(../images/clients/bg-promo.svg) no-repeat 50% 50%;
  background-size: contain
}
.clients-promo__bg_1 {
  left: 175px;
  top: 71px;
  width: 684px;
  height: 684px
}
@media (max-width:1278px) {
  .clients-promo__bg_1 {
    top: 71px;
    left: auto;
    right: -235px
  }
}
@media (max-width:766px) {
  .clients-promo__bg_1 {
    right: -513px
  }
}
.clients-promo__bg_2 {
  left: 50%;
  bottom: -209px;
  width: 1036px;
  height: 1036px
}
@media (max-width:1278px) {
  .clients-promo__bg_2 {
    display: none
  }
}
.acc-advantages__title {
  font-size: 44px;
  line-height: 56px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 40px
}
@media (max-width:766px) {
  .acc-advantages__title {
    font-size: 32px;
    line-height: 38px
  }
}
.acc-advantages__list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr
}
@media (max-width:1278px) {
  .acc-advantages__list {
    grid-template-columns: 1fr
  }
}
.acc-advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 32px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
.acc-advantages__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px
}
.acc-advantages__icon svg {
  width: 100%;
  height: 100%
}
.acc-advantages__text {
  font-size: 18px;
  line-height: 24px;
  color: #000
}
.acc-intro {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  padding-top: 96px;
  gap: 12px;
  margin-bottom: 5rem
}
@media (max-width:1278px) {
  .acc-intro {
    grid-template-columns: repeat(6,1fr)
  }
}
@media (max-width:766px) {
  .acc-intro {
    grid-template-columns: 1fr
  }
}
.acc-intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column: span 6;
  margin-top: 56px
}
@media (max-width:1278px) {
  .acc-intro__content {
    grid-row: 2;
    margin-top: 0
  }
}
@media (max-width:766px) {
  .acc-intro__content {
    grid-column: 1
  }
}
.acc-intro__title {
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 56px;
  color: #fff
}
.acc-intro__description {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
  color: #fff
}
.acc-intro__image {
  width: 420px;
  height: 420px;
  grid-column: 8/span 5
}
@media (max-width:1278px) {
  .acc-intro__image {
    grid-column: 2/6;
    width: 320px;
    height: 320px;
    margin: 0 auto
  }
}
@media (max-width:766px) {
  .acc-intro__image {
    grid-column: 1;
    width: 280px;
    height: 280px
  }
}
.acc-intro__image img {
  width: 100%
}
.acc-clients__head {
  margin-bottom: 48px
}
.acc-clients__title {
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 56px;
  color: #000;
  font-weight: 400
}
@media (max-width:766px) {
  .acc-clients__title {
    font-size: 32px;
    line-height: 38px
  }
}
.acc-clients__sub-title {
  font-size: 18px;
  line-height: 24px;
  color: #8d93a1
}
.acc-clients__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px
}
.acc-clients__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px
}
.acc-clients__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px
}
.acc-clients__icon svg {
  width: 100%;
  height: 100%
}
.acc-clients__text {
  font-size: 18px;
  line-height: 24px;
  color: #000
}
.acc-process {
  padding: 48px;
  border-radius: 8px;
  background-color: #f1f8ff
}
@media (max-width:766px) {
  .acc-process {
    padding: 24px
  }
}
.acc-process__title {
  margin-bottom: 48px;
  font-size: 44px;
  line-height: 56px;
  color: #000
}
@media (max-width:766px) {
  .acc-process__title {
    font-size: 32px;
    line-height: 38px
  }
}
.acc-process__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 48px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #0450f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.acc-process__list {
  margin-left: -48px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2
}
@media (max-width:1278px) {
  .acc-process__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-left: -24px
  }
}
.acc-process__item {
  counter-increment: custom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-left: 48px;
  margin-bottom: 48px
}
@media (max-width:1278px) {
  .acc-process__item {
    margin-left: 24px;
    margin-bottom: 24px
  }
  .acc-process__item:last-of-type {
    margin-bottom: 0
  }
}
.acc-process__item:before {
  content: counter(custom);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/circle_svg.png) no-repeat 50% 50%;
  background-size: contain;
  font-size: 18px;
  line-height: 1.33;
  color: #0450f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.acc-support {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  padding: 48px;
  border-radius: 8px;
  background-image: url(../images/accompaniment/background.png);
  background-size: cover;
  background-repeat: no-repeat
}
@media (max-width:1278px) {
  .acc-support {
    grid-template-columns: repeat(6,1fr)
  }
}
@media (max-width:766px) {
  .acc-support {
    padding: 24px
  }
}
.acc-support__content {
  grid-column: span 9
}
@media (max-width:1278px) {
  .acc-support__content {
    grid-column: span 6
  }
}
.acc-support__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 24px;
  grid-column: span 3
}
@media (max-width:1278px) {
  .acc-support__price {
    grid-column: span 6
  }
}
.acc-support__currency {
  font-size: 44px;
  line-height: 44px;
  color: #fff
}
.acc-support__title {
  font-size: 44px;
  line-height: 56px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 16px
}
@media (max-width:766px) {
  .acc-support__title {
    font-size: 32px;
    line-height: 38px
  }
}
.acc-support__label {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255,255,255,.6)
}
.acc-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px
}
.acc-support__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}
.acc-support__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #00a25a
}
.acc-support__icon svg {
  width: 100%;
  height: 100%
}
.acc-support__text {
  font-size: 16px;
  line-height: 24px;
  color: #fff
}
.acc-page {
  background-image: url(../images/markirovka/background-linier.png);
  background-repeat: no-repeat;
  background-size: 100% 885px
}
@media (max-width:1278px) {
  .acc-page {
    background-size: auto
  }
}
.acc-page .bidexpert-whocheck {
  padding: 0;
  margin: 0 0 96px;
  background: 0 0
}
.acc-section {
  margin-bottom: 96px
}
.acc-section__title {
  font-size: 44px;
  line-height: 56px;
  color: #000;
  font-weight: 400
}
.acc-section__title--light {
  color: #fff
}
@media (max-width:766px) {
  .acc-section__title {
    font-size: 32px;
    line-height: 38px
  }
}
.estate-page {
  background-color: #f1f8ff
}
.estate-page .procedure-slider .swiper-wrapper {
  display: grid
}
.estate-page .procedure-slider .swiper-container {
  overflow: visible
}
.estate-page .search-form {
  margin: 0
}
.estate-page .estate-story {
  margin-top: 32px
}
@media (max-width:1278px) {
  .estate-page .page-v2__main--top {
    padding-top: 160px
  }
}
.estate-page .estate-sale-partners {
  margin: 0
}
.estate-page .estate-sale__header {
  padding-top: 0
}
@media (max-width:1278px) {
  .estate-page .estate-sale__header {
    margin-bottom: 48px
  }
}
@media (max-width:766px) {
  .estate-page .estate-sale__header {
    margin-bottom: 24px
  }
}
.estate-page .estate-sale-steps {
  margin: 0;
  padding: 96px 0;
  background-color: #fff
}
@media (max-width:1278px) {
  .estate-page .estate-sale-steps {
    padding: 48px 0
  }
}
.estate-page .estate-sale-steps .page-v2-instruction__list {
  margin-bottom: 48px
}
.estate-page .intro-footer {
  border: 0;
  margin-top: 0
}
.estate-page .search-autocomplete__tags {
  display: none
}
@media (min-width:1279px) {
  .estate-page .estate-search .estate-search__advanced-container {
    padding: 32px 0
  }
}
@media (min-width:1279px) {
  .estate-page .estate-search .estate-search__mainelement--search {
    width: 280px
  }
}
.estate-page .estate-search .estate-search__mainelement--search .search-form__keywordinput {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.estate-page .estate-search .estate-search__mainelement--search .search-form__keywordinput[placeholder] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.estate-page .estate-search .estate-search__mainelement--search .search-form__keywordinput::-webkit-input-placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.estate-page .estate-search .estate-search__mainelement--search .search-form__keywordinput::-moz-placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.estate-page .estate-search .estate-search__mainelement--search .search-form__keywordinput:-ms-input-placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.estate-page .estate-search .estate-search__mainelement--search .search-form__keywordinput::-ms-input-placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.estate-page .estate-search .estate-search__mainelement--search .search-form__keywordinput::placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.estate-page .estate-sale-search .radio-switcher {
  overflow-x: visible
}
@media (max-width:766px) {
  .estate-page .estate-sale-search .radio-switcher .radio-switcher__label {
    padding: 14px 0
  }
}
.estate-page .estate-sale-search .radio-switcher .radio-switcher__input:checked + .radio-switcher__label {
  color: #0041cb;
  background: #cdddff
}
@media (max-width:766px) {
  .estate-page .estate-sale-search .radio-switcher .radio-switcher__input:checked + .radio-switcher__label {
    position: relative;
    background-color: transparent;
    font-weight: 600
  }
  .estate-page .estate-sale-search .radio-switcher .radio-switcher__input:checked + .radio-switcher__label::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0450f2;
    z-index: 2
  }
}
.estate-page .estate-sale-search .radio-switcher .radio-switcher__input:checked + .radio-switcher__label:hover {
  color: #0041cb;
  background: #cdddff
}
@media (max-width:766px) {
  .estate-page .estate-sale-search .radio-switcher .radio-switcher__input:checked + .radio-switcher__label:hover {
    background-color: transparent;
    border-bottom: #0b0694
  }
}
.estate-page .estate-sale-search .radio-switcher .radio-switcher__label {
  color: #000
}
.estate-page .page-v2-instruction__li:last-child {
  margin-bottom: 0
}
@media (min-width:1279px) {
  .estate-page .page-v2-instruction__li {
    width: 221px
  }
  .estate-page .page-v2-instruction__li:last-child {
    margin-bottom: 0
  }
  .estate-page .page-v2-instruction__list {
    margin: 0 0 0 -24px
  }
}
.estate-page__arrow.estate-sale-partners__arrow--prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.estate-page h2.estate-sale-search__title {
  font-size: 32px
}
@media (max-width:766px) {
  .estate-page h2.estate-sale-search__title {
    font-size: 24px
  }
}
.estate-section {
  margin-bottom: 96px
}
@media (max-width:766px) {
  .estate-section {
    margin-bottom: 48px
  }
}
.estate__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 24px
}
.estate__title {
  font-size: 32px;
  line-height: 38px
}
@media (max-width:766px) {
  .estate__title {
    font-size: 24px;
    line-height: 38px
  }
}
.estate__link {
  color: #0041cb;
  text-decoration: none
}
@media (max-width:766px) {
  .estate__link {
    display: none
  }
}
.estate__link:hover {
  color: #0041cb
}
.estate__show-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #0041cb;
  font-weight: 600;
  text-decoration: none
}
@media (max-width:766px) {
  .estate__show-more {
    display: none
  }
}
.estate__show-more:hover {
  color: #0041cb
}
.estate__show-more--mobile {
  display: none;
  margin-top: 24px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width:766px) {
  .estate__show-more--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.estate__show-more-icon {
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.estate__show-more-icon svg {
  width: 100%;
  height: 100%
}
.estate__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(324px,1fr));
  gap: 24px
}
.estate__additional {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(332px,1fr));
  gap: 8px
}
.estate__additional-item {
  position: relative;
  padding: 24px 24px 24px 56px;
  border-radius: 8px;
  background-color: #dbe7ff;
  border: 0;
  text-decoration: none;
  -webkit-transition: .2s background-color ease-in;
  transition: .2s background-color ease-in
}
.estate__additional-item:active {
  background-color: #cdddff
}
.estate__additional-icon {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 24px;
  height: 24px;
  color: #0450f2
}
.estate__additional-icon svg {
  width: 100%;
  height: 100%
}
.estate__additional-link {
  color: #0041cb;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none
}
@media (min-width:1279px) {
  .estate__additional-link {
    font-size: 18px
  }
}
.estate__additional-desc {
  font-size: 14px;
  color: #4c535f;
  font-weight: 400;
  line-height: 20px
}
.estate-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.estate-intro__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.estate-intro__title {
  font-size: 32px;
  line-height: 38px;
  color: #fff
}
.estate-intro__link {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-decoration: none
}
.estate-intro__link.button--new {
  padding: 0 16px
}
@media (max-width:1278px) {
  .estate-intro__link.button--new {
    display: none
  }
}
.estate-intro__link:hover {
  color: rgba(255,255,255,.8)
}
@media (max-width:1278px) {
  .estate-intro__link {
    display: none
  }
}
.estate-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 282px;
  gap: 16px;
  margin-bottom: 0
}
@media (max-width:1278px) {
  .estate-intro__grid {
    margin-bottom: 0;
    grid-template-columns: 1fr
  }
}
.estate-intro__shield {
  position: absolute
}
.estate-intro__shield--lcp {
  width: 126px;
  height: 50px;
  bottom: 24px;
  right: 24px
}
@media (max-width:1278px) {
  .estate-intro__shield--lcp {
    top: 24px;
    right: 24px
  }
}
.estate-intro__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 320px;
  padding: 24px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}
@media (max-width:766px) {
  .estate-intro__item {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 360px;
    background-position: -100px 100%
  }
}
.estate-intro__item--object {
  background-image: url(../images/imuschestvo/imushestvo-russia.png)
}
@media (max-width:1278px) {
  .estate-intro__item--object {
    background-image: url(../images/imuschestvo/imushestvo-russia-table.png);
    background-position: right bottom
  }
}
@media (max-width:766px) {
  .estate-intro__item--object {
    background-image: url(../images/imuschestvo/imushestvo-russia-mobile.png)
  }
}
.estate-intro__item--abstract {
  background-image: url(../images/imuschestvo/intro_1.jpg)
}
@media (max-width:1278px) {
  .estate-intro__item--abstract {
    background-image: url(../images/imuschestvo/tablet.jpg);
    background-position: right
  }
}
@media (max-width:766px) {
  .estate-intro__item--abstract {
    background-image: url(../images/imuschestvo/intro-mobile.jpg)
  }
}
.estate-intro__item--sales {
  background: linear-gradient(0deg,#fde9f9 0,#fde9f9 100%),linear-gradient(281deg,#dbdaff 0,#dedaff 62.68%)
}
@media (max-width:1278px) {
  .estate-intro__item--sales {
    background-image: url(../images/imuschestvo/sales-table.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover
  }
}
@media (max-width:766px) {
  .estate-intro__item--sales {
    background-image: url(../images/imuschestvo/sales-mobile.png)
  }
}
.estate-intro__item-title {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 38px;
  color: #000
}
@media (max-width:766px) {
  .estate-intro__item-title {
    font-size: 24px;
    line-height: 28px
  }
}
.estate-intro__item-description {
  font-size: 16px;
  line-height: 24px;
  color: #000
}
.estate-intro__item .button {
  margin-top: auto;
  margin-bottom: 0!important;
  z-index: 1
}
.estate-intro__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
  max-width: 240px;
  z-index: 1
}
@media (max-width:1278px) {
  .estate-intro__information {
    max-width: 340px
  }
}
@media (max-width:766px) {
  .estate-intro__information {
    max-width: 100%
  }
}
.card-lot {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  overflow: hidden
}
.card-lot:hover {
  color: #000
}
.card-lot:hover .card-lot__description {
  color: #0041cb;
  text-decoration: none
}
.card-lot:visited .card-lot__description {
  color: #50238a
}
.card-lot__image {
  width: 100%;
  height: 200px
}
.card-lot__image--empty {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #f1f6fb url(../images/propertysales/icn-property.svg) center no-repeat;
  background-size: 80px 105px;
  overflow: hidden;
  border-radius: 4px;
  text-align: center
}
.card-lot__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.card-lot__header-widgets {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1
}
.card-lot__shield {
  position: absolute;
  top: 4px;
  left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  border-radius: 16px;
  color: #826226;
  background-color: #fff7da
}
.card-lot__shield-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 4px
}
.card-lot__shield-icon img {
  width: 100%;
  height: 100%
}
.card-lot__shield-text {
  padding: 2px 8px 2px 2px
}
.card-lot__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  width: 100%
}
.card-lot__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}
.card-lot__status {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e2e2e2
}
.card-lot__status--acceptance,
.card-lot__status--new,
.card-lot__status--waiting {
  background: #84bd5a
}
.card-lot__status--inwork {
  background: #ffd500
}
.card-lot__status--canceled {
  background: #ff6340
}
.card-lot__name {
  color: #8d93a1;
  font-size: 14px;
  line-height: 20px
}
.card-lot__description {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #0041cb;
  overflow: hidden
}
.card-lot__apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.card-lot__apply-label {
  font-size: 14px;
  line-height: 20px;
  color: #8d93a1
}
.card-lot__apply-time {
  font-size: 14px;
  line-height: 20px;
  color: #000
}
.card-lot__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000
}
.card-lot__price sub {
  top: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px
}
.card-lot__currency {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit
}
.card-lot__nds {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 400
}
.card-lot__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}
.card-lot__location-text {
  font-size: 14px;
  line-height: 20px;
  color: #000
}
.card-lot__location-icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  color: #8d93a1
}
.card-lot__location-icon svg {
  width: 100%;
  height: 100%
}
.estate-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 48px;
  padding: 48px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  border-radius: 8px
}
@media (max-width:766px) {
  .estate-form {
    padding: 48px 24px
  }
}
.estate-form .estate-search {
  margin: 0
}
.estate-form .estate-search .estate-search__main-filters {
  border: 1px solid #c7cdd2
}
@media (max-width:1278px) {
  .estate-form .estate-search .estate-search__main-filters {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .estate-form .estate-search .estate-search__main-filters .im-categories {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .estate-form .estate-search .estate-search__main-filters .im-price {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .estate-form .estate-search .estate-search__main-filters .im-okato {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .estate-form .estate-search .estate-search__main-filters .im-search {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
}
@media (max-width:766px) {
  .estate-form .estate-search .estate-search__main-filters {
    border: 0
  }
}
@media (max-width:1278px) {
  .estate-form .estate-search .estate-search__advancedbar {
    padding: 0;
    border: 0;
    margin: 0
  }
}
@media (max-width:1278px) {
  .estate-form .estate-search .estate-search__advanced-container {
    padding: 0
  }
}
@media (max-width:1278px) {
  .estate-form .estate-search .estate-search__keyword .estate-search__extend-button {
    display: none;
    border: 0
  }
}
@media (max-width:1278px) {
  .estate-form .estate-search .estate-search__mainelement--controls .estate-search__extend-button {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    color: #0041cb;
    margin: 0;
    width: 100%;
    border: 1px solid #81a7f8;
    padding: 0;
    position: static;
    height: 48px;
    margin-bottom: 24px
  }
  .estate-form .estate-search .estate-search__mainelement--controls .estate-search__extend-button .button__icon {
    color: #0041cb
  }
}
@media (max-width:1278px) {
  .estate-form .estate-search .estate-search__mainelement--controls {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
}
@media (max-width:1278px) {
  .estate-form .estate-search .estate-search--expanded .estate-search__submit-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.estate-form .estate-search--expanded .estate-search__extend-button {
  color: #0041cb
}
.estate-form .estate-search--expanded .estate-search__extend-button .button__icon {
  color: #0041cb
}
.estate-form .estate-sale-search .radio-switcher {
  border: 1px solid #c7cdd2
}
@media (max-width:1278px) {
  .estate-form .estate-sale-search .radio-switcher {
    width: 100%;
    padding: 4px
  }
}
@media (max-width:766px) {
  .estate-form .estate-sale-search .radio-switcher {
    width: 100%;
    padding: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #c7cdd2
  }
}
.estate-form .estate-sale-search .radio-switcher:hover {
  border-color: #c7cdd2
}
@media (max-width:1278px) {
  .estate-form .estate-sale-search .radio-switcher__item {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}
@media (max-width:766px) {
  .estate-form .estate-sale-search .radio-switcher__item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 0;
    margin-left: 0
  }
}
.estate-form .estate-sale-search .radio-switcher__label {
  color: #000
}
@media (max-width:1278px) {
  .estate-form .estate-sale-search .radio-switcher__label {
    width: 100%
  }
}
@media (max-width:766px) {
  .estate-form .estate-sale-search .radio-switcher__label:hover {
    color: #000
  }
}
.estate-form .estate-sale-search .radio-switcher__input:checked + .estate-form .estate-sale-search .radio-switcher__label {
  background-color: #cdddff
}
@media (max-width:1278px) {
  .estate-form .estate-sale-search .estate-search__submit-button {
    width: 100%;
    color: #fff;
    background: #0450f2
  }
}
.estate-form .im-categories .select2-selection.select2-selection--single:before,
.estate-form .im-okato .select2-selection.select2-selection--single:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: #0a6eb4;
  position: absolute;
  top: 14px;
  left: 1px;
  bottom: 1px;
  margin-left: 8px;
  background-size: 16px 16px
}
.estate-form .im-categories .select2-selection__rendered,
.estate-form .im-okato .select2-selection__rendered {
  padding-left: 30px
}
.estate-form .im-okato .select2-selection.select2-selection--single:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.4116 6.72713C13.4116 11.1816 8.00029 15 8.00029 15C8.00029 15 2.58984 11.1816 2.58984 6.72713C2.58984 5.2082 3.15991 3.75148 4.17465 2.67744C5.18938 1.60339 6.56565 1 8.0007 1C9.43575 1 10.812 1.60339 11.8268 2.67744C12.8415 3.75148 13.4116 5.2082 13.4116 6.72713Z" stroke="%238D93A1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.00273 7.2729C8.92328 7.2729 9.66953 6.54023 9.66953 5.63645C9.66953 4.73266 8.92328 4 8.00273 4C7.08219 4 6.33594 4.73266 6.33594 5.63645C6.33594 6.54023 7.08219 7.2729 8.00273 7.2729Z" stroke="%238D93A1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')
}
.estate-form .im-categories .select2-selection.select2-selection--single:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_11672_43385)"><path d="M12.6641 4H6.66406" stroke="%238D93A1" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.9987 4H3.33203" stroke="%238D93A1" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.6641 8H6.66406" stroke="%238D93A1" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.9987 8H3.33203" stroke="%238D93A1" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.6641 12H6.66406" stroke="%238D93A1" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.9987 12H3.33203" stroke="%238D93A1" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_11672_43385"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>')
}
.estate-form .im-categories .select2-results__option[role=option] {
  font-weight: 400;
  padding-left: 24px
}
.estate-form .im-categories .select2-results__option:nth-of-type(1)[role=option] {
  font-weight: 600;
  padding-left: 10px;
  z-index: -1;
  position: relative
}
.estate-form .im-categories .form-select__option:nth-of-type(1),
.estate-form .im-categories .select2-results__options .select2-results__option:nth-of-type(1)[role=option] {
  display: none
}
.estate-form .im-categories .select2-results__options.select2-results__options--nested .select2-results__option:nth-of-type(1)[role=option] {
  display: block
}
.estate-skeleton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 16px;
  margin-top: 48px;
  overflow: hidden
}
.estate-skeleton__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 201px;
  height: 201px;
  border: 2px solid #e8e8e8;
  background-image: linear-gradient(90deg,#f1f8ff 0,#fff 40px,#f1f8ff 80px);
  padding: 4px;
  border-radius: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-animation: shine-lines 8s infinite linear;
  animation: shine-lines 8s infinite linear
}
.estate-skeleton__abstract {
  width: 100%;
  height: 100%;
  border-radius: 11px;
  background-color: #e8e8e8;
  background-image: linear-gradient(90deg,#f1f8ff 0,#fff 40px,#f1f8ff 80px);
  background-size: 600px;
  -webkit-animation: shine-abstract 8s infinite linear;
  animation: shine-abstract 8s infinite linear
}
@keyframes shine-lines {
  0% {
    background-position: -200px
  }
  100%,
  40% {
    background-position: 210px
  }
}
@keyframes shine-abstract {
  0% {
    background-position: -200px
  }
  100%,
  40% {
    background-position: 210px
  }
}
.card-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 12px);
  min-height: 238px;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 8px;
  background-image: url(../images/education/back-ed-card-lg.png);
  background-repeat: no-repeat;
  background-size: cover
}
@media (max-width:1278px) {
  .card-event {
    background-image: url(../images/education/back-dot.png)
  }
}
@media (max-width:766px) {
  .card-event {
    width: 100%
  }
}
.card-event__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.card-event__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}
.card-event__top .card-event__description {
  color: #fff;
  font-size: 14px;
  margin-top: 16px;
  margin-right: 126px
}
@media (max-width:1278px) {
  .card-event__top .card-event__description {
    margin-right: 0
  }
}
.card-event__top img {
  position: absolute;
  width: 100px;
  right: 0
}
@media (max-width:1278px) {
  .card-event__top img {
    display: none
  }
}
.card-event__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #fff
}
.card-event__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto
}
.card-event__price {
  display: inline-block
}
.card-event__current-price {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  color: #fff
}
.card-event__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 16px;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  color: #0041cb;
  background-color: #fff;
  border-radius: 8px;
  -webkit-transition: .2s all ease-in;
  transition: .2s all ease-in;
  font-family: "Exo 2",sans-Serif
}
.card-event__button:hover {
  background-color: #e6f0ff;
  color: #0041cb;
  text-decoration: none
}
.card-event__button:active {
  background-color: #cdddff
}
.hs-intro,
.ps-page .ps-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 235px
}
@media (max-width:1278px) {
  .hs-intro,
  .ps-page .ps-intro {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 165px
  }
}
.hs-intro__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 588px
}
@media (max-width:1278px) {
  .hs-intro__text {
    width: 100%
  }
}
@media (max-width:766px) {
  .hs-intro__text {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
}
.hs-intro__title {
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 400;
  line-height: 56px;
  width: 100%;
  color: #fff
}
@media (max-width:1278px) {
  .hs-intro__title {
    margin-bottom: 16px
  }
}
@media (max-width:766px) {
  .hs-intro__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px
  }
}
.hs-intro__description {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
  color: #fff
}
@media (max-width:766px) {
  .hs-intro__description {
    font-size: 16px;
    line-height: 24px
  }
}
.hs-intro__image {
  width: 486px;
  height: 374px
}
@media (max-width:1278px) {
  .hs-intro__image {
    width: 336px;
    height: 278px
  }
}
@media (max-width:766px) {
  .hs-intro__image {
    width: 280px;
    height: 231px
  }
}
.hs-intro__image img {
  width: 100%;
  height: auto
}
.hs-intro .button--new,
.ps-page .ps-intro .button--new {
  height: 56px;
  line-height: 56px
}
.hs-marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
@media (max-width:766px) {
  .hs-marks {
    padding: 24px
  }
}
.hs-marks .hs-section__title,
.hs-marks .ps-page .ps-section__title,
.ps-page .hs-marks .ps-section__title {
  margin-bottom: 24px
}
.hs-marks__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media (max-width:1278px) {
  .hs-marks__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.hs-marks__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.hs-marks__col:first-child {
  width: 100%;
  padding-right: 48px;
  margin-right: 48px;
  border-right: 1px solid #e6e6e6
}
@media (max-width:1278px) {
  .hs-marks__col:first-child {
    padding-right: 0;
    margin-right: 0;
    border: 0;
    margin-bottom: 48px
  }
}
@media (max-width:1278px) {
  .hs-marks__col {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.hs-marks__title {
  display: block;
  margin-bottom: 24px;
  color: #8d93a1;
  font-size: 18px;
  line-height: 24px;
  width: 100%
}
.hs-marks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.hs-marks__list--columns {
  display: block;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1
}
@media (max-width:1278px) {
  .hs-marks__list--columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }
  .hs-marks__list--columns .hs-marks__item {
    margin-right: 48px
  }
}
@media (max-width:766px) {
  .hs-marks__list--columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
  .hs-marks__list--columns .hs-marks__item {
    margin-right: 0
  }
}
@media (max-width:1278px) {
  .hs-marks__list {
    margin-right: 48px;
    margin-bottom: 24px
  }
  .hs-marks__list:last-child {
    margin-bottom: 0
  }
}
@media (max-width:766px) {
  .hs-marks__list {
    margin-right: 0
  }
}
.hs-marks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 227px;
  margin-bottom: 24px
}
.hs-marks__item:last-child {
  margin-bottom: 0
}
@media (max-width:766px) {
  .hs-marks__item {
    width: 100%
  }
}
.hs-marks__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #0450f2;
  margin-right: 8px
}
.hs-marks__icon svg {
  width: 100%;
  height: 100%
}
.hs-marks__name {
  font-size: 16px;
  line-height: 24px;
  color: #000
}
.hs-tariff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px;
  width: 588px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
@media (max-width:1278px) {
  .hs-tariff {
    width: 100%;
    margin-bottom: 24px
  }
  .hs-tariff:last-child {
    margin-bottom: 0
  }
}
@media (max-width:766px) {
  .hs-tariff {
    padding: 24px
  }
}
.hs-tariff__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px
}
.hs-tariff__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: auto
}
@media (max-width:766px) {
  .hs-tariff__bottom {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
}
.hs-tariff--dark {
  color: #0041cb;
  background-color: #00205e
}
.hs-tariff--dark .button--new {
  background: #fff
}
.hs-tariff--dark .button--new:hover {
  background: #fff;
  color: #0041cb
}
.hs-tariff--dark .button--new:active {
  background: #fff
}
.hs-tariff--dark .hs-tariff__item-text,
.hs-tariff--dark .hs-tariff__price,
.hs-tariff--dark .hs-tariff__title {
  color: #fff
}
.hs-tariff--dark .hs-tariff__icon {
  color: #81a7f8
}
.hs-tariff__title {
  width: 100%;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px
}
@media (max-width:766px) {
  .hs-tariff__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px
  }
}
.hs-tariff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}
.hs-tariff__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8px;
  width: 100%
}
.hs-tariff__item-text {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #000
}
.hs-tariff__item:last-child {
  margin-bottom: 0
}
.hs-tariff__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 4px 8px 4px 0;
  width: 16px;
  height: 16px;
  color: #0450f2
}
.hs-tariff__icon svg {
  width: 100%;
  height: 100%
}
.hs-tariff__price {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 38px
}
.hs-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255,255,255,.05)
}
.hs-notification__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #ffd500;
  margin-right: 16px
}
@media (max-width:766px) {
  .hs-notification__icon {
    display: none
  }
}
.hs-notification__icon svg {
  width: 100%;
  height: 100%
}
.hs-notification__text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px
}
@media (max-width:766px) {
  .hs-notification__text {
    font-size: 16px;
    line-height: 24px
  }
}
.hs-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 48px;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f1f8ff
}
@media (max-width:766px) {
  .hs-support {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px
  }
}
.hs-support__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
  width: 48px;
  height: 48px
}
@media (max-width:766px) {
  .hs-support__icon {
    margin-right: 0;
    margin-bottom: 24px
  }
}
.hs-support__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}
.hs-support__title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px
}
.hs-support__description {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #8d93a1
}
.hs-support:last-child {
  margin-bottom: 0
}
@media (max-width:1278px) {
  .hs-banner,
  .ps-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media (max-width:766px) {
  .hs-banner,
  .ps-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.hs-banner .about-banner__title,
.ps-banner .about-banner__title {
  width: 100%;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px
}
@media (max-width:1278px) {
  .hs-banner .about-banner__info,
  .ps-banner .about-banner__info {
    width: calc(100% - 160px);
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
}
@media (max-width:766px) {
  .hs-banner .about-banner__info,
  .ps-banner .about-banner__info {
    width: 100%;
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20
  }
}
.hs-banner .hs-banner__text,
.ps-banner .hs-banner__text {
  width: 100%;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000
}
.hs-banner .about-banner__image,
.ps-banner .about-banner__image {
  width: 164px;
  height: 164px
}
@media (max-width:1278px) {
  .hs-banner .about-banner__image,
  .ps-banner .about-banner__image {
    display: block;
    width: 130px;
    height: 140px
  }
}
.hs-banner .about-banner__image img,
.ps-banner .about-banner__image img {
  width: 100%;
  height: auto
}
.page-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%
}
@media (max-width:1278px) {
  .page-modal {
    width: 100%
  }
}
.page-modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px
}
@media (max-width:1278px) {
  .page-modal__container {
    width: 672px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
  }
}
@media (max-width:766px) {
  .page-modal__container {
    width: 100%
  }
}
.page-modal__image {
  width: 306px;
  min-height: 602px;
  height: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(35%,#00205e),to(#0051fb));
  background: linear-gradient(180deg,#00205e 35%,#0051fb 100%);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width:1278px) {
  .page-modal__image {
    width: 672px;
    height: 266px;
    min-height: 266px;
    background-position: center;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(35%,#00205e),to(#0051fb));
    background: linear-gradient(180deg,#00205e 35%,#0051fb 100%)
  }
}
@media (max-width:766px) {
  .page-modal__image {
    width: 100%
  }
}
.page-modal__head {
  margin-bottom: 32px
}
.page-modal__title {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 38px;
  color: #000
}
@media (max-width:766px) {
  .page-modal__title {
    font-size: 24px;
    line-height: 28px
  }
}
.page-modal__description {
  font-size: 18px;
  line-height: 24px
}
@media (max-width:766px) {
  .page-modal__description {
    font-size: 16px;
    line-height: 24px
  }
}
.page-modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px;
  width: 100%
}
@media (max-width:766px) {
  .page-modal__form {
    padding: 24px 16px
  }
}
.page-modal__form .request-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0
}
@media (max-width:1278px) {
  .page-modal__form .request-form .request-form__item {
    width: 100%
  }
}
.page-modal__form .request-form .request-form__item--action {
  margin-top: 40px
}
.page-modal__form .request-form .request-form__inputwrapper {
  width: 285px
}
@media (max-width:1278px) {
  .page-modal__form .request-form .request-form__inputwrapper {
    width: 100%
  }
}
.page-modal__form .request-form .request-form__inputwrapper.form-item-name,
.page-modal__form .request-form .request-form__inputwrapper.form-item-phone,
.page-modal__form .request-form .request-form__inputwrapper.form-item-product {
  width: 100%
}
.page-modal__form .request-form .request-form__inputwrapper label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px
}
.page-modal__form .request-form .request-form__input {
  height: 48px
}
.page-modal__form .request-form .request-form__item:last-of-type {
  margin-bottom: 0
}
@media (max-width:766px) {
  .page-modal__form .request-form .js-form-submit {
    width: 100%
  }
}
.hs-page,
.ps-page {
  background-image: url(../images/markirovka/background-linier.png);
  background-repeat: no-repeat;
  background-size: 100% 1102px
}
@media (max-width:1278px) {
  .hs-page,
  .ps-page {
    background-size: auto
  }
}
.hs-page .request-form,
.ps-page .request-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.hs-page .request-form .request-form__item,
.ps-page .request-form .request-form__item {
  width: calc(50% - 12px)
}
.hs-page .request-form .request-form__item--full,
.ps-page .request-form .request-form__item--full {
  width: 100%
}
@media (max-width:1278px) {
  .hs-page .request-form .request-form__item,
  .ps-page .request-form .request-form__item {
    width: 100%
  }
}
.path-markirovka .popup.uc-request-popup .ui-dialog-titlebar-close {
  right: -70px
}
@media (max-width:1278px) {
  .path-markirovka .popup.uc-request-popup .ui-dialog-titlebar-close {
    top: 16px;
    right: 10px
  }
}
@media (max-width:766px) {
  .path-markirovka .popup.uc-request-popup .ui-dialog-titlebar-close {
    top: 32px;
    right: 16px
  }
}
.path-markirovka .popup.ui-dialog {
  max-height: 100%
}
.path-markirovka .popup {
  background: 0 0
}
.path-markirovka .page-v2-modal-main-container {
  background-color: #fff;
  border-radius: 8px
}
.hs-section,
.ps-page .ps-section {
  margin-bottom: 96px
}
@media (max-width:766px) {
  .hs-section,
  .ps-page .ps-section {
    margin-bottom: 48px
  }
}
.hs-section:last-child,
.ps-page .ps-section:last-child {
  margin-bottom: 0
}
.hs-section__title,
.ps-page .ps-section__title {
  margin-bottom: 48px;
  font-size: 44px;
  font-weight: 400;
  line-height: 56px
}
@media (max-width:766px) {
  .hs-section__title,
  .ps-page .ps-section__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px
  }
}
.hs-notification {
  margin-bottom: 48px
}
.hs-tariffs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.ps-banner .about-banner__info {
  width: 100%
}
@media (min-width:767px) {
  .ps-banner .about-banner__info {
    width: calc(100% - 196px)
  }
}
.ps-banner .about-banner__image {
  width: 172px;
  height: 172px
}
.ps-banner .about-banner__image img {
  width: auto;
  height: 100%
}
.ps-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 32px
}
@media (min-width:1279px) {
  .ps-info {
    margin-bottom: 0
  }
}
.ps-info__title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px;
  font-weight: 400
}
.ps-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (min-width:1279px) {
  .ps-info__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 180px
  }
}
.ps-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px
}
@media (min-width:1279px) {
  .ps-info__item {
    width: 524px
  }
}
.ps-info__item:last-child {
  margin-bottom: 0
}
.ps-info__icon {
  width: 16px;
  height: 16px;
  color: #00a25a;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.ps-info__icon svg {
  width: 100%;
  height: 100%
}
.ps-info__status {
  margin-top: 0;
  display: block;
  color: #0450f2;
  font-size: 24px;
  line-height: 28px
}
.ps-im {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ps-im__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px
}
.ps-im__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px
}
.ps-im ul {
  list-style: none
}
.ps-im ul li {
  margin-bottom: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.ps-im ul li svg {
  margin-right: 16px;
  min-width: 24px;
  height: 24px
}
@media (min-width:1279px) {
  .ps-im img {
    margin-top: -20px
  }
}
@media (max-width:1279px) {
  .ps-im img {
    width: 230px
  }
}
@media (max-width:767px) {
  .ps-im {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .ps-im__title br {
    display: none
  }
}
.ps-page .ps-anons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 48px;
  border-radius: 8px;
  background: #f1f8ff
}
@media (max-width:767px) {
  .ps-page .ps-anons {
    padding: 24px
  }
}
.ps-page .ps-anons .button {
  width: 243px
}
.ps-page .ps-anons__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px
}
.ps-page .ps-anons__desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
  margin-top: 8px
}
@media (max-width:1279px) {
  .ps-page .ps-anons img {
    height: 118px
  }
}
@media (max-width:767px) {
  .ps-page .ps-anons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .ps-page .ps-anons img {
    height: auto;
    width: 210px
  }
}
.ps-expert {
  border-radius: 8px;
  background: #00205e;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  padding: 48px;
  position: relative;
  overflow: hidden
}
@media (max-width:767px) {
  .ps-expert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px
  }
}
.ps-expert:before {
  content: "";
  position: absolute;
  right: -401px;
  left: auto;
  top: -39px
}
.ps-expert:after {
  content: "";
  position: absolute;
  left: -476px;
  top: -370px
}
.ps-expert:after,
.ps-expert:before {
  width: 800px;
  height: 800px;
  border-radius: 800px;
  background: radial-gradient(50% 50% at 50% 50%,rgba(4,80,242,.9) 16.67%,rgba(4,80,242,.25) 74.48%,rgba(4,80,242,0) 100%)
}
.ps-expert img {
  width: 160px;
  height: 160px;
  z-index: 1
}
.ps-expert__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px
}
.ps-expert__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}
.ps-expert__link:nth-of-type(1) {
  text-decoration: none
}
.ps-expert__link:hover {
  color: #fff
}
.ps-expert__desc {
  max-width: 645px
}
.ps-expert__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  z-index: 1
}
.ps-expert__text .button {
  margin-top: 24px;
  width: 176px
}
.ps-ads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto
}
.ps-ads__card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.33% - 24px);
  flex: 1 1 calc(33.33% - 24px);
  width: 384px;
  padding: 48px;
  border-radius: 8px;
  background: #355cbf;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  overflow: hidden
}
@media (max-width:1279px) {
  .ps-ads__card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 24px);
    flex: 1 1 calc(50% - 24px)
  }
}
@media (max-width:767px) {
  .ps-ads__card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 24px
  }
}
.ps-ads__card p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  z-index: 1
}
.ps-ads__card svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.ps-ads__action {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.ps-section--ads {
  position: relative;
  overflow: hidden
}
.ps-section--ads:before {
  content: "";
  position: absolute;
  right: -380px;
  top: -790px;
  width: 1361px;
  height: 1361px;
  border-radius: 1361px;
  background: radial-gradient(50% 50% at 50% 50%,rgba(4,80,242,.9) 16.67%,rgba(4,80,242,.25) 74.48%,rgba(4,80,242,0) 100%)
}
.ps-section--ads .ps-section__title {
  z-index: 1;
  position: relative
}
.ps-property-owners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.ps-property-owners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(25% - 24px);
  flex: 1 1 calc(25% - 24px);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  height: 208px
}
@media (max-width:1279px) {
  .ps-property-owners__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 24px);
    flex: 1 1 calc(50% - 24px)
  }
}
@media (max-width:767px) {
  .ps-property-owners__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 24px;
    height: 136px
  }
}
.ps-im-sellers {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  gap: 48px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
@media (max-width:767px) {
  .ps-im-sellers {
    padding: 24px
  }
}
.ps-im-sellers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.33% - 48px);
  flex: 1 1 calc(33.33% - 48px)
}
@media (max-width:767px) {
  .ps-im-sellers__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
  }
}
.ps-im-sellers__item img {
  margin-right: 16px
}
.ps-im-sellers__item .search-gis {
  margin-left: 5px
}
@media (max-width:1279px) {
  .ps-im-sellers__item:nth-of-type(4) .search-gis__text {
    max-width: 125px
  }
}
.ps-im-sellers__item:nth-of-type(5) .search-gis__text {
  max-width: 172px
}
.ps-im-sellers__icontext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.ps-im-sellers__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.ps-im-sellers__info .search-gis__notification {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  background-color: #fff;
  color: #000;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0
}
.ps-im-sellers__info .search-gis__notification svg {
  color: #0450f2
}
.search-gis__popover {
  max-width: 265px!important;
  margin-left: -110px
}
.search-gis__popover-wrapper {
  padding: 12px
}
.ps-instruction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  border-radius: 8px;
  background-color: #f1f8ff
}
.ps-instruction__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 8px
}
.ps-instruction__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: decimal;
  padding-left: 16px
}
.ps-instruction__item {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px
}
.ps-instruction__item:last-child {
  margin-bottom: 0
}
.ps-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.ps-order__notification {
  padding: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  background: rgba(255,255,255,.05)
}
.ps-sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px
}
@media (min-width:1279px) {
  .ps-sales {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.ps-sales__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.333% - 24px);
  flex: 1 1 calc(33.333% - 24px)
}
@media (max-width:1279px) {
  .ps-sales__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 12px);
    flex: 0 1 calc(50% - 12px)
  }
}
@media (max-width:767px) {
  .ps-sales__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%
  }
  .ps-sales__item:nth-last-of-type(1) {
    margin-bottom: 24px
  }
}
.ps-sales__item-text {
  width: 100%
}
@media (min-width:767px) {
  .ps-sales__item-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.ps-sales__item-name {
  margin-bottom: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #000
}
.ps-sales__item-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}
.ps-sales__item-description a {
  color: #0041cb;
  text-decoration: none
}
@media (min-width:767px) {
  .ps-sales__item-description a {
    color: #000
  }
}
@media (min-width:767px) {
  .ps-sales__item {
    padding: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media (min-width:1279px) {
  .ps-sales__item {
    width: calc(50% - 12px)
  }
}
.ps-sales__icon {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 48px;
  height: 48px;
  margin-bottom: 24px
}
@media (min-width:767px) {
  .ps-sales__icon {
    margin-bottom: 0
  }
}
.ps-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  margin-bottom: 48px;
  color: #000;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  margin-top: -270px
}
@media (max-width:1279px) {
  .ps-stack {
    margin-top: -300px
  }
}
@media (max-width:767px) {
  .ps-stack {
    margin-top: -410px
  }
}
.ps-stack--dark {
  color: #fff;
  background-color: #00205e;
  -webkit-box-shadow: none;
  box-shadow: none
}
.ps-stack--dark .button {
  width: 100%;
  height: 56px;
  color: #0041cb;
  background-color: #fff;
  -webkit-transition: .2s all ease-in;
  transition: .2s all ease-in
}
.ps-stack--dark .button:hover {
  color: #0041cb;
  background-color: #fff
}
.ps-stack--dark .button:active {
  color: #0041cb;
  background-color: #cdddff
}
@media (min-width:1279px) {
  .ps-stack--dark {
    background-image: url(../images/property-sellers/bg-circle.png);
    background-size: cover;
    background-repeat: no-repeat
  }
}
.ps-stack:last-child {
  margin-bottom: 0
}
@media (min-width:767px) {
  .ps-stack {
    padding: 48px
  }
}
@media (min-width:1279px) {
  .ps-stack {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 12px
  }
}
.ps-partner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  overflow: hidden
}
.ps-partner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px
}
.ps-partner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f1f8ff;
  padding: 32px 80px;
  text-decoration: none
}
.ps-partner__image {
  width: 100%
}
.ps-partner__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin: 0
}
.ps-partner__navigation--disable {
  display: none
}
.ps-partner__navigation-icon {
  width: 24px;
  height: 24px
}
.ps-partner__navigation-icon svg {
  width: 100%;
  height: 100%
}
.ps-partner__navigation .swiper-button-next,
.ps-partner__navigation .swiper-button-prev {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  color: #8d93a1;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 8px 24px rgba(0,65,203,.1);
  box-shadow: 0 8px 24px rgba(0,65,203,.1);
  border-radius: 50%;
  background-image: none;
  background-color: #fff;
  -webkit-transition: .2s all ease-in;
  transition: .2s all ease-in
}
.ps-partner__navigation .swiper-button-next:hover,
.ps-partner__navigation .swiper-button-prev:hover {
  color: #81a7f8;
  -webkit-box-shadow: 0 12px 32px rgba(0,65,203,.1);
  box-shadow: 0 12px 32px rgba(0,65,203,.1)
}
.ps-partner__navigation .swiper-button-next:active,
.ps-partner__navigation .swiper-button-prev:active {
  color: #0450f2;
  -webkit-box-shadow: 0 8px 24px rgba(0,65,203,.1);
  box-shadow: 0 8px 24px rgba(0,65,203,.1)
}
.ps-page {
  background-size: auto
}
@media (min-width:1279px) {
  .ps-page {
    background-size: 100% 950px
  }
}
.ps-page .ps-intro {
  margin-bottom: 48px
}
@media (min-width:767px) {
  .ps-page .ps-intro {
    margin-bottom: 96px
  }
}
@media (min-width:1279px) {
  .ps-page .ps-intro {
    margin-bottom: 48px
  }
}
@media (max-width:767px) {
  .ps-page .ps-intro {
    padding-top: 135px
  }
  .ps-page .ps-intro .button {
    width: 176px
  }
}
.ps-page .button {
  width: 176px;
  height: 56px
}
.ps-page .ps-info__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.ps-page .hs-intro__small {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-top: 32px
}
@media (max-width:767px) {
  .ps-page .hs-intro__description {
    font-size: 18px
  }
}
.ps-page .hs-intro__image {
  width: 480px;
  height: 480px
}
.ps-page .hs-intro__image img {
  width: 100%;
  height: 100%
}
@media (max-width:1279px) {
  .ps-page .hs-intro__image {
    width: 315px;
    height: 315px;
    margin-bottom: 24px
  }
}
@media (max-width:767px) {
  .ps-page .hs-intro__image {
    width: 280px;
    height: 280px;
    margin-bottom: 24px
  }
}
@media (max-width:767px) {
  .ps-page .uc-request-popup__container.new_property_seller .page-v2-title h1 {
    max-width: 95%
  }
}
.ps-page .ps-section--blue,
.ps-page .ps-section--inner {
  padding: 48px 0;
  background-color: #f1f8ff
}
@media (min-width:767px) {
  .ps-page .ps-section--blue,
  .ps-page .ps-section--inner {
    padding: 96px 0;
    margin-bottom: 96px
  }
}
.ps-page .ps-section--blue {
  background-color: #00205e;
  color: #fff;
  margin-bottom: 0
}
.ps-page .ps-section--partner .ps-section__title {
  text-align: center
}
.ps-page .ps-section--owners {
  padding-top: 0
}
.ps-page .ps-section--header {
  padding-bottom: 90px
}
@media (max-width:1279px) {
  .ps-page .ps-section--header {
    padding-bottom: 200px;
    margin-bottom: 0
  }
}
@media (max-width:767px) {
  .ps-page .ps-section--header {
    padding-bottom: 350px
  }
}
.ps-page .ps-section--stack {
  margin-bottom: 0
}
@media (max-width:1279px) {
  .ps-page .ps-section--stack {
    padding-bottom: 96px
  }
}
@media (max-width:767px) {
  .ps-page .ps-section--stack {
    padding-bottom: 24px
  }
}
@media (max-width:1279px) {
  .ps-page .ps-section--partner {
    margin-bottom: 0
  }
}
.ps-page .ps-section--sale {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px
}
@media (min-width:767px) {
  .ps-page .ps-section--sale {
    font-size: 44px;
    line-height: 56px
  }
}
@media (max-width:1279px) {
  .ps-page .ps-section--sale .ps-section__title br {
    display: none
  }
}
.ps-page .consultation-form .checkbox-tree {
  margin-top: 24px
}
.ps-page .consultation-form .checkbox-tree .form-item-personal-data {
  margin-top: 12px
}
.ps-page .consultation-form .checkbox-tree .checkbox {
  margin-bottom: 5px
}
.ps-page .consultation-form .checkbox-tree .help-block.form-error .personal_data-validation-message {
  margin-top: 5px
}
.ps-page .ps-stack {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ps-page .ps-stack--dark .ps-info {
  font-weight: 600
}
.ps-page .ps-stack > div {
  width: 100%
}
.ps-page .ps-orders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.ps-page .ps-orders .about-banner {
  margin-bottom: 24px
}
.ps-page .ps-orders .about-banner:last-child {
  margin-bottom: 0
}
.ps-page .consultation-form .form-item-personal-data {
  margin: 32px 0 0 0
}
@media (max-width:766px) {
  .ps-page .consultation-form .form-item-personal-data {
    margin: 0
  }
}
.ps-page .request-form .request-form__item {
  width: 100%;
  margin-right: 0
}
.ps-page .request-form .request-form__item--action {
  margin: 0
}
@media (max-width:1278px) {
  .uc-request-popup__img {
    height: 277px!important
  }
}
.new_property_seller .request-form .request-form__inputwrapper,
.page-v2-modal--big.new_property_seller .uc-request-popup__content {
  width: 100%
}
@media (max-width:767px) {
  .page-v2-modal-form-title {
    margin-top: 44px
  }
}
.asterisk {
  color: red
}
.search-gis__popover {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
.search-gis__popover-close {
  display: none!important
}
.search-gis__popover__wrapper {
  padding: 12px
}
.search-gis__text {
  max-width: 205px
}
@media (max-width:1279px) {
  .ps-im-sellers__item:nth-of-type(3) .search-gis__text {
    max-width: 95px
  }
}
.uc-request-popup__container {
  overflow-y: auto
}
.beta-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 48px;
  padding: 24px;
  border-radius: 8px;
  background-image: url(../images/banners/beta-banner-bg.png)
}
@media (max-width:1278px) {
  .beta-banner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.beta-banner__text {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  margin-right: 24px
}
@media (max-width:1278px) {
  .beta-banner__text {
    margin-right: 0;
    margin-bottom: 16px
  }
}
.beta-banner__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width:1278px) {
  .beta-banner__action {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
  .beta-banner__action .beta-banner__button {
    margin-right: 0;
    margin-bottom: 16px
  }
}
.beta-banner__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  font-size: 16px;
  font-family: "Exo 2",sans-serif;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  border-radius: 8px;
  padding: 0 32px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  margin-right: 16px;
  color: #fff;
  background: rgba(255,255,255,.3);
  -webkit-transition: .2s background ease-in-out;
  transition: .2s background ease-in-out;
  outline: 0
}
.beta-banner__button:hover {
  background: rgba(255,255,255,.3)
}
.beta-banner__button:active {
  background: rgba(255,255,255,.4)
}
@media (max-width:1278px) {
  .beta-banner__button {
    width: 100%
  }
}
@media (max-width:1278px) {
  .beta-banner .button {
    width: 100%
  }
}
.page-footer .page-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.page-footer--bankguar {
  height: 570px;
  padding-top: 90px;
  background: #f0f2f1 url(../images/bankguar/page-footer-bg-tablet.jpg) 50% 50% no-repeat
}
.page-footer--bankguar .bankguar-request__form {
  width: 420px;
  height: 420px
}
.page-footer--bankguar .bankguar-request__form iframe {
  height: 420px!important
}
@media (min-width:1279px) {
  .page-footer--bankguar {
    background-image: url(../images/bankguar/page-footer-bg.jpg)
  }
  .page-footer--bankguar .bankguar-request__form {
    width: 525px;
    height: 385px
  }
  .page-footer--bankguar .bankguar-request__form iframe {
    height: 385px!important
  }
}
.page-nav,
.page-nav--two-lvl {
  height: 48px;
  top: -48px;
  margin-bottom: -1px;
  border-top: 1px solid rgba(166,180,193,.2);
  -webkit-transition: top .2s ease-in-out .1s;
  transition: top .2s ease-in-out .1s;
  -webkit-transition: 0s ease!important;
  transition: 0s ease!important
}
.page-nav .intro-header__logo,
.page-nav--two-lvl .intro-header__logo {
  color: #fff
}
.page-nav .page-nav__wrapper,
.page-nav--two-lvl .page-nav__wrapper {
  position: relative;
  height: 48px;
  overflow: hidden;
  zoom: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.page-nav .page-nav__menu,
.page-nav--two-lvl .page-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0 27px 0;
  white-space: nowrap;
  overflow-x: auto
}
.page-nav .page-nav__menu-item,
.page-nav--two-lvl .page-nav__menu-item {
  margin-right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.page-nav .page-nav__text,
.page-nav--two-lvl .page-nav__text {
  color: #000
}
.page-nav .page-nav__icon,
.page-nav--two-lvl .page-nav__icon {
  margin-right: 8px;
  vertical-align: middle;
  line-height: 100%
}
.page-nav .page-nav__link,
.page-nav--two-lvl .page-nav__link {
  position: relative;
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.page-nav .page-nav__link:hover,
.page-nav--two-lvl .page-nav__link:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.page-nav .page-nav__link:visited,
.page-nav--two-lvl .page-nav__link:visited {
  color: #0b0694
}
.page-nav .page-nav__link:visited:hover,
.page-nav--two-lvl .page-nav__link:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.page-nav .page-nav__link:before,
.page-nav--two-lvl .page-nav__link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: #0450f2;
  opacity: 0
}
.page-nav .page-nav__link.is-active,
.page-nav--two-lvl .page-nav__link.is-active {
  color: #0041cb
}
.page-nav .page-nav__link.is-active:before,
.page-nav--two-lvl .page-nav__link.is-active:before {
  opacity: 1
}
.page-nav .page-nav__link--static,
.page-nav--two-lvl .page-nav__link--static {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.page-nav .page-nav__link--static:hover,
.page-nav--two-lvl .page-nav__link--static:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.page-nav .page-nav__link--static:visited,
.page-nav--two-lvl .page-nav__link--static:visited {
  color: #065894
}
.page-nav .anchor-link,
.page-nav .page-nav__link--dashed,
.page-nav--two-lvl .anchor-link,
.page-nav--two-lvl .page-nav__link--dashed {
  border-style: dashed;
  border-bottom-color: transparent
}
.page-nav .anchor-link:hover,
.page-nav .page-nav__link--dashed:hover,
.page-nav--two-lvl .anchor-link:hover,
.page-nav--two-lvl .page-nav__link--dashed:hover {
  border-bottom: 1px dashed #065894
}
.page-nav .page-nav__pane,
.page-nav--two-lvl .page-nav__pane {
  position: absolute;
  height: 48px;
  top: 0;
  right: 0;
  background: 0 0
}
.page-nav .page-nav__pane::before,
.page-nav--two-lvl .page-nav__pane::before {
  display: none;
  position: absolute;
  top: 0;
  left: -56px;
  content: "";
  width: 56px;
  height: 48px;
  background: -webkit-gradient(linear,left top,right top,from(rgba(241,246,251,0)),color-stop(1%,rgba(241,246,251,0)),to(#f1f6fb));
  background: linear-gradient(to right,rgba(241,246,251,0) 0,rgba(241,246,251,0) 1%,#f1f6fb 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00f1f6fb", endColorstr="$bg-color-bright-blue", GradientType=1);
  pointer-events: none
}
@media (max-width:1278px) {
  .page-nav .page-nav__pane,
  .page-nav--two-lvl .page-nav__pane {
    display: none
  }
}
.page-nav .page-nav__info-block,
.page-nav--two-lvl .page-nav__info-block {
  float: left
}
@media (max-width:1278px) {
  .page-nav .page-nav__info-block + .page-nav__info-block,
  .page-nav--two-lvl .page-nav__info-block + .page-nav__info-block {
    display: none
  }
}
.page-nav .page-nav__info-block--additional,
.page-nav--two-lvl .page-nav__info-block--additional {
  margin-left: 32px
}
@media (max-width:766px) {
  .page-nav .page-nav__info-block--additional,
  .page-nav--two-lvl .page-nav__info-block--additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.page-nav .page-nav__button,
.page-nav .page-nav__contact-info,
.page-nav--two-lvl .page-nav__button,
.page-nav--two-lvl .page-nav__contact-info {
  float: left
}
.page-nav .page-nav__contact-info,
.page-nav--two-lvl .page-nav__contact-info {
  padding-top: 12px;
  margin-left: 64px
}
.page-nav .page-nav__button .button,
.page-nav--two-lvl .page-nav__button .button {
  display: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  -webkit-transition: all .1s;
  transition: all .1s;
  border-radius: 0;
  -o-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  margin-left: 32px
}
.page-nav .page-nav__button .button--visible,
.page-nav--two-lvl .page-nav__button .button--visible {
  display: block
}
.page-nav .page-nav__button .button--initial,
.page-nav--two-lvl .page-nav__button .button--initial {
  display: block
}
.page-nav .page-nav__button .button--hidden,
.page-nav--two-lvl .page-nav__button .button--hidden {
  margin-right: -400px;
  opacity: 0;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}
.page-nav .page-nav__icn-call,
.page-nav--two-lvl .page-nav__icn-call {
  float: left;
  margin-right: 6px;
  width: 24px;
  height: 24px;
  background: url(../images/icns/icn_24_telephone.png) 0 0 no-repeat;
  background: url(../images/icns/icn_24_telephone.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn_24_telephone.svg) 0 0 no-repeat,linear-gradient(transparent,transparent)
}
@media (max-width:1278px) {
  .page-nav .page-nav__icn-call,
  .page-nav--two-lvl .page-nav__icn-call {
    display: none
  }
}
.page-nav .page-nav__icn-mail,
.page-nav--two-lvl .page-nav__icn-mail {
  float: left;
  margin-right: 6px;
  width: 24px;
  height: 24px;
  background: url(../images/icns/icn_24_email.png) 50% 50% no-repeat;
  background: url(../images/icns/icn_24_email.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn_24_email.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent)
}
.page-nav .page-nav__e-mail,
.page-nav .page-nav__phone-number,
.page-nav--two-lvl .page-nav__e-mail,
.page-nav--two-lvl .page-nav__phone-number {
  float: left;
  padding-top: 1px;
  white-space: nowrap
}
.page-nav--two-lvl.page-nav--hide,
.page-nav.page-nav--hide {
  top: -48px
}
.page-nav--two-lvl.page-nav--fixed,
.page-nav.page-nav--fixed {
  position: fixed;
  width: 100%;
  height: 48px;
  border-top: 0;
  margin-bottom: 0;
  top: 0;
  left: 0;
  z-index: 97;
  background: #fff;
  border-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.15);
  box-shadow: 0 4px 24px rgba(6,88,148,.15)
}
.page-nav--two-lvl.page-nav--fixed .page-nav__pane,
.page-nav.page-nav--fixed .page-nav__pane {
  background: #fff
}
.page-nav--two-lvl.page-nav--fixed .page-nav__button .button,
.page-nav.page-nav--fixed .page-nav__button .button {
  display: block
}
.page-nav--two-lvl.page-nav--fixed .page-nav__button .button--initial,
.page-nav.page-nav--fixed .page-nav__button .button--initial {
  display: none
}
.page-nav--two-lvl.page-nav--fixed .page-nav__button .button--visible,
.page-nav.page-nav--fixed .page-nav__button .button--visible {
  display: block
}
.page-nav--two-lvl.page-nav--fixed .page-nav__pane::before,
.page-nav.page-nav--fixed .page-nav__pane::before {
  background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(#fff));
  background: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1)
}
.page-nav--two-lvl.page-nav-dark._fixed,
.page-nav.page-nav-dark._fixed {
  background: #fff
}
.page-nav--two-lvl.page-nav__wh,
.page-nav.page-nav__wh {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 33px
}
.page-nav--two-lvl.page-nav__wh .page-nav__wrapper,
.page-nav.page-nav__wh .page-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.page-nav--two-lvl.page-nav__wh .page-nav__wrapper .page-nav__pane,
.page-nav.page-nav__wh .page-nav__wrapper .page-nav__pane {
  background: 0 0
}
@media (max-width:1278px) {
  .page-nav--two-lvl.page-nav__wh,
  .page-nav.page-nav__wh {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible
  }
}
.page-nav--two-lvl.page-nav-dark,
.page-nav--two-lvl.page-nav-white,
.page-nav.page-nav-dark,
.page-nav.page-nav-white {
  position: absolute;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background: 0 0;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.2);
  border-top: 1px solid rgba(255,255,255,.2);
  z-index: 10;
  height: auto;
  opacity: 1;
  visibility: visible
}
@media (min-width:1279px) {
  .page-nav--two-lvl.page-nav-dark,
  .page-nav--two-lvl.page-nav-white,
  .page-nav.page-nav-dark,
  .page-nav.page-nav-white {
    border-top: none;
    top: 120px;
    max-width: 1200px
  }
}
.page-nav--two-lvl.page-nav-dark .page-nav__wrapper,
.page-nav--two-lvl.page-nav-white .page-nav__wrapper,
.page-nav.page-nav-dark .page-nav__wrapper,
.page-nav.page-nav-white .page-nav__wrapper {
  padding: 12px 0
}
@media (min-width:1279px) {
  .page-nav--two-lvl.page-nav-dark .page-nav__wrapper,
  .page-nav--two-lvl.page-nav-white .page-nav__wrapper,
  .page-nav.page-nav-dark .page-nav__wrapper,
  .page-nav.page-nav-white .page-nav__wrapper {
    padding: 16px 0
  }
}
.page-nav--two-lvl.page-nav-dark._fixed,
.page-nav--two-lvl.page-nav-white._fixed,
.page-nav.page-nav-dark._fixed,
.page-nav.page-nav-white._fixed {
  max-width: 100%
}
.page-nav--two-lvl.page-nav-dark .content-wrapper,
.page-nav--two-lvl.page-nav-white .content-wrapper,
.page-nav.page-nav-dark .content-wrapper,
.page-nav.page-nav-white .content-wrapper {
  width: 100%
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__menu,
.page-nav--two-lvl.page-nav-dark .page-nav__menu,
.page-nav--two-lvl.page-nav-white .page-nav--two-lvl__menu,
.page-nav--two-lvl.page-nav-white .page-nav__menu,
.page-nav.page-nav-dark .page-nav--two-lvl__menu,
.page-nav.page-nav-dark .page-nav__menu,
.page-nav.page-nav-white .page-nav--two-lvl__menu,
.page-nav.page-nav-white .page-nav__menu {
  padding: 0
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__link,
.page-nav--two-lvl.page-nav-dark .page-nav__link,
.page-nav--two-lvl.page-nav-white .page-nav--two-lvl__link,
.page-nav--two-lvl.page-nav-white .page-nav__link,
.page-nav.page-nav-dark .page-nav--two-lvl__link,
.page-nav.page-nav-dark .page-nav__link,
.page-nav.page-nav-white .page-nav--two-lvl__link,
.page-nav.page-nav-white .page-nav__link {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255,255,255,.8);
  border: none;
  text-decoration: none
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__link:hover,
.page-nav--two-lvl.page-nav-dark .page-nav__link:hover,
.page-nav--two-lvl.page-nav-white .page-nav--two-lvl__link:hover,
.page-nav--two-lvl.page-nav-white .page-nav__link:hover,
.page-nav.page-nav-dark .page-nav--two-lvl__link:hover,
.page-nav.page-nav-dark .page-nav__link:hover,
.page-nav.page-nav-white .page-nav--two-lvl__link:hover,
.page-nav.page-nav-white .page-nav__link:hover {
  border: none;
  color: #fff
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__left-box,
.page-nav--two-lvl.page-nav-dark .page-nav__left-box,
.page-nav--two-lvl.page-nav-white .page-nav--two-lvl__left-box,
.page-nav--two-lvl.page-nav-white .page-nav__left-box,
.page-nav.page-nav-dark .page-nav--two-lvl__left-box,
.page-nav.page-nav-dark .page-nav__left-box,
.page-nav.page-nav-white .page-nav--two-lvl__left-box,
.page-nav.page-nav-white .page-nav__left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width:766px) {
  .page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__left-box,
  .page-nav--two-lvl.page-nav-dark .page-nav__left-box,
  .page-nav--two-lvl.page-nav-white .page-nav--two-lvl__left-box,
  .page-nav--two-lvl.page-nav-white .page-nav__left-box,
  .page-nav.page-nav-dark .page-nav--two-lvl__left-box,
  .page-nav.page-nav-dark .page-nav__left-box,
  .page-nav.page-nav-white .page-nav--two-lvl__left-box,
  .page-nav.page-nav-white .page-nav__left-box {
    max-width: calc(100% - 150px);
    overflow: auto
  }
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__pane,
.page-nav--two-lvl.page-nav-dark .page-nav__pane,
.page-nav--two-lvl.page-nav-white .page-nav--two-lvl__pane,
.page-nav--two-lvl.page-nav-white .page-nav__pane,
.page-nav.page-nav-dark .page-nav--two-lvl__pane,
.page-nav.page-nav-dark .page-nav__pane,
.page-nav.page-nav-white .page-nav--two-lvl__pane,
.page-nav.page-nav-white .page-nav__pane {
  background: 0 0;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width:766px) {
  .page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__pane,
  .page-nav--two-lvl.page-nav-dark .page-nav__pane,
  .page-nav--two-lvl.page-nav-white .page-nav--two-lvl__pane,
  .page-nav--two-lvl.page-nav-white .page-nav__pane,
  .page-nav.page-nav-dark .page-nav--two-lvl__pane,
  .page-nav.page-nav-dark .page-nav__pane,
  .page-nav.page-nav-white .page-nav--two-lvl__pane,
  .page-nav.page-nav-white .page-nav__pane {
    overflow: auto;
    width: 100%;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
@media (max-width:1278px) {
  .page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__pane:before,
  .page-nav--two-lvl.page-nav-dark .page-nav__pane:before,
  .page-nav--two-lvl.page-nav-white .page-nav--two-lvl__pane:before,
  .page-nav--two-lvl.page-nav-white .page-nav__pane:before,
  .page-nav.page-nav-dark .page-nav--two-lvl__pane:before,
  .page-nav.page-nav-dark .page-nav__pane:before,
  .page-nav.page-nav-white .page-nav--two-lvl__pane:before,
  .page-nav.page-nav-white .page-nav__pane:before {
    display: none
  }
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__title,
.page-nav--two-lvl.page-nav-dark .page-nav__title,
.page-nav--two-lvl.page-nav-white .page-nav--two-lvl__title,
.page-nav--two-lvl.page-nav-white .page-nav__title,
.page-nav.page-nav-dark .page-nav--two-lvl__title,
.page-nav.page-nav-dark .page-nav__title,
.page-nav.page-nav-white .page-nav--two-lvl__title,
.page-nav.page-nav-white .page-nav__title {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: calc(100% - 142px)
}
@media (max-width:766px) {
  .page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__title,
  .page-nav--two-lvl.page-nav-dark .page-nav__title,
  .page-nav--two-lvl.page-nav-white .page-nav--two-lvl__title,
  .page-nav--two-lvl.page-nav-white .page-nav__title,
  .page-nav.page-nav-dark .page-nav--two-lvl__title,
  .page-nav.page-nav-dark .page-nav__title,
  .page-nav.page-nav-white .page-nav--two-lvl__title,
  .page-nav.page-nav-white .page-nav__title {
    display: none
  }
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__title--scroll,
.page-nav--two-lvl.page-nav-dark .page-nav__title--scroll,
.page-nav--two-lvl.page-nav-white .page-nav--two-lvl__title--scroll,
.page-nav--two-lvl.page-nav-white .page-nav__title--scroll,
.page-nav.page-nav-dark .page-nav--two-lvl__title--scroll,
.page-nav.page-nav-dark .page-nav__title--scroll,
.page-nav.page-nav-white .page-nav--two-lvl__title--scroll,
.page-nav.page-nav-white .page-nav__title--scroll {
  display: none
}
@media (max-width:1278px) {
  .page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__title--mob,
  .page-nav--two-lvl.page-nav-dark .page-nav__title--mob,
  .page-nav--two-lvl.page-nav-white .page-nav--two-lvl__title--mob,
  .page-nav--two-lvl.page-nav-white .page-nav__title--mob,
  .page-nav.page-nav-dark .page-nav--two-lvl__title--mob,
  .page-nav.page-nav-dark .page-nav__title--mob,
  .page-nav.page-nav-white .page-nav--two-lvl__title--mob,
  .page-nav.page-nav-white .page-nav__title--mob {
    display: block
  }
}
@media (max-width:766px) {
  .page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__title--mob,
  .page-nav--two-lvl.page-nav-dark .page-nav__title--mob,
  .page-nav--two-lvl.page-nav-white .page-nav--two-lvl__title--mob,
  .page-nav--two-lvl.page-nav-white .page-nav__title--mob,
  .page-nav.page-nav-dark .page-nav--two-lvl__title--mob,
  .page-nav.page-nav-dark .page-nav__title--mob,
  .page-nav.page-nav-white .page-nav--two-lvl__title--mob,
  .page-nav.page-nav-white .page-nav__title--mob {
    display: none
  }
}
@media (max-width:1278px) {
  .page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__title--mob ~ .page-nav__left-box,
  .page-nav--two-lvl.page-nav-dark .page-nav__title--mob ~ .page-nav__left-box,
  .page-nav--two-lvl.page-nav-white .page-nav--two-lvl__title--mob ~ .page-nav__left-box,
  .page-nav--two-lvl.page-nav-white .page-nav__title--mob ~ .page-nav__left-box,
  .page-nav.page-nav-dark .page-nav--two-lvl__title--mob ~ .page-nav__left-box,
  .page-nav.page-nav-dark .page-nav__title--mob ~ .page-nav__left-box,
  .page-nav.page-nav-white .page-nav--two-lvl__title--mob ~ .page-nav__left-box,
  .page-nav.page-nav-white .page-nav__title--mob ~ .page-nav__left-box {
    width: auto
  }
}
@media (max-width:1278px) {
  .page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__title--mob ~ .page-nav__left-box .page-nav__pane,
  .page-nav--two-lvl.page-nav-dark .page-nav__title--mob ~ .page-nav__left-box .page-nav__pane,
  .page-nav--two-lvl.page-nav-white .page-nav--two-lvl__title--mob ~ .page-nav__left-box .page-nav__pane,
  .page-nav--two-lvl.page-nav-white .page-nav__title--mob ~ .page-nav__left-box .page-nav__pane,
  .page-nav.page-nav-dark .page-nav--two-lvl__title--mob ~ .page-nav__left-box .page-nav__pane,
  .page-nav.page-nav-dark .page-nav__title--mob ~ .page-nav__left-box .page-nav__pane,
  .page-nav.page-nav-white .page-nav--two-lvl__title--mob ~ .page-nav__left-box .page-nav__pane,
  .page-nav.page-nav-white .page-nav__title--mob ~ .page-nav__left-box .page-nav__pane {
    padding: 0 0 0 32px!important
  }
}
@media (max-width:766px) {
  .page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__title--mob ~ .page-nav__left-box .page-nav__pane,
  .page-nav--two-lvl.page-nav-dark .page-nav__title--mob ~ .page-nav__left-box .page-nav__pane,
  .page-nav--two-lvl.page-nav-white .page-nav--two-lvl__title--mob ~ .page-nav__left-box .page-nav__pane,
  .page-nav--two-lvl.page-nav-white .page-nav__title--mob ~ .page-nav__left-box .page-nav__pane,
  .page-nav.page-nav-dark .page-nav--two-lvl__title--mob ~ .page-nav__left-box .page-nav__pane,
  .page-nav.page-nav-dark .page-nav__title--mob ~ .page-nav__left-box .page-nav__pane,
  .page-nav.page-nav-white .page-nav--two-lvl__title--mob ~ .page-nav__left-box .page-nav__pane,
  .page-nav.page-nav-white .page-nav__title--mob ~ .page-nav__left-box .page-nav__pane {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 0 0 16px!important
  }
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__phone-number,
.page-nav--two-lvl.page-nav-dark .page-nav__phone-number,
.page-nav--two-lvl.page-nav-white .page-nav--two-lvl__phone-number,
.page-nav--two-lvl.page-nav-white .page-nav__phone-number,
.page-nav.page-nav-dark .page-nav--two-lvl__phone-number,
.page-nav.page-nav-dark .page-nav__phone-number,
.page-nav.page-nav-white .page-nav--two-lvl__phone-number,
.page-nav.page-nav-white .page-nav__phone-number {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin: 0
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__icn-call,
.page-nav--two-lvl.page-nav-dark .page-nav__icn-call,
.page-nav--two-lvl.page-nav-white .page-nav--two-lvl__icn-call,
.page-nav--two-lvl.page-nav-white .page-nav__icn-call,
.page-nav.page-nav-dark .page-nav--two-lvl__icn-call,
.page-nav.page-nav-dark .page-nav__icn-call,
.page-nav.page-nav-white .page-nav--two-lvl__icn-call,
.page-nav.page-nav-white .page-nav__icn-call {
  background: url(../images/icns/phone-wh.svg) no-repeat 50% 50%
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__lk-box,
.page-nav--two-lvl.page-nav-dark .page-nav__lk-box,
.page-nav--two-lvl.page-nav-white .page-nav--two-lvl__lk-box,
.page-nav--two-lvl.page-nav-white .page-nav__lk-box,
.page-nav.page-nav-dark .page-nav--two-lvl__lk-box,
.page-nav.page-nav-dark .page-nav__lk-box,
.page-nav.page-nav-white .page-nav--two-lvl__lk-box,
.page-nav.page-nav-white .page-nav__lk-box {
  white-space: nowrap
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__wrapper,
.page-nav--two-lvl.page-nav-dark .page-nav__wrapper,
.page-nav--two-lvl.page-nav-white .page-nav--two-lvl__wrapper,
.page-nav--two-lvl.page-nav-white .page-nav__wrapper,
.page-nav.page-nav-dark .page-nav--two-lvl__wrapper,
.page-nav.page-nav-dark .page-nav__wrapper,
.page-nav.page-nav-white .page-nav--two-lvl__wrapper,
.page-nav.page-nav-white .page-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  overflow: auto;
  max-width: 1200px;
  padding: 16px 0;
  -ms-overflow-style: none;
  scrollbar-width: none
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__wrapper::-webkit-scrollbar,
.page-nav--two-lvl.page-nav-dark .page-nav__wrapper::-webkit-scrollbar,
.page-nav--two-lvl.page-nav-white .page-nav--two-lvl__wrapper::-webkit-scrollbar,
.page-nav--two-lvl.page-nav-white .page-nav__wrapper::-webkit-scrollbar,
.page-nav.page-nav-dark .page-nav--two-lvl__wrapper::-webkit-scrollbar,
.page-nav.page-nav-dark .page-nav__wrapper::-webkit-scrollbar,
.page-nav.page-nav-white .page-nav--two-lvl__wrapper::-webkit-scrollbar,
.page-nav.page-nav-white .page-nav__wrapper::-webkit-scrollbar {
  width: 0;
  height: 0
}
@media (max-width:1278px) {
  .page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__wrapper,
  .page-nav--two-lvl.page-nav-dark .page-nav__wrapper,
  .page-nav--two-lvl.page-nav-white .page-nav--two-lvl__wrapper,
  .page-nav--two-lvl.page-nav-white .page-nav__wrapper,
  .page-nav.page-nav-dark .page-nav--two-lvl__wrapper,
  .page-nav.page-nav-dark .page-nav__wrapper,
  .page-nav.page-nav-white .page-nav--two-lvl__wrapper,
  .page-nav.page-nav-white .page-nav__wrapper {
    width: 100%;
    max-width: 980px;
    padding: 16px 32px;
    min-width: 704px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media (max-width:766px) {
  .page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__wrapper,
  .page-nav--two-lvl.page-nav-dark .page-nav__wrapper,
  .page-nav--two-lvl.page-nav-white .page-nav--two-lvl__wrapper,
  .page-nav--two-lvl.page-nav-white .page-nav__wrapper,
  .page-nav.page-nav-dark .page-nav--two-lvl__wrapper,
  .page-nav.page-nav-dark .page-nav__wrapper,
  .page-nav.page-nav-white .page-nav--two-lvl__wrapper,
  .page-nav.page-nav-white .page-nav__wrapper {
    max-width: 520px;
    padding: 16px;
    width: 100%;
    min-width: 0
  }
  .page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__wrapper .breadcrumbs,
  .page-nav--two-lvl.page-nav-dark .page-nav__wrapper .breadcrumbs,
  .page-nav--two-lvl.page-nav-white .page-nav--two-lvl__wrapper .breadcrumbs,
  .page-nav--two-lvl.page-nav-white .page-nav__wrapper .breadcrumbs,
  .page-nav.page-nav-dark .page-nav--two-lvl__wrapper .breadcrumbs,
  .page-nav.page-nav-dark .page-nav__wrapper .breadcrumbs,
  .page-nav.page-nav-white .page-nav--two-lvl__wrapper .breadcrumbs,
  .page-nav.page-nav-white .page-nav__wrapper .breadcrumbs {
    position: sticky;
    left: 0
  }
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__wrapper:after,
.page-nav--two-lvl.page-nav-dark .page-nav__wrapper:after,
.page-nav--two-lvl.page-nav-white .page-nav--two-lvl__wrapper:after,
.page-nav--two-lvl.page-nav-white .page-nav__wrapper:after,
.page-nav.page-nav-dark .page-nav--two-lvl__wrapper:after,
.page-nav.page-nav-dark .page-nav__wrapper:after,
.page-nav.page-nav-white .page-nav--two-lvl__wrapper:after,
.page-nav.page-nav-white .page-nav__wrapper:after {
  display: none
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__lk_button,
.page-nav--two-lvl.page-nav-dark .page-nav__lk_button,
.page-nav--two-lvl.page-nav-white .page-nav--two-lvl__lk_button,
.page-nav--two-lvl.page-nav-white .page-nav__lk_button,
.page-nav.page-nav-dark .page-nav--two-lvl__lk_button,
.page-nav.page-nav-dark .page-nav__lk_button,
.page-nav.page-nav-white .page-nav--two-lvl__lk_button,
.page-nav.page-nav-white .page-nav__lk_button {
  padding: 0 16px;
  margin-left: 24px
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__contact-info,
.page-nav--two-lvl.page-nav-dark .page-nav__contact-info,
.page-nav--two-lvl.page-nav-white .page-nav--two-lvl__contact-info,
.page-nav--two-lvl.page-nav-white .page-nav__contact-info,
.page-nav.page-nav-dark .page-nav--two-lvl__contact-info,
.page-nav.page-nav-dark .page-nav__contact-info,
.page-nav.page-nav-white .page-nav--two-lvl__contact-info,
.page-nav.page-nav-white .page-nav__contact-info {
  margin: 0 0 0 32px;
  padding: 0
}
@media (max-width:1278px) {
  .page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__contact-info,
  .page-nav--two-lvl.page-nav-dark .page-nav__contact-info,
  .page-nav--two-lvl.page-nav-white .page-nav--two-lvl__contact-info,
  .page-nav--two-lvl.page-nav-white .page-nav__contact-info,
  .page-nav.page-nav-dark .page-nav--two-lvl__contact-info,
  .page-nav.page-nav-dark .page-nav__contact-info,
  .page-nav.page-nav-white .page-nav--two-lvl__contact-info,
  .page-nav.page-nav-white .page-nav__contact-info {
    margin-left: 0
  }
}
@media (max-width:766px) {
  .page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__contact-info,
  .page-nav--two-lvl.page-nav-dark .page-nav__contact-info,
  .page-nav--two-lvl.page-nav-white .page-nav--two-lvl__contact-info,
  .page-nav--two-lvl.page-nav-white .page-nav__contact-info,
  .page-nav.page-nav-dark .page-nav--two-lvl__contact-info,
  .page-nav.page-nav-dark .page-nav__contact-info,
  .page-nav.page-nav-white .page-nav--two-lvl__contact-info,
  .page-nav.page-nav-white .page-nav__contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.page-nav--two-lvl.page-nav-dark,
.page-nav.page-nav-dark {
  left: 50%
}
.page-nav--two-lvl.page-nav-dark .page-nav__wrapper,
.page-nav.page-nav-dark .page-nav__wrapper {
  border-bottom: 1px solid #e6e6e6
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__link,
.page-nav--two-lvl.page-nav-dark .page-nav__link,
.page-nav.page-nav-dark .page-nav--two-lvl__link,
.page-nav.page-nav-dark .page-nav__link {
  color: #000
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__link:hover,
.page-nav--two-lvl.page-nav-dark .page-nav__link:hover,
.page-nav.page-nav-dark .page-nav--two-lvl__link:hover,
.page-nav.page-nav-dark .page-nav__link:hover {
  color: #000
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__title,
.page-nav--two-lvl.page-nav-dark .page-nav__title,
.page-nav.page-nav-dark .page-nav--two-lvl__title,
.page-nav.page-nav-dark .page-nav__title {
  color: #000
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__phone-number,
.page-nav--two-lvl.page-nav-dark .page-nav__phone-number,
.page-nav.page-nav-dark .page-nav--two-lvl__phone-number,
.page-nav.page-nav-dark .page-nav__phone-number {
  color: #000
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__icn-call,
.page-nav--two-lvl.page-nav-dark .page-nav__icn-call,
.page-nav.page-nav-dark .page-nav--two-lvl__icn-call,
.page-nav.page-nav-dark .page-nav__icn-call {
  background: url(../images/icns/phone.svg) no-repeat 50% 50%
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__lk,
.page-nav--two-lvl.page-nav-dark .page-nav__lk,
.page-nav.page-nav-dark .page-nav--two-lvl__lk,
.page-nav.page-nav-dark .page-nav__lk {
  color: #000
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__lk:hover,
.page-nav--two-lvl.page-nav-dark .page-nav__lk:hover,
.page-nav.page-nav-dark .page-nav--two-lvl__lk:hover,
.page-nav.page-nav-dark .page-nav__lk:hover {
  color: #000
}
.page-nav--two-lvl.page-nav-dark .page-nav--two-lvl__lk:before,
.page-nav--two-lvl.page-nav-dark .page-nav__lk:before,
.page-nav.page-nav-dark .page-nav--two-lvl__lk:before,
.page-nav.page-nav-dark .page-nav__lk:before {
  background: url(../images/icns/lk.svg) no-repeat 50% 50%
}
.page-nav--two-lvl.sticky,
.page-nav.sticky {
  position: fixed!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  width: 100%!important;
  max-width: 100%!important;
  width: 100%!important;
  margin: 0!important;
  -webkit-transform: translate(0,0)!important;
  transform: translate(0,0)!important;
  border: none!important;
  background: #fff!important;
  -webkit-box-shadow: 0 8px 24px rgba(0,65,203,.1)!important;
  box-shadow: 0 8px 24px rgba(0,65,203,.1)!important;
  padding: 0!important;
  height: auto!important;
  z-index: 100
}
.page-nav--two-lvl.sticky .page-nav__title,
.page-nav.sticky .page-nav__title {
  color: #000
}
.page-nav--two-lvl.sticky .page-nav__wrapper,
.page-nav.sticky .page-nav__wrapper {
  padding: 16px 24px!important;
  max-width: 1248px
}
.page-nav--two-lvl.sticky .page-nav__phone-number,
.page-nav.sticky .page-nav__phone-number {
  color: #000
}
.page-nav--two-lvl.sticky .page-nav__phone-number a,
.page-nav.sticky .page-nav__phone-number a {
  color: #000
}
.page-nav--two-lvl.sticky .page-nav__title--scroll,
.page-nav.sticky .page-nav__title--scroll {
  display: block
}
.page-nav--two-lvl.sticky .page-nav__title ~ .content-breadcrumbs--dark,
.page-nav.sticky .page-nav__title ~ .content-breadcrumbs--dark {
  display: none
}
.page-nav--two-lvl.sticky .intro-header__logo,
.page-nav.sticky .intro-header__logo {
  color: #0450f2
}
.page-nav--two-lvl.sticky .page-nav__lk_button,
.page-nav.sticky .page-nav__lk_button {
  color: #0041cb;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
.page-nav--two-lvl.sticky .page-nav__lk_button:hover,
.page-nav.sticky .page-nav__lk_button:hover {
  color: #0041cb;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  box-shadow: 0 4px 16px 1px rgba(0,65,203,.1)
}
.page-nav--two-lvl.sticky .page-nav__lk_button:active,
.page-nav.sticky .page-nav__lk_button:active {
  color: #0041cb;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dbe7ff
}
.page-nav--two-lvl.sticky .breadcrumbs,
.page-nav.sticky .breadcrumbs {
  opacity: 0
}
.page-nav .content-breadcrumbs--dark,
.page-nav--two-lvl .content-breadcrumbs--dark {
  position: sticky;
  top: 0;
  left: 0
}
.page-nav .breadcrumbs,
.page-nav--two-lvl .breadcrumbs {
  display: block;
  margin-top: 0!important
}
.page-nav .breadcrumbs + .page-nav__left-box,
.page-nav--two-lvl .breadcrumbs + .page-nav__left-box {
  max-width: calc(100% - 150px);
  overflow: auto
}
@media (max-width:766px) {
  .page-nav .breadcrumbs li > span,
  .page-nav--two-lvl .breadcrumbs li > span {
    display: none
  }
}
@media (max-width:766px) {
  .page-nav .breadcrumbs a,
  .page-nav--two-lvl .breadcrumbs a {
    display: inline-block;
    padding-left: 24px;
    background: url(../images/icns/icn-back.svg) no-repeat 4px 50%;
    background-size: 8px 8px
  }
}
.page-nav .breadcrumbs__menu,
.page-nav--two-lvl .breadcrumbs__menu {
  margin: 0
}
.page-nav--two-lvl_blue,
.page-nav_blue {
  background: #f1f8ff
}
@media (max-width:1278px) {
  .page-nav,
  .page-nav--two-lvl {
    height: 56px;
    top: -56px
  }
  .page-nav .page-nav__wrapper,
  .page-nav--two-lvl .page-nav__wrapper {
    height: 56px;
    width: 672px;
    padding: 0
  }
  .page-nav .page-nav__pane::before,
  .page-nav--two-lvl .page-nav__pane::before {
    display: block
  }
  .page-nav .page-nav__contact-info--visible,
  .page-nav--two-lvl .page-nav__contact-info--visible {
    display: block;
    padding-top: 16px
  }
  .page-nav .page-nav__menu,
  .page-nav--two-lvl .page-nav__menu {
    font-size: 18px;
    padding: 16px 0 31px 0
  }
  .page-nav .page-nav__pane,
  .page-nav--two-lvl .page-nav__pane {
    height: 56px
  }
  .page-nav .page-nav__pane::before,
  .page-nav--two-lvl .page-nav__pane::before {
    height: 56px
  }
  .page-nav .page-nav__button .button,
  .page-nav--two-lvl .page-nav__button .button {
    height: 56px;
    line-height: 56px
  }
  .page-nav--two-lvl.page-nav--hide,
  .page-nav.page-nav--hide {
    top: -56px
  }
  .page-nav--two-lvl.page-nav--fixed,
  .page-nav.page-nav--fixed {
    height: 56px
  }
}
@media (max-width:766px) {
  .page-nav,
  .page-nav--two-lvl {
    position: absolute;
    display: none;
    visibility: hidden;
    opacity: 0;
    top: -9999em;
    left: -9999em
  }
  .page-nav .page-nav__wrapper,
  .page-nav--two-lvl .page-nav__wrapper {
    width: 448px
  }
}
.page-breadcrumbs {
  position: relative;
  width: 100%;
  color: #000;
  margin-bottom: 32px;
  z-index: 5
}
@media (max-width:766px) {
  .page-breadcrumbs {
    margin-bottom: 24px
  }
}
.page-breadcrumbs--menu .page-nav__menu {
  gap: 32px;
  margin-bottom: 0;
  border-bottom: 0
}
.page-breadcrumbs--menu .page-breadcrumbs__link {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.page-breadcrumbs--menu .page-breadcrumbs__link:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.page-breadcrumbs--menu .page-breadcrumbs__link:visited {
  color: #0b0694
}
.page-breadcrumbs--menu .page-breadcrumbs__link:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.page-breadcrumbs .breadcrumbs__menu {
  padding: 0
}
.page-breadcrumbs--static {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 10;
  color: #fff
}
@media (max-width:1278px) {
  .page-breadcrumbs--static {
    top: 72px
  }
}
@media (max-width:766px) {
  .page-breadcrumbs--static {
    top: 56px
  }
}
.page-breadcrumbs.sticky {
  position: fixed;
  top: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px)
}
.page-breadcrumbs.sticky .page-breadcrumbs__menu {
  border-color: transparent
}
.page-breadcrumbs.sticky .breadcrumbs {
  display: none
}
.page-breadcrumbs.sticky .page-breadcrumbs__title {
  display: block
}
.page-breadcrumbs .page-breadcrumbs__title {
  display: none;
  color: #fff
}
.page-breadcrumbs--light.sticky {
  background: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0,65,203,.05);
  box-shadow: 0 8px 24px rgba(0,65,203,.05)
}
.page-breadcrumbs--dark.sticky {
  background: rgba(0,32,94,.4)
}
.page-breadcrumbs--dark .page-breadcrumbs__menu {
  border-color: rgba(255,255,255,.2)
}
.page-breadcrumbs--dark .page-breadcrumbs__contact-icon {
  color: #fff;
  opacity: .6
}
.page-breadcrumbs--dark .page-breadcrumbs__contact-text {
  white-space: nowrap;
  color: #fff
}
.page-breadcrumbs--dark .page-breadcrumbs__link--active:before {
  background: #fff
}
.page-breadcrumbs--dark .breadcrumbs__item:not(:last-of-type) {
  color: rgba(255,255,255,.6)
}
.page-breadcrumbs--dark .breadcrumbs__item .breadcrumbs__icon,
.page-breadcrumbs--dark .breadcrumbs__item .breadcrumbs__link {
  color: rgba(255,255,255,.6)
}
@media (max-width:1278px) {
  .page-breadcrumbs--dark .breadcrumbs__item .breadcrumbs__icon,
  .page-breadcrumbs--dark .breadcrumbs__item .breadcrumbs__link {
    color: #fff
  }
}
@media (max-width:766px) {
  .page-breadcrumbs--dark .breadcrumbs__item .breadcrumbs__link {
    color: #fff
  }
}
.page-breadcrumbs--dark .breadcrumbs__item .breadcrumbs__link:hover span {
  color: #fff
}
@media (max-width:1278px) {
  .page-breadcrumbs--dark .breadcrumbs__item--last-link .breadcrumbs__link {
    color: #fff
  }
  .page-breadcrumbs--dark .breadcrumbs__item--last-link .breadcrumbs__link:before {
    background-image: url(../images/icns/arrow-br.svg)
  }
}
.page-breadcrumbs--dark .breadcrumbs__item:last-child {
  color: #fff
}
.page-breadcrumbs--dark .breadcrumbs__item:last-child .breadcrumbs__link {
  color: #fff
}
.page-breadcrumbs__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #e6e6e6
}
.page-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  margin: 0 32px
}
@media (max-width:766px) {
  .page-breadcrumbs__list {
    display: none
  }
}
.page-breadcrumbs__link {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
  text-decoration: none
}
.page-breadcrumbs__link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: 0 0
}
.page-breadcrumbs__link--active:before {
  background: #000
}
.page-breadcrumbs__link:hover {
  color: inherit
}
.page-breadcrumbs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  margin-left: auto
}
.page-breadcrumbs__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  text-decoration: none
}
@media (max-width:1278px) {
  .page-breadcrumbs__contact--email {
    display: none
  }
}
.page-breadcrumbs__contact:hover {
  text-decoration: none
}
.page-breadcrumbs__contact-icon {
  width: 24px;
  height: 24px;
  color: #8d93a1
}
.page-breadcrumbs__contact-icon svg {
  width: 100%;
  height: 100%
}
.page-breadcrumbs__contact-text {
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  color: #000
}
.page-breadcrumbs__help {
  cursor: pointer;
  margin-left: -15px
}
.intro {
  position: relative;
  width: 100%;
  z-index: 3;
  padding-top: 123px;
  padding-bottom: 116px
}
.intro .page-nav {
  margin-bottom: 0
}
@media (max-width:1278px) {
  .intro {
    padding-top: 72px
  }
}
@media (max-width:766px) {
  .intro {
    padding-top: 56px;
    padding-bottom: 266px
  }
}
.intro__education-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 250px
}
.intro__education-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-bottom: 116px
}
@media (max-width:1278px) {
  .intro__education-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}
.intro__education-info {
  max-width: 433px
}
@media (max-width:1278px) {
  .intro__education-info {
    width: 100%
  }
}
.intro__education-image {
  width: 443px;
  height: 443px
}
.intro__education-image img {
  width: 100%
}
@media (max-width:1278px) {
  .intro__education-image {
    width: 497px;
    height: 497px
  }
}
@media (max-width:766px) {
  .intro__education-image {
    width: 100%;
    height: auto
  }
}
.intro__education-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  margin-bottom: 40px;
  border-radius: 8px;
  background-color: #fff
}
@media (max-width:1278px) {
  .intro__education-banners {
    gap: 24px;
    margin-bottom: 24px
  }
}
@media (max-width:766px) {
  .intro__education-banners {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.intro__education-banner {
  margin-right: 32px
}
.intro__education-banner:last-child {
  margin-right: 0
}
.intro__education-title {
  margin-bottom: 16px;
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  font-family: "Exo 2"
}
@media (max-width:766px) {
  .intro__education-title {
    font-size: 32px;
    line-height: 38px
  }
}
.intro__education-description {
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 24px
}
@media (max-width:766px) {
  .intro__education-description {
    margin-bottom: 32px
  }
}
.intro__education-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  background-color: rgba(255,255,255,.2);
  border: 0;
  outline: 0
}
.intro__education-button:not(:last-child) {
  margin-right: 8px
}
@media (max-width:766px) {
  .intro__education-button:not(:last-child) {
    margin-bottom: 8px
  }
}
.intro__education-button:hover {
  background-color: rgba(255,255,255,.6)
}
.intro__education-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (max-width:766px) {
  .intro__education-action {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.intro__education-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding: 32px 0 16px;
  color: #fff;
  text-decoration: none
}
@media (max-width:1278px) {
  .intro__education-back {
    margin-bottom: 24px
  }
}
.intro__education-back-arrow {
  width: 16px;
  height: 16px;
  margin-right: 4px
}
.intro__education-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}
@media (max-width:1278px) {
  .intro__education-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px
  }
}
@media (max-width:766px) {
  .intro__education-wrapper {
    gap: 32px
  }
}
.intro__education-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 52%
}
@media (max-width:1278px) {
  .intro__education-text {
    width: 100%
  }
}
.intro__education-type {
  font-size: 18px;
  margin-bottom: 18px;
  color: #fff
}
.intro__education-detail-title {
  margin-bottom: 16px;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  width: 100%
}
.intro__education-detail-desc {
  margin-bottom: 16px;
  color: #fff;
  font-size: 18px;
  width: 100%
}
.intro__education-card {
  width: 448px;
  padding: 48px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  background-color: #fff
}
@media (max-width:1278px) {
  .intro__education-card {
    width: 100%
  }
}
@media (max-width:766px) {
  .intro__education-card {
    padding: 32px
  }
}
.intro__education .button {
  width: 100%
}
@media (max-width:766px) {
  .intro__education .button {
    padding: 0
  }
}
.section {
  padding-bottom: 96px
}
@media (max-width:766px) {
  .section {
    padding-bottom: 48px
  }
}
.section--blue {
  background-color: #f1f8ff
}
.section__title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 32px
}
.section:last-child {
  margin-bottom: -56px
}
.section__inner {
  padding: 96px 0
}
@media (max-width:766px) {
  .section__inner {
    padding: 48px 0
  }
}
.event-page .page-v2__main--top {
  padding-top: 24px;
  padding-bottom: 40px
}
.event-page .page-v2__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(66.67%,rgba(0,24,68,0)),color-stop(98.29%,#fff));
  background: linear-gradient(180deg,rgba(0,24,68,0) 66.67%,#fff 98.29%);
  pointer-events: none;
  z-index: 1
}
.event-page .page-v2__main .intro__education-content .breadcrumbs {
  width: 100%
}
.event-page .page-v2__main .intro__education-content .breadcrumbs .content-wrapper {
  padding: 0
}
@media (max-width:1278px) {
  .event-page .page-v2__main .intro__education-content .breadcrumbs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.event-page .page-v2__main_radial-2 {
  width: 1416px;
  height: 1416px
}
.filter__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 48px
}
.filter__calendays {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px
}
.filter__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.filter__controls > div {
  margin-right: 24px;
  margin-bottom: 24px
}
@media (max-width:1278px) {
  .filter__controls > div:nth-child(2n) {
    margin-right: 0
  }
}
@media (max-width:766px) {
  .filter__controls > div {
    margin-right: 0
  }
}
.filter__controls > div:last-child {
  margin-right: 0
}
@media (max-width:766px) {
  .filter__controls > div:last-child {
    margin-bottom: 0
  }
}
.filter__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 278px
}
@media (max-width:1278px) {
  .filter__groups {
    width: 45%
  }
}
@media (max-width:766px) {
  .filter__groups {
    width: 100%
  }
}
.filter__groups .select2-selection {
  border: 1px solid #8d93a1
}
.filter__groups .select2-container .select2-selection {
  height: 48px
}
.filter__groups .select2-selection__rendered {
  line-height: 48px
}
.filter__groups .select2-selection__arrow {
  height: 100%
}
.filter__groups .select2-selection__arrow b {
  margin-top: 11px
}
.filter__search--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: 294px;
  height: 48px;
  border-radius: 8px;
  padding: 4px;
  border: 1px solid #c7cdd2
}
.filter__search--item {
  position: relative
}
.filter__search--item input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1
}
.filter__search--item input[type=radio]:checked + .filter__search--label {
  background: #cdddff;
  color: #0041cb
}
.filter__search--label {
  display: block;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.filter__search--label:hover {
  background-color: #f2f6ff
}
.filter__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.filter__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px;
  margin-right: 8px;
  width: 56px;
  border-radius: 8px;
  border: 1px solid transparent;
  color: #c7cdd2;
  text-decoration: none;
  cursor: pointer
}
.filter__day:last-child {
  margin-right: 0
}
.filter__day:hover {
  border: 1px solid #f1f8ff;
  background-color: #f1f8ff
}
.filter__day.today {
  color: #000;
  border-color: #81a7f8
}
.filter__day.active {
  background-color: #cdddff;
  color: #0450f2!important
}
.filter__day.weekend {
  color: #8d93a1
}
.filter__day.has-events {
  color: #000
}
.filter__day.has-events .filter__calenday--marker {
  background-color: #0041cb
}
.filter__calenday--marker {
  width: 4px;
  height: 4px;
  background-color: transparent;
  border-radius: 50%;
  margin-bottom: 4px
}
.filter__calenday--name {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase
}
.filter__calenday--number {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px
}
.filter__calenarrows {
  position: absolute;
  top: 54%;
  width: 24px;
  height: 24px;
  color: #8d93a1;
  cursor: pointer;
  z-index: 9999
}
.filter__calenarrows--next {
  right: 0
}
.filter__calenarrows--prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.filter__calenarrows:hover {
  color: #0041cb
}
.filter__calenarrows svg {
  pointer-events: none
}
@media (max-width:766px) {
  .filter__calenarrows {
    display: none
  }
}
.filter__calendays {
  position: relative;
  width: 100%
}
.filter__calendays::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 72px;
  width: 66px;
  background: -webkit-gradient(linear,left top,right top,color-stop(54.44%,rgba(255,255,255,0)),to(#fff));
  background: linear-gradient(90deg,rgba(255,255,255,0) 54.44%,#fff 100%);
  z-index: 2
}
.filter__calendays--group {
  margin-right: 16px
}
.filter__calendays--group:last-child {
  margin-right: 0
}
.filter__calendays--text {
  position: sticky;
  top: 0;
  left: 0;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #8d93a1
}
.filter__calendays--wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -20px;
  padding: 0 32px;
  overflow-x: scroll;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #fff
}
.filter__calendays--wrapper::-webkit-scrollbar {
  padding: 0;
  width: 0
}
@media (max-width:766px) {
  .filter__calendays--wrapper {
    padding: 8px
  }
}
.event__more-link.button--more {
  color: #0041cb;
  font-weight: 600;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  border-radius: 8px
}
.event__more-link.button--more:hover {
  -webkit-box-shadow: 0 4px 16px rgba(6,88,148,.15);
  box-shadow: 0 4px 16px rgba(6,88,148,.15)
}
.event__edit {
  position: absolute;
  bottom: 100%;
  right: 0;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in
}
.event__main {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px;
  border-radius: 8px;
  background-color: #cee5ff;
  -webkit-box-shadow: -4px 1px 0 -1px #f1f8ff;
  box-shadow: -4px 1px 0 -1px #f1f8ff
}
@media (max-width:1278px) {
  .event__main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}
@media (max-width:766px) {
  .event__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.event__main--image {
  width: 564px;
  height: 247px
}
@media (max-width:1278px) {
  .event__main--image {
    width: 176px;
    height: 106px
  }
}
@media (max-width:766px) {
  .event__main--image {
    margin-bottom: 24px;
    width: 280px;
    height: 138px
  }
}
.event__main--image img {
  width: 100%;
  height: 100%
}
.event__main--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 540px;
  line-height: 24px
}
@media (max-width:1278px) {
  .event__main--info {
    width: calc(100% - 198px)
  }
}
@media (max-width:766px) {
  .event__main--info {
    width: 100%
  }
}
.event__main--note {
  margin-bottom: 16px;
  font-size: 18px
}
.event__main--prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px
}
.event__main--price {
  margin-right: 16px;
  font-size: 24px;
  font-weight: 600
}
.event__main--discount {
  margin-right: 16px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  background: radial-gradient(61.31% 59.67% at 33.15% 93.65%,#6fa2ff 0,#cbe6ff 100%)
}
.event__main--price-sale {
  color: #4c535f;
  font-size: 24px;
  text-decoration-line: line-through
}
.event__main--description {
  margin-bottom: 32px
}
@media (max-width:766px) {
  .event__main--description {
    margin-bottom: 16px
  }
}
.event__main--stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: auto
}
@media (max-width:766px) {
  .event__main--stock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.event__main--stock-link {
  color: #0450f2;
  text-decoration: none
}
.event__main--stock-link:hover {
  color: #0450f2
}
.event__attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px
}
@media (max-width:1278px) {
  .event__attribute {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px
  }
}
@media (max-width:766px) {
  .event__attribute {
    margin-bottom: 8px
  }
}
.event__date {
  padding: 8px 24px;
  border-radius: 8px;
  border: 1px solid #81a7f8;
  font-size: 16px;
  line-height: 24px
}
@media (max-width:766px) {
  .event__date {
    margin-bottom: 8px
  }
}
.event__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px
}
.event__types span {
  position: relative;
  color: #8d93a1
}
.event__types span:not(:last-child) {
  margin-right: 24px
}
.event__types span:not(:last-child)::before {
  content: "•";
  position: absolute;
  top: 0;
  right: -14px
}
.event__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49%;
  padding: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
  text-decoration: none;
  border-radius: 8px;
  background-color: #e8ecf1
}
.event__item:nth-child(2n) {
  margin-right: 0
}
.event__item:hover {
  color: #000
}
.event__item:hover .event__edit {
  opacity: 1
}
.event__item.gray {
  background-color: #e8ecf1
}
.event__item.light-purple {
  background-color: #f0f1fc
}
.event__item.light-blue {
  background-color: #e6f0ff
}
.event__item.blue {
  background-color: #cee5ff
}
.event__item.purple {
  background-color: #e5e6fa
}
.event__item .event__attribute {
  margin-bottom: 32px
}
@media (max-width:766px) {
  .event__item .event__attribute {
    margin-bottom: 16px
  }
}
@media (max-width:1278px) {
  .event__item {
    width: 100%;
    margin-right: 0
  }
}
.event__name {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none
}
.event__price {
  display: block;
  font-size: 24px;
  margin-bottom: 32px
}
.event__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto
}
.event__tag {
  display: inline-block;
  padding: 6px 12px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 8px;
  text-decoration: none;
  background-color: #fff
}
.event__tag:last-child {
  margin-right: 0
}
.events-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}
.events-container:last-child {
  margin-bottom: 0
}
.events__title {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 38px
}
@media (max-width:766px) {
  .events__title {
    font-size: 24px;
    line-height: 28px
  }
}
.events__not-found {
  padding: 24px;
  margin-bottom: 48px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 24px;
  background-color: #f1f8ff
}
.events__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 48px
}
.section__subtitle {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 32px
}
.education__link-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -95px;
  z-index: 3
}
@media (max-width:766px) {
  .education__link-list {
    margin-top: -222px
  }
}
.education__link-item {
  width: 384px;
  padding: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out
}
.education__link-item:last-child {
  margin-right: 0
}
.education__link-item:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px)
}
@media (max-width:1278px) {
  .education__link-item {
    width: 48%
  }
  .education__link-item:nth-child(2n) {
    margin-right: 0
  }
}
@media (max-width:766px) {
  .education__link-item {
    width: 100%;
    margin-bottom: 24px
  }
  .education__link-item:last-child {
    margin-bottom: 0
  }
}
.education__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none
}
.education__link--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  margin-right: 16px;
  border-radius: 8px;
  background-color: #f1f8ff
}
.education__link--logo {
  width: 100%;
  height: 100%
}
.education__link--text {
  color: #0041cb;
  text-decoration: none
}
.speaker-swiper {
  width: 100%;
  padding: 0 10px 20px;
  overflow: hidden
}
.speaker-swiper .swiper-wrapper {
  margin-bottom: 48px
}
.speaker-swiper__container {
  margin-right: -10px;
  margin-left: -10px
}
.speaker-swiper__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 464px;
  padding: 32px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
@media (max-width:1278px) {
  .speaker-swiper__slide {
    height: 488px
  }
}
.speaker-swiper__image {
  width: 160px;
  height: 160px;
  margin-bottom: 16px;
  border-radius: 50%;
  overflow: hidden
}
.speaker-swiper__image img {
  width: 100%
}
.speaker-swiper__fullname {
  margin-bottom: 16px;
  width: 100%;
  font-size: 24px;
  font-weight: 400
}
.speaker-swiper__info {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
  width: 100%;
  height: 100px;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis
}
.speaker-swiper .button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto
}
.speaker-swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  background: #81a7f8;
  opacity: 1
}
.speaker-swiper-pagination .swiper-pagination-bullet-active {
  background: #0450f2
}
.speaker-swiper__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.speaker-swiper__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #8d93a1;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0,65,203,.1);
  box-shadow: 0 8px 24px rgba(0,65,203,.1);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  cursor: pointer
}
.speaker-swiper__button:hover {
  color: #0450f2
}
.speaker-swiper__button.prev {
  margin-right: 16px
}
.speaker-swiper__button.next {
  margin-left: 16px
}
@media (max-width:1278px) {
  .swiper-reviews {
    padding: 10px 10px 20px;
    overflow: hidden
  }
}
.swiper-reviews--container {
  margin: 0
}
@media (max-width:1278px) {
  .swiper-reviews--container {
    margin-right: -10px;
    margin-left: -10px
  }
}
.swiper-reviews .swiper-slide {
  width: 792px;
  height: auto
}
.swiper-reviews .swiper-wrapper {
  margin-bottom: 48px
}
.swiper-reviews__slide {
  width: 100%;
  height: 100%;
  padding: 48px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
@media (max-width:766px) {
  .swiper-reviews__slide {
    padding: 24px
  }
}
.swiper-reviews__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px
}
.swiper-reviews__profile--image {
  width: 80px;
  height: 80px;
  margin-right: 24px;
  border-radius: 50%;
  overflow: hidden
}
.swiper-reviews__profile--image img {
  width: 100%;
  height: 100%
}
.swiper-reviews__profile--fullname {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 400
}
.swiper-reviews__profile--position {
  font-size: 16px
}
.swiper-reviews-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  background: #81a7f8;
  opacity: 1
}
.swiper-reviews-pagination .swiper-pagination-bullet-active {
  background: #0450f2
}
.swiper-reviews__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.swiper-reviews__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #8d93a1;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0,65,203,.1);
  box-shadow: 0 8px 24px rgba(0,65,203,.1);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  cursor: pointer
}
.swiper-reviews__button:hover {
  color: #0450f2
}
.swiper-reviews__button.prev {
  margin-right: 16px
}
.swiper-reviews__button.next {
  margin-left: 16px
}
.section__reviews {
  overflow: hidden
}
.partners__list-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.partners__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 182px;
  width: 282px;
  margin-right: 24px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  cursor: pointer
}
.partners__banner:last-child {
  margin-right: 0
}
.partners__banner * {
  pointer-events: none
}
.partners__banner * a {
  pointer-events: auto
}
@media (max-width:1278px) {
  .partners__banner {
    width: calc(50% - 24px);
    margin-bottom: 24px
  }
}
@media (max-width:766px) {
  .partners__banner {
    width: 100%;
    margin-right: 0
  }
}
.card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px
}
@media (max-width:1278px) {
  .card__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
@media (max-width:766px) {
  .card__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.card__list--dark .card__label {
  color: #fff;
  opacity: .6
}
.card__list--dark .card__value {
  color: #fff
}
.card__list--dark .card__value:last-child {
  margin-bottom: 0
}
.card__list--dark .card__price {
  color: #fff
}
.card__list--dark .card__price--sale {
  color: #fff;
  opacity: .8
}
.card__title {
  color: #fff;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400
}
.card__reg-close {
  color: #000
}
.card__item {
  width: 100%;
  margin-bottom: 16px
}
.card__item:last-child {
  margin-bottom: 32px
}
@media (max-width:1278px) {
  .card__item {
    width: 50%
  }
}
@media (max-width:766px) {
  .card__item {
    width: 100%
  }
}
.card__label {
  display: block;
  margin-bottom: 8px;
  color: #8d93a1
}
.card__value {
  color: #000;
  font-size: 18px
}
.card__combined {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.card__question {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 4px
}
.card__question--tooltip {
  width: 300px
}
.card__price {
  margin-right: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #000
}
.card__price--sale {
  font-size: 16px;
  color: #4c535f;
  text-decoration-line: line-through
}
.card__discount {
  padding: 2px 4px;
  margin-right: 8px;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  background: radial-gradient(61.31% 59.67% at 33.15% 93.65%,#6fa2ff 0,#cbe6ff 100%);
  border-radius: 4px
}
.targets {
  position: relative;
  margin-top: -170px;
  padding: 48px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  z-index: 3
}
@media (max-width:766px) {
  .targets {
    padding: 24px
  }
}
.targets__title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 32px
}
.targets__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.targets__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 24px;
  margin-bottom: 24px;
  width: 48%
}
.targets__item:nth-child(2n) {
  margin-right: 0
}
@media (max-width:1278px) {
  .targets__item {
    width: 100%;
    margin-right: 0
  }
  .targets__item:last-child {
    margin-bottom: 0
  }
}
.targets__image {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  color: #0450f2
}
.targets__image svg {
  width: 100%;
  height: 100%
}
.targets__text {
  width: 90%;
  font-size: 16px;
  line-height: 24px
}
.advantage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.advantage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 384px;
  height: 328px;
  padding: 48px;
  margin-right: 24px;
  margin-bottom: 24px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
.advantage__item:nth-child(3n) {
  margin-right: 0
}
@media (max-width:1278px) {
  .advantage__item {
    width: 48%
  }
  .advantage__item:nth-child(2n) {
    margin-right: 0
  }
  .advantage__item:nth-child(3n) {
    margin-right: 24px
  }
}
@media (max-width:766px) {
  .advantage__item {
    width: 100%;
    margin-right: 0
  }
  .advantage__item:nth-child(3n) {
    margin-right: 0
  }
}
.advantage__image {
  width: 48px;
  height: 48px;
  margin-bottom: 16px
}
.advantage__image img {
  width: 100%;
  height: 100%
}
.advantage__title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400
}
.advantage__text {
  font-size: 16px;
  line-height: 24px
}
.condition__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  line-height: 56px
}
@media (max-width:1278px) {
  .condition__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
  }
}
.condition__info {
  margin-right: 24px
}
.condition__info,
.condition__video {
  position: relative;
  width: 588px
}
@media (max-width:1278px) {
  .condition__info,
  .condition__video {
    width: 100%;
    margin: 0
  }
}
.condition__info.w-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%!important
}
@media (max-width:1278px) {
  .condition__info.w-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.condition__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 330px;
  aspect-ratio: 16/9
}
@media (max-width:1278px) {
  .condition__video {
    height: auto
  }
}
.condition__video img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.condition__play {
  width: 53px;
  height: 52px;
  color: #fff;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  cursor: pointer
}
.condition__play:hover {
  color: #0450f2
}
.condition__play svg {
  width: 100%;
  height: 100%
}
.condition__title {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400
}
@media (max-width:766px) {
  .condition__title {
    font-size: 24px
  }
}
.condition__list {
  list-style: disc;
  padding-left: 20px
}
.condition__list::marker {
  font-size: 12px
}
.condition__item {
  margin-bottom: 24px;
  line-height: 24px
}
.condition__item:last-child {
  margin-bottom: 0
}
.section--condition {
  padding: 192px 0 96px
}
.contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 48px;
  border-radius: 8px;
  background-color: #f1f8ff
}
@media (max-width:766px) {
  .contact__container {
    padding: 24px
  }
}
.contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%
}
@media (max-width:1278px) {
  .contact__list {
    width: 100%
  }
}
.contact__text {
  width: 540px;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px
}
@media (max-width:1278px) {
  .contact__text {
    width: 100%;
    margin-bottom: 24px
  }
}
.contact__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px
}
.contact__profile:last-child {
  margin-bottom: 0
}
@media (max-width:1278px) {
  .contact__profile {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}
.contact__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden
}
@media (max-width:766px) {
  .contact__photo {
    margin-bottom: 24px
  }
}
.contact__photo img {
  width: 100%;
  height: 100%
}
.contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.contact__fullname {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px
}
.contact__position {
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px
}
.contact__phone {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px
}
.contact__email {
  color: #0041cb;
  text-decoration: none
}
.certificate__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.certificate__list {
  width: 578px
}
@media (max-width:1278px) {
  .certificate__list {
    width: 100%
  }
}
.certificate__image {
  width: 511px
}
@media (max-width:1278px) {
  .certificate__image {
    width: 100%;
    margin-bottom: 32px
  }
}
.certificate__image img {
  width: 100%
}
.certificate__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px
}
.certificate__item:last-child {
  margin-bottom: 0
}
.certificate__icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  color: #0450f2
}
.certificate__icon svg {
  width: 100%;
  height: 100%
}
.certificate__text {
  width: 90%
}
.page-v2-accordion__content {
  padding-left: 20px
}
.program__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}
.program__number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 14px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px
}
@media (max-width:766px) {
  .program__number {
    margin-bottom: 16px
  }
}
.program__name {
  font-size: 24px;
  line-height: 28px
}
.program__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px
}
@media (max-width:766px) {
  .program__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0
  }
}
.program .page-v2-accordion__container {
  width: 100%
}
.program__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 400px
}
@media (max-width:766px) {
  .program__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
  }
}
.program__controls .button {
  font-size: 16px;
  height: inherit;
  line-height: inherit
}
.program__controls .button--light-blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px;
  height: 48px;
  line-height: 48px
}
.program__controls .button__icon-search {
  width: 16px;
  height: 16px;
  margin-right: 8px
}
@media (max-width:766px) {
  .program__controls .button {
    margin-bottom: 24px
  }
}
.program__controls .button:last-child {
  margin-left: 24px
}
@media (max-width:766px) {
  .program__controls .button:last-child {
    margin-left: 0;
    margin-bottom: 0
  }
}
.program__list .page-v2-accordion__box:last-child {
  border-bottom: 0
}
.program__title {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 38px
}
@media (max-width:1278px) {
  .program__title {
    margin-bottom: 32px
  }
}
@media (max-width:766px) {
  .program__title {
    font-size: 32px;
    line-height: 38px
  }
}
.program__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 48px;
  border-radius: 8px;
  background-color: #f1f8ff
}
@media (max-width:766px) {
  .program__container {
    padding: 24px
  }
}
.education__accordion {
  width: 100%
}
.education__accordion .page-v2-accordion__box {
  padding: 32px 0
}
.education__accordion .page-v2-accordion__box:last-child {
  border-bottom: 0;
  padding-bottom: 0
}
.education__accordion .page-v2-accordion__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto
}
.education__accordion .page-v2-accordion__title {
  padding: 0
}
.education__accordion .page-v2-accordion__content {
  margin-top: 24px;
  margin-bottom: 0
}
.education__accordion .page-v2-accordion__content p:not([class]) {
  margin-bottom: 0
}
.page-v2-education-form__content,
.page-v2-education-form__title {
  width: 588px
}
@media (max-width:1278px) {
  .page-v2-education-form__content,
  .page-v2-education-form__title {
    width: 100%
  }
}
.page-v2-education-form__content .request-form .request-form__inputwrapper {
  width: 100%
}
.page-v2-education-form__content .request-form .request-form__item {
  position: relative
}
.page-v2-education-form__content .request-form .select2-selection {
  background-color: transparent
}
.page-v2-education-form__content .request-form .select2-selection__rendered {
  color: #fff
}
.page-v2-education-form__content .page-v2-bottom-form__title {
  text-align: center
}
@media (max-width:1278px) {
  .page-v2-education-form__title {
    margin-bottom: 48px
  }
}
@media (max-width:766px) {
  .page-v2-education-form__title {
    margin-bottom: 32px
  }
}
.edu__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.edu__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%
}
@media (max-width:1278px) {
  .edu__block {
    width: 100%;
    margin-bottom: 24px
  }
  .edu__block:last-child {
    margin-bottom: 0
  }
}
.edu__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 16px
}
.edu__image--icon {
  width: 100%;
  height: 100%
}
.edu__text {
  font-size: 24px;
  line-height: 28px
}
.title-ending {
  font-size: 44px;
  line-height: 56px;
  color: #fff
}
.event-page .ckeditor-accordion-container:last-child {
  margin-bottom: 0
}
.education__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0
}
.education__banner {
  margin-right: 43px
}
@media (max-width:1278px) {
  .education__banner {
    margin-right: 24px
  }
}
.education__banner--portal {
  width: 252px;
  height: 56px
}
@media (max-width:1278px) {
  .education__banner--portal {
    width: 176px;
    height: 39px
  }
}
.education__banner--department {
  width: 200px
}
@media (max-width:1278px) {
  .education__banner--department {
    width: 170px
  }
}
.education__banner:last-child {
  margin-right: 0
}
.education__banner img {
  width: 100%
}
#edu__question {
  color: #8d93a1;
  cursor: pointer;
  margin-left: 8px
}
#edu__question:hover {
  color: #0450f2
}
#edu__tooltip {
  position: absolute;
  top: 12px;
  left: 100%;
  display: none;
  padding: 16px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.15);
  box-shadow: 0 4px 24px rgba(6,88,148,.15);
  background-color: #fff;
  -webkit-transition: color .3s ease-in;
  transition: color .3s ease-in
}
#edu__tooltip .card__question--tooltip-content {
  position: relative;
  color: #000
}
#edu__tooltip[data-show] {
  display: block
}
#arrow-tooltip,
#arrow-tooltip::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit
}
#arrow-tooltip {
  visibility: hidden
}
#arrow-tooltip::before {
  visibility: visible;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
#edu__tooltip[data-popper-placement^=top] > #arrow-tooltip {
  bottom: -4px
}
#edu__tooltip[data-popper-placement^=bottom] > #arrow-tooltip {
  top: -4px
}
#edu__tooltip[data-popper-placement^=left] > #arrow-tooltip {
  right: -4px
}
#edu__tooltip[data-popper-placement^=right] > #arrow-tooltip {
  left: -4px
}
.action-steps {
  position: relative;
  max-width: 846px;
  margin: 40px auto 80px auto
}
.action-steps::after {
  display: block;
  content: "";
  width: 3px;
  height: auto;
  background: #f9f9f9;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 50%;
  margin-left: -2px
}
.action-steps .action-steps__step {
  margin: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.action-steps .action-steps__content {
  width: 50%;
  position: relative
}
.action-steps .action-steps__num {
  display: block;
  color: #065894;
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  line-height: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -20px 0 0 -20px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  background: #f9f9f9
}
.action-steps .action-steps__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  margin-right: 50px;
  background: #fff;
  position: relative;
  padding: 16px 24px;
  min-height: 72px;
  -webkit-box-shadow: 0 4px 24px rgba(6,88,148,.15);
  box-shadow: 0 4px 24px rgba(6,88,148,.15)
}
.action-steps .action-steps__text::after {
  content: "";
  display: block;
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 15px;
  border-color: transparent transparent transparent #fff
}
.action-steps .action-steps__additional {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #a6b4c1;
  font-size: 14px;
  line-height: 20px;
  top: 100%;
  left: 0;
  margin: 16px 0 0 24px;
  padding-right: 24px
}
.action-steps .action-steps__time-icon {
  margin: 2px 8px 0 0
}
.action-steps .action-steps__link {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.action-steps .action-steps__link:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.action-steps .action-steps__link:visited {
  color: #0b0694
}
.action-steps .action-steps__link:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.action-steps .action-steps__step--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.action-steps .action-steps__step--right .action-steps__num {
  right: 100%;
  left: auto;
  margin: -20px -20px 0 0
}
.action-steps .action-steps__step--right .action-steps__text {
  margin: 0 0 0 50px
}
.action-steps .action-steps__step--right .action-steps__text::after {
  left: -13px;
  right: auto;
  border-width: 13px 15px 13px 0;
  border-color: transparent #fff transparent transparent
}
.action-steps .action-steps__step--right .action-steps__additional {
  margin-left: 74px
}
@media (max-width:766px) {
  .action-steps .action-steps__text {
    font-size: 16px;
    line-height: 20px
  }
  .action-steps .action-steps__additional {
    font-size: 12px;
    line-height: 16px
  }
}
.social-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.social-bar .social-bar__button {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 8px
}
.social-bar .social-bar__button:hover {
  opacity: 1
}
.social-bar .social-bar__button:hover {
  opacity: .5
}
.social-bar .social-bar__button:active {
  opacity: 1
}
.social-bar .social-bar__button--like {
  background: url(../images/icns/social-bar/icn-like.png) 50% 50% no-repeat;
  background: url(../images/icns/social-bar/icn-like.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/social-bar/icn-like.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent)
}
.social-bar .social-bar__button--link {
  background: url(../images/icns/social-bar/icn-link.png) 50% 50% no-repeat;
  background: url(../images/icns/social-bar/icn-link.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/social-bar/icn-link.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent)
}
.social-bar .social-bar__button--twitter {
  display: none;
  background: url(../images/icns/social-bar/icn-tw.png) 50% 50% no-repeat;
  background: url(../images/icns/social-bar/icn-tw.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/social-bar/icn-tw.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent)
}
.social-bar .social-bar__button--facebook {
  display: none;
  background: url(../images/icns/social-bar/icn-fb.png) 50% 50% no-repeat;
  background: url(../images/icns/social-bar/icn-fb.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/social-bar/icn-fb.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent)
}
.social-bar .social-bar__button--like:hover {
  background: url(../images/icns/social-bar/icn-like-active.png) 50% 50% no-repeat;
  background: url(../images/icns/social-bar/icn-like-active.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/social-bar/icn-like-active.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent)
}
.social-bar .social-bar__button--link:hover {
  background: url(../images/icns/social-bar/icn-link-active.png) 50% 50% no-repeat;
  background: url(../images/icns/social-bar/icn-link-active.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/social-bar/icn-link-active.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent)
}
.social-bar .social-bar__button--twitter:hover {
  background: url(../images/icns/social-bar/icn-tw-active.png) 50% 50% no-repeat;
  background: url(../images/icns/social-bar/icn-tw-active.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/social-bar/icn-tw-active.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent)
}
.social-bar .social-bar__button--facebook:hover {
  background: url(../images/icns/social-bar/icn-fb-active.png) 50% 50% no-repeat;
  background: url(../images/icns/social-bar/icn-fb-active.svg) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/social-bar/icn-fb-active.svg) 50% 50% no-repeat,linear-gradient(transparent,transparent)
}
.social-bar .field.field--name-field-rubrika-uc a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.43;
  color: #0041cb;
  background: url(../images/ecp-page/icn/back.svg) no-repeat 0 50%;
  text-decoration: none;
  margin: 24px 0
}
.estate-sale-filter {
  display: none
}
@media (min-width:1279px) {
  .estate-sale-filter {
    display: block
  }
}
.estate-sale-filter__container-bt {
  width: 100%
}
.estate-sale-filter__show-bt {
  color: #0041cb;
  text-decoration: none
}
.estate-sale-filter__container-bt {
  margin-bottom: 16px
}
.estate-sale-filter__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
  overflow: hidden
}
.estate-sale-filter__container.tall {
  max-height: 96px
}
.estate-sale-filter__container.tall:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 27px;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(241,248,255,0)),to(#f1f8ff));
  background: linear-gradient(180deg,rgba(241,248,255,0) 0,#f1f8ff 100%)
}
.estate-sale-filter__container.expanded {
  max-height: none
}
.estate-sale-filter__container.expanded:before {
  opacity: 0;
  visibility: hidden
}
@media (max-width:1278px) {
  .estate-sale-filter__container {
    display: none
  }
}
.estate-sale-filter__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  color: #000;
  background: #f1f8ff;
  border-radius: 8px
}
.estate-sale-filter__box--select,
.estate-sale-filter__box--text {
  padding: 6px 12px
}
.estate-sale-filter__remove {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icns/icn-remove.svg) no-repeat 50% 50%;
  margin-left: 8px;
  margin-top: 1px;
  cursor: pointer
}
.estate-sale-filter__remove--all {
  margin-left: 0
}
.search-autocomplete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.search-autocomplete.search-form {
  margin-top: 0
}
.search-autocomplete.search-form.search-main {
  margin-top: 26px
}
.search-autocomplete.search-form .search-form__advancedfilter--expanded {
  display: block
}
.search-autocomplete__sales {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  margin: 24px 0;
  border-radius: 8px;
  border: 1px solid #c7cdd2
}
.search-autocomplete__wrapper {
  position: relative;
  z-index: 1
}
.search-autocomplete__group {
  position: relative
}
.search-autocomplete__sale {
  position: relative;
  margin-right: 4px;
  text-decoration: none
}
.search-autocomplete__sale:last-child {
  margin-right: 0
}
.search-autocomplete__sale:active .search-autocomplete__sale-text {
  color: #0041cb;
  background-color: #cdddff
}
.search-autocomplete__sale-text {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: .2s background-color ease-in-out;
  transition: .2s background-color ease-in-out;
  cursor: pointer
}
@media (min-width:1279px) {
  .search-autocomplete__sale-text:hover {
    color: #0041cb;
    background-color: #e6f0ff
  }
}
.search-autocomplete__sale input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1
}
input[type=radio]:checked ~ .search-autocomplete__sale-text {
  color: #0041cb;
  background-color: #cdddff
}
.search-autocomplete__searchfield {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4px 0 12px;
  border-radius: 8px;
  border: 1px solid #8d93a1;
  -webkit-transition: .2s border-color ease;
  transition: .2s border-color ease;
  background: #fff
}
.search-autocomplete__searchfield--focused {
  border-color: #0450f2
}
.search-autocomplete__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.search-autocomplete__icon-search {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: #8d93a1
}
.search-autocomplete__icon-search svg {
  width: 100%;
  height: 100%
}
.search-autocomplete__wrapper-input {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 16px;
  padding: 0 16px 0 0;
  border-right: 1px solid #e6e6e6
}
.search-autocomplete__wrapper-input_light {
  border-right: none
}
.search-autocomplete__clear {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #8d93a1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden
}
.search-autocomplete__clear svg {
  width: 100%;
  height: 100%;
  pointer-events: none
}
.search-autocomplete__clear--visible {
  opacity: 1;
  visibility: visible
}
.search-autocomplete__keywordinput,
.search-autocomplete__keywordinput-light {
  width: 100%;
  padding: 0;
  border: 0
}
.search-autocomplete__keywordinput-light:hover,
.search-autocomplete__keywordinput:hover {
  border-color: #e6e6e6
}
.search-autocomplete__keywordinput-light:focus,
.search-autocomplete__keywordinput:focus {
  border-color: #e6e6e6
}
.search-autocomplete__btn-advanced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 16px;
  padding: 0;
  outline: 0;
  border: 0;
  background-color: transparent;
  text-decoration: none
}
.search-autocomplete__btn-advanced[data-expanded=true] {
  color: #0041cb
}
.search-autocomplete__btn-advanced[data-expanded=true] .search-autocomplete__icon-advanced {
  color: #0041cb
}
@media (min-width:1279px) {
  .search-autocomplete__btn-advanced:hover {
    color: #0041cb
  }
  .search-autocomplete__btn-advanced:hover .search-autocomplete__icon-advanced {
    color: #0041cb
  }
}
.search-autocomplete__btn-advanced-text {
  display: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
  pointer-events: none
}
@media (min-width:1279px) {
  .search-autocomplete__btn-advanced-text {
    display: inline-block
  }
}
.search-autocomplete__icon-advanced {
  position: relative;
  width: 24px;
  height: 24px;
  color: #8d93a1;
  pointer-events: none
}
@media (min-width:1279px) {
  .search-autocomplete__icon-advanced {
    margin-right: 8px
  }
}
.search-autocomplete__icon-advanced svg {
  width: 100%;
  height: 100%
}
.search-autocomplete__icon-advanced .count {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background: #1f66ff;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-radius: 50%
}
.search-autocomplete__search-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%
}
.search-autocomplete__submit {
  display: block;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #0041cb;
  border-radius: 8px;
  border: 0;
  outline: 0;
  background-color: #dbe7ff;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  text-decoration: none
}
@media (min-width:1279px) {
  .search-autocomplete__submit:hover {
    background-color: #e6f0ff
  }
}
.search-autocomplete__submit:active {
  background-color: #cdddff
}
.search-autocomplete__popover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 4px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0,65,203,.1);
  box-shadow: 0 8px 24px 0 rgba(0,65,203,.1);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10
}
.search-autocomplete__popover::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  border-radius: 6px;
  background-color: transparent
}
.search-autocomplete__popover::-webkit-scrollbar-thumb {
  background: #c7cdd2
}
.search-autocomplete__suggestion {
  width: 100%;
  padding: 8px 36px;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: .2s background-color ease-in-out;
  transition: .2s background-color ease-in-out;
  cursor: pointer
}
.search-autocomplete__suggestion:hover {
  background-color: #e6f0ff
}
.search-autocomplete__suggestion.selected {
  background-color: #e6f0ff
}
.search-autocomplete__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-left: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%
}
.search-autocomplete__tags-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  padding: 4px 8px;
  border-radius: 8px;
  background-color: #dbe7ff
}
.search-autocomplete__tags-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 12px
}
.search-autocomplete__notification {
  width: 24px;
  height: 24px;
  color: #0450f2;
  margin-right: 12px;
  cursor: pointer
}
.search-autocomplete__notification > * {
  pointer-events: none
}
.search-autocomplete__switcher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  width: 40px;
  height: 24px;
  border-radius: 24px;
  background-color: #c7cdd2;
  cursor: pointer
}
.search-autocomplete__switcher[data-enable=true] {
  background-color: #0450f2
}
.search-autocomplete__switcher[data-enable=true] .search-autocomplete__inner-switcher {
  -webkit-transform: translateX(16px);
  transform: translateX(16px)
}
.search-autocomplete__switcher[data-enable=false] .search-autocomplete__inner-switcher {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.search-autocomplete__inner-switcher {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: .2s all cubic-bezier(.79,.33,.59,.72);
  transition: .2s all cubic-bezier(.79,.33,.59,.72)
}
.search-autocomplete__icon {
  width: 100%;
  height: 100%
}
.search-autocomplete__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 0 -8px
}
.search-autocomplete__filter-hide {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0,65,203,.1);
  box-shadow: 0 8px 24px 0 rgba(0,65,203,.1);
  padding: 12px 16px;
  width: 345px;
  z-index: 50;
  -webkit-transform: translateX(-50%) translateY(-7px);
  transform: translateX(-50%) translateY(-7px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,transform .3s ease,visibility .3s ease;
  transition: opacity .3s ease,transform .3s ease,visibility .3s ease,-webkit-transform .3s ease
}
.search-autocomplete__filter-hide.opened {
  pointer-events: auto;
  opacity: 1;
  visibility: visible
}
.search-autocomplete__filter-hide .search-autocomplete__radio-button {
  border: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 26px
}
.search-autocomplete__filter-hide .search-autocomplete__radio-button:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #c7cdd2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 1
}
.search-autocomplete__filter-hide .search-autocomplete__radio-button:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #0450f2;
  top: 7px;
  left: 5px;
  opacity: 0;
  border-radius: 50%;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 2
}
.search-autocomplete__filter-hide .search-autocomplete__radio-button._active {
  background: 0 0;
  color: #000
}
.search-autocomplete__filter-hide .search-autocomplete__radio-button._active:before {
  border-color: #0450f2
}
.search-autocomplete__filter-hide .search-autocomplete__radio-button._active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
.search-autocomplete__filter-hide .search-autocomplete__radio-button:hover {
  border-color: #81a7f8;
  color: #0041cb
}
.search-autocomplete__filter-item {
  position: relative;
  margin: 0 0 8px 8px
}
@media (max-width:1278px) {
  .search-autocomplete__filter-item {
    display: none
  }
}
@media (max-width:1391px) {
  .search-autocomplete__filter-item:first-child .search-autocomplete__filter-hide {
    -webkit-transform: translateX(calc(-50% + 86px)) translateY(-7px);
    transform: translateX(calc(-50% + 86px)) translateY(-7px)
  }
}
@media (max-width:1278px) {
  .search-autocomplete__filter-item:first-child .search-autocomplete__filter-hide {
    -webkit-transform: translateX(-50%) translateY(-7px);
    transform: translateX(-50%) translateY(-7px)
  }
}
@media (max-width:1391px) {
  .search-autocomplete__filter-item._open:first-child .search-autocomplete__filter-hide {
    -webkit-transform: translateX(calc(-50% + 86px)) translateY(0);
    transform: translateX(calc(-50% + 86px)) translateY(0)
  }
}
@media (max-width:1278px) {
  .search-autocomplete__filter-item._open:first-child .search-autocomplete__filter-hide {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
  }
}
@media (max-width:1278px) {
  .search-autocomplete__filter-item._sort {
    display: block
  }
  .search-autocomplete__filter-item._sort .search-autocomplete__filter-title {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0041cb
  }
  .search-autocomplete__filter-item._sort .search-autocomplete__filter-title-arrow {
    color: #0041cb
  }
  .search-autocomplete__filter-item._sort .search-autocomplete__filter-hide {
    left: 0;
    -webkit-transform: translateX(0) translateY(-7px);
    transform: translateX(0) translateY(-7px)
  }
  .search-autocomplete__filter-item._sort._open .search-autocomplete__filter-hide {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
  }
}
.search-autocomplete__filter-item._open .search-autocomplete__filter-hide {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
  opacity: 1;
  visibility: visible
}
.search-autocomplete__filter-item._open .search-autocomplete__filter-title-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.search-autocomplete__filter-item .count {
  position: absolute;
  border-radius: 50%;
  background: #1f66ff;
  top: -2px;
  right: -4px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  width: 14px;
  height: 14px
}
.search-autocomplete__filter-radio:not(:last-child) {
  margin-bottom: 16px
}
.search-autocomplete__filter-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 12px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  cursor: pointer
}
.search-autocomplete__filter-title-arrow {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  color: #8d93a1;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.search-autocomplete__filter-title * {
  pointer-events: none
}
.search-autocomplete__filter-title-icns {
  width: 16px;
  height: 16px;
  color: #8d93a1;
  margin-right: 8px
}
.search-autocomplete__filter-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.search-autocomplete__filter-col + .search-autocomplete__filter-col {
  margin-top: 20px
}
.search-autocomplete__filter-input-wrapper {
  position: relative;
  width: 50%
}
.search-autocomplete__filter-input {
  position: relative;
  width: 100%
}
.search-autocomplete__filter-input:focus {
  z-index: 1
}
.search-autocomplete__filter-input._left {
  border-radius: 8px 0 0 8px;
  margin-right: -1px
}
.search-autocomplete__filter-input._right {
  border-radius: 0 8px 8px 0;
  margin-left: -1px
}
.search-autocomplete__filter-bt-wrapper {
  width: calc(50% - 4px)
}
.search-autocomplete__filter-link {
  color: #0041cb;
  text-decoration: none
}
.search-autocomplete__filter-text {
  font-size: 14px;
  line-height: 20px;
  color: #8d93a1;
  margin: 4px 0 24px
}
.search-autocomplete__filter-append {
  color: #0041cb
}
.search-autocomplete__filterMain {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.8);
  z-index: 99;
  display: none
}
.search-autocomplete__filterMain .search-autocomplete__filter-text {
  margin-bottom: 16px
}
.search-autocomplete__filterMain-container {
  position: fixed;
  max-width: 792px;
  height: 100%;
  width: 100%;
  padding: 24px 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 8px
}
@media (min-width:767px) {
  .search-autocomplete__filterMain-container {
    max-height: 718px
  }
}
.search-autocomplete__filterMain-header {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 32px 24px
}
.search-autocomplete__filterMain-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px
}
.search-autocomplete__filterMain-body {
  height: calc(100% - 178px);
  overflow: auto;
  padding: 24px 32px
}
@media (min-width:767px) {
  .search-autocomplete__filterMain-body {
    height: calc(100% - 122px)
  }
}
.search-autocomplete__filterMain-body::-webkit-scrollbar {
  width: 6px
}
.search-autocomplete__filterMain-body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: rgba(141,147,161,.1)
}
.search-autocomplete__filterMain-body::-webkit-scrollbar-thumb {
  background: #c7cdd2;
  border-radius: 6px
}
.search-autocomplete__filterMain-body::-moz-scrollbar {
  width: 0;
  height: 0
}
@media (min-width:1279px) {
  .search-autocomplete__filterMain-body dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.search-autocomplete__filterMain-body dl.mb {
  margin-bottom: 16px
}
.search-autocomplete__filterMain-body dl + dl {
  padding-top: 16px
}
.search-autocomplete__filterMain-body dt {
  font-weight: 600;
  padding: 12px 0
}
@media (min-width:1279px) {
  .search-autocomplete__filterMain-body dt {
    width: 220px
  }
}
@media (min-width:1279px) {
  .search-autocomplete__filterMain-body dd {
    width: calc(100% - 248px)
  }
}
.search-autocomplete__filterMain-body .search-autocomplete__filter-col {
  margin-bottom: 16px
}
.search-autocomplete__filterMain-buttonGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.search-autocomplete__filterMain-buttonGroup--ml {
  margin-left: -8px
}
.search-autocomplete__filterMain-buttonGroup_pb0 {
  padding-bottom: 0
}
.search-autocomplete__filterMain-radio._hidden {
  display: none
}
.search-autocomplete__filterMain-radio._button {
  margin: 0 0 8px 8px
}
.search-autocomplete__filterMain-radio._button .radio__input:checked ~ .radio__text {
  border-color: #0450f2;
  color: #0450f2;
  background: #cdddff
}
.search-autocomplete__filterMain-radio._button .radio__text {
  display: block;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 6px 12px;
  -webkit-transition: color .2s ease,border-color .2s ease;
  transition: color .2s ease,border-color .2s ease
}
.search-autocomplete__filterMain-radio._button .radio__text:after,
.search-autocomplete__filterMain-radio._button .radio__text:before {
  display: none
}
.search-autocomplete__filterMain-radio._button .radio__text:hover {
  border-color: #81a7f8;
  color: #0041cb
}
.search-autocomplete__filterMain-radio._button .radio__label {
  padding-left: 0
}
.search-autocomplete__filterMain-radio._button .radio__label:after,
.search-autocomplete__filterMain-radio._button .radio__label:before {
  display: none
}
.search-autocomplete__filterMain-checkbox .checkbox__label {
  font-size: 16px;
  line-height: 1.5
}
.search-autocomplete__filterMain-checkboxGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.search-autocomplete__filterMain-checkboxGroup .checkbox {
  margin-bottom: 12px;
  width: 100%
}
@media (min-width:767px) {
  .search-autocomplete__filterMain-checkboxGroup .checkbox {
    width: 50%
  }
}
.search-autocomplete__filterMain-checkboxGroup .checkbox .checkbox__label {
  width: 100%
}
.search-autocomplete__filterMain-checkboxGroup._hidden {
  display: none
}
.search-autocomplete__open-content {
  display: inline-block;
  font-size: 14px;
  line-height: 1.43;
  text-decoration: none;
  color: #0041cb;
  width: 100%;
  margin-left: 8px;
  margin-bottom: 16px;
  z-index: 10
}
.search-autocomplete__open-content:before {
  content: attr(data-visibled)
}
.search-autocomplete__open-content._hidd:before {
  content: attr(data-hidden)
}
.search-autocomplete__filterMain-source-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px
}
.search-autocomplete__filterMain-source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 0 -8px
}
.search-autocomplete__filterMain-source .search-autocomplete__filterMain-radio:not(._button) {
  width: 50%;
  margin-bottom: 12px
}
.search-autocomplete__filterMain-source-title {
  color: #8d93a1;
  width: 100%;
  font-size: 14px;
  line-height: 1.42;
  margin: 24px 0 24px 8px
}
.search-autocomplete__filterMain-source-title._hidden {
  display: none
}
.search-autocomplete__filterMain-address-search {
  width: 100%
}
.search-autocomplete__filterMain-address-okato:not(._active),
.search-autocomplete__filterMain-address-region:not(._active) {
  display: none
}
.search-autocomplete__filterMain-address-container {
  overflow: auto;
  height: 290px;
  margin: 16px 0
}
.search-autocomplete__filterMain-address-container::-webkit-scrollbar {
  width: 6px
}
.search-autocomplete__filterMain-address-container::-webkit-scrollbar-track {
  border-radius: 8px;
  background: rgba(141,147,161,.1)
}
.search-autocomplete__filterMain-address-container::-webkit-scrollbar-thumb {
  background: #c7cdd2;
  border-radius: 6px
}
.search-autocomplete__filterMain-address-container::-moz-scrollbar {
  width: 0;
  height: 0
}
.search-autocomplete__filterMain-address-container .checkbox {
  margin-bottom: 12px
}
.search-autocomplete__filterMain-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 24px 0;
  border-top: 1px solid #e6e6e6
}
.search-autocomplete__submit {
  width: 100%
}
@media (min-width:767px) {
  .search-autocomplete__submit {
    width: auto
  }
}
.search-autocomplete__reset {
  width: 100%;
  margin-bottom: 16px!important
}
@media (min-width:767px) {
  .search-autocomplete__reset {
    margin-right: 16px!important;
    width: auto;
    margin-bottom: 0!important
  }
}
.search-autocomplete__reset svg {
  margin-right: 8px;
  pointer-events: none
}
.search-autocomplete__reset span {
  pointer-events: none
}
.search-autocomplete__filterMain-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 50%;
  background: url(../images/BG/modalCloseIcon.svg) no-repeat 50% 50%
}
@media (min-width:1279px) {
  .search-autocomplete__filterMain-close {
    right: -46px;
    top: 0
  }
}
.search-autocomplete__no-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background: rgba(240,141,36,.15);
  padding: 12px;
  margin-bottom: 24px;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.search-autocomplete__no-result-text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding-left: 34px;
  background: url(../images/search/icon-no-result.svg) 0 0 no-repeat
}
@media (min-width:1279px) {
  .search-autocomplete__no-result-text {
    width: calc(100% - 185px)
  }
}
.search-autocomplete__no-result-reset {
  color: #0041cb;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  margin-left: 34px
}
@media (min-width:1279px) {
  .search-autocomplete__no-result-reset {
    margin-left: 0
  }
}
.search-autocomplete__similar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 8px;
  background: #dbe7ff;
  min-height: 124px;
  padding: 24px;
  gap: 24px;
  margin-top: 48px
}
@media (min-width:767px) {
  .search-autocomplete__similar {
    padding: 48px;
    gap: 38px
  }
}
@media (min-width:1279px) {
  .search-autocomplete__similar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
    margin-top: 32px
  }
}
.search-autocomplete__similar img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: inline-block
}
@media (min-width:1279px) {
  .search-autocomplete__similar img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.search-autocomplete__similar-button {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}
.search-autocomplete__similar-text {
  font-size: 24px;
  line-height: 1.16;
  text-align: left;
  width: 100%
}
.search-autocomplete__similar-text span {
  color: #0041cb
}
.search-autocomplete__similar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  gap: 16px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
@media (min-width:1279px) {
  .search-autocomplete__similar-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc(100% - 276px)
  }
}
.search-autocomplete__similar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}
.search-autocomplete__similar-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
  width: 100%
}
@media (min-width:767px) {
  .search-autocomplete__similar-col {
    width: calc(50% - 5px)
  }
}
.search-autocomplete__similar-link {
  color: #0041cb;
  text-decoration: none
}
.search-autocomplete__similar-link:hover {
  color: #0041cb;
  text-decoration: underline
}
.search-autocomplete__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  font-size: 16px;
  font-family: "Exo 2",sans-serif;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  margin: 0;
  border-radius: 8px;
  padding: 0 32px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: #fff;
  background: #0450f2;
  background-position: 50% 50%;
  border-bottom: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  margin-top: 12px
}
@media (min-width:767px) {
  .search-autocomplete__button {
    margin-top: 0
  }
}
.search-autocomplete__button:hover {
  color: #fff;
  background: #1f66ff;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0,65,203,.07);
  box-shadow: 0 4px 16px 1px rgba(0,65,203,.07)
}
.search-autocomplete__button:active {
  background: #0041cb;
  -webkit-box-shadow: none;
  box-shadow: none
}
.search-autocomplete__button.disabled {
  pointer-events: none
}
.search-autocomplete__button.disabled,
.search-autocomplete__button:disabled {
  color: #8d93a1;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none
}
.search-autocomplete__radio-button {
  display: block;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 6px 12px;
  text-decoration: none;
  margin: 0 0 8px 8px;
  cursor: pointer;
  -webkit-transition: color .2s ease,border-color .2s ease;
  transition: color .2s ease,border-color .2s ease
}
.search-autocomplete__radio-button:hover {
  border-color: #81a7f8;
  color: #0041cb
}
.search-autocomplete__radio-button._active {
  border-color: #0450f2;
  color: #0450f2;
  background: #cdddff
}
.search-autocomplete .estate-sale-filter__box {
  background: #dbe7ff
}
.search-autocomplete__torgi-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px -24px 40px -8px;
  overflow: auto
}
@media (min-width:1279px) {
  .search-autocomplete__torgi-link {
    margin: 24px 0 40px -8px
  }
}
.search-autocomplete__torgi-link-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(20% - 8px);
  min-width: 224px;
  border-radius: 8px;
  background: #dbe7ff;
  padding: 24px;
  text-decoration: none;
  min-height: 263px;
  margin: 0 0 8px 8px;
  -webkit-transition: background .15s;
  transition: background .15s
}
.search-autocomplete__torgi-link-item:hover {
  background: #fff
}
.search-autocomplete__torgi-link-item .search-autocomplete__torgi-link-icon:hover {
  border-color: #0450f2;
  background-color: #0450f2
}
.search-autocomplete__torgi-link-item .search-autocomplete__torgi-link-icon:hover .link-arrow__icon {
  color: #fff
}
.search-autocomplete__torgi-link-item .search-autocomplete__torgi-link-icon .link-arrow__icon {
  color: #0450f2
}
.search-autocomplete__torgi-link-item--dark-theme {
  background: #00205e
}
.search-autocomplete__torgi-link-item--dark-theme:hover {
  background: #0450f2
}
.search-autocomplete__torgi-link-item--dark-theme .search-autocomplete__torgi-link-icon:hover {
  border-color: #fff;
  background-color: #fff
}
.search-autocomplete__torgi-link-item--dark-theme .search-autocomplete__torgi-link-icon:hover .link-arrow__icon {
  color: #0450f2
}
.search-autocomplete__torgi-link-item--dark-theme .search-autocomplete__torgi-link-icon .link-arrow__icon {
  color: #fff
}
.search-autocomplete__torgi-link-icon {
  display: inline-block;
  width: 48px;
  height: 32px;
  padding: 2px 11px;
  border: 2px solid #81a7f8;
  border-radius: 8px;
  background: 0 0;
  -webkit-transition: background-color .15s,border-color .15s;
  transition: background-color .15s,border-color .15s
}
.search-autocomplete__torgi-link-icon .link-arrow__icon {
  width: 24px;
  height: 24px
}
.search-autocomplete__torgi-link-icn {
  width: 32px;
  margin-bottom: 8px
}
.search-autocomplete__torgi-link-title {
  color: #000;
  font-weight: 600;
  margin-bottom: 8px
}
.search-autocomplete__torgi-link-title--dark-theme {
  color: #fff
}
.search-autocomplete__torgi-link-desc {
  color: #8d93a1;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 8px
}
.search-autocomplete__torgi-link-desc span {
  white-space: nowrap
}
.search-autocomplete__torgi-link-desc--dark-theme {
  color: rgba(255,255,255,.8)
}
.search-autocomplete__redirect-card {
  display: grid;
  gap: 24px;
  grid-gap: 24px;
  grid-template-areas: "card-icon-area" "card-title-area" "card-button-area";
  padding: 24px;
  border-radius: 8px;
  background-color: #dbe7ff;
  margin-bottom: 24px
}
@media (min-width:767px) {
  .search-autocomplete__redirect-card {
    grid-template-areas: "card-title-area card-icon-area" "card-button-area card-icon-area";
    padding: 48px
  }
}
.search-autocomplete__redirect-card .button--sm {
  padding: 0 16px
}
.search-autocomplete__redirect-card-title {
  grid-area: card-title-area;
  font-size: 24px;
  line-height: 28px
}
.search-autocomplete__redirect-card-icon {
  grid-area: card-icon-area;
  width: 160px;
  height: 117px
}
@media (min-width:767px) {
  .search-autocomplete__redirect-card-icon {
    justify-self: end;
    -ms-flex-item-align: center;
    align-self: center;
    width: 180px;
    height: 132px;
    margin: -48px 0
  }
}
.search-autocomplete__redirect-card-button {
  grid-area: card-button-area;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.search-info {
  padding: 48px 0 0
}
@media (min-width:767px) {
  .search-info {
    padding: 96px 0 0
  }
}
.search-info__title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.19;
  margin-bottom: 24px
}
@media (min-width:767px) {
  .search-info__title {
    text-align: center;
    margin-bottom: 48px
  }
}
@media (min-width:1279px) {
  .search-info__title {
    margin-bottom: 73px
  }
}
.search-info .page-v2-instruction__circle {
  background: #f1f8ff
}
@media (max-width:766px) {
  .search-info .page-v2-instruction__li:last-child {
    margin-bottom: 0
  }
}
.search-info .page-v2-instruction__li a {
  color: #0041cb
}
.search-uc-knowledge {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #fff
}
@media (max-width:766px) {
  .search-uc-knowledge {
    padding-bottom: 48px;
    padding-top: 48px
  }
}
.search-uc-knowledge .h1,
.search-uc-knowledge h1 {
  font-weight: 400;
  font-size: 44px;
  line-height: 1.27;
  color: #000;
  margin-bottom: 48px
}
@media (max-width:766px) {
  .search-uc-knowledge .h1,
  .search-uc-knowledge h1 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 24px
  }
}
.search-uc-knowledge .bg-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.search-uc-knowledge .bg-knowledge-base-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.search-uc-knowledge .bg-knowledge-base__link-button {
  display: block;
  width: 114px;
  height: 40px;
  border: 1px solid #81a7f8;
  border-radius: 8px;
  color: #0041cb;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background: rgba(255,255,255,0);
  margin-top: 14px;
  padding-top: 6px;
  text-align: center;
  text-decoration: none
}
@media (max-width:766px) {
  .search-uc-knowledge .bg-knowledge-base__link-button {
    margin-top: 4px
  }
}
.search-uc-knowledge .bg-knowledge-base__link-button:hover {
  text-decoration: none;
  opacity: .8
}
.search-uc-knowledge .bg-knowledge-base__link {
  width: calc(50% - 12px);
  height: 245px;
  text-decoration: none;
  color: #000
}
@media (max-width:766px) {
  .search-uc-knowledge .bg-knowledge-base__link {
    height: 147px;
    margin-bottom: 12px;
    width: 100%
  }
}
.search-uc-knowledge .bg-knowledge-base__link:hover {
  text-decoration: none;
  color: #000
}
.search-uc-knowledge .bg-knowledge-base__top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width:766px) {
  .search-uc-knowledge .bg-knowledge-base__top-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0
  }
}
.search-uc-knowledge .bg-knowledge-base__bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width:766px) {
  .search-uc-knowledge .bg-knowledge-base__bottom-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.search-uc-knowledge .bg-knowledge-base__card {
  height: 245px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 24px
}
@media (max-width:766px) {
  .search-uc-knowledge .bg-knowledge-base__card {
    margin-bottom: 12px;
    height: 147px
  }
}
.search-uc-knowledge .bg-knowledge-base__card h2 {
  font-size: 24px;
  line-height: 28px
}
@media (max-width:766px) {
  .search-uc-knowledge .bg-knowledge-base__card h2 {
    font-size: 18px;
    line-height: 21px
  }
}
.search-uc-knowledge .uc-knowledge-listing {
  text-align: center
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__container {
  margin: 16px -2px -24px;
  padding: 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 24px;
  margin-bottom: 24px;
  background: #e6f0ff;
  border-radius: 12px
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__item--event {
  min-height: 238px;
  background-image: url(../images/education/back-ed-card.png)
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__item--event .uc-knowledge-listing__title {
  font-weight: 600
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__item--event .uc-knowledge-listing__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__item--event .uc-knowledge-listing__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__item--event .uc-knowledge-listing__price {
  display: inline-block
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__item--event .uc-knowledge-listing__current-price {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__item--event .uc-knowledge-listing__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  font-family: "Exo 2",sans-Serif;
  background-color: #fff
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__item--event .uc-knowledge-listing__button:hover {
  background-color: #e6f0ff
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__item--event .uc-knowledge-listing__button:active {
  background-color: #cdddff
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__item:nth-child(3n+3) {
  background-color: #e5e6fa
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__item:nth-child(3n+2) {
  background-color: #cee5ff
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__item._bg-1 {
  background-image: url(../images/ecp/logo-1.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 19px) 50%
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__item._bg-2 {
  background-image: url(../images/ecp/logo-2.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__tag {
  display: inline-block;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #0041cb;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 12px;
  background: #fff;
  -webkit-transition: all .15s;
  transition: all .15s;
  margin-bottom: 8px;
  font-size: 14px
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__tag:hover {
  color: #065894
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__title {
  color: #000;
  font-size: 24px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 110px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all .15s;
  transition: all .15s;
  max-width: 100%;
  margin-bottom: 18px;
  height: 100%
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__title:hover {
  color: #0041cb
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8d93a1;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  text-decoration: none
}
.search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__typeicon {
  display: inline-block;
  margin-right: 6px;
  width: 11px;
  height: 14px
}
.search-uc-knowledge .uc-knowledge-listing--row .uc-knowledge-listing__container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: visible;
  overflow-y: auto;
  margin-bottom: 0;
  margin: 16px -16px 0;
  padding: 0 16px;
  -ms-overflow-style: none;
  scrollbar-width: none
}
.search-uc-knowledge .uc-knowledge-listing--row .uc-knowledge-listing__container::-webkit-scrollbar {
  width: 0;
  height: 0
}
.search-uc-knowledge .uc-knowledge-listing--row .uc-knowledge-listing__item {
  width: 288px;
  margin: 0 24px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.search-uc-knowledge .uc-knowledge-listing--row .uc-knowledge-listing__item:last-of-type {
  margin-right: 0
}
@media (min-width:767px) {
  .search-uc-knowledge .uc-knowledge-listing .uc-knowledge-listing__item {
    width: calc(50% - 12px)
  }
  .search-uc-knowledge .uc-knowledge-listing--row .uc-knowledge-listing__container {
    margin: 16px -32px 0;
    padding: 8px 32px 0
  }
  .search-uc-knowledge .uc-knowledge-listing--row .uc-knowledge-listing__item {
    min-width: 283px;
    width: calc(33.3% - 16px)
  }
}
.search-uc-knowledge .bg-knowledge-base__card-1 {
  background: #e6f0ff
}
.search-uc-knowledge .bg-knowledge-base__card-2 {
  background: #e5e6fa
}
@media (max-width:766px) {
  .search-uc-knowledge .bg-knowledge-base__card-2 {
    margin-left: 0
  }
}
.search-uc-knowledge .bg-knowledge-base__card-3 {
  background: #cee5ff
}
.search-uc-knowledge .bg-knowledge-base__card-4 {
  background: #e6f0ff
}
@media (max-width:766px) {
  .search-uc-knowledge .bg-knowledge-base__card-4 {
    margin-left: 0
  }
}
.search-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 8px;
  color: #fff;
  margin-top: 4px;
  overflow: hidden;
  background: url(../images/search/circ.svg) no-repeat 100% 50% #00205e
}
@media (min-width:1279px) {
  .search-banner--ecp .search-banner__img-box img {
    width: 100%
  }
}
.search-banner_img {
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 24px
}
@media (min-width:767px) {
  .search-banner_img {
    padding: 48px
  }
}
.search-banner_img .search-banner__content {
  padding: 0
}
@media (min-width:767px) {
  .search-banner_img .search-banner__content {
    width: calc(100% - 236px)
  }
}
@media (min-width:1279px) {
  .search-banner_img .search-banner__content {
    width: calc(100% - 350px)
  }
}
@media (max-width:766px) {
  .search-banner_img .search-banner__content .button--new {
    width: 100%
  }
}
.search-banner_img .search-banner__title {
  font-size: 32px;
  line-height: 1.18;
  margin-bottom: 16px
}
@media (min-width:1279px) {
  .search-banner_img .search-banner__title {
    font-size: 44px;
    line-height: 1.273
  }
}
.search-banner_img .search-banner__desc {
  color: #fff;
  margin-bottom: 24px
}
.search-banner_img .search-banner__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (min-width:767px) {
  .search-banner_img .search-banner__img-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 32px;
    width: 183px
  }
}
.search-banner_img .search-banner__img-box img {
  width: auto;
  margin: 0
}
@media (max-width:766px) {
  .search-banner_img .search-banner__img-box img {
    width: 133px
  }
  .search-banner_img .search-banner__img-box img + img {
    width: 102px
  }
}
.search-banner__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 24px
}
@media (min-width:767px) {
  .search-banner__content {
    padding: 48px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc(100% - 249px)
  }
}
@media (min-width:1279px) {
  .search-banner__content {
    width: calc(100% - 472px);
    padding: 48px 0 48px 48px
  }
}
.search-banner__title {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 1.17;
  margin-bottom: 8px
}
@media (min-width:1279px) {
  .search-banner__title {
    font-size: 32px;
    line-height: 1.19
  }
}
.search-banner__desc {
  color: rgba(255,255,255,.8);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px
}
@media (max-width:766px) {
  .search-banner__desc {
    margin-bottom: 24px
  }
}
@media (max-width:766px) {
  .search-banner__button {
    width: 100%
  }
}
.search-banner__img-box {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
  margin-top: 21px;
  margin-bottom: 36px;
  width: 100%
}
@media (min-width:767px) {
  .search-banner__img-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 249px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    margin-left: -75px
  }
  .search-banner__img-box.office-banner__img-box {
    text-align: center;
    margin-left: -75px
  }
}
@media (min-width:1279px) {
  .search-banner__img-box {
    width: 472px;
    margin-right: 0
  }
  .search-banner__img-box.office-banner__img-box {
    margin-left: 0
  }
}
.search-banner__img-box img {
  max-width: 100%
}
@media (min-width:767px) {
  .search-banner__img-box img {
    margin-right: -88px;
    max-width: calc(100% + 88px);
    width: calc(100% + 88px)
  }
}
@media (min-width:1279px) {
  .search-banner__img-box img {
    margin-right: 0;
    max-width: 100%;
    width: 300px
  }
}
.about-slider.auction-slider {
  margin: 4px 0;
  background: 0 0
}
.about-slider.auction-slider .search-banner {
  margin-top: 0
}
.about-slider.auction-slider .search-banner__desc {
  margin-bottom: 24px
}
.about-slider.auction-slider .button {
  height: 48px
}
.about-slider.auction-slider .search-banner-slider__slide {
  height: auto
}
@media (min-width:1279px) {
  .about-slider.auction-slider .search-banner {
    height: 324px
  }
  .about-slider.auction-slider .analitika-banner .search-banner__img-box img:nth-of-type(2),
  .about-slider.auction-slider .analitika-banner .search-banner__img-box img:nth-of-type(3) {
    display: none
  }
  .about-slider.auction-slider .swiper-pagination-bullets {
    bottom: 34px
  }
  .about-slider.auction-slider .speed-banner .search-banner__img-box {
    width: auto
  }
  .about-slider.auction-slider .speed-banner .search-banner__img-box img {
    height: 100%
  }
}
@media (max-width:1278px) {
  .about-slider.auction-slider .analitika-banner .search-banner__img-box img:nth-of-type(1),
  .about-slider.auction-slider .analitika-banner .search-banner__img-box img:nth-of-type(3) {
    display: none
  }
  .about-slider.auction-slider .analitika-banner .search-banner__img-box img:nth-of-type(2) {
    display: block;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    width: auto;
    right: 0;
    bottom: 0
  }
  .about-slider.auction-slider .search-banner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 380px
  }
  .about-slider.auction-slider .swiper-pagination-bullets {
    position: absolute;
    left: 48px;
    bottom: 48px;
    padding: 0
  }
  .about-slider.auction-slider .search-banner__content {
    width: calc(100% - 300px)
  }
  .about-slider.auction-slider .search-banner__img-box {
    width: 320px
  }
  .about-slider.auction-slider .search-banner__img-box img {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 48px;
    margin-left: -32px
  }
}
@media (max-width:766px) {
  .about-slider.auction-slider .analitika-banner .search-banner__img-box {
    -ms-flex-item-align: self-end;
    align-self: self-end;
    width: 360px
  }
  .about-slider.auction-slider .analitika-banner .search-banner__img-box img:nth-of-type(2) {
    display: none
  }
  .about-slider.auction-slider .analitika-banner .search-banner__img-box img:nth-of-type(3) {
    display: block
  }
  .about-slider.auction-slider .button {
    width: 100%
  }
  .about-slider.auction-slider .search-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 593px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .about-slider.auction-slider .search-banner .search-banner__img-box {
    margin-bottom: 0
  }
  .about-slider.auction-slider .search-banner .search-banner__img-box img {
    height: 100%;
    margin-left: 0;
    margin-top: 0
  }
  .about-slider.auction-slider .search-banner__content {
    width: 100%
  }
  .about-slider.auction-slider .swiper-pagination-bullets {
    left: 24px;
    bottom: 24px
  }
}
.procedure-gallery .procedure-gallery__main-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  zoom: 1
}
.procedure-gallery .procedure-gallery__pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
.procedure-gallery .procedure-gallery__img {
  display: block;
  cursor: pointer;
  width: 100%;
  height: auto;
  outline: 0 none
}
.procedure-gallery .procedure-gallery__main-pic {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  background: #f1f6fb
}
.procedure-gallery .procedure-gallery__main-pic::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.1);
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  z-index: 1;
  pointer-events: none
}
.procedure-gallery .procedure-gallery__main-pic::after {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: url(../images/icns/ui-elements/icn-image-zoom.svg) 50% 50% no-repeat;
  background-size: 52px 52px;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  z-index: 2;
  pointer-events: none
}
.procedure-gallery .procedure-gallery__main-pic:hover::after,
.procedure-gallery .procedure-gallery__main-pic:hover::before {
  opacity: 1
}
.procedure-gallery .procedure-gallery__pics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.procedure-gallery .procedure-gallery__item {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  overflow: hidden;
  margin: 16px 16px 0 0;
  position: relative;
  text-decoration: none;
  background: #f1f6fb
}
.procedure-gallery .procedure-gallery__item .procedure-gallery__img {
  min-width: 100%;
  height: auto
}
.procedure-gallery .procedure-gallery__item::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.1);
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  z-index: 1;
  pointer-events: none
}
.procedure-gallery .procedure-gallery__item:hover::before {
  opacity: 1
}
.procedure-gallery .procedure-gallery__item:nth-child(5) {
  margin-right: 0
}
.procedure-gallery .procedure-gallery__item--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.procedure-gallery .procedure-gallery__morelink {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  overflow: hidden;
  margin: 16px 16px 0 0;
  position: relative;
  text-decoration: none;
  background: #f1f6fb;
  padding: 8px;
  text-align: center;
  margin-right: 0
}
.procedure-gallery .procedure-gallery__morelink::before {
  display: none
}
.procedure-gallery .procedure-gallery__icn-photo {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background: url(../images/icns/ui-elements/icn-camera.svg) 50% 50% no-repeat;
  background-size: 24px 24px
}
.procedure-gallery .procedure-gallery__more-text {
  display: block;
  text-align: center;
  color: #a6b4c1;
  font-size: 14px;
  line-height: 16px;
  margin-top: 4px
}
.procedure-gallery .slick-slide {
  height: auto
}
.procedure-gallery .slick-arrow {
  display: block;
  content: "";
  position: absolute;
  width: 96px;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
  background: transparent url(../images/icns/ui-elements/icn-arrow-left.svg) 50% 50% no-repeat;
  text-indent: -9999rem;
  z-index: 5;
  opacity: .5;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: default
}
.procedure-gallery .slick-arrow:hover {
  opacity: 1;
  background-color: rgba(0,0,0,.4)
}
.procedure-gallery .slick-next {
  background-image: url(../images/icns/ui-elements/icn-arrow-right.svg);
  left: auto;
  right: 0
}
.procedure-gallery .slick-disabled {
  opacity: 0;
  pointer-events: none
}
.procedure-gallery .procedure-gallery__status {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 16px;
  left: 0;
  z-index: 4;
  pointer-events: none
}
.procedure-gallery .procedure-gallery__status-text {
  display: block;
  padding: 2px 12px;
  color: #e5eef4;
  font-size: 18px;
  line-height: 24px;
  background: rgba(0,0,0,.5);
  border-radius: 4px
}
@media (max-width:1278px) {
  .procedure-gallery .procedure-gallery__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .procedure-gallery .procedure-gallery__item:nth-child(5) {
    margin-right: 16px
  }
  .procedure-gallery .procedure-gallery__morelink {
    display: none!important
  }
}
@media (max-width:766px) {
  .procedure-gallery .procedure-gallery__pics {
    display: block
  }
  .procedure-gallery .procedure-gallery__main-pic {
    max-height: 100%
  }
  .procedure-gallery .procedure-gallery__pics-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    width: 480px;
    margin: 0;
    overflow: hidden
  }
  .procedure-gallery .procedure-gallery__item {
    width: 480px;
    height: auto;
    margin: 0;
    border-radius: 0
  }
  .procedure-gallery .procedure-gallery__item .procedure-gallery__img {
    width: 480px;
    height: auto;
    min-width: auto;
    min-height: auto
  }
  .procedure-gallery .procedure-gallery__item::after {
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: url(../images/icns/ui-elements/icn-image-zoom.svg) 50% 50% no-repeat;
    background-size: 52px 52px;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 2;
    pointer-events: none
  }
  .procedure-gallery .procedure-gallery__item:nth-child(5) {
    margin-right: 0
  }
  .procedure-gallery .procedure-gallery__item:hover::after {
    opacity: 1
  }
  .procedure-gallery .procedure-gallery__status {
    display: block
  }
}
.procedures-new-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 12px 12px 46px;
  margin: 0 0 24px;
  background: #0450f2;
  border-radius: 8px;
  color: #fff;
  font-weight: 600
}
.procedures-new-link:before {
  content: "✨";
  font-size: 26px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  top: 16px;
  left: 12px
}
@media (max-width:1279px) {
  .procedure-discussion {
    margin-top: 24px
  }
}
.procedure-discussion .procedure-discussion__item {
  margin: 24px 12px 0 0
}
.procedure-discussion .procedure-discussion__item:first-child {
  margin-top: 12px
}
.procedure-discussion .procedure-discussion__container {
  margin-top: 24px;
  width: 882px
}
.procedure-discussion .procedure-discussion__box {
  padding: 16px;
  border-radius: 4px;
  background: #f1f6fb;
  position: relative
}
.procedure-discussion .procedure-discussion__typetitle {
  color: #a6b4c1;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px
}
.procedure-discussion .procedure-discussion__text {
  font-size: 14px;
  line-height: 18px
}
.procedure-discussion .procedure-discussion__text p {
  margin-bottom: 8px
}
.procedure-discussion .procedure-discussion__text p:last-child {
  margin-bottom: 0
}
.procedure-discussion .procedure-discussion__item--question .procedure-discussion__box::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: -6px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-right: 6px solid #f1f6fb
}
.procedure-discussion .procedure-discussion__item--answer {
  margin: 24px 0 0 12px
}
.procedure-discussion .procedure-discussion__item--answer .procedure-discussion__box {
  background: #f9f9f9;
  border: 1px solid #e7eaee
}
.procedure-discussion .procedure-discussion__item--answer .procedure-discussion__box::before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  right: -5px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 5px;
  border-top-width: 5px;
  border-left: 5px solid #f9f9f9;
  z-index: 2
}
.procedure-discussion .procedure-discussion__item--answer .procedure-discussion__box::after {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  right: -6px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 6px;
  border-top-width: 6px;
  border-left: 6px solid #e7eaee;
  z-index: 1
}
.procedure-discussion .documents {
  margin: 0
}
@media (min-width:767px) {
  .procedure-discussion .procedure-discussion__item {
    margin: 32px 82px 0 0
  }
  .procedure-discussion .procedure-discussion__item:first-child {
    margin-top: 24px
  }
  .procedure-discussion .procedure-discussion__box {
    padding: 24px
  }
  .procedure-discussion .procedure-discussion__item--answer {
    margin: 32px 0 0 82px
  }
}
@media (min-width:1279px) {
  .procedure-discussion .procedure-discussion__item {
    margin: 32px 198px 0 0
  }
  .procedure-discussion .procedure-discussion__item:first-child {
    margin-top: 24px
  }
  .procedure-discussion .procedure-discussion__item--answer {
    margin: 32px 0 0 198px
  }
}
.procedure-request {
  padding: 29px 0 26px
}
.procedure-request #procedure_request_form .messages.messages--error {
  display: none
}
.procedure-request #procedure_request_form .messages.messages--error.file-upload-js-error {
  display: block
}
.procedure-request #procedure_request_form .has-error textarea {
  border: 1px solid #8d93a1
}
.procedure-request.lot__item {
  padding: 24px
}
.procedure-request.lot__item .lot-item__requestform {
  margin-bottom: 24px
}
.procedure-request h2 {
  margin-bottom: 32px
}
.procedure-request form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}
@media (max-width:1278px) {
  .procedure-request form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
}
.procedure-request form .lot-item__form-row {
  width: 100%
}
.procedure-request .requestform__item.requestform__item--agreement {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: calc(100% - 494px)
}
@media (max-width:1278px) {
  .procedure-request .requestform__item.requestform__item--agreement {
    width: 100%
  }
}
.procedure-request .procedure-textarea-wrapper {
  position: relative
}
.procedure-request .procedure-textarea-wrapper .has-error .help-block.form-error {
  display: none
}
.procedure-request .form-item {
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 28px
}
.procedure-request .form-item label {
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px
}
.procedure-request .form-item .checkbox .checkbox__label {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #8d93a1;
  display: block
}
.procedure-request .js-form-item.form-item.js-form-type-checkbox.js-form-item-agreement,
.procedure-request .lot-item__action .button.js-form-submit.form-submit.input--filled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.procedure-request .wrapper-set-row-request-form {
  position: relative
}
.procedure-request .lot-item__requestform {
  padding: 24px;
  border-radius: 8px;
  background: #f1f8ff
}
.procedure-request .form-textarea {
  min-height: 100px;
  width: 100%;
  resize: vertical
}
.procedure-request .procedure-request__desc {
  position: relative;
  margin-bottom: 16px;
  background: #f1f6fb;
  border-radius: 4px;
  padding: 24px 24px 24px 56px;
  font-size: 14px;
  line-height: 1.43;
  color: #000
}
.procedure-request .procedure-request__desc:before {
  content: "";
  position: absolute;
  top: 28px;
  left: 28px;
  width: 16px;
  height: 16px;
  background: url(../images/icns/icon-help-tooltip.svg) no-repeat 50% 50%/100% 100%
}
.procedure-request #procedure_request_form {
  display: none
}
.procedure-request .documents__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.procedure-request .documents__link:before {
  padding: 2px 8px;
  text-transform: uppercase;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  margin-right: 8px;
  margin-left: 5px
}
.procedure-request .form-input {
  width: 100%
}
.procedure-request .lot-item__action {
  margin-top: 40px
}
.procedure-request .lot-item__action:nth-of-type(2),
.procedure-request .lot-item__action:nth-of-type(3) {
  display: inline-block;
  margin-top: 0;
  margin-right: 24px
}
@media (max-width:1278px) {
  .procedure-request .lot-item__action:nth-of-type(2),
  .procedure-request .lot-item__action:nth-of-type(3) {
    margin-right: 0
  }
}
.procedure-request .lot-item__action:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.procedure-request .lot-item__action:nth-of-type(3) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.procedure-request .lot-item__action:nth-of-type(3) .button.js-form-submit:hover:not(.button--loading),
.procedure-request .lot-item__action:nth-of-type(3) .button.js-form-submit:not(.button--loading) {
  color: #fff
}
.procedure-request .lot-item__action:nth-of-type(3) .button.js-form-submit,
.procedure-request .lot-item__action:nth-of-type(3) .button.js-form-submit:hover {
  background-color: #0450f2
}
.procedure-request .lot-item__action .button.js-form-submit,
.procedure-request .lot-item__action .button.js-form-submit:hover {
  border-radius: 8px;
  width: 220px;
  height: 48px;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.procedure-request .lot-item__action .button.js-form-submit.lot-cancel,
.procedure-request .lot-item__action .button.js-form-submit:hover.lot-cancel {
  color: #0041cb;
  background: #dbe7ff
}
@media (max-width:1278px) {
  .procedure-request .lot-item__action .button.js-form-submit,
  .procedure-request .lot-item__action .button.js-form-submit:hover {
    width: 100%;
    margin-bottom: 16px
  }
}
.procedure-request .attach-files-child {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
  padding: 12px
}
.procedure-request .attach-files-child > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.procedure-request .attach-files-child span {
  border-radius: 2px;
  background: #2799d6;
  padding: 2px 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  margin-right: 8px
}
.procedure-request .attach-files-child p {
  color: #000;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px
}
.procedure-request .attach-files-child svg {
  width: 16px;
  height: 16px;
  cursor: pointer
}
.procedure-request .js-form-type-managed-file > label {
  display: none
}
.procedure-request .js-form-type-managed-file .attach-files-row__wrapper span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.procedure-request .js-form-type-managed-file .attach-files-row__wrapper span * {
  margin-right: 12px
}
.procedure-request .js-form-type-managed-file .js-form-item.form-item.js-form-type-checkbox {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  padding: 8px 12px;
  margin-bottom: 4px
}
.procedure-request .js-form-type-managed-file .js-form-item.form-item.js-form-type-checkbox label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0
}
.procedure-request .js-form-type-managed-file .js-form-item.form-item.js-form-type-checkbox label a {
  text-decoration: none
}
.procedure-request .js-form-type-managed-file .button.js-form-submit.form-submit.input--filled {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 32px;
  border-radius: 8px;
  width: 220px;
  height: 48px;
  color: #0041cb;
  background: #dbe7ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 600
}
.procedure-request .js-form-type-managed-file .attach-files-row {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  cursor: pointer
}
.procedure-request .js-form-type-managed-file .form-managed-file {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.procedure-request .js-form-type-managed-file .attach-files-row {
  width: 100%;
  min-height: 112px;
  background: 0 0;
  border: 1px dashed #81a7f8;
  padding: 24px;
  border-radius: 8px
}
.procedure-request .js-form-type-managed-file .attach-files-row:hover {
  background: #e6f0ff
}
.procedure-request .js-form-type-managed-file .attach-files-row__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.procedure-request .js-form-type-managed-file .attach-files-row .button--attach-file {
  background: 0 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #000;
  border: none;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  text-align: left
}
.procedure-request .js-form-type-managed-file .attach-files-row .attach-files-row__descr {
  padding-left: 0
}
.lot-item__nmc {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.56;
  color: #000
}
@media (max-width:1278px) {
  .documents {
    margin-bottom: 8px
  }
}
.procedure-discussion {
  margin-bottom: 24px
}
.procedure-discussion .procedure-discussion__item:first-child {
  margin-top: 0
}
.procedure-discussion .procedure-discussion-qa-set {
  padding-top: 32px
}
.procedure-discussion .procedure-faq-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0041cb;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer
}
.procedure-discussion .procedure-faq-button span {
  margin-right: 8px
}
.procedure-discussion .procedure-faq-button svg {
  -webkit-transition: color .2s ease,-webkit-transform .2s ease;
  transition: color .2s ease,-webkit-transform .2s ease;
  transition: color .2s ease,transform .2s ease;
  transition: color .2s ease,transform .2s ease,-webkit-transform .2s ease;
  margin-top: 3px
}
.procedure-discussion .procedure-faq-button._active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.procedure-discussion .procedure-faq-button * {
  pointer-events: none
}
.procedure-discussion .procedure-faq-button svg {
  width: 16px;
  height: 16px
}
.procedure-discussion .procedure-discussion__typetitle {
  margin-bottom: 0
}
.procedure-discussion .procedure-discussion__container {
  width: 100%;
  margin-bottom: 24px
}
.procedure-discussion .procedure-discussion__container.procedure__content-hide._hide {
  display: none
}
.procedure-discussion .procedure-discussion__item.hidden {
  display: none
}
.procedure-discussion .procedure-discussion__item--answer {
  margin: 32px 198px 0 0
}
.procedure-discussion .procedure-discussion__item.procedure-discussion__item--answer,
.procedure-discussion .procedure-discussion__item.procedure-discussion__item--question {
  width: 100%
}
.procedure-discussion .procedure-discussion__item--answer .procedure-discussion__box,
.procedure-discussion .procedure-discussion__item--question .procedure-discussion__box {
  background: 0 0;
  border-radius: 0;
  border: none;
  padding: 0
}
.procedure-discussion .procedure-discussion__item--answer {
  border-bottom: 1px solid #e6e6e6
}
.procedure-discussion .procedure-discussion__item--answer {
  padding-left: 24px;
  padding-bottom: 24px
}
.procedure-discussion .procedure-discussion__item--answer .documents,
.procedure-discussion .procedure-discussion__item--answer .procedure-discussion__box {
  border-left: 2px solid #0450f2;
  padding-left: 24px
}
.procedure-discussion .procedure-discussion__item--question .procedure-discussion__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #000
}
.procedure-discussion .procedure-discussion__item--answer .procedure-discussion__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #000
}
.procedure-discussion__show-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background: #dbe7ff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #0041cb;
  outline: 0;
  border: none
}
.procedure-discussion.procedure-discussion-part {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 0;
  margin-top: -28px;
  position: relative
}
.procedure-discussion.procedure-discussion-part:before {
  display: block;
  width: 100%;
  background: #fff;
  height: 4px;
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0
}
.procedure-discussion.lot__item {
  position: relative
}
#clarification_request_form {
  margin-bottom: 24px
}
.remove-button-clarification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 32px
}
.remove-button-clarification.disabled svg path {
  stroke: #c7cdd2
}
.remove-button-clarification.disabled .button.js-form-submit.form-submit.input--filled.clarification_remove_button {
  color: #c7cdd2;
  cursor: default
}
.remove-button-clarification .button.js-form-submit.form-submit.input--filled.clarification_remove_button {
  padding: 0;
  background: 0 0;
  height: auto;
  width: auto;
  line-height: unset;
  margin-left: 8px
}
.procedure-request.lot__item {
  margin-bottom: 0
}
.lot-item__result-message {
  padding: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  border-radius: 8px;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.lot-item__result-message svg {
  margin-right: 8px
}
.lot-item__result-message a {
  margin-left: 4px
}
.lot-item__result-message--success {
  background: rgba(103,201,31,.15)
}
.lot-item__result-message--error {
  background: rgba(235,72,47,.15)
}
.lot-item__result-message--error a {
  color: #0041cb
}
.lot__title {
  margin-bottom: 24px
}
.chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 188px)
}
@media (max-width:766px) {
  .chips {
    width: 200px
  }
}
.chips_hide {
  display: none
}
.chip {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 6px 12px;
  margin-right: 8px;
  border-radius: 8px;
  text-decoration: none;
  background-color: #dbe7ff;
  border: 0;
  outline: 0
}
.chip:hover {
  background-color: #e6f0ff
}
.chip:hover .chip__remove,
.chip:hover .chip__remove-filter,
.chip:hover .chip__text {
  color: #0041cb
}
.chip:active {
  background-color: #cdddff
}
.chip:active .chip__remove,
.chip:active .chip__remove-filter,
.chip:active .chip__text {
  color: #0041cb
}
.chip__icon-beta {
  width: 16px;
  height: 16px
}
.chip__icon-beta--desktop {
  display: none
}
@media (min-width:1279px) {
  .chip__icon-beta--desktop {
    display: block
  }
}
.chip__icon-beta--mobile {
  display: block
}
@media (min-width:1279px) {
  .chip__icon-beta--mobile {
    display: none
  }
}
.chip--version {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
.chip--version .chip__logo {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  color: #0450f2
}
.chip--version .chip__text {
  cursor: default
}
.chip--version .chip__tooltip-wrapper {
  text-align: center;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  box-shadow: 0 4px 16px 1px rgba(0,65,203,.1)
}
@media (max-width:1278px) {
  .chip--version .chip__tooltip-wrapper {
    max-width: 170px
  }
}
.chip--version:hover {
  background-color: #fff
}
.chip a {
  color: #000;
  text-decoration: none
}
.chip a:hover {
  color: #0041cb
}
.chip[data-clear] {
  padding: 8px
}
.chip--hidden {
  display: none
}
.chip__remove,
.chip__remove-filter {
  padding: 0;
  width: 16px;
  height: 16px;
  color: #8d93a1;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer
}
.chip__icon {
  width: 16px;
  height: 16px;
  pointer-events: none
}
.chip__icon svg {
  width: 100%;
  height: 100%
}
.chip__text {
  margin-right: 8px;
  color: #000;
  font-size: 14px;
  line-height: 20px
}
.chip__text--more {
  cursor: pointer
}
.chip__arrow {
  position: absolute;
  top: 0;
  left: 50%;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3
}
.chip__tooltip {
  display: none;
  position: absolute;
  top: 100%;
  padding-top: 6px;
  z-index: 100
}
.chip__tooltip-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  width: 234px;
  min-height: 10px;
  max-height: 176px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  cursor: default;
  overflow: hidden
}
.chip__tooltip-wrapper .simplebar-track {
  right: 4px;
  bottom: 4px;
  background: rgba(199,205,210,.3);
  border-radius: 8px;
  width: 6px
}
.chip__tooltip-wrapper .simplebar-track.vertical {
  top: 4px
}
.chip__tooltip-wrapper .simplebar-track.vertical:after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 16px;
  height: calc(100% + 8px);
  background-color: #fff;
  z-index: -1
}
.chip__tooltip-wrapper .simplebar-track.horizontal {
  display: none
}
.chip__tooltip-wrapper .simplebar-track .simplebar-scrollbar {
  background: #c7cdd2;
  border-radius: 8px
}
.chip__tooltip-wrapper .simplebar-scrollbar {
  right: 0
}
.chip__list {
  padding-left: 16px;
  padding-right: 24px;
  list-style: disc;
  font-size: 14px
}
.procedure-pane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 32px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0 14px 0
}
.procedure-pane__link {
  position: relative;
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.procedure-pane__link:visited {
  color: #0b0694
}
.procedure-pane__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px
}
.procedure-pane__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-left: auto
}
.procedure-pane__control .button--hidden {
  display: none
}
.classificator-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.classificator-info .classificator-info--button {
  margin: 16px 24px 0 0
}
.classificator-info .classificator-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 16px 0 0;
  height: 40px;
  border: 1px solid #a6b4c1;
  padding: 12px 16px;
  border-radius: 4px;
  max-width: 218px;
  min-width: 166px
}
.classificator-info__text {
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 4px
}
.classificator-info__change {
  display: none
}
.classificator-info .OKPD2-checked {
  display: inline-block
}
.classificator-info__help {
  display: block;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  background: url(../images/icns/ui-elements/icn-info.svg) 50% 50% no-repeat;
  background-size: 16px 16px;
  margin: 0 12px
}
.classificator-info__help:hover {
  background-image: url(../images/icns/ui-elements/icn-info-active.svg)
}
.classificator-info .classificator-info__remove {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  border: 0 none;
  background: 0 0;
  background: url(../images/icns/ui-elements/icn-cancel.svg) 50% 50% no-repeat;
  background-size: 20px 20px;
  margin-left: auto
}
.classificator-info .classificator-info__remove:hover {
  background-image: url(../images/icns/ui-elements/icn-cancel-active.svg)
}
.classificator-info .classificator-info--button {
  height: 40px;
  line-height: 39px
}
.classificator-selector {
  margin-bottom: 16px
}
.classificator-selector .classificator-selector__title {
  font-size: 32px;
  line-height: 32px
}
.classificator-selector .classificator-selector__search-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 16px
}
.classificator-selector .classificator-selector__input-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/icns/new/icon-popup-close.png) 50% 50% no-repeat;
  background-size: 12px 12px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}
.classificator-selector .classificator-selector__input-clear._show {
  cursor: pointer;
  opacity: 1
}
.classificator-selector .classificator-selector__input-clear._show:hover {
  opacity: .7
}
.classificator-selector .classificator-selector__input-search {
  width: 100%;
  padding-left: 42px;
  background: url(../images/icns/ui-elements/icn-search.svg) 12px 11px no-repeat;
  background-size: 16px 17px
}
.classificator-selector .classificator-selector__search-button {
  height: 40px;
  line-height: 39px
}
.classificator-selector .classificator-selector__results {
  height: 300px;
  overflow: auto;
  outline: 0 none;
  padding-left: 4px;
  margin-left: -4px
}
.classificator-selector .classificator-selector__results::-webkit-scrollbar {
  width: 6px
}
.classificator-selector .classificator-selector__results::-webkit-scrollbar-track {
  border-radius: 8px;
  background: rgba(141,147,161,.1)
}
.classificator-selector .classificator-selector__results::-webkit-scrollbar-thumb {
  background: #c7cdd2;
  border-radius: 6px
}
.classificator-selector .classificator-selector__results::-moz-scrollbar {
  width: 0;
  height: 0
}
.classificator-selector .classificator-selector__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 24px;
  margin-bottom: -24px
}
.classificator-selector .classificator-selector__selected-text {
  font-size: 14px;
  line-height: 20px
}
.classificator-selector .classificator-selector__action-button {
  margin-left: 32px
}
.classificator-selector .classificator-selector__action-button:hover {
  margin-left: 32px
}
@media (max-width:766px) {
  .classificator-selector .classificator-selector__summary {
    display: block;
    margin: 0
  }
  .classificator-selector .classificator-selector__action {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .classificator-selector .classificator-selector__action-button {
    width: 204px;
    margin: 0
  }
  .classificator-selector .classificator-selector__selected-text {
    display: none
  }
}
:root {
  --element-display: flex
}
.tags {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 12px 0 0
}
.tags .tags__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 16px;
  color: #a6b4c1;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  margin: 0 12px 12px 0;
  border: 1px solid rgba(166,180,193,.3);
  border-radius: 4px
}
.tags .tags__item img {
  display: inline-block;
  width: 16px;
  height: auto;
  margin-right: 6px
}
.procedure-tags {
  display: var(--element-display);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px
}
.procedure-tags .chip {
  padding: 3px 6px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
  font-size: 12px
}
.procedure-tags .chip a {
  color: #000;
  border: 0
}
.procedure-tags .chip a:hover {
  color: #0041cb
}
.procedure-tags .chip__text {
  margin-right: 0;
  font-size: 12px
}
.warning-message .warning-message__header {
  text-align: left;
  margin-bottom: 24px
}
.warning-message .warning-message__wrapper {
  max-width: 852px;
  margin: 0 auto
}
.warning-message .warning-message__ordered-list {
  margin: 0
}
.warning-message .warning-message__subtitle {
  margin-bottom: 8px
}
.warning-message .warning-message__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.warning-message .warning-message__content-col {
  width: 414px;
  padding-left: 24px;
  margin-top: 24px;
  position: relative
}
.warning-message .warning-message__content-col_full {
  width: 100%
}
.warning-message .warning-message__content-col::before {
  display: block;
  color: #000;
  content: "—";
  position: absolute;
  top: -2px;
  left: 0
}
.warning-message .warning-message__action {
  text-align: center;
  margin-top: 32px
}
.warning-message .warning-message__action .button {
  margin: 0 12px
}
.warning-message-popup {
  background: #fff;
  width: 846px;
  margin: 0 auto;
  position: relative;
  padding: 32px 16px 32px 32px
}
.warning-message-popup .warning-message-popup__container {
  height: 560px
}
.warning-message-popup .warning-message-popup__content {
  padding-right: 24px
}
.warning-message-popup .warning-message-popup__content p {
  margin-top: 24px
}
.warning-message-popup .warning-message-popup__img {
  margin-top: 24px
}
.warning-message-popup .warning-message-popup__img img {
  max-width: 100%;
  height: auto
}
.warning-message-popup .warning-message-popup__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 24px
}
@media (max-width:1278px) {
  .warning-message .warning-message__content-col {
    width: 324px
  }
  .warning-message .warning-message__content-col_full {
    width: 100%
  }
  .warning-message-popup {
    max-width: 672px;
    padding: 24px 16px 24px 24px
  }
}
@media (max-width:766px) {
  .warning-message {
    font-size: 20px;
    line-height: 28px
  }
  .warning-message .warning-message__ordered-list {
    font-size: 20px;
    line-height: 28px
  }
  .warning-message .warning-message__info {
    display: block
  }
  .warning-message .warning-message__content-col {
    width: 100%
  }
  .warning-message-popup {
    max-width: 90%
  }
}
.ajax-progress {
  margin: 12px 0 0;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center
}
.ajax-progress .ajax-progress__dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  background-color: #2799d6;
  border-radius: 50%;
  -webkit-animation: items-preloader-bounce 1.4s infinite ease-in-out both;
  animation: items-preloader-bounce 1.4s infinite ease-in-out both
}
.ajax-progress .ajax-progress__dot--1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}
.ajax-progress .ajax-progress__dot--2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}
.ajax-progress .ajax-progress__message {
  font-size: 14px;
  line-height: 16px;
  color: #a6b4c1;
  margin-left: 8px
}
.ajax-progress--centered {
  width: 100%;
  margin: 12px auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.ajax-progress--centered .ajax-progress__message {
  display: block;
  width: 100%;
  text-align: center;
  margin: 12px 0 0
}
.ajax-progress--intro {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff
}
.discussion-form .ajax-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.page-ready .ajax-progress--intro {
  display: none
}
.messages {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px
}
.messages div[role=alert] {
  margin-bottom: 8px
}
.messages.messages--error {
  color: #eb482f
}
.search-preloader {
  margin: 32px auto 0;
  width: 70px;
  text-align: center
}
.search-preloader .search-preloader__dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #2799d6;
  border-radius: 50%;
  -webkit-animation: items-preloader-bounce 1.4s infinite ease-in-out both;
  animation: items-preloader-bounce 1.4s infinite ease-in-out both
}
.search-preloader .search-preloader__dot--1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}
.search-preloader .search-preloader__dot--2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}
.w-inp-b .g-has-help-tooltip {
  padding-right: 25px
}
.w-inp-b .g-has-help-tooltip .g-help-b {
  display: block;
  position: absolute;
  top: 50%;
  margin-left: 0;
  margin-top: -8px;
  right: 0
}
.w-form-search-b .wrapper-search-simple .btn-wrapper {
  display: block
}
.w-form-search-b .wrapper-search-simple .btn-wrapper input[type=button],
.w-form-search-b .wrapper-search-simple .btn-wrapper input[type=submit] {
  width: 100%;
  height: 100%;
  padding: 3px 0
}
.w-form-search-b .wrapper-search-simple .g-n-wrap input[type=button],
.w-form-search-b .wrapper-search-simple .g-n-wrap input[type=submit] {
  padding: 13.5px 0
}
.w-form-search-b .w-left-b {
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%;
  float: left
}
.w-form-search-b .w-right-b {
  width: 23.7288135593%;
  margin-right: 0;
  float: right
}
.w-form-search-b .w-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.w-form-search-b .w-row .w-inp-b {
  margin-top: 24px;
  height: 40px
}
.w-form-search-b .w-row .w-inp-b .g-buttonset {
  float: left
}
.w-form-search-b .w-row .w-inp-b #edit-deposit {
  width: 250px
}
.w-form-search-b .w-row .w-inp-b .g-title {
  float: left;
  font-size: .9375em;
  line-height: 1.1em;
  color: #000;
  margin-right: 10px
}
.w-form-search-b .w-row .w-inp-b .g-title .g-space {
  display: table;
  min-height: 40px
}
.w-form-search-b .w-row .w-inp-b .g-title .g-space .g-align {
  display: table-cell;
  height: 100%;
  vertical-align: middle
}
.w-form-search-b .w-row .w-inp-b .g-title.g-pad-right {
  margin-right: 12px
}
.w-form-search-b .w-row .w-inp-b .g-divider {
  height: 40px;
  line-height: 40px;
  float: left;
  margin: 0 4px
}
.w-form-search-b .w-row .w-inp-b.g-range-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.w-form-search-b .w-row .w-inp-b.g-range-field .c-input {
  width: 200px
}
.w-form-search-b .w-row .w-inp-b.g-range-field .g-buttonset {
  margin-left: 15px
}
.w-form-search-b .w-row .w-inp-b.g-range-field .g-help-b {
  margin: 10px 0 0 10px
}
.w-form-search-b .w-row .w-inp-b.g-range-field .g-currency-inp {
  width: 136px;
  margin-left: 15px
}
.w-form-search-b .w-row .w-inp-b.g-range-field .g-currency-inp .c-inp-select {
  min-width: 136px
}
.w-form-search-b .w-row .w-inp-b.g-range-field.g-smaller {
  margin-left: 15px
}
.w-form-search-b .w-row .w-inp-b.g-range-field.g-smaller .c-input {
  width: 130px
}
.w-form-search-b .w-row .w-inp-b.g-range-dates-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.w-form-search-b .w-row .w-inp-b.g-range-dates-field.g-second {
  margin-left: 15px
}
.w-form-search-b .w-row .w-inp-b.g-range-dates-field .c-input {
  width: 126px
}
.w-form-search-b .w-row .w-inp-b .g-checkbox {
  float: left;
  margin-top: 5px;
  position: relative;
  z-index: 2
}
.w-form-search-b .w-row .w-inp-b .g-checkbox input[type=checkbox] {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
  z-index: -1
}
.w-form-search-b .w-row .w-inp-b .g-checkbox .c-inp-checkbox {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
  z-index: -1
}
.w-form-search-b .w-row .w-inp-b .g-checkbox .g-label {
  font-size: .9375em;
  line-height: 1.1em;
  float: left;
  padding-left: 25px
}
.w-form-search-b .w-row .w-inp-b .g-checkbox.g-additional-checkbox {
  width: 270px;
  margin-left: 15px
}
.w-form-search-b .w-row.g-2cols .w-inp-b {
  width: 48.9795918367%;
  float: left;
  margin-right: 2.0408163265%
}
.w-form-search-b .w-row.g-2cols .w-inp-b.g-last {
  margin-right: 0
}
.w-form-search-b .w-row.g-3cols .w-inp-b {
  width: 31.9727891156%;
  float: left;
  margin-right: 2.0408163265%
}
.w-form-search-b .w-row.g-3cols .w-inp-b.g-last {
  margin-right: 0
}
.w-form-search-b .w-row.g-3cols .g-checkbox {
  margin-top: 7px
}
.w-form-search-b .w-row.g-3cols .g-checkbox .g-label {
  font-size: .8em
}
.w-form-search-b .w-row.g-2cols-left-side .w-inp-b {
  width: 55.1020408163%;
  float: left;
  margin-right: 2.0408163265%
}
.w-form-search-b .w-row.g-2cols-left-side .w-inp-b.g-last {
  width: 42.8571428571%;
  margin-right: 0
}
.w-form-search-b .w-row.g-2cols-right-side .w-inp-b {
  width: 42.8571428571%;
  float: left;
  margin-right: 2.0408163265%
}
.w-form-search-b .w-row.g-2cols-right-side .w-inp-b.g-last {
  width: 55.1020408163%;
  margin-right: 0
}
.w-form-search-b .w-row.g-longcol .w-inp-b {
  width: 69.387755102%;
  margin-right: 0
}
.w-form-search-b .w-row .g-addit-roub-sign {
  display: inline-block;
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 1.4em
}
.ie8 .w-form-search-b .w-row .w-inp-b .g-checkbox.g-additional-checkbox {
  width: 250px;
  font-size: 14px
}
.search-page {
  background: #f1f8ff;
  margin-bottom: -56px;
  padding-bottom: 1px
}
.search-page .w-form-search-b {
  margin-top: 30px
}
.search-page .search-autocomplete__main {
  padding-top: 132px
}
@media (min-width:767px) {
  .search-page .search-autocomplete__main {
    padding-top: 134px;
    padding-bottom: 24px
  }
}
@media (min-width:1279px) {
  .search-page .search-autocomplete__main {
    padding-top: 202px
  }
}
.search-page .search-autocomplete__main .page-v2__main_back {
  bottom: 0
}
.c-inp-select-g-procedure-status-select .c-inp-option,
.c-inp-select-procedure-select .c-inp-option {
  position: relative;
  padding-left: 60px
}
.c-inp-select-g-procedure-status-select .c-inp-option::after,
.c-inp-select-procedure-select .c-inp-option::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 46px;
  margin-top: -4px;
  border-radius: 50%
}
.c-inp-select-g-procedure-status-select .c-inp-option.c-inp-option-g-type-1::after,
.c-inp-select-g-procedure-status-select .c-inp-option.c-inp-option-type-1::after,
.c-inp-select-procedure-select .c-inp-option.c-inp-option-g-type-1::after,
.c-inp-select-procedure-select .c-inp-option.c-inp-option-type-1::after {
  background: #abd8a5
}
.c-inp-select-g-procedure-status-select .c-inp-option.c-inp-option-g-type-2::after,
.c-inp-select-g-procedure-status-select .c-inp-option.c-inp-option-type-2::after,
.c-inp-select-procedure-select .c-inp-option.c-inp-option-g-type-2::after,
.c-inp-select-procedure-select .c-inp-option.c-inp-option-type-2::after {
  background: #fffaa4
}
.c-inp-select-g-procedure-status-select .c-inp-option.c-inp-option-g-type-3::after,
.c-inp-select-g-procedure-status-select .c-inp-option.c-inp-option-type-3::after,
.c-inp-select-procedure-select .c-inp-option.c-inp-option-g-type-3::after,
.c-inp-select-procedure-select .c-inp-option.c-inp-option-type-3::after {
  background: #f4c3c2
}
.c-inp-select-g-procedure-status-select .c-inp-option.c-inp-option-g-type-4::after,
.c-inp-select-g-procedure-status-select .c-inp-option.c-inp-option-type-4::after,
.c-inp-select-procedure-select .c-inp-option.c-inp-option-g-type-4::after,
.c-inp-select-procedure-select .c-inp-option.c-inp-option-type-4::after {
  background: #f4c3c2
}
.c-inp-select-g-procedure-status-select .c-inp-option.c-inp-option-g-type-5::after,
.c-inp-select-g-procedure-status-select .c-inp-option.c-inp-option-type-5::after,
.c-inp-select-procedure-select .c-inp-option.c-inp-option-g-type-5::after,
.c-inp-select-procedure-select .c-inp-option.c-inp-option-type-5::after {
  background: #c2c2c2
}
.c-inp-select-g-procedure-status-select .c-inp-option.c-inp-option-g-type-6::after,
.c-inp-select-g-procedure-status-select .c-inp-option.c-inp-option-type-6::after,
.c-inp-select-procedure-select .c-inp-option.c-inp-option-g-type-6::after,
.c-inp-select-procedure-select .c-inp-option.c-inp-option-type-6::after {
  background: #abd8a5
}
.w-inp-b.g-range-field .c-input {
  float: left
}
.w-inp-b.g-checkbox {
  padding-top: 8px;
  position: relative
}
.w-inp-b.g-checkbox .g-label {
  color: #000;
  font-size: 14px;
  line-height: 1.1em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 0 0 30px
}
.w-form-search-b .input--filled input,
.w-form-search-b .input--filled select {
  padding: 14px 10px 7px
}
.w-form-search-b .w-inp-b .c-inp-select,
.w-form-search-b .w-inp-b .c-input {
  width: 100%
}
.w-form-search-b .w-inp-b .c-input input,
.w-form-search-b .w-inp-b select {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}
.w-form-search-b .w-inp-b select {
  height: 40px
}
.w-form-search-b .g-trade-publications .c-input {
  width: 111.5px
}
.w-form-search-b .g-trade-prices .c-input {
  width: 144.5px
}
.w-form-search-b-header {
  margin: 10px 0 15px 30px
}
.w-form-search-b .wrapper-search-advanced {
  display: none
}
.input-entry {
  float: left;
  position: relative
}
:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
  color: #536371
}
.input-entry label {
  cursor: text;
  font-size: 14px;
  color: #536371;
  font-weight: 300;
  position: absolute;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  top: 12px;
  left: 11px
}
.input-entry input.input--filled {
  padding: 14px 15px 7px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none
}
.c-input input:focus,
.c-input textarea.input--filled,
.c-input textarea:focus {
  padding: 17px 15px 4px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none
}
.c-input input.input--filled ~ label,
.c-input input:focus ~ label,
.c-input textarea.input--filled ~ label,
.c-input textarea:focus ~ label {
  color: #a6b4c1;
  font-size: 10px;
  top: 4px;
  left: 15px
}
.c-input.has-error input,
.c-input.has-error textarea {
  border-color: #ee3a42
}
.c-input.has-error input:focus,
.c-input.has-error textarea:focus {
  border-color: #216394
}
.c-inp-select.c-inp-select-input--filled {
  border-color: #bee0f3
}
.input--filled-select .c-inp-select {
  border-color: #bee0f3
}
.input--filled-select .c-inp-select.c-inp-drop-active {
  border-color: #216394
}
.c-input.has-success input:focus,
.c-input.has-success textarea:focus {
  border-color: #216394
}
.search-input {
  font-weight: 300;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 12px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d7d7d7
}
.search-input:focus {
  font-weight: 400;
  border-color: #2799d6
}
.w-search-keyword {
  float: none;
  position: relative
}
.w-search-keyword .w-search-keyword-input {
  width: 100%;
  height: 45px;
  padding: 12px 105px 12px 40px;
  border: 2px solid #2799d6;
  -o-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent
}
.w-search-keyword .w-search-keyword-input.input--filled,
.w-search-keyword .w-search-keyword-input:focus {
  font-weight: 400;
  padding: 12px 105px 12px 40px;
  border: 2px solid #2799d6;
  -o-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent
}
.w-search-keyword .w-search-keyword-input:focus:-moz-placeholder,
.w-search-keyword .w-search-keyword-input:focus::-webkit-input-placeholder {
  color: transparent
}
.w-search-keyword .btn-advanced-search {
  display: block;
  margin: 12px 12px 11px 0;
  width: 100px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  overflow: hidden;
  zoom: 1
}
.w-search-keyword .btn-advanced-search span.g-text {
  width: 70px;
  color: #999;
  font-weight: 300;
  font-size: 10px;
  line-height: 1;
  display: block;
  float: left;
  text-align: right
}
.w-search-keyword.active .btn-advanced-search span.g-text {
  color: #2799d6
}
.w-search-keyword .btn-advanced-search:hover .icn-options .line,
.w-search-keyword.active .icn-options .line {
  background-color: #2799d6
}
.w-search-keyword .btn-advanced-search:hover .icn-options .circle,
.w-search-keyword.active .icn-options .circle {
  border-color: #2799d6
}
.w-search-keyword .btn-advanced-search:hover .icn-options .line-container:nth-child(1) .circle {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px)
}
.w-search-keyword .btn-advanced-search:hover .icn-options .line-container:nth-child(2) .circle {
  -webkit-transform: translateX(15px);
  transform: translateX(15px)
}
.w-search-keyword .btn-advanced-search:hover .icn-options .line-container:nth-child(3) .circle {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}
.w-search-keyword .icn-options {
  display: block;
  float: right;
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: relative
}
.w-search-keyword .icn-options .line-container {
  display: block;
  margin: 3px 0;
  position: relative;
  height: 4px
}
.w-search-keyword .icn-options .line {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #b8b8b8;
  border-radius: 2px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}
.w-search-keyword .icn-options .circle {
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  background-color: #fff;
  border: 2px solid #b8b8b8;
  border-radius: 50%;
  top: -2px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}
.w-search-keyword .icn-options .line-container:nth-child(1) .circle {
  right: 4px
}
.w-search-keyword .icn-options .line-container:nth-child(2) .circle {
  left: 3px
}
.w-search-keyword .icn-options .line-container:nth-child(3) .circle {
  left: 55%;
  margin-left: -2px
}
.w-search-keyword .icn-search {
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 12px;
  left: 12px;
  background: url(../images/icns/icn-search.png) 0 0 no-repeat;
  background: url(../images/icns/icn-search.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-search.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: auto 21px
}
.w-search-keyword .icn-search.focused {
  background-position: -21px 0
}
.ie8 .w-search-keyword .icn-options .line-container {
  display: block
}
.ie8 .w-search-keyword .icn-options .line-container:first-child .circle {
  margin-left: 5px
}
.ie8 .w-search-keyword .icn-options .line-container:first-child + * .circle {
  margin-left: 15px
}
.ie8 .w-search-keyword .icn-options .line-container:first-child + * + * .circle {
  margin-left: 10px
}
.search-clean {
  margin: 14px 0 50px 0;
  font-size: 12px;
  text-align: right;
  color: #989898
}
.show-all-results {
  color: #989898;
  font-size: 12px;
  margin-top: 10px
}
.show-all-results a {
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px dashed
}
.search-clean a {
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px dashed
}
.w-form-search-b-results {
  margin: 30px 30px 0 0;
  padding: 0
}
.w-form-search-b-results table {
  width: 100%;
  line-height: 1
}
.link_page {
  margin-top: 30px
}
.not-found {
  margin-top: 30px;
  border: none
}
.ajax-progress-throbber {
  margin: auto!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.c-inp-select-mode li:nth-child(1) > .c-inp-option::after {
  background: #abd8a5
}
.c-inp-select-mode li:nth-child(2) > .c-inp-option::after {
  background: #fffaa4
}
.c-inp-select-mode li:nth-child(3) > .c-inp-option::after {
  background: #f5989d
}
.c-inp-select-mode li:nth-child(4) > .c-inp-option::after {
  background: #f5989d
}
.c-inp-select-mode li:nth-child(5) > .c-inp-option::after {
  background: #c2c2c2
}
.c-inp-select-mode li:nth-child(6) > .c-inp-option::after {
  background: #abd8a5
}
.form-item-deposit:nth-child(1) label {
  border-radius: 5px 0 0 5px!important
}
.form-item-deposit:nth-child(2) label {
  border-radius: 0 5px 5px 0
}
.g-additional-checkbox label {
  font-weight: 300!important;
  margin-left: 10px!important;
  margin-top: -4px!important;
  float: left!important
}
.w-page-content-b .w-full-cont-b ul {
  margin-top: 0!important
}
.w-form-search-b .w-row .w-inp-b.g-range-dates-field.g-second {
  margin-left: 13px!important
}
.c-inp-select.input--filled.disabled {
  border-color: grey
}
.c-inp-select.disabled .c-inp-select-text span {
  color: grey
}
.w-search-results-b .w-results-info {
  font-size: 1.5625em;
  text-align: center;
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 25px
}
.l-header {
  position: relative;
  background: #fff;
  text-align: center;
  height: 80px;
  border-bottom: 1px solid #e6e6e6
}
.l-header .content-wrapper {
  position: relative;
  text-align: center
}
.l-header .g-logo {
  display: block;
  width: 200px;
  height: 45px;
  position: absolute;
  left: 120px;
  top: 18px;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out
}
.l-header .g-logo img {
  width: 100%
}
.l-header .g-logo.g-9thmay::after {
  display: block;
  content: "";
  width: 34px;
  height: 75px;
  position: absolute;
  top: -20px;
  right: -50px;
  background: url(../images/icns/icn-9thmay.png) 0 0 no-repeat
}
.l-header .w-auth-b {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px
}
.l-header .w-auth-b a {
  color: #0b5995;
  display: block;
  float: left;
  font-size: 1.125em;
  font-weight: 400;
  padding: 0 50px;
  line-height: 79px;
  height: 79px;
  text-decoration: none;
  -webkit-transition: all .15s;
  transition: all .15s
}
.l-header .w-auth-b a.g-register-btn:hover {
  background: #f1f6fb
}
.l-header .w-auth-b a.g-login-btn {
  color: #fff;
  background: #0b5995;
  width: 155px
}
.l-header .w-auth-b a.g-login-btn:hover {
  background: #0c92d2
}
.l-header .g-fullmenu-link {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle
}
.l-header .g-fullmenu-link .g-menu-btn {
  display: block;
  position: relative;
  overflow: hidden;
  zoom: 1;
  width: 78px;
  height: 80px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}
.l-header .g-fullmenu-link .g-menu-btn span {
  display: block;
  position: absolute;
  top: 40px;
  left: 25px;
  right: 25px;
  height: 3px;
  background: #065894;
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.l-header .g-fullmenu-link .g-menu-btn span::after,
.l-header .g-fullmenu-link .g-menu-btn span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: #065894;
  content: ""
}
.l-header .g-fullmenu-link .g-menu-btn span::before {
  top: -8px;
  -webkit-transition: transform .3s,width .3s,top .3s;
  -webkit-transition: width .3s,top .3s,-webkit-transform .3s;
  transition: width .3s,top .3s,-webkit-transform .3s;
  transition: transform .3s,width .3s,top .3s;
  transition: transform .3s,width .3s,top .3s,-webkit-transform .3s
}
.l-header .g-fullmenu-link .g-menu-btn span::after {
  bottom: -8px;
  -webkit-transition: transform .3s,width .3s,bottom .3s;
  -webkit-transition: width .3s,bottom .3s,-webkit-transform .3s;
  transition: width .3s,bottom .3s,-webkit-transform .3s;
  transition: transform .3s,width .3s,bottom .3s;
  transition: transform .3s,width .3s,bottom .3s,-webkit-transform .3s
}
.l-header .g-fullmenu-link .g-menu-btn:hover {
  background: #0c92d2;
  border-color: #0c92d2
}
.l-header .g-fullmenu-link .g-menu-btn:hover span {
  background: #fff
}
.l-header .g-fullmenu-link .g-menu-btn:hover span::after,
.l-header .g-fullmenu-link .g-menu-btn:hover span::before {
  background: #fff
}
.l-header .g-fullmenu-link .g-menu-btn.g-act {
  background: #0c92d2;
  border-color: #0c92d2
}
.l-header .g-fullmenu-link .g-menu-btn.g-act span {
  background: #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.l-header .g-fullmenu-link .g-menu-btn.g-act span::after,
.l-header .g-fullmenu-link .g-menu-btn.g-act span::before {
  width: 50%;
  background: #fff
}
.l-header .g-fullmenu-link .g-menu-btn.g-act span::before {
  top: 0;
  -webkit-transform: translateX(18px) translateY(4px) rotate(-45deg);
  transform: translateX(18px) translateY(4px) rotate(-45deg)
}
.l-header .g-fullmenu-link .g-menu-btn.g-act span::after {
  bottom: 0;
  -webkit-transform: translateX(18px) translateY(-4px) rotate(45deg);
  transform: translateX(18px) translateY(-4px) rotate(45deg)
}
.l-header .w-main-menu {
  display: inline-block;
  width: auto;
  text-align: left
}
.l-header .w-main-menu li {
  float: left;
  position: relative
}
.l-header .w-main-menu li a {
  color: #3a3a3a;
  font-size: 1.125em;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 31px 20px 26px 20px;
  border-bottom: 5px solid transparent;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}
.l-header .w-main-menu li:hover > a {
  background-color: #f1f6fb
}
.l-header .w-main-menu li:hover ul {
  visibility: visible;
  top: 100%;
  opacity: 1
}
.l-header .w-main-menu li.g-act > a {
  background-color: transparent;
  border-bottom-color: #cee0f2
}
.l-header .w-main-menu li.g-act:hover > a {
  background-color: #f1f6fb;
  border-bottom-color: #cee0f2
}
.l-header .w-main-menu li .special-acc {
  position: relative;
  padding-left: 44px;
  background: url(../images/icns/icon_special_acc.png) 20px 33px no-repeat;
  background: url(../images/icns/icon_special_acc.svg) 20px 33px no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icon_special_acc.svg) 20px 33px no-repeat,linear-gradient(transparent,transparent);
  background-size: 16px 16px
}
.l-header .w-main-menu li ul {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 115%;
  left: 0;
  background: #fff;
  z-index: 999;
  -o-box-shadow: 1.5px 1.5px 5px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 1.5px 1.5px 5px 0 rgba(0,0,0,.2);
  box-shadow: 1.5px 1.5px 5px 0 rgba(0,0,0,.2);
  opacity: 0;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in
}
.l-header .w-main-menu li ul::before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  z-index: 11
}
.l-header .w-main-menu li ul li {
  display: block;
  float: none;
  padding: 0;
  border-bottom: 1px solid #e6e6e6
}
.l-header .w-main-menu li ul li a {
  display: block;
  padding: 15px 20px;
  border: none;
  color: #065894;
  font-weight: 300;
  font-size: 1em;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: none;
  transition: none;
  background: 0 0
}
.l-header .w-main-menu li ul li a:hover {
  background-color: transparent
}
.l-header .w-main-menu li ul li:hover a {
  background-color: #f1f6fb
}
.l-header .w-main-menu li ul li .special-acc {
  background-position: 20px 50%
}
.w-additional-menu-b {
  text-align: center;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  height: 45px;
  border-bottom: 1px solid #e6e6e6
}
.w-additional-menu-b .content-wrapper {
  height: auto;
  position: relative
}
.w-additional-menu-b .g-back-btn {
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
  color: #d7d7d7;
  font-size: .875em;
  height: 45px;
  line-height: 45px;
  text-decoration: none
}
.w-additional-menu-b .g-back-btn:hover {
  color: #065894
}
.w-additional-menu-b .g-back-btn i {
  float: left;
  margin: 17px 4px 0 0;
  width: 6px;
  height: 11px;
  background: url(../images/icns/icn-link-back.png) 0 0 no-repeat
}
.w-additional-menu-b .g-action-link {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: .875em;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  background: #2799d6;
  text-decoration: none;
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out
}
.w-additional-menu-b .g-action-link:hover {
  background: #2a7eac
}
.w-additional-menu-b .w-page-menu {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  zoom: 1
}
.w-additional-menu-b .w-page-menu .g-menu-line {
  position: absolute;
  left: -100px;
  top: 40px;
  width: 0;
  z-index: 1;
  height: 4px;
  background: #cee0f2
}
.w-additional-menu-b .w-page-menu ul {
  -webkit-transition: none;
  transition: none
}
.w-additional-menu-b .w-page-menu li {
  float: left
}
.w-additional-menu-b .w-page-menu li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: .875em;
  padding: 13px 15px;
  -webkit-transition: background .25s ease-in-out,border .85s ease-in-out;
  transition: background .25s ease-in-out,border .85s ease-in-out
}
.w-additional-menu-b .w-page-menu li:hover a {
  background-color: #f1f6fb
}
.w-additional-menu-b.g-fixed {
  position: fixed;
  width: 100%;
  height: 45px;
  background: #fff;
  background: rgba(255,255,255,.95);
  top: 0;
  left: 0;
  z-index: 10
}
.w-side-menu {
  width: 625px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -625px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 99
}
.w-side-menu .w-header-line .w-back-b {
  float: left;
  opacity: 0;
  -webkit-transition: all 1.55s ease-in-out;
  transition: all 1.55s ease-in-out
}
.w-side-menu .w-header-line .w-back-b .g-menu-btn {
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  zoom: 1;
  width: 80px;
  height: 80px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}
.w-side-menu .w-header-line .w-back-b .g-menu-btn span {
  display: block;
  position: absolute;
  top: 40px;
  left: 25px;
  right: 25px;
  height: 3px;
  background: #065894;
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.w-side-menu .w-header-line .w-back-b .g-menu-btn span::after,
.w-side-menu .w-header-line .w-back-b .g-menu-btn span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 50%;
  height: 3px;
  background: #065894;
  content: ""
}
.w-side-menu .w-header-line .w-back-b .g-menu-btn span::before {
  top: 0;
  -webkit-transform: translateX(18px) translateY(4px) rotate(-45deg);
  transform: translateX(18px) translateY(4px) rotate(-45deg)
}
.w-side-menu .w-header-line .w-back-b .g-menu-btn span::after {
  bottom: 0;
  -webkit-transform: translateX(18px) translateY(-4px) rotate(45deg);
  transform: translateX(18px) translateY(-4px) rotate(45deg)
}
.w-side-menu .w-header-line .w-back-b .g-menu-btn:hover span {
  background: #4282af
}
.w-side-menu .w-header-line .w-back-b .g-menu-btn:hover span::after,
.w-side-menu .w-header-line .w-back-b .g-menu-btn:hover span::before {
  background: #4282af
}
.w-side-menu .w-header-line .w-menu-header {
  float: left;
  color: #065894;
  font-size: 1em;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase
}
.w-side-menu .w-header-line .w-menu-header .g-icn {
  float: left;
  width: 15px;
  height: 10px;
  margin: 2px 7px 0 0
}
.w-side-menu .w-header-line .w-close-b {
  opacity: 0;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  float: right
}
.w-side-menu .w-header-line .w-close-b .g-btn-close {
  display: block;
  width: 80px;
  height: 80px;
  opacity: 1;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}
.w-side-menu .w-header-line .w-close-b .g-btn-close img {
  width: 19px;
  margin: 30px 0 0 30px
}
.w-side-menu .w-header-line .w-close-b .g-btn-close:hover {
  opacity: .75;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg)
}
.w-side-menu .w-fullmenu-b {
  margin-left: 70px
}
.w-side-menu .w-fullmenu-b .w-col {
  width: 260px;
  float: left
}
.w-side-menu .w-fullmenu-b .g-sub-header,
.w-side-menu .w-fullmenu-b h3,
.w-side-menu .w-fullmenu-b h6 {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 1.125em;
  margin-left: 10px;
  text-transform: none
}
.w-side-menu .w-fullmenu-b ul {
  display: block;
  margin: 5px 0 30px 0
}
.w-side-menu .w-fullmenu-b ul li {
  display: block;
  margin: 2px 0
}
.w-side-menu .w-fullmenu-b ul li a {
  display: inline-block;
  font-weight: 300;
  color: #065894;
  font-size: .875em;
  padding: 3px 10px;
  text-decoration: none
}
.w-side-menu .w-fullmenu-b ul li a:hover {
  color: #065894;
  background: #f1f6fb;
  text-decoration: none
}
.w-side-menu .w-fullmenu-b ul li.g-oldsite-link a {
  background: #e3f3ff
}
.w-side-menu .w-search-b {
  margin-left: 80px
}
.w-side-menu .w-search-b .w-inp-b {
  display: inline-block;
  position: relative
}
.w-side-menu .w-search-b input[type=submit] {
  position: relative;
  left: -5000px
}
.w-side-menu .w-search-b .g-icn-search {
  cursor: pointer;
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  left: -32px
}
.w-side-menu .w-search-b .g-search-field {
  -webkit-transition: width .6s,border-radius .6s,background .6s,-webkit-box-shadow .6s;
  transition: width .6s,border-radius .6s,background .6s,-webkit-box-shadow .6s;
  transition: width .6s,border-radius .6s,background .6s,box-shadow .6s;
  transition: width .6s,border-radius .6s,background .6s,box-shadow .6s,-webkit-box-shadow .6s;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid transparent;
  cursor: pointer;
  background: #f9f9f9;
  position: relative
}
.w-side-menu .w-search-b .g-search-field + label {
  display: inline-block;
  vertical-align: middle;
  width: 5px
}
.w-side-menu .w-search-b .g-search-field + label .g-icn-search {
  background: url(../images/icns/icn-search-s.png);
  background: url(../images/icns/icn-search-s.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-search-s.svg),linear-gradient(transparent,transparent);
  background-size: auto 16px;
  background-position: 0 0;
  background-repeat: no-repeat
}
.w-side-menu .w-search-b .g-search-field + label .g-icn-search.g-act {
  background: url(../images/icns/icn-search-hover.png);
  background: url(../images/icns/icn-search-hover.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-search-hover.svg),linear-gradient(transparent,transparent)
}
.w-side-menu .w-search-b .g-search-field:hover {
  color: #fff;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #065894;
  box-shadow: 0 0 0 1px #065894
}
.w-side-menu .w-search-b .g-search-field:hover + label .g-icn-search {
  background: url(../images/icns/icn-search-hover.png);
  background: url(../images/icns/icn-search-hover.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-search-hover.svg),linear-gradient(transparent,transparent)
}
.w-side-menu .w-search-b .g-search-field:focus {
  -webkit-transition: width .6s cubic-bezier(0,1.22,.66,1.39),border-radius .6s,background .6s;
  transition: width .6s cubic-bezier(0,1.22,.66,1.39),border-radius .6s,background .6s;
  border-color: #065894;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 410px;
  border-radius: auto;
  background: #fff;
  color: #000
}
.w-side-menu .w-search-b .g-search-field:focus + label .g-icn-search {
  color: #000
}
.w-side-menu .w-search-b .g-search-field:not(:focus) {
  text-indent: -5000px
}
.w-side-menu.g-act {
  opacity: 1
}
.w-side-menu.g-act .w-header-line .w-back-b,
.w-side-menu.g-act .w-header-line .w-close-b {
  opacity: 1
}
.w-side-menu.g-collapsed {
  width: 100%;
  overflow-y: auto
}
.w-side-menu.g-collapsed .w-header-line {
  height: 70px;
  border-bottom: 1px solid #e6e6e6
}
.w-side-menu.g-collapsed .w-search-b {
  display: none
}
.w-side-menu.g-collapsed .w-fullmenu-b {
  margin: 0
}
.w-side-menu.g-collapsed .w-fullmenu-b .w-col {
  width: 100%
}
.w-side-menu.g-collapsed .w-fullmenu-b .w-nav-b {
  border-bottom: 1px solid #e6e6e6;
  padding: 0
}
.w-side-menu.g-collapsed .w-fullmenu-b .w-nav-b .g-sub-header {
  display: block;
  padding-left: 95px;
  margin-left: 0;
  padding: 16px 0 16px 95px;
  position: relative;
  line-height: 1;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.w-side-menu.g-collapsed .w-fullmenu-b .w-nav-b .g-sub-header:hover {
  background: #f1f6fb
}
.w-side-menu.g-collapsed .w-fullmenu-b .w-nav-b .g-sub-header::before {
  display: block;
  position: absolute;
  top: 20px;
  left: 70px;
  width: 12px;
  height: 12px;
  content: "";
  background-position: 0 0;
  -webkit-transition: all 90ms;
  transition: all 90ms;
  background: url(../images/icns/icn-side-menu-opened.png);
  background: url(../images/icns/icn-side-menu-opened.svg) no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-side-menu-opened.svg) no-repeat,linear-gradient(transparent,transparent)
}
.w-side-menu.g-collapsed .w-fullmenu-b .w-nav-b ul {
  display: none;
  padding: 15px 0 15px 65px;
  margin: 0
}
.w-side-menu.g-collapsed .w-fullmenu-b .w-nav-b ul li {
  position: relative
}
.w-side-menu.g-collapsed .w-fullmenu-b .w-nav-b ul li a {
  font-size: 1em;
  margin: 2px 0;
  padding: 1px 8px
}
.w-side-menu.g-collapsed .w-fullmenu-b .w-nav-b.g-act .g-sub-header {
  background: #f1f6fb;
  border-bottom: 1px solid #f1f6fb
}
.w-side-menu.g-collapsed .w-fullmenu-b .w-nav-b.g-act .g-sub-header::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg)
}
.w-side-menu.g-collapsed .w-fullmenu-b .w-nav-b.g-act ul {
  display: block
}
.g-404-page-wrapper .w-additional-menu-b {
  display: none
}
.g-landing .l-header div > a {
  color: #065894;
  font-size: .875em
}
.g-landing .l-header .w-left-b {
  float: left
}
.g-landing .l-header .w-left-b .g-logo {
  position: static;
  margin-top: 18px
}
.g-landing .l-header .w-mid-b {
  display: inline-block;
  text-align: left;
  padding-top: 30px
}
.g-landing .l-header .w-mid-b .g-address {
  line-height: 1.1
}
.g-landing .l-header .w-right-b {
  float: right;
  text-align: left;
  padding-top: 32px
}
.g-landing .l-header .w-right-b .bg-phone,
.g-landing .l-header .w-right-b .g-phone {
  display: block;
  font-size: 1.5em;
  line-height: .9;
  font-weight: 600;
  color: #3a3a3a;
  text-decoration: none
}
.g-landing .l-header .w-right-b .btn-callback {
  display: none;
  padding-left: 2px
}
@media (max-width:1600px) {
  .l-header {
    height: 80px
  }
  .l-header .content-wrapper {
    height: 80px
  }
  .l-header .g-logo {
    left: 95px
  }
  .l-header .w-main-menu {
    width: auto;
    display: inline-block
  }
  .l-header .w-main-menu li a {
    font-size: 1em;
    padding: 32px 15px 27px 15px
  }
  .l-header .w-main-menu li ul::before {
    left: 15px
  }
  .l-header .w-main-menu li ul li a {
    font-size: .9375em;
    padding: 15px
  }
  .l-header .w-auth-b a {
    font-size: 1em;
    padding: 0 20px
  }
}
@media screen and (max-width:1340px) {
  .w-side-menu .w-header-line .w-back-b {
    width: 70px;
    height: 70px
  }
  .w-side-menu .w-header-line .w-back-b .g-menu-btn {
    width: 70px;
    height: 70px
  }
  .w-side-menu .w-header-line .w-back-b .g-menu-btn span {
    top: 34px;
    left: 20px;
    right: 20px
  }
  .w-side-menu .w-header-line .w-close-b {
    width: 70px;
    height: 70px
  }
  .w-side-menu .w-header-line .w-close-b .g-btn-close {
    width: 70px;
    height: 70px
  }
  .w-side-menu .w-header-line .w-close-b .g-btn-close img {
    margin: 25px 0 0 25px
  }
  .l-header {
    height: 70px
  }
  .l-header .content-wrapper {
    height: 70px
  }
  .l-header .w-main-menu li a {
    padding: 27px 12px 22px
  }
  .l-header .g-fullmenu-link {
    width: 70px;
    height: 70px
  }
  .l-header .g-fullmenu-link .g-menu-btn {
    width: 70px;
    height: 70px
  }
  .l-header .g-fullmenu-link .g-menu-btn span {
    top: 34px;
    left: 20px;
    right: 20px
  }
  .l-header .g-logo {
    width: 172px;
    height: 39px;
    left: 80px;
    top: 16px
  }
  .l-header .w-auth-b {
    height: 70px
  }
  .l-header .w-auth-b a {
    padding: 0 20px;
    line-height: 69px;
    height: 69px
  }
  .l-header .w-auth-b a.g-login-btn {
    width: 125px
  }
  .g-landing .l-header .w-left-b .g-logo {
    margin-top: 16px
  }
  .g-landing .l-header .w-mid-b {
    padding-top: 23px
  }
  .g-landing .l-header .w-right-b {
    padding-top: 24px
  }
  .w-additional-menu-b {
    top: 70px
  }
  .w-additional-menu-b .g-action-link {
    padding: 0 15px
  }
}
@media screen and (max-width:1200px) {
  .l-header .w-main-menu {
    display: none
  }
  .w-additional-menu-b {
    visibility: visible
  }
}
@media screen and (max-width:970px) {
  .l-header .w-auth-b {
    display: none
  }
}
.g-call-btn {
  display: none;
  bottom: 50px;
  right: 50px;
  position: fixed;
  z-index: 999
}
.g-call-btn .g-phone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #2799d6;
  width: 68px;
  height: 68px;
  bottom: 0;
  right: 10px;
  position: absolute;
  border-radius: 100%;
  opacity: .5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out!important;
  animation: circle-anim 2.4s infinite ease-in-out!important;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: center;
  transform-origin: center
}
.g-call-btn .g-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #2799d6;
  width: 68px;
  height: 68px;
  bottom: 0;
  right: 10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: center;
  transform-origin: center
}
.g-call-btn .g-circle {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 58px;
  height: 58px;
  bottom: 5px;
  right: 15px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #2799d6;
  box-sizing: content-box;
  -webkit-box-sizing: content-box
}
.g-call-btn .g-circle:hover {
  opacity: 1
}
.g-call-btn .g-circle-b {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 58px;
  height: 58px;
  background: url(../images/icns/icn-callback.png) 0 0 no-repeat;
  background: url(../images/icns/icn-callback.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-callback.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite
}
.g-call-btn.g-large .g-fill,
.g-call-btn.g-large .g-phone {
  width: 155px;
  height: 155px
}
.g-call-btn.g-large .g-circle,
.g-call-btn.g-large .g-circle-b {
  width: 145px;
  height: 145px
}
.g-call-btn.g-large .g-circle-b {
  background: url(../images/icns/icn-callback-large.png) 0 0 no-repeat;
  background: url(../images/icns/icn-callback-large.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-callback-large.svg) 0 0 no-repeat,linear-gradient(transparent,transparent)
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: 1
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: 1
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(.95);
    opacity: 1
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(.95);
    opacity: 1
  }
}
@keyframes tossing {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(10deg)
  }
  50% {
    -webkit-transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(10deg)
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(.5) skew(1deg);
    -webkit-opacity: .1
  }
  30% {
    -webkit-transform: rotate(0) scale(.8) skew(1deg);
    -webkit-opacity: .5
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1
  }
}
@keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(.5) skew(1deg);
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }
  30% {
    -webkit-transform: rotate(0) scale(.8) skew(1deg);
    transform: rotate(0) scale(.8) skew(1deg);
    opacity: .5
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}
@keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}
.l-footer {
  position: relative;
  background: #f9f9f9;
  padding: 50px 0 20px 0;
  margin-top: 80px
}
.l-footer.g-nomrgn {
  margin: 0
}
.l-footer .w-fullmenu-b {
  width: 730px;
  margin-left: -10px;
  float: left
}
.l-footer .w-fullmenu-b .w-col {
  width: 200px;
  float: left;
  margin-right: 10px
}
.l-footer .w-fullmenu-b .w-col.g-first,
.l-footer .w-fullmenu-b .w-col:first-child {
  width: 270px
}
.l-footer .w-fullmenu-b .w-col.g-last,
.l-footer .w-fullmenu-b .w-col:last-child {
  width: 200px;
  margin-right: 0
}
.l-footer .w-fullmenu-b .g-sub-header,
.l-footer .w-fullmenu-b h3,
.l-footer .w-fullmenu-b h6 {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 1.125em;
  margin-left: 10px;
  text-transform: none
}
.l-footer .w-fullmenu-b ul {
  display: block;
  margin: 5px 0 30px 0
}
.l-footer .w-fullmenu-b ul li {
  display: block;
  margin: 2px 0
}
.l-footer .w-fullmenu-b ul li a {
  display: inline-block;
  font-weight: 300;
  color: #065894;
  font-size: .875em;
  padding: 3px 10px;
  text-decoration: none
}
.l-footer .w-fullmenu-b ul li a:hover {
  color: #065894;
  background: #f1f6fb;
  text-decoration: none
}
.l-footer .w-fullmenu-b ul li.g-oldsite-link a {
  background: #e3f3ff
}
.l-footer .w-info-b {
  float: right;
  width: 230px
}
.l-footer .w-info-b .w-social-links-b {
  display: block;
  margin-bottom: 15px
}
.l-footer .w-info-b .w-social-links-b li {
  fill: #b7c2cc;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 15px
}
.l-footer .w-info-b .w-social-links-b li:last-child {
  margin-right: 0
}
.l-footer .w-info-b .w-social-links-b li a,
.l-footer .w-info-b .w-social-links-b li u {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in
}
.l-footer .w-info-b .w-social-links-b li u {
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 2;
  opacity: 0
}
.l-footer .w-info-b .w-social-links-b li a {
  position: relative
}
.l-footer .w-info-b .w-social-links-b li a:hover u {
  opacity: 1
}
.l-footer .w-info-b .w-privacy-links {
  display: block;
  margin-bottom: 15px
}
.l-footer .w-info-b .w-privacy-links li {
  display: block;
  margin-bottom: 10px
}
.l-footer .w-info-b .w-privacy-links a {
  font-weight: 300;
  font-size: .875em;
  color: #a6b4c1;
  text-decoration: underline
}
.l-footer .w-info-b .w-privacy-links a:hover {
  color: #065894;
  text-decoration: none
}
.l-footer .w-info-b .g-copyright {
  font-weight: 300;
  font-size: .875em;
  color: #a6b4c1
}
.l-footer.g-landing-footer {
  height: 85px;
  padding: 0
}
.l-footer.g-landing-footer div > a {
  color: #065894;
  font-size: .875em
}
.l-footer.g-landing-footer .w-left-b {
  float: left;
  padding-top: 23px
}
.l-footer.g-landing-footer .w-left-b .g-copyright {
  color: #000;
  font-size: .875em
}
.l-footer.g-landing-footer .w-right-b {
  float: right;
  text-align: left;
  padding-top: 32px
}
.l-footer.g-landing-footer .w-right-b .bg-phone,
.l-footer.g-landing-footer .w-right-b .g-phone {
  display: block;
  font-size: 1.5em;
  line-height: .9;
  font-weight: 600;
  color: #3a3a3a;
  text-decoration: none
}
.l-footer.g-landing-footer .w-right-b .btn-callback {
  display: none;
  padding-left: 2px
}
@media (max-width:1278px) {
  .g-call-btn {
    display: block
  }
  .g-landing-footer .w-left-b {
    float: none;
    width: 100%;
    text-align: center
  }
  .g-landing-footer .w-left-b .g-copyright {
    padding: 0 40px
  }
  .g-landing-footer .w-left-b .g-copyright br {
    display: none
  }
  .g-landing-footer .w-right-b {
    display: none
  }
}
.w-search-preloader {
  margin: 30px auto 0;
  width: 70px;
  text-align: center
}
.w-search-preloader .g-dot {
  width: 12px;
  height: 12px;
  background-color: #2799d6;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: items-preloader-bounce 1.4s infinite ease-in-out both;
  animation: items-preloader-bounce 1.4s infinite ease-in-out both
}
.w-search-preloader .g-dot.g-1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}
.w-search-preloader .g-dot.g-2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}
.g-dashed-link {
  border-bottom: 1px dashed;
  text-decoration: none
}
.g-dashed-link:hover {
  border-bottom-color: transparent
}
.g-icn {
  text-align: center;
  font-size: .5em;
  color: #000
}
.g-icn img {
  border: none
}
.c-inp-select-text .c-inp-option-g-rouble-sign::after {
  left: 0;
  top: -5px
}
.g-pdf-icn {
  float: left;
  width: 33px;
  height: 41px;
  margin-right: 20px;
  background: url(../images/icns/icn-pdf.png) 0 0 no-repeat
}
.g-help-b {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/icns/icn-help.png) 0 0 no-repeat;
  background: url(../images/icns/icn-help.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-help.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: auto 16px;
  cursor: default
}
.g-help-b:hover {
  background-position: -16px 0
}
.g-print-link {
  text-decoration: none
}
.g-print-link .g-icn {
  width: 17px;
  height: 16px;
  float: left;
  margin: 1px 0 0
}
.g-print-link .g-icn img {
  width: 100%
}
.g-print-link span {
  float: left;
  line-height: 1.3;
  padding-left: 10px
}
.w-nav-section {
  display: block;
  margin: 7px 0 25px 0
}
.w-nav-section li {
  float: left;
  font-size: .75em;
  color: #d7d7d7;
  margin-right: 5px
}
.w-nav-section li a {
  display: block;
  color: #d7d7d7;
  font-weight: 300;
  text-decoration: underline
}
.w-nav-section li a:hover {
  color: #065894;
  text-decoration: none
}
.l-content .w-paging-nav {
  margin-top: 25px;
  position: relative;
  text-align: center
}
.l-content .w-paging-nav .w-paginator-b {
  margin: 10px auto 0 auto
}
.l-content .w-paging-nav .w-paginator-b ol {
  display: inline-block
}
.l-content .w-paging-nav .w-paginator-b ol li {
  float: left;
  -webkit-box-shadow: inset 0 -2px 0 #bbb;
  box-shadow: inset 0 -2px 0 #bbb;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
.l-content .w-paging-nav .w-paginator-b ol li a,
.l-content .w-paging-nav .w-paginator-b ol li span {
  color: #bbb;
  font-size: .875em;
  display: block;
  text-decoration: none;
  padding: 8px 12px
}
.l-content .w-paging-nav .w-paginator-b ol li:hover {
  -webkit-box-shadow: inset 0 -4px 0 #bbb;
  box-shadow: inset 0 -4px 0 #bbb
}
.l-content .w-paging-nav .w-paginator-b ol li.g-act,
.l-content .w-paging-nav .w-paginator-b ol li.g-act:hover {
  -webkit-box-shadow: inset 0 -4px 0 #065894;
  box-shadow: inset 0 -4px 0 #065894
}
.l-content .w-paging-nav .w-paginator-b ol li.g-act a,
.l-content .w-paging-nav .w-paginator-b ol li.g-act:hover a {
  font-weight: 600;
  color: #065894
}
.l-content .w-paging-nav .w-paginator-b ol li.g-divide,
.l-content .w-paging-nav .w-paginator-b ol li.g-divide:hover {
  -webkit-box-shadow: inset 0 -2px 0 #e6e6e6;
  box-shadow: inset 0 -2px 0 #e6e6e6
}
.l-content .w-paging-nav .w-paginator-b ol li.g-divide span,
.l-content .w-paging-nav .w-paginator-b ol li.g-divide:hover span {
  color: #e6e6e6
}
.l-content .w-paging-nav .w-paginator-b ol li.g-nav {
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  padding: 3px 5px 13px
}
.l-content .w-paging-nav .w-paginator-b ol li.g-nav i {
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../images/icns/icn-paging-nav.png) 0 0 no-repeat;
  background: url(../images/icns/icn-paging-nav.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-paging-nav.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: auto 14px
}
.l-content .w-paging-nav .w-paginator-b ol li.g-nav.g-next i {
  background-position: -8px 0
}
.l-content .w-paging-nav .w-paginator-b ol li.g-nav:hover {
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.l-content .w-paging-nav .w-paginator-b ol li.g-nav:hover i {
  opacity: .7
}
.l-content .w-paging-nav .w-qty-b {
  width: 120px;
  position: absolute;
  top: 0;
  right: 0
}
.l-content .w-paging-nav .w-qty-b .w-inp-b {
  position: relative;
  margin: 0
}
.l-content .w-paging-nav .w-qty-b .w-inp-b .g-label {
  position: absolute;
  top: -13px;
  left: 0;
  font-size: .5625em;
  color: #a6b4c1;
  z-index: 11;
  white-space: nowrap
}
.l-content .w-paging-nav .w-qty-b .w-inp-b .c-inp-select {
  width: 100%;
  text-align: left;
  min-width: 0
}
.w-articles-navigation-b {
  margin-top: 30px
}
.w-articles-navigation-b a {
  display: block;
  font-size: 1.125em;
  line-height: 1.2;
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.w-articles-navigation-b a:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.w-articles-navigation-b a:visited {
  color: #0b0694
}
.w-articles-navigation-b a:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.w-articles-navigation-b a.g-disabled {
  cursor: default;
  opacity: .5;
  text-decoration: none
}
.w-articles-navigation-b a.g-prev-link {
  float: left
}
.w-articles-navigation-b a.g-next-link {
  float: right
}
.w-heading-intro-b {
  color: #fff;
  height: 435px;
  position: relative;
  overflow: hidden;
  vertical-align: top
}
.w-heading-intro-b .w-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 435px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  z-index: 1
}
.w-heading-intro-b .w-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 435px;
  background-position: 0 0;
  background-repeat: repeat-x;
  z-index: 2
}
.w-heading-intro-b .w-btm-border {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: url(../images/header-intro-border.png) 50% 0;
  z-index: 5
}
.w-heading-intro-b .w-cont-b {
  color: #fff;
  position: absolute;
  width: 1200px;
  height: 435px;
  margin-left: -600px;
  text-align: center;
  top: 0;
  left: 50%;
  z-index: 4
}
.w-heading-intro-b .w-cont-b .content-wrapper {
  position: relative
}
.w-heading-intro-b .w-cont-b .w-link-b {
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  text-align: center
}
.w-heading-intro-b .w-nav-section {
  position: absolute;
  left: 18px;
  top: 0
}
.w-heading-intro-b .w-nav-section li a:hover {
  color: #fff
}
.w-heading-intro-b .g-scroll-icn {
  display: none;
  position: absolute;
  width: 26px;
  height: 33px;
  padding: 5px;
  bottom: 5px;
  left: 50%;
  margin-left: -13px;
  z-index: 10
}
.w-heading-intro-b .g-scroll-icn .g-icn {
  display: block;
  width: 16px;
  height: 23px;
  background: url(../images/icns/icn-arrow-more.png) 0 0 no-repeat;
  background: url(../images/icns/icn-arrow-more.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-arrow-more.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: 16px 23px
}
.w-heading-intro-b .g-scroll-icn:hover .g-icn {
  -webkit-animation: .4s bounce linear;
  animation: .4s bounce linear
}
@media (max-width:1278px) {
  .w-heading-intro-b .w-cont-b {
    width: 768px;
    margin-left: -384px;
    padding: 0 48px
  }
  .w-heading-intro-b .w-cont-b h1 {
    font-size: 42px;
    line-height: 48px
  }
  .w-heading-intro-b .w-cont-b .g-descr {
    font-size: 24px;
    line-height: 32px;
    padding: 0
  }
}
@media (max-width:766px) {
  .w-heading-intro-b .w-cont-b {
    width: 480px;
    padding: 0 24px;
    margin-left: -240px
  }
}
.w-404-wrapper-b {
  background: #e8e8e8;
  margin-bottom: -80px;
  overflow: hidden;
  zoom: 1
}
.w-404-error-b {
  position: relative;
  height: 615px
}
.w-404-error-b .w-lamp-b {
  width: 585px;
  height: 1090px;
  padding-top: 545px;
  display: block;
  position: absolute;
  top: -550px;
  left: -83px;
  -webkit-animation: 6s lamprotate linear infinite;
  animation: 6s lamprotate linear infinite
}
.w-404-error-b .w-lamp-b .g-stand {
  margin: 0 auto;
  width: 2px;
  height: 15px;
  background: #000
}
.w-404-error-b .w-lamp-b .g-lamp {
  position: absolute;
  top: 560px;
  left: 244px;
  width: 97px;
  height: 90px;
  background: url(../images/404/img-lamp.png) 0 0 no-repeat;
  background: url(../images/404/img-lamp.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/404/img-lamp.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  z-index: 2
}
.w-404-error-b .w-lamp-b .g-light {
  position: absolute;
  top: 638px;
  left: 0;
  width: 585px;
  height: 440px;
  background: url(../images/404/404-light.png) 0 0 no-repeat;
  z-index: 1
}
.w-404-error-b h3.g-404-text {
  display: block;
  width: 585px;
  position: absolute;
  top: 50%;
  left: -83px;
  margin-top: -60px;
  text-align: center;
  color: #e8e8e8;
  font-size: 9.375em;
  font-weight: 600;
  z-index: 3
}
.w-404-error-b .w-info-b {
  position: absolute;
  width: 490px;
  right: 0;
  top: 100px;
  z-index: 4
}
.w-404-error-b .w-info-b h1 {
  margin-bottom: 40px
}
.w-404-error-b .w-info-b p {
  margin: 15px 0
}
.w-404-error-b .w-info-b .w-search-b {
  margin-top: 30px
}
.w-404-error-b .w-info-b .w-search-b .w-inp-b {
  position: relative
}
.w-404-error-b .w-info-b .w-search-b .w-inp-b .g-search-field {
  width: 430px;
  padding-left: 35px;
  background: #fff url(../images/icns/icn-search-s.png) 10px 50% no-repeat;
  background: #fff url(../images/icns/icn-search-s.svg) 10px 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: #fff url(../images/icns/icn-search-s.svg) 10px 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: auto 16px
}
.w-404-error-b .w-info-b .w-search-b .w-inp-b .g-search-field:focus {
  background: #fff url(../images/icns/icn-search-hover.png) 10px 50% no-repeat;
  background: #fff url(../images/icns/icn-search-hover.svg) 10px 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: #fff url(../images/icns/icn-search-hover.svg) 10px 50% no-repeat,linear-gradient(transparent,transparent);
  background-size: auto 16px
}
.w-404-error-b .w-info-b .g-icn-search {
  background: url(../images/icns/icn-search.png);
  background: url(../images/icns/icn-search.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-search.svg),linear-gradient(transparent,transparent);
  background-size: auto 16px;
  background-position: 0 0;
  background-repeat: no-repeat
}
.w-404-error-b .w-info-b .g-icn-search.g-act {
  background: url(../images/icns/icn-search-hover.png);
  background: url(../images/icns/icn-search-hover.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-search-hover.svg),linear-gradient(transparent,transparent)
}
.w-img-b {
  overflow: hidden;
  zoom: 1
}
.w-img-b a {
  display: block;
  position: relative;
  line-height: 0
}
.w-img-b a::before {
  display: block;
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/overlay-bg.png) repeat;
  background: rgba(0,0,0,.8);
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all .4s;
  transition: all .4s
}
.w-img-b a::after {
  display: block;
  content: "";
  text-align: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -25px 0 0 -25px;
  background: url(../images/icns/icn-zoom.png) 0 0 no-repeat;
  background: url(../images/icns/icn-zoom.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-zoom.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: 50px 50px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .4s;
  transition: all .4s
}
.w-img-b a:hover::before {
  opacity: 1
}
.w-img-b a:hover::after {
  opacity: 1;
  top: 50%
}
.w-pic-gallery-b,
.w-single-pic-b {
  margin: 30px 0
}
.w-pic-gallery-b .w-img-b,
.w-single-pic-b .w-img-b {
  width: 32.2033898305%;
  float: left;
  margin: .8474576271% 0;
  overflow: hidden;
  zoom: 1
}
.w-pic-gallery-b .w-img-b:nth-child(3n+1),
.w-single-pic-b .w-img-b:nth-child(3n+1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0
}
.w-pic-gallery-b .w-img-b:nth-child(3n+2),
.w-single-pic-b .w-img-b:nth-child(3n+2) {
  margin-left: 33.8983050847%;
  margin-right: -100%;
  clear: none
}
.w-pic-gallery-b .w-img-b:nth-child(3n+3),
.w-single-pic-b .w-img-b:nth-child(3n+3) {
  margin-left: 67.7966101695%;
  margin-right: -100%;
  clear: none
}
.w-pic-gallery-b .w-img-b a img {
  width: 100%
}
.w-single-pic-b a {
  float: left;
  width: auto;
  margin: 0;
  position: relative
}
.w-single-pic-b a::before {
  display: block;
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/overlay-bg.png) repeat;
  background: rgba(0,0,0,.8);
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all .4s;
  transition: all .4s
}
.w-single-pic-b a::after {
  display: block;
  content: "";
  text-align: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -25px 0 0 -25px;
  background: url(../images/icns/icn-zoom.png) 0 0 no-repeat;
  background: url(../images/icns/icn-zoom.svg) 0 0 no-repeat,-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
  background: url(../images/icns/icn-zoom.svg) 0 0 no-repeat,linear-gradient(transparent,transparent);
  background-size: 50px 50px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .4s;
  transition: all .4s
}
.w-single-pic-b a:hover::before {
  opacity: 1
}
.w-single-pic-b a:hover::after {
  opacity: 1;
  top: 50%
}
.w-video-b {
  margin: 30px 0
}
.w-video-b .g-video {
  float: left;
  background: #000
}
.w-steps-block .w-steps-b {
  color: #fff;
  background: #2799d6
}
.w-steps-block .w-steps-b h2,
.w-steps-block .w-steps-b h3 {
  color: #fff;
  display: block;
  text-align: center;
  padding: 30px 0 46px 0;
  border-bottom: 2px solid #fff
}
.w-steps-block .w-steps-b .w-steps {
  padding: 30px 0 40px 95px
}
.w-steps-block .w-steps-b .w-steps::after {
  content: "";
  display: block;
  clear: both;
  height: 0
}
.w-steps-block .w-steps-b .w-steps li {
  float: left;
  line-height: 1.25;
  width: 240px;
  margin-right: 40px;
  position: relative
}
.w-steps-block .w-steps-b .w-steps li.g-last {
  width: 270px;
  margin-right: 10px
}
.w-steps-block .w-steps-b .w-steps li i {
  display: block;
  color: #fff;
  font-size: 1.5625em;
  font-style: normal;
  text-align: center;
  line-height: 26px;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -48px;
  background: #2799d6
}
.w-steps-block .w-steps-b .w-steps .g-step-title,
.w-steps-block .w-steps-b .w-steps h3,
.w-steps-block .w-steps-b .w-steps h4 {
  color: #fff;
  font-weight: 200;
  font-size: 1.5625em;
  line-height: 1.2
}
.w-steps-block .w-steps-b .w-steps .g-comment {
  font-weight: 100;
  font-size: .775em;
  margin-top: 8px
}
.w-steps-block .w-steps-b .w-steps a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff
}
.w-steps-block .w-steps-b .w-steps a:hover {
  border-bottom-color: rgba(255,255,255,.5)
}
.w-steps-block .w-steps-b .w-more-link-b {
  padding: 0 0 35px 0;
  text-align: center
}
.w-steps-block .w-steps-b .w-more-link-b a {
  color: #fff;
  font-size: .75em;
  text-decoration: none;
  border-bottom: 1px dashed #fff
}
.w-steps-block .w-steps-b .w-more-link-b a:hover {
  border-bottom: none
}
.w-steps-block .w-steps-b .w-detailed-descr-b {
  background: #f9f9f9;
  color: #000;
  font-size: .9375em
}
.w-steps-block .w-steps-b .w-detailed-descr-b a {
  color: #065894;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .1s ease-in-out;
  transition: border .1s ease-in-out
}
.w-steps-block .w-steps-b .w-detailed-descr-b a:hover {
  border-bottom-color: rgba(6,88,148,.5)
}
.w-steps-block .w-steps-b .w-detailed-descr-b a:visited {
  color: #0b0694
}
.w-steps-block .w-steps-b .w-detailed-descr-b a:visited:hover {
  border-bottom-color: rgba(11,6,148,.5)
}
.w-steps-block .w-steps-b .w-detailed-descr-b .w-steps {
  padding: 35px 0 35px 95px
}
.w-steps-block .w-steps-b .w-detailed-descr-b .w-steps li {
  width: 220px;
  margin-right: 60px
}
.w-steps-block .w-steps-b .w-detailed-descr-b .w-steps li.g-last {
  margin-right: 10px
}
.w-steps-block .w-steps-b .w-detailed-descr-b .w-steps li p {
  margin-top: 15px
}
.w-steps-block .w-steps-b .w-detailed-descr-b .w-steps li p:first-of-type {
  margin-top: 0
}
.w-steps-block .w-steps-b .w-detailed-descr-b .w-steps li .g-dashed-list {
  margin: -5px 0
}
.w-steps-block .w-steps-b .w-detailed-descr-b .w-steps li .g-dashed-list li {
  margin: 5px 0
}
.w-ie8-popup {
  width: 830px;
  margin: 0 auto;
  background: #fff;
  position: relative
}
.w-ie8-popup .w-content-b {
  padding: 40px 10px;
  text-align: center
}
.w-ie8-popup .w-content-b h5 {
  font-size: 2.1875em;
  line-height: 1.1em;
  margin-bottom: 30px
}
.w-ie8-popup .w-content-b p {
  font-size: 1.125em
}
.w-ie8-popup .w-content-b .btn-wrapper {
  margin-top: 30px
}
.w-banner-b {
  display: block;
  position: relative;
  text-decoration: none
}
.w-banner-b .btn {
  border-radius: 5px;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out
}
.w-banner-b .btn-blue-light {
  font-size: .875em;
  padding: 8px 20px;
  color: #2a7eac;
  border: 1px solid #2a7eac;
  background: 0 0
}
.w-banner-b:hover .btn-blue-light {
  color: #2a7eac;
  background: 0 0;
  background: rgba(39,153,214,.1);
  border: 1px solid #2a7eac
}
.w-banner-b.g-kim-banner-955x100 {
  width: 955px;
  height: 100px;
  background: url(../images/banners/kim-banner-955-bg.jpg) no-repeat
}
.w-banner-b.g-kim-banner-955x100 .w-cont-b {
  color: #000;
  font-size: 1em;
  line-height: 1.2;
  position: absolute;
  top: 25px;
  left: 265px;
  width: 480px;
  z-index: 1
}
.w-banner-b.g-kim-banner-955x100 .w-cont-b h3 {
  font-size: 1.125em;
  font-weight: 600
}
.w-banner-b.g-kim-banner-955x100 .w-cont-b p {
  font-size: 1em
}
.w-banner-b.g-kim-banner-955x100 .btn {
  float: right;
  margin: 33px 25px 0 0
}