.csssize {
  height: 14527px
}

#allrecords .r,
body {
  --t-headline-font: 'TildaSans', Arial, sans-serif;
  --t-text-font: 'TildaSans', Arial, sans-serif
}

.t-body {
  margin: 0px
}

#allrecords,
body {
  background-color: #fafafa
}

#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: #fafafa
}

.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: .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, .1)
  }
}

.t-text {
  font-family: 'TildaSans', Arial, sans-serif;
  font-weight: 300;
  color: #333333
}

.t-text_sm {
  font-size: 18px;
  line-height: 1.55
}

.t-name {
  font-family: 'TildaSans', Arial, sans-serif;
  font-weight: 600;
  color: #333333
}

.t-name_md {
  font-size: 20px;
  line-height: 1.35
}

.t-name_lg {
  font-size: 22px;
  line-height: 1.35
}

.t-heading {
  font-family: 'TildaSans', Arial, sans-serif;
  font-weight: 600;
  color: #333333
}

.t-heading_xs {
  font-size: 26px;
  line-height: 1.23
}

.t-heading_md {
  font-size: 30px;
  line-height: 1.17
}

.t-title {
  font-family: 'TildaSans', Arial, sans-serif;
  font-weight: 600;
  color: #333333
}

.t-title_xs {
  font-size: 42px;
  line-height: 1.23
}

.t-title_xl {
  font-size: 72px;
  line-height: 1.17
}

.t-descr {
  font-family: 'TildaSans', Arial, sans-serif;
  font-weight: 300;
  color: #333333
}

.t-descr_xs {
  font-size: 16px;
  line-height: 1.55
}

.t-descr_sm {
  font-size: 18px;
  line-height: 1.55
}

.t-descr_xl {
  font-size: 24px;
  line-height: 1.5
}

.t-uptitle {
  font-family: 'TildaSans', Arial, sans-serif;
  font-weight: 600;
  color: #333333;
  letter-spacing: 2.5px
}

.t-uptitle_xs {
  font-size: 12px
}

.t-uptitle_sm {
  font-size: 14px
}

.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: .5
}

.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-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-free {
  padding: 35px 0px 45px;
  height: auto;
  text-align: center
}

.t-tildalabel-free__main {
  max-width: 340px;
  display: block;
  margin: 0 auto;
  line-height: 1.4;
  letter-spacing: .2px;
  color: inherit;
  opacity: .4
}

.t-tildalabel-free__main:hover {
  opacity: 1
}

.t-tildalabel-free__txt-link:hover {
  opacity: 1
}

.t-tildalabel-free__links-wr {
  display: table;
  margin: 30px auto 0px
}

.t-tildalabel-free__txt-link {
  display: table-cell;
  padding: 0px 15px;
  font-size: 13px;
  text-decoration: none;
  color: inherit;
  opacity: .25
}

.t-rec_pt_30 {
  padding-top: 30px
}

.t-rec_pt_45 {
  padding-top: 45px
}

.t-rec_pt_60 {
  padding-top: 60px
}

.t-rec_pb_30 {
  padding-bottom: 30px
}

.t-rec_pb_45 {
  padding-bottom: 45px
}

.t-rec_pb_60 {
  padding-bottom: 60px
}

.t-btnflex,
.t-btn.t-btnflex,
.t-submit.t-btnflex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  max-width: 100%;
  height: unset;
  padding: 0;
  overflow: hidden;
  font-family: 'TildaSans', Arial, sans-serif, Arial, sans-serif;
  font-weight: 600;
  line-height: var(--line-height, 1.4);
  padding-top: calc(((var(--height, 0px) - 1em * var(--line-height, 1.4)) / 2) - var(--border-width, 0px));
  padding-bottom: calc(((var(--height, 0px) - 1em * var(--line-height, 1.4)) / 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
}

.t-btnflex.t-btnflex_icon_hover_only:not(:hover) {
  gap: 0
}

.t-btnflex__text {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  white-space: inherit;
  text-overflow: ellipsis
}

.t-btnflex__icon {
  position: relative;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  transition-duration: inherit
}

.t-btnflex.t-btnflex_icon_hover_only .t-btnflex__icon {
  transition-property: width;
  transition-timing-function: inherit
}

.t-btnflex.t-btnflex_icon_hover_only:not(:hover) .t-btnflex__icon {
  width: 0
}

.t-btnflex__icon::before,
.t-btnflex__icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat
}

