/* Magnific Popup CSS */

.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1042;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1043;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 1045;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  text-align: left;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -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 {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 1044;
  width: auto;
  margin-top: -0.8em;
  text-align: center;
  color: #ccc;
}

.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-close,
button.mfp-arrow {
  z-index: 1046;
  display: block;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  font-size: 28px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-style: normal;
  opacity: 0.65;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  text-align: right;
  color: #fff;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 18px;
  color: #ccc;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: 0.65;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  margin-left: 31px;
  border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  margin-left: 39px;
  border-left: 17px solid #fff;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  line-height: 0;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */

img.mfp-img {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 40px;
  line-height: 0;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  background: #444;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure small {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #bdbdbd;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  padding-right: 36px;
  line-height: 18px;
  text-align: left;
  color: #f3f3f3;
  word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@charset "UTF-8";

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon::before {
  content: '';
  position: absolute;
  top: 6px;
  display: block;
  width: 9px;
  height: 9px;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #ccc;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle {
  position: absolute;
  width: 0;
  margin-left: -4px;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::after,
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::after {
  content: '';
  position: absolute;
  left: -8px;
  z-index: -1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1px;
  height: 0;
  border: 8px solid transparent;
  border-width: 8px;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::after {
  top: 0;
}

.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::after {
  border-top-color: #fff;
  border-bottom: none;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::after {
  bottom: 0;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  width: 100%;
  padding: 0;
  border: 0;
}

.react-datepicker {
  position: relative;
  display: inline-block;
  font-size: 0.8rem;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
  color: #000;
  background-color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^='bottom'] {
  padding-top: 10px;
}

.react-datepicker-popper[data-placement='bottom-end'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement='top-end'] .react-datepicker__triangle {
  right: 50px;
  left: auto;
}

.react-datepicker-popper[data-placement^='top'] {
  padding-bottom: 10px;
}

.react-datepicker-popper[data-placement^='right'] {
  padding-left: 8px;
}

.react-datepicker-popper[data-placement^='right'] .react-datepicker__triangle {
  right: 42px;
  left: auto;
}

.react-datepicker-popper[data-placement^='left'] {
  padding-right: 8px;
}

.react-datepicker-popper[data-placement^='left'] .react-datepicker__triangle {
  right: auto;
  left: 42px;
}

.react-datepicker__header {
  position: relative;
  padding: 8px 0;
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
}

.react-datepicker__header--time {
  padding-right: 5px;
  padding-bottom: 8px;
  padding-left: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  font-weight: bold;
  font-size: 0.944rem;
  color: #000;
}

.react-datepicker-time__header {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.react-datepicker__navigation {
  position: absolute;
  top: 2px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  text-indent: -999em;
  background: none;
  border: none;
  cursor: pointer;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.react-datepicker__navigation--previous {
  left: 2px;
}

.react-datepicker__navigation--next {
  right: 2px;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
}

.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  width: 0;
  font-size: 20px;
}

.react-datepicker__navigation-icon--next {
  left: -2px;
}

.react-datepicker__navigation-icon--next::before {
  left: -7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.react-datepicker__navigation-icon--previous {
  right: -2px;
}

.react-datepicker__navigation-icon--previous::before {
  right: -7px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__year-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 180px;
}

.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  float: left;
  clear: both;
  width: 100%;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}

.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input
  input[type='time']::-webkit-inner-spin-button,
.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input
  input[type='time']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input
  input[type='time'] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  display: inline-block;
  margin-left: 5px;
}

.react-datepicker__time-container {
  float: right;
  width: 85px;
  border-left: 1px solid #aeaeae;
}

.react-datepicker__time-container--with-today-button {
  position: absolute;
  top: 0;
  right: -72px;
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  margin: 0 auto;
  overflow-x: hidden;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: calc(195px + (1.7rem / 2));
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  overflow-y: scroll;
  list-style: none;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--selected {
  font-weight: bold;
  color: white;
  background-color: #216ba5;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--disabled:hover {
  background-color: transparent;
  cursor: default;
}

.react-datepicker__week-number {
  display: inline-block;
  width: 1.7rem;
  margin: 0.166rem;
  line-height: 1.7rem;
  text-align: center;
  color: #ccc;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  background-color: #f0f0f0;
  border-radius: 0.3rem;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-names {
  margin-bottom: -8px;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  display: inline-block;
  width: 1.7rem;
  margin: 0.166rem;
  line-height: 1.7rem;
  text-align: center;
  color: #000;
}

.react-datepicker__month--selected,
.react-datepicker__month--in-selecting-range,
.react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  color: #fff;
  background-color: #216ba5;
  border-radius: 0.3rem;
}

.react-datepicker__month--selected:hover,
.react-datepicker__month--in-selecting-range:hover,
.react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  background-color: transparent;
  cursor: default;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  background-color: #f0f0f0;
  border-radius: 0.3rem;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  color: #fff;
  background-color: #3dcc4a;
  border-radius: 0.3rem;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  color: #fff;
  background-color: #216ba5;
  border-radius: 0.3rem;
}

.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  color: #fff;
  background-color: #2579ba;
  border-radius: 0.3rem;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range
  .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range
  .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range
  .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range
  .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range) {
  color: #000;
  background-color: #f0f0f0;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  color: #ccc;
  cursor: default;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover,
.react-datepicker__month-text.react-datepicker__month--in-range:hover,
.react-datepicker__month-text.react-datepicker__quarter--selected:hover,
.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  top: 0;
  right: -16px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  position: absolute;
  top: 30px;
  left: 25%;
  z-index: 1;
  width: 50%;
  text-align: center;
  background-color: #f0f0f0;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 20px;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: table-cell;
  height: 100%;
  padding: 0 6px 0 0;
  vertical-align: middle;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.react-datepicker__close-icon::after {
  content: '×';
  display: table-cell;
  width: 16px;
  height: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #216ba5;
  border-radius: 50%;
  cursor: pointer;
}

.react-datepicker__today-button {
  clear: left;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
}

.react-datepicker__portal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483647;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.rc-slider {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 14px;
  padding: 5px 0;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #e9e9e9;
  border-radius: 6px;
}

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  background-color: #abe2fb;
  border-radius: 6px;
}

.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #96dbfa;
  border-radius: 50%;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.rc-slider-handle:focus {
  border-color: #57c5f7;
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #96dbfa;
  box-shadow: 0 0 0 5px #96dbfa;
}

.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.rc-slider-handle:hover {
  border-color: #57c5f7;
}

.rc-slider-handle:active {
  border-color: #57c5f7;
  -webkit-box-shadow: 0 0 5px #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #999;
  cursor: pointer;
}

.rc-slider-mark-text-active {
  color: #666;
}

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  cursor: pointer;
}

.rc-slider-dot-active {
  border-color: #96dbfa;
}

.rc-slider-dot-reverse {
  margin-right: -4px;
  margin-left: 0;
}

.rc-slider-disabled {
  background-color: #e9e9e9;
}

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  background-color: #fff;
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}

.rc-slider-vertical .rc-slider-rail {
  width: 4px;
  height: 100%;
}

.rc-slider-vertical .rc-slider-track {
  bottom: 0;
  left: 5px;
  width: 4px;
}

.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}

.rc-slider-vertical .rc-slider-step {
  width: 4px;
  height: 100%;
}

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  display: block !important;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.rc-slider-tooltip-zoom-down-leave {
  display: block !important;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
  animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
  animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
}

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
}

.rc-slider-tooltip {
  position: absolute;
  top: -9999px;
  left: -9999px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: visible;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-tooltip * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-tooltip-hidden {
  display: none;
}

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}

.rc-slider-tooltip-inner {
  min-width: 24px;
  height: 24px;
  padding: 6px 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px #d9d9d9;
  box-shadow: 0 0 4px #d9d9d9;
}

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face {
  font-weight: 400;
  font-family: 'swiper-icons';
  font-style: normal;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
    format('woff');
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -ms-flex-negative: 0;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
  -ms-flex-align: start;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: var(--swiper-navigation-size);
  line-height: 1;
  font-family: swiper-icons;
  text-transform: none !important;
  text-transform: none;
  font-variant: initial;
  letter-spacing: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 100%;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  pointer-events: none;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.json-viewer {
  padding-left: 20px;
  color: #000;
}

.json-viewer ul {
  margin: 0;
  margin: 0 0 0 1px;
  padding-left: 2em;
  list-style-type: none;
  border-left: 1px dotted #ccc;
}

.json-viewer .hide {
  display: none;
}

.json-viewer .type-string {
  color: #0b7500;
}

.json-viewer .type-date {
  color: #cb7500;
}

.json-viewer .type-boolean {
  font-weight: bold;
  color: #1a01cc;
}

.json-viewer .type-number {
  color: #1a01cc;
}

.json-viewer .type-null,
.json-viewer .type-undefined {
  color: #90a;
}

.json-viewer a.list-link {
  position: relative;
  color: #000;
  text-decoration: none;
}

.json-viewer a.list-link:before {
  content: '\25BC';
  position: absolute;
  left: -1em;
  display: inline-block;
  width: 1em;
  color: #aaa;
}

.json-viewer a.list-link.collapsed:before {
  content: '\25B6';
}

.json-viewer a.list-link.empty:before {
  content: '';
}

.json-viewer .items-ph {
  padding: 0 1em;
  color: #aaa;
}

.json-viewer .items-ph:hover {
  text-decoration: underline;
}

@charset "UTF-8";

.vjs-modal-dialog .vjs-modal-dialog-content,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==)
    format('woff');
}

.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: '\f101';
}

.vjs-icon-play-circle {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: '\f102';
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: '\f103';
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: '\f104';
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: '\f105';
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: '\f106';
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: '\f107';
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: '\f108';
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: '\f109';
}

.vjs-icon-square {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-square:before {
  content: '\f10a';
}

.vjs-icon-spinner {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: '\f10b';
}

.vjs-icon-subtitles,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-subtitles:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: '\f10c';
}

.vjs-icon-captions,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-captions-button .vjs-icon-placeholder {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-captions:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: '\f10d';
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: '\f10e';
}

.vjs-icon-share {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-share:before {
  content: '\f10f';
}

.vjs-icon-cog {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: '\f110';
}

.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder,
.video-js .vjs-volume-level,
.video-js .vjs-play-progress {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before,
.video-js .vjs-volume-level:before,
.video-js .vjs-play-progress:before {
  content: '\f111';
}

.vjs-icon-circle-outline {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: '\f112';
}

.vjs-icon-circle-inner-circle {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: '\f113';
}

.vjs-icon-hd {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: '\f114';
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: '\f115';
}

.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: '\f116';
}

.vjs-icon-facebook {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: '\f117';
}

.vjs-icon-gplus {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: '\f118';
}

.vjs-icon-linkedin {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: '\f119';
}

.vjs-icon-twitter {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: '\f11a';
}

.vjs-icon-tumblr {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: '\f11b';
}

.vjs-icon-pinterest {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: '\f11c';
}

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: '\f11d';
}

.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: '\f11e';
}

.vjs-icon-next-item {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: '\f11f';
}

.vjs-icon-previous-item {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: '\f120';
}

.vjs-icon-picture-in-picture-enter,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-picture-in-picture-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: '\f121';
}

.vjs-icon-picture-in-picture-exit,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-weight: normal;
  font-family: VideoJS;
  font-style: normal;
}

.vjs-icon-picture-in-picture-exit:before,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: '\f122';
}

.video-js {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  font-weight: normal;
  font-size: 10px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  color: #fff;
  font-style: normal;
  word-break: initial;
  background-color: #000;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex='-1'] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.video-js ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  list-style-position: outside;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window {
  height: 100%;
  margin: 0;
  padding: 0;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  cursor: default;
  opacity: 0.5;
}

.video-js .vjs-offscreen {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 1px;
  height: 1px;
}

.vjs-lock-showing {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.vjs-no-js {
  width: 300px;
  height: 150px;
  margin: 0px auto;
  padding: 20px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
  background-color: #000;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 3em;
  height: 1.63332em;
  padding: 0;
  font-size: 3em;
  line-height: 1.5em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border: 0.06666em solid #fff;
  border-radius: 0.3em;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  border-color: #fff;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: none;
  text-decoration: none;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  position: absolute;
  top: 0.5em;
  right: 0;
  z-index: 2;
  height: 3em;
  cursor: pointer;
}

.video-js .vjs-modal-dialog {
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  z-index: 1;
  padding: 20px 24px;
  font-size: 1.2em;
  line-height: 1.5;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  margin: 0;
  padding: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
}

.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  margin: 0;
  padding: 0.2em 0;
  list-style: none;
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  color: #2b333f;
  background-color: #fff;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  margin: 0 0 0.3em 0;
  padding: 0;
  font-weight: bold;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  text-transform: uppercase;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  position: absolute;
  bottom: 0;
  left: -3em;
  display: none;
  width: 10em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  position: absolute;
  bottom: 1.5em;
  width: 100%;
  max-height: 15em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  position: absolute;
  top: 0;
  left: 4em;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  position: relative;
  display: block;
  width: auto;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
  pointer-events: none;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  -ms-flex: none;
  flex: none;
  width: 4em;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-right: 1em;
  padding-left: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
  flex: auto;
  align-items: center;
  min-width: 4em;
  cursor: pointer;
  -ms-flex-align: center;
  -ms-touch-action: none;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  -ms-flex: auto;
  flex: auto;
  height: 0.3em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.3333333333em;
  right: -0.5em;
  z-index: 1;
  font-size: 0.9em;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  position: absolute;
  top: -3.4em;
  z-index: 1;
  float: right;
  padding: 6px 8px 8px 8px;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  visibility: hidden;
  pointer-events: none;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  position: absolute;
  z-index: 1;
  display: none;
  width: 1px;
  height: 100%;
  background-color: #000;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  margin: 0 0.45em 0 0.45em;
  padding: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  cursor: pointer;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  /* iOS Safari */
  -webkit-touch-callout: none;
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  -ms-flex: none;
  flex: none;
  cursor: pointer;
}

.video-js .vjs-volume-control {
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  cursor: pointer;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  width: 1px;
  height: 1px;
  margin-left: -1px;
  visibility: visible;
  opacity: 0;
}

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  transition: width 1s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  -webkit-transition: left 0s;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  left: -3000em;
  width: 3em;
  height: 8em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  position: relative;
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  z-index: 1;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  bottom: 8em;
  width: 3em;
  height: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  position: absolute;
  top: -3.4em;
  z-index: 1;
  float: right;
  padding: 6px 8px 8px 8px;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  visibility: hidden;
  pointer-events: none;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  top: -12px;
  left: 1em;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}

.video-js .vjs-live-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
  flex: auto;
  align-items: flex-start;
  font-size: 1em;
  line-height: 3em;
  -ms-flex-align: start;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: none;
  flex: none;
  align-items: center;
  width: auto;
  min-width: 4em;
  height: 100%;
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-size: 1em;
  line-height: 3em;
  cursor: pointer;
  -ms-flex-align: center;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  -ms-flex: none;
  flex: none;
  width: auto;
  min-width: 2em;
  padding-right: 1em;
  padding-left: 1em;
  font-size: 1em;
  line-height: 3em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  -ms-flex: none;
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 3em;
  left: 0;
  pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  margin-bottom: 0.1em;
  font-size: 1.4em;
  text-align: center;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  -ms-flex: none;
  flex: none;
  cursor: pointer;
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  -ms-flex: none;
  flex: none;
  cursor: pointer;
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
  pointer-events: none;
}

.vjs-playback-rate .vjs-menu {
  left: 0em;
  width: 4em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  content: 'X';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -0.5em;
  font-size: 4em;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  text-shadow: 0.05em 0.05em 0.1em #000;
}

.vjs-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  text-align: left;
  background-clip: padding-box;
  border: 6px solid rgba(43, 51, 63, 0.7);
  border-radius: 25px;
  visibility: hidden;
  opacity: 0.85;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: '';
  position: absolute;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  margin: -6px;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
  border-radius: inherit;
  opacity: 1;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
    vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }

  20% {
    border-top-color: #73859f;
  }

  35% {
    border-top-color: white;
  }

  60% {
    border-top-color: #73859f;
  }

  100% {
    border-top-color: #73859f;
  }
}

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }

  20% {
    border-top-color: #73859f;
  }

  35% {
    border-top-color: white;
  }

  60% {
    border-top-color: #73859f;
  }

  100% {
    border-top-color: #73859f;
  }
}

.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  display: inline-block;
  margin-bottom: -0.1em;
  vertical-align: middle;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  content: '';
  font-size: 1.5em;
  line-height: inherit;
  font-family: VideoJS;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  display: inline-block;
  margin-bottom: -0.1em;
  vertical-align: middle;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  content: ' ';
  font-size: 1.5em;
  line-height: inherit;
  font-family: VideoJS;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}

.video-js.vjs-layout-x-small .vjs-progress-control,
.video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  display: block;
  -ms-flex: auto;
  flex: auto;
}

.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  height: 70%;
  color: #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  vertical-align: bottom;
  text-align: right;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: -ms-grid;
    display: grid;
    padding: 20px 24px 0px 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  margin: 0 0 5px 0;
  color: #fff;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  margin: 0 0 5px 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
  outline-width: medium;
  outline-style: solid;
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  color: #2b333f;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  border-radius: 2px;
  cursor: pointer;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  width: 100%;
  height: 100%;
  border: none;
}

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

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

.vjs-theme-forest {
  --vjs-theme-forest--primary: #6fb04e;
  --vjs-theme-forest--secondary: #fff;
}

.vjs-theme-forest.vjs-big-play-button:focus,
.vjs-theme-forest:hover .vjs-big-play-button {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' fill='%236fb04e'%3E%3Cpath fill-rule='evenodd' d='M44 88C19.738 88 0 68.262 0 44S19.738 0 44 0s44 19.738 44 44-19.738 44-44 44zm0-85C21.393 3 3 21.393 3 44c0 22.608 18.393 41 41 41s41-18.392 41-41C85 21.393 66.607 3 44 3zm16.063 43.898L39.629 60.741a3.496 3.496 0 01-3.604.194 3.492 3.492 0 01-1.859-3.092V30.158c0-1.299.712-2.483 1.859-3.092a3.487 3.487 0 013.604.194l20.433 13.843a3.497 3.497 0 01.001 5.795zm-1.683-3.311L37.946 29.744a.49.49 0 00-.276-.09.51.51 0 00-.239.062.483.483 0 00-.265.442v27.685c0 .262.166.389.265.442.1.053.299.118.515-.028L58.38 44.414A.489.489 0 0058.6 44a.49.49 0 00-.22-.413z'/%3E%3C/svg%3E");
  background-color: transparent;
}

.vjs-theme-forest .vjs-big-play-button {
  top: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  margin-top: -44px;
  margin-left: -44px;
  color: purple;
  background: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M44 88C19.738 88 0 68.262 0 44S19.738 0 44 0s44 19.738 44 44-19.738 44-44 44zm0-85C21.393 3 3 21.393 3 44c0 22.608 18.393 41 41 41s41-18.392 41-41C85 21.393 66.607 3 44 3zm16.063 43.898L39.629 60.741a3.496 3.496 0 01-3.604.194 3.492 3.492 0 01-1.859-3.092V30.158c0-1.299.712-2.483 1.859-3.092a3.487 3.487 0 013.604.194l20.433 13.843a3.497 3.497 0 01.001 5.795zm-1.683-3.311L37.946 29.744a.49.49 0 00-.276-.09.51.51 0 00-.239.062.483.483 0 00-.265.442v27.685c0 .262.166.389.265.442.1.053.299.118.515-.028L58.38 44.414A.489.489 0 0058.6 44a.49.49 0 00-.22-.413z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  border: none;
}

.vjs-theme-forest .vjs-big-play-button .vjs-icon-placeholder {
  display: none;
}

.vjs-theme-forest .vjs-button > .vjs-icon-placeholder:before {
  line-height: 1.55;
}

.vjs-theme-forest .vjs-control:not(.vjs-disabled):not(.vjs-time-control):hover {
  color: var(--vjs-theme-forest--primary);
  text-shadow: var(--vjs-theme-forest--secondary) 1px 0 10px;
}

.vjs-theme-forest .vjs-control-bar {
  margin-bottom: 1em;
  padding-right: 1em;
  padding-left: 1em;
  background: none;
}

.vjs-theme-forest .vjs-play-control {
  font-size: 0.8em;
}

.vjs-theme-forest .vjs-play-control .vjs-icon-placeholder:before {
  width: 1.5em;
  height: 1.5em;
  margin-top: 0.2em;
  color: var(--vjs-theme-forest--primary);
  background-color: var(--vjs-theme-forest--secondary);
  border-radius: 1em;
}

.vjs-theme-forest .vjs-play-control:hover .vjs-icon-placeholder:before {
  color: var(--vjs-theme-forest--secondary);
  background-color: var(--vjs-theme-forest--primary);
}

.vjs-theme-forest .vjs-mute-control {
  display: none;
}

.vjs-theme-forest .vjs-volume-panel {
  margin-right: 0.5em;
  margin-left: 0.5em;
  padding-top: 0.3em;
}

.vjs-theme-forest .vjs-volume-bar.vjs-slider-horizontal,
.vjs-theme-forest .vjs-volume-panel,
.vjs-theme-forest .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.vjs-theme-forest .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.vjs-theme-forest .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.vjs-theme-forest .vjs-volume-panel:hover,
.vjs-theme-forest .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
  width: 3em;
}

.vjs-theme-forest .vjs-volume-level:before {
  font-size: 1em;
}

.vjs-theme-forest .vjs-volume-panel .vjs-volume-control {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.vjs-theme-forest .vjs-volume-bar {
  margin: 0;
  background-color: transparent;
}

.vjs-theme-forest .vjs-slider-horizontal .vjs-volume-level {
  height: 100%;
}

.vjs-theme-forest .vjs-volume-bar.vjs-slider-horizontal {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.vjs-theme-forest .vjs-volume-bar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 2em solid var(--vjs-theme-forest--primary);
  border-left: 3em solid transparent;
}

.vjs-theme-forest .vjs-volume-level {
  overflow: hidden;
  background-color: transparent;
}

.vjs-theme-forest .vjs-volume-level:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 2em solid var(--vjs-theme-forest--secondary);
  border-left: 3em solid transparent;
}

.vjs-theme-forest .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1em;
}

.vjs-theme-forest .vjs-play-progress:before {
  display: none;
}

.vjs-theme-forest .vjs-progress-holder {
  height: 0.5em;
  margin: 0;
  border-radius: 0.2em;
}

.vjs-theme-forest .vjs-load-progress,
.vjs-theme-forest .vjs-load-progress div,
.vjs-theme-forest .vjs-play-progress {
  border-radius: 0.2em;
}

.accent-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 900;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}

.accent-overlay__target_active {
  position: relative;
  z-index: 901;
}

.accent-overlay__target_hidden {
  display: none;
}

.accent-overlay__target_active.accent-overlay__target_hidden {
  position: absolute;
  display: block;
  width: 100%;
}

.accordion-item__top {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 84px;
  padding: 12px 26px;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  border-bottom: 1px solid #e2e6ec;
  cursor: pointer;
  -webkit-transition: background ease-out 0.3s;
  transition: background ease-out 0.3s;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.accordion-item__top .icon {
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background-color: rgba(234, 251, 230, 0);
  border-radius: 50%;
  -webkit-transition: background ease-out 0.3s;
  transition: background ease-out 0.3s;
  -ms-flex-negative: 0;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.accordion-item__top path {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion-item__top:hover {
  background: #fbfbfb;
}

.accordion-item__top:hover .icon {
  background-color: #eafbe6;
}

.accordion-item__top.active {
  background: #f0f3f6;
  border-color: #f0f3f6;
}

.accordion-item__top.active path:nth-child(1) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-item__top.active path:nth-child(2) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-item-body {
  height: 0;
  padding: 0 16px;
  overflow: hidden;
  -webkit-transition: max-height ease-out 0.3s;
  transition: max-height ease-out 0.3s;
}

.accordion-item__top.active + .accordion-item-body {
  background: #f0f3f6;
}

.accordion-item-body__inner {
  padding: 0 60px 60px 10px;
}

.accordion-item_icon_left .accordion-item__top {
  justify-content: flex-start;
  -ms-flex-pack: start;
}

.accordion-item_icon_left .accordion-item__top .icon {
  order: -1;
  margin-right: 15px;
  margin-left: 0;
  -ms-flex-order: -1;
}

.accordion-item_icon_left .accordion-item-body__inner {
  padding: 0 10px 60px 60px;
}

.accordion-item.colored-link a {
  color: #18bb4f;
}

.accordion-item > .colored-link a {
  color: #18bb4f;
}

.advantage {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 -20px 8px;
  padding: 16px;
  background: #fbfbfb;
  -ms-flex-pack: justify;
}

.advantage__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.advantage__image {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 14px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 5px 12px rgba(204, 203, 203, 0.2);
  box-shadow: 0px 5px 12px rgba(204, 203, 203, 0.2);
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.advantage__image img {
  max-width: 100%;
}

.advantage__description {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #85878a;
}

.advantage__text {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
}

.advantage__text span {
  color: #18bb4f;
}

.advantage__article {
  font-size: 14px;
  line-height: 22px;
  color: #85878a;
}

.article {
  margin-bottom: 34px;
}

.article__tags {
  margin-bottom: 16px;
}

.article .heading__title {
  margin-bottom: 48px;
}

.article__content {
  position: relative;
  font-size: 17px;
  line-height: 28px;
}

.article__content h3 {
  margin: 40px 0;
  font-size: 25px;
  line-height: 35px;
}

.article__content p {
  font-size: 17px;
  line-height: 28px;
}

.article__content a {
  color: #21a038;
  text-decoration: underline;
}

.tags-block__item {
  margin-right: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #7784c7;
}

.benefits {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.benefits > .item,
.benefits > .main-item {
  position: relative;
  width: calc(50% - 14px);
  max-height: 232px;
  margin-bottom: 20px;
  padding: 40px;
  border: 1px solid #f0f3f6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.benefits .main-item {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  padding: 22px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  font-family: 'SB Sans Display', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
  color: #333f48;
  background: -webkit-gradient(linear, left top, right top, color-stop(53.92%, #00d900), to(#ff0));
  background: linear-gradient(90deg, #00d900 53.92%, #ff0 100%);
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.benefits .main-item .bubble-green-left {
  content: '';
  position: absolute;
  top: 50%;
  left: 1px;
  z-index: 1;
  display: block;
  display: none;
  width: 28px;
  width: 14px;
  height: 28px;
  height: 28px;
  background-color: #00d900;
  border: none;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.benefits .main-item .bubble-green-bottom {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 50%;
  z-index: 1;
  display: block;
  display: none;
  width: 28px;
  width: 28px;
  height: 28px;
  height: 14px;
  background-color: #00d900;
  border: none;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.benefits .main-item .bubble-yellow {
  content: '';
  position: absolute;
  top: 50%;
  right: 1px;
  z-index: 1;
  display: block;
  display: none;
  width: 28px;
  width: 14px;
  height: 28px;
  height: 28px;
  background-color: #ff0;
  border: none;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.benefits .item {
  display: none;
}

.benefits .item.item-0::before {
  content: '';
  position: absolute;
  top: 50%;
  right: auto;
  left: -1px;
  z-index: 1;
  display: block;
  width: 28px;
  width: 14px;
  height: 28px;
  height: 28px;
  background: #fff;
  border: none;
  border: none;
  border-right: 1px solid #f0f3f6;
  border-radius: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.benefits .item.item-0::after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 28px;
  width: 28px;
  height: 28px;
  height: 14px;
  background: #fff;
  border: none;
  border: none;
  border-bottom: 1px solid #f0f3f6;
  border-radius: 0;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.benefits .item.item-1::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -1px;
  left: auto;
  z-index: 1;
  display: block;
  width: 28px;
  width: 14px;
  height: 28px;
  height: 28px;
  background: #fff;
  border: none;
  border: none;
  border-left: 1px solid #f0f3f6;
  border-radius: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.benefits .item.item-1::after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 28px;
  width: 28px;
  height: 28px;
  height: 14px;
  background: #fff;
  border: none;
  border: none;
  border-bottom: 1px solid #f0f3f6;
  border-radius: 0;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.benefits .item.item-1 .item-extra {
  content: '';
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 50%;
  z-index: 1;
  display: block;
  width: 28px;
  width: 28px;
  height: 28px;
  height: 14px;
  background: #fff;
  border: none;
  border: none;
  border-bottom: 1px solid #f0f3f6;
  border-radius: 0;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.benefits .item.item-2::before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 50%;
  z-index: 1;
  display: block;
  width: 28px;
  width: 28px;
  height: 28px;
  height: 14px;
  background: #fff;
  border: none;
  border: none;
  border-bottom: 1px solid #f0f3f6;
  border-radius: 0;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.benefits .item.item-2::after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 28px;
  width: 28px;
  height: 28px;
  height: 14px;
  background: #fff;
  border: none;
  border: none;
  border-bottom: 1px solid #f0f3f6;
  border-radius: 0;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.benefits .item.item-2 .item-extra {
  content: '';
  position: absolute;
  top: 50%;
  right: auto;
  left: 1px;
  z-index: 1;
  display: block;
  width: 28px;
  width: 14px;
  height: 28px;
  height: 28px;
  background: #fff;
  border: none;
  border: none;
  border-left: 1px solid #f0f3f6;
  border-radius: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.benefits .item.item-3::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1px;
  left: auto;
  z-index: 1;
  display: block;
  width: 28px;
  width: 14px;
  height: 28px;
  height: 28px;
  background: #fff;
  border: none;
  border: none;
  border-left: 1px solid #f0f3f6;
  border-radius: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.benefits .item.item-3 .item-extra {
  content: '';
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 50%;
  z-index: 1;
  display: block;
  width: 28px;
  width: 28px;
  height: 28px;
  height: 14px;
  background: #fff;
  border: none;
  border: none;
  border-bottom: 1px solid #f0f3f6;
  border-radius: 0;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.benefits .item.item-4::before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 50%;
  z-index: 1;
  display: block;
  width: 28px;
  width: 28px;
  height: 28px;
  height: 14px;
  background: #fff;
  border: none;
  border: none;
  border-bottom: 1px solid #f0f3f6;
  border-radius: 0;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.benefits .item.item-4::after {
  content: '';
  position: absolute;
  top: 50%;
  right: auto;
  left: 1px;
  z-index: 1;
  display: block;
  width: 28px;
  width: 14px;
  height: 28px;
  height: 28px;
  background: #fff;
  border: none;
  border: none;
  border-left: 1px solid #f0f3f6;
  border-radius: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.benefits .item__item-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333f48;
}

.benefits .item__item-text {
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
}

.benefits__slider {
  width: 100%;
}

.benefits__slider .mobile-item {
  position: relative;
  height: 212px;
  padding: 24px;
  border: 1px solid #f0f3f6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.benefits__slider .mobile-item__item-title {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
}

.benefits__slider .mobile-item__item-text {
  font-size: 12px;
  line-height: 20px;
  color: #333f48;
}

.benefits__slide .mobile-item::before {
  content: '';
  position: absolute;
  top: 50%;
  right: auto;
  left: -1px;
  z-index: 1;
  display: block;
  width: 28px;
  width: 14px;
  height: 28px;
  height: 28px;
  background: #fff;
  border: none;
  border: none;
  border-right: 1px solid #f0f3f6;
  border-radius: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.benefits__slide .mobile-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1px;
  left: auto;
  z-index: 1;
  display: block;
  width: 28px;
  width: 14px;
  height: 28px;
  height: 28px;
  background: #fff;
  border: none;
  border: none;
  border-right: 1px solid #f0f3f6;
  border-radius: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.benefits__slide:first-child .mobile-item::before {
  display: none;
}

.benefits__slide:last-child .mobile-item::after {
  display: none;
}

.blog-announce {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #f0f3f6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.blog-announce--main {
  justify-content: space-between;
  background-color: #f0f3f6;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-flex-pack: justify;
}

.blog-announce--main .blog-announce__header {
  text-align: right;
}

.blog-announce--main .blog-announce__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #333f48;
}

.blog-announce__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 28px;
}

.blog-announce__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  -ms-flex-align: start;
}

.blog-announce__header-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 20px;
  color: #18bb4f;
}

.blog-announce__header-tag {
  max-height: 228px;
  word-break: keep-all;
}

.blog-announce__header-tag:not(:first-of-type) {
  padding-left: 16px;
}

.blog-announce__header-tag:not(:first-child) {
  position: relative;
}

.blog-announce__header-tag:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  width: 3px;
  height: 3px;
  background-color: #21a038;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-announce__header-tag > a {
  color: inherit;
}

.blog-announce__header-bottom {
  display: none;
}

.blog-announce__header-date {
  margin-right: 16px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #878a8f;
  white-space: nowrap;
}

.blog-announce__title {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333f48;
}

.blog-announce__extra {
  position: relative;
  width: 100%;
  min-height: 200px;
}

.blog-announce__extra :not(img) {
  padding: 0 28px 28px;
}

.blog-announce__extra img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bordered-block {
  height: 100%;
  border: 1px solid #eaeaea;
}

.bordered-block_padding_32 {
  padding: 20px;
}

.button-top {
  position: fixed;
  right: 60px;
  bottom: 60px;
  background: none;
  border: none;
  cursor: pointer;
}

.button-top svg path {
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.button-top:hover svg path {
  stroke: #333;
}

.button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  color: #2d3033;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 125ms;
  transition-duration: 125ms;
  -webkit-transition-property: color, border-color, background-color, background-image;
  transition-property: color, border-color, background-color, background-image;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.button__arrow {
  margin-left: 10px;
}

.button__arrow--left {
  margin-right: 10px;
  margin-left: 0;
}

.button__arrow path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button_text_color_green {
  color: #21a038;
}

.button_text_color_light-grey {
  color: #878b90;
}

.button_text_color_dark-grey {
  color: #2c3136;
}

.button_font_heading {
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.button_font_white-md {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.button_tab {
  margin-right: 8px;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button_active {
  font-weight: 600;
  color: #fff;
  background: #21a038;
  border-radius: 4px;
}

.button_active:hover {
  color: #fff;
  background: #21a038;
}

.button_disabled,
.button[disabled],
a.button_disabled,
.button_disabled:hover,
.button[disabled]:hover,
a.button_disabled:hover,
.button_disabled:focus,
.button[disabled]:focus,
a.button_disabled:focus,
.button_disabled:active,
.button[disabled]:active,
a.button_disabled:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
  pointer-events: none;
}

.button:hover {
  opacity: 0.85;
}

.button:hover .button__arrow path {
  fill: #111;
}

.button_icon {
  justify-content: center;
  padding: 0;
  text-align: center;
  -ms-flex-pack: center;
}

.button_icon svg {
  max-width: 100%;
  max-width: 100%;
  fill: currentColor;
}

.button_icon img {
  width: auto;
}

.button__icon {
  padding-right: 8px;
}

.button_block {
  padding: 0 40px;
}

.button_narrow_block {
  padding: 0 10px;
}

.button_color_border-gray {
  border: 1px solid #eaeaea;
}

.button_active {
  border-color: #18bb4f;
}

.button_color_green {
  color: #fff;
  background: #21a038;
}

.button_color_green:hover {
  color: #fff;
  background: #1a802d;
  opacity: 1;
}

.button_color_black {
  color: #fff;
  background: #000;
}

.button_color_black:hover {
  color: #fff;
}

.button_color_border-black,
.button_color_border-black-w {
  color: #000;
  background: none;
  border: 2px solid #000;
}

.button_color_border-black:hover,
.button_color_border-black-w:hover {
  color: #fff;
  background: #000;
}

.button_color_border-black-w {
  background: #fff;
}

.button_color_violet {
  color: #fff;
  background: #7784c7;
}

.button_color_violet:hover {
  background: #96a6fa;
}

.button_color_white {
  color: #000;
  background: #fff;
}

.button_color_white:hover {
  background: #f0f0f0;
}

.button_size_text {
  font-size: 17px;
  line-height: 26px;
}

.button_size_medium {
  height: 32px;
  line-height: 34px;
}

.button_size_large-md {
  height: 40px;
  line-height: 40px;
}

.button_size_large {
  height: 50px;
  font-weight: 600;
  font-size: 17px;
  line-height: 54px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 0.1px;
}

.button_size_fluid-lg {
  width: 100%;
  height: 52px;
  padding: 14px 32px;
}

.calculator__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 16px 22px;
  background: #fff;
  border: 1px solid #f0f3f6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.calculator__result {
  margin-bottom: 16px;
  border-bottom: 1px solid #ededed;
}

.calculator__contract > .calculator__title {
  margin-bottom: 20px;
}

.calculator__contract-header {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.calculator__contract-body {
  margin-bottom: 30px;
}

.calculator__contract-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.calculator__contract-footer .button {
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  -ms-flex-pack: center;
}

.calculator__download-link {
  margin: auto;
  font-size: 17px;
  line-height: 26px;
  color: #21a038;
}

.calculator__title {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 19px;
  line-height: 26px;
}

.calculator__title_large {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.calculator__title_additional {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.calculator__additional {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #ff9d64;
}

.calculator__description {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 18px;
  color: #85878a;
}

.calculator__description span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #9ea1a4;
}

.calculator__description_accent {
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #333f48;
}

.calculator__note {
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 20px;
  color: #9ea1a4;
}

.calculator__count {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  -ms-flex-align: start;
}

.calculator__count_small {
  margin-bottom: 8px;
}

.calculator__count_small strong {
  font-size: 36px !important;
  line-height: 44px !important;
  color: #333f48 !important;
}

.calculator__count_small span {
  font-size: 15px !important;
  line-height: 24px !important;
}

.calculator__count strong {
  margin-right: 12px;
  font-weight: 400;
  font-size: 52px;
  line-height: 65px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #21a038;
}

.calculator__count span {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #333f48;
  white-space: nowrap;
}

.calculator .tooltip {
  font-weight: normal;
  line-height: 1;
}

.calculator .tooltip img {
  margin-left: 8px;
}

.calculator__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 4px;
  -ms-flex-pack: justify;
}

.calculator__list-item {
  margin-bottom: 12px;
}

.calculator__list-item:first-child {
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}

.calculator__list-label {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #85878a;
}

.calculator__list-text strong {
  margin-right: 4px;
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  color: #333f48;
}

.calculator-new__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 16px 22px;
  background: #fff;
  border: 1px solid #f0f3f6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.calculator-new_pds .calculator-new__count strong {
  font-size: 44px;
}

.calculator-new_pds .calculator-new__split {
  display: block;
  margin-bottom: 20px;
}

.calculator-new_pds .calculator-new__body {
  display: block;
}

.calculator-new_pds .calculator-new__control {
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
}

.calculator-new_pds .calculator-new__result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: stretch;
  padding: 0;
  -ms-flex-pack: stretch;
}

.calculator-new_pds .calculator-new__grid-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1 1;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: stretch;
  -ms-flex-pack: stretch;
}

.calculator-new_pds .calculator-new__grid-item {
  height: 100%;
  margin-bottom: 12px;
  padding: 12px 16px;
  border: 1px solid #e2e6ec;
  border-radius: 12px;
}

.calculator-new_pds .calculator-new__grid-item:last-child {
  margin-bottom: 24px;
}

.calculator-new_pds .calculator-new__grid-item_large {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.calculator-new_pds .calculator-new__grid-item_large .calculator-new__grid-item-head {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.calculator-new_pds .calculator-new__grid-item_large .calculator-new__grid-item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
  font-style: normal;
}

.calculator-new_pds .calculator-new__grid-item_large .calculator-new__grid-item-value {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #21a038;
  font-style: normal;
}

.calculator-new_pds .calculator-new__grid-item_large .calculator-new__grid-item-note {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #878b90;
  font-style: normal;
}

.calculator-new_pds .calculator-new__grid-item_small .calculator-new__grid-item-title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #878b90;
  font-style: normal;
}

.calculator-new_pds .calculator-new__grid-item_small .calculator-new__grid-item-value {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333f48;
  font-style: normal;
}

.calculator-new_pds .calculator-new__grid-item_small.calculator-new__grid-item_alt {
  display: -ms-flexbox;
  display: flex;
}

.calculator-new_pds .calculator-new__grid-item_small.calculator-new__grid-item_alt .calculator-new__grid-item-icon {
  display: -ms-flexbox;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background: rgba(33, 160, 56, 0.1);
  border-radius: 100%;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.calculator-new_pds .calculator-new__grid-title {
  min-height: 48px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333f48;
  font-style: normal;
}

.calculator-new_pds .calculator-new__disclamer {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #878b90;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
}

.calculator-new_pds .calculator-new__label {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
}

.calculator-new_pds .calculator-new__input-wrap:not(:last-child) {
  margin-bottom: 20px;
}

.calculator-new_pds .calculator-new__input-wrap_slider:not(:last-child) {
  margin-bottom: 40px;
}

.calculator-new_pds .calculator-new__input-wrap input:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.calculator-new_pds .calculator-new__input-wrap_split .input {
  height: 55px;
}

.calculator-new_pds .calculator-new__input-wrap_split .form-controls-new__item_gender-toggle {
  margin-bottom: 20px;
}

.calculator-new_pds .calculator-new__input-wrap_split .form-controls-new__item_gender-toggle .checkbox {
  width: 100%;
}

.calculator-new_pds .calculator-new__input-wrap_select svg path {
  fill: #111;
}

.calculator-new_pds .calculator-new__input-wrap_checkbox label {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
}

.calculator-new_pds .calculator-new__input-wrap_button a {
  justify-content: center;
  width: 100%;
  -ms-flex-pack: center;
}

.calculator-new_pds .calculator-new__input_height {
  height: 55px;
}

.calculator-new_pds .calculator-new__input_height .input {
  height: 55px;
}

.calculator-new_pds .input__signature input {
  width: 100%;
  max-width: 100px;
}

.calculator-new__result {
  margin-bottom: 16px;
}

.calculator-new__contract > .calculator-new__title {
  margin-bottom: 20px;
}

.calculator-new__contract-header {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.calculator-new__contract-body {
  margin-bottom: 30px;
}

.calculator-new__contract-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.calculator-new__contract-footer .button {
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  -ms-flex-pack: center;
}

.calculator-new__download-link {
  margin: auto;
  font-size: 17px;
  line-height: 26px;
  color: #21a038;
}

.calculator-new__title {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 19px;
  line-height: 26px;
}

.calculator-new__title_large {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.calculator-new__title_additional {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.calculator-new__additional {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #ff9d64;
}

.calculator-new__description,
.calculator-new-info__item {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
  color: #85878a;
}

.calculator-new__description a,
.calculator-new-info__item a {
  color: #21a038;
  text-decoration: underline;
  cursor: pointer;
}

.calculator-new__description a:hover,
.calculator-new-info__item a:hover {
  color: #2d3033;
}

.calculator-new__description span,
.calculator-new-info__item span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #9ea1a4;
}

.calculator-new__description_accent,
.calculator-new-info__item_accent {
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #333f48;
}

.calculator-new-info {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  -ms-flex-pack: justify;
}

.calculator-new-info__item span {
  display: block;
  margin-top: 8px;
  font-weight: bolder;
  font-size: 20px;
  line-height: 26px;
  color: #333f48;
}

.calculator-new-offer {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 38px;
  -ms-flex-align: center;
}

.calculator-new-offer a:last-child {
  padding-left: 46px;
  font-size: 17px;
  color: #21a038;
  -webkit-transition: 125ms color ease-out;
  transition: 125ms color ease-out;
}

.calculator-new-offer a:last-child:hover {
  color: #2d3033;
}

.calculator-new__note {
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 20px;
  color: #9ea1a4;
}

.calculator-new__count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  -ms-flex-align: start;
}

.calculator-new__count p {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #333f48;
}

.calculator-new__count_small {
  margin-bottom: 8px;
}

.calculator-new__count_small strong {
  font-size: 36px !important;
  line-height: 44px !important;
  color: #333f48 !important;
}

.calculator-new__count_small span {
  font-size: 15px !important;
  line-height: 24px !important;
}

.calculator-new__count strong {
  margin-right: 12px;
  font-weight: 400;
  font-size: 52px;
  line-height: 65px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #21a038;
}

.calculator-new__count span {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #333f48;
  white-space: nowrap;
}

.calculator-new .tooltip {
  font-weight: normal;
  line-height: 1;
}

.calculator-new .tooltip img {
  margin-left: 8px;
}

.calculator-new__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 4px;
  -ms-flex-pack: justify;
}

.calculator-new__list-item {
  margin-bottom: 12px;
}

.calculator-new__list-item:first-child {
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}

.calculator-new__list-label {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #85878a;
}

.calculator-new__list-text strong {
  margin-right: 4px;
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  color: #333f48;
}

.form-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.form-controls__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  margin: 0 0 22px;
  background: #fff;
}

.form-controls__item-label {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

.form-controls__item_fluid {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0 42px;
}

.form-controls__item_fluid input {
  height: 54px;
  background: transparent;
}

.form-controls__item .checkbox {
  width: 102px;
}

.form-controls-new {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.form-controls-new__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  margin: 0 0 22px;
  background: #fff;
}

.form-controls-new__item_gender-toggle {
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}

.form-controls-new__item-label {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

.form-controls-new__item_fluid {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0 42px;
}

.form-controls-new__item_fluid input {
  height: 54px;
  background: transparent;
}

.form-controls-new__item .checkbox {
  width: 102px;
}

.collapse {
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -ms-flex-align: center;
}

.collapse::after {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 6px;
  margin-left: 13px;
  background-image: url('../images/icons/arrow-down.svg');
  background-repeat: no-repeat;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -ms-flex-negative: 0;
}

.closed::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.divider {
  border-bottom: 1px solid #ededed;
}

.stack .form-controls-new__item_fluid {
  margin: 0 0 58px;
}

.ReactCollapse--collapse {
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}

.card {
  width: 33%;
  max-width: 480px;
  padding: 40px 0 16px;
  padding-right: 15px;
}

.card__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 12px;
  overflow-x: hidden;
}

.card-tags {
  display: -ms-flexbox;
  display: flex;
  order: 2;
  width: auto;
  -ms-flex-order: 2;
}

.card-tags__tag {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #18bb4f;
  cursor: pointer;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.card-tags__tag:not(:first-child) {
  padding-left: 14px;
}

.card-tags__tag:not(:first-child):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  width: 3px;
  height: 3px;
  background-color: #21a038;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card__date {
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #878b90;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.card__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.card__text:hover {
  color: #18bb4f;
}

.card_main {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}

.card_main .card__top {
  margin-bottom: 24px;
}

.card_main .card__text {
  max-width: 762px;
  font-size: 36px;
  line-height: 44px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #21a038;
}

.checkCertificate-background__checker {
  width: 100%;
  padding: 20px 20px 28px 20px;
  text-align: center;
  background: #f0f3f6;
  border-radius: 12px;
}

.checkCertificate-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -ms-flex-pack: justify;
  gap: 20px;
}

.checkCertificate-container__first {
  margin-top: 64px;
}

.checkCertificate-container .block-left {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 0;
}

.checkCertificate-container .subtitle {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.checkCertificate-container .text {
  font-size: 14px;
  line-height: 20px;
}

.checkCertificate-container .text a {
  color: #21a038;
}

.checkCertificate-container img {
  width: 40px;
}

.howToProtect-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
  padding: 24px;
  border: 1px solid #e2e6ec;
  border-radius: 20px;
  -ms-flex-pack: justify;
}

.howToProtect-card-content__title {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  -ms-flex-align: center;
}

.howToProtect-card-content__title img {
  width: 40px;
  margin-right: 20px;
}

.faqCertificate a {
  color: #18bb4f;
}

.checkbox__control {
  position: relative;
  min-width: 62px;
  height: 55px;
}

.checkbox:first-child .checkbox__label {
  border-radius: 4px 0 0 4px;
}

.checkbox:last-child .checkbox__label {
  border-radius: 0 4px 4px 0;
}

.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox__input:checked + label {
  color: #fff;
  background-color: #21a038;
  border-color: #21a038;
}

.checkbox__label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 22px;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #cdd2d6;
  cursor: pointer;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.checkbox_theme_alt:first-child .checkbox__label {
  border-radius: 4px;
}

.checkbox_theme_alt:last-child .checkbox__label {
  border-radius: 4px;
}

.checkbox_theme_alt:not(:last-child) {
  margin-right: 8px;
}

.checkbox_theme_alt .checkbox__control {
  height: 38px;
}

.checkbox_theme_alt .checkbox__label {
  padding: 0 16px;
  border-width: 0;
  border-radius: 4px;
}

.checkbox_theme_alt .checkbox__input:checked + label {
  font-weight: 600;
}

.circle-icon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 4px 1px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 1px 20px rgba(0, 0, 0, 0.08);
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.circle-icon__addition {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  background-color: #00d900;
  border-radius: 100%;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.circle-icon__addition svg {
  width: 15px;
  height: 15px;
}

.circle-icon__addition svg path {
  fill: #fff;
}

.circle-icon > *:not(.circle-icon__addition) {
  max-width: 64px;
  max-height: 64px;
}

.colored-label {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 26px;
}

.colored-label--success {
  color: #18bb4f;
}

.colored-label--warning {
  color: #ed9600;
}

.colored-label--danger {
  color: #ef4b3f;
}

.content-aside {
  padding-top: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  border-top: 1px solid #eaeaea;
}

.content-body {
  margin-bottom: 80px;
}

.content-body p {
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 28px;
}

.content-body h3 {
  margin-bottom: 38px;
  font-size: 25px;
  line-height: 35px;
}

.cookies-popup {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 20px;
  -ms-flex-pack: end;
  -ms-flex-align: center;
}

.cookies-popup_visible {
  display: -ms-flexbox;
  display: flex;
}

.cookies-popup_visible_agreement {
  top: 0;
}

.cookies-popup_visible_agreement .cookies-popup__overlay {
  z-index: 3;
}

.cookies-popup_visible_agreement .cookies-popup__agreement-window {
  display: block;
}

.cookies-popup__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.cookies-popup__close {
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
}

.cookies-popup a {
  color: #21a038;
}

.cookies-popup__cookies-window,
.cookies-popup__agreement-window {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 40px rgba(64, 81, 107, 0.15);
  box-shadow: 0px 6px 40px rgba(64, 81, 107, 0.15);
}

.cookies-popup__cookies-window {
  z-index: 2;
  width: 100%;
  background-color: #eef3ee;
}

.cookies-popup__agreement-window {
  z-index: 4;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  height: 100%;
  margin-bottom: 30px;
  overflow-y: auto;
}

.cookies-popup__link {
  color: #21a038;
}

.cookies-popup__text {
  margin-bottom: 20px;
  word-break: break-word;
}

.cookies-popup button {
  flex-shrink: 0;
  padding: 10px 15px;
  -ms-flex-negative: 0;
}

.cookies-popup a {
  cursor: pointer;
}

#corp-kpp-calc {
  margin-bottom: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #00d900), to(#ff0));
  background: linear-gradient(to right, #00d900 60%, #ff0);
}

#corp-kpp-calc .tooltip {
  margin-left: 10px;
  font-weight: 500;
}

#corp-kpp-calc-oferta {
  display: none;
}

.corp-kpp-calc-block {
  padding: 40px 0;
  background-image: url('../images/content/sber-lime-bg-tablet.png');
  background-repeat: repeat-y;
  background-size: cover;
}

.corp-kpp-calc-block__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
}

.corp-kpp-calc-block__calculator {
  width: 100%;
  margin-bottom: 24px;
}

.corp-kpp-calc-block__buttons-group {
  display: -ms-flexbox;
  display: flex;
}

.corp-kpp-calc-block__buttons-group .button {
  margin: 0 8px;
}

.corp-kpp-calc-block .spoiler {
  width: 100%;
  margin-top: 24px;
}

.corp-kpp-calc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.corp-kpp-calc__calc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 16px;
  background-color: #fff;
}

.corp-kpp-calc__calc-title {
  margin-bottom: 40px;
  font-size: 21px;
  line-height: 28px;
  color: #333f48;
}

.corp-kpp-calc__input .input {
  height: 55px;
  margin-bottom: 5px;
}

.corp-kpp-calc__input .input label,
.corp-kpp-calc__input .input input {
  font-size: 14px;
}

.corp-kpp-calc__input-note {
  height: 20px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 20px;
  color: #878b90;
}

.corp-kpp-calc__input-title {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #333f48;
}

.corp-kpp-calc__deduction {
  margin-bottom: 32px;
}

.corp-kpp-calc__deduction .form-checkbox {
  margin-bottom: 0;
}

.corp-kpp-calc__basic-accumulation {
  margin-top: auto;
}

.corp-kpp-calc__basic-accumulation .form-checkbox {
  margin-bottom: 18px;
}

.corp-kpp-calc__basic-accumulation .input {
  height: 55px;
}

.corp-kpp-calc__basic-accumulation .input label,
.corp-kpp-calc__basic-accumulation .input input {
  font-size: 14px;
}

.corp-kpp-calc__profits {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.corp-kpp-calc__profits .checkbox {
  font-size: 17px;
  line-height: 26px;
}

.corp-kpp-calc__profits .checkbox__control {
  min-width: auto;
  height: auto;
}

.corp-kpp-calc__profits .checkbox__label {
  padding: 6px 16px;
  border: none;
  border-radius: 4px !important;
}

.corp-kpp-calc__co-financing {
  padding: 20px 16px;
  background: #f0f3f6;
}

.corp-kpp-calc__co-title {
  margin-bottom: 16px;
}

.corp-kpp-calc__co-benefit {
  margin-bottom: 8px;
  font-size: 60px;
  line-height: 60px;
  font-family: 'SB Sans Display', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #21a038;
}

.corp-kpp-calc__co-benefit-title {
  font-size: 16px;
  line-height: 24px;
}

.corp-kpp-calc__total {
  position: relative;
  padding: 20px 16px;
  background-color: #fff;
}

.corp-kpp-calc__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.corp-kpp-calc__year-count {
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  border-bottom: 1px solid #e2e6ec;
  -ms-flex-align: center;
}

.corp-kpp-calc__year-count span {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 16px;
  font-size: 30px;
  line-height: 20px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.corp-kpp-calc__total-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.corp-kpp-calc__accumulation {
  margin-bottom: 22px;
}

.corp-kpp-calc__accumulation-title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.corp-kpp-calc__accumulation-sum {
  font-size: 32px;
  line-height: 40px;
  font-family: 'SB Sans Display', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.corp-kpp-calc__total-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px;
}

.corp-kpp-calc__total-pays {
  margin-right: 52px;
  margin-bottom: 18px;
}

.corp-kpp-calc__total-pays:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.corp-kpp-calc__total-pays-title {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #878b90;
}

.corp-kpp-calc__total-pays-value {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  font-family: 'SB Sans Display', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.corp-kpp-calc__tax-deduction {
  font-size: 16px;
  line-height: 24px;
}

.corp-kpp-calc__tax-deduction span {
  margin-left: 10px;
}

.count-block {
  height: 100%;
  padding: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
  background: #f0f3f6;
  border-radius: 8px;
}

.count-block__sub {
  height: 20px;
  margin-bottom: 11px;
}

.count-block__count {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 60px;
  line-height: 60px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #00d900;
  white-space: nowrap;
  -ms-flex-align: center;
}

.count-block__note {
  margin-left: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
  white-space: normal;
}

.count-display {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.count-display__icon {
  margin-right: 24px;
}

.count-display__info {
  display: -ms-flexbox;
  display: flex;
}

.count-display__description {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
}

.count-display__count {
  margin-right: 10px;
  font-size: 36px;
  line-height: 44px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #21a038;
}

.react-datepicker {
  border: 1px solid #f0f3f6;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.react-datepicker__day-name {
  color: #98a0a6;
}

.react-datepicker__day {
  border: 1px solid transparent;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.react-datepicker__day--outside-month {
  opacity: 0.3;
}

.react-datepicker__day--today {
  color: #111;
  background: none;
  border-color: #cdd2d6;
}

.react-datepicker__day--in-range {
  color: #fff;
  background-color: #21a038;
  border-color: #21a038;
}

.react-datepicker__day--in-selecting-range {
  color: #fff;
  background-color: rgba(33, 160, 56, 0.6);
  border-color: transparent;
}

.react-datepicker__day:hover {
  color: #fff;
  background-color: #00d900;
  border-color: #00d900;
  border-radius: 100%;
}

.react-datepicker__header {
  background: #f0f3f6;
  border-bottom: 0;
}

.react-datepicker__input-container > input {
  width: 100%;
  padding: 17px 16px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #cdd2d6;
  border-radius: 4px;
}

.react-datepicker__input-container > input::-webkit-input-placeholder {
  color: #878b90;
}

.react-datepicker__input-container > input::-moz-placeholder {
  color: #878b90;
}

.react-datepicker__input-container > input:-ms-input-placeholder {
  color: #878b90;
}

.react-datepicker__input-container > input::-ms-input-placeholder {
  color: #878b90;
}

.react-datepicker__input-container > input::placeholder {
  color: #878b90;
}

.react-datepicker__close-icon:after {
  width: 26px;
  font-size: 26px;
  color: #878b90;
  background: none;
}

.datepicker__section {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 8px;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.datepicker__value {
  flex-shrink: 0;
  width: 80px;
  font-weight: bold;
  color: #696e73;
  -ms-flex-negative: 0;
}

.datepicker__inc,
.datepicker__dec {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin: 0 4px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #878b90;
  border: 1px solid transparent;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.datepicker__inc:hover,
.datepicker__dec:hover {
  color: #fff;
  background-color: #00d900;
  border-color: #00d900;
}

.departments {
  display: -ms-flexbox;
  display: flex;
}

.departments__contacts {
  flex-shrink: 0;
  width: 280px;
  margin-right: 20px;
  padding: 40px 32px;
  font-size: 12px;
  line-height: 16px;
  -ms-flex-negative: 0;
}

.departments__heading,
.departments__phone {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.departments__heading {
  margin-bottom: 28px;
}

.departments__phone {
  margin-bottom: 4px;
}

.departments__text {
  margin-bottom: 28px;
  line-height: 20px;
}

.departments__note {
  margin-bottom: 20px;
  color: #878b90;
}

.departments-map {
  width: 100%;
  height: 510px;
}

.departments-map__holder {
  position: relative;
  height: 430px;
}

.departments-map__zoom-in,
.departments-map__zoom-out {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 4px 1px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 1px 20px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.departments-map__zoom-in:hover,
.departments-map__zoom-out:hover {
  background: #efefef;
}

.departments-map__zoom-in {
  margin-bottom: 12px;
}

.departments-map__control {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 28px;
  background: #f0f3f6;
  -ms-flex-align: center;
}

.departments-map__checkbox {
  display: none;
}

.departments-map__checkbox:checked + .departments-map__pseudo .departments-map__pseudo-checkbox {
  background: #21a038;
  border-color: #21a038;
}

.departments-map__checkbox:checked + .departments-map__pseudo .departments-map__pseudo-checkbox svg {
  display: block;
}

.departments-map__pseudo {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-align: center;
}

.departments-map__pseudo-checkbox {
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: #fff;
  border: 2px solid #cdd2d6;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -ms-flex-negative: 0;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.departments-map__pseudo-checkbox svg {
  display: none;
}

.departments-map__info {
  position: relative;
  display: none;
  padding: 24px;
  font-size: 14px;
  line-height: 20px;
  border-top: 1px solid #e2e6ec;
}

.departments-map__info-close {
  position: absolute;
  top: 19px;
  right: 19px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.departments-map__info-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.departments-map__info p {
  margin-bottom: 20px;
}

.departments-map__info a {
  color: #21a038;
}

.departments-map__search {
  position: absolute;
  top: 28px;
  left: 28px;
  width: 333px;
  background: #fff;
  border: 1px solid #e2e6ec;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.departments-map__search_dropdown {
  border-radius: 8px 8px 0 0;
}

.departments-map__search_dropdown .departments-map__search-holder > ymaps {
  display: block !important;
}

.departments-map__search_clear .departments-map__search-clear {
  display: block;
}

.departments-map__search_info .departments-map__info {
  display: block;
}

.departments-map__search-holder {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.departments-map__search-holder > ymaps {
  left: -2px !important;
  display: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% + 2px) !important;
}

.departments-map__search-holder .ymaps-2-1-77-search__suggest {
  overflow: hidden;
  border: 1px solid #e2e6ec;
  border-radius: 0 0 8px 8px;
}

.departments-map__search-holder .ymaps-2-1-77-search__suggest-item_selected_yes {
  background: #f0f3f6;
}

.departments-map__search-holder .ymaps-2-1-77-suggest-item:first-of-type {
  margin-top: 0;
}

.departments-map__search-holder .ymaps-2-1-77-suggest-item:last-of-type {
  margin-bottom: 0;
}

.departments-map__search-input {
  width: 100%;
  padding: 16px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #333f48;
  border: none;
}

.departments-map__search-pin,
.departments-map__search-clear {
  flex-shrink: 0;
  -ms-flex-negative: 0;
}

.departments-map__search-clear {
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.doc-list__item {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.doc-list__item:not(:last-child) {
  margin-bottom: 12px;
}

.doc-list__item .icon {
  margin-right: 16px;
}

.doc-list__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
}

.doc {
  display: block;
  height: 100%;
  padding: 27px 24px 44px;
  background: #fbfbfb;
  border-radius: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.doc .icon {
  margin-bottom: 35px;
}

.doc__title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.doc__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.doc:hover {
  background: #f3f3f3;
}

.fake-youtube {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  cursor: pointer;
}

.fake-youtube__image {
  width: 100%;
}

.fake-youtube__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.fake-youtube__wrapper svg {
  width: 88px;
}

.fake-youtube__wrapper svg path {
  fill: #6fb04e;
}

.mfp-iframe-scaler .inline {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0 0 8px #000;
  box-shadow: 0 0 8px #000;
}

.mfp-iframe-scaler .close {
  top: -40px;
  right: -6px;
  width: 100%;
  padding-right: 6px;
  text-align: right;
  color: #fff;
}

.mfp-content {
  max-width: 900px !important;
}

.faq-page-sub {
  padding: 0;
}

.faq-page-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faq-page-wrap > .accordion-item {
  width: calc(50% - 10px);
}

.faq-page-wrap > .accordion-item:nth-child(odd) {
  margin-right: 10px;
}

.faq-page-wrap > .accordion-item:nth-child(even) {
  margin-left: 10px;
}

.faq-page__item-answer {
  font-size: 14px;
  line-height: 20px;
}

.faq-page__item-answer p,
.faq-page__item-answer li {
  margin-top: 20px;
}

.faq-page__item-answer a {
  color: #18bb4f;
}

.faq-page__item-answer .voting {
  margin-top: 24px;
}

.faq-form {
  margin-top: 100px;
  padding: 64px 0;
  background: url('/assets/images/content/bg_kpp-form.jpg');
  background-size: cover;
}

.iframe-form-container {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
}

.iframe-form-container__inner {
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  max-width: 780px;
  padding: 48px 20px;
  background-color: #fff;
  -ms-flex-positive: 1;
  -ms-flex-pack: center;
}

.iframe-form-container iframe {
  height: 1360px;
}

.search-wrap {
  padding: 60px 0 80px;
  background: #f0f3f6;
}

.search-wrap .heading {
  margin-bottom: 16px;
}

.product-faq {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 200px;
  padding: 32px;
  padding-right: 120px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.product-faq__title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.product-faq .button {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.section-faq {
  display: block;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 24px;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
  -ms-flex-align: center;
}

.section-faq__icon {
  margin-right: 12px;
}

.section-faq__icon svg {
  width: 24px;
  height: 24px;
}

.form {
  max-width: 780px;
  margin: 0 auto;
  padding: 60px 0 80px;
  background: #fff;
  border-radius: 8px;
}

.form iframe {
  height: 820px;
  border: none;
}

.form__wrapper,
.form__title {
  max-width: 380px;
  margin: 0 auto;
}

.form__title {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 44px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.form__description {
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #878b90;
}

.form-input {
  position: relative;
  margin-bottom: 27px;
}

.form-input_checkbox,
.form-input_captcha,
.form-input_flex {
  display: -ms-flexbox;
  display: flex;
}

.form-input_flex {
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.form-input_captcha {
  align-items: center;
  -ms-flex-align: center;
}

.form-input_captcha .form-input__field {
  padding: 5px;
}

.form-input__control {
  width: 100%;
}

.form-input__captcha {
  flex-shrink: 0;
  margin-left: 22px;
  -ms-flex-negative: 0;
}

.form-input__reload-captcha {
  margin-top: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #21a038;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-input__reload-captcha:hover {
  color: #333f48;
}

.form-input__input-wrapper {
  max-width: 236px;
}

.form-input__input-captha {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 180px;
  -ms-flex-align: center;
}

.form-input__label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 20px;
  color: #333f48;
}

.form-input__field {
  width: 100%;
  margin-bottom: 3px;
  padding: 17px 16px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #cdd2d6;
  border-radius: 4px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.form-input__field:hover {
  border-color: #85878a;
}

.form-input__field:focus {
  border-color: #21a038;
}

.form-input__field::-webkit-input-placeholder {
  color: #878b90;
}

.form-input__field::-moz-placeholder {
  color: #878b90;
}

.form-input__field:-ms-input-placeholder {
  color: #878b90;
}

.form-input__field::-ms-input-placeholder {
  color: #878b90;
}

.form-input__field::placeholder {
  color: #878b90;
}

.form-input .select-field {
  border: 1px solid #cdd2d6;
  border-radius: 4px;
}

.form-input .select-field:before {
  background-image: url('../images/icons/ic_arrow_down_green.svg');
  background-repeat: no-repeat;
}

.form-input .textfield_multiline textarea {
  border-radius: 4px;
}

.form-input__link {
  color: #18bb4f;
}

.form-input__text {
  position: absolute;
  font-size: 12px;
  line-height: 20px;
  color: #878b90;
}

.form-input:last-child {
  margin-bottom: 32px;
}

.form-checkbox {
  margin-bottom: 28px;
}

.form-checkbox__link {
  color: #21a038;
}

.form-checkbox__field {
  display: none;
}

.form-checkbox__label {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #2d3033;
  cursor: pointer;
  -ms-flex-align: center;
}

.form-checkbox__label::before {
  content: '';
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  border: 2px solid #cdd2d6;
  border-radius: 2px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -ms-flex-negative: 0;
}

.form-checkbox__label:hover::before {
  border-color: #333f48;
}

.form-checkbox__field:checked + .form-checkbox__label::before {
  background: url('../images/icons/ic_checkbox.svg');
  border: none;
}

.form__link {
  color: #21a038;
}

.form-button .button {
  justify-content: center;
  width: 100%;
  -ms-flex-pack: center;
}

.form--kpp {
  padding: 56px 20px;
  padding-bottom: 0;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-wrapper__descriptions {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 22px;
}

.form-wrapper__descriptions a {
  color: #18bb4f;
}

.form-wrapper__warning {
  margin-bottom: 20px;
  color: #ef4b3f;
}

.form-wrapper__footer {
  margin-top: 40px;
  font-size: 14px;
  line-height: 22px;
}

.form-wrapper__footer a {
  color: #18bb4f;
}

.form-input,
.form-checkbox {
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-input__error {
  font-size: 12px;
  line-height: 20px;
  color: #ef4b3f;
}

.form-checkbox__label::before {
  top: -5px !important;
}

.form__result-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.form-overlay__container {
  position: fixed;
  top: 50%;
  left: 50%;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 150px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.form-overlay__text {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
}

.form__result-container {
  text-align: center;
}

.form__result-container .form__title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}

.form__result-container .form__description {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 20px;
}

.form__result-container .form__text {
  font-size: 12px;
  line-height: 20px;
}

.form--kpp .form-input {
  margin-bottom: 24px;
}

.form--kpp .form-input__text {
  position: relative;
}

.form--kpp .form-checkbox {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.form--kpp .form-checkbox__label {
  position: relative;
  display: inline;
  margin-left: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #2d3033;
  cursor: pointer;
}

.form--kpp .form-checkbox__label::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -40px;
  width: 24px;
  height: 24px;
  border: 2px solid #eaeaea;
  border-radius: 1px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.form--kpp .form__title {
  font-size: 34px;
}

.headed-block_size-small .headed-block__title {
  font-size: 12px;
  line-height: 20px;
}

.headed-block_size-small .headed-block__value {
  font-size: 14px;
  line-height: 22px;
}

.headed-block__title {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #878b90;
}

.headed-block__value {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
  color: #333f48;
}

.headed-block__value_with-link {
  display: -ms-flexbox;
  display: flex;
}

.headed-block__value_with-link svg {
  margin-left: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.headed-block__value_with-link:hover svg {
  opacity: 1;
}

.headed-block__link {
  display: inline-block;
  padding: 2px 12px;
  font-size: 12px;
  line-height: 20px;
  background: #f0f3f6;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.headed-block__link:hover {
  background: #d2dbe4;
}

.heading {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.heading_limiter {
  max-width: 1000px;
}

.heading_margin-bottom_rm {
  margin-bottom: 0;
}

.heading_center {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
}

.heading .heading_advantages {
  margin-bottom: 32px;
}

.heading_big {
  margin-bottom: 32px;
  font-size: 48px;
  line-height: 56px;
}

.heading__other .link-forward {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 36px;
}

.heading__calc {
  margin-bottom: 34px;
}

.heading-nav {
  display: -ms-flexbox;
  display: flex;
}

.heading-nav__next,
.heading-nav__prev {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 50px;
  background-color: #f0f3f6;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.heading-nav__next:hover,
.heading-nav__prev:hover {
  background-color: #d2dbe4;
}

.heading-nav__next svg path,
.heading-nav__prev svg path {
  opacity: 1;
  fill: #2d3033;
}

.heading-nav__prev {
  margin-right: 2px;
}

.icon {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.idle-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.idle-popup__wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 522px;
  padding: 40px;
  padding-top: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  -ms-flex-align: center;
}

.idle-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: none;
}

.idle-popup__close:after,
.idle-popup__close:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.idle-popup__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.idle-popup__close:hover {
  cursor: pointer;
}

.idle-popup__icon {
  margin-bottom: 32px;
}

.idle-popup__title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}

.idle-popup__description {
  margin-bottom: 32px;
}

.idle-popup__buttons {
  align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
}

.idle-popup__buttons--second {
  margin-top: 12px;
}

.idle-popup--show {
  display: -ms-flexbox;
  display: flex;
}

.input {
  position: relative;
  width: 100%;
  border: 1px solid #cdd2d6;
  border-radius: 4px;
}

.input--disabled .input__control * {
  color: #cdd2d6;
}

.input__slider {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
}

.input__slider-edge {
  position: absolute;
  bottom: -15px;
  font-size: 14px;
  color: #85878a;
}

.input__slider-min {
  left: 0px;
}

.input__slider-max {
  right: 0px;
}

.input__slider .rc-slider {
  height: 20px;
  padding: 8px 0;
  border-radius: 0;
}

.input__slider .rc-slider-rail {
  background: #cdd2d6;
  border-radius: 0 0 4px 4px;
}

.input__slider .rc-slider-track {
  background: -webkit-gradient(linear, left top, right top, from(#00d900), color-stop(110.11%, #ff0));
  background: linear-gradient(90deg, #00d900 0%, #ff0 110.11%);
  border-radius: 0 0 4px 4px;
}

.input__slider .rc-slider-handle {
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background: #18bb4f;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12);
}

.input__control {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.input__control label {
  order: 1;
  font-size: 15px;
  line-height: 24px;
  color: #2d3033;
  -ms-flex-order: 1;
}

.input__signature {
  order: 2;
  -ms-flex-order: 2;
}

.input__signature[data-label]::after {
  content: attr(data-label);
  order: 3;
  margin-left: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  -ms-flex-order: 3;
}

.input__signature input {
  width: 100px;
  padding: 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  text-align: right;
  color: #333f48;
  border: none;
}

.invest-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
}

.invest-mobile__info {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 30px;
  background: #f6f6f6;
}

.invest-mobile__info::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: url('/assets/images/content/investdohod-triangle.png');
  background-position-y: bottom;
  background-size: contain;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
}

.invest-mobile__phone {
  position: relative;
  width: 100%;
  max-width: 300px;
  min-height: 580px;
}

.invest-mobile__phone img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.invest-quote {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 30px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.invest-quote__text {
  position: relative;
  padding-right: 37px;
}

.invest-quote__text::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url('/assets/images/content/invest-quote.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.invest-quote__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
}

.invest-quote__avatar {
  text-align: center;
}

.invest-quote__avatar h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.invest-quote__avatar h5 {
  margin: 0;
}

.invest-quote__avatar img {
  display: block;
  width: 141px;
  height: 163px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}

#invest-dohod-diagram {
  padding-bottom: 55px;
  border-bottom: 1px solid #e2e6ec;
}

.investdohod-chart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
}

.investdohod-chart__info {
  position: relative;
}

.investdohod-chart__sum {
  margin: 0;
}

.investdohod-chart__title {
  margin-bottom: 10px;
}

.investdohod-chart__sum-container {
  padding-top: 15px;
}

.investdohod-chart__description {
  margin-bottom: 10px;
}

.investdohod-chart__legend {
  position: absolute;
  top: 6px;
  left: 4px;
  width: 16px;
  height: 16px;
}

.investment-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 32px 20px 24px;
  font-size: 13px;
  line-height: 22px;
  color: #2d3033;
  background: #fbfbfb;
}

.investment-item__image {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 32px;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.investment-item__image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.investment-item__title {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #2d3033;
}

.investment-item__sub-title {
  margin-bottom: 17px;
  font-size: 11px;
  line-height: 18px;
  color: #85878a;
}

.investment-item__separator {
  width: 100%;
  height: 1px;
  margin: auto 0 24px;
  background: #eaeaea;
}

.investment-item__rating {
  display: -ms-flexbox;
  display: flex;
}

.investment-item__rating .icon {
  margin-right: 18px;
}

.investment-item .list {
  width: 64%;
  margin-bottom: 24px;
  list-style: none;
}

.investment-item .list__item {
  margin-bottom: 8px;
  font-size: inherit;
  line-height: inherit;
}

.investment-item .list__item::before {
  top: 7px;
  width: 8px;
  height: 8px;
  background: #bebcd1;
}

.investment-diagram {
  min-height: 1135px;
  padding: 20px;
}

.investment-diagram__read-more {
  display: block;
  margin-top: 40px;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #21a038;
}

.investment-diagram__circle {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  -ms-flex-align: center;
}

.investment-diagram__bars {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eaeaea;
}

.investment-diagram__table-title {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.investment-diagram__table_em thead {
  background: #e2e6ec;
}

.investment-diagram__table_em th {
  padding: 12px 20px;
}

.investment-diagram__table_em th:first-child {
  border-radius: 4px 0 0 4px;
}

.investment-diagram__table_em th:last-child {
  border-radius: 0 4px 4px 0;
}

.investment-diagram__table_em td {
  padding: 20px;
  border-bottom: 1px solid #e2e6ec;
}

.investment-diagram__table_em th,
.investment-diagram__table_em td {
  width: 33.333%;
}

.investment-diagram .npf-main-banner-slider__nav {
  display: -ms-flexbox !important;
  display: flex !important;
}

.investment-diagram .npf-slider-arrow {
  background: #f0f3f6;
  border: none;
}

.investment-diagram .npf-slider-arrow:first-child {
  margin-right: 4px;
}

.investment-diagram .npf-slider-arrow:disabled {
  opacity: 0.3;
}

.investment-diagram .npf-slider-arrow:disabled:hover {
  background: #f0f3f6;
}

.investment-diagram .npf-slider-arrow:disabled:hover svg path {
  fill: #111;
}

.investment-diagram__title-wrap {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.investment-diagram__table-control {
  position: absolute;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  color: #18bb4f;
  background-color: #fff;
  border: 1px solid #18bb4f;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.investment-diagram__table-control:hover:not(.disable) {
  color: #fff;
  background-color: #18bb4f;
}

.investment-diagram__table-control.prev {
  left: -12px;
}

.investment-diagram__table-control.prev:before {
  content: '<';
}

.investment-diagram__table-control.next {
  right: -12px;
}

.investment-diagram__table-control.next:before {
  content: '>';
}

.investment-diagram__table-control.disable {
  color: #d8d8d8;
  border-color: #d8d8d8;
  cursor: default;
}

.investment-diagram__table th {
  position: relative;
}

.investment-diagram__table td,
.investment-diagram__table th {
  width: 12%;
}

.investment-diagram__table td:first-child,
.investment-diagram__table th:first-child {
  width: 40%;
}

.investment-diagram__title {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.investment-diagram__tooltip {
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.investment-diagram__legend {
  height: 250px;
  overflow-y: auto;
}

.investment-diagram__legend-item {
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.investment-diagram__legend-item:hover {
  background: #f0f0f0;
}

.investment-diagram__legend-item.non-active .investment-diagram__legend-name {
  color: #8e8e8e;
}

.investment-diagram__legend-item.non-active .investment-diagram__legend-point {
  background: #d5d5d5 !important;
}

.investment-diagram__legend-point {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 10px;
  margin-right: 16px;
  border-radius: 100%;
  -ms-flex-negative: 0;
}

.item-block {
  position: relative;
  display: block;
  height: 100%;
  cursor: pointer;
}

.item-block_immune {
  cursor: default;
}

.item-block_round {
  border-radius: 8px;
}

.item-block_custom_with-border-shadow {
  background-color: #fff !important;
  border: 1px solid #f0f3f6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.item-block__right-icon {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 24px;
  height: 24px;
}

.item-block__image {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.item-block_color_white {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #f0f3f6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.item-block_color_snow {
  background: #eef3ff;
}

.item-block_color_gray {
  min-height: 270px;
  margin-bottom: 8px;
  background: #fbfbfb;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.item-block_color_gray:hover {
  background: #f2f2f2;
}

.item-block_color_bordered {
  min-height: 270px;
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid #eaeaea;
}

.item-block_color_violet {
  background: #fbfbfb;
}

.item-block_size_medium {
  height: calc(100% - 20px);
  margin-bottom: 20px;
  padding: 20px;
}

.item-block_size_large {
  padding: 16px;
}

.item-block_count {
  position: relative;
}

.item-block_count_count-note {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.item-block_count::before {
  content: attr(data-cout);
  display: block;
  margin-bottom: 30px;
  font-size: 80px;
  line-height: 80px;
  color: #18bb4f;
}

.item-block__date {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #3c434a;
  opacity: 0.5;
}

.item-block__image-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  -ms-flex-pack: center;
}

.item-block__image-wrapper_icon_152 {
  height: 152px;
  margin-bottom: 40px;
}

.item-block__image-wrapper_icon_40 {
  justify-content: flex-start;
  height: 40px;
  margin-bottom: 12px;
  -ms-flex-pack: start;
}

.item-block__image-wrapper_icon_left {
  justify-content: flex-start;
  margin-bottom: 16px;
  text-align: left;
  -ms-flex-pack: start;
}

.item-block__image-item_size_90 {
  width: 90px;
  height: 90px;
  margin-bottom: 42px;
}

.item-block__image-item_size_260 {
  width: 260px;
  height: 260px;
  margin-bottom: 32px;
}

.item-block__image-item_theme_round {
  overflow: hidden;
  border-radius: 50%;
}

.item-block__image-item_bg {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.item-block__title {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #2d3033;
}

.item-block__text {
  font-size: 13px;
  line-height: 18px;
  color: #2d3033;
}

.item-block_count .item-block__icon {
  position: absolute;
  top: 24px;
  left: 80px;
}

.item-block__count {
  position: relative;
  margin-bottom: 6px;
  padding-top: 32px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #00d900;
}

.item-block__count[data-title]::before {
  content: attr(data-title);
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  font-weight: 400;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
}

.item-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item-block__list li {
  position: relative;
  margin: 8px 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
}

.item-block__list li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: #bebcd1;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.disclosure-large-doc {
  display: block;
  height: 100%;
}

.disclosure-large-doc .item-block {
  display: block;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.disclosure-large-doc .item-block:hover {
  background: #f3f6fc;
}

.antikrizis-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 200px;
  min-height: 327px;
  padding: 32px;
  padding-top: 36px;
  background: #fff;
  border: 1px solid #f0f3f6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.antikrizis-block--open {
  background: #21a038;
}

.antikrizis-block--open .antikrizis-main {
  display: none;
}

.antikrizis-block--open .antikrizis-sub {
  display: block;
}

.antikrizis-main {
  -webkit-animation: 1s ease-out 0s 1 normal none running show;
  animation: 1s ease-out 0s 1 normal none running show;
}

.antikrizis-main__image-container {
  position: relative;
  width: 100%;
  margin-bottom: 23px;
}

.antikrizis-main__image-container img {
  display: block;
  width: 100%;
  max-width: 318px;
  margin: 0 auto;
}

.antikrizis-main__title {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 30px;
  font-family: 'SB Sans Display', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
}

.antikrizis-main__subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #333f48;
}

.antikrizis-main__about {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.antikrizis-main__tag {
  padding: 2px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
  background: #f0f3f6;
  border-radius: 30px;
}

.antikrizis-sub {
  display: none;
  -webkit-animation: 1s ease-out 0s 1 normal none running show;
  animation: 1s ease-out 0s 1 normal none running show;
}

.antikrizis-sub__content {
  font-size: 16px;
  color: #fff;
}

.antikrizis-sub__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  background: url('../images/icons/antikrizis-close.svg');
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
}

.antikrizis-sub__close:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.antikrizis-sub a {
  color: #fff;
}

.antikrizis-sub a:hover {
  text-decoration: underline;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.antikrizis-blocks {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 35px;
  overflow: hidden;
}

.antikrizis-blocks .antikrizis-pagination {
  position: absolute;
  bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
}

.antikrizis-blocks .swiper-pagination-bullet:not(:last-child) {
  margin-right: 4px;
}

.antikrizis-blocks .swiper-pagination-bullet-active {
  background-color: #333f48;
}

.antikrizis-wrapper {
  display: -ms-flexbox;
  display: flex;
}

.questions {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 40px rgba(64, 81, 107, 0.15);
  box-shadow: 0px 6px 40px rgba(64, 81, 107, 0.15);
}

.questions-content__title--desktop {
  display: none;
}

.questions-check {
  width: 100%;
}

.questions-check__item {
  margin-bottom: 8px;
  padding: 12px 12px 12px 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 40px rgba(64, 81, 107, 0.15);
  box-shadow: 0px 6px 40px rgba(64, 81, 107, 0.15);
  cursor: pointer;
}

.questions-check__item:hover {
  color: #fff;
  background-color: #00d900;
}

.questions-check__item--hidden {
  display: none;
}

.questions-check__item--active {
  position: relative;
  padding-left: 48px;
  background-color: #00d900;
}

.questions-check__item--active::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 12px;
  width: 24px;
  height: 24px;
  background-image: url('../images/icons/check-box_on--desktop.svg');
}

.questions-check__item--active .questions-check__text {
  color: #fff;
}

.questions-check__text {
  font-size: 13px;
  line-height: 20px;
}

.questions-check__title {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
  color: #21a038;
}

.questions-check__button {
  margin-top: 24px;
}

.questions-check__button .button {
  justify-content: center;
  width: 100%;
  -ms-flex-pack: center;
}

.landing-form {
  width: 100%;
  max-width: 380px;
  margin: 52px auto 0;
}

.landing-form a {
  color: #2ecc40;
}

.landing-form__label {
  display: block;
  margin-bottom: 8px;
}

.landing-form__input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 8px;
  padding: 17px 16px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #cdd2d6;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.landing-form__input[data-validator-pass='false'] {
  border-color: #ff4136;
}

.landing-form__input[data-validator-pass='false'] ~ .landing-form__validation {
  opacity: 1;
}

.landing-form__input:placeholder {
  color: #878b90;
}

.landing-form__validation,
.landing-form__note {
  display: block;
  min-height: 14px;
  margin-top: 5px;
  font-size: 12px;
  color: #878b90;
}

.landing-form__validation {
  color: #ff4136;
  opacity: 0;
}

.landing-form__validation .landing-form__checkbox-wrap {
  margin-top: 50px;
  margin-bottom: 28px;
}

.landing-form__checkbox {
  display: none;
}

.landing-form__checkbox:checked + .landing-form__pseudo .landing-form__pseudo-checkbox {
  background: #21a038;
  border-color: #21a038;
}

.landing-form__checkbox:checked + .landing-form__pseudo .landing-form__pseudo-checkbox svg {
  display: block;
}

.landing-form__pseudo {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-align: center;
}

.landing-form__pseudo-checkbox {
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: #fff;
  border: 2px solid #cdd2d6;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -ms-flex-negative: 0;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.landing-form__pseudo-checkbox svg {
  display: none;
}

.landing-form__button {
  display: block;
  width: auto;
  min-width: 380px;
  margin: 0 auto;
  padding: 13px 24px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.landing-form__button:hover {
  color: #fff;
  background: #222;
}

.landing-form__button:disabled {
  background: #ccc;
  cursor: default;
}

.landing-form__button:disabled:hover {
  background: #ccc;
}

.landing-form-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 64px 10px;
  -ms-flex-align: center;
}

.landing-form-note {
  width: 100%;
  max-width: 515px;
  margin: 0 auto;
  padding: 40px;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  background: #1f9e35;
  border-radius: 8px;
}

.footer-phone {
  max-width: 280px;
  margin-top: 40px;
}

.footer-phone__phone {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.footer-phone__note {
  font-size: 12px;
  line-height: 16px;
  color: #2d3033;
}

.footer-divider {
  margin-top: auto;
}

.footer {
  margin-top: 44px;
}

.footer__copy {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 16px;
}

.footer__logo-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  gap: 10px;
}

.footer__logo-link {
  display: inline-block;
}

.footer__logo-link img {
  height: 25px;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__content {
  font-size: 12px;
  line-height: 16px;
  color: #9ea1a4;
}

.footer__content .email-link {
  color: #9ea1a4;
}

.footer a {
  color: #21a038;
}

.footer a:hover {
  color: #2d3033;
}

.expanded-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.expanded-menu_last {
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.expanded-menu_last .expanded-menu__item strong {
  font-size: 15px;
}

.expanded-menu__item {
  padding: 12px 0;
  font-size: 14px;
  line-height: 24px;
  color: #515151;
  border-bottom: 1px solid #eaeaea;
}

.expanded-menu__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 20px;
}

.expanded-menu__link:hover {
  text-decoration: underline;
}

.expanded-menu__link strong {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #2d3033;
}

.footer-wrap {
  padding: 64px 0;
  background: #f0f3f6;
}

.footer-wrap .columns {
  grid-row-gap: 0;
}

.block {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  overflow: hidden;
  background-color: #c6f4c6;
  background-image: url('/assets/images/content/lime-frame.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  border-radius: 8px;
  -ms-flex-pack: justify;
}

.block-text {
  padding: 60px;
}

.block-text__description {
  margin-bottom: 2px;
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 20px;
  color: #2c3136;
}

.block__image {
  position: relative;
  right: 50px;
}

.block__image img {
  height: 100%;
}

.line-list {
  height: 100%;
}

.line-list_bg_gray {
  background: #fbfbfb;
}

.line-list_padding_32 {
  padding: 24px 20px;
}

.line-list__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
}

.line-list__item {
  font-size: 13px;
  line-height: 22px;
}

.line-list__item + .line-list__item {
  margin-top: 12px;
}

.link-block {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 25px 32px 22px 24px;
  background: #fbfbfb;
  -ms-flex-pack: justify;
}

.link-block__text {
  margin-right: 36px;
  font-size: 17px;
  line-height: 28px;
  color: #2d3033;
}

.main-menu {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.main-menu__item {
  position: relative;
  padding: 14px 0 15px;
}

.main-menu__item--full {
  width: 100%;
}

.main-menu__icon {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 1px;
  overflow: hidden;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.main-menu__title {
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
}

.main-menu__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
}

.main-menu__link::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
  background: #18bb4f;
}

.main-menu__link:hover::before,
.main-menu__link--active::before {
  content: '';
}

.main-menu__search {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 64px;
  -ms-flex-align: center;
}

.main-menu__search-field {
  flex-grow: 1;
  margin-left: 28px;
  border-style: none;
  -ms-flex-positive: 1;
}

.main-menu__search-toggle {
  cursor: pointer;
}

.main-menu__search-block {
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
  -ms-flex-positive: 1;
}

.main-menu__search-block.closed {
  display: none;
}

.main-menu__search-block.opened {
  width: 100%;
}

.map-block {
  position: relative;
  height: 478px;
  margin-bottom: 56px;
}

.search-container {
  position: absolute;
  top: 40px;
  left: 20px;
  z-index: 1;
  width: calc(100% - 40px);
  height: 48px;
  background: #fff;
  border: 1px solid #eaeaea;
}

.search-control {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 8px;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.search-control_input {
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 16px 8px;
  font-size: 17px;
  line-height: 28px;
  color: #2d3033;
  border: none;
}

.search-control_input::-ms-clear {
  display: none;
}

.search-control_pin {
  display: none;
}

.search-control > ymaps {
  left: 0 !important;
  width: 100%;
}

.search-control ymaps[class*='-search__suggest'] {
  top: 1px;
  right: 0px;
  left: 0px;
  border: none;
}

.search-control_list {
  font-size: 17px;
  line-height: 28px;
}

.search-control_list ymaps[class$='-suggest-item']:first-child {
  margin-top: 8px;
}

.search-control_list ymaps[class$='-search__suggest-item_selected_yes'],
.search-control_list ymaps[class$='-search__suggest-item'] {
  padding: 5px 16px 3px;
}

.search-control_list ymaps[class$='-search__suggest-item_selected_yes'] {
  background: #e8e8e8;
}

.search-control_close,
.popover-close {
  z-index: 1;
  margin: 0 8px;
  font-size: 32px;
  line-height: 16px;
  color: #9595a6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.popover {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background: #fff;
  border-top: 2px solid #18bb4f;
}

.popover-description {
  margin-top: 25px;
}

.popover-close {
  position: absolute;
  top: 28px;
  right: 20px;
}

.popover-content {
  position: relative;
  padding: 24px 16px 38px;
}

.popover-title {
  width: calc(100% - 24px);
  margin-bottom: 21px;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
}

.popover-row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 22px;
}

.popover-row:nth-child(1) {
  font-size: 12px;
  line-height: 20px;
  color: #85878a;
}

.popover-row:nth-child(2) {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 28px;
}

.popover-col {
  width: 176px;
}

.popover-col:nth-child(2) {
  text-align: right;
}

.popover-day {
  color: #85878a;
}

.micromodal {
  display: none;
}

.micromodal.is-open {
  display: block;
}

.micromodal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.micromodal__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 500px;
  max-height: 100vh;
  padding: 30px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
}

.micromodal__image {
  display: none;
  margin: 0 auto 50px;
}

.micromodal__image img {
  width: 100px;
  height: 100px;
}

.micromodal__image.show {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.micromodal__title {
  display: none;
  margin-bottom: 34px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  font-family: 'SB Sans Display', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2d3033;
}

.micromodal__title.show {
  display: block;
}

.micromodal__content {
  font-size: 14px;
  line-height: 20px;
  color: #878b90;
}

.modal-input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.modal-input:checked ~ .modal-support {
  display: none;
}

.modal-support {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: table;
  width: 100%;
  height: 100%;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.modal-content {
  width: 500px;
  margin: auto;
  padding: 60px;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0px 6px 40px rgba(30, 35, 48, 0.15);
  box-shadow: 0px 6px 40px rgba(30, 35, 48, 0.15);
}

.modal-content__title {
  margin-bottom: 16px;
  font-size: 25px;
  line-height: 35px;
}

.modal-content__content {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 22px;
  color: #3d4349;
}

.modal-content__list {
  display: block;
  margin: 0 -20px 40px;
}

.modal-content__list:before,
.modal-content__list:after {
  content: '';
  display: table;
}

.modal-content__list:after {
  clear: both;
}

.modal-content__item {
  float: left;
  margin: 0 20px;
}

.modal-content__button .button {
  justify-content: center;
  width: 100%;
  -ms-flex-pack: center;
}

.article-subtitle {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
  color: #333f48;
}

.article-table-container {
  margin-bottom: 20px;
  padding: 24px 16px;
  overflow-x: auto;
  border-top: 1px solid #e2e6ec;
  border-bottom: 1px solid #e2e6ec;
}

.article-table {
  font-size: 16px;
  line-height: 24px;
  color: #333f48;
}

.article-table tbody {
  width: 100vw;
}

.article-table td,
.article-table th {
  padding: 15px;
}

.article-table th {
  min-width: 175px;
}

.article-table tr:nth-child(2) {
  background-color: #fbfbfb;
}

.article-table td {
  text-align: center;
}

.article-table th {
  text-align: left;
}

.quote-author {
  margin-bottom: 20px;
}

.quote-author--right {
  text-align: right;
}

.quote-author__title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.quote-author__subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #878a8f;
}

.content {
  margin-bottom: 20px;
  padding: 0 40px;
}

.fullsize-picture {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.fullsize-picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fullsize-picture--promo {
  min-height: 250px;
}

.quote {
  margin-bottom: 20px;
  padding: 32px 40px;
  background: #f0f3f6;
}

.quote .quote-author {
  margin-bottom: 0;
}

.quote > *:first-child {
  display: block;
  margin-bottom: 20px;
}

.text-picture {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-picture > *:first-child {
  margin-bottom: 20px;
}

.text-picture > *:last-child {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 360px;
}

.text-picture > *:last-child img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.text-picture--left > *:first-child {
  order: 2;
  margin-right: 0;
  -ms-flex-order: 2;
}

.text-picture--left > *:last-child {
  order: 1;
  margin-bottom: 20px;
  -ms-flex-order: 1;
}

.news .blog-announce {
  margin-bottom: 20px;
}

.news-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-news .blog-announce {
  width: 100%;
}

.sub-news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.npf-about__container {
  margin-right: 0 !important;
}

.npf-about__slide {
  width: 100%;
}

.npf-about__item {
  width: 100%;
  height: 180px;
}

.npf-about__header {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
}

.npf-about__desc {
  height: 20px;
  margin-bottom: 8px;
}

.npf-about__icon {
  padding: 4px;
  background: #f0f3f6;
  border-radius: 12px;
}

.npf-about__pagination {
  position: static;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
}

.npf-banner.npf-tile {
  align-items: stretch;
  overflow: hidden;
  background-color: #efefef;
  -ms-flex-align: stretch;
}

.npf-banner__subtitle {
  margin-bottom: 24px;
  font-weight: 600;
  color: #21a038;
}

.npf-banner__note {
  margin-bottom: 40px;
}

.npf-banner__content {
  display: -ms-flexbox;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  -ms-flex-pack: justify;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
}

.npf-banner__title {
  margin-bottom: 14px;
}

.npf-banner__image {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  -ms-flex-pack: end;
  -ms-flex-align: end;
}

.npf-banner__image img {
  max-width: 100%;
  margin: 0 auto;
}

.npf-benefits__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 266px;
  padding: 20px;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
}

.npf-benefits__title {
  margin-bottom: 20px;
  color: #21a038;
}

.npf-benefits__holder {
  min-height: 31px;
  margin-top: 20px;
}

.npf-benefits__nav {
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
}

.npf-benefits__number {
  position: absolute;
  right: 32px;
  bottom: 32px;
  display: none;
  font-weight: 600;
  color: #cdd2d6;
}

.npf-benefits__pagination {
  justify-content: center;
  margin-top: 24px;
  -ms-flex-pack: center;
}

.npf-business-cases-nav {
  display: none;
}

.npf-business-cases-nav__button:last-child {
  margin-left: 4px;
}

.npf-business-cases__item {
  display: block;
  width: 100%;
}

.npf-business-cases__container {
  margin-right: 0 !important;
}

.npf-business-cases__slide {
  width: 100%;
}

.npf-business-cases__banner {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 136px;
  margin-bottom: 24px;
  overflow: hidden;
  -ms-flex-pack: end;
  -ms-flex-align: end;
}

.npf-business-cases__image {
  max-width: 280px;
}

.npf-business-cases__pagination {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
}

.npf-header_open-menu .npf-header__menu {
  right: 0px;
}

.npf-header_open-menu .npf-header__overlay {
  display: block;
}

.npf-header_open-search .npf-header-search {
  display: block;
}

.npf-header_open-search .npf-header__overlay {
  display: block;
}

.npf-header__placeholder,
.npf-header__content {
  height: 102px;
}

.npf-header__spasibokpp_weight {
  height: initial;
}

.npf-header__content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}

.npf-header__line {
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, color-stop(53.92%, #00d900), to(#ff0));
  background: linear-gradient(90deg, #00d900 53.92%, #ff0 100%);
}

.npf-header__search {
  flex-grow: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.npf-header__links {
  display: -ms-flexbox;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.npf-header__link {
  padding: 14px 0;
  text-align: right;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.npf-header__link-wrapper {
  display: -ms-flexbox;
  display: flex;
}

.npf-header__icon {
  margin-left: 8px;
  padding: 5px 6px 5px 6px;
  background: #ef4b3f;
  border-radius: 4px;
}

.npf-header__icon > p {
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  font-family: SB Sans Interface;
  text-align: left;
  color: #fff;
  letter-spacing: 0px;
}

.npf-header__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  background: #333f48;
  opacity: 0.4;
}

.npf-header__close {
  margin: 0 0 0 auto;
  padding: 20px 0 20px 40px;
  cursor: pointer;
}

.npf-header__menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.npf-header__menu-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-end;
  -ms-flex-align: end;
}

.npf-header__search,
.npf-header__burger {
  cursor: pointer;
}

.npf-header__info {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.npf-header__ecosystem {
  display: block;
  margin-right: 7px;
}

.npf-header__ecosystem > svg {
  cursor: pointer;
}

.npf-header__base {
  padding: 11px 0;
}

.npf-header__base-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.npf-header__base-container > .npf-header__button_primary {
  width: 100%;
  margin-top: 12px;
}

.npf-header__control {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.npf-header__contact {
  display: none;
}

.npf-header__button_mobile {
  margin-left: 12px;
}

.npf-header.npf-header_mini .npf-header__base {
  border-bottom: none;
}

.npf-ecosystem {
  position: absolute;
  top: 60px;
  display: none;
  width: 304px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 28px rgba(73, 78, 83, 0.15);
  box-shadow: 0px 3px 28px rgba(73, 78, 83, 0.15);
}

.npf-ecosystem__icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.npf-ecosystem__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin-bottom: 20px;
  -ms-flex-align: center;
}

.npf-ecosystem__image {
  margin-bottom: 8px;
}

.npf-ecosystem__link {
  text-align: center;
}

.npf-header-search {
  position: fixed;
  top: 102px;
  z-index: 101;
  display: none;
  width: 100%;
}

.npf-header-search__container {
  padding-right: 20px;
  padding-left: 20px;
}

.npf-header-search__field {
  width: 100%;
  padding: 16px 0;
  border: none;
}

.npf-header-search__field::-ms-clear {
  display: none;
}

.npf-header-search__form {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.npf-header-search__icon {
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 12px;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.npf-header-search .npf-header-search__button {
  display: -ms-flexbox;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.npf-header-search__clear {
  display: none;
  margin: 0 8px;
  padding: 0 8px;
  cursor: pointer;
}

.npf-autocomplete__list {
  padding: 0 0 20px;
  border-top: 1px solid #f0f3f6;
}

.npf-autocomplete__item {
  height: 44px;
  font-size: 14px;
  line-height: 20px;
}

.npf-autocomplete__item > a {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding: 12px 0;
}

.npf-autocomplete__item:hover {
  background: #f0f3f6;
  cursor: pointer;
}

.npf-hiw {
  width: 100%;
  overflow-x: auto;
}

.npf-hiw__wrap {
  position: relative;
  width: 744px;
}

.npf-hiw__card {
  width: 228px;
  height: 210px;
}

.npf-hiw__card:not(:last-child) {
  margin-bottom: 32px;
}

.npf-hiw__cards {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
}

.npf-hiw__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.npf-hiw__column:not(:first-child):not(:last-child) {
  justify-content: center;
  margin: 0 31px;
  -ms-flex-pack: center;
}

.npf-hiw__background {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 64px 0;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.npf-hiw__lines {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  width: 289px;
  height: 100%;
  -ms-flex-pack: justify;
}

.npf-hiw__curves {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.npf-hiw__curve:first-child {
  margin-bottom: 38px;
}

.npf-hiw__set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  -ms-flex-pack: justify;
}

.npf-hiw__line_xl,
.npf-hiw__set_xl {
  display: none;
}

.npf-hiw__line_md,
.npf-hiw__set_md {
  display: none;
}

.npf-hiw-card {
  overflow: hidden;
}

.npf-hiw-card__flipping {
  position: relative;
  width: 100%;
  height: 100%;
}

.npf-hiw-card__front,
.npf-hiw-card__back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  border-radius: 8px;
}

.npf-hiw-card__icon {
  display: -ms-flexbox;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  background: #f0f3f6;
  border-radius: 12px;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
}

.npf-hiw-card__title {
  width: 100%;
}

.npf-hiw-card__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  -ms-flex-align: start;
}

.npf-hiw-card__text a {
  color: #21a038;
}

.npf-hiw-card__button {
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 12px;
  padding: 6px 11px;
  font-weight: 600;
  border: 1px solid #111;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
}

.npf-hiw-card__front {
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e2e6ec;
  -ms-flex-pack: justify;
}

.npf-hiw-card__header {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.npf-hiw-card__back {
  color: #fff;
  background: #21a038;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.npf-hiw-card__back > *:not(:last-child) {
  margin-bottom: 4px;
}

.npf-hiw-card.active .npf-hiw-card__back {
  z-index: 2;
  opacity: 1;
}

.npf-htg__tab-container:not(.active) {
  height: 0;
  overflow: hidden;
}

.npf-htg__columns {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.npf-htg__column {
  width: 30%;
}

.npf-htg__column > *:not(:last-child) {
  margin-bottom: 12px;
}

.npf-htg__column a {
  color: #21a038;
}

.npf-htg__desc {
  color: #878b90;
}

.npf-htg__title {
  font-weight: 600;
}

.npf-htg .npf-htg__button {
  margin-top: 24px;
  color: #fff;
}

.npf-htg .npf-htg__button:not(.npf-htg .npf-htg__button_mobile) {
  display: none;
}

.npf-htg__pagination {
  justify-content: center;
  margin-top: 20px;
  -ms-flex-pack: center;
}

.npf-htg__num {
  margin-right: 28px;
  font-size: 90px;
  line-height: 90px;
  color: #21a038;
}

.npf-htg__header {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.npf-htg__adress {
  margin-bottom: 8px;
  font-weight: 600;
}

.npf-htg__contacts {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 12px;
  padding: 20px;
  border: 1px solid #f0f3f6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
}

.npf-htg__block:first-child {
  width: 200px;
}

.npf-htg__map {
  width: 100%;
}

.npf-htg__phone {
  margin-top: 20px;
}

.npf-main-banner-slider {
  position: relative;
}

.npf-main-banner-slider__container {
  margin-right: 0 !important;
}

.npf-main-banner-slider__nav {
  display: none;
  align-items: center;
  -ms-flex-align: center;
}

.npf-main-banner-slider__nav-container {
  position: absolute;
  bottom: 23px;
  left: 50%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-flex-pack: center;
}

.npf-main-banner-slider__pagination {
  position: static;
}

.npf-main-banner-slider__button {
  background: rgba(255, 255, 255, 0.96);
}

.npf-main-banner-slider__button:last-child {
  margin-left: 4px;
}

.npf-main-banner-slider__button.swiper-button-disabled:hover {
  background: rgba(255, 255, 255, 0.96);
}

.npf-main-banner {
  height: 500px;
  overflow: hidden;
}

.npf-main-banner__content {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.npf-main-banner__title {
  margin-bottom: 8px;
}

.npf-main-banner__text {
  margin-bottom: 25px;
}

.npf-main-banner__button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  height: 100%;
  -ms-flex-align: center;
}

.npf-main-banner__button {
  flex-grow: 0;
  flex-shrink: 0;
  order: 3;
  width: 100%;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  -ms-flex-order: 3;
}

.npf-main-banner__description {
  display: none;
  order: 1;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 16px;
  white-space: pre-line;
  -ms-flex-order: 1;
}

.npf-main-banner__wide-container {
  position: relative;
  height: 100%;
}

.npf-main-banner__container {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 46px;
}

.npf-main-banner__image-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  -ms-flex-pack: end;
  -ms-flex-align: end;
}

.npf-main-banner__image-wrap_video {
  width: 50%;
  margin-right: 0 !important;
  margin-left: 18%;
}

.npf-main-banner__image-wrap_default {
  display: none;
  width: 470px;
  height: 280px;
  margin-right: -96px;
}

.npf-main-banner__image-wrap_wide {
  display: none;
  width: 470px;
  height: 100%;
  min-height: 100%;
  margin-right: -96px;
}

.npf-main-banner__image-wrap_mobile {
  position: static;
  order: 2;
  width: 280px;
  height: 100%;
  -ms-flex-order: 2;
}

.npf-main-banner__image {
  max-width: 100%;
}

.npf-main-banner_image_wide .npf-main-banner__image-wrap_default {
  display: none !important;
}

.npf-main-banner_image_default .npf-main-banner__image-wrap_wide {
  display: none !important;
}

.npf-mobile-app-banner {
  display: block;
  padding: 0;
}

.npf-mobile-app-banner.npf-tile {
  background-color: #efefef;
}

.npf-mobile-app-banner__text {
  width: 100%;
}

.npf-mobile-app-banner__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 28px 20px 24px;
  -ms-flex-align: stretch;
}

.npf-mobile-app-banner__title {
  margin-bottom: 12px;
  font-weight: 600;
}

.npf-mobile-app-banner__desc {
  margin-bottom: 24px;
}

.npf-mobile-app-banner__image {
  position: relative;
}

.npf-mobile-app-banner__bg {
  position: relative;
  left: 50%;
  width: 278px;
  border-radius: 8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.npf-mobile-app-banner__bg > img {
  width: 278px;
}

.npf-mobile-app-banner__phone {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 133px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.npf-mobile-app-banner__phone > img {
  width: 133px;
  max-height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}

.npf-mobile-app-banner__retention {
  position: initial;
  bottom: 0;
  width: 250px;
}

.npf-mobile-app-banner__retention > img {
  width: 250px;
}

.npf-mobile-app-banner__bottom {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

a.npf-mobile-app-banner__button_primary {
  display: none;
  white-space: nowrap;
}

a.npf-mobile-app-banner__button_app {
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

a.npf-mobile-app-banner__button_app:last-child {
  margin-right: 0;
}

a.npf-mobile-app-banner__button_mobile {
  width: 100%;
  margin-bottom: 20px;
}

.npf-mobile-app-banner__below {
  padding: 0 20px 20px 20px;
}

.npf-mobile-app-banner__below .npf-mobile-app-banner__button {
  text-align: center;
}

.npf-our-products__tab-container {
  display: none;
  width: 100%;
}

.npf-our-products__tab-container.active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.npf-our-products__tile {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.npf-our-products__content {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
}

.npf-our-products__buttons {
  display: block;
  width: 100%;
}

.npf-our-products__text {
  width: 100%;
}

.npf-our-products__title {
  margin-bottom: 16px;
}

.npf-our-products__button {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 8px;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.npf-our-products__button:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.npf-our-products__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 100%;
  -ms-flex-align: center;
}

.npf-our-products__image {
  overflow: hidden;
}

.npf-our-products__image_desktop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 280px;
}

.npf-our-products__image_mobile {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 240px;
  margin-top: 16px;
}

.npf-our-products__image_mobile img {
  width: 100%;
}

.npf-product-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #f0f3f6;
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 8px;
  -ms-flex-pack: justify;
}

.npf-product-card__title {
  max-width: 238px;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.npf-product-card__text {
  max-width: 174px;
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.npf-product-card__image {
  display: none;
  margin: 0 auto;
}

.npf-product-card .button {
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 192px;
  padding: 0 22px;
  -ms-flex-pack: center;
}

.npf-product-card .button_disabled {
  background: #cdd2d6;
}

.npf-product-card .button__text {
  font-size: 16px;
}

.publishs .publishs-announce {
  margin-bottom: 20px;
}

.publishs-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-publishs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 calc(33.3% - 20px);
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.3% - 20px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-publishs .blog-announce {
  width: 100%;
  min-height: 148px;
  margin-bottom: 12px;
}

.npf-modal-search .npf-modal__content {
  width: 100%;
  max-width: 700px;
  height: 400px;
}

.npf-modal-search__field {
  width: 100%;
  padding: 18px 0;
  border: none;
}

.npf-modal-search__form {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 16px;
  -ms-flex-align: center;
}

.npf-modal-search__icon {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 12px;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.npf-modal-search__button {
  flex-grow: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.npf-modal-search__clear {
  display: none;
  margin: 0 8px;
  padding: 0 8px;
  cursor: pointer;
}

.npf-header__search {
  flex-grow: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.npf-search {
  display: block;
  width: 100%;
  margin-bottom: 32px;
}

.npf-search__container {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #e2e6ec;
  border-radius: 8px;
}

.npf-search__field {
  width: 100%;
  padding: 16px 0;
  border: none;
}

.npf-search__field::-ms-clear {
  display: block;
}

.npf-search__form {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.npf-search__icon {
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 12px;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.npf-search .npf-search__button {
  display: -ms-flexbox;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.npf-search__clear {
  display: none;
  margin: 0 8px;
  padding: 0 8px;
  cursor: pointer;
}

.npf-sevices__tab-container {
  display: none;
}

.npf-sevices__tab-container.active {
  display: block;
}

.npf-sevices__item {
  width: 100%;
}

.npf-sevices__image {
  flex-grow: 0;
  flex-shrink: 0;
  height: 128px;
  background-position: center;
  background-size: cover;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.npf-sevices__button {
  width: 100%;
}

.npf-sevices__tag {
  display: inline-block;
  margin-top: 12px;
  margin-left: 12px;
  padding: 3px 6px;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  background: #fff;
  border-radius: 4px;
}

.old-browser {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  background: #fff;
  -ms-flex-align: center;
}

.old-browser.active {
  display: -ms-flexbox;
  display: flex;
}

.old-browser__content {
  max-width: 600px;
  max-height: 100vh;
  padding: 20px;
  overflow: auto;
}

.old-browser__logo {
  margin-bottom: 60px;
}

.old-browser__logo svg {
  width: 198px;
  height: 36px;
}

.old-browser__heading {
  margin-bottom: 24px;
}

.old-browser__text {
  margin-bottom: 40px;
}

.old-browser__list {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.old-browser__icon {
  margin-right: 32px;
}

.old-browser__close {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}

.page-menu-list {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  -ms-flex-pack: justify;
}

.page-menu-list li {
  margin: 0 15px;
}

.page-menu-list__item {
  display: block;
  padding-bottom: 7px;
  font-size: 13px;
  line-height: 24px;
  color: #2d3033;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}

.page-menu-list__item_current {
  font-weight: 500;
  color: #262626;
  border-color: #18bb4f;
}

.cloud {
  position: absolute;
  top: 0;
  right: -50px;
  width: 250px;
}

.cloud img {
  width: 100%;
}

.main {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
  padding-top: calc((100vh - 102px - 366px) / 2);
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.main__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 100%;
  -ms-flex-align: center;
}

.main__image-wrapper {
  margin-bottom: 20px;
}

.main__image {
  width: 280px;
}

.main__image img {
  width: 100%;
}

.main__title {
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.5;
}

.main__description {
  width: 100%;
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface';
  text-align: center;
  color: #000;
}

.main__button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  height: 100%;
  -ms-flex-align: center;
}

.about-ops__slider.npf-main-banner {
  height: auto;
}

.about-ops__slider.npf-main-banner .npf-main-banner__image-wrap {
  position: static;
  height: auto;
}

.about-ops__slider.npf-main-banner .npf-main-banner__content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-ops__slider.npf-main-banner .npf-main-banner__container {
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  -ms-flex-align: stretch;
}

.about-ops__text-content a {
  color: #21a038;
}

.about-ops__title {
  margin-bottom: 24px;
}

.about-ops__container {
  max-width: 880px;
}

.about-ops__container b {
  margin-bottom: 16px;
}

.about-ops__container p:not(:last-child) {
  margin-bottom: 32px;
}

.about-ops__container ol {
  counter-reset: ops-list;
}

.about-ops__container ol li:before {
  content: counter(ops-list) '.';
  margin-right: 8px;
  counter-increment: ops-list;
}

.about-ops__container ul li:before {
  content: '\2022';
  margin-right: 8px;
}

.about-ops-doc {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 32px;
  -ms-flex-align: center;
}

.about-ops-doc__icon {
  margin-right: 8px;
}

.about-ops-contacts__left {
  margin-bottom: 20px;
}

.about-ops-contacts__left,
.about-ops-contacts__right {
  padding: 20px;
  background: #f0f3f6;
  border-radius: 8px;
}

.about-ops-contacts__section:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cdd2d6;
}

.about-ops-contacts__header a {
  color: #21a038;
}

.about-ops-contacts__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.about-ops-contacts__title b {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.about-ops-contacts__desk,
.about-ops-contacts__instruction {
  color: #878b90;
}

.about-ops-contacts__desk div,
.about-ops-contacts__instruction div {
  margin-bottom: 20px;
}

.about-ops-contacts__desk {
  font-size: 12px;
}

.about-ops-contacts__desk p:not(:last-child) {
  margin-bottom: 22px;
}

.about-ops-contacts__map {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  margin-top: 24px;
  background-image: url('/assets/images/about-ops/map.png');
  background-position: center;
  border-radius: 4px;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.data-chart {
  padding: 16px;
}

.data-chart__body {
  min-height: 500px;
}

.data-chart-download {
  border: 1px solid #eaeaea;
}

.data-chart-download__link {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 12px;
  line-height: 20px;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.data-chart-download__link .icon {
  margin-right: 14px;
}

.data-chart__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
}

.data-chart__chart {
  padding-top: 64px;
}

.chart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-bottom: 20px;
  -ms-flex-pack: center;
}

.chart_centered {
  align-items: center;
  -ms-flex-align: center;
}

.chart__list {
  margin-bottom: 34px;
}

.chart__list:hover .chart__item {
  opacity: 0.5;
}

.chart__item {
  position: relative;
  padding: 6px 0 6px 20px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 22px;
}

.chart__item:hover {
  opacity: 1 !important;
}

.chart__item > span:hover {
  cursor: pointer;
}

.chart__radial {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chart__link {
  font-size: 14px;
  line-height: 24px;
  color: #18bb4f;
}

.person {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
}

.person__image {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  margin-right: 12px;
  margin-bottom: 32px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -ms-flex-negative: 0;
}

.person__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.person__title {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.person__title span {
  display: block;
}

.person__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.income-about {
  padding: 20px;
}

.income-about__diagram {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  -ms-flex-align: center;
}

.income-about__text,
.income-about__bar,
.income-about__arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.income-about__text,
.income-about__bar {
  flex-shrink: 0;
  -ms-flex-negative: 0;
}

.income-about__arrow {
  justify-content: center;
  margin: 20px 0;
  -ms-flex-pack: center;
}

.income-about__arrow-text {
  margin-bottom: 9px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  color: #85878a;
}

.income-about__arrow-item {
  display: none;
}

.income-about__arrow-mobile {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
}

.income-about__text {
  justify-content: center;
  width: 100%;
  -ms-flex-pack: center;
}

.income-about__text-item {
  padding: 20px;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #333f48;
  background: #f0f3f6;
  border-radius: 8px;
}

.income-about__bar {
  width: 100%;
}

.income-about__bar-add {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
  width: 30%;
  height: 48px;
  background: #00d900;
  -ms-flex-order: 2;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.income-about__bar-item {
  order: 1;
  width: calc(70% - 4px);
  height: 48px;
  margin-right: 4px;
  background: #21a038;
  -ms-flex-order: 1;
}

.income-about__bar-holder {
  display: -ms-flexbox;
  display: flex;
  order: 2;
  -ms-flex-order: 2;
}

.income-about__bar-note {
  order: 1;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -ms-flex-order: 1;
}

.income-about__description {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.income-about__body {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.digits-row {
  position: relative;
  height: 196px;
  overflow: hidden;
}

.digits-row .item-block_color_gray {
  min-height: unset;
}

.links-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
}

.links-block:hover {
  color: #333f48;
}

.links-block__title {
  max-width: 150px;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.links-block__head {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.links-block__list-item {
  display: -ms-flexbox;
  display: flex;
}

.links-block__list-item:not(:last-child) {
  margin-bottom: 8px;
}

.links-block__list-item:hover {
  text-decoration: underline;
}

.links-block__list-item:before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 6px;
  margin-right: 16px;
  background: #878b90;
  border-radius: 100%;
  -ms-flex-negative: 0;
}

.article-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.article-tags .tag {
  margin-bottom: 5px;
}

.article-tags__date {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #878a8f;
}

.article-header {
  display: block;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.article-origin {
  font-size: 16px;
  line-height: 24px;
}

.article-origin a {
  color: #21a038;
}

.assignee-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  background-color: #f0f3f6;
  border-radius: 8px;
}

.assignee-card__head {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
}

.assignee-card__head_green {
  background-color: rgba(33, 160, 56, 0.2);
}

.assignee-card__head_blue {
  background-color: rgba(63, 197, 239, 0.2);
}

.assignee-card__head_gray {
  background-color: #e2e6ec;
}

.assignee-card__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1 1;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  -ms-flex-pack: justify;
}

.assignee-card__text {
  margin-bottom: 24px;
}

.assignee-card__arrow {
  display: none;
  margin-left: 20px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.assignee-card_always-open .assignee-card__arrow {
  display: none;
}

.assignee-card_always-open .assignee-card__body {
  display: -ms-flexbox;
  display: flex;
}

.assignee-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f0f3f6;
  border-bottom: 1px solid #e2e6ec;
  cursor: pointer;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
}

.assignee-block__title {
  width: calc(100% - 36px);
  padding: 30px 20px;
}

.assignee-block__subtitle {
  margin-bottom: 15px;
}

.assignee-block__body {
  display: none;
  margin-top: 24px;
  padding: 30px 20px;
  padding-top: 0;
  cursor: default;
}

.assignee-block__body p {
  max-width: 780px;
  line-height: 20px;
}

.assignee-block__left {
  width: 100%;
}

.assignee-block__right {
  position: absolute;
  top: 28px;
  right: 20px;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.assignee-block__right:hover {
  background-color: #f0f3f6;
}

.assignee-block__right::before,
.assignee-block__right::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  min-width: 14px;
  height: 2px;
  min-height: 2px;
  margin-top: -1px;
  margin-left: -7px;
  background-color: #21a038;
  border-radius: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.assignee-block__right::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.assignee-block__text {
  max-width: 788px;
  margin-bottom: 20px;
}

.assignee-block__text_small-margin {
  margin-bottom: 10px;
}

.assignee-block__text:last-child {
  margin-bottom: 0;
}

.assignee-block__text a {
  color: #21a038;
}

.assignee-block_open .assignee-block__title {
  padding-bottom: 0;
}

.assignee-block_open .assignee-block__body {
  display: block;
}

.assignee-block_open .assignee-block__right:hover {
  background-color: #fff;
}

.assignee-block_open .assignee-block__right::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.assignee-block_open .assignee-block__right::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.assignee-block_simple {
  display: block;
  margin-bottom: 64px;
  padding: 0;
  background-color: transparent;
}

.assignee-block_simple:last-child {
  margin-bottom: 0;
}

.assignee-block_simple .assignee-block__text,
.assignee-block_simple .assignee__list {
  max-width: none;
}

.assignee {
  padding: 64px 0;
}

.assignee a {
  color: #21a038;
}

.assignee .npf-button {
  color: #fff;
}

.assignee .mb-10 {
  margin-bottom: 10px;
}

.assignee .mb-14 {
  margin-bottom: 14px;
}

.assignee .mb-18 {
  margin-bottom: 18px;
}

.assignee .mb-24 {
  margin-bottom: 24px;
}

.assignee .mb-28 {
  margin-bottom: 24px;
}

.assignee ul,
.assignee ol {
  max-width: 780px;
}

.assignee ul a,
.assignee ol a {
  color: #21a038;
}

.assignee ul li,
.assignee ol li {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  line-height: 20px;
  -ms-flex-align: start;
}

.assignee ul li::before,
.assignee ol li::before {
  content: '';
  display: block;
  margin-left: 10px;
}

.assignee ul li:last-child,
.assignee ol li:last-child {
  margin-bottom: 0;
}

.assignee ul li::before {
  min-width: 3px;
  height: 3px;
  margin-top: 8px;
  margin-right: 11px;
  background-color: #333f48;
  border-radius: 50%;
}

.assignee ol {
  counter-reset: line-number;
}

.assignee ol li {
  counter-increment: line-number;
}

.assignee ol li::before {
  content: counter(line-number) '.';
  width: auto;
  height: auto;
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px;
  background-color: transparent;
}

.assignee__list {
  max-width: 780px;
}

.assignee__list_margin {
  margin-bottom: 15px;
}

.assignee__list-title {
  margin-bottom: 20px;
}

.assignee__list a {
  color: #21a038;
}

.assignee__list li {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
}

.assignee__list li::before {
  content: '';
  display: block;
  margin-left: 10px;
}

.assignee__list li:last-child {
  margin-bottom: 0;
}

ul.assignee__list li {
  margin-bottom: 5px;
}

ul.assignee__list li::before {
  min-width: 3px;
  height: 3px;
  margin-top: 8px;
  margin-right: 11px;
  background-color: #333f48;
  border-radius: 50%;
}

ol.assignee__list li {
  margin-bottom: 10px;
}

ol.assignee__list li::before {
  content: attr(data-content);
  width: auto;
  height: auto;
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px;
  background-color: transparent;
}

ol.assignee__list_small-margin li,
ul.assignee__list_small-margin li {
  margin-bottom: 0px;
}

ol.assignee__list_big-margin li,
ul.assignee__list_big-margin li {
  margin-bottom: 20px;
}

.assignee__title {
  margin-bottom: 0;
}

.assignee__title_big-margin {
  margin-bottom: 64px;
}

.assignee__block_none {
  display: none;
}

.assignee__common {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
  gap: 20px;
}

.assignee__general-card {
  width: calc(50% - 10px);
}

.assignee__general-card-head {
  min-height: 96px;
}

.assignee__payment-card {
  width: calc(33% - 10px);
}

.assignee__ops-list {
  margin-bottom: 0;
}

.assignee__ipp-card {
  width: calc(50% - 10px);
}

.assignee__ipp-doc-top {
  margin-bottom: 64px;
}

.assignee__ipp-doc-title {
  margin-bottom: 12px;
}

.assignee__ipp-doc-subtitle {
  margin-top: 8px;
}

.assignee__kpp-title {
  margin-bottom: 8px;
}

.assignee__kpp-subtitle {
  margin-top: 0;
  margin-bottom: 32px;
}

.assignee__relative-card {
  width: calc(50% - 10px);
}

.assignee__relative-list {
  margin-bottom: 24px;
}

.assignee__relative-npo-list {
  margin-top: 24px;
  margin-bottom: 64px;
}

.assignee__where_to_apply {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
  background: #f0f3f6;
  border-radius: 8px;
  -ms-flex-pack: justify;
  -ms-flex-align: end;
}

.assignee__where_to_apply-content {
  margin-bottom: auto;
  padding: 32px;
}

.assignee__where_to_apply-img {
  width: 100%;
}

.assignee__where_to_apply-wprapper__img {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  width: 100%;
}

.npf-compliance-form__section {
  margin-bottom: 40px;
}

.npf-compliance-form__title {
  margin-bottom: 20px;
}

.npf-compliance-form__block {
  margin-bottom: 24px;
}

.npf-compliance-form__input {
  width: 100%;
}

.npf-compliance-form__split {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.npf-compliance-form__radio a {
  color: #21a038;
}

.npf-compliance-form__radio-row {
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.npf-compliance-form__button.npf-compliance-form__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.npf-compliance-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.npf-compliance-item__image {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
}

.npf-compliance-item__image img {
  max-width: 100%;
}

.npf-compliance-item__title {
  margin-bottom: 26px;
}

.npf-compliance-item__note {
  margin-bottom: 40px;
}

.npf-compliance-items .npf-compliance-item:not(:last-child) {
  margin-bottom: 80px;
}

.npf-compliance-popup > * > *:not(:last-child) {
  margin-bottom: 24px;
}

.npf-compliance-popup__split {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
}

.npf-compliance-popup a {
  color: #21a038;
}

.npf-compliance-report__accordion a {
  color: #21a038;
}

.npf-compliance-report__contacts {
  color: #878b90;
}

.npf-compliance-report__contacts > b {
  display: block;
  margin-bottom: 20px;
}

.npf-compliance-report__contacts > ul > li {
  display: -ms-flexbox;
  display: flex;
}

.npf-compliance-report__contacts > ul > li:before {
  content: '·';
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 25px;
  text-align: center;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
}

.npf-compliance-report__contacts a {
  color: #21a038;
}

.npf-compliance-report__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

.contacts-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 20px;
  -ms-flex-pack: justify;
}

.phone__text {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
}

.phone__number {
  min-width: 250px;
  font-size: 24px;
  line-height: 30px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.office {
  margin-bottom: 12px;
  padding: 24px 20px;
  background: #f0f3f6;
  border-radius: 8px;
}

.address {
  max-width: 1180px;
  margin-bottom: 64px;
}

.address_alt {
  max-width: none;
}

.address__note {
  margin-bottom: 40px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 20px;
  background: #f0f3f6;
  border-radius: 8px;
}

.address__title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 44px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #21a038;
}

.address__coordinates {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  -ms-flex-pack: justify;
}

.address__coordinates-adress {
  max-width: 575px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
}

.address__coordinates-link {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 180px;
  margin-top: 2px;
  padding: 7px 12px;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #21a038;
  border: 1px solid #21a038;
  border-radius: 4px;
  cursor: pointer;
  -ms-flex-align: center;
}

.address__coordinates-link svg {
  margin-right: 5px;
}

.address-about {
  display: -ms-flexbox;
  display: flex;
}

.address-about__days,
.address-about__title,
.address-about__time {
  font-size: 16px;
  line-height: 24px;
}

.address-about__working-hours {
  width: 100%;
  max-width: 550px;
  margin-right: 50px;
}

.address-about__title {
  margin-bottom: 16px;
  font-weight: 600;
}

.address-about__row {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 626px;
  margin-bottom: 12px;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.address-about__time {
  width: 300px;
  font-weight: 600;
}

.address-about__time br {
  display: none;
}

.address-about__contacts {
  padding-top: 6px;
}

.address-about__contact:not(:last-child) {
  margin-bottom: 26px;
}

.address-about__description {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.address-about__value {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.address-about__value .tooltip {
  margin-left: 2px;
}

.address-departments {
  max-width: 70%;
  margin-bottom: 30px;
}

.address-departments__item {
  padding: 30px;
  padding-left: 0;
  border-bottom: 1px solid #ededed;
}

.address-departments__adress {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 22px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.address-departments__city {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #85878a;
}

.departments-search {
  position: relative;
  margin-bottom: 30px;
}

.departments-search.active .departments-search__field {
  border-bottom-color: transparent;
  border-radius: 4px 4px 0 0;
}

.departments-search.active .departments-search__results {
  display: block;
}

.departments-search__field {
  width: 100%;
  padding: 17px 16px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #cdd2d6;
  border-radius: 4px;
}

.departments-search__city {
  padding: 17px 16px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.departments-search__city:hover {
  background: #f0f3f6;
}

.departments-search__results {
  position: absolute;
  z-index: 5;
  display: none;
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #cdd2d6;
  border-radius: 0 0 4px 4px;
}

.contact-tabs .tabs-head__item {
  padding: 21px 40px;
}

.contact-tabs .tabs-head__item p {
  font-weight: 400;
}

.contact-tabs .tabs-head__item.active {
  padding: 32px 40px 46px;
}

.contact-tabs .tabs-head__item.active p {
  font-weight: 600;
}

.alert-office {
  margin-bottom: 24px;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #ef4b3f;
  background: rgba(239, 75, 63, 0.12);
  border-radius: 8px;
}

.question {
  width: 100%;
  height: 70px;
  background-color: #fbfbfb;
}

.corp-kpp-content .corp-kpp-title {
  margin-bottom: 50px;
  padding-top: 28px;
}

.corp-kpp-content .corp-kpp-title .heading__title .h2 {
  font-family: 'SB Sans Display', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.corp-kpp-content .promo__button-holder {
  display: none;
}

.corp-kpp-step {
  width: 280px;
  height: 370px;
  overflow-y: auto;
}

.corp-kpp-step__link {
  color: #21a038;
}

.corp-kpp-documents {
  margin-top: 20px;
}

.corp-kpp-documents__input-container {
  position: relative;
  margin-bottom: 20px;
}

.corp-kpp-documents__input {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  border: 1px solid #cdd2d6;
  border-radius: 4px;
}

.corp-kpp-documents__input-error {
  display: none;
  width: 100%;
  padding-left: 16px;
  font-size: 12px;
  color: #c92a2a;
}

.corp-kpp-documents__input-error.show {
  display: block;
}

.corp-kpp-documents__send-button {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.corp-kpp-documents__wrapper {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  margin-top: 43px;
}

.corp-kpp-personnel {
  margin-top: 20px;
}

.corp-kpp-personnel__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -ms-flex-align: center;
}

.corp-kpp-personnel__image {
  position: relative;
  margin-right: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.corp-kpp-personnel__image img {
  width: 90px;
  height: 90px;
}

.corp-kpp-personnel__name {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #333f48;
}

.corp-kpp-personnel__email {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #878b90;
}

.corp-kpp-personnel__tel a {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #878b90;
}

.corp-kpp-steps {
  overflow-x: auto;
  overflow-y: visible;
}

.corp-kpp-steps__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: auto;
}

#corp-kpp-how .contract-button_mobile {
  justify-content: center;
  width: 100%;
  margin: 20px auto;
  -ms-flex-pack: center;
}

#corp-kpp-how .contract-button_desktop {
  margin-top: 20px;
}

#corp-kpp-div_mt {
  margin-top: 10px;
}

.kpp-modal {
  display: none;
}

.kpp-modal.active {
  display: block;
}

.kpp-modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.kpp-modal__window {
  position: relative;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 522px;
  padding: 40px;
  padding-top: 80px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.kpp-modal__heading {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  font-family: 'SB Sans Display';
}

.kpp-modal__text {
  margin-bottom: 32px;
}

.kpp-modal__button {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
}

.kpp-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

.kpp-modal__close svg {
  width: 24px;
  height: 24px;
}

.npf-corp-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.npf-corp-form__banner {
  display: -ms-flexbox;
  display: flex;
}

.npf-corp-form__banner img {
  max-width: 100%;
  margin: auto;
}

.npf-corp-form__subtitle {
  margin-top: 16px;
  margin-bottom: 20px;
}

.npf-corp-form__label {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 12px;
  -ms-flex-align: center;
}

.npf-corp-form__label .tooltip {
  margin-left: 8px;
}

.npf-corp-form__input {
  margin-bottom: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.npf-corp-form__input:disabled {
  background: #eee;
  cursor: default;
}

.npf-corp-form__input:disabled:hover {
  border-color: #cdd2d6;
}

.npf-corp-form__item {
  margin-bottom: 20px;
}

.npf-corp-form__form {
  margin-bottom: 12px;
}

.npf-corp-form__captcha .npf-corp-form__input {
  width: 50%;
  margin-right: 20px;
}

.npf-corp-form__captcha-wrap {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  -ms-flex-align: center;
}

.npf-corp-form__update {
  font-weight: 600;
  color: #21a038;
}

.npf-corp-form__button {
  width: 100%;
}

.npf-corp-form__footer {
  line-height: 20px;
  text-align: left;
  color: #878b90;
}

.npf-corp-form__footer a {
  color: #21a038;
}

.npf-corp-form__left-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 40px;
  padding: 40px 40px 0 40px;
  overflow: hidden;
  background: #f6f4f3;
  border-radius: 8px;
  -ms-flex-pack: justify;
}

.npf-corp-form__warning {
  margin-bottom: 24px;
  padding: 16px;
  color: #d13939;
  background: #ffe7e3;
  border-radius: 4px;
}

.npf-corp-form__jurname {
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.disclosure-info {
  padding: 38px;
}

.disclosure-info-item + .disclosure-info-item {
  margin-top: 16px;
}

a.dzo-link {
  color: #21a038;
  -webkit-transition: 125ms ease-out;
  transition: 125ms ease-out;
}

a.dzo-link :hover {
  color: #2d3033;
}

.dzo-promo {
  background: #0e0e0e;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.dzo-promo .dzo-promo-form__input_mobile {
  min-height: 130px;
  background: #0e0e0e;
}

.dzo-promo h2,
.dzo-promo p {
  color: #fff;
}

.dzo-promo .sber-btn {
  background: #21a038;
}

.dzo-promo .sber-btn:hover {
  background: #00d900;
}

.dzo-promo img {
  height: 100%;
}

.dzo-promo-form {
  min-width: 520px;
  padding: 140px 0;
  padding-left: 20px;
}

.dzo-promo-form h2 {
  font-family: 'SB Sans Display', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.dzo-promo-form + div {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.dzo-promo-form p {
  font-size: 16px;
  line-height: 24px;
}

.dzo-promo-form__input,
.dzo-promo-form__input_mobile {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.dzo-promo-form__input_mobile,
.dzo-promo-form__input_mobile_mobile {
  display: none;
}

.dzo-promo-form__input input,
.dzo-promo-form__input_mobile input {
  margin-right: 12px;
}

input.sber-input {
  font-size: 16px !important;
}

.dzo-search {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  -ms-flex-pack: justify;
}

.dzo-search__suggest-list {
  position: absolute;
  z-index: 10;
  display: none;
  width: 100%;
  max-height: 200px;
  margin-top: -4px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e2e6ec;
  border-radius: 0 0 4px 4px;
}

.dzo-search__suggest-item {
  padding: 8px 5px 8px 52px;
  color: #111;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.dzo-search__suggest-item:hover {
  background: #ddd;
}

.dzo-search__button {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 49px;
  padding: 0 24px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background: #21a038;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.dzo-search__button:hover {
  color: #fff;
  background: #1a802d;
}

.dzo-search__button_disabled {
  background: #ccc;
  cursor: default;
}

.dzo-search__button_disabled:hover {
  background: #ccc;
}

.dzo-search__wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: 12px;
}

.dzo-search__icon {
  position: absolute;
  top: 13px;
  left: 15px;
}

.dzo-search__input {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 49px;
  padding-left: 52px;
  border: 1px solid #e2e6ec;
  border-radius: 4px;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.dzo-qr-wrap {
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 64px;
}

.dzo-qr-wrap .dzo-note {
  width: 100%;
  max-width: 365px;
  margin-right: 64px;
}

.dzo-qr-wrap .dzo-content {
  width: 100%;
  max-width: 223px;
}

.dzo-qr-wrap .dzo-content .landing-form__button {
  min-width: 0;
}

.dzo-note {
  width: 100%;
  max-width: 515px;
  margin: 0 auto;
  padding: 40px;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  background: #1f9e35;
  border-radius: 8px;
}

.dzo-qr {
  width: 100%;
  max-width: 300px;
  margin-bottom: 32px;
}

.dzo-status {
  width: 100%;
  max-width: 522px;
  margin: 0 auto;
  padding: 40px;
}

.dzo-custom-promo .heading__title .h2 {
  white-space: nowrap;
}

.faq-section {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.faq-section__questions {
  max-width: 780px;
}

.faq-section__menu {
  flex-shrink: 0;
  width: 280px;
  margin-left: 15px;
  -ms-flex-negative: 0;
}

.faq-section__menu-item {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.faq-section__menu-item.active {
  font-weight: 600;
}

.faq-section__menu-item[data-level] {
  padding-left: 16px;
  border-left: 1px solid #e2e6ec;
}

.faq-section__menu-item[data-level='1'] {
  padding-left: 0px;
  border-left: none;
}

.faq-section__menu-item[data-level='2'] {
  margin-left: 16px;
}

.faq-section__menu-item[data-level='3'] {
  margin-left: 32px;
}

.faq-section__menu-item[data-level='4'] {
  margin-left: 48px;
}

.faq-section__menu-item[data-level='5'] {
  margin-left: 64px;
}

.faq-link {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 84px;
  padding: 0 26px;
  font-weight: 400;
  font-size: 17px;
  border-bottom: 1px solid #e2e6ec;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.faq-link:hover {
  background: #fbfbfb;
}

.invest-result__item {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  -ms-flex-align: center;
}

.invest-result__item:last-child {
  margin-bottom: 0;
}

.invest-result__text {
  padding-left: 20px;
  font-size: 17px;
  line-height: 26px;
  color: #333f48;
}

.lk-ad {
  margin: 0 auto;
  text-align: center;
}

.lk-ad__text {
  margin-bottom: 15px;
}

.lk-ad__button {
  margin: 0 auto;
}

.blockquote {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 28px;
  color: #3d4349;
}

.product-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-info .list {
  list-style: none;
}

.product-info__divider {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}

.product-info__divider .list {
  width: 80%;
}

.product-info__divider .button {
  margin-top: 20px;
}

.product-info__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  -ms-flex-pack: justify;
}

.product-info__bar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-info__bar-item {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
}

.product-info__bar-item:first-child::before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 39px;
  display: block;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-info__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.product-info__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  -ms-flex-align: start;
}

.product-info__list-item {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  -ms-flex-pack: justify;
}

.list__item {
  position: relative;
  margin-bottom: 12px;
  padding: 0 0 0 22px;
  font-size: 13px;
  line-height: 24px;
  color: #2c3136;
}

.list__item strong {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #333f48;
}

.list__item span {
  font-size: 14px;
  line-height: 21px;
  color: #2c3136;
}

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

.list__item::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: #21a038;
  border-radius: 50%;
}

.list-ipp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13px;
}

.list-ipp__item {
  position: relative;
  height: 30px;
  margin: 6px 13px;
  padding: 0 12px;
  font-size: 12px;
  line-height: 30px;
  color: #000;
  background: #f6f6f6;
}

.list-ipp__item::before {
  content: '+';
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #18bb4f;
}

.list-ipp__item_multiply::before {
  content: '×';
}

.list-ipp__item:last-child::before {
  content: none;
}

.bg__gray {
  padding: 40px 44px 36px;
  text-align: center;
  background: #f0f3f6;
}

.bg-steps {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 30px !important;
  -ms-flex-align: center;
  justify-items: center;
}

.bg-steps__description {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  -ms-flex-pack: justify;
  justify-items: center;
}

.bg-steps__description p {
  width: 100%;
  min-width: 280px;
  max-width: 320px;
  text-align: left;
}

.bg-steps__description p a {
  color: #21a038;
  text-decoration: underline;
}

.bg-steps__description p a:hover {
  color: #2d3033;
}

.bg-steps__description p:last-child {
  margin-bottom: 20px;
}

.bg-steps hr {
  display: inline-block;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  height: 0;
  border-top: 1px solid #cdd2d6;
}

.bg-steps span {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 45px;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.bg-steps span:nth-child(1) {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #111;
  background-image: url('../images/icons/digit-one.svg');
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 30%;
  border-radius: 50%;
}

.bg-steps span:nth-child(3) {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #111;
  background-image: url('../images/icons/digit-two.svg');
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 30%;
  border-radius: 50%;
}

.bg-steps span:nth-child(5) {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #111;
  background-image: url('../images/icons/digit-three.svg');
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 30%;
  border-radius: 50%;
}

a.anchor {
  position: relative;
  top: -250px;
  display: block;
  visibility: hidden;
}

.steps-kpp {
  display: none;
}

.step {
  margin-top: 10px;
}

.step:last-child .step__number:before {
  display: none !important;
}

.swiper-slide:last-child .step__number::before {
  content: none;
}

.program-card__container .columns {
  display: -ms-grid;
  display: grid;
}

.program-card__swiper {
  display: none;
  overflow: hidden;
}

.program-card__swiper .swiper-slide {
  max-width: 340px !important;
}

.kpp-calculator {
  margin-bottom: 24px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.kpp-calculator .kpp-calculator__landing {
  position: relative;
  background: #fff;
}

.kpp-calculator .kpp-calculator__data-title {
  margin-bottom: 22px;
}

.kpp-calculator .kpp-calculator__field-group {
  margin-top: 0;
}

.kpp-calculator #employers > div,
.kpp-calculator #fot > div,
.kpp-calculator #percentPostfix > div {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 28px;
  color: #878b90;
}

.kpp-calculator .kpp-calculator__total {
  margin-bottom: 22px;
  font-size: 21px;
  line-height: 28px;
  color: #000;
}

.kpp-calculator .kpp-calculator__budget {
  margin-top: 0;
}

.kpp-calculator .kpp-calculator__sum {
  margin-bottom: 32px;
  font-family: 'SB Sans Display', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #21a038;
}

.kpp-calculator .kpp-calculator__sum > div:first-child {
  max-width: 480px;
}

.kpp-calculator .kpp-calculator__sum > div:last-child {
  bottom: 0;
  font-weight: normal;
  font-size: 64px;
  line-height: 80px;
}

.kpp-calculator .kpp-calculator__subsum {
  margin-top: 0;
}

.kpp-calculator .kpp-calculator__subsum-result {
  margin-top: 0;
  font-family: 'SB Sans Display', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.kpp-calculator .kpp-calculator__subsum-result > div:last-child {
  bottom: 0px;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
}

.kpp-calculator .kpp-calculator__subsum-section {
  max-width: none;
}

.kpp-calculator .kpp-calculator__button {
  display: none;
}

.preview {
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
}

.preview__text {
  display: inline;
  margin-right: 20px;
  color: #333f48;
}

.preview__button {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #f3f3f3;
  border-radius: 50%;
}

.preview__button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: url('../images/icons/kpp-arrow.svg') no-repeat center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preview.opened .preview__button::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.full {
  display: none;
  font-size: 13px;
  line-height: 20px;
}

.full.opened {
  display: block;
}

.list {
  width: 100% !important;
  padding-top: 10px;
  padding-left: 20px;
  list-style: decimal;
}

.form__title {
  font-size: 22px;
  line-height: 30px;
  font-family: 'SB Sans Display', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.calculator__button {
  display: none;
}

#economy > div:last-child,
#economy > div:last-child div {
  color: #21a038;
}

#kppBudget {
  display: none;
}

.section--kpp-promo .promo__image {
  -ms-flex-direction: column;
  flex-direction: column;
}

media screen .section_check.section_check (min-width: 1024px) {
  margin-top: 0;
}

.kpp-office {
  height: 100%;
  padding: 40px;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.kpp-office_right-offset {
  background-position-x: 90%;
}

.kpp-office__city {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.kpp-office__adress,
.kpp-office__phone,
.kpp-office__manager {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.kpp-office__adress {
  margin-bottom: 8px;
}

.kpp-office__phone {
  margin-bottom: 24px;
}

.kpp-office__description {
  margin-bottom: 8px;
}

.kpp-office__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #878b90;
}

.npf-products-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  margin-right: -20px;
  -ms-flex-align: stretch;
}

.npf-products-wrap .npf-product-card {
  width: calc(50% - 20px);
  height: 100%;
  min-height: 262px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.program-card-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: stretch;
  -ms-flex-align: stretch;
}

.program-card-item {
  width: 100%;
  min-height: 100%;
}

.program-card-item:not(:last-child) {
  margin-bottom: 20px;
}

.kpp-promo-accent {
  position: absolute;
  bottom: calc(100px + 6%);
  left: calc(44% - 113px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-end;
  max-width: 226px;
  -ms-flex-align: end;
}

.kpp-promo-accent__icon {
  margin-right: -20px;
  margin-bottom: 9px;
}

.kpp-calcs-heading .heading {
  margin-bottom: 12px;
}

.kpp-calcs-heading__sub {
  margin-bottom: 40px;
}

.kpp-benefits__item {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 24px 0;
  border-top: 1px solid #eaeaea;
  -ms-flex-align: start;
}

.kpp-benefits__item:last-child {
  border-bottom: 1px solid #eaeaea;
}

.kpp-benefits__title {
  display: -ms-flexbox;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  width: 400px;
  margin-right: 20px;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  -ms-flex-align: center;
}

.kpp-benefits__heading {
  font-weight: bold;
  font-size: 16px;
}

.kpp-benefits__content {
  width: 100%;
}

.kpp-benefits__list {
  max-width: 60%;
  list-style-type: disc;
}

.kpp-benefits__list-item {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
}

.kpp-benefits__list-item small {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #85878a;
}

.kpp-benefits__list-item:last-child {
  margin-bottom: 0px;
}

.kpp-benefits__list-item::marker {
  font-size: 12px;
  color: #21a038;
}

.kpp-benefits__icon {
  width: 30px;
  margin-right: 12px;
}

.main-table {
  width: 100%;
  border-collapse: collapse;
}

.main-table tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: top;
}

.main-table th,
.main-table__title {
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  color: #333f48;
}

.main-table th_g,
.main-table__title_g {
  color: #21a038;
}

.main-table th {
  padding: 22px 10px;
  background: #f0f3f6;
}

.main-table td {
  padding: 20px 0;
  font-size: 15px;
  line-height: 24px;
  color: #2d3033;
  border-bottom: 1px solid #ededed;
}

.main-table td:not(:first-child) {
  vertical-align: text-top;
}

.main-table td:first-child {
  font-size: 20px;
  line-height: 28px;
}

.main-table td:last-child {
  border-bottom: none;
}

.main-table__title {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.main-table__title .icon {
  margin-left: 20px;
}

.scroll-container {
  overflow-x: auto;
}

.scroll-container > .columns {
  min-width: 1180px;
}

.section_header-buttons {
  display: none;
}

.header-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
  gap: 8px;
}

.header-buttons__block {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(50% - 4px);
  padding: 12px;
  border: 1px solid #f0f3f6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
  -ms-flex-pack: justify;
  -ms-flex-align: start;
}

.header-buttons__text {
  margin-right: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
}

.header-buttons svg {
  min-width: 20px;
}

.promocode-banner {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0 0;
  background: #f5f5f3;
  border-radius: 8px;
  -ms-flex-pack: justify;
}

.promocode-banner__title {
  align-self: center;
  max-width: 480px;
  height: 100%;
  margin: 0 15px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #333f48;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
}

.promocode-banner__note {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.promocode-banner__button {
  align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
}

.promocode-banner__img {
  order: -1;
  -ms-flex-order: -1;
}

.alert_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.alert_closeIcon {
  flex-shrink: 0;
  -ms-flex-negative: 0;
}

.alert_closeIcon:hover,
.alert_closeIcon :active {
  cursor: pointer;
}

.make-payment__title {
  margin-bottom: 16px;
}

.make-payment__holder {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.make-payment__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 454px;
  background-repeat: no-repeat;
  background-position: center bottom;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
}

.make-payment__button {
  width: 100%;
}

.npf-nocapital-page__description {
  max-width: 800px;
}

.npf-nocapital-page__underpayment,
.npf-nocapital-page__product {
  max-width: 780px;
}

.npf-nocapital-page__what-to-do {
  max-width: 880px;
}

.npf-business-case-banner {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 20px 200px 20px;
  overflow: hidden;
}

.npf-business-case-banner__title {
  margin-bottom: 16px;
}

.npf-business-case-banner__text {
  position: relative;
  z-index: 1;
  max-width: 412px;
}

.npf-business-case-banner__image {
  width: 100%;
}

.npf-business-case-banner__image-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 334px;
}

.npf-business-case-content {
  max-width: 780px;
}

.npf-business-case-content p {
  margin: 32px 0;
}

.npf-business-case-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 60px;
}

.npf-business-case-buttons__button:first-child {
  margin-top: 12px;
}

.npf-dzo-page-slider .npf-main-banner__image-wrap_default,
.npf-dzo-page-slider .npf-main-banner__image-wrap_mobile {
  background-image: url('/assets/images/banner-lime.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.npf-dzo-page-video__video {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  height: 180px;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
}

.npf-dzo-page-video__section {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 76px;
}

.npf-dzo-page-video__desc {
  width: 100%;
}

.npf-dzo-page-video__button {
  position: absolute;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.npf-dzo-page-video__list {
  margin-bottom: 32px;
}

.npf-dzo-page-docs__qr,
.npf-dzo-page-docs__doc {
  border: 1px solid #f0f3f6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.npf-dzo-page-docs__list {
  width: 100%;
}

.npf-dzo-page-docs__doc {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 18px 16px;
  -ms-flex-align: center;
}

.npf-dzo-page-docs__doc:not(:last-child) {
  margin-bottom: 20px;
}

.npf-dzo-page-docs__icon {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 12px;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
}

.npf-dzo-page-docs__icon-holder {
  width: 24px;
  height: 24px;
}

.npf-dzo-page-docs__icon-holder img {
  width: 100%;
}

.npf-dzo-page-docs__qr {
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-right: 20px;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
}

.npf-dzo-page-docs__qr img {
  width: 100%;
}

.npf-dzo-page-faq__tab-container:not(.active) {
  display: none;
}

.npf-dzo-page-faq__icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.npf-dzo-page-faq__item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.npf-dzo-page-faq__item:not(.active) .npf-dzo-page-faq__icon {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.npf-dzo-page-faq__item.active .npf-dzo-page-faq__header {
  background: #f0f3f6;
  border-bottom-color: transparent;
}

.npf-dzo-page-faq__item.active .npf-dzo-page-faq__body {
  max-height: 1700px;
  background: #f0f3f6;
}

.npf-dzo-page-faq__header {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 20px 28px 20px;
  border-bottom: 1px solid #e2e6ec;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.npf-dzo-page-faq__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.npf-dzo-page-faq__content {
  padding: 0 20px 24px 20px;
}

.npf-dzo-page-faq__content a {
  font-weight: bold;
  color: #18bb4f;
}

.npf-dzo-page-calc__desc {
  margin-top: 24px;
  color: #878b90;
}

.npf-dzo-calc a {
  color: #21a038;
}

.npf-dzo-calc__control {
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 24px;
  padding-bottom: 48px;
  border-bottom: 1px solid #f0f3f6;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
}

.npf-dzo-calc__title {
  margin-bottom: 16px;
}

.npf-dzo-calc__split {
  margin-bottom: 40px;
}

.npf-dzo-calc__notice {
  margin-top: 38px;
  padding: 16px;
  color: #d13939;
  background-color: #ffe7e3;
  border-radius: 4px;
}

.npf-dzo-calc__input {
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  font-size: 16px;
}

.npf-dzo-calc__input label,
.npf-dzo-calc__input input {
  font-size: 16px;
}

.npf-dzo-calc__input_age {
  width: 100%;
}

.npf-dzo-calc__input_age .input__signature input {
  width: 60px;
}

.npf-dzo-calc__input:not(:last-child) {
  margin-bottom: 40px;
}

.npf-dzo-calc__tabs {
  margin-bottom: 28px;
}

.npf-dzo-calc__desc {
  color: #878b90;
}

.npf-dzo-calc__primary {
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 44px;
  line-height: 46px;
  color: #21a038;
}

.npf-dzo-calc__primary-wrap {
  margin-bottom: 20px;
}

.npf-dzo-calc__plus {
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  color: #21a038;
}

.npf-dzo-calc__display {
  position: relative;
  width: 100%;
}

.npf-dzo-calc__overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.npf-dzo-calc__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
}

.npf-dzo-calc__button_main {
  width: 100%;
  margin-bottom: 20px;
  padding: 11px 23px;
  font-weight: 600;
}

a.npf-dzo-calc__button_main {
  color: #fff;
}

.npf-dzo-calc__contributions {
  margin-bottom: 28px;
}

.npf-dzo-calc__contributions-head {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.npf-dzo-calc__contributions-head:not(.active) .npf-dzo-calc__contributions-icon svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.npf-dzo-calc__contributions-fold {
  width: 100%;
  padding-top: 12px;
}

.npf-dzo-calc__contributions-item {
  margin-bottom: 16px;
}

.npf-dzo-calc__contributions-name {
  margin-bottom: 4px;
  color: #878b90;
}

.npf-dzo-calc__contributions-value {
  font-weight: 600;
  font-size: 20px;
}

.npf-dzo-calc__contributions-icon {
  margin-left: 11px;
}

.npf-dzo-calc__contributions-icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.npf-dzo-calc__contributions-icon svg path {
  fill: #21a038;
}

.termination-conditions {
  padding: 40px 20px;
}

.termination-conditions__subtitle {
  margin-top: 24px;
}

.termination-steps {
  display: -ms-flexbox;
  display: flex;
  margin: 40px -20px 0;
  padding-bottom: 20px;
  overflow: auto;
}

.termination-steps__wrapperfirst-of-type {
  padding-left: 20px;
}

.termination-steps__wrapperlast-of-type {
  padding-right: 20px;
}

.termination-steps__number-button {
  width: 52px;
  min-width: 52px;
  height: 52px;
  padding: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
  font-style: normal;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 20px rgba(64, 66, 107, 0.06);
  box-shadow: 0 3px 20px rgba(64, 66, 107, 0.06);
}

.termination-steps__number-buttonhover {
  color: #fff;
  background-color: #21a038;
  cursor: pointer;
}

.termination-steps__number-button.active {
  color: #fff;
  background-color: #21a038;
}

.termination-steps__line {
  width: 100%;
  height: 0;
  margin: 0 8px;
  border-bottom: 1px solid #cdd2d6;
}

.termination-steps__caption {
  width: 200px;
  margin-top: 32px;
  margin-right: 52px;
}

.step-banner {
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 340px;
  margin-top: 20px;
  padding: 20px;
  overflow: hidden;
  background-color: #f0f3f6;
  background-repeat: no-repeat;
  background-position: center bottom;
  border-radius: 4px;
}

.step-banner__title {
  margin-top: 12px;
}

.step-banner__image {
  position: absolute;
  right: 180px;
  bottom: 0;
  width: 250px;
  height: 100%;
}

.step-banner__image svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}

.termination-img-small {
  right: 0;
  bottom: 25px;
  width: auto;
  height: 222px;
}

.target-button {
  position: relative;
  z-index: 2;
  margin-top: 32px;
}

.target-button_first {
  margin-right: 12px;
  white-space: nowrap;
}

.step-container {
  display: none;
}

.step-container.active {
  display: block;
}

.step-container__header {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
}

.step-container__item {
  height: 180px;
}

.step-container__icon {
  padding: 4px;
  background: #f0f3f6;
  border-radius: 12px;
}

.step-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (280px) [2];
  grid-template-columns: repeat(2, 280px);
  grid-gap: 12px;
}

.step-slider {
  margin-bottom: 32px;
}

.step-window {
  margin-top: 12px;
  padding: 20px;
  background: #f0f3f6;
  border-radius: 4px;
}

.ipp-link {
  color: #21a038;
}

.step-container__step-img svg {
  width: 100%;
  height: 100%;
}

.step-content {
  display: none;
  justify-content: space-between;
  margin-top: 64px;
  -ms-flex-pack: justify;
}

.step-content.active {
  display: -ms-flexbox;
  display: flex;
}

.step-container__step-chart {
  width: 100%;
  max-width: 670px;
}

.termination-error {
  display: none;
  color: #c92a2a;
}

.termination-error.show {
  display: block;
}

.step-left {
  max-width: 750px;
  margin-right: 15px;
  overflow: hidden;
}

.step-left_chart {
  max-width: 480px;
}

.step-list {
  margin-bottom: 24px;
  padding-left: 20px;
}

.step-elem {
  margin-bottom: 5px;
  list-style-type: disc;
}

.step-elemlast-child {
  margin-bottom: 0;
}

.step-subtitle {
  margin-bottom: 24px;
}

.step-subtitle_chart {
  max-width: 360px;
}

.step-text {
  margin-bottom: 24px;
}

.step-woman-wrapper {
  display: none;
}

.step-chart-wrapper {
  display: none;
}

.termination-step-content {
  margin-top: 32px;
}

.termination-step-content__paragraf {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.termination-step-content__paragraflast-of-type {
  margin: 0;
}

.termination-step-content__paragraf_with-number-mark {
  position: relative;
  margin: 20px 0;
  padding-left: 32px;
}

.termination-step-content__paragraf_with-number-markbefore {
  content: '01';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #21a038;
  font-style: normal;
}

.termination-step-content__paragraf_bg-grey {
  margin: 30px 0;
  padding: 20px;
  background-color: #f0f3f6;
  border-radius: 4px;
}

.termination-step-content__paragraf_with-list-item-disc-mark {
  position: relative;
  margin: 20px 0;
  padding-left: 22px;
}

.termination-step-content__paragraf_with-list-item-disc-markbefore {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #21a038;
  border-radius: 50%;
}

.termination-step-content__list {
  margin-bottom: 32px;
  padding-left: 22px;
}

.termination-step-content__list_mt {
  margin-top: 24px;
}

.termination-step-content__list-item {
  position: relative;
  margin-bottom: 20px;
}

.termination-step-content__list-itembefore {
  content: '';
  position: absolute;
  top: 10px;
  left: -22px;
  width: 6px;
  height: 6px;
  background-color: #21a038;
  border-radius: 50%;
}

.termination-step-content__list-itemlast-of-type {
  margin: 0;
}

.termination-step-content__text-container {
  margin: 32px 0;
}

.table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

.table__top-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table__title {
  padding: 12px 0 12px 20px;
  background-color: #e2e6ec;
}

.table__cell {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 82px;
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #e2e6ec;
  -ms-flex-pack: start;
  -ms-flex-align: center;
}

.table__bottom-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}

.table__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: auto;
  margin-bottom: 20px;
}

.table__buttonlast-of-type {
  margin-bottom: 0;
}

.table__bottom-item-text {
  margin-left: 16px;
}

.bg-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 196px;
  padding: 24px;
  -ms-flex-pack: end;
  -ms-flex-align: start;
}

.bg-item:last-of-type {
  margin-top: 15px;
}

.bg-item__icon-wrapper {
  flex-grow: 1;
  -ms-flex-positive: 1;
}

.bg-item__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.ops-table {
  width: 100%;
  border-collapse: collapse;
}

.ops-table__big {
  position: relative;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #3d4349;
}

.ops-table__big::before {
  content: '=';
  position: absolute;
  left: -32px;
  display: block;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #3d4349;
}

.ops-table__plus {
  position: relative;
}

.ops-table__plus::before {
  content: '+';
  position: absolute;
  left: 86px;
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #3d4349;
}

.ops-table th {
  padding: 14px 10px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #000;
  background: #fbfbfb;
}

.ops-table td {
  padding: 10px;
}

.ops-table td small {
  font-size: 14px;
  line-height: 20px;
  color: #9ea1a4;
}

.ops-table td strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 33px;
  color: #3d4349;
}

.ops-table td span {
  font-weight: 600;
  font-size: 18px;
  line-height: 33px;
  color: #18bb4f;
}

.ops-link {
  font-size: 14px;
  color: #85878a;
}

.ops-link svg {
  margin-right: 12px;
}

.ops-steps__item {
  margin-right: 16px;
}

.ops-steps h5 {
  font-size: 14px;
  color: #18bb4f;
}

.ops-steps ol {
  list-style-type: none;
  font-size: 14px;
}

.ops-steps ol li {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 16px;
  -ms-flex-align: center;
}

.ops-steps ol li:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-image: url('/assets/images/icons/ic_download.svg');
  background-size: contain;
}

.ops-steps ol a {
  color: #85878a;
}

.ops-transition {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  margin-top: 48px;
  background-color: #fbfbfb;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.ops-transition__item {
  text-align: center;
}

.ops-transition__item:last-of-type {
  margin-left: 28px;
}

.ops-transition__item:first-of-type {
  margin-right: 28px;
}

.ops-transition__item p {
  margin-top: 12px;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.ops-request {
  max-width: 580px;
  padding: 48px 100px 64px;
  background: #fff;
}

.ops-request__container {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
}

.ops-request__body {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 22px;
  color: #85878a;
}

.ops-request h3 {
  font-weight: 500 !important;
}

.ops-graph {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 670px;
  margin: 0 auto;
  padding: 35px 40px 40px;
  border: 1px solid #f0f3f6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.ops-graph__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
}

.ops-graph__graph {
  margin-top: 38px;
}

.ops-conditions__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.ops-conditions__description {
  font-size: 12px;
  line-height: 16px;
  color: #85878a;
}

.ops-conditions__list {
  list-style: none;
  counter-reset: conditions-list-counter;
}

.ops-conditions__list li {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  counter-increment: conditions-list-counter;
  -ms-flex-align: center;
}

.ops-conditions__list li:not(:last-child) {
  margin-bottom: 30px;
}

.ops-conditions__list li::before {
  content: counter(conditions-list-counter);
  display: block;
  width: 20px;
  height: 32px;
  margin-right: 44px;
  font-size: 32px;
  line-height: 1.3;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
  color: #21a038;
}

.ops-conditions__result {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #333f48;
}

.ops-conditions__result strong {
  color: #21a038;
}

.ops-conditions__arrow {
  display: none;
  width: 6%;
  margin-right: 5.5%;
}

.ops-conditions__arrow-mobile {
  margin: 20px;
  text-align: center;
}

.ops-slide__text {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.ops-slide__profit {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.ops-slide__profit span {
  display: block;
  margin-top: 8px;
  font-size: 36px;
  line-height: 44px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.ops-slide__arrow {
  margin: 0 6.5%;
}

.ops-slide__arrow_up .icon {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.ops-slide__arrow_left .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ops-slide__content {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.ops-slide__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
}

.ops-slide__block .circle-icon {
  flex-shrink: 0;
  margin-bottom: 20px;
  -ms-flex-negative: 0;
}

.ops-slide__num {
  font-size: 41px;
  line-height: 44px;
  color: #21a038;
}

.ops-slide__table {
  min-width: 320px;
}

.ops-slide__row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
}

.ops-slide__row_head {
  margin-bottom: 16px;
}

.ops-slide__row_head .ops-slide__cell {
  font-size: 12px;
  line-height: 16px;
  color: #21a038;
}

.ops-slide__cell {
  width: 33.333%;
  font-size: 21px;
  line-height: 28px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
}

.ops-slide__cell:first-child {
  padding-right: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #85878a;
}

.ops-slider__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.ops-slider__description {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  padding: 37px 36px;
  background-color: #f0f3f6;
}

.ops-slider__progress {
  position: relative;
  height: 4px;
  background: #f0f3f6;
}

.ops-slider__progress .swiper-pagination-progressbar-fill {
  background: -webkit-gradient(linear, left top, right top, from(#00d900), color-stop(110.11%, #ff0));
  background: linear-gradient(90deg, #00d900 0%, #ff0 110.11%);
}

.ops-slider__progress-wrap {
  position: relative;
  margin-top: 40px;
}

.ops-slider__separator {
  width: 3%;
  height: 4px;
  margin-left: 17.6%;
  background: #fff;
}

.ops-slider__separators {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.content-body--short {
  margin-bottom: 40px;
}

.content-body a {
  color: #18bb4f;
}

.content-body ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}

.content-body ol li {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 24px 0px;
  font-size: 17px;
  line-height: 28px;
  border-top: 1px solid #eaeaea;
  counter-increment: my-awesome-counter;
  -ms-flex-align: center;
}

.content-body ol li:last-of-type {
  border-bottom: 1px solid #eaeaea;
}

.content-body ol li::before {
  content: counter(my-awesome-counter);
  width: 40px;
  margin-right: 60px;
  font-size: 80px;
  line-height: 80px;
  color: #18bb4f;
}

.contact-card {
  display: -ms-flexbox;
  display: flex;
}

.contact-card__icon {
  flex-shrink: 0;
  margin-right: 40px;
  -ms-flex-negative: 0;
}

.contact-card__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.contact-card__content {
  padding-right: 20px;
}

.contact-card__title {
  margin-bottom: 18px;
  font-size: 21px;
  line-height: 28px;
  color: #333f48;
}

.contact-card__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  -ms-flex-pack: justify;
}

.contact-card__button .button {
  margin-bottom: 15px;
}

.contact-card__button-description {
  max-width: 160px;
  font-size: 12px;
  line-height: 16px;
  color: #878a8f;
}

.press-about {
  margin-bottom: 72px;
}

.contacts {
  padding: 16px 32px 21px;
  border: 1px solid #eaeaea;
}

.contacts__title {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #85878a;
}

.contacts__email,
.contacts__tel {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
}

.contacts__tel {
  margin-bottom: 0px;
}

.press-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  height: 159px;
  padding: 18px 19px 20px 16px;
  background-color: #fbfbfb;
  cursor: pointer;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
  -ms-flex-pack: justify;
}

.press-link:hover {
  background-color: #f2f2f2;
}

.press-link__text {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
}

.section_promocode .promo__image {
  margin-bottom: 0 !important;
}

.section_head {
  margin-bottom: 32px;
}

.packages-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.packages-container .package-card:last-of-type .package-card__arrow {
  display: none;
}

main .section {
  margin-bottom: 32px;
}

main .section_margin_bottom_none {
  margin-bottom: 0;
}

.link-back,
.link-forward {
  display: inline-block;
  margin-bottom: 32px;
}

.link-back__text-link,
.link-forward__text-link {
  color: #18bb4f;
}

.link-back .icon,
.link-forward .icon {
  display: inline-block;
  margin-right: 13px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.link-back .icon path,
.link-forward .icon path {
  -webkit-transition: fill 0.125s ease-out;
  transition: fill 0.125s ease-out;
  fill: #18bb4f;
}

.link-back:hover path,
.link-forward:hover path {
  fill: #2d3033;
}

.link-forward .icon {
  margin-right: 0px;
  margin-left: 25px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.publication-wrapper {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: auto;
}

.tags-block {
  margin-bottom: 16px;
}

.tags-block__tag {
  margin-right: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #7784c7;
}

.press-contacts {
  margin-bottom: 60px;
}

.press-contacts__title {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #878b90;
}

.press-contacts__block {
  margin-bottom: 15px;
}

.press-contacts__row {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.press-contacts__email {
  margin-bottom: 14px;
}

.press-contacts__email,
.press-contacts__tel {
  font-size: 24px;
  line-height: 30px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
}

.press-contacts__avatar {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-right: 28px;
  background: #c4c4c4;
  background-size: contain;
  border-radius: 100%;
  -ms-flex-negative: 0;
  background-postion: center;
}

.press-contacts__avatar img {
  border-radius: 50%;
}

.press-contacts__agent {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.press-contacts__name {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.press-contacts__post {
  color: #878b90;
}

.section_news-banner {
  margin-top: 40px;
}

.section_news-banner__inner {
  margin: 24px 0;
}

.section_news-banner__inner .container {
  min-width: 250px;
  padding: 0;
}

.section_news-banner__inner .container a {
  color: #fff;
}

.section_news-banner__inner .news-banner__left {
  max-width: initial;
}

.section_news-banner__inner .news-banner__right {
  right: -60px;
}

.news-banner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 8px;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
}

.news-banner__left {
  max-width: calc(100% - 515px);
  padding: 40px 32px;
  padding-right: 0;
}

.news-banner__title {
  max-width: 601px;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.news-banner__text {
  max-width: 480px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.news-banner__btn {
  margin-top: 32px;
  padding: 15px 24px 13px 24px;
}

.news-banner__right {
  position: absolute;
  top: 0;
  right: 60px;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 455px;
  height: 100%;
  padding-top: 12px;
  -ms-flex-pack: center;
  -ms-flex-align: start;
}

.news-banner__img-wrapper {
  display: none;
}

.news-banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

.disclosure-doc {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 16px 0;
  -ms-flex-align: center;
}

.disclosure-doc_top {
  align-items: flex-start;
  -ms-flex-align: start;
}

.disclosure-doc:hover {
  color: #9ea1a4;
}

.disclosure-doc__text {
  margin-left: 25px;
  font-size: 14px;
  line-height: 20px;
}

.disclosure-doc_archive {
  color: #878b90;
}

.disclosure-archive-hr {
  margin: 24px 0;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #878b90;
  border-bottom: 1px solid #ededed;
}

.item-block_custom_restrictions {
  padding: 16px 24px 24px;
  background: #fbfbfb;
  border-radius: 8px;
}

.item-block_custom_restrictions .item-block__date {
  margin-bottom: 26px;
  text-align: right;
}

.item-block_custom_restrictions .item-block__title {
  margin-bottom: 8px;
  font-weight: 500;
}

.item-block_custom_restrictions .item-block__date,
.item-block_custom_restrictions .item-block__text {
  font-size: 11px;
  line-height: 18px;
}

.profitability-block {
  margin-bottom: 24px;
}

.percent-data {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 32px;
  padding: 32px 0;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.percent-data ~ .percent-data {
  border-top: 1px solid #eaeaea;
}

.percent-data__item {
  font-size: 14px;
  line-height: 22px;
  color: #85878a;
}

.percent-data__item strong {
  color: #2d3033;
}

.percent-data__item p {
  font-size: 24px;
  line-height: 30px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
}

.percent-data__item p span {
  color: #21a038;
}

.percent-data__item > span {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #878b90;
  -ms-flex-align: center;
}

.percent-data__item > span .tooltip {
  margin-left: 8px;
}

.percent-data__item > span .tooltip svg {
  width: 11px;
  height: 11px;
}

.percent-data__item_big {
  font-size: 60px;
  line-height: 60px;
  color: #00d900;
}

.table-year {
  min-width: 700px;
}

.table-year-wrap {
  overflow-x: auto;
}

.table-year-wrap .table-default {
  min-width: 700px;
}

.multi-cell__title {
  min-height: 40px;
  margin-bottom: 10px;
  font-weight: 600;
}

.multi-cell__sub {
  margin-bottom: 20px;
}

.multi-cell__sub-title {
  min-height: 40px;
  font-weight: 600;
  font-size: 12px;
  color: #85878a;
}

.multi-cell__value {
  min-height: 40px;
  margin-top: 8px;
}

.successor-header {
  margin-top: 40px;
  margin-bottom: 20px;
}

.successor-selection {
  margin-bottom: 64px;
}

.successor-selection__items {
  display: -ms-grid;
  display: grid;
  margin-top: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}

.successor-selection .item {
  padding: 20px;
  background-color: #f0f3f6;
  border-radius: 8px;
}

.successor-selection .item__title {
  margin-bottom: 24px;
  font-weight: 600;
}

.successor-section-title {
  font-weight: 600;
  font-size: 18px;
}

.successor-text {
  color: #333f48;
}

.successor-text_bold {
  font-weight: 600;
}

.selected-successor-header {
  padding-top: 24px;
  background-color: #f1f5fa;
}

.selected-successor-header__select-title {
  margin-top: 16px;
  font-size: 12px;
  color: #333f48;
}

.selected-successor-header__select {
  position: relative;
  width: 100%;
}

.selected-successor-header__select input {
  width: 100%;
  padding: 17px 16px;
  border: 1px solid #cdd2d6;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.5s color, 0.5s background-color;
  transition: 0.5s color, 0.5s background-color;
}

.selected-successor-header__select img {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: brightness(0);
  filter: brightness(0);
  pointer-events: none;
}

.selected-successor-header__select_active input {
  color: #fff;
  background-color: #000;
}

.selected-successor-header__select_active img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.selected-successor-header__select-wrapper {
  position: relative;
  z-index: 2;
}

.selected-successor-header__select-dropdown {
  position: absolute;
  bottom: -180px;
  z-index: 2;
  display: none;
  width: 100%;
  height: 180px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 23px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 23px rgba(0, 0, 0, 0.07);
}

.selected-successor-header__select-dropdown a {
  display: block;
  padding: 17px 16px 17px 30px;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
}

.selected-successor-header__select-dropdown a:hover {
  background-color: #f0f3f6;
}

.selected-successor-header__select-dropdown .item-active {
  position: relative;
  background-color: #f0f3f6;
}

.selected-successor-header__select-dropdown .item-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 15px;
  height: 15px;
  background: center/contain no-repeat url('/assets/images/icons/check.svg');
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.selected-successor-header__select-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.selected-successor-header__image {
  height: 160px;
  margin-top: 50px;
  overflow: hidden;
}

.selected-successor-header__image img {
  display: block;
  margin: -50px auto 0;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.selected-successor-content {
  max-width: 780px;
}

.selected-successor-content a {
  color: #21a038;
}

.selected-successor-content a:hover {
  color: #18bb4f;
}

.selected-successor-content ul {
  margin-left: 20px;
  list-style: initial;
}

.selected-successor-content__info {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background-color: #f0f3f6;
  border-radius: 8px;
  -ms-flex-align: start;
}

.selected-successor-content__info img {
  margin-top: 4px;
  margin-right: 12px;
}

.selected-successor-content__info span {
  color: #333f48;
}

.selected-successor-content__more {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  -ms-flex-align: start;
}

.selected-successor-content__more img {
  margin-top: 4px;
  margin-right: 12px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.cloud {
  position: absolute;
  top: 0;
  right: -50px;
  width: 250px;
}

.cloud img {
  width: 100%;
}

.tech-works {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding-top: 60px;
  -ms-flex-pack: start;
  -ms-flex-align: center;
}

.tech-works__subtitle {
  display: inline;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: 'SB Sans Interface';
}

.tech-works__subtitle-wrapper {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.tech-works__subtitle-wrapper .icon {
  display: inline-block;
  margin-right: 8px;
}

.tech-works__subtitle-wrapper .icon svg {
  width: 24px;
  height: 24px;
}

.tech-works__link {
  display: inline;
}

.tech-works__link a {
  display: inline;
  font-size: 14px;
  line-height: 20px;
  color: #21a038;
}

.tech-works__link a:hover {
  color: #2d3033;
}

.tech-works__title {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 24px;
}

.tech-works__title-wrapper {
  width: 100%;
}

.tech-works__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  -ms-flex-align: start;
}

.tech-works__image-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 180px;
  margin-top: 44px;
  margin-bottom: 40px;
  overflow: hidden;
  background-color: #cfddff;
  border-radius: 8px;
  -ms-flex-pack: center;
}

.tech-works__image {
  position: absolute;
  top: 42px;
  left: 50%;
  width: 433px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tech-works__image img {
  width: 100%;
}

.tech-works__description {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface';
  color: #000;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.thanks-kpp__header {
  background-color: #eef3ee;
}

.thanks-kpp__header .npf-container {
  padding-top: 24px;
}

.thanks-kpp__header-text h1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.thanks-kpp__header-img {
  display: block;
  max-width: 210px;
  margin: 120px auto 0 auto;
}

.thanks-kpp__section {
  margin-top: 40px;
}

.thanks-kpp__section:last-child {
  margin-bottom: 40px;
}

.thanks-kpp__text,
.thanks-kpp__title {
  color: #333f48;
}

.thanks-kpp__text {
  font-size: 16px;
  line-height: 24px;
}

.thanks-kpp__text_small {
  font-size: 14px;
  line-height: 20px;
}

.thanks-kpp__text_gray {
  color: #878b90;
}

.thanks-kpp__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.thanks-kpp__info {
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #f0f3f6;
  border-radius: 4px;
}

.thanks-kpp__info-icon {
  align-self: flex-start;
  margin-top: 5px;
  margin-right: 12px;
  -ms-flex-item-align: start;
}

.thanks-kpp__tooltip {
  margin-left: 5px;
}

.thanks-kpp__steps ul {
  margin-left: 20px;
  list-style: initial;
}

.thanks-kpp__steps ul a {
  color: #21a038;
  -webkit-transition: 0.5s color;
  transition: 0.5s color;
}

.thanks-kpp__steps ul a:hover {
  color: #00bf23;
}

.thanks-kpp__doc {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 20px;
  -ms-flex-align: center;
}

.thanks-kpp__doc a:hover {
  color: #21a038;
}

.pension-calc {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 32px;
  padding: 40px;
  border: 1px solid #f0f3f6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.pension-calc .input {
  position: relative;
  width: 100%;
  height: 55px;
}

.pension-calc .input__control label {
  font-size: 16px;
  line-height: 24px;
}

.pension-calc .input__signature input {
  width: 80px;
  font-size: 16px;
  line-height: 24px;
}

.pension-calc .input__signature[data-label]::after {
  font-size: 16px;
  line-height: 24px;
}

.pension-calc__warning {
  margin-bottom: 20px;
  padding: 10px 16px;
  font-size: 12px;
  background-color: #eee;
  border-radius: 4px;
}

.pension-calc__extra {
  margin-bottom: 26px;
}

.pension-calc__general {
  height: auto;
  margin-bottom: 44px;
}

.pension-calc__block-heading {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333f48;
}

.pension-calc__block-heading_total {
  display: none;
  margin-bottom: 8px;
}

.pension-calc__split {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
  -ms-flex-pack: justify;
}

.pension-calc__gender {
  display: -ms-flexbox;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 24px;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.pension-calc__age {
  width: 100%;
}

.pension-calc__age .input__signature input {
  width: 40px;
}

.pension-calc__section {
  width: 50%;
}

.pension-calc__section:first-child {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 52px;
  padding-right: 52px;
  border-right: 1px solid #ededed;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.pension-calc__block {
  display: -ms-flexbox;
  display: flex;
}

.pension-calc__period-wrap {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 14px;
  padding-right: 6px;
  border-right: 1px solid #ebf0f5;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.pension-calc__inputs {
  width: 100%;
}

.pension-calc__inputs .input {
  margin-bottom: 44px;
}

.pension-calc__inputs .react-select {
  margin-bottom: 20px;
}

.pension-calc__notice {
  margin-bottom: 17px;
  font-weight: bolder;
  font-size: 14px;
}

.pension-calc__switch {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebf0f5;
  -ms-flex-pack: justify;
}

.pension-calc__switch .checkbox {
  width: 100%;
}

.pension-calc__description {
  font-size: 14px;
  line-height: 20px;
  color: #85878a;
}

.pension-calc__total {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin: 12px 0 32px;
  -ms-flex-align: end;
}

.pension-calc__value {
  margin-right: 8px;
  font-size: 60px;
  line-height: 60px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #21a038;
}

.pension-calc__meterage {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333f48;
  color: #21a038;
}

.pension-calc__gender-label {
  margin-bottom: 16px;
  font-weight: bold;
}

.pension-calc-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pension-calc-info__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 18px;
  font-size: 14px;
  line-height: 20px;
  color: #85878a;
}

.pension-calc-info__item div {
  display: -ms-flexbox;
  display: flex;
}

.pension-calc-info__item > span {
  display: block;
  margin-top: 10px;
  font-weight: bolder;
  font-size: 20px;
  line-height: 26px;
  color: #878b90;
}

.pension-calc-info__item:first-child > span {
  color: #333f48;
}

.pension-calc-info__item .tooltip {
  margin-left: 9px;
}

.product-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 394px;
  padding: 40px 32px 32px;
  overflow: hidden;
}

.product-card__image {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-card__image-wrapper {
  flex-grow: 1;
  flex-shrink: 1;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
}

.product-card__button .button {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 15px;
  -ms-flex-pack: center;
}

.product-card__title {
  font-size: 20px;
  line-height: 28px;
}

.product-card_tablet {
  height: 200px;
}

.product-card_tablet__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 32px;
  -ms-flex-pack: justify;
}

.product-card_tablet__title {
  font-size: 20px;
  line-height: 28px;
}

.product-card_tablet__image {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-card_tablet__image-wrapper {
  width: 50%;
  text-align: center;
}

.program-card {
  position: relative;
  padding: 24px 24px 0;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 40px rgba(64, 81, 107, 0.15);
  box-shadow: 0px 6px 40px rgba(64, 81, 107, 0.15);
}

.program-card--active {
  background: #00d900;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.program-card--active .program-card__percent {
  color: #fff;
}

.program-card--active .program-card__description {
  color: #fff;
}

.program-card--active .program-card__text {
  color: #fff;
}

.program-card--open {
  padding-bottom: 24px;
  background: #eff3f6;
}

.program-card--open .program-card__header,
.program-card--open .program-card__description,
.program-card--open .program-card__text {
  display: none;
}

.program-card--open .program-card__full {
  display: block;
}

.program-card--open .program-card__button {
  width: 200px;
  height: 40px;
  padding: 8px 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 4px;
}

.program-card--open .program-card__button--full {
  display: block;
}

.program-card--open .program-card__button--preview {
  display: none;
}

.program-card--open .program-card__button--close {
  display: block;
}

.program-card__full {
  display: none;
  margin-bottom: 21px;
}

.program-card__full li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 25px;
  list-style: none;
}

.program-card__full li:last-child {
  margin-bottom: 0;
}

.program-card__full li::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url('../images/icons/program-card-check.svg');
}

.program-card__header {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  -ms-flex-align: center;
}

.program-card__image {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 31px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 4px 1px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 1px 20px rgba(0, 0, 0, 0.08);
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.program-card__image img {
  width: 40px;
  height: 40px;
}

.program-card__percent {
  font-size: 48px;
  font-family: 60px;
  font-family: 'SB Sans Display', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #00d900;
}

.program-card__description {
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 30px;
  font-family: 'SB Sans Display', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
}

.program-card__text {
  margin-bottom: 21px;
  font-size: 13px;
  line-height: 20px;
}

.program-card__button {
  padding: 2px 12px;
  background: #f3f6fc;
  border-radius: 30px;
}

.program-card__button--full {
  display: none;
  max-width: 230px;
  height: 42px;
  padding: 8px 40px;
}

.program-card__button--full .button__text {
  font-size: 14px;
  line-height: 24px;
}

.program-card__button--close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  background: url('../images/icons/kpp-close.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.promo-banner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 32px 16px 0;
  border-radius: 8px;
  -ms-flex-pack: justify;
}

.promo-banner_color-green {
  background: #e1eaed;
}

.promo-banner_color-grey {
  background: #eff3f6;
}

.promo-banner__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
}

.promo-banner__text {
  margin-bottom: 32px;
  font-size: 13px;
  line-height: 22px;
  color: #2d3033;
}

.promo-banner__image {
  display: block;
  order: 1;
  margin-right: -16px;
  overflow: hidden;
  text-align: center;
  -ms-flex-order: 1;
}

.promo-banner__image img {
  max-width: 120%;
  max-height: 100%;
}

.promo-banner .heading {
  margin-bottom: 24px;
  letter-spacing: -0.2px;
}

.promo-banner .h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
}

.promo-banner .button {
  justify-content: center;
  min-width: 200px;
  margin-bottom: 45px;
  font-size: 15px;
  line-height: 26px;
  -ms-flex-pack: center;
}

.landing-section,
.promocode-section,
.section-color {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.landing-section_color_white,
.promocode-section_color_white,
.section-color_color_white {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.landing-section_overflow-visible,
.promocode-section_overflow-visible,
.section-color_overflow-visible {
  overflow: visible;
}

.landing-section__black,
.promocode-section__black,
.section-color__black {
  color: #fff;
  background: #111;
}

.landing-section__black .promo__title .heading__title h1,
.promocode-section__black .promo__title .heading__title h1,
.section-color__black .promo__title .heading__title h1,
.landing-section__black .promo__title .heading__title h2,
.promocode-section__black .promo__title .heading__title h2,
.section-color__black .promo__title .heading__title h2,
.landing-section__black .promo__title .heading__title h3,
.promocode-section__black .promo__title .heading__title h3,
.section-color__black .promo__title .heading__title h3,
.landing-section__black .promo__title .heading__title h4,
.promocode-section__black .promo__title .heading__title h4,
.section-color__black .promo__title .heading__title h4 {
  color: #fff !important;
}

.landing-section__black .promo__text,
.promocode-section__black .promo__text,
.section-color__black .promo__text {
  color: #fff;
}

.landing-section__item,
.promocode-section__item,
.section-color__item {
  width: 100%;
}

.landing-section__item .container,
.promocode-section__item .container,
.section-color__item .container {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.landing-section__item .container_bg_def,
.promocode-section__item .container_bg_def,
.section-color__item .container_bg_def {
  background-image: url('/assets/images/content/mobile-lime-bg.png');
  background-position: 0 60%;
}

.landing-section__item .container_bg_alt,
.promocode-section__item .container_bg_alt,
.section-color__item .container_bg_alt {
  background-image: url('/assets/images/content/mobile-lime-bg-alt.png');
  background-position: 50% 100%;
}

.landing-section__item .container_bg_alt .promo__image,
.promocode-section__item .container_bg_alt .promo__image,
.section-color__item .container_bg_alt .promo__image {
  margin-bottom: 40px;
}

.landing-section__item .container_bg_alt img,
.promocode-section__item .container_bg_alt img,
.section-color__item .container_bg_alt img {
  max-width: 70%;
  max-height: 70%;
}

.landing-section__item .container_bg_alt .promo__text,
.promocode-section__item .container_bg_alt .promo__text,
.section-color__item .container_bg_alt .promo__text {
  margin-bottom: 70px;
}

.landing-section__item .container_bg_second,
.promocode-section__item .container_bg_second,
.section-color__item .container_bg_second {
  background-image: url('/assets/images/content/mobile-lime-bg-second.png');
  background-position: 50% 77%;
}

.landing-section__item .container_bg_second .promo__image,
.promocode-section__item .container_bg_second .promo__image,
.section-color__item .container_bg_second .promo__image {
  margin-bottom: -1px;
}

.landing-section__item .container_bg_second img,
.promocode-section__item .container_bg_second img,
.section-color__item .container_bg_second img {
  max-width: 80%;
  max-height: 80%;
}

.landing-section__item:first-child,
.promocode-section__item:first-child,
.section-color__item:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%;
}

.landing-section__item:only-child .container,
.promocode-section__item:only-child .container,
.section-color__item:only-child .container {
  height: 100%;
}

.landing-section_size_small,
.promocode-section_size_small,
.section-color_size_small {
  height: 460px;
}

.landing-section_size_small .promo__title,
.promocode-section_size_small .promo__title,
.section-color_size_small .promo__title {
  margin-bottom: 24px;
}

.landing-section_size_small .promo__title .h2,
.promocode-section_size_small .promo__title .h2,
.section-color_size_small .promo__title .h2 {
  font-size: 25px;
  line-height: 35px;
}

.landing-section_size_small .promo__button,
.promocode-section_size_small .promo__button,
.section-color_size_small .promo__button {
  position: relative;
  bottom: auto;
}

.landing-section_size_small .promo__image,
.promocode-section_size_small .promo__image,
.section-color_size_small .promo__image {
  margin-bottom: 0;
}

.landing-section_size_middle,
.promocode-section_size_middle,
.section-color_size_middle {
  height: 218px;
}

.landing-section_size_large,
.promocode-section_size_large,
.section-color_size_large {
  height: 525px;
}

.landing-section_color_blue,
.promocode-section_color_blue,
.section-color_color_blue {
  background: #e1eaed;
}

.landing-section_color_violet,
.promocode-section_color_violet,
.section-color_color_violet {
  background: #e1eff8;
}

.landing-section_color_green,
.promocode-section_color_green,
.section-color_color_green {
  background: #dff4d0;
}

.landing-section_color_pistachio,
.promocode-section_color_pistachio,
.section-color_color_pistachio {
  background: #e5f0e8;
}

.landing-section_color_white,
.promocode-section_color_white,
.section-color_color_white {
  background: #fff;
}

.landing-section_color_grey,
.promocode-section_color_grey,
.section-color_color_grey {
  background: #eff3f6;
}

.landing-section_color_snow,
.promocode-section_color_snow,
.section-color_color_snow {
  background: #fbfbfb;
}

.promo {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
  -ms-flex-pack: justify;
}

.promo__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 32px 0 0;
  -ms-flex-pack: center;
}

.promo__title {
  margin-bottom: 12px;
  color: #333f48;
}

.promo__title .h2 {
  font-size: 24px;
  line-height: 32px;
}

.promo__text {
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 20px;
  color: #2c3136;
}

.promo__note {
  display: none;
  max-width: 230px;
  font-size: 14px;
  line-height: 20px;
  color: #85878a;
}

.promo__note_mobile {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.promo__image {
  display: block;
  text-align: center;
}

.promo__image img {
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
}

.promo__button {
  padding-bottom: 40px;
}

.promo__button .button {
  justify-content: center;
  width: 100%;
  -ms-flex-pack: center;
}

.promo_revert {
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.promo_revert ~ /__content .promo_revert {
  width: auto;
}

.promo-menu {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-flex-pack: justify;
}

.promo-menu__item {
  padding: 0 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.promo-menu__link {
  position: relative;
  display: block;
  padding-bottom: 21px;
  color: #2d3033;
  white-space: nowrap;
}

.promo-menu__link_current {
  color: #2d3033;
}

.promo-menu__link_current::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
  background: #2d3033;
}

.promo .button_desktop {
  display: none;
  margin-right: 36px;
}

.promo__button-group {
  display: -ms-flexbox;
  display: flex;
}

.promo__button-group .promo__button .button_desktop {
  margin-right: 28px;
  padding: 0 24px;
}

.promo__button-group .promo__button:last-child .button_desktop {
  margin-right: 0px;
}

.webinar-banner .container,
.promocode-section .container,
.landing-section .container {
  min-width: 280px;
  padding: 0 20px;
}

.webinar-banner .promo__content,
.promocode-section .promo__content,
.landing-section .promo__content {
  padding-top: 24px;
}

.webinar-banner .promo__title,
.promocode-section .promo__title,
.landing-section .promo__title {
  margin-bottom: 24px;
}

.webinar-banner .promo__image img,
.promocode-section .promo__image img,
.landing-section .promo__image img {
  padding: 24px 0 10px;
}

.webinar-banner .promo__price,
.promocode-section .promo__price,
.landing-section .promo__price {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #00d900;
}

.promocode-section .promo .heading,
.landing-section .promo .heading {
  order: 1;
  margin-bottom: 0;
  -ms-flex-order: 1;
}

.promocode-section .promo .heading h2,
.landing-section .promo .heading h2 {
  padding-bottom: 0;
  font-weight: normal;
}

.promocode-section .promo__image,
.landing-section .promo__image {
  order: 3;
  -ms-flex-order: 3;
}

.promocode-section .promo__button,
.landing-section .promo__button {
  order: 2;
  margin-bottom: 0;
  padding-bottom: 0;
  -ms-flex-order: 2;
}

.promocode-section .promo__button .button,
.landing-section .promo__button .button {
  width: 232px;
  height: 54px;
}

.promocode-section .promo__content {
  order: 2;
  padding: 0 20px;
  -ms-flex-order: 2;
}

.promocode-section .promo__title {
  margin-bottom: 12px;
}

.promocode-section .promo__title .h2 {
  font-weight: 600 !important;
  font-size: 17px;
  line-height: 26px;
}

.promocode-section .promo__price {
  margin-bottom: 16px;
}

.promocode-section .promo__text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
}

.promocode-section .promo__image {
  order: 1;
  margin-bottom: 27px;
  -ms-flex-order: 1;
}

.promocode-section .promo__image img {
  padding-bottom: 0;
}

.promocode-section .promo__button {
  order: 3;
  text-align: center;
  -ms-flex-order: 3;
}

.info-block__description {
  margin-bottom: 32px;
}

.info-block a {
  color: #21a038;
}

.info-block a:hover {
  color: #2d3033;
}

.package-full {
  margin-bottom: 32px;
}

.package-full:last-of-type {
  margin-bottom: 0;
}

.package-full__description {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 26px;
  color: #333f48;
}

.package-full__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #333f48;
}

.package-full__cards-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.package-full__list {
  padding-left: 16px;
}

.package-full__list-item {
  position: relative;
}

.package-full__list-item::before {
  content: '';
  position: absolute;
  top: 8px;
  left: -14px;
  width: 6px;
  height: 6px;
  background: #21a038;
  border-radius: 50%;
}

.package-full .promocode-section {
  margin-bottom: 24px;
}

.package-card {
  position: relative;
  width: 280px;
  margin-bottom: 120px;
  background-image: url('/assets/images/content/promocode-card-background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.package-card:last-of-type {
  margin-bottom: 31px;
}

.package-card__container {
  display: -ms-flexbox;
  display: flex;
  padding: 25px 20px;
}

.package-card__text-container {
  padding-top: 10px;
  padding-left: 15px;
}

.package-card__price {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #00d900;
}

.package-card__text {
  font-size: 12px;
  line-height: 20px;
  color: #333f48;
}

.package-card__img img {
  max-width: 100%;
  max-height: 100%;
}

.package-card__arrow {
  position: absolute;
  bottom: -40px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.package-card__arrow::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  width: 32px;
  height: 51px;
  background-image: url('/assets/images/icons/promocode-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.package-card__arrow-price {
  font-size: 17px;
  line-height: 26px;
  color: #333f48;
}

.package-promo-card {
  display: inline-block;
  width: 46%;
  min-width: 130px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 25px 18px 0;
  background: #00d900;
  border-radius: 8px;
}

.package-promo-card:nth-child(2n) {
  margin-right: 0;
}

.package-promo-card__img img {
  max-width: 100%;
  max-height: 100%;
}

.package-promo-card--full {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 102px;
  margin-right: 0;
}

.package-promo-card--full:nth-child(2) {
  margin-right: 0;
}

.package-promo-card--full .package-promo-card__img {
  margin-right: 20px;
}

.package-promo-card--full .package-promo-card__title {
  align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
}

.package-promo-card__img {
  margin-bottom: 18px;
  text-align: center;
}

.package-promo-card__title {
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.filter-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -ms-flex-align: start;
}

.filter-block .select {
  flex-grow: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.filter-block .select-field {
  min-width: 400px;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
  border-radius: 4px;
  bordlid: #e2e6ec;
}

.filter-block .select-field:before {
  background-image: url('../images/icons/ic_arrow_down_green.svg');
  background-repeat: no-repeat;
}

.filter-tags {
  order: 3;
  width: 100%;
  -ms-flex-order: 3;
}

.filter-period {
  order: 1;
  width: 100%;
  margin-bottom: 32px;
  -ms-flex-order: 1;
}

.filter-types {
  order: 2;
  width: 100%;
  margin-bottom: 32px;
  -ms-flex-order: 2;
}

.filter-types__wrap,
.filter-period__wrap {
  display: -ms-flexbox;
  display: flex;
}

.filter-types__wrap > div:first-child,
.filter-period__wrap > div:first-child {
  margin-right: 5px;
}

.filter-types__wrap > div:last-child,
.filter-period__wrap > div:last-child {
  margin-left: 5px;
}

.filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filters__input {
  display: none;
}

.filters__label {
  display: block;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 6px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
  background: #f0f3f6;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.filters__input:checked + .filters__label {
  font-weight: 600;
  color: #fff;
  background: #21a038;
}

.filters__item_add label {
  font-weight: 600;
  font-size: 20px;
  color: #21a038;
}

.filters__item_add label:hover {
  color: #fff;
  background: #21a038;
}

.publications-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 74px;
  margin-right: -15px;
}

.publications__show {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 46px;
  padding: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #21a038;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -ms-flex-align: center;
}

.publications__show:after {
  content: '';
  width: 6px;
  height: 10px;
  margin-left: 8px;
  background-image: url('../images/icons/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.publications__show:hover,
.publications__show:active {
  color: #333f48;
}

.publications__show:disabled {
  color: #81a086;
  cursor: default;
  pointer-events: none;
}

.publications__show:disabled:after {
  background-image: none;
}

.publications .filter-name {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
}

.question-block {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  margin-bottom: 40px;
  padding: 64px 100px;
  background: #f0f3f6;
  border-radius: 6px;
}

.question-block__header {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.question-block__counter {
  font-size: 20px;
  line-height: 28px;
  color: #333f48;
}

.question-block__title {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #333f48;
}

.question-block__subtitle {
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
}

.question-block__options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-pack: justify;
}

.question-block__button {
  display: block;
  padding: 13px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: #111;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.question-block__button:hover {
  background: #00d900;
}

.question-block__button-next {
  color: #111;
  background: #fff;
}

.question-block__button-next:disabled {
  color: #333f48;
  cursor: default;
  opacity: 0.5;
}

.question-block__button-next:disabled:hover {
  background: #fff;
}

.question-block__button-holder {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.question-block__answer {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 20px;
  color: #111;
  background: rgba(0, 217, 0, 0.4);
  border-radius: 8px;
  -ms-flex-pack: justify;
}

.question-block__answer div:first-child {
  margin-right: 15px;
}

.question-block__answer_title {
  margin-bottom: 12px;
  font-weight: bolder;
  font-size: 16px;
}

.question-block__answer_buttons {
  align-self: flex-end;
  text-align: right;
  -ms-flex-item-align: end;
}

.question-option {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.question-option input[type='radio'] {
  display: none;
}

.question-option__label {
  width: 100%;
}

.question-option__holder {
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding-right: 22px;
  padding-left: 22px;
  background: #fff;
  border: 2px solid #f0f3f6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -ms-flex-align: center;
}

.question-option__holder:hover {
  border-color: #00d900;
}

.question-option input:checked + .question-option__holder {
  color: #111;
  background: rgba(0, 217, 0, 0.4);
  border-color: #00d900;
}

.question-option input:checked + .question-option__holder:hover {
  border-color: inherit;
}

.question-option input:checked + .question-option__holder::before,
.question-option input.error:checked + .question-option__holder::before {
  content: '';
  display: inline-table;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background-color: #fff;
  background-image: url('../images/icons/check.svg');
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 50%;
  border-radius: 50%;
}

.question-option input.error:checked + .question-option__holder {
  background: #fff;
  border-color: #d13939;
}

.question-option input.error:checked + .question-option__holder::before {
  background: #d13939;
  background-image: url('../images/icons/Group_416.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.question-option input:not(:checked):disabled + .question-option__holder {
  cursor: default;
  opacity: 0.4;
}

.question-option input:not(:checked):disabled + .question-option__holder:hover {
  border-color: #f0f3f6;
}

.question-option input.correct:checked:disabled + .question-option__holder {
  border-color: #00d900;
  opacity: 1;
}

.button_make_ipp {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 238px;
  margin-top: 10px;
  font-weight: bolder;
  font-size: 13px;
  color: #111;
  border: 1px #111 solid;
  -ms-flex-pack: center;
}

.button_make_ipp:hover {
  opacity: 0.85;
}

.react-select {
  position: relative;
  width: 100%;
  height: 55px;
}

.react-select:hover .react-select__display {
  background: #111;
  border-color: #111;
}

.react-select:hover .react-select__value {
  color: #fff;
}

.react-select:hover .react-select__arrow > svg {
  stroke: #fff;
}

.react-select__display {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  border: 1px solid #cdd2d6;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.react-select__checked {
  display: inline-block;
  width: 13px;
  margin-right: 12px;
}

.react-select__value {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #333f48;
  border: none;
}

.react-select__name {
  font-size: 17px;
  line-height: 28px;
  color: #2d3033;
  white-space: nowrap;
}

.react-select__list {
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  height: auto;
  max-height: 400px;
  margin-top: -4px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #cdd2d6;
  border-radius: 0px 0px 4px 4px;
}

.react-select__item {
  padding: 10px 16px;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  color: #333f48;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.react-select__item:hover {
  background-color: #eee;
}

.requisites {
  padding: 40px 32px 60px;
}

.requisites-item + .requisites-item {
  margin-top: 40px;
}

.requisites-item .headed-block__title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #85878a;
}

.requisites-item .headed-block__value {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 22px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.requisites__separator:nth-child(1) {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}

.search-page__count {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 20px;
}

.search-page__item-answer {
  font-size: 14px;
  line-height: 20px;
}

.search-page__form {
  margin-bottom: 100px;
}

.search-page__more {
  margin-top: 32px;
}

.search-page-list__item {
  display: block;
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
}

.search-page-list__item-title {
  font-weight: 500;
  font-size: 17px;
}

.search-page-list__item-body {
  margin-top: 16px;
}

.search-page-products__item {
  margin-bottom: 16px;
}

.search-page-blog {
  grid-row-gap: 0px !important;
}

.search-page-blog__column:not(:last-child),
.search-page-blog__item:not(:last-child) {
  margin-bottom: 32px;
}

.search-page-faq {
  width: 100%;
}

.search-page_tablet__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search__button {
  background: transparent;
  border: none;
  cursor: pointer;
}

.search-results {
  position: absolute;
  top: 100%;
  z-index: 99;
  width: 100%;
  padding: 16px;
  background: #fff;
  border-top: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}

.search-results-item {
  display: block;
}

.search-results-item + .search-results-item {
  margin-top: 15px;
}

.search-results-item__block {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #9ea1a4;
}

.search-results-item__text {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 22px;
}

.search-results-item__text b {
  font-weight: 900;
}

.search:not(.search_redesign) {
  position: relative;
  width: 100%;
}

.search:not(.search_redesign) .search__button {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search:not(.search_redesign) .search-results {
  border: 1px solid #eaeaea;
}

.search:not(.search_redesign) .search.has-value .search:not(.search_redesign) .search-results {
  visibility: visible;
  opacity: 1;
}

.search:not(.search_redesign) .search .textfield__control {
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search_redesign .search__prev {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  -ms-flex-align: center;
}

.search_redesign .search__prev-icon {
  margin-right: 13px;
}

.search_redesign .search__prev-link {
  margin-top: 3px;
  color: #21a038;
}

.search_redesign .search__form {
  position: relative;
  width: 100%;
}

.search_redesign .search__form.has-value .search__holder {
  border-bottom: 1px solid #fff;
  border-radius: 4px 4px 0 0;
}

.search_redesign .search__holder {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e2e6ec;
  border-radius: 4px;
  -ms-flex-align: center;
}

.search_redesign .search__button {
  flex-shrink: 0;
  padding-right: 20px;
  -ms-flex-negative: 0;
}

.search_redesign .search__button .button {
  padding: 0;
}

.search_redesign .search__button .button__text {
  font-size: 15px;
  line-height: 24px;
}

.search_redesign .search__icon {
  flex-shrink: 0;
  padding-left: 18px;
  -ms-flex-negative: 0;
}

.search_redesign .search__icon path {
  fill: #21a038;
}

.search_redesign .search__control {
  width: 100%;
  padding: 16px 14px;
  font-size: 15px;
  line-height: 24px;
  background: none;
  border: none;
}

.search_redesign .search__control::-webkit-input-placeholder {
  color: #878b90;
}

.search_redesign .search__control::-moz-placeholder {
  color: #878b90;
}

.search_redesign .search__control:-ms-input-placeholder {
  color: #878b90;
}

.search_redesign .search__control::-ms-input-placeholder {
  color: #878b90;
}

.search_redesign .search__control::placeholder {
  color: #878b90;
}

.search_redesign .search__example {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.search_redesign .search__example a {
  color: #21a038;
}

.search_redesign .search-results {
  border: 1px solid #e2e6ec;
}

.search__form.has-value .search_redesign .search-results {
  visibility: visible;
  opacity: 1;
}

.section_bg {
  background: url('../images/content/lime-bg-heading.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.section_publications .columns {
  margin-bottom: 28px;
}

.section_shadow {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.section_color-violet {
  background: #f3f6fc;
}

.section_check {
  margin-top: 0;
  padding: 64px 0;
  background: #00d900 url('../images/content/bg_questions.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.section_color_grey {
  background: #f0f3f6;
}

.section_anchor {
  display: none;
}

.section_size_medium {
  margin-top: 32px;
  margin-bottom: 32px;
}

.section_heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  min-height: 154px;
  margin-bottom: 32px;
  padding-top: 24px;
  -ms-flex-pack: justify;
}

.select {
  position: relative;
}

.select_green .select-field {
  border: 1px solid #cdd2d6;
  border-radius: 4px;
}

.select_green .select-field:before {
  background-image: url('../images/icons/ic_arrow_down_green.svg');
  background-repeat: no-repeat;
}

.select-field {
  display: -ms-flexbox;
  display: flex;
  min-width: 230px;
  padding: 11px 17px;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #eaeaea;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.select-field:hover {
  border-color: #85878a;
}

.select-field::before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 18px;
  width: 12px;
  height: 7px;
  background-image: url('../images/icons/ic_arrow_down.svg');
}

.select-list {
  position: absolute;
  min-width: 230px;
  padding: 11px 17px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.select-list.active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.select-list__item {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.select-list__item:hover {
  color: #18bb4f;
}

.select_inForm .select-field {
  padding: 17px;
}

.shadow-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #f0f3f6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.shadow-box_large {
  -webkit-box-shadow: 0px 6px 40px rgba(64, 81, 107, 0.15);
  box-shadow: 0px 6px 40px rgba(64, 81, 107, 0.15);
}

.spoiler__top {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #21a038;
  cursor: pointer;
  -ms-flex-align: center;
}

.spoiler__top.active .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.spoiler__top:hover {
  color: #333f48;
}

.spoiler__top:hover .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.spoiler__top:hover .icon svg path {
  fill: #333f48;
}

.spoiler__top .icon {
  margin-left: 8px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.spoiler__top .icon svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.spoiler__body {
  height: 0;
  overflow: hidden;
}

.spoiler__inner {
  padding-top: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.spoiler__inner p {
  margin-bottom: 20px;
}

.spoiler_more .spoiler__top {
  margin-top: 20px;
}

.spoiler_more .spoiler__top.active .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spoiler_more .spoiler__top.active:hover .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spoiler_more .spoiler__top:hover .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.spoiler_more .spoiler__top .icon {
  margin-left: 8px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.spoiler_more .spoiler__top .icon svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.spoiler_more .spoiler__inner {
  padding-top: 0;
  font-size: inherit;
  line-height: inherit;
}

.spoiler_more .spoiler__inner p {
  margin-bottom: inherit;
}

.spoiler_big {
  background: #f0f3f6;
  border-radius: 8px;
}

.spoiler_big .spoiler__top {
  justify-content: space-between;
  padding: 24px;
  font-size: 21px;
  line-height: 28px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
  -ms-flex-pack: justify;
}

.spoiler_big .spoiler__top.active .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spoiler_big .spoiler__top .icon {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 0;
  background: #00d900;
  border-radius: 100%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.spoiler_big .spoiler__top .icon svg {
  width: 12px;
  height: 12px;
}

.spoiler_big .spoiler__top .icon svg path {
  fill: #fff;
}

.spoiler_big .spoiler__inner {
  padding: 24px;
}

.stars {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.stars__item svg {
  fill: #cdd2d6;
}

.stars_color_red .stars__item_active svg {
  fill: #ef4b3f;
}

.stars_color_green .stars__item_active svg {
  fill: #21a038;
}

.status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -ms-flex-align: center;
}

.status__wrapper {
  padding: 20px 20px 28px 20px;
}

.status__title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.status__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto !important;
  min-height: 100%;
  margin-right: 20px;
}

.step__number {
  position: relative;
  margin-bottom: 44px;
  font-size: 90px;
  line-height: 60px;
  color: #21a038;
}

.step__number::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 66px;
  width: 51px;
  height: 32px;
  background-image: url('../images/icons/step_arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.step__title {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  color: #333f48;
}

.step__text {
  font-size: 14px;
  line-height: 20px;
  color: #85878a;
}

.steps {
  max-width: 570px;
  margin: 0 auto;
}

.steps__item:not(:last-child) {
  margin-bottom: 30px;
}

.steps__header {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.steps__header_spoiler {
  cursor: pointer;
}

.steps__header_spoiler.active .steps__heading {
  color: #21a038;
}

.steps__header_spoiler.active .steps__heading svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.steps__header_spoiler.active .steps__heading svg path {
  fill: #21a038;
}

.steps__header_spoiler .steps__heading {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.steps__header_spoiler .steps__heading .icon {
  display: inline;
  margin-left: 6px;
}

.steps__header_spoiler .steps__heading svg {
  margin-left: 8px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.steps__header_spoiler .steps__heading svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  fill: #333f48;
}

.steps__header_spoiler .steps__heading:hover {
  color: #21a038;
}

.steps__header_spoiler .steps__heading:hover svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.steps__header_spoiler .steps__heading:hover svg path {
  fill: #21a038;
}

.steps__body {
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  -ms-flex-align: stretch;
}

.steps__body_spoiler {
  height: 0;
  overflow: hidden;
}

.steps__body_spoiler.opened {
  overflow: visible;
}

.steps__icon,
.steps__arrow,
.steps__empty {
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 72px;
  margin-right: 44px;
  -ms-flex-negative: 0;
  -ms-flex-pack: center;
}

.steps__icon .icon {
  display: none;
}

.steps__arrow {
  align-items: flex-end;
  margin-top: 27px;
  background: url('../images/content/grey-arrow-body.png');
  background-repeat: repeat-y;
  background-position: center;
  -ms-flex-align: end;
}

.steps__arrow svg {
  margin-bottom: -2px;
}

.steps__num {
  font-size: 42px;
  line-height: 1.8;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #21a038;
}

.steps__heading {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
}

.steps__sub-heading {
  margin-top: 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #21a038;
}

.steps__block {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
}

.steps__block a {
  color: #21a038;
}

.steps__block > *:not(:last-child) {
  margin-bottom: 12px;
}

.steps__block > .spoiler {
  margin-top: 20px;
}

.steps .tooltip {
  margin-left: 9px;
}

.steps__list-item {
  display: -ms-flexbox;
  display: flex;
}

.steps__list-item:before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  margin-top: 10px;
  margin-right: 8px;
  background-color: #21a038;
  border-radius: 100%;
  -ms-flex-negative: 0;
}

.steps__list-item:not(:last-child) {
  margin-bottom: 6px;
}

.steps__doc {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -ms-flex-align: center;
}

.steps__doc .icon {
  margin-right: 10px;
}

.steps a.steps__doc {
  color: #333f48;
}

.steps a.steps__doc:hover {
  color: #21a038;
}

.custom-switch {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.custom-switch__checkbox {
  width: 0;
  height: 0;
  opacity: 0;
}

.custom-switch__checkbox:checked + .custom-switch__slider {
  background-color: #21a038;
}

.custom-switch__checkbox:checked + .custom-switch__slider:before {
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}

.custom-switch__name {
  margin-right: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333f48;
}

.custom-switch__slider {
  position: relative;
  width: 40px;
  height: 24px;
  background-color: #eaeaea;
  border-radius: 32px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.custom-switch__slider:before {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.table_striped tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table-default tr.table-title td {
  padding: 50px 0 30px 0;
  font-weight: 600;
  font-size: 24px;
}

.table-default th,
.table-default__th {
  padding: 20px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #85878a;
  background: #fbfbfb;
}

.table-default__th_right {
  text-align: right !important;
}

.table-default td {
  padding: 20px 16px;
  font-size: 14px;
  line-height: 20px;
  color: #2d3033;
  border-bottom: 1px solid #eaeaea;
}

.table-default__td_right {
  text-align: right;
}

.table-year th {
  padding: 26px 16px 22px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  background: #fbfbfb;
}

.table-year th span {
  color: #85878a;
}

.table-year td {
  padding: 28px 16px 18px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #eaeaea;
}

.table-year td ul {
  list-style: none;
}

.table-year td ul li {
  position: relative;
  padding-left: 18px;
}

.table-year td ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background: #18bb4f;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.table-year__first {
  width: 400px;
  padding-right: 100px !important;
}

.table-year tr:first-child td {
  padding-top: 32px;
}

.tabs_responsive .tabs-content__item {
  border-top: 1px solid #f0f3f6;
  border-radius: 8px;
}

.tabs-head {
  position: relative;
  bottom: -1px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin: -20px -20px 0;
  padding: 20px 20px 0;
  overflow: hidden;
  -ms-flex-align: end;
}

.tabs-head__item {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 30px 40px 16px;
  background: #f0f3f6;
  border: 1px solid #f0f3f6;
  border-bottom: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.tabs-head__item:last-child {
  border-radius: 0 8px 0 0;
}

.tabs-head__item:first-child {
  border-radius: 8px 0 0 0;
}

.tabs-head__item.active {
  padding-top: 40px;
  background: #fff;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.tabs-head__item.active p {
  color: #333f48;
}

.tabs-head__item p {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #878b90;
}

.tabs-head__item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #878b90;
}

.tabs-content {
  position: relative;
}

.tabs-content__item {
  display: none;
  border: 1px solid #f0f3f6;
  border-top: none;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.tabs-content__item.active {
  display: block;
}

.tabs-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.tabs-button_alt .button {
  margin-right: 4px;
  padding: 7px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  background: #f0f3f6;
}

.tabs-button_alt .button_active {
  font-weight: 600;
  background: #21a038;
}

.framed-tabs {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.framed-tabs .button_tab {
  margin-right: 0;
  padding: 19px 32px;
  font-weight: bold;
  font-size: 17px;
  border: 2px solid #eaeaea;
  border-radius: 0;
}

.framed-tabs .button_active,
.framed-tabs .button:hover {
  color: #fff;
  background: #21a038;
  border-color: #21a038;
  opacity: 1;
}

.framed-tabs .button:last-child {
  border-radius: 0px 4px 4px 0px;
}

.framed-tabs .button:first-child {
  border-radius: 4px 0px 0px 4px;
}

.tabs-select__content {
  margin-top: 40px;
}

.tabs-select__item {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  border: none;
}

.textfield__control {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: none;
  border: 1px solid #eaeaea;
}

.textfield_multiline textarea {
  height: 112px;
  padding: 16px 16px 17px;
}

.toggle-switch_tabs .toggle-switch__check-text,
.toggle-switch_tabs .toggle-switch__uncheck-text {
  margin-right: 4px;
  padding: 6px 16px;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333f48;
  background: none;
  border-radius: 4px;
}

.toggle-switch_tabs .toggle-switch__uncheck-text {
  font-weight: 600;
  color: #fff;
  background: #21a038;
}

.toggle-switch_tabs .toggle-switch__checkbox:checked ~ .toggle-switch__check-text {
  font-weight: 600;
  color: #fff;
  background: #21a038;
}

.toggle-switch_tabs .toggle-switch__checkbox:checked ~ .toggle-switch__uncheck-text {
  font-weight: 400;
  color: #333f48;
  background: none;
}

.toggle-switch__switcher {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
  -ms-flex-align: center;
}

.toggle-switch__check-text,
.toggle-switch__uncheck-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.toggle-switch__check-text {
  color: #d3d3d3;
}

.toggle-switch__container {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 60px;
  height: 34px;
  margin: 0 15px;
  -ms-flex-negative: 0;
}

.toggle-switch__checkbox {
  width: 0;
  height: 0;
  opacity: 0;
}

.toggle-switch__checkbox:checked ~ .toggle-switch__container .toggle-switch__slider {
  background-color: #18bb4f;
}

.toggle-switch__checkbox:checked ~ .toggle-switch__container .toggle-switch__slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

.toggle-switch__checkbox:checked ~ .toggle-switch__check-text {
  color: #2d3033;
}

.toggle-switch__checkbox:checked ~ .toggle-switch__uncheck-text {
  color: #d3d3d3;
}

.toggle-switch__checkbox:focus ~ .toggle-switch__slider {
  -webkit-box-shadow: 0 0 1px #18bb4f;
  box-shadow: 0 0 1px #18bb4f;
}

.toggle-switch__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #7784c7;
  border-radius: 34px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.toggle-switch__slider:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tooltip {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -ms-flex-align: center;
}

.tooltip:after,
.tooltip__cloud-wrap {
  position: absolute;
  z-index: 100;
  display: none;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  -webkit-animation: hideTooltip 0.2s;
  animation: hideTooltip 0.2s;
}

.tooltip__cloud-wrap {
  width: 200px;
}

.tooltip:not(.tooltip_js):after,
.tooltip:not(.tooltip_js)__cloud-wrap {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(16px);
  transform: translateX(-50%) translateY(16px);
}

.tooltip:after,
.tooltip__cloud {
  padding: 16px;
  font-size: 12px;
  line-height: 18px;
  color: #2d3033;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(154, 176, 189, 0.13);
  box-shadow: 0px 4px 20px rgba(154, 176, 189, 0.13);
}

.tooltip:after {
  content: attr(data-tooltip);
  bottom: 24px;
}

.tooltip__cloud {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.tooltip__cloud ul {
  padding: 10px;
  list-style: circle;
}

.tooltip__cloud-wrap {
  bottom: 0px;
}

.tooltip:hover path:first-child {
  fill: #18bb4f;
}

.tooltip:not(.adv):hover:after {
  display: block;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  -webkit-animation: showTooltip 0.2s;
  animation: showTooltip 0.2s;
}

.tooltip.adv a {
  color: #21a038;
}

.tooltip.adv a:hover {
  color: #333f48;
}

.tooltip.adv:hover .tooltip__cloud-wrap {
  display: block;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  -webkit-animation: showTooltip 0.2s;
  animation: showTooltip 0.2s;
}

.tooltip_nowrap:after {
  width: auto;
  white-space: nowrap;
}

@-webkit-keyframes showTooltip {
  0% {
    display: block;
    opacity: 0;
  }

  1% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes showTooltip {
  0% {
    display: block;
    opacity: 0;
  }

  1% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hideTooltip {
  100% {
    opacity: 1;
  }

  1% {
    opacity: 0;
  }

  0% {
    display: none;
    opacity: 0;
  }
}

@keyframes hideTooltip {
  100% {
    opacity: 1;
  }

  1% {
    opacity: 0;
  }

  0% {
    display: none;
    opacity: 0;
  }
}

.disk-icon {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 56px;
  min-height: 56px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 4px 1px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 1px 20px rgba(0, 0, 0, 0.08);
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.disk-icon img {
  width: 30px;
  height: 30px;
}

.list {
  list-style: none;
  counter-reset: section;
}

.list li {
  position: relative;
}

.list li::before {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list--dot li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #21a038;
  border-radius: 50%;
}

.list--number li::before {
  content: counter(section);
  font-weight: 600;
  color: #21a038;
  counter-increment: section;
}

.npf-bitrix-edit {
  position: absolute;
  padding: 8px 10px;
  font-size: 10px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 15px rgba(73, 78, 83, 0.2);
  box-shadow: 0px 3px 15px rgba(73, 78, 83, 0.2);
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.npf-bitrix-edit:hover {
  opacity: 1;
}

.npf-br_4 {
  border-radius: 4px;
}

.npf-br_8 {
  border-radius: 8px;
}

.npf-br_12 {
  border-radius: 12px;
}

.npf-button {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.npf-button svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.npf-button svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.npf-button_theme_header-primary {
  padding: 6px 11px;
  color: #fff;
  background-color: #21a038;
  border-color: #21a038;
  border-radius: 3px;
}

.npf-button_theme_header-primary:hover {
  color: #fff;
  background-color: #1a802d;
  border-color: #1a802d;
}

.npf-button_theme_tab {
  padding: 6px 15px;
  color: #333f48;
  background-color: #f0f3f6;
  border-color: #f0f3f6;
  border-radius: 4px;
}

.npf-button_theme_tab.active,
.npf-button_theme_tab:hover {
  color: #fff;
  background-color: #21a038;
  border-color: #21a038;
}

.npf-button_theme_header {
  height: 20px;
  color: #21a038;
  background-color: transparent;
  border-color: transparent;
}

.npf-button_theme_header .npf-button__text {
  display: none;
}

.npf-button_theme_header .npf-button__text_lk {
  display: block;
}

.npf-button_theme_header svg {
  width: 20px;
  height: 20px;
}

.npf-button_theme_header svg path {
  fill: #21a038;
}

.npf-button_theme_header svg:first-child:last-child {
  margin-right: 0;
}

.npf-button_theme_header:hover {
  color: #2dd44b;
}

.npf-button_theme_header:hover svg path {
  fill: #2dd44b;
}

.npf-button_theme_banner {
  padding: 13px 23px;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.npf-button_theme_banner:hover {
  color: #fff !important;
  background-color: #333 !important;
  border-color: #333;
}

.npf-button_theme_banner:disabled {
  background-color: #cdd2d6 !important;
  border-color: #cdd2d6;
  cursor: default;
}

.npf-button_theme_banner-outline {
  padding: 13px 23px;
  color: #000;
  border-color: #000;
}

.npf-button_theme_banner-outline:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.npf-button_theme_app {
  padding: 3px 8px;
  color: #878b90;
  border: 1px solid #878b90;
}

.npf-button_theme_app svg {
  margin-right: 4px;
}

.npf-button_theme_app:hover {
  color: #000 !important;
  border: 1px solid #000;
}

.npf-button_theme_app:hover svg path {
  fill: #000;
}

.npf-button_theme_service {
  padding: 13px 23px;
  color: #fff;
  background: #21a038;
  border-color: #21a038;
}

.npf-button_theme_service:hover {
  color: #000 !important;
  background: #e2e6ec !important;
  border-color: #e2e6ec;
}

.npf-button_theme_small {
  padding: 6px 11px;
  border: 1px solid #111;
  border-radius: 3px;
}

.npf-button_theme_small:hover {
  color: #fff !important;
  background-color: #111 !important;
}

.npf-button_theme_gray {
  padding: 6px 11px;
  color: #878b90;
  border-color: #878b90;
}

.npf-button_theme_gray:hover {
  border-color: #111 !important;
}

.npf-color_bg_black {
  background: #000;
}

.npf-color_bg_white {
  background: #fff;
}

.npf-color_bg_primary {
  background: #21a038;
}

.npf-color_bg_text {
  background: #333f48;
}

.npf-color_bg_description {
  background: #878b90;
}

.npf-color_bg_light-gray {
  background: #eaeaea;
}

.npf-color_bg_dark-gray {
  background: #878b90;
}

.npf-color_bg_dividers {
  background: #e2e6ec;
}

.npf-color_bg_light-background {
  background: #f0f3f6;
}

.npf-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.npf-d_n {
  display: none;
}

.npf-d_f {
  display: -ms-flexbox;
  display: flex;
}

.npf-d_i {
  display: inline;
}

.npf-d_ib {
  display: inline-block;
}

.npf-d_b {
  display: block;
}

.npf-doc-link {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #f0f3f6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.npf-doc-link.npf-doc-link {
  color: #333f48;
}

.npf-doc-link:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.npf-doc-link:before {
  content: '';
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background: url('/assets/icons/npf-file.svg');
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
}

.npf-f_jc_c {
  justify-content: center;
  -ms-flex-pack: center;
}

.npf-f_jc_s {
  justify-content: flex-start;
  -ms-flex-pack: start;
}

.npf-f_jc_e {
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.npf-f_jc_sb {
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.npf-f_ai_c {
  align-items: center;
  -ms-flex-align: center;
}

.npf-f_ai_s {
  align-items: flex-start;
  -ms-flex-align: start;
}

.npf-f_ai_e {
  align-items: flex-end;
  -ms-flex-align: end;
}

.npf-f_d_r {
  -ms-flex-direction: row;
  flex-direction: row;
}

.npf-f_d_c {
  -ms-flex-direction: column;
  flex-direction: column;
}

.npf-f_d_rr {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.npf-f_d_cr {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.npf-no-wrap {
  white-space: nowrap;
}

.npf-label__title,
.npf-label__note {
  display: block;
  font-size: 12px;
}

.npf-label__title {
  height: 16px;
  margin-bottom: 12px;
  line-height: 16px;
}

.npf-label__note {
  height: 20px;
  margin-top: 6px;
  line-height: 20px;
}

.npf-label.error .npf-label__note {
  color: #ef4b3f;
}

.npf-input {
  height: 58px;
  padding: 17px 16px;
  border: 1px solid #cdd2d6;
  border-radius: 4px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.npf-input:hover {
  border-color: #111;
}

.npf-input:focus {
  border-color: #21a038;
}

.error > .npf-input {
  border-color: #ef4b3f;
}

.npf-list {
  list-style: none;
}

.npf-list li {
  display: -ms-flexbox;
  display: flex;
}

.npf-list li:not(:last-child) {
  margin-bottom: 12px;
}

.npf-list_gap_32 li:not(:last-child) {
  margin-bottom: 32px;
}

ul.npf-list li:before {
  content: '';
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  margin-right: 12px;
  background: #21a038;
  border-radius: 100%;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
}

ol.npf-list {
  counter-reset: npf-counter;
}

ol.npf-list li {
  counter-increment: npf-counter;
}

ol.npf-list li:before {
  content: counter(npf-counter) '.';
  display: block;
  margin-right: 6px;
}

.npf-m_0 {
  margin: 0;
}

.npf-m_0_l {
  margin-left: 0;
}

.npf-m_0_r {
  margin-right: 0;
}

.npf-m_0_t {
  margin-top: 0;
}

.npf-m_0_b {
  margin-bottom: 0;
}

.npf-m_8 {
  margin: 8px;
}

.npf-m_8_l {
  margin-left: 8px;
}

.npf-m_8_r {
  margin-right: 8px;
}

.npf-m_8_t {
  margin-top: 8px;
}

.npf-m_8_b {
  margin-bottom: 8px;
}

.npf-m_12 {
  margin: 12px;
}

.npf-m_12_l {
  margin-left: 12px;
}

.npf-m_12_r {
  margin-right: 12px;
}

.npf-m_12_t {
  margin-top: 12px;
}

.npf-m_12_b {
  margin-bottom: 12px;
}

.npf-m_16 {
  margin: 16px;
}

.npf-m_16_l {
  margin-left: 16px;
}

.npf-m_16_r {
  margin-right: 16px;
}

.npf-m_16_t {
  margin-top: 16px;
}

.npf-m_16_b {
  margin-bottom: 16px;
}

.npf-m_20 {
  margin: 20px;
}

.npf-m_20_l {
  margin-left: 20px;
}

.npf-m_20_r {
  margin-right: 20px;
}

.npf-m_20_t {
  margin-top: 20px;
}

.npf-m_20_b {
  margin-bottom: 20px;
}

.npf-m_24 {
  margin: 24px;
}

.npf-m_24_l {
  margin-left: 24px;
}

.npf-m_24_r {
  margin-right: 24px;
}

.npf-m_24_t {
  margin-top: 24px;
}

.npf-m_24_b {
  margin-bottom: 24px;
}

.npf-m_32 {
  margin: 32px;
}

.npf-m_32_l {
  margin-left: 32px;
}

.npf-m_32_r {
  margin-right: 32px;
}

.npf-m_32_t {
  margin-top: 32px;
}

.npf-m_32_b {
  margin-bottom: 32px;
}

.npf-m_40 {
  margin: 40px;
}

.npf-m_40_l {
  margin-left: 40px;
}

.npf-m_40_r {
  margin-right: 40px;
}

.npf-m_40_t {
  margin-top: 40px;
}

.npf-m_40_b {
  margin-bottom: 40px;
}

.npf-m_60 {
  margin: 60px;
}

.npf-m_60_l {
  margin-left: 60px;
}

.npf-m_60_r {
  margin-right: 60px;
}

.npf-m_60_t {
  margin-top: 60px;
}

.npf-m_60_b {
  margin-bottom: 60px;
}

.npf-m_80 {
  margin: 80px;
}

.npf-m_80_l {
  margin-left: 80px;
}

.npf-m_80_r {
  margin-right: 80px;
}

.npf-m_80_t {
  margin-top: 80px;
}

.npf-m_80_b {
  margin-bottom: 80px;
}

.npf-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  display: none;
  justify-content: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.npf-modal_open {
  display: -ms-flexbox;
  display: flex;
}

.npf-modal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #333f48;
  opacity: 0.4;
}

.npf-modal__content {
  position: relative;
  z-index: 1;
}

.npf-modal-template {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 840px;
  height: 100vh;
  padding: 20px;
  overflow: auto;
}

.npf-modal-template__close {
  position: fixed;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.npf-p_0 {
  padding: 0;
}

.npf-p_0_l {
  padding-left: 0;
}

.npf-p_0_r {
  padding-right: 0;
}

.npf-p_0_t {
  padding-top: 0;
}

.npf-p_0_b {
  padding-bottom: 0;
}

.npf-p_10 {
  padding: 10px;
}

.npf-p_10_l {
  padding-left: 10px;
}

.npf-p_10_r {
  padding-right: 10px;
}

.npf-p_10_t {
  padding-top: 10px;
}

.npf-p_10_b {
  padding-bottom: 10px;
}

.npf-p_20 {
  padding: 20px;
}

.npf-p_20_l {
  padding-left: 20px;
}

.npf-p_20_r {
  padding-right: 20px;
}

.npf-p_20_t {
  padding-top: 20px;
}

.npf-p_20_b {
  padding-bottom: 20px;
}

.npf-p_24 {
  padding: 24px;
}

.npf-p_24_l {
  padding-left: 24px;
}

.npf-p_24_r {
  padding-right: 24px;
}

.npf-p_24_t {
  padding-top: 24px;
}

.npf-p_24_b {
  padding-bottom: 24px;
}

.npf-p_32 {
  padding: 32px;
}

.npf-p_32_l {
  padding-left: 32px;
}

.npf-p_32_r {
  padding-right: 32px;
}

.npf-p_32_t {
  padding-top: 32px;
}

.npf-p_32_b {
  padding-bottom: 32px;
}

.npf-pagination {
  display: -ms-flexbox;
  display: flex;
}

.npf-pagination .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 2px;
  overflow: hidden;
  background: #21a038;
  border-radius: 3px;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.npf-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.npf-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.npf-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #21a038;
}

.npf-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.2);
}

.npf-pagination_autoplay .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background: rgba(0, 0, 0, 0.2);
}

.npf-pagination_autoplay .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: #21a038;
  border-radius: 3px;
  -webkit-animation: npf-pagination 5s linear forwards;
  animation: npf-pagination 5s linear forwards;
}

@-webkit-keyframes npf-pagination {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes npf-pagination {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.wrapper {
  width: 100%;
}

.wrapper .line {
  height: 8px;
  margin-bottom: 10px;
  background: #e2e6ec;
  border-radius: 4px;
}

.wrapper .line .progress-active {
  height: 100%;
  background: #21a038;
  border-radius: 3px;
}

.wrapper .text {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.npf-radio-textarea-wrapper {
  display: none;
  max-width: 439px;
}

.npf-radio-textarea-wrapper.active {
  display: block;
}

.npf-radio-textarea-wrapper .npf-radio-textarea textarea {
  height: 56px;
}

.npf-radio__input {
  display: none;
}

.npf-radio__label {
  cursor: pointer;
}

.npf-radio_t_gender {
  display: -ms-flexbox;
  display: flex;
}

.npf-radio_t_gender .npf-radio__label:first-child .npf-radio__pseudo {
  border-radius: 4px 0 0 4px;
}

.npf-radio_t_gender .npf-radio__label:last-child .npf-radio__pseudo {
  border-radius: 0 4px 4px 0;
}

.npf-radio_t_gender .npf-radio__pseudo {
  padding: 16px 24px;
  text-align: center;
  border: 1px solid #cdd2d6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.npf-radio_t_gender .npf-radio__input:checked + .npf-radio__pseudo {
  font-weight: 600;
  color: #fff;
  background: #21a038;
  border-color: #21a038;
}

.npf-radio_normal {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 40px;
  -ms-flex-align: center;
}

.npf-radio_normal:last-child {
  magin-bottom: 0;
}

.npf-radio_normal .npf-radio__pseudo::before,
.npf-radio_normal .npf-radio__pseudo::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.npf-radio_normal .npf-radio__pseudo::before {
  top: 0;
  left: 0;
  min-width: 24px;
  height: 24px;
  border: 2px solid #cdd2d6;
}

.npf-radio_normal .npf-radio__pseudo::after {
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  background-color: #21a038;
  opacity: 0;
}

.npf-radio_normal .npf-radio__input:checked + .npf-radio__pseudo::before {
  border-color: #21a038;
}

.npf-radio_normal .npf-radio__input:checked + .npf-radio__pseudo::after {
  opacity: 1;
}

.npf-section-title {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.npf-section-title__link {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.npf-section-title__link svg {
  margin-left: 12px;
}

.npf-section-title__link svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.npf-section-title__link:hover svg path {
  fill: #000;
}

.npf-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.npf-slider-arrow {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background: #f0f3f6;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.npf-slider-arrow svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.npf-slider-arrow:not(.swiper-button-disabled):hover {
  background: #21a038;
}

.npf-slider-arrow:not(.swiper-button-disabled):hover svg path {
  fill: #fff;
}

.npf-slider-arrow.swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
}

.npf-slider-arrow.swiper-button-disabled:hover {
  background: #f0f3f6;
}

.npf-slider-arrow_revert svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.npf-spoiler [data-npf-toggle-trigger] {
  cursor: pointer;
}

.npf-spoiler [data-npf-toggle-target] {
  height: auto;
  max-height: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: max-height 0.2s, -webkit-transform 0.2s;
  transition: max-height 0.2s, -webkit-transform 0.2s;
  transition: max-height 0.2s, transform 0.2s;
  transition: max-height 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.npf-spoiler [data-npf-toggle-target].active {
  display: block;
  max-height: 2000px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.npf-spoiler_small {
  background-color: #f0f3f6;
  border-radius: 8px;
}

.npf-spoiler_small [data-npf-toggle-trigger] {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 8px 15px;
  -ms-flex-pack: justify;
}

.npf-spoiler_small [data-npf-toggle-trigger]:after {
  content: '<';
  display: block;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.npf-spoiler_small.active [data-npf-toggle-trigger]:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.npf-spoiler_small .npf-spoiler__body {
  padding: 20px 15px;
}

.npf-tabs__scroll {
  overflow-x: auto;
}

.npf-tabs__tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.npf-tabs__tabs > * {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 4px;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.npf-tile {
  background-color: #fff;
  border-radius: 8px;
}

.npf-tile_border-radius_small {
  border-radius: 4px;
}

.npf-tile_border-radius_large {
  border-radius: 12px;
}

.npf-tile_bordered {
  border-width: 1px;
  border-style: solid;
}

.npf-tile_border-color_dividers {
  border-color: #e2e6ec;
}

.npf-typo_size_default {
  font-size: 14px;
  line-height: 20px;
}

.npf-typo_size_small {
  font-size: 13px;
  line-height: 18px;
}

.npf-typo_size_caption {
  font-size: 12px;
  line-height: 16px;
}

.npf-typo_size_large {
  font-size: 16px;
  line-height: 24px;
}

.npf-typo_size_h1-mobile {
  font-size: 24px;
  line-height: 28px;
}

.npf-typo_size_h1-tablet {
  font-size: 32px;
  line-height: 40px;
}

.npf-typo_size_h1-desktop {
  font-size: 36px;
  line-height: 44px;
}

.npf-typo_size_h2-mobile {
  font-size: 22px;
  line-height: 24px;
}

.npf-typo_size_h2-tablet {
  font-size: 24px;
  line-height: 32px;
}

.npf-typo_size_h2-desktop {
  font-size: 32px;
  line-height: 40px;
}

.npf-typo_size_h3-mobile {
  font-size: 18px;
  line-height: 24px;
}

.npf-typo_size_h3-tablet {
  font-size: 20px;
  line-height: 24px;
}

.npf-typo_size_h3-desktop {
  font-size: 24px;
  line-height: 28px;
}

.npf-typo_size_h4-desktop {
  font-size: 20px;
  line-height: 24px;
}

.npf-typo_size_h4-tablet {
  font-size: 18px;
  line-height: 24px;
}

.npf-typo_size_h4-mobile {
  font-size: 18px;
  line-height: 24px;
}

.npf-typo_size_accent-desktop {
  font-size: 40px;
  line-height: 48px;
}

.npf-typo_size_accent-tablet {
  font-size: 40px;
  line-height: 48px;
}

.npf-typo_size_accent-mobile {
  font-size: 36px;
  line-height: 44px;
}

.npf-typo_color_black {
  color: #000;
}

.npf-typo_color_white {
  color: #fff;
}

.npf-typo_color_primary {
  color: #21a038;
}

.npf-typo_color_text {
  color: #333f48;
}

.npf-typo_color_description {
  color: #878b90;
}

.npf-typo_color_light-gray {
  color: #eaeaea;
}

.npf-typo_color_dark-gray {
  color: #878b90;
}

.npf-typo_color_dividers {
  color: #e2e6ec;
}

.npf-typo_color_light-background {
  color: #f0f3f6;
}

.npf-typo_family_heading {
  font-family: 'SB Sans Display', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.npf-typo_family_base {
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.npf-typo_weight_b,
.npf-typo_weight_600 {
  font-weight: 600;
}

.npf-typo_align_r {
  text-align: right;
}

.npf-typo_align_l {
  text-align: left;
}

.npf-typo_align_c {
  text-align: center;
}

.npf-wide-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.tag {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 12px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #333f48;
  background-color: #f0f3f6;
  border-radius: 4px;
}

.tag:last-child {
  margin-right: 0;
}

.unsubscribe {
  padding: 30px;
}

.unsubscribe__heading {
  font-size: 36px;
  line-height: 44px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.unsubscribe__note {
  margin: 20px 0;
}

.unsubscribe__button-holder {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.unsubscribe__accept {
  margin-right: 16px;
  padding: 0 16px;
}

.unsubscribe__responce {
  display: none;
  margin-top: 20px;
}

.voting {
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #878b90;
}

.voting__title {
  margin-right: 16px;
}

.voting__control {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.voting__pseudo {
  cursor: pointer;
}

.voting__like,
.voting__dislike {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.voting__like span,
.voting__dislike span {
  color: #878b90;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.voting__like svg,
.voting__dislike svg {
  position: relative;
  bottom: -2px;
  margin-right: 8px;
}

.voting__like svg path,
.voting__dislike svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.voting__like.active span,
.voting__dislike.active span,
.voting__like:hover span,
.voting__dislike:hover span {
  color: #333f48;
}

.voting__like.active svg path,
.voting__dislike.active svg path,
.voting__like:hover svg path,
.voting__dislike:hover svg path {
  fill: #333f48;
}

.voting__like {
  margin-right: 16px;
}

.voting__like svg {
  bottom: 2px;
}

.voting__radio {
  display: none;
}

.voting__radio:checked + .voting__pseudo span {
  color: #333f48;
}

.voting__radio:checked + .voting__pseudo svg path {
  fill: #333f48;
}

.voting__radio:disabled + .voting__pseudo {
  cursor: default;
}

.voting__radio:disabled + .voting__pseudo span {
  color: #bababa;
}

.voting__radio:disabled + .voting__pseudo svg path {
  fill: #bababa;
}

.welcome-ipp__banner {
  width: 100%;
  padding: 40px 0;
  background: #f6e9f4;
}

.welcome-ipp__banner-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.welcome-ipp__banner-container-text {
  max-width: 620px;
}

.welcome-ipp__banner-container-img {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin-top: -10px;
}

.welcome-ipp__banner-container-img > img {
  position: absolute;
  max-width: 335px;
  margin-left: -40px;
}

.welcome-ipp__banner-title {
  margin-bottom: 16px;
}

.welcome-ipp__section {
  margin-bottom: 60px;
}

.welcome-ipp__section-title {
  margin-bottom: 20px;
}

.welcome-ipp__coloredWrapper {
  width: 100%;
  border-radius: 8px;
}

.welcome-ipp__coloredWrapper-green {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 20px 14px;
  color: #21a038;
  background: #fff;
  -ms-flex-align: center;
}

.welcome-ipp__coloredWrapper-green > img {
  margin-right: 8px;
}

.welcome-ipp__coloredWrapper-green__desktop {
  max-width: 436px;
}

.welcome-ipp__coloredWrapper-green__tablet {
  width: 100%;
}

.welcome-ipp__coloredWrapper-white {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  color: #333f48;
  background: #fff;
  border: 1px solid #f0f3f6;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.078);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.078);
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.welcome-ipp__coloredWrapper-gray {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 20px 14px;
  background: #f0f3f6;
  -ms-flex-pack: justify;
  grid-gap: 8px;
}

.welcome-ipp__coloredWrapper-gray .titleWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.welcome-ipp__coloredWrapper-gray .circle {
  display: -ms-flexbox;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-weight: 600;
  color: #fff;
  background: #21a038;
  border-radius: 50%;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.welcome-ipp a {
  color: #21a038;
}

.welcome-ipp__serviceWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 12px;
}

.welcome-ipp__serviceWrapper .cardWrap {
  width: calc(50% - 6px);
}

.textWithHidden-hide {
  display: none;
}

.textWithHidden-toggle {
  align-self: baseline;
  margin-top: 8px;
  color: #878b90;
  border-bottom: 1px dashed #cdd2d6;
  cursor: pointer;
  -ms-flex-item-align: baseline;
}

html {
  overflow-x: hidden;
  line-height: 22px;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  -ms-flex-pack: start;
}

.container {
  width: 100%;
  min-width: 320px;
  max-width: 1220px;
  margin: auto;
  padding: 0 20px;
}

.container_no_padding {
  padding: 0;
}

.container_small_extra {
  max-width: 580px;
}

.container_small {
  max-width: 960px;
}

.container_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.columns {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}

.columns .col_xs-1 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}

.columns .col_xs-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.columns .col_xs-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.columns .col_xs-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}

.col_align-center {
  align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
}

.sb17 {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.sb17_b {
  font-weight: 600;
}

.caption12 {
  font-size: 12px;
  line-height: 20px;
  color: #878b90;
}

.heading-font {
  font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.h1,
h1 {
  font-size: 28px;
  line-height: 34px;
}

.h2,
h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}

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

.h4,
h4 {
  font-weight: 400;
  font-size: 19px;
  line-height: 26px;
}

.swiper-container {
  margin-right: -20px;
}

.swiper-wrapper {
  align-items: stretch;
  -ms-flex-align: stretch;
}

.swiper-wrapper .swiper-slide {
  height: auto;
}

.gray-text {
  color: #85878a;
}

.tooltip-chart {
  padding: 14px 16px;
  background: #fff;
}

.tooltip-chart__title {
  font-size: 12px;
  line-height: 18px;
  color: #2d3033;
}

.tooltip-chart__title span {
  color: #18bb4f;
}

.tooltip-chart__value {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #2d3033;
}

.legend-chart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.legend-chart__item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #85878a;
}

.legend-chart__item span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#sbt_chat_app_gen {
  display: none;
}

.link--green {
  color: #21a038;
}

.link--green:hover {
  color: #21a038;
}

@media screen and (min-width: 365px) {
  .form iframe {
    height: 800px;
  }
}

@media only screen and (min-width: 480px) {
  .blog-announce--main .blog-announce__header {
    margin-bottom: 24px;
  }

  .blog-announce__header {
    margin-bottom: 12px;
  }

  .blog-announce__header-tags {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-announce__header-date {
    font-size: 14px;
    line-height: 24px;
  }

  .calculator__body {
    padding: 36px 0;
  }

  .calculator__result {
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
    min-width: 300px;
    margin-bottom: 0;
    padding: 0 24px;
    border-right: 1px solid #ededed;
    border-bottom: none;
  }

  .calculator__contract {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0 24px;
  }

  .calculator-new__body {
    padding: 36px 0;
  }

  .calculator-new__result {
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
    min-width: 300px;
    margin-bottom: 0;
    padding: 0 24px;
    border-bottom: none;
  }

  .calculator-new__contract {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0 24px;
  }

  .form-controls {
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -10px;
  }

  .form-controls__item {
    margin: 0 10px 58px;
  }

  .form-controls-new {
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -10px;
  }

  .form-controls-new__item {
    margin: 0 10px 58px;
  }

  .divider {
    border-right: 1px solid #ededed;
  }

  .headed-block__title {
    font-size: 11px;
    line-height: 18px;
  }

  .headed-block__value {
    font-size: 17px;
    line-height: 28px;
  }

  .heading__calc {
    margin-bottom: 46px;
  }

  .investment-item {
    padding: 32px 24px 24px;
  }

  .investment-item .list {
    width: 74%;
  }

  .investment-diagram {
    padding: 32px 40px;
  }

  .footer {
    margin-top: 40px;
  }

  .search-container {
    width: 477px;
    height: 56px;
    border: none;
    border-bottom: 1px solid #ededed;
    -webkit-box-shadow: 0px 6px 40px rgba(30, 35, 48, 0.15);
    box-shadow: 0px 6px 40px rgba(30, 35, 48, 0.15);
  }

  .search-control_input {
    padding: 16px 0px;
  }

  .search-control_pin {
    display: block;
    margin: 0 8px;
  }

  .search-control_list ymaps[class$='-search__suggest-item_selected_yes'],
  .search-control_list ymaps[class$='-search__suggest-item'] {
    padding: 5px 46px 3px;
  }

  .popover {
    position: relative;
    height: auto;
    border-top: 1px solid #e3e4e4;
  }

  .popover-content {
    padding: 24px 24px 38px;
  }

  .popover-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .fullsize-picture {
    min-height: 360px;
  }

  .fullsize-picture--promo {
    min-height: 320px;
  }

  .contacts-top {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 80px;
  }

  .phone {
    text-align: right;
  }

  .make-payment__item {
    min-height: 420px;
    background-position: right bottom;
  }

  .make-payment__button {
    width: auto;
  }

  .ops-slide__text {
    margin-bottom: 38px;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .product-card__button .button {
    font-size: 17px;
  }

  .promo-banner .heading {
    justify-content: center;
    margin-bottom: 16px;
    text-align: center;
    -ms-flex-pack: center;
  }

  .promo-banner .button {
    margin-right: auto;
    margin-left: auto;
  }

  .search-page-blog__column:not(:last-child),
  .search-page-blog__item:not(:last-child) {
    margin-bottom: 64px;
  }

  .section_size_medium {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .section_heading {
    min-height: 160px;
    margin-bottom: 32px;
    padding-top: 32px;
  }

  .tooltip:after,
  .tooltip__cloud {
    min-width: 312px;
  }

  .columns {
    -ms-grid-columns: (1fr) [8];
    grid-template-columns: repeat(8, 1fr);
  }

  .columns .col_md-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .columns .col_md-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .columns .col_md-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  .columns .col_md-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  .columns .col_md-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  .columns .col_md-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  .columns .col_md-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  .columns .col_md-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  .h3,
  h3 {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
  }
}

@media only screen and (-ms-high-contrast: active) and (min-width: 480px),
  only screen and (-ms-high-contrast: none) and (min-width: 480px) {
  .col_md-1 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_md-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_md-3 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_md-5 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_md-6 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_md-7 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 500px) {
  .corp-kpp-calc-block {
    padding: 64px 0;
  }

  .corp-kpp-calc-block__calculator {
    margin-bottom: 40px;
  }

  .corp-kpp-calc-block .spoiler {
    margin-top: 40px;
  }

  .corp-kpp-calc__calc {
    padding: 40px;
  }

  .corp-kpp-calc__input .input label,
  .corp-kpp-calc__input .input input {
    font-size: 17px;
  }

  .corp-kpp-calc__basic-accumulation .input label,
  .corp-kpp-calc__basic-accumulation .input input {
    font-size: 17px;
  }

  .corp-kpp-calc__co-financing {
    padding: 40px;
  }

  .corp-kpp-calc__co-title {
    margin-bottom: 60px;
  }

  .corp-kpp-calc__total {
    padding: 40px;
  }

  .corp-kpp-calc__accumulation {
    margin-bottom: 36px;
  }

  .corp-kpp-calc__total-info {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .corp-kpp-calc__total-pays {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 576px) {
  .npf-compliance-form__block {
    margin-bottom: 32px;
  }

  .npf-compliance-form__split_2 {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .npf-compliance-form__split_3 {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .npf-compliance-item {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .npf-compliance-item__image {
    width: 217px;
  }

  .npf-compliance-item.reverse .npf-compliance-item__image {
    order: 2;
    -ms-flex-order: 2;
  }

  .npf-compliance-item.reverse .npf-compliance-item__content {
    order: 1;
    -ms-flex-order: 1;
  }

  .npf-compliance-report__buttons {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .npf-modal-template {
    height: auto;
    padding: 40px;
    overflow: visible;
  }

  .npf-modal-template__close {
    position: absolute;
  }
}

@media only screen and (min-width: 630px) {
  .ops-slide__block {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ops-slide__block .circle-icon {
    margin-right: 19px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 640px) {
  .form iframe {
    height: 690px;
  }
}

@media only screen and (min-width: 720px) {
  .ops-conditions__content {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
  }

  .ops-conditions__list {
    width: 50%;
    margin-right: 3%;
  }

  .ops-conditions__result {
    align-self: flex-start;
    width: 35.5%;
    -ms-flex-item-align: start;
  }

  .ops-conditions__arrow-mobile {
    display: none;
  }

  .ops-conditions__arrow {
    display: block;
  }
}

@media only screen and (min-width: 762px) {
  .product-info {
    padding: 25px 30px;
    border: 1px solid #f0f3f6;
    border-radius: 8px;
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  }
}

@media only screen and (min-width: 768px) {
  .benefits .main-item {
    width: calc(50% - 14px);
    height: auto;
    padding: 40px;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
  }

  .benefits .main-item .bubble-green-bottom {
    display: block;
  }

  .benefits .main-item .bubble-yellow {
    display: block;
  }

  .benefits .item {
    display: block;
  }

  .benefits__slider {
    display: none;
  }

  .calculator-new_pds .calculator-new__count strong {
    font-size: 60px;
  }

  .calculator-new_pds .calculator-new__split {
    margin-bottom: 40px;
  }

  .calculator-new_pds .calculator-new__body {
    padding: 40px 40px 24px 40px;
  }

  .calculator-new_pds .calculator-new__control {
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e6ec;
  }

  .calculator-new_pds .calculator-new__result {
    padding-top: 24px;
  }

  .calculator-new_pds .calculator-new__input-wrap_split .form-controls-new__item_gender-toggle .checkbox {
    width: auto;
  }

  .calculator-new_pds .calculator-new__input-wrap_split .form-controls-new__item_gender-toggle {
    margin-right: 24px;
    margin-bottom: 0;
  }

  .calculator-new_pds .calculator-new__input-wrap_split {
    display: -ms-flexbox;
    display: flex;
  }

  .fake-youtube {
    margin: auto 0;
  }

  .footer__logo-container {
    display: -ms-grid;
    display: grid;
    width: 42%;
    margin-top: 0;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__logo-link img {
    height: 30px;
  }

  .footer-wrap {
    padding: 64px 70px;
  }

  .micromodal__container {
    padding: 60px;
  }

  .main-news {
    margin-right: -20px;
  }

  .main-news .blog-announce {
    width: calc(50% - 20px);
    margin-right: 20px;
  }

  .npf-about__pagination {
    display: none;
  }

  .npf-banner.npf-tile {
    display: -ms-flexbox;
    display: flex;
  }

  .npf-banner__content {
    width: 60%;
    padding: 40px;
    padding-right: 0;
  }

  .npf-banner__button.npf-banner__button {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .npf-banner__image img {
    max-width: 140%;
    margin-right: -40%;
  }

  .npf-benefits__item {
    padding: 32px;
  }

  .npf-benefits__number {
    display: block;
  }

  .npf-business-cases-nav {
    display: -ms-flexbox;
    display: flex;
  }

  .npf-business-cases__banner {
    height: 162px;
  }

  .npf-business-cases__image {
    max-width: 334px;
  }

  .npf-business-cases__pagination {
    display: none;
  }

  .npf-header__placeholder,
  .npf-header__content {
    height: 63px;
  }

  .npf-header__menu {
    right: -450px;
    width: 450px;
  }

  .npf-header__ecosystem {
    margin-right: 16px;
  }

  .npf-header__base-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .npf-header__base-container > .npf-header__button_primary {
    display: none;
  }

  .npf-header__button {
    margin-left: 16px;
  }

  .npf-header__button_mobile {
    margin-left: 16px;
  }

  .npf-header-search {
    top: 63px;
  }

  .npf-header-search {
    top: 20%;
    left: 50%;
    width: 100%;
    max-width: 700px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .npf-header-search__icon {
    display: block;
  }

  .npf-hiw__wrap {
    width: 100%;
  }

  .npf-hiw__card {
    width: 303px;
    height: 172px;
  }

  .npf-hiw__card:not(:last-child) {
    margin-bottom: 0px;
  }

  .npf-hiw__background {
    padding: 0 35px;
  }

  .npf-hiw__curves {
    min-width: 58%;
    height: 100%;
  }

  .npf-hiw__curve:first-child {
    margin-bottom: 49px;
  }

  .npf-hiw__line_sm,
  .npf-hiw__set_sm {
    display: none;
  }

  .npf-hiw-card__front,
  .npf-hiw-card__back {
    padding: 24px;
  }

  .npf-hiw-card__content {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    -ms-flex-pack: justify;
    -ms-flex-align: end;
  }

  .npf-hiw-card__button {
    margin-top: 0;
    margin-left: 20px;
  }

  .npf-htg .npf-htg__button:not(.npf-htg .npf-htg__button_mobile) {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .npf-htg .npf-htg__button_mobile {
    display: none;
  }

  .npf-htg__pagination {
    display: none;
  }

  .npf-htg__contacts {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px;
    -ms-flex-align: end;
    -ms-flex-pack: justify;
  }

  .npf-main-banner-slider__nav-container {
    bottom: 35px;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }

  .npf-main-banner {
    height: 438px;
  }

  .npf-main-banner__content {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 452px;
    -ms-flex-pack: center;
  }

  .npf-main-banner__content_video {
    width: 50%;
  }

  .npf-main-banner__title {
    margin-bottom: 16px;
  }

  .npf-main-banner__text {
    margin-bottom: 24px;
  }

  .npf-main-banner__button-wrap {
    align-items: flex-start;
    height: auto;
    -ms-flex-align: start;
  }

  .npf-main-banner__button {
    order: 2;
    width: auto;
    -ms-flex-order: 2;
  }

  .npf-main-banner__description {
    display: block;
    order: 3;
    width: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    -ms-flex-order: 3;
  }

  .npf-main-banner__container {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 78px;
    -ms-flex-align: center;
  }

  .npf-main-banner__image-wrap_default {
    display: -ms-flexbox;
    display: flex;
  }

  .npf-main-banner__image-wrap_wide {
    display: -ms-flexbox;
    display: flex;
  }

  .npf-main-banner__image-wrap_mobile {
    display: none;
    order: 1;
    -ms-flex-order: 1;
  }

  .npf-mobile-app-banner {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    height: 215px;
    padding: 0 0 0 32px;
    -ms-flex-pack: justify;
  }

  .npf-mobile-app-banner__content {
    justify-content: space-between;
    align-items: flex-start;
    width: 650px;
    padding: 32px 0;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
  }

  .npf-mobile-app-banner__title {
    margin-bottom: 8px;
    font-weight: 400;
  }

  .npf-mobile-app-banner__desc {
    margin-bottom: 32px;
  }

  .npf-mobile-app-banner__bg {
    position: static;
    left: auto;
    display: -ms-flexbox;
    display: flex;
    width: 288px;
    height: 100%;
    overflow: hidden;
    -webkit-transform: none;
    transform: none;
  }

  .npf-mobile-app-banner__bg > img {
    width: 400px;
  }

  .npf-mobile-app-banner__phone {
    right: 21px;
    left: auto;
    width: 170px;
    -webkit-transform: none;
    transform: none;
  }

  .npf-mobile-app-banner__phone > img {
    width: 170px;
  }

  .npf-mobile-app-banner__retention {
    position: absolute;
    right: 21px;
    left: auto;
    width: 350px;
    -webkit-transform: none;
    transform: none;
  }

  .npf-mobile-app-banner__retention > img {
    width: 350px;
  }

  .npf-mobile-app-banner__bottom {
    justify-content: flex-start;
    -ms-flex-pack: start;
  }

  a.npf-mobile-app-banner__button_primary {
    display: -ms-flexbox;
    display: flex;
  }

  a.npf-mobile-app-banner__button_mobile {
    width: auto;
    margin-right: 24px;
    margin-bottom: 0;
  }

  a.npf-mobile-app-banner__button_more {
    display: none;
  }

  .npf-our-products__tile {
    height: 280px;
  }

  .npf-our-products__content {
    width: 330px;
  }

  .npf-our-products__buttons {
    display: -ms-flexbox;
    display: flex;
  }

  .npf-our-products__button {
    width: auto;
    margin-right: 4px;
    margin-bottom: 0;
  }

  .npf-our-products__bottom {
    display: block;
  }

  .npf-our-products__image_desktop {
    display: block;
  }

  .npf-our-products__image_mobile {
    display: none;
  }

  .main-publishs {
    margin-right: -20px;
  }

  .main-publishs .blog-announce {
    width: calc(50% - 20px);
    min-height: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .npf-search {
    width: 100%;
    max-width: 680px;
  }

  .npf-search__icon {
    display: block;
  }

  .npf-sevices__image {
    width: 334px;
    height: auto;
  }

  .npf-sevices__button {
    width: auto;
  }

  .main {
    padding: calc((100vh - 63px - 366px) / 2) 0;
  }

  .about-ops-contacts__left,
  .about-ops-contacts__right {
    padding: 32px;
  }

  .about-ops-contacts__header {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
  }

  .about-ops-contacts__icon {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .about-ops-contacts__instruction {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
  }

  .about-ops-contacts__instruction div {
    max-width: 300px;
    margin-bottom: 0;
  }

  .npf-compliance-form__section {
    margin-bottom: 60px;
    padding-bottom: 24px;
  }

  .npf-compliance-popup__split {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .corp-kpp-content .corp-kpp-title {
    margin-bottom: 34px;
  }

  .corp-kpp-content .promo__button-holder {
    display: block;
  }

  .corp-kpp-step {
    height: 540px;
    padding: 28px;
    background: #fff;
    border: 1px solid #f0f3f6;
    border-radius: 8px;
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  }

  .corp-kpp-personnel__name {
    font-size: 16px;
    line-height: 24px;
  }

  .corp-kpp-personnel__tel a {
    font-size: 14px;
    line-height: 20px;
  }

  .dzo-custom-promo .container_image_large .promo__content {
    width: 55% !important;
  }

  .dzo-custom-promo .container_image_large .promo__image {
    width: 45% !important;
  }

  .program-card-holder {
    display: none;
  }

  .alert_closeIcon_mob {
    display: none;
  }

  .npf-business-case-banner {
    padding: 60px 40px;
  }

  .npf-business-case-buttons {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .npf-business-case-buttons__button:first-child {
    margin-top: 0;
    margin-right: 12px;
  }

  .npf-dzo-page-video__video {
    height: 350px;
  }

  .npf-dzo-page-video__button {
    position: static;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    margin-bottom: 32px;
  }

  .npf-dzo-page-video__list {
    margin-bottom: 24px;
  }

  .npf-dzo-calc {
    padding: 40px 52px;
    border: 1px solid #f0f3f6;
    border-radius: 8px;
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  }

  .npf-dzo-calc__split {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }

  .npf-dzo-calc__input_gender {
    margin-right: 24px;
  }

  .npf-dzo-calc__input:not(:last-child) {
    margin-bottom: 38px;
  }

  .npf-dzo-calc__tabs {
    display: -ms-flexbox;
    display: flex;
  }

  .npf-dzo-calc__tab:not(:last-child) {
    margin-right: 4px;
  }

  .npf-dzo-calc__primary {
    font-size: 50px;
  }

  .npf-dzo-calc__primary-split {
    display: -ms-flexbox;
    display: flex;
  }

  .npf-dzo-calc__primary-split > div {
    width: calc(50% - 10px);
  }

  .npf-dzo-calc__primary-split > div:not(:last-child):not(:first-child) {
    width: 48px;
    margin: 0 10px;
  }

  .npf-dzo-calc__buttons {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .npf-dzo-calc__button_main {
    width: auto;
    margin-right: 24px;
    margin-bottom: 0;
  }

  .npf-dzo-calc__contributions-fold {
    display: -ms-flexbox;
    display: flex;
  }

  .npf-dzo-calc__contributions-item {
    flex-grow: 1;
    width: calc(33.3% - 21px);
    margin-bottom: 0px;
    -ms-flex-positive: 1;
  }

  .npf-dzo-calc__contributions-item:not(:last-child) {
    margin-right: 32px;
  }

  .termination-conditions {
    padding: 60px 40px;
  }

  .termination-conditions__subtitle {
    margin-top: 32px;
  }

  .termination-steps {
    margin: 40px -40px 0;
  }

  .step-banner {
    min-height: 300px;
    padding: 40px;
    background-position: right center;
    background-size: contain;
  }

  .step-banner__title {
    width: 320px;
  }

  .step-banner__image {
    width: 350px;
  }

  .target-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .step-woman-wrapper_desk {
    display: block;
  }

  .termination-step-content {
    max-width: 880px;
    margin-top: 40px;
  }

  .termination-step-content__paragraf {
    max-width: 800px;
  }

  .termination-step-content__paragraf_bg-grey {
    max-width: 100%;
  }

  .table__top-container {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .table__column {
    width: 50%;
  }

  .table__bottom-container {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .table__button {
    width: 50%;
    margin: 0;
  }

  .successor-header {
    margin-top: 60px;
  }

  .successor-selection__items {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .successor-selection .item {
    padding: 24px;
  }

  .successor-section-title {
    font-size: 20px;
  }

  .selected-successor-header {
    padding-top: 69px;
  }

  .selected-successor-header__wrapper {
    display: -ms-flexbox;
    display: flex;
  }

  .selected-successor-header__content {
    width: 60%;
  }

  .selected-successor-header__select {
    max-width: 340px;
  }

  .selected-successor-header__image {
    width: 40%;
    height: unset;
    margin-top: 0;
  }

  .selected-successor-header__image img {
    margin-top: 0;
    -webkit-transform: unset;
    transform: unset;
  }

  .tech-works {
    padding: 72px 0;
  }

  .tech-works__subtitle {
    font-size: 18px;
  }

  .tech-works__title {
    font-size: 24px;
    line-height: 32px;
  }

  .tech-works__image-wrapper {
    height: 250px;
  }

  .tech-works__image {
    top: 60px;
    width: 566px;
  }

  .thanks-kpp__header .npf-container {
    display: -ms-grid;
    display: grid;
    padding-top: 114px;
    grid: auto/2fr 1fr;
  }

  .thanks-kpp__header-text h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }

  .thanks-kpp__header-img {
    width: 115%;
    max-width: unset;
    margin-top: 0;
  }

  .thanks-kpp__section {
    margin-top: 40px;
  }

  .thanks-kpp__section:last-child {
    margin-bottom: 40px;
  }

  .thanks-kpp__title {
    font-size: 20px;
  }

  .thanks-kpp__doc {
    margin-top: 24px;
  }

  .promo-banner {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }

  .promo-banner__content {
    width: 50%;
    padding-left: 52px;
  }

  .promo-banner__text {
    font-size: 17px;
    line-height: 28px;
  }

  .promo-banner__image {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    width: 50%;
    margin-bottom: 0;
    -ms-flex-pack: end;
  }

  .promo-banner__image img {
    max-width: 100%;
  }

  .promo-banner .heading {
    justify-content: space-between;
    max-width: 480px;
    margin-top: 15px;
    text-align: left;
    -ms-flex-pack: justify;
  }

  .promo-banner .h3 {
    text-align: center;
  }

  .promo-banner .h3 {
    font-size: 25px;
    line-height: 35px;
    text-align: left;
  }

  .promo-banner .button {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .landing-section__item .container_image_large .promo__content,
  .promocode-section__item .container_image_large .promo__content,
  .section-color__item .container_image_large .promo__content,
  .landing-section__item .container_image_large .promo__image,
  .promocode-section__item .container_image_large .promo__image,
  .section-color__item .container_image_large .promo__image {
    width: 50%;
  }

  .promo {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .promo__content {
    width: 50%;
    padding: 47px 0 47px 50px;
  }

  .promo__text {
    margin-bottom: 32px;
  }

  .promo__note {
    display: block;
    margin-top: 10px;
  }

  .promo__note_mobile {
    display: none;
  }

  .promo__image {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    width: 50%;
    height: auto;
    margin-bottom: 0;
    -ms-flex-align: end;
  }

  .promo__image_centered {
    justify-content: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
  }

  .promo_revert .promo__image {
    order: -1;
    -ms-flex-order: -1;
  }

  .promo__button {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    padding-bottom: 0;
  }

  .promo__button .button {
    width: auto;
  }

  .promo_revert {
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
  }

  .promo-menu__item {
    padding: 0;
  }

  .promo .button_desktop {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .promo .button_mobile {
    display: none;
  }

  .filter-period {
    order: 2;
    width: 65%;
    margin-bottom: 44px;
    -ms-flex-order: 2;
  }

  .filter-types {
    order: 1;
    width: 33%;
    margin-right: 2%;
    -ms-flex-order: 1;
  }

  .npf-br_4_md {
    border-radius: 4px;
  }

  .npf-br_8_md {
    border-radius: 8px;
  }

  .npf-br_12_md {
    border-radius: 12px;
  }

  .npf-button_theme_header {
    height: 30px;
    padding: 6px 0px;
  }

  .npf-button_theme_header .npf-button__text {
    display: block;
  }

  .npf-button_theme_header svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

  .npf-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .npf-d_md_n {
    display: none;
  }

  .npf-d_md_f {
    display: -ms-flexbox;
    display: flex;
  }

  .npf-d_md_i {
    display: inline;
  }

  .npf-d_md_ib {
    display: inline-block;
  }

  .npf-d_md_b {
    display: block;
  }

  .npf-f_md_jc_c {
    justify-content: center;
    -ms-flex-pack: center;
  }

  .npf-f_md_jc_s {
    justify-content: flex-start;
    -ms-flex-pack: start;
  }

  .npf-f_md_jc_e {
    justify-content: flex-end;
    -ms-flex-pack: end;
  }

  .npf-f_md_jc_sb {
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  .npf-f_md_ai_c {
    align-items: center;
    -ms-flex-align: center;
  }

  .npf-f_md_ai_s {
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .npf-f_md_ai_e {
    align-items: flex-end;
    -ms-flex-align: end;
  }

  .npf-f_md_d_r {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .npf-f_md_d_c {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .npf-f_md_d_rr {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .npf-f_md_d_cr {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .npf-m_0_md {
    margin: 0;
  }

  .npf-m_0_md_l {
    margin-left: 0;
  }

  .npf-m_0_md_r {
    margin-right: 0;
  }

  .npf-m_0_md_t {
    margin-top: 0;
  }

  .npf-m_0_md_b {
    margin-bottom: 0;
  }

  .npf-m_8_md {
    margin: 8px;
  }

  .npf-m_8_md_l {
    margin-left: 8px;
  }

  .npf-m_8_md_r {
    margin-right: 8px;
  }

  .npf-m_8_md_t {
    margin-top: 8px;
  }

  .npf-m_8_md_b {
    margin-bottom: 8px;
  }

  .npf-m_12_md {
    margin: 12px;
  }

  .npf-m_12_md_l {
    margin-left: 12px;
  }

  .npf-m_12_md_r {
    margin-right: 12px;
  }

  .npf-m_12_md_t {
    margin-top: 12px;
  }

  .npf-m_12_md_b {
    margin-bottom: 12px;
  }

  .npf-m_16_md {
    margin: 16px;
  }

  .npf-m_16_md_l {
    margin-left: 16px;
  }

  .npf-m_16_md_r {
    margin-right: 16px;
  }

  .npf-m_16_md_t {
    margin-top: 16px;
  }

  .npf-m_16_md_b {
    margin-bottom: 16px;
  }

  .npf-m_20_md {
    margin: 20px;
  }

  .npf-m_20_md_l {
    margin-left: 20px;
  }

  .npf-m_20_md_r {
    margin-right: 20px;
  }

  .npf-m_20_md_t {
    margin-top: 20px;
  }

  .npf-m_20_md_b {
    margin-bottom: 20px;
  }

  .npf-m_24_md {
    margin: 24px;
  }

  .npf-m_24_md_l {
    margin-left: 24px;
  }

  .npf-m_24_md_r {
    margin-right: 24px;
  }

  .npf-m_24_md_t {
    margin-top: 24px;
  }

  .npf-m_24_md_b {
    margin-bottom: 24px;
  }

  .npf-m_32_md {
    margin: 32px;
  }

  .npf-m_32_md_l {
    margin-left: 32px;
  }

  .npf-m_32_md_r {
    margin-right: 32px;
  }

  .npf-m_32_md_t {
    margin-top: 32px;
  }

  .npf-m_32_md_b {
    margin-bottom: 32px;
  }

  .npf-m_40_md {
    margin: 40px;
  }

  .npf-m_40_md_l {
    margin-left: 40px;
  }

  .npf-m_40_md_r {
    margin-right: 40px;
  }

  .npf-m_40_md_t {
    margin-top: 40px;
  }

  .npf-m_40_md_b {
    margin-bottom: 40px;
  }

  .npf-m_60_md {
    margin: 60px;
  }

  .npf-m_60_md_l {
    margin-left: 60px;
  }

  .npf-m_60_md_r {
    margin-right: 60px;
  }

  .npf-m_60_md_t {
    margin-top: 60px;
  }

  .npf-m_60_md_b {
    margin-bottom: 60px;
  }

  .npf-m_80_md {
    margin: 80px;
  }

  .npf-m_80_md_l {
    margin-left: 80px;
  }

  .npf-m_80_md_r {
    margin-right: 80px;
  }

  .npf-m_80_md_t {
    margin-top: 80px;
  }

  .npf-m_80_md_b {
    margin-bottom: 80px;
  }

  .npf-p_0_md {
    padding: 0;
  }

  .npf-p_0_md_l {
    padding-left: 0;
  }

  .npf-p_0_md_r {
    padding-right: 0;
  }

  .npf-p_0_md_t {
    padding-top: 0;
  }

  .npf-p_0_md_b {
    padding-bottom: 0;
  }

  .npf-p_10_md {
    padding: 10px;
  }

  .npf-p_10_md_l {
    padding-left: 10px;
  }

  .npf-p_10_md_r {
    padding-right: 10px;
  }

  .npf-p_10_md_t {
    padding-top: 10px;
  }

  .npf-p_10_md_b {
    padding-bottom: 10px;
  }

  .npf-p_20_md {
    padding: 20px;
  }

  .npf-p_20_md_l {
    padding-left: 20px;
  }

  .npf-p_20_md_r {
    padding-right: 20px;
  }

  .npf-p_20_md_t {
    padding-top: 20px;
  }

  .npf-p_20_md_b {
    padding-bottom: 20px;
  }

  .npf-p_24_md {
    padding: 24px;
  }

  .npf-p_24_md_l {
    padding-left: 24px;
  }

  .npf-p_24_md_r {
    padding-right: 24px;
  }

  .npf-p_24_md_t {
    padding-top: 24px;
  }

  .npf-p_24_md_b {
    padding-bottom: 24px;
  }

  .npf-p_32_md {
    padding: 32px;
  }

  .npf-p_32_md_l {
    padding-left: 32px;
  }

  .npf-p_32_md_r {
    padding-right: 32px;
  }

  .npf-p_32_md_t {
    padding-top: 32px;
  }

  .npf-p_32_md_b {
    padding-bottom: 32px;
  }

  .npf-section {
    margin-bottom: 60px;
  }

  .npf-typo_size_default_md {
    font-size: 14px;
    line-height: 20px;
  }

  .npf-typo_size_small_md {
    font-size: 13px;
    line-height: 18px;
  }

  .npf-typo_size_caption_md {
    font-size: 12px;
    line-height: 16px;
  }

  .npf-typo_size_large_md {
    font-size: 16px;
    line-height: 24px;
  }

  .npf-typo_size_h1-mobile_md {
    font-size: 24px;
    line-height: 28px;
  }

  .npf-typo_size_h1-tablet_md {
    font-size: 32px;
    line-height: 40px;
  }

  .npf-typo_size_h1-desktop_md {
    font-size: 36px;
    line-height: 44px;
  }

  .npf-typo_size_h2-mobile_md {
    font-size: 22px;
    line-height: 24px;
  }

  .npf-typo_size_h2-tablet_md {
    font-size: 24px;
    line-height: 32px;
  }

  .npf-typo_size_h2-desktop_md {
    font-size: 32px;
    line-height: 40px;
  }

  .npf-typo_size_h3-mobile_md {
    font-size: 18px;
    line-height: 24px;
  }

  .npf-typo_size_h3-tablet_md {
    font-size: 20px;
    line-height: 24px;
  }

  .npf-typo_size_h3-desktop_md {
    font-size: 24px;
    line-height: 28px;
  }

  .npf-typo_size_h4-desktop_md {
    font-size: 20px;
    line-height: 24px;
  }

  .npf-typo_size_h4-tablet_md {
    font-size: 18px;
    line-height: 24px;
  }

  .npf-typo_size_h4-mobile_md {
    font-size: 18px;
    line-height: 24px;
  }

  .npf-typo_size_accent-desktop_md {
    font-size: 40px;
    line-height: 48px;
  }

  .npf-typo_size_accent-tablet_md {
    font-size: 40px;
    line-height: 48px;
  }

  .npf-typo_size_accent-mobile_md {
    font-size: 36px;
    line-height: 44px;
  }

  .welcome-ipp__banner {
    min-height: 270px;
  }
}

@media screen and (min-width: 768px) {
  .blog-announce--main {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .blog-announce--main .blog-announce__content {
    margin-right: 20px;
    padding-right: 20px;
  }

  .blog-announce__extra img {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .cookies-popup__cookies-window {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
  }

  .cookies-popup__text {
    margin-right: 30px;
    margin-bottom: 0;
  }

  .form iframe {
    height: 830px;
  }

  .form--kpp {
    padding: 56px 210px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .form--kpp {
    padding: 56px 210px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .invest-mobile {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-flex-pack: center;
  }

  .invest-mobile__info {
    max-width: 300px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .invest-mobile__phone {
    align-self: stretch;
    min-height: 408px;
    max-height: 408px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
  }

  .invest-quote__content {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .invest-quote__avatar {
    min-width: 220px;
  }

  .questions {
    padding: 32px;
  }

  .questions-check__item {
    padding: 16px 16px 16px 20px;
  }

  .questions-check__item--active {
    padding-left: 60px;
  }

  .questions-check__item--active::before {
    left: 20px;
  }

  .questions-check__text {
    font-size: 14px;
  }

  .questions-check__title {
    font-size: 19px;
    line-height: 28px;
  }

  .questions-check__button .button {
    max-width: 250px;
  }

  .footer__copy {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
  }

  .sub-news > * {
    -ms-flex: 0 0 calc(50% - 20px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 20px);
  }

  .program-card__container .columns {
    display: none;
  }

  .program-card__swiper {
    display: block;
  }

  .program-card__swiper .kpp-swiper__wrapper {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 420px;
    -ms-flex-align: center;
  }

  .kpp-calculator > div {
    display: -ms-flexbox;
    display: flex;
  }

  .kpp-calculator .kpp-calculator__landing::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 1px;
    height: 386px;
    background: #ededed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .kpp-calculator .kpp-calculator__subsum-section {
    margin-right: 0;
  }

  .section--kpp-promo .promo__image {
    justify-content: center;
    -ms-flex-pack: center;
  }

  .section_head {
    margin-bottom: 64px;
  }

  main .section {
    margin-bottom: 64px;
  }

  .press-contacts__block {
    margin-right: 40px;
  }

  .program-card {
    width: 340px;
    min-height: 348px;
    padding-bottom: 0;
  }

  .landing-section__item .container_bg_def,
  .promocode-section__item .container_bg_def,
  .section-color__item .container_bg_def {
    background-image: url('/assets/images/content/tablet-lime-bg.png');
    background-position: right center;
  }

  .landing-section__item .container_bg_alt,
  .promocode-section__item .container_bg_alt,
  .section-color__item .container_bg_alt {
    background-image: url('/assets/images/content/tablet-lime-bg-alt.png');
    background-position: right center;
  }

  .landing-section__item .container_bg_alt .promo__image,
  .promocode-section__item .container_bg_alt .promo__image,
  .section-color__item .container_bg_alt .promo__image {
    justify-content: center;
    margin-bottom: 0;
    -ms-flex-pack: center;
  }

  .landing-section__item .container_bg_alt img,
  .promocode-section__item .container_bg_alt img,
  .section-color__item .container_bg_alt img {
    max-width: 80%;
    max-height: 80%;
  }

  .landing-section__item .container_bg_second,
  .promocode-section__item .container_bg_second,
  .section-color__item .container_bg_second {
    background-image: url('/assets/images/content/promocode-bg-tablet.png');
    background-position: right center;
  }

  .landing-section__item .container_bg_second .promo__image,
  .promocode-section__item .container_bg_second .promo__image,
  .section-color__item .container_bg_second .promo__image {
    justify-content: center;
    -ms-flex-pack: center;
  }

  .landing-section__item .container_bg_second img,
  .promocode-section__item .container_bg_second img,
  .section-color__item .container_bg_second img {
    max-width: 100%;
    max-height: 100%;
  }

  .webinar-banner .container,
  .promocode-section .container,
  .landing-section .container {
    padding: 0 32px;
  }

  .webinar-banner .promo,
  .promocode-section .promo,
  .landing-section .promo {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .webinar-banner .promo__content,
  .promocode-section .promo__content,
  .landing-section .promo__content {
    padding: 32px 0;
  }

  .webinar-banner .promo__title,
  .promocode-section .promo__title,
  .landing-section .promo__title {
    margin-bottom: 16px;
  }

  .webinar-banner .promo__image img,
  .promocode-section .promo__image img,
  .landing-section .promo__image img {
    padding: 0;
  }

  .webinar-banner .promo__price-value,
  .promocode-section .promo__price-value,
  .landing-section .promo__price-value {
    font-size: 36px;
    line-height: 44px;
  }

  .promocode-section .promo__button .button_desktop,
  .landing-section .promo__button .button_desktop {
    display: block;
    width: auto;
  }

  .promocode-section .promo__button .button_mobile,
  .landing-section .promo__button .button_mobile {
    display: none;
  }

  .promocode-section .container {
    background-repeat: no-repeat;
    background-position: 170%;
    background-size: contain;
  }

  .promocode-section .container--health {
    background-image: url('/assets/images/content/promocode-bg-1.png');
  }

  .promocode-section .container--child {
    background-image: url('/assets/images/content/promocode-bg-2.png');
  }

  .promocode-section .container--money {
    background-image: url('/assets/images/content/promocode-bg-3.png');
    background-position: 110%;
  }

  .promocode-section .promo__content {
    order: 1;
    -ms-flex-order: 1;
  }

  .promocode-section .promo__image {
    order: 3;
    margin-bottom: 0;
    -ms-flex-order: 3;
  }

  .promocode-section .promo__button {
    order: 2;
    -ms-flex-order: 2;
  }

  .info-block {
    padding: 0 49px;
  }

  .package-full {
    margin-bottom: 64px;
  }

  .package-full__content-container {
    padding: 0 49px;
  }

  .package-full__description {
    margin-bottom: 40px;
  }

  .package-full__title {
    margin-bottom: 24px;
  }

  .package-full__cards-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }

  .package-full .promocode-section {
    margin: 0 49px;
    margin-bottom: 40px;
  }

  .package-card {
    width: 470px;
    min-height: 240px;
  }

  .package-card:last-of-type {
    margin-bottom: 40px;
  }

  .package-card__container {
    padding: 35px 25px;
  }

  .package-card__text-container {
    width: 70%;
    padding-left: 30px;
  }

  .package-card__price-value {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
  }

  .package-card__text {
    font-size: 17px;
    line-height: 26px;
  }

  .package-promo-card {
    width: 25%;
    height: 168px;
    margin-right: 20px;
  }

  .package-promo-card:nth-child(2n) {
    margin-right: 20px;
  }

  .package-promo-card:last-child {
    margin-right: 0;
  }

  .package-promo-card--full {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33%;
  }

  .package-promo-card--full .package-promo-card__img {
    margin-right: 0;
  }

  .package-promo-card--full .package-promo-card__title {
    align-self: flex-start;
    -ms-flex-item-align: start;
  }

  .section_kpp-form {
    margin-bottom: 0;
    padding: 63px 0;
    background: #2ecc40 url('../images/content/bg_kpp-form.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .invest-mobile__info {
    max-width: 400px;
  }

  .invest-mobile__phone {
    max-width: 330px;
    min-height: 600px;
    max-height: 600px;
  }
}

@media (min-width: 768px) {
  .block > a {
    display: none;
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .kpp-calculator .kpp-calculator__landing::after {
    left: 0;
  }

  .promocode-section .container {
    background-position: 110%;
  }
}

@media screen and (min-width: 835px) {
  .form iframe {
    height: 780px;
  }
}

@media only screen and (min-width: 992px) {
  .heading {
    margin-bottom: 40px;
  }

  .heading_margin-bottom_rm {
    margin-bottom: 0;
  }

  .npf-banner__content {
    width: 50%;
  }

  .npf-banner__image img {
    max-width: 100%;
    margin-right: 0;
  }

  .npf-compliance-item {
    align-items: center;
    -ms-flex-align: center;
  }

  .npf-compliance-item__image {
    width: 400px;
  }

  .npf-compliance-item__button {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .promo__content {
    width: 60%;
    padding: 64px 0;
  }

  .promo__title {
    margin-bottom: 24px;
  }

  .promo__title .h2 {
    font-size: 36px;
    line-height: 44px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .promo__text {
    max-width: 600px;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .promo__note {
    margin-top: 0;
  }

  .promo__image {
    width: 40%;
  }

  .promo__button-holder {
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .block-text__description {
    max-width: 600px;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }
}

@media only screen and (min-width: 1024px) {
  .advantage {
    height: 448px;
    margin: 0 0 40px;
    padding: 32px 40px;
  }

  .advantage__header {
    margin-bottom: 42px;
  }

  .advantage__image {
    width: 71px;
    height: 71px;
    padding: 0;
    border-radius: 20px;
  }

  .advantage__description {
    margin-bottom: 20px;
  }

  .advantage__text {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .benefits > .item,
  .benefits > .main-item {
    width: calc(33% - 20px);
  }

  .benefits .main-item {
    order: 1;
    width: calc(33% - 20px);
    -ms-flex-order: 1;
  }

  .benefits .main-item .bubble-green-left {
    display: block;
  }

  .benefits .item.item-0::before {
    right: -1px;
    left: auto;
    border: none;
    border-left: 1px solid #f0f3f6;
    border-radius: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .benefits .item.item-0::after {
    display: none;
  }

  .benefits .item.item-1::before {
    right: auto;
    left: -1px;
    border: none;
    border-right: 1px solid #f0f3f6;
    border-radius: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .benefits .item.item-1::after {
    display: none;
  }

  .benefits .item.item-1 .item-extra {
    display: none;
  }

  .benefits .item.item-2::before {
    top: 50%;
    right: -1px;
    left: auto;
    width: 14px;
    height: 28px;
    border: none;
    border-left: 1px solid #f0f3f6;
    border-radius: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .benefits .item.item-2::after {
    display: none;
  }

  .benefits .item.item-2 .item-extra {
    display: none;
  }

  .benefits .item.item-3::before {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    left: 1px;
    z-index: 1;
    display: block;
    width: 28px;
    width: 14px;
    height: 28px;
    height: 28px;
    background: #fff;
    border: none;
    border: none;
    border-left: 1px solid #f0f3f6;
    border-radius: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }

  .benefits .item.item-3::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    left: auto;
    z-index: 1;
    display: block;
    width: 28px;
    width: 14px;
    height: 28px;
    height: 28px;
    background: #fff;
    border: none;
    border: none;
    border-right: 1px solid #f0f3f6;
    border-radius: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }

  .benefits .item.item-4::before {
    top: 50%;
    right: auto;
    left: -1px;
    width: 14px;
    height: 28px;
    border: none;
    border-right: 1px solid #f0f3f6;
    border-radius: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .benefits .item.item-4::after {
    display: none;
  }

  .blog-announce--main {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-announce--main .blog-announce__title {
    font-size: 20px;
    line-height: 26px;
  }

  .blog-announce--main .blog-announce__content {
    margin-right: 0;
    padding-right: 26px;
  }

  .blog-announce__header-tags {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-announce__header-bottom {
    display: -ms-flexbox;
    display: flex;
  }

  .blog-announce__header-date {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-announce__title {
    font-size: 16px;
    line-height: 24px;
  }

  .blog-announce__title:hover {
    color: #18bb4f;
  }

  .blog-announce__extra img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .bordered-block_padding_32 {
    padding: 32px;
  }

  .calculator__body {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px 0;
  }

  .calculator__result {
    -ms-flex: 1 0 445px;
    flex: 1 0 445px;
    min-width: 445px;
    padding: 0 56px;
  }

  .calculator__contract > .calculator__title {
    margin-bottom: 20px;
  }

  .calculator__contract {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0 56px;
  }

  .calculator__title {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 28px;
  }

  .calculator__title_large {
    font-size: 24px;
    line-height: 30px;
  }

  .calculator__title_additional {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-end;
    -ms-flex-align: end;
  }

  .calculator__additional {
    margin-bottom: 0;
    margin-left: 16px;
  }

  .calculator__description {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 20px;
  }

  .calculator__description_limiter {
    width: 60%;
  }

  .calculator__description_accent {
    font-size: 17px;
    line-height: 26px;
  }

  .calculator__count {
    margin-bottom: 40px;
  }

  .calculator__count_small {
    margin-bottom: 12px;
  }

  .calculator__count_small span {
    font-size: 17px;
    line-height: 26px;
  }

  .calculator__count strong {
    margin-right: 12px;
    font-size: 64px;
    line-height: 80px;
  }

  .calculator__count span {
    font-size: 17px;
    line-height: 26px;
  }

  .calculator__list {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .calculator-new__body {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px 0;
  }

  .calculator-new__result {
    -ms-flex: 1 0 445px;
    flex: 1 0 445px;
    min-width: 445px;
    padding: 0 56px;
  }

  .calculator-new__contract > .calculator-new__title {
    margin-bottom: 20px;
  }

  .calculator-new__contract {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0 56px;
  }

  .calculator-new__title {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 28px;
  }

  .calculator-new__title_large {
    font-size: 24px;
    line-height: 30px;
  }

  .calculator-new__title_additional {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-end;
    -ms-flex-align: end;
  }

  .calculator-new__additional {
    margin-bottom: 0;
    margin-left: 16px;
  }

  .calculator-new__description,
  .calculator-new-info__item {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .calculator-new__description_limiter,
  .calculator-new-info__item_limiter {
    width: 60%;
  }

  .calculator-new__description_accent,
  .calculator-new-info__item_accent {
    font-size: 17px;
    line-height: 26px;
  }

  .calculator-new__count {
    margin-bottom: 40px;
  }

  .calculator-new__count_small {
    margin-bottom: 12px;
  }

  .calculator-new__count_small span {
    font-size: 17px;
    line-height: 26px;
  }

  .calculator-new__count strong {
    margin-right: 12px;
    font-size: 64px;
    line-height: 80px;
  }

  .calculator-new__count span {
    font-size: 17px;
    line-height: 26px;
  }

  .calculator-new__list {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form-controls {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .form-controls__item .checkbox {
    width: auto;
  }

  .form-controls-new {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .form-controls-new__item .checkbox {
    width: auto;
  }

  .checkCertificate-container .subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .corp-kpp-calc {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .corp-kpp-calc__calc {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }

  .corp-kpp-calc__total {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }

  .heading .heading_advantages {
    max-width: 440px;
    margin-bottom: 56px;
  }

  .heading__calc {
    margin-bottom: 56px;
  }

  .input__control label {
    font-size: 17px;
    line-height: 28px;
    white-space: nowrap;
  }

  .input__signature {
    white-space: nowrap;
  }

  .investment-item {
    padding: 32px;
  }

  .investment-item__image {
    height: 144px;
  }

  .investment-item__title {
    font-size: 17px;
    line-height: 26px;
  }

  .investment-item__sub-title {
    font-size: 12px;
    line-height: 20px;
  }

  .investment-item .list {
    width: 64%;
  }

  .item-block__right-icon {
    top: 24px;
    right: 32px;
  }

  .item-block_color {
    margin-bottom: 0;
  }

  .item-block_size_medium {
    padding: 40px 30px;
  }

  .item-block_size_large {
    padding: 24px 32px;
  }

  .item-block__image-wrapper_icon_left {
    margin-bottom: 34px;
  }

  .item-block__title {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 22px;
  }

  .item-block__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    opacity: 1;
  }

  .item-block__count {
    font-size: 60px;
    line-height: 60px;
    white-space: nowrap;
  }

  .antikrizis-block {
    -ms-flex: 0 0 calc(33.3% - 14px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.3% - 14px);
    min-width: unset;
  }

  .antikrizis-block:not(:last-child) {
    margin-right: 20px;
  }

  .antikrizis-main__title {
    font-size: 24px;
  }

  .antikrizis-blocks {
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  .antikrizis-blocks .antikrizis-pagination {
    display: none;
  }

  .antikrizis-wrapper {
    width: 100%;
  }

  .footer-phone {
    display: none;
  }

  .footer {
    margin-top: 50px;
  }

  .footer__copy {
    font-weight: 400;
    font-size: 14px;
    font-size: 12px;
    line-height: 20px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .footer__copy-text {
    width: 50%;
    margin-right: 8%;
  }

  .footer__content {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .expanded-menu {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .expanded-menu__list {
    min-width: 120px;
    max-width: 250px;
    margin-right: 70px;
  }

  .expanded-menu_last .expanded-menu__list {
    width: 170px;
    max-width: none;
  }

  .expanded-menu_last .expanded-menu__list:first-child {
    padding-left: 20px;
  }

  .expanded-menu__list:last-child {
    margin-right: 0;
  }

  .expanded-menu__item {
    margin-bottom: 20px;
    padding: 0;
    border-bottom: none;
  }

  .expanded-menu__item:first-child {
    margin-bottom: 22px;
  }

  .expanded-menu__item:last-child {
    margin-bottom: 0;
  }

  .expanded-menu__link strong {
    font-size: 17px;
    line-height: 22px;
  }

  .footer-wrap .columns {
    -ms-grid-columns: (1fr) [13];
    grid-template-columns: repeat(13, 1fr);
  }

  .line-list_padding_32 {
    padding: 32px;
  }

  .line-list__title {
    margin-bottom: 32px;
  }

  .line-list__item {
    font-size: 14px;
  }

  .line-list__item + .line-list__item {
    margin-top: 14px;
  }

  .article-subtitle {
    margin-bottom: 48px;
  }

  .content {
    padding: 0 80px;
  }

  .content:last-child {
    margin-bottom: 0;
  }

  .fullsize-picture--promo {
    min-height: 460px;
  }

  .quote > *:first-child {
    margin-bottom: 28px;
  }

  .text-picture {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
  }

  .text-picture > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .text-picture > *:first-child {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .text-picture > *:last-child {
    width: 360px;
  }

  .text-picture--left > *:first-child {
    margin-right: 0;
  }

  .text-picture--left > *:last-child {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .news .blog-announce {
    margin-right: 20px;
  }

  .news-container {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .news-container > *:first-child {
    -ms-flex: 0 0 calc(33.3% - 20px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.3% - 20px);
  }

  .sub-news > * {
    -ms-flex: 0 0 calc(33.3% - 20px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.3% - 20px);
  }

  .publishs .publishs-announce {
    margin-right: 20px;
  }

  .page-menu-list__item {
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 28px;
  }

  .main__image {
    width: auto;
  }

  .main__button-wrap {
    align-items: flex-start;
    height: auto;
    -ms-flex-align: start;
  }

  .data-chart {
    padding: 32px;
  }

  .data-chart-download {
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

  .person {
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 232px;
    margin-bottom: 56px;
  }

  .person__image {
    width: 180px;
    height: 180px;
    margin-right: 0;
  }

  .income-about {
    padding: 40px;
  }

  .income-about__diagram {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -20px;
    padding: 0 80px;
    -ms-flex-pack: justify;
  }

  .income-about__column {
    height: 388px;
  }

  .income-about__arrow {
    width: 100%;
    min-width: 125px;
    max-width: 180px;
    margin: 0 15px;
  }

  .income-about__arrow-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .income-about__arrow-item {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    -ms-flex-pack: end;
  }

  .income-about__arrow-mobile {
    display: none;
  }

  .income-about__text {
    width: 277px;
  }

  .income-about__text-item {
    padding: 48px 32px;
    font-size: 21px;
    line-height: 28px;
  }

  .income-about__bar {
    justify-content: flex-end;
    width: 80px;
    -ms-flex-pack: end;
  }

  .income-about__bar-add {
    width: 100%;
    height: 100px;
    margin-bottom: 4px;
  }

  .income-about__bar-item {
    width: 100%;
    height: 220px;
    margin-right: 0;
  }

  .income-about__bar-holder {
    display: block;
    order: 1;
    -ms-flex-order: 1;
  }

  .income-about__bar-note {
    order: 2;
    margin-top: 12px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    -ms-flex-order: 2;
  }

  .income-about__bar-note span {
    display: block;
    width: 230px;
    margin-left: -75px;
    text-align: center;
  }

  .income-about__header {
    padding: 0 170px;
  }

  .income-about__description {
    padding: 0 40px;
  }

  .income-about__body:first-child {
    display: block;
  }

  .income-about__body:last-child {
    display: none !important;
  }

  .article-tags {
    margin-bottom: 0px;
  }

  .article-detail__title {
    font-size: 32px;
    line-height: 40px;
  }

  .article-header {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }

  .contacts-top {
    margin-bottom: 0px;
  }

  .form-block {
    padding: 52px 0;
    background: #e9ecf7 url('../images/content/form_bg.jpg');
  }

  .corp-kpp-content .corp-kpp-title {
    margin-bottom: 40px;
  }

  .corp-kpp-content .corp-kpp-title .heading__title {
    max-width: 80%;
  }

  #corp-kpp-how .contract-button_mobile {
    display: none;
  }

  .disclosure-info-item + .disclosure-info-item {
    margin-top: 32px;
  }

  .product-info {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 64px 100px;
  }

  .product-info__header {
    width: 112px;
  }

  .product-info__body {
    padding-left: 88px;
  }

  .product-info__title {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 36px;
  }

  .product-info__list:first-child {
    height: 296px;
  }

  .list {
    max-width: 50%;
  }

  .list__item {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .list {
    max-width: 100% !important;
  }

  .program-card-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .program-card-item:not(:last-child) {
    margin-right: 20px;
  }

  .program-card-item {
    margin-bottom: 20px;
  }

  .main-table tr {
    display: table-row;
  }

  .main-table td {
    padding: 40px 10px;
    font-size: 17px;
    line-height: 26px;
  }

  .main-table td:first-child {
    width: 400px;
    font-size: 25px;
    line-height: 35px;
  }

  .main-table td:last-child {
    border-bottom: 1px solid #ededed;
  }

  .main-table tr:last-child td {
    border-bottom: none;
  }

  .make-payment__holder {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .ops-table__big {
    font-size: 46px;
    line-height: 63px;
  }

  .ops-table__big::before {
    line-height: 60px;
  }

  .ops-transition__item:last-of-type {
    margin-left: 40px;
  }

  .ops-transition__item:first-of-type {
    margin-right: 40px;
  }

  .ops-slider {
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    -ms-flex-align: stretch;
  }

  .ops-slider__container {
    width: 52%;
    margin-right: 8%;
  }

  .ops-slider__description {
    width: 40%;
    margin-top: 0;
  }

  .item-block_custom_restrictions .item-block__date {
    margin-bottom: 40px;
  }

  .item-block_custom_restrictions .item-block__date,
  .item-block_custom_restrictions .item-block__text {
    font-size: 12px;
    line-height: 20px;
  }

  .successor-selection__items {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .successor-text {
    font-size: 16px;
  }

  .selected-successor-header {
    padding-top: 87px;
  }

  .thanks-kpp__header .npf-container {
    align-items: center;
    padding-top: 0;
    -ms-flex-align: center;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 76px;
  }

  .thanks-kpp__header-text h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .thanks-kpp__header-img {
    max-width: 420px;
  }

  .thanks-kpp__section {
    margin-top: 80px;
  }

  .thanks-kpp__section:last-child {
    margin-bottom: 80px;
  }

  .thanks-kpp__text {
    max-width: 780px;
  }

  .thanks-kpp__title {
    font-size: 24px;
    line-height: 28px;
  }

  .thanks-kpp__info {
    max-width: 780px;
  }

  .product-card__title {
    font-size: 25px;
    line-height: 35px;
  }

  .promo-banner .heading {
    margin-bottom: 48px;
  }

  .landing-section_size_small,
  .promocode-section_size_small,
  .section-color_size_small {
    height: 280px;
  }

  .landing-section_size_small .promo__title,
  .promocode-section_size_small .promo__title,
  .section-color_size_small .promo__title {
    margin-bottom: 30px;
  }

  .landing-section_size_small .promo__title .heading,
  .promocode-section_size_small .promo__title .heading,
  .section-color_size_small .promo__title .heading {
    margin-bottom: 0;
  }

  .landing-section_size_middle,
  .promocode-section_size_middle,
  .section-color_size_middle {
    height: 312px;
  }

  .landing-section_size_large,
  .promocode-section_size_large,
  .section-color_size_large {
    height: 478px;
  }

  .filter-tags {
    width: 75%;
  }

  .filter-period .react-datepicker-wrapper {
    width: auto;
  }

  .filter-period .react-datepicker__input-container {
    width: 280px;
  }

  .filter-period {
    order: 1;
    width: 100%;
    -ms-flex-order: 1;
  }

  .filter-types {
    order: 2;
    width: 23%;
    -ms-flex-order: 2;
  }

  .requisites__separator:nth-child(1) {
    border-bottom: none;
  }

  .requisites__separator:nth-child(2) {
    padding-left: 56px;
    border-left: 1px solid #ededed;
  }

  .section_heading {
    min-height: 208px;
    margin-bottom: 64px;
    padding-top: 53px;
  }

  .npf-typo_size_default_xlg {
    font-size: 14px;
    line-height: 20px;
  }

  .npf-typo_size_small_xlg {
    font-size: 13px;
    line-height: 18px;
  }

  .npf-typo_size_caption_xlg {
    font-size: 12px;
    line-height: 16px;
  }

  .npf-typo_size_large_xlg {
    font-size: 16px;
    line-height: 24px;
  }

  .npf-typo_size_h1-mobile_xlg {
    font-size: 24px;
    line-height: 28px;
  }

  .npf-typo_size_h1-tablet_xlg {
    font-size: 32px;
    line-height: 40px;
  }

  .npf-typo_size_h1-desktop_xlg {
    font-size: 36px;
    line-height: 44px;
  }

  .npf-typo_size_h2-mobile_xlg {
    font-size: 22px;
    line-height: 24px;
  }

  .npf-typo_size_h2-tablet_xlg {
    font-size: 24px;
    line-height: 32px;
  }

  .npf-typo_size_h2-desktop_xlg {
    font-size: 32px;
    line-height: 40px;
  }

  .npf-typo_size_h3-mobile_xlg {
    font-size: 18px;
    line-height: 24px;
  }

  .npf-typo_size_h3-tablet_xlg {
    font-size: 20px;
    line-height: 24px;
  }

  .npf-typo_size_h3-desktop_xlg {
    font-size: 24px;
    line-height: 28px;
  }

  .npf-typo_size_h4-desktop_xlg {
    font-size: 20px;
    line-height: 24px;
  }

  .npf-typo_size_h4-tablet_xlg {
    font-size: 18px;
    line-height: 24px;
  }

  .npf-typo_size_h4-mobile_xlg {
    font-size: 18px;
    line-height: 24px;
  }

  .npf-typo_size_accent-desktop_xlg {
    font-size: 40px;
    line-height: 48px;
  }

  .npf-typo_size_accent-tablet_xlg {
    font-size: 40px;
    line-height: 48px;
  }

  .npf-typo_size_accent-mobile_xlg {
    font-size: 36px;
    line-height: 44px;
  }

  .welcome-ipp__coloredWrapper-green__tablet {
    display: none;
  }

  .columns {
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
  }

  .columns .col_lg-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .columns .col_lg-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .columns .col_lg-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  .columns .col_lg-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  .columns .col_lg-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  .columns .col_lg-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  .columns .col_lg-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  .columns .col_lg-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  .columns .col_lg-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }

  .columns .col_lg-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }

  .columns .col_lg-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  .columns .col_lg-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  .h1,
  h1 {
    font-size: 36px;
    line-height: 44px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .h2,
  h2 {
    font-size: 36px;
    line-height: 44px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .h3,
  h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.5px;
  }

  .h4,
  h4 {
    font-size: 21px;
    line-height: 28px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .swiper-container {
    margin-right: 0;
  }

  .legend-chart {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-flex-pack: center;
  }

  .legend-chart__item {
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .cookies-popup__cookies-window {
    max-width: 1180px;
  }

  .form--kpp {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .form__result-container .form__title {
    font-size: 29px;
    line-height: 36px;
  }

  .form--kpp {
    width: 780px;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .questions {
    display: -ms-flexbox;
    display: flex;
    padding: 40px 49px;
  }

  .questions-content {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 34px;
    -ms-flex-align: center;
  }

  .questions-content__title--mobile {
    display: none;
  }

  .questions-content__title--desktop {
    display: block;
    width: 467px;
    font-size: 36px;
    line-height: 44px;
  }

  .questions-content__title--desktop .heading {
    margin-bottom: 0;
  }

  .questions-content__title--desktop h2 {
    font-weight: normal;
  }

  .questions-check__item {
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0px 6px 40px rgba(64, 81, 107, 0.15);
    box-shadow: 0px 6px 40px rgba(64, 81, 107, 0.15);
  }

  .questions-check__item--active {
    padding: 16px 16px 16px 20px;
    padding-left: 60px;
  }

  .questions-check__item--active::before {
    background-image: url('../images/icons/check-box_on--desktop.svg');
  }

  .income-about__description {
    max-width: 670px;
  }

  .steps-kpp {
    display: -ms-flexbox;
    display: flex;
  }

  .kpp-swiper {
    display: none;
  }

  .program-card__container .columns {
    display: -ms-grid;
    display: grid;
  }

  .program-card__swiper {
    display: none;
  }

  .kpp-calculator {
    margin-bottom: 32px;
  }

  .kpp-calculator .kpp-calculator__sum > div:last-child {
    right: -12px;
  }

  .form__title {
    font-size: 36px;
    line-height: 44px;
  }

  .packages-container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .packages-container .package-card:first-child .package-card__arrow {
    top: 0;
    right: -83px;
    bottom: auto;
    left: auto;
  }

  .packages-container .package-card:first-child .package-card__arrow::before {
    top: 20px;
    -webkit-transform: translateX(-50%) rotate(-74.7deg);
    transform: translateX(-50%) rotate(-74.7deg);
  }

  .packages-container .package-card:nth-child(2) .package-card__arrow {
    top: 225px;
    bottom: auto;
    left: -30px;
  }

  .packages-container .package-card:nth-child(2) .package-card__arrow::before {
    top: 20px;
    -webkit-transform: translateX(-50%) rotate(74.7deg);
    transform: translateX(-50%) rotate(74.7deg);
  }

  .press-contacts__row {
    max-width: 700px;
  }

  .program-card {
    width: auto;
    height: 100%;
    min-height: 358px;
    padding: 40px 32px 44px;
  }

  .program-card__header {
    margin-bottom: 30px;
  }

  .program-card__image {
    width: 73px;
    height: 73px;
  }

  .program-card__image img {
    width: 48px;
    height: 48px;
  }

  .program-card__percent {
    font-size: 60px;
  }

  .program-card__description {
    font-size: 24px;
  }

  .landing-section__item .container_bg_def,
  .promocode-section__item .container_bg_def,
  .section-color__item .container_bg_def {
    background-image: url('/assets/images/content/desktop-lime-bg.png');
  }

  .landing-section__item .container_bg_alt,
  .promocode-section__item .container_bg_alt,
  .section-color__item .container_bg_alt {
    background-image: url('/assets/images/content/lime-bg-alt.png');
  }

  .landing-section__item .container_bg_alt .promo__image,
  .promocode-section__item .container_bg_alt .promo__image,
  .section-color__item .container_bg_alt .promo__image {
    justify-content: flex-start;
    -ms-flex-pack: start;
  }

  .landing-section__item .container_bg_alt img,
  .promocode-section__item .container_bg_alt img,
  .section-color__item .container_bg_alt img {
    max-width: 100%;
    max-height: 100%;
  }

  .landing-section__item .container_bg_second,
  .promocode-section__item .container_bg_second,
  .section-color__item .container_bg_second {
    background-image: url('/assets/images/content/promocode-bg-4.png');
    background-position: 100% 0;
  }

  .landing-section__item .container_bg_second .promo__content,
  .promocode-section__item .container_bg_second .promo__content,
  .section-color__item .container_bg_second .promo__content {
    width: 50%;
  }

  .landing-section__item .container_bg_second .promo__image,
  .promocode-section__item .container_bg_second .promo__image,
  .section-color__item .container_bg_second .promo__image {
    justify-content: center;
    width: 50%;
    -webkit-transform: none;
    transform: none;
    -ms-flex-pack: center;
  }

  .landing-section__item .container_bg_second .promo__image img,
  .promocode-section__item .container_bg_second .promo__image img,
  .section-color__item .container_bg_second .promo__image img {
    max-width: 100%;
    max-height: 100%;
  }

  .promo__title .heading__title {
    max-width: 480px;
  }

  .webinar-banner .container,
  .promocode-section .container,
  .landing-section .container {
    padding: 0 52px;
  }

  .webinar-banner .promo__content,
  .promocode-section .promo__content,
  .landing-section .promo__content {
    padding: 57px 0;
  }

  .webinar-banner .promo__title,
  .promocode-section .promo__title,
  .landing-section .promo__title {
    margin-bottom: 42px;
  }

  .webinar-banner .promo__image,
  .promocode-section .promo__image,
  .landing-section .promo__image {
    align-items: center;
    -ms-flex-align: center;
  }

  .webinar-banner .promo__price,
  .promocode-section .promo__price,
  .landing-section .promo__price {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
  }

  .webinar-banner .promo__price-value,
  .promocode-section .promo__price-value,
  .landing-section .promo__price-value {
    font-size: 60px;
    line-height: 60px;
  }

  .promocode-section .container--money {
    background-position: 100%;
  }

  .promocode-section .promo__content {
    max-width: 340px;
    margin-right: 70px;
  }

  .promocode-section .promo__title .h2 {
    font-weight: 400 !important;
    font-size: 36px;
    line-height: 44px;
  }

  .promocode-section .promo__title {
    margin-bottom: 16px;
  }

  .promocode-section .promo__text {
    margin-bottom: 40px;
  }

  .info-block {
    margin-bottom: 64px;
    padding: 0 200px;
  }

  .package-full__content-container {
    padding: 0 200px;
  }

  .package-full .promo__image {
    align-items: flex-end;
    -ms-flex-align: end;
  }

  .package-card {
    margin-bottom: 40px;
  }

  .package-card:first-child {
    margin-right: 30px;
  }

  .package-card:last-child {
    margin-left: -200px;
  }

  .package-card:last-of-type {
    margin-bottom: 0;
  }

  .package-card__price {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
  }

  .package-card__price-value {
    font-size: 40px;
    line-height: 56px;
  }

  .package-promo-card {
    height: 220px;
    padding: 40px 20px 0;
  }

  .package-promo-card--full .package-promo-card__img {
    margin-bottom: 24px;
  }

  .step {
    width: 380px;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .expanded-menu__list_mobile {
    display: none;
  }
}

@media (min-width: 1024px) {
  .bg-steps__description {
    max-width: 1180px;
    margin: auto;
    margin-bottom: 40px;
  }
}

@media only screen and (-ms-high-contrast: active) and (min-width: 1024px),
  only screen and (-ms-high-contrast: none) and (min-width: 1024px) {
  .col_lg-1 {
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_lg-2 {
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_lg-4 {
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_lg-5 {
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_lg-7 {
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_lg-8 {
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_lg-10 {
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_lg-11 {
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 1120px) {
  .calculator__contract-footer {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .calculator__contract-footer .button {
    width: auto;
    margin-bottom: 0;
  }

  .calculator__download-link {
    margin-left: 32px;
  }

  .calculator-new__contract-footer {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .calculator-new__contract-footer .button {
    width: auto;
    margin-bottom: 0;
  }

  .calculator-new__download-link {
    margin-left: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .calculator-new_pds .calculator-new__split {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1 1;
    align-items: stretch;
    -ms-flex-align: stretch;
  }

  .calculator-new_pds .calculator-new__body {
    padding: 40px 40px 16px 40px;
  }

  .calculator-new_pds .calculator-new__control {
    width: 372px;
    padding-right: 24px;
    padding-bottom: 0;
    border-right: 1px solid #e2e6ec;
    border-bottom: 0;
  }

  .calculator-new_pds .calculator-new__result {
    padding-top: 0px;
    padding-left: 24px;
  }

  .calculator-new_pds .calculator-new__grid-result {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1 1;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    -ms-flex-align: stretch;
    -ms-flex-pack: justify;
    gap: 12px;
  }

  .calculator-new_pds .calculator-new__grid-item:last-child {
    margin-bottom: 0;
  }

  .footer__logo-container {
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }

  .footer__logo-link img {
    height: 40px;
  }

  .npf-benefits__nav {
    display: -ms-flexbox;
    display: flex;
  }

  .npf-benefits__pagination {
    display: none;
  }

  .npf-business-cases__banner {
    height: 220px;
  }

  .npf-business-cases__image {
    max-width: 380px;
  }

  .npf-header__placeholder,
  .npf-header__content {
    height: 112px;
  }

  .npf-header__links {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
  }

  .npf-header__link {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 20px;
    margin-bottom: -1px;
    padding: 14px 0 13px;
    text-align: left;
    border-bottom: 2px solid transparent;
    -ms-flex-positive: 0;
    -ms-flex-negative: 0;
  }

  .npf-header__link:first-child {
    margin-left: 0;
  }

  .npf-header__link:last-child {
    margin-right: 0;
  }

  .npf-header__link:hover,
  .npf-header__link.active {
    border-color: #21a038;
  }

  .npf-header__overlay {
    z-index: 101;
  }

  .npf-header__close {
    display: none;
  }

  .npf-header__menu {
    position: static;
    display: block;
    width: auto;
    height: auto;
    background: none;
  }

  .npf-header__menu-container {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
  }

  .npf-header__search,
  .npf-header__burger {
    padding: 13px;
    padding-right: 0;
  }

  .npf-header__base {
    border-bottom: 1px solid #eaeaea;
  }

  .npf-header__logo {
    margin-right: 20px;
  }

  .npf-header__contact {
    display: block;
  }

  .npf-header__button {
    margin-left: 24px;
  }

  .npf-header__button_mobile {
    display: none;
  }

  .npf-header.npf-header_mini .npf-header__placeholder,
  .npf-header.npf-header_mini .npf-header__content {
    height: 63px;
  }

  .npf-header-search__container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .npf-header-search__field {
    padding: 18px 0;
  }

  .npf-autocomplete__list {
    padding: 12px 16px 20px;
  }

  .npf-autocomplete__item > a {
    margin-left: 10px;
  }

  .npf-hiw__card:not(:last-child) {
    margin-bottom: 12px;
  }

  .npf-hiw__cards {
    justify-content: space-between;
    align-items: center;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
  }

  .npf-hiw__column {
    justify-content: center;
    margin: 0;
    -ms-flex-pack: center;
  }

  .npf-hiw__background {
    padding: 30px 0;
  }

  .npf-hiw__lines {
    width: 574px;
  }

  .npf-hiw__curves {
    width: 100%;
    height: auto;
  }

  .npf-hiw__set {
    justify-content: center;
    -ms-flex-pack: center;
  }

  .npf-hiw__line_xl,
  .npf-hiw__set_xl {
    display: -ms-flexbox;
    display: flex;
  }

  .npf-hiw__line_md,
  .npf-hiw__set_md {
    display: none;
  }

  .npf-htg__contacts {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    width: 440px;
    height: 336px;
    margin-right: 40px;
    margin-bottom: 0px;
    -ms-flex-align: start;
  }

  .npf-htg__block:first-child {
    width: 100%;
  }

  .npf-htg__contacts-wrap {
    display: -ms-flexbox;
    display: flex;
  }

  .npf-main-banner-slider__nav {
    display: -ms-flexbox;
    display: flex;
  }

  .npf-main-banner-slider__nav-container {
    bottom: 66px;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }

  .npf-main-banner-slider__pagination {
    display: none;
  }

  .npf-main-banner {
    height: 380px;
  }

  .npf-main-banner__content {
    width: 580px;
  }

  .npf-main-banner__text {
    margin-bottom: 32px;
  }

  .npf-main-banner__button-wrap {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -ms-flex-align: center;
  }

  .npf-main-banner__description {
    max-width: 173px;
    margin-top: 0;
    margin-left: 24px;
  }

  .npf-main-banner__container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .npf-main-banner__image-wrap_video {
    justify-content: flex-end;
    margin-left: 0;
    -ms-flex-pack: end;
  }

  .npf-main-banner__image-wrap_default {
    width: 636px;
    height: 380px;
    margin-right: 0px;
  }

  .npf-main-banner__image-wrap_wide {
    width: 826px;
    margin-right: 0px;
  }

  .npf-mobile-app-banner {
    padding: 0 80px 0 32px;
  }

  .npf-mobile-app-banner__content {
    padding: 40px 0;
  }

  .npf-mobile-app-banner__title {
    margin-bottom: 12px;
  }

  .npf-mobile-app-banner__desc {
    margin-bottom: 24px;
  }

  .npf-mobile-app-banner__bg {
    align-items: bottom;
    width: 400px;
    -ms-flex-align: bottom;
  }

  .npf-mobile-app-banner__phone {
    right: auto;
    left: 50%;
    width: 175px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .npf-mobile-app-banner__phone > img {
    width: 175px;
  }

  .npf-mobile-app-banner__retention {
    position: absolute;
    right: auto;
    left: 50%;
    width: 400px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .npf-mobile-app-banner__retention > img {
    width: 400px;
  }

  a.npf-mobile-app-banner__button_mobile {
    display: none;
  }

  .npf-our-products__tile {
    width: calc(50% - 10px);
  }

  .npf-our-products__tile:nth-child(odd) {
    margin-right: 10px;
  }

  .npf-our-products__tile:nth-child(even) {
    margin-left: 10px;
  }

  .main-publishs .blog-announce {
    width: calc(33% - 16px);
    margin-right: 20px;
  }

  .npf-search__container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .npf-search__field {
    padding: 18px 0;
  }

  .npf-sevices__tab-container.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -20px 0;
  }

  .npf-sevices__item {
    width: calc(33.333% - 20px);
    margin: 0 20px 20px 0;
  }

  .npf-sevices__image {
    width: 100%;
    height: 168px;
  }

  .npf-sevices__button {
    width: 100%;
  }

  .old-browser__content {
    padding-left: 130px;
  }

  .about-ops-contacts {
    display: -ms-flexbox;
    display: flex;
  }

  .about-ops-contacts__left {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .about-ops-contacts__left,
  .about-ops-contacts__right {
    width: calc(50% - 10px);
  }

  .about-ops-contacts__map {
    height: calc(100% - 72px);
  }

  .kpp-promo-accent {
    bottom: 60px;
  }

  .npf-business-case-banner__text {
    max-width: 640px;
  }

  .npf-business-case-banner__image-wrap {
    max-width: 480px;
  }

  .npf-dzo-page-video__video {
    width: 580px;
    height: 380px;
    margin-left: 120px;
  }

  .npf-dzo-page-video__section {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 0;
  }

  .npf-dzo-page-video__button {
    margin-bottom: 0;
  }

  .npf-dzo-page-docs {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .npf-dzo-page-docs__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px -20px 0 0;
  }

  .npf-dzo-page-docs__doc {
    width: calc(50% - 20px);
    margin: 20px 20px 0 0;
  }

  .npf-dzo-page-docs__doc:not(:last-child) {
    margin-bottom: 0;
  }

  .npf-dzo-page-docs__qr {
    display: -ms-flexbox;
    display: flex;
  }

  .npf-dzo-calc {
    display: -ms-flexbox;
    display: flex;
    padding: 40px 52px;
  }

  .npf-dzo-calc__control {
    width: 400px;
    margin-right: 52px;
    padding-right: 52px;
    border-right: 1px solid #f0f3f6;
    border-bottom: none;
  }

  .termination-steps {
    margin: 40px 0 0;
  }

  .step-slider {
    display: none;
  }

  .step-chart-wrapper_desk {
    display: block;
    width: 630px;
    height: 334px;
  }

  .tech-works {
    padding: 137px 0;
  }

  .tech-works__subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  .tech-works__subtitle-wrapper .icon svg {
    width: 36px;
    height: 36px;
  }

  .tech-works__title {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
  }

  .tech-works__image-wrapper {
    height: 287px;
  }

  .tech-works__image {
    top: 56px;
    width: auto;
  }

  .tech-works__image img {
    width: auto;
  }

  .tech-works__description {
    padding-right: 400px;
  }

  .steps {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    -ms-flex-pack: justify;
  }

  .steps__item {
    width: 30%;
  }

  .steps__header {
    display: block;
  }

  .steps__icon {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
  }

  .steps__icon .icon {
    display: block;
  }

  .steps__arrow {
    display: none;
  }

  .steps__empty {
    display: none;
  }

  .steps__heading {
    margin-top: 20px;
  }

  .npf-br_4_xl {
    border-radius: 4px;
  }

  .npf-br_8_xl {
    border-radius: 8px;
  }

  .npf-br_12_xl {
    border-radius: 12px;
  }

  .npf-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .npf-d_xl_n {
    display: none;
  }

  .npf-d_xl_f {
    display: -ms-flexbox;
    display: flex;
  }

  .npf-d_xl_i {
    display: inline;
  }

  .npf-d_xl_ib {
    display: inline-block;
  }

  .npf-d_xl_b {
    display: block;
  }

  .npf-f_xl_jc_c {
    justify-content: center;
    -ms-flex-pack: center;
  }

  .npf-f_xl_jc_s {
    justify-content: flex-start;
    -ms-flex-pack: start;
  }

  .npf-f_xl_jc_e {
    justify-content: flex-end;
    -ms-flex-pack: end;
  }

  .npf-f_xl_jc_sb {
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  .npf-f_xl_ai_c {
    align-items: center;
    -ms-flex-align: center;
  }

  .npf-f_xl_ai_s {
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .npf-f_xl_ai_e {
    align-items: flex-end;
    -ms-flex-align: end;
  }

  .npf-f_xl_d_r {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .npf-f_xl_d_c {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .npf-f_xl_d_rr {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .npf-f_xl_d_cr {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .npf-m_0_xl {
    margin: 0;
  }

  .npf-m_0_xl_l {
    margin-left: 0;
  }

  .npf-m_0_xl_r {
    margin-right: 0;
  }

  .npf-m_0_xl_t {
    margin-top: 0;
  }

  .npf-m_0_xl_b {
    margin-bottom: 0;
  }

  .npf-m_8_xl {
    margin: 8px;
  }

  .npf-m_8_xl_l {
    margin-left: 8px;
  }

  .npf-m_8_xl_r {
    margin-right: 8px;
  }

  .npf-m_8_xl_t {
    margin-top: 8px;
  }

  .npf-m_8_xl_b {
    margin-bottom: 8px;
  }

  .npf-m_12_xl {
    margin: 12px;
  }

  .npf-m_12_xl_l {
    margin-left: 12px;
  }

  .npf-m_12_xl_r {
    margin-right: 12px;
  }

  .npf-m_12_xl_t {
    margin-top: 12px;
  }

  .npf-m_12_xl_b {
    margin-bottom: 12px;
  }

  .npf-m_16_xl {
    margin: 16px;
  }

  .npf-m_16_xl_l {
    margin-left: 16px;
  }

  .npf-m_16_xl_r {
    margin-right: 16px;
  }

  .npf-m_16_xl_t {
    margin-top: 16px;
  }

  .npf-m_16_xl_b {
    margin-bottom: 16px;
  }

  .npf-m_20_xl {
    margin: 20px;
  }

  .npf-m_20_xl_l {
    margin-left: 20px;
  }

  .npf-m_20_xl_r {
    margin-right: 20px;
  }

  .npf-m_20_xl_t {
    margin-top: 20px;
  }

  .npf-m_20_xl_b {
    margin-bottom: 20px;
  }

  .npf-m_24_xl {
    margin: 24px;
  }

  .npf-m_24_xl_l {
    margin-left: 24px;
  }

  .npf-m_24_xl_r {
    margin-right: 24px;
  }

  .npf-m_24_xl_t {
    margin-top: 24px;
  }

  .npf-m_24_xl_b {
    margin-bottom: 24px;
  }

  .npf-m_32_xl {
    margin: 32px;
  }

  .npf-m_32_xl_l {
    margin-left: 32px;
  }

  .npf-m_32_xl_r {
    margin-right: 32px;
  }

  .npf-m_32_xl_t {
    margin-top: 32px;
  }

  .npf-m_32_xl_b {
    margin-bottom: 32px;
  }

  .npf-m_40_xl {
    margin: 40px;
  }

  .npf-m_40_xl_l {
    margin-left: 40px;
  }

  .npf-m_40_xl_r {
    margin-right: 40px;
  }

  .npf-m_40_xl_t {
    margin-top: 40px;
  }

  .npf-m_40_xl_b {
    margin-bottom: 40px;
  }

  .npf-m_60_xl {
    margin: 60px;
  }

  .npf-m_60_xl_l {
    margin-left: 60px;
  }

  .npf-m_60_xl_r {
    margin-right: 60px;
  }

  .npf-m_60_xl_t {
    margin-top: 60px;
  }

  .npf-m_60_xl_b {
    margin-bottom: 60px;
  }

  .npf-m_80_xl {
    margin: 80px;
  }

  .npf-m_80_xl_l {
    margin-left: 80px;
  }

  .npf-m_80_xl_r {
    margin-right: 80px;
  }

  .npf-m_80_xl_t {
    margin-top: 80px;
  }

  .npf-m_80_xl_b {
    margin-bottom: 80px;
  }

  .npf-p_0_xl {
    padding: 0;
  }

  .npf-p_0_xl_l {
    padding-left: 0;
  }

  .npf-p_0_xl_r {
    padding-right: 0;
  }

  .npf-p_0_xl_t {
    padding-top: 0;
  }

  .npf-p_0_xl_b {
    padding-bottom: 0;
  }

  .npf-p_10_xl {
    padding: 10px;
  }

  .npf-p_10_xl_l {
    padding-left: 10px;
  }

  .npf-p_10_xl_r {
    padding-right: 10px;
  }

  .npf-p_10_xl_t {
    padding-top: 10px;
  }

  .npf-p_10_xl_b {
    padding-bottom: 10px;
  }

  .npf-p_20_xl {
    padding: 20px;
  }

  .npf-p_20_xl_l {
    padding-left: 20px;
  }

  .npf-p_20_xl_r {
    padding-right: 20px;
  }

  .npf-p_20_xl_t {
    padding-top: 20px;
  }

  .npf-p_20_xl_b {
    padding-bottom: 20px;
  }

  .npf-p_24_xl {
    padding: 24px;
  }

  .npf-p_24_xl_l {
    padding-left: 24px;
  }

  .npf-p_24_xl_r {
    padding-right: 24px;
  }

  .npf-p_24_xl_t {
    padding-top: 24px;
  }

  .npf-p_24_xl_b {
    padding-bottom: 24px;
  }

  .npf-p_32_xl {
    padding: 32px;
  }

  .npf-p_32_xl_l {
    padding-left: 32px;
  }

  .npf-p_32_xl_r {
    padding-right: 32px;
  }

  .npf-p_32_xl_t {
    padding-top: 32px;
  }

  .npf-p_32_xl_b {
    padding-bottom: 32px;
  }

  .npf-section {
    margin-bottom: 64px;
  }

  .npf-typo_size_default_xl {
    font-size: 14px;
    line-height: 20px;
  }

  .npf-typo_size_small_xl {
    font-size: 13px;
    line-height: 18px;
  }

  .npf-typo_size_caption_xl {
    font-size: 12px;
    line-height: 16px;
  }

  .npf-typo_size_large_xl {
    font-size: 16px;
    line-height: 24px;
  }

  .npf-typo_size_h1-mobile_xl {
    font-size: 24px;
    line-height: 28px;
  }

  .npf-typo_size_h1-tablet_xl {
    font-size: 32px;
    line-height: 40px;
  }

  .npf-typo_size_h1-desktop_xl {
    font-size: 36px;
    line-height: 44px;
  }

  .npf-typo_size_h2-mobile_xl {
    font-size: 22px;
    line-height: 24px;
  }

  .npf-typo_size_h2-tablet_xl {
    font-size: 24px;
    line-height: 32px;
  }

  .npf-typo_size_h2-desktop_xl {
    font-size: 32px;
    line-height: 40px;
  }

  .npf-typo_size_h3-mobile_xl {
    font-size: 18px;
    line-height: 24px;
  }

  .npf-typo_size_h3-tablet_xl {
    font-size: 20px;
    line-height: 24px;
  }

  .npf-typo_size_h3-desktop_xl {
    font-size: 24px;
    line-height: 28px;
  }

  .npf-typo_size_h4-desktop_xl {
    font-size: 20px;
    line-height: 24px;
  }

  .npf-typo_size_h4-tablet_xl {
    font-size: 18px;
    line-height: 24px;
  }

  .npf-typo_size_h4-mobile_xl {
    font-size: 18px;
    line-height: 24px;
  }

  .npf-typo_size_accent-desktop_xl {
    font-size: 40px;
    line-height: 48px;
  }

  .npf-typo_size_accent-tablet_xl {
    font-size: 40px;
    line-height: 48px;
  }

  .npf-typo_size_accent-mobile_xl {
    font-size: 36px;
    line-height: 44px;
  }

  .welcome-ipp__banner-container-img > img {
    margin-left: 110px;
  }
}

@media only screen and (min-width: 1220px) {
  .calculator__list-item:first-child {
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }

  .calculator-new__list-item:first-child {
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }

  .form-controls {
    margin: 0 -27px;
  }

  .form-controls__item {
    margin: 0 27px 58px;
  }

  .form-controls-new {
    margin: 0 -27px;
  }

  .form-controls-new__item {
    margin: 0 27px 58px;
  }

  .main {
    padding: calc((100vh - 112px - 366px) / 2) 0;
  }

  .main__description {
    font-size: 16px;
    line-height: 24px;
  }

  .main__button-wrap {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -ms-flex-align: center;
  }

  .product-info__divider {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -ms-flex-align: end;
  }

  .search-page__questions {
    margin-top: 0px;
    margin-bottom: 120px;
  }

  .search-page-products__item {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 1440px) {
  .corp-kpp-calc-block {
    background-image: url('../images/content/sber-lime-bg-desktop.png');
  }

  .termination-conditions {
    padding: 60px 130px 80px;
  }

  .termination-conditions__subtitle {
    margin-top: 24px;
  }

  .termination-steps__caption {
    width: 174px;
  }

  .step-banner__title {
    width: 540px;
  }
}

@media only screen and (max-width: 1439px) {
  .investment-diagram__table_em th,
  .investment-diagram__table_em td {
    width: 50%;
  }
}

@media only screen and (max-width: 1219px) {
  .form-controls-new__item .checkbox {
    width: 100%;
  }

  .faq-page__questions .columns {
    grid-row-gap: 0;
  }

  .make-payment__item {
    padding: 20px;
  }

  .contact-card__icon {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .departments {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .departments__contacts {
    width: 100%;
    margin-bottom: 20px;
  }

  .npf-header__menu-container .npf-header__search {
    display: none;
  }

  .npf-header__base-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .assignee__common {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .assignee__general-card {
    width: 100%;
  }

  .assignee__general-card-head {
    min-height: 0px;
  }

  .assignee__payment-card {
    width: 100%;
  }

  .assignee__ipp-card {
    width: 100%;
  }

  .assignee__relative {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .assignee__where_to_apply {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
  }

  .assignee__where_to_apply-content {
    padding: 20px;
  }

  .contact-tabs .tabs-head__item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .corp-kpp-personnel__content {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .corp-kpp-personnel__image img {
    margin-bottom: 12px;
  }

  .kpp-benefits__title {
    width: 200px;
  }

  .kpp-benefits__list {
    max-width: 100%;
  }

  .npf-nocapital-page__section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .step-banner__image {
    right: 0;
    width: 304px;
    height: 100%;
    -o-object-position: bottom;
    object-position: bottom;
  }

  .termination-img-small {
    top: 0;
    bottom: auto;
    height: 180px;
  }

  .step-cards {
    display: none;
  }

  .step-content.reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .step-content.reverse .step-left {
    max-width: 700px;
    margin-right: 0;
  }

  .step-content.reverse .step-container__step-img {
    width: 190px;
  }

  .step-container__step-chart {
    display: block;
    max-width: 630px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .step-left {
    max-width: none;
  }

  .step-subtitle {
    max-width: none;
  }

  .step-chart-wrapper_tablet {
    display: block;
    margin-bottom: 20px;
  }

  .pension-calc {
    display: block;
    margin-bottom: 16px;
    padding: 0;
    padding-bottom: 24px;
    border: none;
    border-bottom: 1px solid #ededed;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .pension-calc__general {
    margin-bottom: 48px;
  }

  .pension-calc__block-heading_total {
    display: block;
  }

  .pension-calc__split {
    display: block;
    margin-bottom: 40px;
  }

  .pension-calc__gender {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .pension-calc__gender .checkbox {
    width: 50%;
  }

  .pension-calc__section {
    width: 100%;
  }

  .pension-calc__section:first-child {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
    padding-right: 0px;
    border-right: none;
    border-bottom: 1px solid #ededed;
  }

  .pension-calc__block {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .pension-calc__period {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pension-calc__period-wrap {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
  }

  .pension-calc__inputs .input {
    margin-bottom: 40px;
  }

  .pension-calc__inputs .react-select {
    margin-bottom: 16px;
  }

  .pension-calc__total {
    margin: 16px 0;
  }

  .pension-calc__value {
    font-size: 46px;
    line-height: 46px;
  }

  .pension-calc__gender-label {
    margin-bottom: 12px;
  }

  .pension-calc-info__item {
    width: 100%;
  }

  .framed-tabs {
    margin-bottom: 20px;
  }

  .framed-tabs .button_tab {
    padding: 10px 12px;
    font-size: 14px;
  }

  .welcome-ipp__banner-container-img {
    max-width: 290px;
  }
}

@media (max-width: 1024px) {
  .bg-steps__description {
    font-size: 14px;
    justify-items: left;
  }

  .question-option {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .form-controls-new__item_gender-toggle {
    margin: 0 0 12px;
  }

  .stack {
    display: block;
    margin-bottom: 110px;
  }

  .faq-page-wrap > .accordion-item {
    width: calc(100%);
  }

  .faq-page-wrap > .accordion-item:nth-child(odd) {
    margin-right: 0px;
  }

  .faq-page-wrap > .accordion-item:nth-child(even) {
    margin-left: 0px;
  }

  .investment-diagram {
    min-height: 1421px;
  }

  .npf-main-banner__image-wrap_video {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }

  .npf-product-card {
    padding: 20px;
    background-image: none !important;
  }

  .npf-product-card__image {
    display: block;
  }

  .npf-product-card .button {
    width: 100%;
  }

  .page-menu-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -20px;
    padding: 0 10px;
    overflow-y: auto;
  }

  .corp-kpp-steps .corp-kpp-step {
    flex-shrink: 0;
    max-width: 324px;
    -ms-flex-negative: 0;
  }

  .npf-corp-form {
    display: block;
  }

  .npf-corp-form__banner {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -ms-flex-align: end;
  }

  .npf-corp-form__banner img {
    margin: 0;
  }

  .npf-corp-form__banner-left {
    z-index: 2;
    width: 100%;
    padding-bottom: 40px;
  }

  .npf-corp-form__left-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 0;
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .npf-corp-form__image {
    position: relative;
    bottom: 38px;
    left: 35px;
    z-index: 1;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }

  .product-info__divider {
    padding-bottom: 0;
    border: none;
  }

  .product-info__list {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eaeaea;
  }

  .product-info__list:first-child {
    order: 2;
    padding-bottom: 0;
    border-bottom: none;
    -ms-flex-order: 2;
  }

  .product-info__list-item {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-info__list-item .list:not(:last-child) {
    margin-bottom: 12px;
  }

  .npf-products-wrap .npf-product-card {
    min-height: 460px;
  }

  .kpp-promo-accent {
    position: static;
    margin-top: 16px;
    margin-bottom: 42px;
  }

  .kpp-promo-accent__icon {
    margin-right: 28px;
    margin-bottom: -10px;
    -webkit-transform: rotate(-19.06deg);
    transform: rotate(-19.06deg);
  }

  .kpp-promo-accent__icon > svg {
    width: 31px;
  }

  .ops-table th:first-child {
    display: none;
  }

  .ops-table td:first-child {
    display: none;
  }

  .scroll-horizontal {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 32px;
    overflow-x: auto;
    border-bottom: 1px solid #eaeaea;
  }

  .scroll-horizontal .col {
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    width: 70%;
  }

  .ops-graph {
    padding: 15px;
  }

  .ops-graph__graph {
    margin: 20px 0;
  }

  .contact-card {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
  }

  .contact-card__icon {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .contact-card__content {
    text-align: center;
  }

  .contact-card__title {
    text-align: center;
  }

  .contact-card__button {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
  }

  .section_news-banner__inner .news-banner__right {
    right: -40px;
  }

  .news-banner__title {
    font-size: 24px;
    line-height: 30px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .news-banner__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .news-banner__left {
    max-width: calc(100% - 306px);
  }

  .news-banner__right {
    right: 0;
    width: 328px;
    padding-top: 19px;
  }

  .promo__button-group {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .promo__button-group .promo__button .button_desktop {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .promo__button-group .promo__button:last-child .button_desktop {
    margin-bottom: 0px;
  }

  .tabs-button {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .toggle-switch__switcher {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .toggle-switch__container {
    margin: 15px 0;
  }

  .npf-container_form {
    max-width: 1010px;
  }

  .welcome-ipp__banner-container-text {
    max-width: 412px;
  }

  .welcome-ipp__banner-container-img {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: -20px;
    margin-left: -15px;
    -ms-flex-pack: center;
  }

  .welcome-ipp__banner-container-img > img {
    max-width: 288px;
    margin-left: -10px;
  }

  .welcome-ipp__banner-title {
    font-weight: 600;
  }

  .welcome-ipp__section {
    margin-bottom: 40px;
  }

  .welcome-ipp__section-title {
    font-weight: 600;
  }

  .welcome-ipp__coloredWrapper-green__desktop {
    display: none;
  }

  .welcome-ipp__coloredWrapper-gray .circle {
    margin-left: 12px;
  }

  .welcome-ipp__serviceWrapper {
    grid-gap: 8px;
  }

  .welcome-ipp__serviceWrapper .cardWrap {
    width: calc(50% - 4px);
  }
}

@media (max-width: 1023px) {
  .bg__gray {
    text-align: left;
  }

  .bg-steps {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin-right: 15px;
    margin-bottom: 0px !important;
  }

  .bg-steps-holder {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 54px !important;
  }

  .bg-steps__description {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 75px);
    min-width: auto;
    -ms-flex-pack: justify;
  }

  .bg-steps__description p {
    min-width: none;
    max-width: none;
  }

  .bg-steps hr {
    width: 0;
    height: 50px;
    border: none;
    border-right: 1px solid #cdd2d6;
  }

  a.anchor {
    top: -100px;
  }
}

@media screen and (max-width: 1023px) {
  .kpp-calculator .kpp-calculator__budget {
    font-weight: 400;
    font-size: 14px;
    color: #85878a;
  }

  .kpp-calculator .kpp-calculator__sum {
    margin-bottom: 24px;
  }

  .kpp-calculator .kpp-calculator__sum > div:first-child {
    font-size: 40px;
    line-height: 48px;
  }

  .kpp-calculator .kpp-calculator__sum > div:last-child {
    font-size: 40px;
    line-height: 48px;
  }

  .kpp-calculator .kpp-calculator__subsum-title {
    margin-bottom: 12px;
  }

  .kpp-calculator .kpp-calculator__subsum-result {
    margin-bottom: 24px;
  }

  .kpp-calculator .kpp-calculator__data {
    min-width: 329px;
    margin-right: 20px;
    padding-right: 0;
  }

  .kpp-calculator .kpp-calculator__landing {
    margin-left: 20px;
    padding: 20px 20px 20px 0;
  }

  .program-card__button {
    margin-bottom: 47px;
  }
}

@media only screen and (max-width: 991px) {
  .checkCertificate-container {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }

  .checkCertificate-container .block-left {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .howToProtect-card {
    width: 100%;
  }

  .howToProtect-card-content__title {
    margin-bottom: 4px;
  }

  .howToProtect-card-content__title img {
    position: relative;
    top: 10px;
  }

  .howToProtect-card-content__text {
    margin-left: 60px;
  }

  .contact-tabs .tabs-head__item {
    padding: 10px 20px;
  }

  .contact-tabs .tabs-head__item.active {
    padding: 15px 20px 32px;
  }

  .promocode-banner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 20px 0;
  }

  .promocode-banner__title {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .promocode-banner__img {
    order: 5;
    -ms-flex-order: 5;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media screen and (max-width: 900px) {
  .dzo-promo-form {
    min-width: 60%;
    padding: 0 69px;
  }

  .dzo-promo-form h2 {
    margin-top: 20px;
  }

  .dzo-promo-form + div {
    justify-content: center;
    -ms-flex-pack: center;
  }
}

@media only screen and (max-width: 819px) {
  .npf-product-card__title {
    max-width: none;
  }

  .npf-product-card__text {
    max-width: none;
  }

  .npf-products-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0px;
  }

  .npf-products-wrap .npf-product-card {
    width: 100%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }

  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (max-width: 799px) {
  .address-about__time br {
    display: block;
  }
}

@media only screen and (max-width: 779px) {
  .address {
    max-width: none;
  }

  .address-about__working-hours {
    width: 65%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 0;
  }

  .address-about__col + .address-about__col {
    padding-top: 26px;
  }
}

@media screen and (max-width: 768px) {
  .cookies-popup {
    padding: 15px;
  }

  .cookies-popup__cookies-window,
  .cookies-popup__agreement-window {
    padding: 15px;
  }

  .cookies-popup__agreement-window {
    margin-bottom: 15px;
  }

  .block-text__description {
    margin-bottom: 0;
  }

  .dzo-promo-form {
    padding: 0 20px 38px;
  }

  .dzo-promo-form__input,
  .dzo-promo-form__input_mobile {
    display: none;
  }

  .dzo-promo-form__input_mobile,
  .dzo-promo-form__input_mobile_mobile {
    display: block;
    margin: 0;
    padding: 0 20px;
  }

  .dzo-promo-form__input_mobile .sber-btn,
  .dzo-promo-form__input_mobile_mobile .sber-btn {
    width: 100%;
    margin-top: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .address-about__time {
    width: 230px;
  }
}

@media (max-width: 768px) {
  .dzo-promo {
    margin-bottom: 0;
    padding-top: 28px;
  }

  .dzo-promo img {
    position: relative;
    align-self: flex-end;
    width: 100%;
    -ms-flex-item-align: end;
  }
}

@media only screen and (max-width: 767px) {
  .calculator-new_pds .calculator-new__body {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .card {
    width: 45%;
  }

  .checkCertificate-container__first {
    margin-top: 40px;
  }

  .howToProtect-card-content__title {
    margin-bottom: 24px;
  }

  .checkbox_theme_alt .checkbox__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .departments-map__control {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 12px;
    -ms-flex-align: start;
  }

  .departments-map__checkbox-wrap {
    margin-bottom: 12px;
  }

  .departments-map__pseudo {
    margin-right: 12px;
  }

  .investment-diagram .npf-main-banner-slider__nav {
    margin-top: 12px;
  }

  .investment-diagram .npf-main-banner-slider__nav .npf-slider-arrow {
    width: 50%;
  }

  .landing-form__checkbox-wrap {
    margin-bottom: 12px;
  }

  .landing-form__pseudo {
    margin-right: 12px;
  }

  .landing-form-note {
    font-size: 16px;
    line-height: 20px;
  }

  .npf-benefits__holder {
    width: 100%;
  }

  .npf-benefits__button {
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    color: #fff;
    background: #111;
  }

  .npf-header__control > .npf-header__button {
    margin-left: 2px;
  }

  .npf-header__control > .npf-header__button_primary {
    display: none;
  }

  .npf-header__button_lk > svg {
    display: none;
  }

  .npf-header-search .npf-tile {
    border-radius: 0;
  }

  .npf-main-banner__button-wrap_video {
    margin-top: -45px;
  }

  .npf-main-banner__image-wrap_mobile_video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 390px;
  }

  .links-block {
    padding: 20px;
  }

  .assignee-card__arrow {
    display: block;
  }

  .assignee-card__head {
    align-items: center;
    -ms-flex-align: center;
  }

  .assignee-card__body {
    display: none;
  }

  .assignee-card_open .assignee-card__body {
    display: -ms-flexbox;
    display: flex;
  }

  .assignee-card_open .assignee-card__arrow {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  .assignee__relative {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .assignee__relative-card {
    width: 100%;
  }

  .assignee__where_to_apply-content {
    width: 100%;
    margin-bottom: 32px;
  }

  .assignee__where_to_apply-img {
    width: 280px;
    max-height: initial;
    margin-right: 25px;
  }

  .assignee__where_to_apply-wprapper__img {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-pack: center;
  }

  .address-departments {
    max-width: 100%;
  }

  .contact-tabs .tabs-head__item {
    padding: 15px;
  }

  .contact-tabs .tabs-head__item.active {
    padding: 15px;
  }

  .npf-corp-form__jurname {
    font-size: 18px;
  }

  .dzo-qr-wrap .dzo-note {
    margin-right: 32px;
  }

  .dzo-note {
    font-size: 16px;
    line-height: 20px;
  }

  .faq-section {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-section__menu {
    order: -1;
    margin-bottom: 26px;
    -ms-flex-order: -1;
  }

  .section--kpp-promo .promo__image {
    display: -ms-flexbox;
    display: flex;
  }

  .section--kpp-promo .promo .button_desktop {
    display: block;
    margin-top: 24px;
  }

  .section--kpp-promo .promo .button_mobile {
    display: none;
  }

  .kpp-promo-accent {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 55px;
  }

  .kpp-promo-accent__icon {
    -webkit-transform: rotate(69.11deg);
    transform: rotate(69.11deg);
  }

  .kpp-promo-accent__icon > svg {
    width: 25px;
  }

  .kpp-benefits__item {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kpp-benefits__title {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-left: 20px;
    border-bottom: 1px solid #eaeaea;
  }

  .kpp-benefits__list {
    margin-left: 20px;
  }

  .section_header-buttons {
    display: block;
  }

  .promocode-banner {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    -ms-flex-align: center;
  }

  .promocode-banner__note {
    margin-bottom: 10px;
  }

  .promocode-banner__button {
    order: 6;
    width: 100%;
    -ms-flex-order: 6;
  }

  .promocode-banner__button .button {
    justify-content: center;
    width: 100%;
    -ms-flex-pack: center;
  }

  .alert_closeIcon_desk {
    display: none;
  }

  .npf-nocapital-page__section {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .npf-dzo-calc__input_gender.npf-dzo-calc__input_gender {
    margin-bottom: 28px;
  }

  .npf-dzo-calc__input_gender .npf-radio {
    width: 100%;
  }

  .npf-dzo-calc__input_gender .npf-radio__label {
    width: 50%;
  }

  .npf-dzo-calc__input .input__signature input {
    width: 90px;
  }

  .npf-dzo-calc__input_period .input__signature input {
    width: 60px;
  }

  .npf-dzo-calc__input label {
    flex-grow: 0;
    flex-shrink: 0;
    white-space: nowrap;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
  }

  .npf-dzo-calc__tab {
    width: 100%;
    white-space: nowrap;
  }

  .npf-dzo-calc__tab:not(:last-child) {
    margin-bottom: 4px;
  }

  .step-banner {
    min-height: 0;
    padding-bottom: 0;
  }

  .step-banner__image {
    position: static;
    display: block;
    width: 200px;
    height: 150px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .termination-img-small {
    position: relative;
    right: -20px;
    margin-right: 0;
  }

  .target-button {
    width: 100%;
  }

  .step-next-button {
    margin-top: 12px;
  }

  .step-content.reverse .step-container__step-img {
    width: auto;
    height: 300px;
  }

  .step-content.reverse .step-woman-wrapper {
    text-align: center;
  }

  .step-content {
    margin-top: 20px;
  }

  .step-left {
    margin-right: 0;
  }

  .step-woman-wrapper_mob {
    display: block;
  }

  .step-chart-wrapper_tablet {
    display: none;
  }

  .step-chart-wrapper_mob {
    display: block;
    margin-bottom: 20px;
  }

  .news-banner {
    padding: 28px 20px 20px 20px;
  }

  .news-banner__title {
    max-width: none;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .news-banner__text {
    max-width: none;
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .news-banner__left {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .news-banner__right {
    display: none;
  }

  .news-banner__img-wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 168px;
    margin-top: 20px;
    -ms-flex-pack: center;
  }

  .news-banner__btn {
    width: 100%;
    margin-top: 0;
  }

  .promo__button:not(:last-child) {
    padding-bottom: 12px;
  }

  .question-block {
    padding: 32px 50px;
  }

  .question-block__button {
    width: 100%;
    margin-bottom: 12px;
  }

  .question-block__button-holder {
    display: block;
  }

  .tabs_responsive .tabs-head {
    position: static;
    display: block;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    overflow: visible;
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  }

  .tabs_responsive .tabs-head__item {
    padding: 20px;
    border-bottom: 1px solid #f0f3f6;
  }

  .tabs_responsive .tabs-head__item:last-child {
    border-radius: 0 0 8px 8px;
  }

  .tabs_responsive .tabs-head__item:first-child {
    border-radius: 8px 8px 0 0;
  }

  .tabs_responsive .tabs-head__item.active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .npf-button_theme_header .npf-button__text_lk {
    padding: 1px 4px;
    font-size: 0.8em;
    border: 1px solid #21a038;
    border-radius: 4px;
  }

  .welcome-ipp__banner {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    padding: 24px 0px 20px;
  }

  .welcome-ipp__banner-container {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
  }

  .welcome-ipp__banner-container-text {
    max-width: initial;
  }

  .welcome-ipp__banner-container-img {
    width: initial;
    max-width: initial;
    margin: 0 0;
  }

  .welcome-ipp__banner-container-img > img {
    position: initial;
    margin-left: 0;
  }

  .welcome-ipp__banner-title {
    margin-bottom: 8px;
  }

  .welcome-ipp__coloredWrapper-green {
    align-items: start;
    -ms-flex-align: start;
  }

  .welcome-ipp__coloredWrapper-white {
    align-items: flex-start;
    -ms-flex-align: start;
  }
}

@media (max-width: 767px) {
  .block {
    -ms-flex-direction: column;
    flex-direction: column;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
  }

  .block > a {
    justify-content: center;
    -ms-flex-pack: center;
  }

  .block-text {
    padding: 32px;
  }

  .block-text a {
    display: none;
  }

  .block__image {
    position: static;
  }

  .block__image img {
    position: relative;
    top: 1px;
    width: 100%;
    height: auto;
  }

  .bg__gray a {
    justify-content: center;
    width: 100%;
    -ms-flex-pack: center;
  }

  .question-block__title {
    text-align: center;
  }

  .question-block__options {
    -ms-flex-direction: columns;
    flex-direction: columns;
  }

  .question-block__answer {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .question-block__answer_buttons {
    align-self: center;
    margin-top: 16px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
  }
}

@media screen and (max-width: 767px) {
  .kpp-calculator .kpp-calculator__total {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
  }

  .kpp-calculator .kpp-calculator__budget {
    margin-bottom: 12px;
  }

  .kpp-calculator .kpp-calculator__sum > div:first-child {
    font-size: 36px;
    line-height: 44px;
  }

  .kpp-calculator .kpp-calculator__sum > div:last-child {
    font-size: 36px;
    line-height: 44px;
  }

  .kpp-calculator .kpp-calculator__data {
    min-width: auto;
  }

  .kpp-calculator .kpp-calculator__landing {
    margin: 0 20px;
    padding: 32px 24px;
    border: 1px solid #f0f3f6;
    border-radius: 8px;
  }

  .oferta {
    padding: 0 20px;
  }

  .promocode-section .promo__image {
    padding: 20px;
    padding-bottom: 0;
    background: url('/assets/images/content/promocode-image-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .package-full .promo__button {
    margin-bottom: 30px;
  }

  .package-full .promocode-section .container {
    padding: 0;
  }
}

@media only screen and (max-width: 764px) {
  .landing-section__black,
  .promocode-section__black,
  .section-color__black {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 699px) {
  .address__coordinates {
    display: block;
  }

  .address__coordinates-adress {
    margin-bottom: 24px;
  }

  .address-about {
    display: block;
  }

  .address-about__row {
    display: block;
  }
}

@media only screen and (max-width: 653px) {
  .dzo-qr-wrap {
    padding: 64px 48px;
  }
}

@media (max-width: 640px) {
  .idle-popup__wrapper {
    width: 280px;
    padding: 20px;
    padding-top: 32px;
  }

  .idle-popup__title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 579px) {
  .ops-slide__num {
    font-size: 32px;
    line-height: 38px;
  }

  .ops-slide__table {
    min-width: 260px;
  }

  .ops-slide__row_head .ops-slide__cell {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
  }

  .ops-slide__cell {
    font-size: 17px;
    line-height: 22px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .ops-slide__cell:first-child {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .accordion-item__top {
    height: auto;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .accordion-item-body__inner {
    padding: 15px;
  }

  .accordion-item_icon_left .accordion-item-body__inner {
    padding: 15px;
  }

  .button-top {
    right: 20px;
    bottom: 20px;
  }

  .card {
    width: 100%;
  }

  .card_main .card__text {
    font-size: 22px;
    line-height: 30px;
  }

  .howToProtect-card {
    padding: 24px 18px;
  }

  .howToProtect-card-content__title img {
    position: initial;
    width: 32px;
  }

  .howToProtect-card-content__text {
    margin-left: 0;
  }

  .corp-kpp-calc-block__buttons-group {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .corp-kpp-calc-block__buttons-group .button {
    justify-content: center;
    margin: 8px 0;
    -ms-flex-pack: center;
  }

  .count-display__count {
    font-size: 21px;
    line-height: 28px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .departments-map__info {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    border-top: 2px solid #21a038;
  }

  .departments-map__search {
    top: 14px;
    left: 14px;
    width: calc(100% - 28px);
  }

  .product-faq {
    background: none !important;
  }

  .form {
    padding: 20px;
  }

  .form__description {
    font-size: 12px;
    line-height: 16px;
  }

  .form-input {
    margin-bottom: 15px;
  }

  .form-input_captcha {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-input_checkbox .checkbox__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .form-input__captcha {
    margin-top: 15px;
    margin-left: 0;
  }

  .form-input__text {
    position: static;
  }

  .form--kpp_standalone {
    padding-top: 90px !important;
  }

  .address__title {
    font-size: 22px;
    line-height: 30px;
  }

  .address__coordinates-adress {
    font-size: 16px;
  }

  .address-about__days,
  .address-about__title,
  .address-about__time {
    font-size: 16px;
  }

  .address-about__working-hours {
    width: 90%;
  }

  .address-about__value {
    font-size: 16px;
    line-height: 24px;
  }

  .corp-kpp-steps .corp-kpp-step {
    max-width: 274px;
  }

  .kpp-modal__button {
    padding: 0 20px;
    font-size: 14px;
  }

  .npf-corp-form__banner {
    display: block;
  }

  .npf-corp-form__banner-left {
    z-index: 1;
    width: auto;
    padding-bottom: 0;
  }

  .npf-corp-form__left-column {
    display: block;
    padding: 32px 20px 0 20px;
  }

  .npf-corp-form__image {
    position: static;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .dzo-qr-wrap {
    padding: 64px 32px;
  }

  .dzo-qr-wrap .dzo-note {
    margin-right: 16px;
    padding: 20px;
  }

  .dzo-qr-wrap .dzo-note {
    font-size: 14px;
    line-height: 16px;
  }

  .dzo-qr-wrap .dzo-content .landing-form__button {
    font-size: 14px;
  }

  .dzo-custom-promo .heading__title .h2 {
    white-space: normal;
  }

  .bg__gray {
    padding: 40px 15px 36px;
  }

  .bg-steps__description p {
    min-width: 0;
  }

  .kpp-office {
    background: none !important;
  }

  .press-contacts__row {
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    -ms-flex-pack: start;
    -ms-flex-align: start;
  }

  .percent-data {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .percent-data__item_big {
    margin-top: 15px;
  }

  .filter-block {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .filters {
    order: 2;
    margin-top: 12px;
    -ms-flex-order: 2;
  }

  .section_bg {
    background: none;
  }

  .npf-container_form {
    max-width: 600px;
  }

  .voting {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
  }

  .voting__title {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 523px) {
  .calculator-new-info {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calculator-new-offer {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 22px;
    -ms-flex-align: start;
  }

  .calculator-new-offer a:last-child {
    padding: 0 0 32px;
  }
}

@media only screen and (max-width: 509px) {
  .npf-main-banner__image-wrap_mobile_video {
    width: 280px;
  }
}

@media only screen and (max-width: 491px) {
  .landing-form__button {
    min-width: 250px;
  }

  .dzo-search {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dzo-search__button {
    margin-top: 8px;
  }

  .question-block__header {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 12px;
  }

  .question-block__subtitle {
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .calculator-new-offer {
    align-items: center;
    -ms-flex-align: center;
  }

  .circle-icon {
    width: 54px;
    height: 54px;
  }

  .circle-icon > *:not(.circle-icon__addition) {
    max-width: 36px;
    max-height: 36px;
  }

  .circle-icon__addition {
    width: 18px;
    height: 18px;
  }

  .circle-icon__addition svg {
    width: 10px;
    height: 10px;
  }

  .steps__header_spoiler .steps__heading .icon {
    margin-left: 3px;
  }

  .steps__icon,
  .steps__arrow,
  .steps__empty {
    width: 54px;
    margin-right: 30px;
  }

  .steps__num {
    font-size: 28px;
    line-height: 1.6;
  }

  .steps__block {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'SB Sans Interface', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }
}

@media screen and (max-width: 479px) {
  .spoiler_big .spoiler__title {
    max-width: 300px;
    padding-right: 10px;
  }
}

@media only screen and (-ms-high-contrast: active) and (max-width: 479px),
  only screen and (-ms-high-contrast: none) and (max-width: 479px) {
  .col_xs-1 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_xs-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_xs-3 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col_xs-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 469px) {
  .ops-slide__arrow_up {
    display: none;
  }

  .ops-slide__arrow:not(.ops-slide__arrow_up) {
    height: 52px;
    margin: 20px 0 10px;
  }

  .ops-slide__arrow:not(.ops-slide__arrow_up) .icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .ops-slide__content {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0px;
  }

  .ops-slide__block {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 449px) {
  .dzo-qr-wrap {
    padding: 64px 12px;
  }

  .dzo-qr-wrap .dzo-note {
    font-size: 12px;
    line-height: 14px;
  }

  .dzo-qr-wrap .dzo-content .landing-form__button {
    padding: 13px 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 430px) {
  .dzo-search__input {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 420px) {
  .spoiler_big .spoiler__title {
    max-width: 200px;
  }
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1162px) {
  .calculator-new-info {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calculator-new-offer {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 22px;
    -ms-flex-align: start;
  }

  .calculator-new-offer a:last-child {
    padding: 0 0 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form__text {
    margin-bottom: 20px;
  }

  .program-card__button--full {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .npf-hiw__cards {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .npf-hiw__column {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .npf-hiw__column:not(:first-child):not(:last-child) {
    margin: 80px 0;
  }

  .npf-hiw__lines {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 332px;
    -ms-flex-align: center;
  }

  .npf-hiw__line_md,
  .npf-hiw__set_md {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .step-banner__image svg {
    position: relative;
    bottom: -20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .program-card__full li {
    font-size: 12px;
    line-height: 20px;
  }
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .accordion-item__top.active path:nth-child(1) {
    display: none;
  }

  .blog-announce__header {
    margin-bottom: 48px;
  }

  .icon {
    display: inline-block;
  }

  .investment-item {
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }

  .expanded-menu__link {
    display: inline-block;
  }

  .ie10 .modal-support {
    display: table !important;
  }

  main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }

  .columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media only screen {
  .footer__copy-text {
    margin-right: 5%;
  }

  .footer__content {
    text-align: justify;
  }

  .bg-steps span {
    margin: 0 20px;
  }

  .section--kpp-promo .promo__image {
    align-items: flex-start;
    -ms-flex-align: start;
  }
}
