.csssize {
  height: 9884px;
}
.t-body {
  margin: 0px;
}
#allrecords,
body {
  background-color: none;
}
#allrecords {
  -webkit-font-smoothing: antialiased;
}
#allrecords a {
  color: #ff8562;
  text-decoration: none;
}
#allrecords a,
#allrecords button,
#allrecords .t-radio,
#allrecords .t-checkbox,
#allrecords .t-img-select {
  outline: none;
}
#allrecords a:focus-visible,
#allrecords button:focus-visible,
#allrecords .t-focusable,
#allrecords .t-focusable .t-btn,
#allrecords .t-focusable .t-btntext,
#allrecords .t-img-select:focus-visible + .t-img-select__indicator,
#allrecords .t-img-select:focus-visible + .t-img-select__indicator:after,
#allrecords .t-radio:focus-visible + .t-radio__indicator,
#allrecords .t-checkbox:focus-visible + .t-checkbox__indicator {
  outline-color: #2015ff;
  outline-offset: 4px;
  outline-style: auto;
}
#allrecords .t-descr a:focus-visible,
#allrecords .t-sociallinks a:focus-visible,
#allrecords .ya-share2__link:focus-visible {
  outline-offset: 2px;
}
#allrecords a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
#allrecords ol {
  padding-left: 22px;
}
#allrecords ul {
  padding-left: 20px;
}
#allrecords b,
#allrecords strong {
  font-weight: 700;
}
@media print {
  body,
  html {
    min-width: 1200px;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    border: none;
  }
}
.t-records {
  -webkit-font_smoothing: antialiased;
  background-color: none;
}
.t-records a {
  color: #ff8562;
  text-decoration: none;
}
.t-records a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
.t-records ol {
  padding-left: 22px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.t-records ul {
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.t-mbfix {
  opacity: 0.01;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  position: fixed;
  width: 100%;
  height: 500px;
  background-color: white;
  top: 0px;
  left: 0px;
  z-index: 10000;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.t-mbfix_hide {
  -webkit-transform: translateX(3000px);
  -ms-transform: translateX(3000px);
  transform: translateX(3000px);
}
img:not([src]) {
  visibility: hidden;
}
.t-body_scroll-locked {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.r_anim {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.r_hidden {
  opacity: 0;
}
.r_showed {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  a:active,
  button:active {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  }
}
.t-text {
  font-family: "TildaSans", Arial, sans-serif;
  font-weight: 300;
  color: #000000;
}
.t-text_xs {
  font-size: 15px;
  line-height: 1.55;
}
.t-text_sm {
  font-size: 18px;
  line-height: 1.55;
}
.t-text_md {
  font-size: 20px;
  line-height: 1.55;
}
.t-text-impact {
  font-family: "TildaSans", Arial, sans-serif;
  font-weight: 300;
  color: #000000;
}
.t-text-impact_sm {
  font-size: 32px;
  line-height: 1.35;
}
.t-name {
  font-family: "TildaSans", Arial, sans-serif;
  font-weight: 600;
  color: #000000;
}
.t-name_xs {
  font-size: 16px;
  line-height: 1.35;
}
.t-name_md {
  font-size: 20px;
  line-height: 1.35;
}
.t-name_xl {
  font-size: 24px;
  line-height: 1.35;
}
.t-title {
  font-family: "TildaSans", Arial, sans-serif;
  font-weight: 600;
  color: #000000;
}
.t-title_xs {
  font-size: 42px;
  line-height: 1.23;
}
.t-descr {
  font-family: "TildaSans", Arial, sans-serif;
  font-weight: 300;
  color: #000000;
}
.t-descr_xxs {
  font-size: 14px;
  line-height: 1.55;
}
.t-descr_xs {
  font-size: 16px;
  line-height: 1.55;
}
.t-descr_md {
  font-size: 20px;
  line-height: 1.55;
}
.t-descr_xl {
  font-size: 24px;
  line-height: 1.5;
}
.t-descr_xxxl {
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 0.45;
}
.t-btn {
  display: inline-block;
  font-family: "TildaSans", Arial, sans-serif;
  border: 0 none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 700;
  background-image: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t-btn td {
  vertical-align: middle;
}
.t-btn_sending {
  opacity: 0.5;
}
.t-opacity_70 {
  filter: alpha(opacity=70);
  khtmlopacity: 0.7;
  mozopacity: 0.7;
  opacity: 0.7;
}
.t-align_center {
  text-align: center;
}
.t-align_left {
  text-align: left;
}
.t-margin_auto {
  margin-left: auto;
  margin-right: auto;
}
.t-valign_middle {
  vertical-align: middle;
}
.t-valign_top {
  vertical-align: top;
}
.t-tildalabel {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 70px;
  font-family: Arial;
  font-size: 14px;
}
.t-tildalabel:hover .t-tildalabel__wrapper {
  opacity: 1;
}
.t-tildalabel_white {
  background-color: #fff;
  color: #000;
}
.t-tildalabel_white .t-tildalabel__link {
  color: #000;
}
.t-tildalabel__wrapper {
  display: table;
  height: 30px;
  width: 270px;
  margin: 0 auto;
  padding-top: 20px;
  opacity: 0.4;
}
.t-tildalabel__txtleft {
  display: table-cell;
  width: 120px;
  height: 30px;
  vertical-align: middle;
  text-align: right;
  padding-right: 12px;
  font-weight: 300;
  font-size: 12px;
}
.t-tildalabel__wrapimg {
  display: table-cell;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.t-tildalabel__img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.t-tildalabel__txtright {
  display: table-cell;
  width: 120px;
  height: 30px;
  vertical-align: middle;
  padding-left: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}
.t-tildalabel__link {
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.t-popup {
  display: none;
}
.t-submit {
  font-family: "TildaSans", Arial, sans-serif;
}
.t-input {
  font-family: "TildaSans", Arial, sans-serif;
}
.t-input__vis-ph {
  font-family: "TildaSans", Arial, sans-serif;
}
.t-select {
  font-family: "TildaSans", Arial, sans-serif;
}
.t-input-error {
  font-family: "TildaSans", Arial, sans-serif;
}
.t-form__errorbox-wrapper {
  font-family: "TildaSans", Arial, sans-serif;
}
.t-form__errorbox-text {
  font-family: "TildaSans", Arial, sans-serif;
}
.t-form__errorbox-item {
  font-family: "TildaSans", Arial, sans-serif;
}
.t-form__successbox {
  font-family: "TildaSans", Arial, sans-serif;
}
.t-rec_pt_0 {
  padding-top: 0;
}
.t-rec_pt_15 {
  padding-top: 15px;
}
.t-rec_pt_30 {
  padding-top: 30px;
}
.t-rec_pt_45 {
  padding-top: 45px;
}
.t-rec_pt_150 {
  padding-top: 150px;
}
.t-rec_pt_180 {
  padding-top: 180px;
}
.t-rec_pb_0 {
  padding-bottom: 0;
}
.t-rec_pb_15 {
  padding-bottom: 15px;
}
.t-rec_pb_30 {
  padding-bottom: 30px;
}
.t-rec_pb_45 {
  padding-bottom: 45px;
}
.t-rec_pb_90 {
  padding-bottom: 90px;
}
.t-rec_pb_150 {
  padding-bottom: 150px;
}
.t-rec_pb_180 {
  padding-bottom: 180px;
}
.t-btnflex,
.t-btn.t-btnflex,
.t-submit.t-btnflex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5ch;
  max-width: 100%;
  height: unset;
  padding: 0;
  overflow: hidden;
  font-family: "TildaSans", Arial, sans-serif, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  padding-top: calc(
    ((var(--height, 0px) - 1.4em) / 2) - var(--border-width, 0px)
  );
  padding-bottom: calc(
    ((var(--height, 0px) - 1.4em) / 2) - var(--border-width, 0px)
  );
  box-sizing: border-box;
  border-style: solid;
  border-color: transparent;
  border-width: var(--border-width, 0);
  background-image: none;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  white-space: nowrap;
}
@media (hover: hover) {
  .t-btnflex:hover .t-btnflex__icon_has_hover::before {
    opacity: 0;
    visibility: hidden;
    transition-timing-function: cubic-bezier(0.5, 0, 0.75, 0);
  }
  .t-btnflex:hover .t-btnflex__icon_has_hover::after {
    opacity: 1;
    visibility: visible;
  }
}
.t-btnflex__text {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  white-space: inherit;
  text-overflow: ellipsis;
}
.t-btnflex_md,
.t-btn.t-btnflex_md,
.t-submit.t-btnflex_md {
  --height: 60px;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1200px) {
  .t-text_xs {
    font-size: 14px;
  }
  .t-text_sm {
    font-size: 16px;
  }
  .t-text_md {
    font-size: 18px;
  }
  .t-descr_xxs {
    font-size: 12px;
  }
  .t-descr_xs {
    font-size: 14px;
  }
  .t-descr_md {
    font-size: 18px;
  }
  .t-descr_xl {
    font-size: 22px;
  }
  .t-descr_xxxl {
    font-size: 26px;
  }
  .t-title_xs {
    font-size: 38px;
  }
  .t-name_xs {
    font-size: 14px;
  }
  .t-name_md {
    font-size: 18px;
  }
  .t-name_xl {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .t-text_xs {
    font-size: 12px;
    line-height: 1.45;
  }
  .t-text_sm {
    font-size: 14px;
    line-height: 1.45;
  }
  .t-text_md {
    font-size: 16px;
    line-height: 1.45;
  }
  .t-text-impact_sm {
    font-size: 22px;
  }
  .t-descr_xs {
    font-size: 12px;
    line-height: 1.45;
  }
  .t-descr_md {
    font-size: 16px;
    line-height: 1.45;
  }
  .t-descr_xl {
    font-size: 20px;
    line-height: 1.4;
  }
  .t-descr_xxxl {
    font-size: 22px;
  }
  .t-title_xs {
    font-size: 30px;
  }
  .t-name_xs {
    font-size: 12px;
  }
  .t-name_md {
    font-size: 16px;
  }
  .t-name_xl {
    font-size: 20px;
  }
  .t-btn {
    white-space: normal;
  }
  .t-btnflex_md,
  .t-btn.t-btnflex_md,
  .t-submit.t-btnflex_md {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .t-rec_pt_0 {
    padding-top: 0;
  }
  .t-rec_pt_15 {
    padding-top: 15px;
  }
  .t-rec_pt_30 {
    padding-top: 30px;
  }
  .t-rec_pt_45 {
    padding-top: 45px;
  }
  .t-rec_pt_150 {
    padding-top: 90px !important;
  }
  .t-rec_pt_180 {
    padding-top: 120px !important;
  }
  .t-rec_pb_0 {
    padding-bottom: 0;
  }
  .t-rec_pb_15 {
    padding-bottom: 15px;
  }
  .t-rec_pb_30 {
    padding-bottom: 30px;
  }
  .t-rec_pb_45 {
    padding-bottom: 45px;
  }
  .t-rec_pb_90 {
    padding-bottom: 90px;
  }
  .t-rec_pb_150 {
    padding-bottom: 90px !important;
  }
  .t-rec_pb_180 {
    padding-bottom: 120px !important;
  }
}
.t123__centeredContainer {
  text-align: center;
}
.t396 {
  -webkit-text-size-adjust: 100%;
}
.t396__iframe {
  z-index: 10000;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  border: 0;
}
html body.t396__body_overflow_hidden {
  overflow: hidden !important;
}
.t396__display_none {
  display: none;
}
.t396__artboard {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.t396__artboard .t396__artboard_scale {
  overflow: visible;
}
.t396__artboard.t396__artboard_scale
  .t396__elem[data-elem-type="text"]
  .tn-atom {
  word-break: normal;
  -moz-osx-font-smoothing: grayscale;
}
.t396__artboard_scale .t396__carrier,
.t396__artboard_scale .t396__filter {
  transform-origin: top left;
}
.tn-atom__scale-wrapper {
  width: inherit;
  height: inherit;
}
.t396__elem .tn-atom__scale-wrapper .tn-atom {
  width: inherit;
  height: inherit !important;
  box-sizing: border-box;
}
.t396__artboard.rendering .tn-elem {
  visibility: hidden;
}
.t396__artboard.rendered .tn-elem {
  visibility: visible;
}
.t396__carrier {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  -moz-transform: unset;
}
.t396__filter {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  transform: translateZ(0);
}
.t396__elem {
  position: absolute;
  box-sizing: border-box;
  display: table;
}
.t396 .tn-atom {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media screen and (max-width: 959px) {
  .t396_safari .t396__artboard_scale .tn-atom {
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
  }
}
.t396 .tn-atom ul,
.t396 .tn-atom ol {
  margin-bottom: 0;
}
.t396_safari .tn-atom:not(.tn-atom__form) {
  transform: translateZ(0);
}
.t396 a.tn-atom {
  text-decoration: none;
}
.t396 .tn-atom__img {
  width: 100%;
  display: block;
}
.t396 .tn-atom__html {
  vertical-align: top;
}
.t396 .tn-atom__pin {
  border-radius: 1000px;
  border-style: solid;
}
.t396 .tn-atom__pin_onclick {
  cursor: pointer;
}
.t396 .tn-atom__tip {
  position: absolute;
  box-sizing: border-box;
  width: 300px;
  max-width: 90vw;
  padding: 15px;
  display: none;
}
.t396 .tn-atom__pin:hover .tn-atom__tip {
  display: none;
}
.t396 .tn-atom__tip-img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.t396 .tn-atom__tip[data-tip-pos="top"] {
  bottom: 100%;
  margin-bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.t396 .tn-atom__tip[data-tip-pos="bottom"] {
  top: 100%;
  margin-top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.t396 .tn-atom__tip[data-tip-pos="left"] {
  right: 100%;
  margin-right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.t396 .tn-atom__tip[data-tip-pos="right"] {
  left: 100%;
  margin-left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.t396__ui {
  position: absolute;
  top: 16px;
  left: 196px;
  background-color: #fa876b;
  color: #000 !important;
  height: 30px;
  line-height: 30px;
  width: 100px;
  z-index: 1000;
  text-align: center;
  border-radius: 3px;
  display: none;
  font-size: 14px;
}
.t396__artboard.t396__artboard-fixed-active {
  transform: none !important;
  opacity: 1 !important;
}
.t396__artboard-fixed-no-bg,
.t396__artboard-fixed-innactive,
.t396__artboard-fixed-innactive .t396__elem,
.t396__artboard-fixed-no-bg.t396__artboard-fixed-innactive .t396__elem {
  pointer-events: none;
}
.t396__artboard-fixed-no-bg .t396__elem {
  pointer-events: auto;
}
.t396__elem-flex {
  position: relative !important;
  left: initial !important;
  top: initial !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.t396__artboard-flex > .t396__elem:not(.tn-elem__absolute),
.t396__artboard-flex > .t396__group:not(.tn-group__absolute) {
  position: relative !important;
  left: initial !important;
  top: initial !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.t473__title {
  margin-bottom: 25px;
}
.t473 .t-btn {
  margin-top: 60px;
}
.t1066__flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t1066 .t-section__bottomwrapper {
  margin-top: 105px;
}
.t1066__img {
  display: block;
  width: 100%;
}
.t1066__box-img-mobile {
  display: none;
}
.t1066__tablewrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.t1066__textwrapper {
  padding-left: 30px;
}
.t1066__imgwrapper {
  width: 65px;
}
.t1066__list li ul {
  list-style-type: disc;
}
#allrecords .t1066__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.t1066__bgimg {
  width: 65px;
  height: 65px;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.t1066__iconimg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.t1066__img_circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.t1066__heading {
  padding-bottom: 15px;
}
.t1066__item:not(:last-child) {
  margin-bottom: 50px;
}
.t1066__item.t-column-draggable {
  list-style-type: none;
}
@media screen and (max-width: 960px) {
  .t1066__flex-wrapper {
    display: block;
  }
  .t1066__box-img-mobile {
    display: block;
    height: auto;
    margin-bottom: 75px;
  }
  .t1066__box-img {
    display: none;
  }
  .t1066__img {
    max-width: 100%;
    height: auto;
  }
  .t1066__imgwrapper {
    max-width: 50px !important;
  }
  .t1066__bgimg {
    max-width: 50px !important;
    max-height: 50px !important;
  }
  .t1066__box-text {
    height: auto;
  }
  .t1066 .t-section__bottomwrapper {
    margin-top: 45px;
  }
}
.t690 .t-form_inputs-total_5 .t-input-group {
  width: 20%;
}
.t690 .t-form_inputs-total_4 .t-input-group {
  width: 25%;
}
.t690 .t-form_inputs-total_3 .t-input-group {
  width: 33.33%;
}
.t690 .t-form_inputs-total_2 .t-input-group {
  width: 50%;
}
.t690 .t-form_inputs-total_1 .t-input-group {
  width: 100%;
}
.t690 .t-form__inputsbox {
  display: table;
  -webkit-transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.3s linear;
  transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.3s linear;
  max-height: 5000px;
}
.t690 .t690__inputsbox_hidden.t-form__inputsbox {
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.t690 .t-input-group {
  display: table-cell;
  vertical-align: bottom;
}
.t690 .t-input-block {
  height: 100%;
  width: 100%;
  padding-right: 20px;
  box-sizing: border-box;
}
.t690 .t-input-phonemask__wrap {
  background-color: #fff;
}
.t690 .t-input-title {
  padding-bottom: 5px;
}
.t690 .t-input-subtitle {
  margin-top: -5px;
  padding-bottom: 10px;
}
.t690 .t-form__submit {
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
}
.t690 .t-datepicker {
  width: 100%;
}
.t690 .t-form_bbonly .t-input-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.t690 .t-form_bbonly .t-input-subtitle {
  padding-bottom: 0;
  padding-top: 5px;
}
@media screen and (max-width: 960px) {
  .t690 .t-form__inputsbox {
    display: block;
  }
  .t690 .t-input-group {
    display: block;
    width: 100% !important;
  }
  .t690 .t-input-block {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }
  .t690 .t-form__submit {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  .t690 .t-submit {
    width: 100%;
  }
}
.t690 .t-input-error {
  display: none !important;
}
.t690 .t-form__errorbox-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.t690 .t-form__errorbox-middle {
  display: none;
}
.t690 .t-form__errorbox-bottom {
  display: block;
}
@media screen and (max-width: 960px) {
  .t690 .t-form__errorbox-middle {
    display: block;
  }
  .t690 .t-form__errorbox-bottom {
    display: none;
  }
}
.t566 .t-section__bottomwrapper {
  margin-top: 100px;
}
.t566__separator {
  margin-bottom: 60px;
}
.t566 {
  counter-reset: number;
}
.t566 .t566__number::before {
  counter-increment: number;
  content: counter(number);
}
.t566__separator:last-child {
  margin-bottom: 0 !important;
}
.t566__separator::after,
.t566__separator::before {
  content: "";
  display: table;
  clear: both;
}
.t566__circle {
  width: 46px;
  height: 46px;
  background-color: #222;
  border-radius: 100%;
  border: 2px solid #fff;
  position: relative;
}
.t566__number {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.t566__textwrapper {
  padding-left: 24px;
}
.t566__text {
  margin-top: 10px;
}
@media only screen and (max-width: 960px) {
  .t566 .t-section__bottomwrapper {
    margin-top: 20px;
  }
  .t566__col {
    margin-bottom: 35px;
  }
  .t566__separator {
    margin-bottom: 0 !important;
  }
}
.t738 .t-section__bottomwrapper {
  margin-top: 105px;
}
.t738 .t-slds__arrow_wrapper {
  width: 5%;
}
.t738__slds-wrapper {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.t738 .t-card__link {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.t738__img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.t738__item {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0;
}
.t738__item_4-in-row {
  width: 25%;
}
.t738__item_6-in-row {
  width: 16.666%;
}
.t738__greyonhovercolor {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: #808080;
}
.t738__greyonhovercolor:hover,
.t738 .t-card__col.t-focusable .t738__greyonhovercolor {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
.t738__alphaonhover {
  opacity: 0.5;
}
.t738__alphaonhover:hover,
.t738 .t-card__col.t-focusable .t738__alphaonhover {
  opacity: 1;
}
.t738__width_6 {
  max-width: 600px;
}
.t738__width_7 {
  max-width: 700px;
}
.t738__width_8 {
  max-width: 800px;
}
.t738__width_9 {
  max-width: 900px;
}
.t738__width_10 {
  max-width: 1000px;
}
.t738__width_11 {
  max-width: 1100px;
}
.t738__width_12 {
  max-width: 1200px;
}
.t738__width_100 {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .t738__item {
    padding: 10px;
  }
  .t738__width_6 {
    max-width: 480px;
  }
  .t738__width_7 {
    max-width: 560px;
  }
  .t738__width_8 {
    max-width: 640px;
  }
  .t738__width_9 {
    max-width: 720px;
  }
  .t738__width_10 {
    max-width: 800px;
  }
  .t738__width_11 {
    max-width: 880px;
  }
  .t738__width_12 {
    max-width: 960px;
  }
  .t738__width_100 {
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .t738 .t-section__bottomwrapper {
    margin-top: 45px;
  }
  .t738__item_6-in-row {
    width: 33.333%;
  }
  .t738__witharrows .t-width .t-slds__wrapper {
    padding: 0 35px;
  }
}
@media screen and (max-width: 640px) {
  .t738__item_4-in-row {
    width: 50%;
  }
}
@media screen and (max-width: 440px) {
  .t738__item_6-in-row {
    width: 50%;
  }
}
.t038__text-impact {
  text-align: center;
  padding: 8px 50px 2px;
}
@media screen and (max-width: 640px) {
  .t038__text-impact {
    padding-left: 0;
    padding-right: 0;
  }
}
.t585 > .t-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t585__header {
  position: relative;
  border-top: 1px solid #eee;
  cursor: pointer;
}
.t585__trigger-button {
  position: relative;
  width: 100%;
  padding: 27px 50px 27px 0;
  text-align: left;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
#allrecords button.t585__trigger-button:focus-visible {
  outline-offset: 2px;
}
.t585__title {
  display: inline-block;
}
.t585__icon {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity ease-in-out 0.2s;
}
.t585__icon-hover {
  opacity: 0;
}
.t585__header:hover .t585__icon {
  opacity: 0;
}
.t585__trigger-button:focus-visible .t585__icon {
  opacity: 0;
}
.t585__header:hover .t585__icon-hover {
  opacity: 1;
}
.t585__trigger-button:focus-visible .t585__icon-hover {
  opacity: 1;
}
.t585__row::after {
  content: "";
  display: table;
  clear: both;
}
.t585__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
.t585__lines {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.3s;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.t585__opened .t585__lines {
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all ease-in-out 0.3s;
}
.t585__content {
  display: none;
  overflow: hidden;
  -webkit-transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s;
  -o-transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s;
  transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s;
}
.t585 .t585__content ol {
  padding-left: 22px !important;
  list-style-position: inside;
  text-indent: -22px;
}
.t585__textwrapper {
  padding: 0 0 20px;
}
.t585__text {
  margin-bottom: 20px;
}
#allrecords .t585__text > ul,
#allrecords .t585__text > ol {
  -webkit-padding-start: 26px;
}
.t585__img {
  display: block;
  width: 100%;
  margin-bottom: 14px;
}
.t585__border {
  width: 100%;
  height: 1px;
  background-color: #eee;
}
@media screen and (max-width: 960px) {
  .t585 .t-col:not(:last-child) .t585__border {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .t585__trigger-button {
    padding-top: 15px;
    padding-bottom: 14px;
  }
  .t585__text {
    margin-bottom: 15px;
  }
  .t585__text > a {
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .t585__textwrapper {
    padding: 0 0 10px;
  }
}
.t700__vmiddle {
  align-items: center;
}
.t700__vbottom {
  align-items: flex-end;
}
.t700__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.t700__wrap-video + .t700__video-descr {
  margin-top: 20px;
}
.t700 .t700__form-upper-text {
  margin-bottom: 20px;
}
.t700 .t700__form-bottom-text {
  margin-top: 20px;
}
.t700 .t-form__inputsbox {
  -webkit-transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  max-height: 10000px;
}
.t700 .t700__inputsbox_hidden.t-form__inputsbox {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.t700 .t-input-group {
  margin-bottom: 25px;
}
.t700 .t-form_bbonly .t-form__inputsbox_flex .t-input-group {
  margin-bottom: 0;
}
.t700 .t-input {
  background-color: transparent;
  -webkit-appearance: none;
}
.t700 .t-input-block textarea {
  padding-top: 17px;
}
.t700 .t-input-block textarea.t-input_pvis {
  padding-top: 26px;
}
.t700 .t-input-block textarea {
  padding-top: 17px;
  background-color: transparent;
}
.t700 .t-input-title {
  padding-bottom: 5px;
}
.t700 .t-input-subtitle {
  padding-bottom: 15px;
}
.t700 .t-input-group_rd .t-input-subtitle {
  padding-bottom: 5px;
}
.t700 .t-inputtime,
.t700 .t-datepicker__wrapper {
  max-width: 245px;
}
.t700 .t-input-group_inrow .t-inputtime,
.t700 .t-input-group_inrow .t-datepicker__wrapper {
  max-width: 100%;
}
.t700 .t-form_bbonly .t-input-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.t700 .t-form_bbonly .t-input-subtitle {
  padding-bottom: 0;
  padding-top: 5px;
}
.t700 .t-form_bbonly .t-input-block {
  margin-bottom: 30px;
}
.t700 .t-form__inputsbox .t-input-group_st .t-input-block {
  display: none;
  margin-bottom: 0;
}
.t700 .t-form__submit {
  display: block;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}
.t700 .t-form__inputsbox_flex .t-form__submit {
  margin-top: 5px;
}
.t700 .t-form_bbonly .t-form__inputsbox_flex .t-form__submit {
  margin-top: 0;
}
.t700 .t-form__inputsbox_flex .t-form__errorbox-wrapper {
  margin-bottom: 25px;
}
.t700 .t-form_bbonly .t-form__inputsbox_flex .t-form__errorbox-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .t700 .t-col:first-child {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .t700 .t-form__submit {
    padding-bottom: 20px;
  }
  .t700 .t-input-block textarea {
    padding-top: 12px;
  }
  .t700 .t-submit {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .t700 .t-inputtime,
  .t700 .t-datepicker__wrapper {
    max-width: 100%;
  }
}
.t026__title {
  line-height: 28px;
  font-size: 14px;
  font-weight: 700;
  padding-top: 7px;
  padding-bottom: 6px;
}
.t026-descr {
  padding-top: 1px;
}
.t945 .t-popup {
  left: auto;
  top: auto;
  width: 420px;
  height: auto;
  max-width: calc(100% - 40px);
  background-color: #fff;
  cursor: auto;
}
.t945 .t945__popup_scroll {
  height: calc(100vh - 40px);
}
.t945 .t-popup__block-close {
  position: absolute;
  top: 8px;
  right: 6px;
  width: 24px;
  height: 24px;
}
.t945 .t-popup__block-close-button {
  width: 12px;
  height: 12px;
  padding: 6px;
}
.t945 .t-popup__close-icon {
  width: 12px;
  height: 12px;
}
.t945__container {
  padding: 30px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.t945 .t945__inputsbox_hidden.t-form__inputsbox {
  overflow: hidden;
  display: none;
  max-height: 0;
  opacity: 0;
}
.t945 .t-form__inputsbox .t-radio__wrapper,
.t945 .t-form__inputsbox .t-checkboxes__wrapper {
  text-align: left;
}
.t945 .t-input::-ms-clear {
  width: 0;
  height: 0;
}
.t945__body_popupshowed {
  -webkit-overflow-scrolling: touch !important;
}
.t945__title {
  margin-bottom: 11px;
}
.t945__descr {
  margin-bottom: 24px;
}
.t945__text {
  margin-top: 12px;
}
.t945__content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.t945__content .t-submit {
  width: 100%;
}
.t945 .t-input-group {
  margin-bottom: 12px;
}
.t945__img-wrapper {
  margin-left: 30px;
  position: relative;
  width: 40%;
  height: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.t945__img {
  position: absolute;
  inset: -30px -30px -30px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .t945__container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .t945__img-wrapper {
    margin-left: unset;
    margin-bottom: 20px;
    width: 100%;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    height: 200px;
  }
  .t945__img {
    inset: -30px -30px 0;
  }
  .t945 .t-popup {
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100%;
    max-height: 100%;
    overflow-y: scroll;
  }
  .t945__title {
    margin-bottom: 6px;
  }
  .t945__descr {
    margin-bottom: 14px;
  }
}
.t-about{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
}