.t-btnflex__icon::before {
  content: '';
  background-image: var(--icon, none);
  transition: opacity cubic-bezier(.25, 1, .5, 1), visibility cubic-bezier(.25, 1, .5, 1), color ease-in-out;
  transition-duration: inherit
}

.t-btnflex__icon.t-btnflex__icon_default_glyph::before {
  -webkit-mask-image: var(--icon, none);
  mask-image: var(--icon, none);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-image: none;
  background-color: currentcolor
}

.t-btnflex__icon_has_hover::after {
  content: '';
  opacity: 0;
  visibility: hidden;
  background-image: var(--icon-hover, none);
  transition: opacity cubic-bezier(.45, 0, .55, 1), visibility cubic-bezier(.45, 0, .55, 1), color ease-in-out;
  transition-duration: inherit
}

.t-btnflex__icon.t-btnflex__icon_hover_glyph::after {
  -webkit-mask-image: var(--icon-hover, none);
  mask-image: var(--icon-hover, none);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-image: none;
  background-color: currentcolor
}

@media (hover:hover) {
  .t-btnflex:hover .t-btnflex__icon_has_hover::before {
    opacity: 0;
    visibility: hidden;
    transition-timing-function: cubic-bezier(.5, 0, .75, 0)
  }

  .t-btnflex:hover .t-btnflex__icon_has_hover::after {
    opacity: 1;
    visibility: visible
  }
}

.t-btnflex_xs,
.t-btn.t-btnflex_xs,
.t-submit.t-btnflex_xs {
  --height: 35px;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px
}

.t-btnflex_sm,
.t-btn.t-btnflex_sm,
.t-submit.t-btnflex_sm {
  --height: 45px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px
}

.t-btnflex_smd,
.t-btn.t-btnflex_smd,
.t-submit.t-btnflex_smd {
  --height: 50px;
  font-size: 15px;
  padding-left: 44px;
  padding-right: 44px
}

.t-btnflex_md,
.t-btn.t-btnflex_md,
.t-submit.t-btnflex_md {
  --height: 60px;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px
}

.t-btnflex_lg,
.t-btn.t-btnflex_lg,
.t-submit.t-btnflex_lg {
  --height: 60px;
  font-size: 22px;
  padding-left: 70px;
  padding-right: 70px
}

.t-btnflex_xl,
.t-btn.t-btnflex_xl,
.t-submit.t-btnflex_xl {
  --height: 80px;
  font-size: 26px;
  padding-left: 80px;
  padding-right: 80px
}

.t-btnflex_xxl,
.t-btn.t-btnflex_xxl,
.t-submit.t-btnflex_xxl {
  --height: 100px;
  font-size: 30px;
  padding-left: 90px;
  padding-right: 90px
}

