.csssize {
  height: 6997px;
}

.t-body {
  margin: 0;
}

#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-offset: 4px;
  outline-style: auto;
  outline-color: #2015ff;
}

#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 {
    border: none;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}

.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 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 22px;
}

.t-records ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

.t-mbfix {
  opacity: .01;
  z-index: 10000;
  background-color: #fff;
  width: 100%;
  height: 500px;
  transition: all .1s;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(0);
}

.t-mbfix_hide {
  transform: translateX(3000px);
}

img:not([src]) {
  visibility: hidden;
}

.t-body_scroll-locked {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  overflow: hidden;
}

.r_anim {
  transition: opacity .5s;
}

.r_hidden {
  opacity: 0;
}

.r_showed {
  opacity: 1;
}

@media screen and (width <= 1024px) {
  a:active, button:active {
    -webkit-tap-highlight-color: #ffffff1a;
  }
}

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

.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-heading {
  color: #000;
  font-family: TildaSans, Arial, sans-serif;
  font-weight: 600;
}

.t-heading_sm {
  font-size: 28px;
  line-height: 1.17;
}

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

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

.t-title_sm {
  font-size: 48px;
  line-height: 1.23;
}

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

.t-descr_xxs {
  font-size: 14px;
  line-height: 1.55;
}

.t-descr_sm {
  font-size: 18px;
  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-btn {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
  user-select: none;
  -o-user-select: none;
  box-sizing: border-box;
  background-image: none;
  border: 0;
  font-family: TildaSans, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.t-btn td {
  vertical-align: middle;
}

.t-btn_sending {
  opacity: .5;
}

.t-btn_md {
  height: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 16px;
}

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

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

.t-valign_middle {
  vertical-align: middle;
}

.t-tildalabel {
  color: #fff;
  background-color: #000;
  width: 100%;
  height: 70px;
  font-family: Arial;
  font-size: 14px;
}

.t-tildalabel:hover .t-tildalabel__wrapper {
  opacity: 1;
}

.t-tildalabel__wrapper {
  opacity: .4;
  width: 270px;
  height: 30px;
  margin: 0 auto;
  padding-top: 20px;
  display: table;
}

.t-tildalabel__txtleft {
  vertical-align: middle;
  text-align: right;
  width: 120px;
  height: 30px;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 300;
  display: table-cell;
}

.t-tildalabel__wrapimg {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  display: table-cell;
}

.t-tildalabel__img {
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.t-tildalabel__txtright {
  vertical-align: middle;
  letter-spacing: 2px;
  width: 120px;
  height: 30px;
  padding-left: 12px;
  font-weight: 500;
  display: table-cell;
}

.t-tildalabel__link {
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
}

.t-submit, .t-input, .t-input__vis-ph, .t-select, .t-input-error, .t-form__errorbox-wrapper, .t-form__errorbox-text, .t-form__errorbox-item, .t-form__successbox {
  font-family: TildaSans, Arial, sans-serif;
}

.t-rec_pt_135 {
  padding-top: 135px;
}

.t-rec_pb_135 {
  padding-bottom: 135px;
}

@media screen and (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_sm {
    font-size: 16px;
  }

  .t-descr_md {
    font-size: 18px;
  }

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

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

  .t-title_sm {
    font-size: 44px;
  }

  .t-heading_sm {
    font-size: 26px;
  }
}

@media screen and (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-descr_sm {
    font-size: 14px;
    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-title_xs, .t-title_sm {
    font-size: 30px;
  }

  .t-heading_sm {
    font-size: 24px;
  }

  .t-btn {
    white-space: normal;
  }

  .t-btn_md {
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

  .t-rec_pb_135 {
    padding-bottom: 90px !important;
  }
}

.t734 .t-cover__carrier {
  background-attachment: scroll;
  transform: none;
}

.t734 .t-cover {
  background-color: #0000;
}

.t734 li ul {
  list-style-type: disc;
}

.t734 .t-slds__bullet_wrapper {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

.t734 .t-margin_right {
  margin-left: auto;
}

.t734__slds-wrapper {
  position: relative;
}

.t734__wrapper {
  padding: 60px 0;
}

.t734 .t-slds__arrow_wrapper {
  height: 100% !important;
}

.t734__table {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  inset: 0;
}

.t734__title {
  color: #fff;
}

.t734__descr {
  color: #fff;
  margin-top: 30px;
}

.t734__button {
  padding-top: 50px;
}

@media screen and (width <= 1400px) {
  .t734__table .t-container {
    width: 85%;
  }
}

@media screen and (width <= 1180px) {
  .t734__table .t-container {
    width: 80%;
  }
}

@media screen and (width <= 960px) {
  .t734__witharrows .t734__textwrapper {
    padding: 0 35px;
  }

  .t734__textwrapper {
    padding: 0 20px;
  }
}

@media screen and (width >= 960px) {
  .t734__leftaligned .t-slds__arrow_wrapper {
    width: 60px !important;
  }
}

@media screen and (width <= 960px) {
  .t734__leftaligned .t-slds__arrow_wrapper {
    width: 40px !important;
  }
}

@media screen and (width >= 1200px) and (width <= 1278px) {
  .t734__leftaligned .t734__textwrapper {
    padding-left: 40px !important;
  }
}

@media screen and (width >= 960px) and (width <= 1060px) {
  .t734__leftaligned .t734__textwrapper {
    padding-left: 50px !important;
  }
}

@media screen and (width <= 780px) {
  .t734__table .t-container {
    width: 100%;
  }
}

@media screen and (width <= 700px) {
  .t734 .t-slds__arrow_wrapper {
    width: 40px !important;
  }
}

.t941 {
  overflow: hidden;
}

.t941__wrapper {
  height: 700px;
  display: flex;
  position: relative;
}

.t941__content {
  flex-direction: column;
  justify-content: center;
  width: 40%;
  display: flex;
  position: relative;
}

.t941__content_flipped {
  order: 2;
  margin-left: auto;
}

.t941__title {
  margin-bottom: 40px;
}

.t941__descr {
  margin-bottom: 35px;
}

.t941__cover-wrap {
  transform-origin: 0 100%;
  width: 60%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30%;
  overflow: hidden;
  transform: skew(-30deg);
}

.t941__cover-wrap_flipped {
  transform-origin: 100% 0;
  order: 1;
  left: 0;
}

.t941__cover, .t941__cover-wrap .t833__sliderwrapper {
  transform-origin: 0 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0 -30vw 0 0;
  transform: skew(30deg);
}

.t941__cover_flipped, .t941__cover-wrap_flipped .t833__sliderwrapper {
  transform-origin: 100% 0;
  left: -30vw;
  right: 0;
}

.t833__sliderwrapper.t941__cover {
  width: unset;
  overflow: hidden;
}

.t941__btn {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-flex;
  overflow: hidden;
}

.t941__btn-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}

@media screen and (width <= 960px) {
  .t941__content {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .t941__wrapper {
    flex-direction: column;
    height: unset !important;
  }

  .t941__cover-wrap {
    position: unset;
    width: 100%;
    overflow: unset;
    flex-grow: 1;
    padding-bottom: 100%;
    left: 40%;
    transform: skew(0deg);
  }

  .t941__cover, .t833__sliderwrapper.t941__cover {
    width: unset;
    background-position: center;
    inset: 0 -30%;
    transform: skew(0deg);
  }
}

@media screen and (width <= 640px) {
  .t941__cover, .t833__sliderwrapper.t941__cover {
    width: 100%;
    left: 0;
    right: 0;
  }

  .t941__content {
    word-break: normal;
    overflow-wrap: anywhere;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .t941__title {
    margin-bottom: 20px;
  }

  .t941__btn {
    width: 100%;
    max-width: 100%;
  }
}

.t678 .t-form__inputsbox {
  max-height: 30000px;
  transition: max-height .3s cubic-bezier(.19, 1, .22, 1);
}

.t678 .t678__inputsbox_hidden.t-form__inputsbox {
  opacity: 0;
  max-height: 0;
  display: none;
  overflow: hidden;
}

.t678 .t-input-group {
  margin-bottom: 25px;
}

.t678 .t-input-block textarea {
  padding-top: 17px;
}

.t678 .t-input-block textarea.t-input_pvis {
  padding-top: 26px;
}

.t678 .t-input-phonemask__wrap {
  background-color: #fff;
}

.t678 .t-input-title {
  padding-bottom: 5px;
}

.t678 .t-input-subtitle {
  padding-bottom: 15px;
}

.t678 .t-input-group_rd .t-input-subtitle {
  padding-bottom: 5px;
}

.t678 .t-inputtime, .t678 .t-datepicker__wrapper {
  max-width: 245px;
}

.t678 .t-input-group_inrow .t-inputtime, .t678 .t-input-group_inrow .t-datepicker__wrapper {
  max-width: 100%;
}

.t678 .t-form__submit {
  text-align: center;
  vertical-align: middle;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}

.t678 .t-form__inputsbox_flex .t-form__submit {
  margin-top: 5px;
}

.t678 .t-form_bbonly .t-form__inputsbox_flex .t-form__submit {
  margin-top: 0;
}

.t678 .t-form__inputsbox_flex .t-form__errorbox-wrapper {
  margin-bottom: 25px;
}

.t678 .t-form_bbonly .t-form__inputsbox_flex .t-form__errorbox-wrapper {
  margin-bottom: 30px;
}

.t678 .t-form_bbonly .t-input-title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.t678 .t-form_bbonly .t-input-subtitle {
  padding-top: 5px;
  padding-bottom: 0;
}

.t678 .t-form_bbonly .t-input-group {
  margin-bottom: 35px;
}

.t678 .t-form__inputsbox .t-input-group_st .t-input-block {
  margin-bottom: 0;
  display: none;
}

.t678 .t678__form-bottom-text {
  text-align: center;
  margin-top: 30px;
}

.t678 .t-rate__wrapper_numbers .t-rate__indicator {
  background-color: #fff;
}

@media screen and (width <= 640px) {
  .t678 .t-form__submit {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    display: block;
  }

  .t678 .t-input-block {
    padding-right: 0;
  }

  .t678 .t-submit {
    width: 100%;
  }
}

@media screen and (width <= 480px) {
  .t678 .t-inputtime, .t678 .t-datepicker__wrapper {
    max-width: 100%;
  }
}

.t570__mainblock:after, .t570__mainblock:before {
  content: "";
  clear: both;
  display: table;
}

.t570__mainblock {
  overflow: hidden;
}

.t570__col {
  float: left;
  width: 50%;
}

.t570__contentwrapper {
  vertical-align: middle;
  display: table-cell;
}

.t570__padding_lg {
  padding: 90px;
}

.t570__padding_sm {
  padding: 60px;
}

.t570__contentbox {
  color: #fff;
  width: 100%;
  display: table;
}

.t570__title, .t570__text, .t570__descr {
  color: #fff;
}

.t570__title {
  margin-bottom: 45px;
}

.t570__descr {
  margin-bottom: 30px;
}

.t570 .t-sociallinks {
  margin-top: 45px;
}

.t570 .t-sociallinks a {
  display: inline-block;
}

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

.t570__right_social_links_item:last-child {
  margin-right: 0;
}

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

.t570__text {
  margin-top: 32px;
}

.t570 .t-map-lazyload {
  background-color: #e5e3df;
}

@media screen and (width <= 960px) {
  .t570__contentwrapper {
    padding: 40px;
  }
}

@media screen and (width <= 750px) {
  .t570__contentwrapper {
    padding: 30px 20px;
  }

  .t570__mainblock {
    min-height: auto !important;
  }

  .t570__col {
    float: none;
    width: 100%;
    min-height: auto !important;
  }

  .t570__contentbox {
    float: none;
    width: 100%;
    height: auto !important;
  }

  .t570__map {
    height: 300px !important;
  }

  .t570__map .t-map {
    height: inherit !important;
  }

  .t570__title {
    margin-bottom: 24px;
  }

  .t570__social_links {
    margin-top: 34px;
  }

  .t570__text {
    margin-top: 24px;
  }
}
/*# sourceMappingURL=page69100279.f9628b5d.css.map */
