.csssize {
  height: 6731px;
}

.t-body {
  margin: 0px;
}

#allrecords {
  -webkit-font-smoothing: antialiased;
  background-color: none;
}

#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;
}

.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: .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: #000000;
}

.t-text_md {
  font-size: 20px;
  line-height: 1.55;
}

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

.t-name_sm {
  font-size: 18px;
  line-height: 1.35;
}

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

.t-title_xxs {
  font-size: 36px;
  line-height: 1.23;
}

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

.t-title_lg {
  font-size: 64px;
  line-height: 1.23;
}

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

.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-btn_md {
  height: 60px;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
}

.t-align_center {
  text-align: center;
}

.t-align_left {
  text-align: left;
}

.t-margin_auto {
  margin-left: auto;
  margin-right: auto;
}

.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_0 {
  padding-top: 0;
}

.t-rec_pt_15 {
  padding-top: 15px;
}

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

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

.t-rec_pt_75 {
  padding-top: 75px;
}

.t-rec_pt_150 {
  padding-top: 150px;
}

.t-rec_pb_0 {
  padding-bottom: 0;
}

.t-rec_pb_15 {
  padding-bottom: 15px;
}

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

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

.t-rec_pb_75 {
  padding-bottom: 75px;
}

.t-rec_pb_150 {
  padding-bottom: 150px;
}

@media screen and (max-width:1200px) {
  .t-text_md {
    font-size: 18px;
  }
}

@media screen and (max-width:1200px) {
  .t-title_xxs {
    font-size: 32px;
  }
}

@media screen and (max-width:1200px) {
  .t-title_xs {
    font-size: 38px;
  }
}

@media screen and (max-width:1200px) {
  .t-title_lg {
    font-size: 60px;
  }
}

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

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

@media screen and (max-width:640px) {
  .t-title_xxs {
    font-size: 28px;
  }
}

@media screen and (max-width:640px) {
  .t-title_xs {
    font-size: 30px;
  }
}

@media screen and (max-width:640px) {
  .t-title_lg {
    font-size: 30px;
  }
}

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

@media screen and (max-width:640px) {
  .t-btn {
    white-space: normal;
  }
}