@media screen and (max-width:1200px) {
  .t-text_sm {
    font-size: 16px
  }

  .t-descr_xs {
    font-size: 14px
  }

  .t-descr_sm {
    font-size: 16px
  }

  .t-descr_xl {
    font-size: 22px
  }

  .t-title_xs {
    font-size: 38px
  }

  .t-title_xl {
    font-size: 68px
  }

  .t-name_md {
    font-size: 18px
  }

  .t-name_lg {
    font-size: 20px
  }

  .t-heading_xs {
    font-size: 24px
  }

  .t-heading_md {
    font-size: 28px
  }

  .t-btnflex_sm,
  .t-btn.t-btnflex_sm,
  .t-submit.t-btnflex_sm {
    padding-left: 25px;
    padding-right: 25px
  }

  .t-btnflex_smd,
  .t-btn.t-btnflex_smd,
  .t-submit.t-btnflex_smd {
    padding-left: 30px;
    padding-right: 30px
  }

  .t-btnflex_md,
  .t-btn.t-btnflex_md,
  .t-submit.t-btnflex_md {
    padding-left: 45px;
    padding-right: 45px
  }

  .t-btnflex_lg,
  .t-btn.t-btnflex_lg,
  .t-submit.t-btnflex_lg {
    padding-left: 55px;
    padding-right: 55px
  }

  .t-btnflex_xl,
  .t-btn.t-btnflex_xl,
  .t-submit.t-btnflex_xl {
    padding-left: 65px;
    padding-right: 65px
  }

  .t-btnflex_xxl,
  .t-btn.t-btnflex_xxl,
  .t-submit.t-btnflex_xxl {
    padding-left: 75px;
    padding-right: 75px
  }
}

@media screen and (max-width:640px) {
  .t-text_sm {
    font-size: 14px;
    line-height: 1.45
  }

  .t-descr_xs {
    font-size: 12px;
    line-height: 1.45
  }

  .t-descr_sm {
    font-size: 14px;
    line-height: 1.45
  }

  .t-descr_xl {
    font-size: 20px;
    line-height: 1.4
  }

  .t-uptitle_xs {
    font-size: 10px
  }

  .t-uptitle_sm {
    font-size: 10px
  }

  .t-title_xs {
    font-size: 30px
  }

  .t-title_xl {
    font-size: 32px
  }

  .t-name_md {
    font-size: 16px
  }

  .t-name_lg {
    font-size: 18px
  }

  .t-heading_xs {
    font-size: 22px
  }

  .t-heading_md {
    font-size: 24px
  }

  .t-btn {
    white-space: normal
  }

  .t-tildalabel-free__txt-link {
    opacity: .4
  }

  .t-tildalabel-free__main {
    opacity: .7
  }

  .t-btnflex,
  .t-btn.t-btnflex,
  .t-submit.t-btnflex {
    white-space: normal
  }

  .t-btnflex_sm,
  .t-btn.t-btnflex_sm,
  .t-submit.t-btnflex_sm {
    padding-left: 20px;
    padding-right: 20px
  }

  .t-btnflex_smd,
  .t-btn.t-btnflex_smd,
  .t-submit.t-btnflex_smd {
    padding-left: 25px;
    padding-right: 25px
  }

  .t-btnflex_md,
  .t-btn.t-btnflex_md,
  .t-submit.t-btnflex_md {
    padding-left: 30px;
    padding-right: 30px
  }

  .t-btnflex_lg,
  .t-btn.t-btnflex_lg,
  .t-submit.t-btnflex_lg {
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px
  }

  .t-btnflex_xl,
  .t-btn.t-btnflex_xl,
  .t-submit.t-btnflex_xl {
    font-size: 22px;
    padding-left: 50px;
    padding-right: 50px
  }

  .t-btnflex_xxl,
  .t-btn.t-btnflex_xxl,
  .t-submit.t-btnflex_xxl {
    font-size: 26px;
    padding-left: 60px;
    padding-right: 60px
  }
}

