.csssize {
  height: 9748px;
}
.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-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_lg {
  font-size: 22px;
  line-height: 1.35;
}
.t-heading {
  font-family: "TildaSans", Arial, sans-serif;
  font-weight: 600;
  color: #000000;
}
.t-heading_md {
  font-size: 30px;
  line-height: 1.17;
}
.t-title {
  font-family: "TildaSans", Arial, sans-serif;
  font-weight: 600;
  color: #000000;
}
.t-title_xs {
  font-size: 42px;
  line-height: 1.23;
}
.t-title_md {
  font-size: 52px;
  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_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-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_50 {
  filter: alpha(opacity=50);
  khtmlopacity: 0.5;
  mozopacity: 0.5;
  opacity: 0.5;
}
.t-align_center {
  text-align: center;
}
.t-align_left {
  text-align: left;
}
.t-align_right {
  text-align: right;
}
.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__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-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_120 {
  padding-top: 120px;
}
.t-rec_pt_135 {
  padding-top: 135px;
}
.t-rec_pb_60 {
  padding-bottom: 60px;
}
.t-rec_pb_120 {
  padding-bottom: 120px;
}
.t-rec_pb_135 {
  padding-bottom: 135px;
}
.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_sm {
    font-size: 16px;
  }
  .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-title_md {
    font-size: 48px;
  }
  .t-name_xs {
    font-size: 14px;
  }
  .t-name_md {
    font-size: 18px;
  }
  .t-name_lg {
    font-size: 20px;
  }
  .t-heading_md {
    font-size: 28px;
  }
}
@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-descr_xs {
    font-size: 12px;
    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-descr_xxxl {
    font-size: 22px;
  }
  .t-title_xs {
    font-size: 30px;
  }
  .t-title_md {
    font-size: 30px;
  }
  .t-name_xs {
    font-size: 12px;
  }
  .t-name_md {
    font-size: 16px;
  }
  .t-name_lg {
    font-size: 18px;
  }
  .t-heading_md {
    font-size: 24px;
  }
  .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_120 {
    padding-top: 90px !important;
  }
  .t-rec_pt_135 {
    padding-top: 90px !important;
  }
  .t-rec_pb_60 {
    padding-bottom: 60px;
  }
  .t-rec_pb_120 {
    padding-bottom: 90px !important;
  }
  .t-rec_pb_135 {
    padding-bottom: 90px !important;
  }
  .t-rec_pt-res-480_90 {
    padding-top: 90px !important;
  }
  .t-rec_pb-res-480_45 {
    padding-bottom: 45px !important;
  }
  .t-rec_pb-res-480_90 {
    padding-bottom: 90px !important;
  }
}
.t-menusub__menu {
  display: none;
}
.t456__imglogo {
  display: block;
  height: auto;
  margin-right: 30px;
}
.t456__linewrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.t456__horizontalline {
  border: 0;
  background-color: #c2c2c2;
  height: 1px;
  right: 0;
  bottom: 0;
  margin: 0 40px;
}
.t456__imglogo {
  max-width: 300px;
}
.t456__leftwrapper {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}
.t456__rightwrapper {
  display: table-cell;
  vertical-align: middle;
  padding-right: 40px;
  width: 100%;
}
.t456__menualign_left {
  text-align: left;
}
.t456__menualign_right {
  text-align: right;
}
.t456__menualign_center {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .t456__leftwrapper {
    padding-left: 20px;
  }
  .t456__rightwrapper {
    padding-right: 20px;
  }
}
.t456 {
  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;
}
.t456__beforeready {
  visibility: hidden;
}
.t456__maincontainer {
  width: 100%;
  height: 80px;
  display: table;
  position: relative;
}
.t456__maincontainer.t456__c12collumns {
  max-width: 1200px;
  margin: 0 auto;
}
.t456__logo {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  white-space: nowrap;
  padding-right: 30px;
}
.t456__list {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 20px;
}
.t456__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: #000000;
  white-space: nowrap;
}
.t456__list_item .t-active {
  opacity: 0.7;
}
.t456__list_item:first-child {
  padding-left: 0;
}
.t456__list_item:last-child {
  padding-right: 0;
}
.t456 a,
#allrecords .t456 a {
  text-decoration: none;
  color: #000000;
}
.t456.t456__positionabsolute {
  position: absolute;
}
.t456.t456__positionfixed {
  position: fixed;
}
.t456.t456__positionstatic {
  position: static;
}
.t456__mobile {
  display: none;
}
@media screen and (max-width: 980px) {
  .t456__linewrapper {
    display: none;
  }
  .t456 {
    position: static;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
    height: auto !important;
  }
  .t456.t456__positionabsolute,
  .t456.t456__positionfixed,
  .t456.t456__positionstatic {
    position: relative;
  }
  .t456__imglogo {
    width: auto !important;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 auto;
  }
  .t456__imglogomobile.t456__imglogo {
    width: 100% !important;
  }
  .t456__logo {
    text-align: center;
    margin: 20px;
  }
  .t456 img {
    float: inherit;
  }
  .t456 .t456__list_item {
    display: block;
    text-align: center;
    padding: 10px !important;
    white-space: normal;
  }
  .t456__logo {
    white-space: normal;
    padding: 0;
  }
  .t456__logowrapper {
    position: static;
    display: block;
    width: 100%;
  }
  .t456__logowrapper2 {
    display: block;
    position: static;
  }
  .t456__leftwrapper,
  .t456__rightwrapper {
    width: 100% !important;
    display: block;
  }
  .t456__leftwrapper {
    padding: 20px;
    box-sizing: border-box;
  }
  .t456__rightwrapper {
    padding: 20px 0 !important;
    box-sizing: border-box;
  }
  .t456__list {
    display: block;
    padding: 0 !important;
    margin-left: 0;
  }
}
.t1127 .t-container_flex {
  margin-top: 10px;
}
.t1127 .t1127__container_first + .t-container_flex {
  margin-top: 0;
}
.t1127__container_first {
  margin-bottom: 80px;
}
.t1127__container_last {
  margin-top: 80px;
}
.t1127__container.t-container:not(.t1127__container_12-40) {
  box-sizing: border-box;
  padding: 0 20px;
}
.t1127__container_40 {
  padding: 0 40px;
}
.t1127__container_60 {
  padding: 0 60px;
}
.t1127__container_12-40 {
  max-width: 1240px;
}
.t1127__container_vmiddle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.t1127__container_vbottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.t1127__container_vbottom .t1127__buttons {
  margin-bottom: 14px;
}
.t1127__col_center {
  display: block;
  margin: 0 auto;
  float: none;
}
.t1127__uptitle + .t1127__title {
  margin-top: 14px;
}
.t1127__descr + .t1127__buttons {
  margin-top: 30px;
}
.t1127__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.t1127__buttons:has(.t-btntext) {
  column-gap: 30px;
}
.t1127__buttons_center {
  justify-content: center;
}
.t1127__buttons_right {
  justify-content: flex-end;
}
.t1127__image {
  display: block;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 960px) {
  .t1127 .t-col + .t-col {
    margin-top: 20px;
  }
  .t1127__container_first {
    margin-bottom: 30px;
  }
  .t1127__container_last {
    margin-top: 30px;
  }
  .t1127__container_vbottom .t1127__buttons {
    margin-bottom: 0;
  }
  .t1127__title {
    font-size: 30px;
  }
  .t1127__image {
    height: 300px;
  }
  .t1127__descr + .t1127__buttons {
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .t1127__title {
    font-size: 26px;
  }
  .t1127__image {
    height: 250px;
  }
}
.t814__blockimg-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.t814__blockimg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.t814__blocktext-wrapper {
  position: relative;
  display: table;
  width: 100%;
}
.t814__blocktext {
  position: absolute;
  z-index: 2;
  display: table;
  width: 120%;
  margin-top: 10%;
}
.t814__content {
  display: table-cell;
  padding: 60px;
  padding-right: 80px;
}
.t814__title {
  margin-bottom: 16px;
}
.t814__descr {
  margin-top: 28px;
}
.t814__uptitle {
  margin-bottom: 28px;
  color: #666;
}
.t814__line {
  position: relative;
  display: block;
  max-width: 50px;
  width: 100%;
  height: 3px;
  background-color: #666;
}
.t814__btn {
  margin-top: 60px;
}
@media screen and (max-width: 680px) {
  .t814__content {
    display: table-cell;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 960px) {
  .t814__top {
    margin-bottom: 20px;
  }
  .t814__blocktext-wrapper {
    padding-bottom: 0 !important;
  }
  .t814__blocktext {
    position: relative;
    width: 100%;
    height: auto !important;
    margin-top: 0;
  }
  .t814__btn {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.t846 .t-section__bottomwrapper {
  margin-top: 105px;
}
.t846__col {
  margin-top: 65px;
  margin-top: var(--column-margin, 65px);
}
.t846__col:first-child {
  margin-top: 0;
}
.t846__container li ul {
  list-style-type: disc;
}
#allrecords .t846__col a.t-card__link:not(.t-btn) {
  color: inherit !important;
}
.t846__textwr_leftpadding {
  padding-left: 30px;
}
.t846__bottommargin {
  margin-bottom: 14px;
}
.t846__imgwrapper {
  width: 65px;
}
.t846__bgimg {
  width: 65px;
  height: 65px;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.t846__img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.t846__img_circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .t846 .t-section__bottomwrapper {
    margin-top: 45px;
  }
  .t846__col {
    margin-top: 40px;
  }
  .t846__imgwrapper {
    max-width: 60px;
  }
  .t846__bgimg {
    max-width: 60px;
    max-height: 60px;
  }
  .t846__textwrapper {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .t846__imgwrapper {
    max-width: 50px;
  }
  .t846__bgimg {
    max-width: 50px;
    max-height: 50px;
  }
}
.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;
}
@media screen and (max-width: 960px) {
  .t490 .t-section__bottomwrapper {
    margin-top: 45px;
  }
  .t490__col {
    margin-bottom: 45px;
  }
}
.t948 .t-section__bottomwrapper {
  margin-top: 55px;
}
.t948 {
  counter-reset: number;
}
.t948 .t948__number::before {
  counter-increment: number;
  content: counter(number);
}
.t948__separator::after,
.t948__separator::before {
  content: "";
  display: table;
  clear: both;
}
.t948__row {
  display: flex;
}
.t948__col {
  position: relative;
  margin-bottom: 40px;
}
.t948__content {
  display: flex;
  height: 100%;
  width: 100%;
}
.t948__textwrapper {
  background: #f2f2f2;
  padding: 40px 30px;
  width: 100%;
  box-sizing: border-box;
}
.t948__circle {
  margin-bottom: 20px;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #222;
}
.t948__number {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #222;
}
.t948__img {
  max-width: 100px;
  width: 100%;
  margin: 20px auto 0;
}
.t948__title {
  margin-top: 20px;
}
.t948__descr {
  margin-top: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .t948__col {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .t948__row {
    display: block;
  }
  .t948__col.t-col_3,
  .t948__col.t-col_4,
  .t948__col.t-col_6 {
    width: 100%;
    max-width: 580px;
    display: table;
    vertical-align: middle;
    margin: 0 auto 20px;
    float: none;
  }
  .t948__col {
    margin-bottom: 20px;
  }
  .t948 .t-section__bottomwrapper {
    margin-top: 0;
  }
}
.t177__title {
  display: block;
  padding-bottom: 34px;
}
.t177__descr {
  padding-bottom: 26px;
  padding-top: 2px;
}
.t177__text {
  padding-top: 8px;
  padding-bottom: 5px;
}
.t177__img {
  width: auto;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 960px) {
  .t177 .t-col:first-child {
    margin-bottom: 60px;
  }
}
.t605 .t-section__bottomwrapper {
  margin-top: 75px;
}
.t605 li ul {
  list-style-type: disc;
}
.t605__title {
  margin-top: 8px;
  margin-bottom: 5px;
}
.t605__descr {
  margin-top: 0;
  margin-bottom: 10px;
}
.t605__text {
  margin-top: 40px;
  margin-bottom: 32px;
}
.t605__bgimg {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  display: block;
}
.t605__img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
.t605__img_circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.t605 .t-review-social-links {
  padding-bottom: 15px;
}
.t605 .t-review-social-links__wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.t605 .t-review-social-links__item a {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .t605 .t-section__bottomwrapper {
    margin-top: 25px;
  }
  .t605__witharrows .t-width .t-slds__wrapper {
    padding: 0 35px;
  }
}
.t718 .t718__contentwrapper {
  display: table-cell;
  vertical-align: middle;
}
.t718 .t718__contentbox {
  display: table;
  width: 100%;
  color: #fff;
}
.t718 .t718__contacts {
  margin-bottom: 40px;
}
.t718 .t-sociallinks {
  margin-top: 20px;
}
.t718 .t-sociallinks__item {
  display: inline-block;
  margin: 4px 1px 0;
}
.t718 .t-sociallinks a {
  display: inline-block;
}
.t718 .t718__social_links_item:last-child {
  margin-right: 0;
}
#allrecords .t718 ul.t-sociallinks__wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.t718 .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;
}
.t718 .t718__inputsbox_hidden.t-form__inputsbox {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.t718 .t-input-group {
  margin-bottom: 25px;
}
.t718 .t-form_bbonly .t-form__inputsbox_flex .t-input-group {
  margin-bottom: 0;
}
.t718 .t-input {
  background-color: transparent;
  -webkit-appearance: none;
}
.t718 .t-input-block textarea {
  padding-top: 17px;
  background-color: transparent;
}
.t718 .t-input-block textarea.t-input_pvis {
  padding-top: 26px;
}
.t718 .t-input-title {
  padding-bottom: 5px;
}
.t718 .t-input-subtitle {
  padding-bottom: 15px;
}
.t718 .t-input-group_rd .t-input-subtitle {
  padding-bottom: 5px;
}
.t718 .t-inputtime,
.t718 .t-datepicker__wrapper {
  max-width: 245px;
}
.t718 .t-input-group_inrow .t-inputtime,
.t718 .t-input-group_inrow .t-datepicker__wrapper {
  max-width: 100%;
}
.t718 .t-form_bbonly .t-input-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.t718 .t-form_bbonly .t-input-subtitle {
  padding-bottom: 0;
  padding-top: 5px;
}
.t718 .t-form_bbonly .t-input-block {
  margin-bottom: 30px;
}
.t718 .t-form__submit {
  display: block;
  vertical-align: middle;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}
.t718 .t-form__inputsbox_flex .t-form__submit {
  margin-top: 5px;
}
.t718 .t-form_bbonly .t-form__inputsbox_flex .t-form__submit {
  margin-top: 0;
}
.t718 .t-form__inputsbox_flex .t-form__errorbox-wrapper {
  margin-bottom: 25px;
}
.t718 .t-form_bbonly .t-form__inputsbox_flex .t-form__errorbox-wrapper {
  margin-bottom: 30px;
}
.t718 .t718__form-bottom-text {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .t718 .t718__contentwrapper {
    padding: 0 0 40px;
    text-align: center;
  }
  .t718 .t718__social_links {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .t718 .t718__col {
    float: none;
    width: 100%;
    min-height: auto !important;
  }
  .t718 .t718__contentbox {
    float: none;
    width: 100%;
    height: auto !important;
  }
  .t718 .t-form__submit {
    margin-top: 28px;
  }
}
@media screen and (max-width: 640px) {
  .t718 .t-form__submit {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
  .t718 .t-input-block textarea {
    padding-top: 12px;
  }
  .t718 .t-submit {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .t718 .t-inputtime,
  .t718 .t-datepicker__wrapper {
    max-width: 100%;
  }
  .t718 .t718__contacts {
    font-size: 18px;
  }
}
.t389 {
  overflow: hidden;
}
.t389__linewrapper {
  position: absolute;
  top: 0;
  width: 100%;
}
.t389__horizontalline {
  border: 0;
  background-color: #c2c2c2;
  height: 1px;
  right: 0;
  bottom: 0;
  margin: 0 40px;
}
.t389__maincontainer {
  width: 100%;
  height: 80px;
  display: table;
  position: relative;
}
.t389__content {
  padding: 2px 40px 0;
  display: table-cell;
  vertical-align: middle;
}
.t389__col {
  display: table-cell;
  vertical-align: middle;
}
.t389__col_center {
  width: 100%;
  padding: 0 16px;
}
.t389__list {
  list-style-type: none;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.t389__list_item {
  display: inline-block;
  margin: 0 15px;
}
.t389__copyright,
.t389__scroll {
  width: 250px;
}
.t389__typo {
  font-size: 14px;
}
.t389__col_mobile {
  display: none;
}
.t389_scrolltop {
  position: relative;
  padding-right: 12px;
  display: inline-block;
}
.t389__icon {
  position: absolute;
  right: 0;
  top: 2px;
}
.t389__copyright,
#allrecords .t389_scrolltop,
#allrecords .t389__list_item a {
  color: #222;
}
@media screen and (max-width: 1200px) {
  .t389__content {
    padding: 2px 20px 0;
  }
  .t389__col,
  .t389__copyright,
  .t389__scroll {
    width: 230px;
  }
  .t389__col_center {
    width: 100%;
  }
  .t389__horizontalline {
    margin: 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .t389__col,
  .t389__copyright,
  .t389__scroll {
    width: 100%;
    display: block;
    text-align: center;
  }
  .t389__maincontainer {
    display: block;
  }
  .t389__content {
    display: block;
  }
  .t389__col_mobile {
    display: block;
  }
  .t389__col_hiddenmobile {
    display: none;
  }
  .t389__maincontainer {
    height: auto !important;
    padding: 40px 0;
  }
  .t389__col {
    margin-bottom: 20px;
    padding: 0;
  }
  .t389__list_item {
    margin: 0 10px 4px;
  }
  .t389__col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 670px) {
  .t389__typo {
    font-size: 12px;
  }
}