@media screen and (max-width:640px) {
  .t-btn_md {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width:640px) {
  .t-tildalabel-free__txt-link {
    opacity: .4;
  }
}

@media screen and (max-width:640px) {
  .t-tildalabel-free__main {
    opacity: .7;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pt_0 {
    padding-top: 0;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pt_15 {
    padding-top: 15px;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pt_30 {
    padding-top: 30px;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pt_60 {
    padding-top: 60px;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pt_75 {
    padding-top: 75px;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pt_150 {
    padding-top: 90px!important;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pb_0 {
    padding-bottom: 0;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pb_15 {
    padding-bottom: 15px;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pb_30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pb_60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pb_75 {
    padding-bottom: 75px;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pb_150 {
    padding-bottom: 90px!important;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pt-res-480_0 {
    padding-top: 0!important;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pt-res-480_15 {
    padding-top: 15px!important;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pt-res-480_30 {
    padding-top: 30px!important;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pb-res-480_0 {
    padding-bottom: 0!important;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pb-res-480_15 {
    padding-bottom: 15px!important;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pb-res-480_30 {
    padding-bottom: 30px!important;
  }
}

@media screen and (max-width:480px) {
  .t-rec_pb-res-480_45 {
    padding-bottom: 45px!important;
  }
}

.t017__uptitle {
  padding-top: 3px;
  padding-bottom: 22px;
}

.t017__title {
  padding-top: 2px;
  padding-bottom: 0;
}

.t017__descr {
  padding-top: 21px;
}

.t107 {
  text-align: center;
}

#allrecords a.t107__link_width100:focus-visible {
  outline-offset: -2px;
}

.t107__width {
  vertical-align: middle;
}

.t107__widthauto {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.t107__title {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 14px;
  line-height: 28px;
}

@media screen and (max-width:640px) {
  #allrecords a.t107__link:focus-visible {
    outline-offset: -2px;
  }
}

@media screen and (max-width:480px) {
  .t107__mobpadding {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

.t004 {
  padding-top: 8px;
  padding-bottom: 6px;
  position: relative;
}

.t004__text-column-count_2 {
  column-count: 2;
  column-gap: 40px;
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
}

.t004__text-column-count_3 {
  column-count: 3;
  column-gap: 40px;
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
}

.t004__text-column-count_4 {
  column-count: 4;
  column-gap: 40px;
  -moz-column-count: 4;
  -moz-column-gap: 40px;
  -webkit-column-count: 4;
  -webkit-column-gap: 40px;
}

.t004__initial-letter::first-letter {
  font-size: 100px;
  float: left;
  line-height: .65;
  margin: 10px 10px 10px 0;
}

.t004 table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}

.t004 table td, .t004 table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.t004 table thead td, .t004 table th {
  font-weight: 700;
  border-bottom-color: #888;
}

@media screen and (max-width:1200px) {
  .t004__text-column-count_2, .t004__text-column-count_3, .t004__text-column-count_4 {
    column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
  }
}

@media screen and (max-width:960px) {
  .t004__text-column-count_2, .t004__text-column-count_3, .t004__text-column-count_4 {
    column-count: 1;
    column-gap: 0;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
  }
}

@media screen and (max-width:640px) {
  .t004 h1 {
    font-size: 28px;
    line-height: 35px;
  }
}

.t142 .t142__submit-overflowed {
  line-height: 1.1!important;
}

.t142 .t142__wrapone {
  position: relative;
}

.t142 .t142__wraptwo {
  position: relative;
  z-index: 1;
  text-align: center;
}

.t142 .t142__submit {
  font-family: 'TildaSans',Arial,sans-serif;
  text-align: center;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-appearance: none;
  font-weight: 700;
  background: none;
  cursor: pointer;
  box-sizing: content-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.t142 .t142__submit_size_sm {
  height: 40px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}

.t142 .t142__submit_size_smd {
  height: 50px;
  font-size: 15px;
  padding-left: 44px;
  padding-right: 44px;
}

.t142 .t142__submit_size_lg {
  height: 60px;
  font-size: 22px;
  padding-left: 70px;
  padding-right: 70px;
}

.t142 .t142__submit_size_xl {
  height: 80px;
  font-size: 26px;
  padding-left: 80px;
  padding-right: 80px;
}

.t142 .t142__submit_size_xxl {
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  padding-left: 90px;
  padding-right: 90px;
}

@media screen and (max-width:640px) {
  .t142__wraptwo {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width:640px) {
  .t142 .t142__submit {
    white-space: normal;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-border-radius: 0;
  }
}

@media screen and (max-width:640px) {
  .t142 .t142__submit_size_lg, .t142 .t142__submit_size_xl, .t142 .t142__submit_size_xxl {
    height: 60px;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.t468__title, .t468__uptitle {
  margin-bottom: 40px;
  color: #fff;
}

.t468__descr {
  color: #fff;
}

.t468 .t-btn {
  margin-top: 60px;
}

.t214 .t-row {
  clear: both;
}

.t214__blockimg {
  max-width: 360px;
  height: 360px;
  margin-bottom: 20px;
}

.t214__title {
  padding-bottom: 14px;
}

.t214__descr {
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 24px;
}

.t214__textwrapper {
  margin-bottom: 10px;
}

.t214__scroll-icon-wrapper {
  display: none;
}

@media screen and (max-width:1200px) {
  .t214__blockimg {
    height: 320px;
  }
}

@media screen and (max-width:960px) {
  .t214__container_mobile-flex {
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    overflow: scroll hidden;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width:960px) {
  .t214__scroll-icon-wrapper {
    display: block;
    padding: 0 40px 20px 0;
    text-align: right;
    font-size: 0;
    color: #a1a1a1;
    mix-blend-mode: multiply;
  }
}

@media screen and (max-width:960px) {
  .t214__blockimg {
    height: 360px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width:960px) {
  .t214__textwrapper {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width:960px) {
  .t214__row_mobile-flex {
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (max-width:960px) {
  .t214__row_mobile-flex .t214__col {
    min-width: 320px;
    width: 320px;
    margin-bottom: 0!important;
  }
}

@media screen and (max-width:960px) {
  .t214__row_mobile-flex .t214__col:first-child {
    margin-left: 20px;
  }
}

@media screen and (max-width:640px) {
  .t214__scroll-icon-wrapper {
    padding: 0 20px 10px 0;
  }
}

@media screen and (max-width:640px) {
  .t214__row_mobile-flex .t214__col:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width:320px) {
  .t214__blockimg {
    height: 320px;
  }
}

.t051__text {
  text-align: center;
}

.t195__text {
  padding-bottom: 6px;
}

.t195__imgsection {
  text-align: center;
}

.t195__img {
  max-width: 100%;
  margin-top: 4px;
  margin-bottom: 10px;
}

.t195__sectitle {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.t195__secdescr {
  padding-top: 0;
  padding-bottom: 7px;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
}

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

@media screen and (max-width:640px) {
  .t195__imgsection {
    width: 100%!important;
  }
}

.t1152 {
  position: relative;
  padding: 8px 0 6px;
}

.t1152__text-column-count_2 {
  column-count: 2;
  column-gap: 40px;
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
}

.t1152__text-column-count_3 {
  column-count: 3;
  column-gap: 40px;
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
}

.t1152__text-column-count_4 {
  column-count: 4;
  column-gap: 40px;
  -moz-column-count: 4;
  -moz-column-gap: 40px;
  -webkit-column-count: 4;
  -webkit-column-gap: 40px;
}

.t1152__initial-letter::first-letter {
  font-size: 100px;
  float: left;
  line-height: .65;
  margin: 10px 10px 10px 0;
}

.t1152 table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}

.t1152 table td, .t1152 table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.t1152 table thead td, .t1152 table th {
  border-bottom-color: #888;
  font-weight: 700;
}

@media screen and (max-width:1200px) {
  .t1152__text-column-count_2, .t1152__text-column-count_3, .t1152__text-column-count_4 {
    column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
  }
}

@media screen and (max-width:960px) {
  .t1152__text-column-count_2, .t1152__text-column-count_3, .t1152__text-column-count_4 {
    column-count: 1;
    column-gap: 0;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
  }
}

@media screen and (max-width:640px) {
  .t1152 h1 {
    font-size: 28px;
    line-height: 35px;
  }
}