@media screen and (max-width:480px) {
  .t-title_xl {
    font-size: 30px
  }

  .t-rec_pt_30 {
    padding-top: 30px
  }

  .t-rec_pt_45 {
    padding-top: 45px
  }

  .t-rec_pt_60 {
    padding-top: 60px
  }

  .t-rec_pb_30 {
    padding-bottom: 30px
  }

  .t-rec_pb_45 {
    padding-bottom: 45px
  }

  .t-rec_pb_60 {
    padding-bottom: 60px
  }

  .t-rec_pt-res-480_45 {
    padding-top: 45px !important
  }

  .t-rec_pt-res-480_60 {
    padding-top: 60px !important
  }

  .t-rec_pb-res-480_45 {
    padding-bottom: 45px !important
  }

  .t-rec_pb-res-480_60 {
    padding-bottom: 60px !important
  }

  .t-btnflex_xs,
  .t-btn.t-btnflex_xs,
  .t-submit.t-btnflex_xs {
    --height: 40px
  }

  .t-btnflex_sm,
  .t-btn.t-btnflex_sm,
  .t-submit.t-btnflex_sm {
    --height: 50px
  }
}

@media screen and (max-width:1200px) {
  .t-screenmin-1200px {
    display: none
  }
}

@media screen and (max-width:980px) {
  .t-screenmin-980px {
    display: none
  }
}

@media screen and (max-width:640px) {
  .t-screenmin-640px {
    display: none
  }
}

@media screen and (max-width:480px) {
  .t-screenmin-480px {
    display: none
  }
}

@media screen and (max-width:320px) {
  .t-screenmin-320px {
    display: none
  }
}

@media screen and (min-width:321px) {
  .t-screenmax-320px {
    display: none
  }
}

@media screen and (min-width:481px) {
  .t-screenmax-480px {
    display: none
  }
}

@media screen and (min-width:641px) {
  .t-screenmax-640px {
    display: none
  }
}

@media screen and (min-width:981px) {
  .t-screenmax-980px {
    display: none
  }
}

@media screen and (min-width:1201px) {
  .t-screenmax-1200px {
    display: none
  }
}

.t-menusub__menu {
  display: none
}

.t454__imglogo {
  height: auto;
  display: block
}

.t454__linewrapper {
  position: absolute;
  bottom: 0;
  width: 100%
}

.t454__horizontalline {
  border: 0;
  background-color: #c2c2c2;
  height: 1px;
  right: 0;
  bottom: 0;
  margin: 0 40px
}

.t454__leftmenuwrapper,
.t454__rightmenuwrapper {
  display: inline-table;
  height: 100%;
  vertical-align: middle
}

.t454__leftmenuwrapper .t454__list,
.t454__rightmenuwrapper .t454__list {
  display: table-cell;
  vertical-align: middle
}

.t454__logowrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: table;
  height: inherit;
  z-index: 100
}

.t454__logowrapper2 {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 100
}

.t454__logowrapper2 a {
  display: inline-block
}

.t454__imglogo {
  max-width: 300px
}

.t454__leftwrapper,
.t454__rightwrapper {
  width: 50%;
  box-sizing: border-box;
  position: absolute;
  height: 100%
}

.t454__leftwrapper {
  text-align: right;
  padding-right: 200px;
  padding-left: 40px;
  left: 0
}

.t454__rightwrapper {
  text-align: left;
  padding-left: 200px;
  padding-right: 40px;
  right: 0
}

@media screen and (max-width:1200px) {
  .t454__leftwrapper {
    padding-left: 20px
  }

  .t454__rightwrapper {
    padding-right: 20px
  }
}

.t454 {
  width: 100%;
  height: 80px;
  z-index: 990;
  position: fixed;
  top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  transition: background-color 0.3s linear
}

.t454__beforeready {
  visibility: hidden
}

.t454 ul {
  margin: 0
}

.t454__maincontainer {
  width: 100%;
  height: 80px;
  display: table;
  position: relative
}

.t454__maincontainer.t454__c12collumns {
  max-width: 1200px;
  margin: 0 auto
}

.t454__logo {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  white-space: nowrap
}

.t454__list {
  list-style-type: none;
  margin: 0;
  padding: 0 !important
}

.t454__list_item {
  clear: both;
  font-family: 'TildaSans', Arial, sans-serif;
  font-size: 16px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  color: #333333;
  white-space: nowrap
}

.t454__list_item .t-active {
  opacity: .7
}

.t454__list_item:first-child {
  padding-left: 0
}

.t454__list_item:last-child {
  padding-right: 0
}

.t454 a,
#allrecords .t454 a {
  text-decoration: none;
  color: #333333
}

.t454.t454__positionabsolute {
  position: absolute
}

.t454.t454__positionfixed {
  position: fixed
}

.t454.t454__positionstatic {
  position: static
}

.t454__mobile {
  display: none
}

@media screen and (max-width:980px) {
  .t454__linewrapper {
    display: none
  }

  .t454 {
    position: static;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
    height: auto !important
  }

  .t454__maincontainer {
    padding: 20px 0 40px
  }

  .t454.t454__positionabsolute,
  .t454.t454__positionfixed,
  .t454.t454__positionstatic {
    position: static
  }

  .t454__imglogo {
    width: auto;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 auto;
    max-width: 100% !important
  }

  .t454__imglogomobile.t454__imglogo {
    max-width: 100% !important
  }

  .t454__rightcontainer {
    display: table;
    position: static;
    float: none;
    text-align: center;
    margin: 0 auto
  }

  .t454__leftmenuwrapper,
  .t454__rightmenuwrapper,
  .t454__leftwrapper,
  .t454__rightwrapper {
    height: initial
  }

  .t454__logo {
    text-align: center;
    margin: 20px
  }

  .t454 img {
    float: inherit
  }

  .t454 .t454__list_item {
    display: block;
    text-align: center;
    padding: 10px !important;
    white-space: normal
  }

  .t454__logo {
    white-space: normal;
    padding: 0
  }

  .t454__logowrapper {
    position: static;
    display: table;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    -webkit-transform: none;
    transform: none
  }

  .t454__logowrapper2 {
    display: block;
    position: static
  }

  .t454__leftwrapper,
  .t454__rightwrapper,
  .rightmenuwrapper {
    position: static;
    padding: 0 !important;
    width: 100%
  }

  .t454__rightmenuwrapper,
  .t454__leftmenuwrapper,
  .t454__leftmenuwrapper .t454__list,
  .t454__rightmenuwrapper .t454__list {
    display: block
  }
}

.t001__wrapper {
  padding-top: 42px;
  padding-bottom: 42px
}

.t001__uptitle {
  padding-top: 30px;
  padding-bottom: 60px;
  color: #fff
}

.t001__title {
  padding: 24px 0 38px;
  letter-spacing: .5px;
  color: #fff
}

.t001__descr {
  padding: 0 0 30px;
  color: #fff
}

.t001__descr_buttons {
  padding-bottom: 60px
}

.t001__descr_center {
  max-width: 700px;
  margin: 0 auto
}

.t001__descr_center a:not([style]) {
  color: #fff !important
}

.t001__descr_center a {
  font-weight: 600
}

.t001__buttons {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px
}

.t-align_center .t001__buttons {
  justify-content: center
}

.t-align_center .t001__title,
.t-align_center .t001__descr,
.t-align_center .t001__uptitle {
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width:640px) {
  .t001__title {
    padding-right: 10px;
    padding-left: 10px
  }

  .t001__uptitle {
    padding-right: 10px;
    padding-left: 10px
  }

  .t001__descr {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px
  }

  .t001__descr_buttons {
    padding-bottom: 30px
  }

  .t001__buttons {
    flex-wrap: wrap
  }

  .t001__button {
    width: 100%;
    max-width: 320px
  }
}

.t165 .t-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.t165__vmiddle {
  margin-top: auto;
  margin-bottom: auto
}

.t165__vtop {
  margin-bottom: auto
}

.t165__vbottom {
  margin-top: auto
}

.t165__left {
  text-align: left
}

.t165__center {
  text-align: center
}

.t165__right {
  text-align: right
}

.t165__textwrapper {
  padding-right: 20px
}

.t165__uptitle {
  padding: 0;
  margin: 0;
  margin-bottom: 14px
}

.t165__title {
  padding: 0;
  margin: 0;
  padding-bottom: 28px
}

.t165__text {
  opacity: .85
}

.t165__img {
  float: right;
  width: 100%
}

.t165__img_circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.t165__btn-container {
  width: 100%;
  padding-top: 60px
}

@media screen and (max-width:960px) {
  .t165__btn-container {
    padding-top: 30px;
    padding-bottom: 20px
  }
}

@media screen and (max-width:640px) {
  .t165 .t-container {
    display: -webkit-block;
    display: block
  }

  .t165__textwrapper {
    padding-right: 0
  }

  .t165__img {
    float: none
  }

  .t165__col-top {
    margin-bottom: 30px
  }
}

.t545__blockimg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.t545__textwrapper {
  display: table;
  width: 100%;
  background-color: #efefef
}

.t545__content {
  display: table-cell;
  padding: 60px
}

.t545__title {
  margin-bottom: 8px
}

.t545__descr {
  margin-bottom: 28px;
  color: #666
}

.t545__text {
  margin-top: 28px
}

.t545__line {
  position: relative;
  display: block;
  max-width: 50px;
  width: 100%;
  height: 3px;
  background-color: #000
}

.t545__sizer.t-col_1 {
  width: 60px !important;
  max-width: 60px !important
}

.t545__sizer.t-col_2 {
  width: 160px !important;
  max-width: 160px !important
}

.t545__sizer.t-col_3 {
  width: 260px !important;
  max-width: 260px !important
}

.t545__sizer.t-col_4 {
  width: 360px !important;
  max-width: 360px !important
}

.t545__sizer.t-col_5 {
  width: 460px !important;
  max-width: 460px !important
}

.t545__sizer.t-col_6 {
  width: 560px !important;
  max-width: 560px !important
}

.t545__sizer.t-col_7 {
  width: 660px !important;
  max-width: 660px !important
}

.t545__sizer.t-col_8 {
  width: 760px !important;
  max-width: 760px !important
}

.t545__sizer.t-col_9 {
  width: 860px !important;
  max-width: 860px !important
}

.t545__sizer.t-col_10 {
  width: 960px !important;
  max-width: 960px !important
}

.t545__sizer.t-col_11 {
  width: 1060px !important;
  max-width: 1060px !important
}

.t545__sizer.t-col_12 {
  width: 1160px !important;
  max-width: 1160px !important
}

.t545 .t-sociallinks {
  display: -webkit-flex;
  display: flex;
  margin-top: 25px
}

.t545 .t-sociallinks__wrapper {
  display: -webkit-flex;
  display: flex
}

.t545 .t-sociallinks__item {
  margin-right: 8px
}

.t545 .t-sociallinks__item:last-child {
  margin-right: 0
}

.t545 .t-align_center .t-sociallinks {
  -webkit-justify-content: center;
  justify-content: center
}

.t545 .t-align_right .t-sociallinks {
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.t545 .t-sociallinks__item a {
  display: inline-block
}

#allrecords .t545 ul.t-sociallinks__wrapper {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0
}

@media screen and (max-width:960px) {
  .t545__top {
    margin-bottom: 20px
  }

  .t545__textwrapper {
    height: auto !important
  }
}

@media screen and (max-width:680px) {
  .t545__content {
    padding: 30px 20px 45px
  }
}

.t490 .t-section__bottomwrapper {
  margin-top: 105px
}

#allrecords .t490__container {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 90px
}

.t490__col {
  float: none
}

.t490__container li ul {
  list-style-type: disc
}

#allrecords .t490__col a.t-card__link:not(.t-btn) {
  color: inherit !important
}

.t490__wrapperleft {
  padding-right: 0;
  padding-left: 0
}

.t490__wrappercenter {
  padding-right: 20px;
  padding-left: 20px
}

.t490__bgimg {
  width: 100px;
  height: 100px;
  max-width: 100%;
  margin-bottom: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.t490__img {
  width: 100px;
  height: auto;
  max-width: 100%;
  margin-bottom: 25px
}

.t490__img_circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.t490 .t-name_xl {
  margin-top: 18px;
  margin-bottom: 25px
}

.t490 .t-name_sm {
  margin-top: 12px;
  margin-bottom: 25px
}

.t490 .t-heading_md {
  margin-top: 12px;
  margin-bottom: 25px
}

.t490 .t-card__title,
.t490 .t-card__descr {
  overflow-wrap: break-word
}

@media screen and (max-width:960px) {
  .t490 .t-section__bottomwrapper {
    margin-top: 45px
  }

  .t490__col {
    margin-bottom: 45px
  }
}

.t572 .t-section__bottomwrapper {
  margin-top: 90px
}

.t572__descr {
  margin-bottom: 30px
}

.t572 .t-sociallinks {
  margin-top: 45px
}

.t572 .t-sociallinks__item {
  display: inline-block;
  margin: 4px 1px 0
}

#allrecords .t572 ul.t-sociallinks__wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

@media screen and (max-width:960px) {
  .t572 .t-section__bottomwrapper {
    margin-top: 45px
  }
}

.t852__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.t852__col {
  margin-top: 90px;
  margin-top: var(--column-margin, 90px)
}

.t852__container[data-blocks-per-row='1'] .t852__col:nth-child(-n+1),
.t852__container[data-blocks-per-row='2'] .t852__col:nth-child(-n+2),
.t852__container[data-blocks-per-row='3'] .t852__col:nth-child(-n+3),
.t852__container[data-blocks-per-row='4'] .t852__col:nth-child(-n+4) {
  margin-top: 0
}

@media screen and (max-width:1200px) {
  .t852__container {
    max-width: 960px;
    padding: 0
  }
}

@media screen and (max-width:960px) {
  .t852__container {
    max-width: 640px
  }
}

.t852 .t-section__bottomwrapper {
  margin-top: 105px
}

.t852__imgwrapper {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 110%
}

.t852__bgimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear
}

.t852__img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear
}

.t852__bgimg_second,
.t852__img_second {
  z-index: 1;
  opacity: 0
}

.t852 .t-card__uptitle {
  margin-bottom: 8px;
  color: #ff8562
}

.t852 .t-card__descr {
  margin-top: 8px
}

.t852 .t-card__btn-wrapper {
  margin-top: 19px
}

.t852 .t-card__btntext-wrapper {
  display: inline-block;
  padding-top: 14px
}

.t852 .t-align_center .t-card__btn,
.t852 .t-align_center .t-card__btn-text {
  margin: 0 2px 8px
}

.t852 .t-align_left .t-card__btn,
.t852 .t-align_left .t-card__btn-text {
  margin: 0 4px 8px 0
}

.t852__scroll-icon-wrapper {
  display: none
}

@media screen and (min-width:960px) {

  .t852__imgwrapper:hover .t852__bgimg_first_hover,
  .t852__imgwrapper:hover .t852__img_first_hover {
    opacity: 0
  }

  .t852__imgwrapper:hover .t852__bgimg_second,
  .t852__imgwrapper:hover .t852__img_second {
    z-index: 3;
    opacity: 1
  }
}

@media screen and (max-width:960px) {
  .t852 .t-section__bottomwrapper {
    margin-top: 45px
  }

  .t852__container_mobile-grid {
    font-size: 0
  }

  .t852__col_mobile-grid {
    width: 50%;
    display: inline-block;
    vertical-align: top
  }

  .t852__col {
    margin-top: 0;
    margin-bottom: 60px
  }

  .t-col_8 .t852__imgwrapper_mobile-nopadding {
    padding-bottom: 0 !important;
    font-size: 0
  }

  .t-col_8 .t852__imgwrapper_mobile-nopadding .t852__img {
    position: initial
  }

  .t852__img_second {
    display: none
  }

  .t852__container_mobile-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .t852__container_mobile-flex::-webkit-scrollbar {
    display: none
  }

  .t852__container_mobile-flex .t852__col {
    min-width: 38%;
    max-width: 38%;
    margin-bottom: 0 !important
  }

  .t852__container_mobile-flex .t852__col:first-child {
    margin-left: 20px
  }

  .t852__scroll-icon-wrapper {
    display: block;
    padding: 0 40px 20px 0;
    color: #a1a1a1;
    text-align: right;
    font-size: 0;
    mix-blend-mode: multiply
  }

  @-webkit-keyframes t852__icon-anim {
    0% {
      -webkit-transform: translate3d(-20px, 0, 0);
      opacity: 0
    }

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

    20% {
      -webkit-transform: translate3d(-20px, 0, 0);
      opacity: 1
    }

    70% {
      -webkit-transform: translate3d(0, 0, 0);
      opacity: 1
    }

    80% {
      -webkit-transform: translate3d(0, 0, 0);
      opacity: 1
    }

    81% {
      -webkit-transform: translate3d(0, 0, 0);
      opacity: 0
    }

    100% {
      -webkit-transform: translate3d(0, 0, 0);
      opacity: 0
    }
  }

  @keyframes t852__icon-anim {
    0% {
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0);
      opacity: 0
    }

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

    20% {
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0);
      opacity: 1
    }

    70% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
    }

    80% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
    }

    81% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 0
    }

    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 0
    }
  }

  .t852__scroll-icon {
    -webkit-animation: t852__icon-anim 1.5s infinite;
    animation: t852__icon-anim 1.5s infinite
  }
}

@media screen and (max-width:640px) {
  .t852__container_mobile-grid {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  #allrecords .t852__container_mobile-grid.t852__container {
    padding: 0 10px
  }

  .t852__col_mobile-grid {
    padding-left: 10px;
    padding-right: 10px
  }

  .t852__container_mobile-flex .t852__col:first-child {
    margin-left: 0
  }

  .t852__container_mobile-flex .t852__col {
    min-width: 70%;
    max-width: 70%
  }

  .t852__scroll-icon-wrapper {
    padding: 0 20px 10px 0
  }
}

@media screen and (max-width:480px) {
  .t852__imgwrapper_mobile-nopadding {
    padding-bottom: 0 !important;
    font-size: 0
  }

  .t852__imgwrapper_mobile-nopadding .t852__img {
    position: initial
  }

  .t852__col_mobile-grid {
    width: 100%;
    display: block
  }

  .t852__col_mobile-grid:last-child {
    margin-bottom: 0;
    padding-bottom: 60px
  }

  .t852__container_mobile-flex .t852__col {
    min-width: 80%;
    max-width: 80%;
    box-sizing: content-box
  }

  .t852__container_mobile-flex .t852__col:first-child {
    padding-right: 10px
  }

  .t852__container_mobile-flex .t852__col:last-child {
    padding-left: 10px
  }

  .t852__container_mobile-flex .t852__col:not(:first-child, :last-child) {
    padding-right: 10px;
    padding-left: 10px
  }
}

.t232__titlebox {
  padding-top: 4px;
  padding-bottom: 14px
}

.t232__title {
  cursor: pointer;
  border-bottom: dashed 1px currentcolor;
  text-decoration: none;
  display: inline
}

.t232__title>div[data-customstyle] {
  display: inline
}

.t232__subtitle {
  font-style: italic;
  font-size: 14px;
  line-height: 28px;
  margin-top: -12px;
  padding-bottom: 12px;
  cursor: pointer
}

.t232__text {
  padding-bottom: 56px;
  padding-top: 28px
}
