

/* Start:/career/style.css?178367895846062*/
@charset "UTF-8";
.w-auto {
  width: auto;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-10 {
  gap: 10px !important;
}

/*HELPERS*/
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.d-none {
  display: none !important;
}

@media (min-width: 0) {
  .d-xs-none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

@media (max-width: 640px) {
  .d-mobile-none {
    display: none !important;
  }
  .d-mobile-inline {
    display: inline !important;
  }
  .d-mobile-inline-block {
    display: inline-block !important;
  }
  .d-mobile-block {
    display: block !important;
  }
  .d-mobile-flex {
    display: flex !important;
  }
  .d-mobile-inline-flex {
    display: inline-flex !important;
  }
  .d-mobile-grid {
    display: grid !important;
  }
  .mobile-justify-content-start {
    justify-content: flex-start;
  }
  .mobile-justify-content-center {
    justify-content: center;
  }
  .mobile-justify-content-end {
    justify-content: flex-end;
  }
  .mobile-justify-content-between {
    justify-content: space-between;
  }
  .mobile-justify-content-around {
    justify-content: space-around;
  }
  .mobile-align-items-start {
    align-items: flex-start;
  }
  .mobile-align-items-center {
    align-items: center;
  }
  .mobile-align-items-end {
    align-items: flex-end;
  }
  .mobile-align-items-baseline {
    align-items: baseline;
  }
}
.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.cursor-pointer {
  cursor: pointer;
}

@-webkit-keyframes vibrate-slider {
  0% {
    -webkit-transform: translate(0) rotate(75.53deg);
    transform: translate(0) rotate(75.53deg);
  }
  20% {
    -webkit-transform: translate(-2px, 2px) rotate(75.53deg);
    transform: translate(-2px, 2px) rotate(75.53deg);
  }
  40% {
    -webkit-transform: translate(-2px, -2px) rotate(75.53deg);
    transform: translate(-2px, -2px) rotate(75.53deg);
  }
  60% {
    -webkit-transform: translate(2px, 2px) rotate(75.53deg);
    transform: translate(2px, 2px) rotate(75.53deg);
  }
  80% {
    -webkit-transform: translate(2px, -2px) rotate(75.53deg);
    transform: translate(2px, -2px) rotate(75.53deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(75.53deg);
    transform: translate(0) rotate(75.53deg);
  }
}
@keyframes vibrate-slider {
  0% {
    -webkit-transform: translate(0) rotate(75.53deg);
    transform: translate(0) rotate(75.53deg);
  }
  20% {
    -webkit-transform: translate(-2px, 2px) rotate(75.53deg);
    transform: translate(-2px, 2px) rotate(75.53deg);
  }
  40% {
    -webkit-transform: translate(-2px, -2px) rotate(75.53deg);
    transform: translate(-2px, -2px) rotate(75.53deg);
  }
  60% {
    -webkit-transform: translate(2px, 2px) rotate(75.53deg);
    transform: translate(2px, 2px) rotate(75.53deg);
  }
  80% {
    -webkit-transform: translate(2px, -2px) rotate(75.53deg);
    transform: translate(2px, -2px) rotate(75.53deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(75.53deg);
    transform: translate(0) rotate(75.53deg);
  }
}
@-webkit-keyframes vibrate-vacancies-1 {
  0% {
    -webkit-transform: translate(0) rotate(37.44deg);
    transform: translate(0) rotate(37.44deg);
  }
  20% {
    -webkit-transform: translate(-2px, 2px) rotate(37.44deg);
    transform: translate(-2px, 2px) rotate(37.44deg);
  }
  40% {
    -webkit-transform: translate(-2px, -2px) rotate(37.44deg);
    transform: translate(-2px, -2px) rotate(37.44deg);
  }
  60% {
    -webkit-transform: translate(2px, 2px) rotate(37.44deg);
    transform: translate(2px, 2px) rotate(37.44deg);
  }
  80% {
    -webkit-transform: translate(2px, -2px) rotate(37.44deg);
    transform: translate(2px, -2px) rotate(37.44deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(37.44deg);
    transform: translate(0) rotate(37.44deg);
  }
}
@keyframes vibrate-vacancies-1 {
  0% {
    -webkit-transform: translate(0) rotate(37.44deg);
    transform: translate(0) rotate(37.44deg);
  }
  20% {
    -webkit-transform: translate(-2px, 2px) rotate(37.44deg);
    transform: translate(-2px, 2px) rotate(37.44deg);
  }
  40% {
    -webkit-transform: translate(-2px, -2px) rotate(37.44deg);
    transform: translate(-2px, -2px) rotate(37.44deg);
  }
  60% {
    -webkit-transform: translate(2px, 2px) rotate(37.44deg);
    transform: translate(2px, 2px) rotate(37.44deg);
  }
  80% {
    -webkit-transform: translate(2px, -2px) rotate(37.44deg);
    transform: translate(2px, -2px) rotate(37.44deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(37.44deg);
    transform: translate(0) rotate(37.44deg);
  }
}
@-webkit-keyframes vibrate-vacancies-2 {
  0% {
    -webkit-transform: translate(0) rotate(136.54deg);
    transform: translate(0) rotate(136.54deg);
  }
  20% {
    -webkit-transform: translate(-2px, 2px) rotate(136.54deg);
    transform: translate(-2px, 2px) rotate(136.54deg);
  }
  40% {
    -webkit-transform: translate(-2px, -2px) rotate(136.54deg);
    transform: translate(-2px, -2px) rotate(136.54deg);
  }
  60% {
    -webkit-transform: translate(2px, 2px) rotate(136.54deg);
    transform: translate(2px, 2px) rotate(136.54deg);
  }
  80% {
    -webkit-transform: translate(2px, -2px) rotate(136.54deg);
    transform: translate(2px, -2px) rotate(136.54deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(136.54deg);
    transform: translate(0) rotate(136.54deg);
  }
}
@keyframes vibrate-vacancies-2 {
  0% {
    -webkit-transform: translate(0) rotate(136.54deg);
    transform: translate(0) rotate(136.54deg);
  }
  20% {
    -webkit-transform: translate(-2px, 2px) rotate(136.54deg);
    transform: translate(-2px, 2px) rotate(136.54deg);
  }
  40% {
    -webkit-transform: translate(-2px, -2px) rotate(136.54deg);
    transform: translate(-2px, -2px) rotate(136.54deg);
  }
  60% {
    -webkit-transform: translate(2px, 2px) rotate(136.54deg);
    transform: translate(2px, 2px) rotate(136.54deg);
  }
  80% {
    -webkit-transform: translate(2px, -2px) rotate(136.54deg);
    transform: translate(2px, -2px) rotate(136.54deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(136.54deg);
    transform: translate(0) rotate(136.54deg);
  }
}
:root {
  --ff: #FFFFFF;
  --75: #7576D0;
  --bd: #BDBDBD;
  --25: #252528;
  --e4: #E48712;
  --a2: #A2A2A2;
  --f3: #F38A00;
  --ff_40: #FFFFFF40;
  --75_70: #7576D070;
  --e4_70: #E4871270;
  --ff_30: #FFFFFF30;
  --ff_60: #FFFFFF60;
  --25_80: #25252880;
  --d9: #D9D9D9;
  --df: #DF0016;
  --ed: #ED143B;
  --ff9: #FF9700;
}

input.header__search-input {
  background-color: transparent;
  text-transform: uppercase;
  font-family: var(--font-main);
  font-weight: 700;
  letter-spacing: -0.9px;
  border: none;
  height: 100%;
  width: 100%;
  color: var(--color-font-second);
  font-size: 18px;
  transition: 0.3s;
  padding-left: 15px;
  padding-right: 60px;
}
input.header__search-input::placeholder, input.header__search-input::-webkit-input-placeholder, input.header__search-input::-moz-placeholder, input.header__search-input:-moz-placeholder, input.header__search-input:-ms-input-placeholder {
  color: var(--color-font-second);
  font-size: 18px;
  font-family: var(--font-main);
}
input.header__search-input:active, input.header__search-input:focus {
  outline: none;
  background-color: #161616;
}

.header__search-button {
  width: 25px;
  height: 100%;
  background-color: #FFF; /* нужный цвет */
  -webkit-mask-image: url("/local/templates/teplocom/images/header/search.svg"); /* путь к SVG */
  mask-image: url("/local/templates/teplocom/images/header/search.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 50px;
}

.bg-ff40 {
  background-color: var(--ff_40);
}

.bg-e470 {
  background-color: var(--e4_70);
}

.bg-7570 {
  background-color: var(--75_70);
}

.color-ff9 {
  color: var(--ff9);
}

html, body {
  background-color: var(--25) !important;
  color: var(--ff);
}

.trn-career-page {
  padding-top: 20px;
}
@media screen and (max-width: 980px) {
  .trn-career-page:has(.trn-header.active) {
    overflow: hidden;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .trn-career-page .container {
    padding: 0 !important;
    width: calc(100% - 10vw) !important;
  }
}
@media screen and (min-width: 1366px) {
  .trn-career-page .container {
    max-width: 1338px;
  }
}
.trn-career-page .header.new-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 15px;
  z-index: 333;
  background-color: var(--25);
  box-shadow: 0 -20px 0 var(--25);
}
.trn-career-page .header.new-header .header__container {
  background: var(--25) !important;
  box-shadow: 0 -20px var(--25) !important;
}
.trn-career-page .header.new-header .header__container .nav__list .nav__list-item.active .sub_menu:after {
  display: none;
}
.trn-career-page .header.new-header .header__container .nav__list .nav__link {
  color: #fff;
}
.trn-career-page .header.new-header .header__container .nav__list .nav__link .sub_menu {
  background-color: var(--25);
  border-color: var(--ff_30);
}
.trn-career-page .header.new-header .header__container {
  border-bottom: 1px solid var(--ff_30);
}
.trn-career-page .header.new-header .header__search {
  background-color: transparent;
}
.trn-career-page .header.new-header .header__search-container {
  gap: 10px;
}
@media screen and (min-width: 980px) {
  .trn-career-page .header.new-header .header__search-container {
    padding-right: 25px;
    background-color: var(--25);
  }
}
.trn-career-page .header.new-header .header__search-form {
  display: flex;
  align-items: center;
}
.trn-career-page .header.new-header .header__search-form .header__search-input {
  margin-left: 10px;
  margin-right: 40px;
  border: 1px solid transparent;
  border-radius: 9px;
  height: 30px;
  padding: 11px 15px 11px 25px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: var(--ff);
  text-transform: none;
  pointer-events: none;
}
.trn-career-page .header.new-header .header__search-form .header__search-input:active, .trn-career-page .header.new-header .header__search-form .header__search-input:focus {
  background-color: var(--25);
  border: 1px solid var(--f3);
  pointer-events: all;
}
.trn-career-page .header.new-header .header__search-form .header__search-input:active::placeholder, .trn-career-page .header.new-header .header__search-form .header__search-input:focus::placeholder {
  color: var(--a2);
  opacity: 1;
}
.trn-career-page .header.new-header .header__search-form .header__search-input::placeholder {
  color: var(--25);
}
@media screen and (min-width: 980px) {
  .trn-career-page .header.new-header .header__search-form .header__search-input {
    margin-left: 35px;
    margin-right: 60px;
    height: 40px;
  }
}
.trn-career-page .header.new-header .header__search-form .header__search-button {
  width: 30px;
  height: 30px;
  top: 50%;
  translate: 0px -50%;
  right: 0;
  background-color: #FFF;
  -webkit-mask-image: url("/local/templates/teplocom/images/header/search-new.svg");
  mask-image: url("/local/templates/teplocom/images/header/search-new.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  cursor: pointer;
  background-image: none;
}
.trn-career-page .header.new-header .header__search-form .header__search-button:active {
  background-color: #FFA420;
}
@media screen and (min-width: 980px) {
  .trn-career-page .header.new-header .header__search-form .header__search-button {
    width: 40px;
  }
}
.trn-career-page .header.new-header .header__search-form:has(.header__search-input:active) .header__search-button, .trn-career-page .header.new-header .header__search-form:has(.header__search-input:focus) .header__search-button {
  background-color: #FFA420;
}
.trn-career-page .header.new-header .header__search-form:has(.header__search-input:active):after, .trn-career-page .header.new-header .header__search-form:has(.header__search-input:focus):after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/local/templates/teplocom/images/header/close-new.svg");
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 50px;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  .trn-career-page .header.new-header .header__search-form:has(.header__search-input:active):after, .trn-career-page .header.new-header .header__search-form:has(.header__search-input:focus):after {
    width: 40px;
    height: 40px;
    right: 70px;
  }
}
.trn-career-page .header.new-header .header__cart {
  display: flex;
  width: 30px;
}
.trn-career-page .header.new-header .header__cart-wrapper {
  padding-right: 0;
  background-color: transparent;
}
.trn-career-page .header.new-header .header__cart-wrapper:after {
  display: none;
}
.trn-career-page .header.new-header .header__cart svg > path {
  fill: #FFF;
}
.trn-career-page .header.new-header .header__cart-count {
  display: flex;
  align-items: center;
  border-radius: 50%;
  color: #FFF;
  justify-content: center;
  left: auto;
  top: 0;
  right: -5px;
  background-color: darkorange;
  height: 15px;
  width: 15px;
  font-size: 12px;
  border: 1px solid var(--25);
}
@media screen and (min-width: 980px) {
  .trn-career-page .header.new-header .header__cart-count {
    height: 20px;
    width: 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 980px) {
  .trn-career-page .header.new-header .header__cart {
    width: 40px;
  }
}
.trn-career-page .header.new-header .header__lk {
  width: 30px;
  display: flex;
}
.trn-career-page .header.new-header .header__lk svg > path {
  fill: #FFF;
}
.trn-career-page .header.new-header .header__lk-wrapper {
  padding-right: 0;
  background-color: transparent;
}
.trn-career-page .header.new-header .header__lk-wrapper:after {
  display: none;
}
@media screen and (min-width: 980px) {
  .trn-career-page .header.new-header .header__lk {
    width: 40px;
  }
}
.trn-career-page .header.new-header .header__mobile_contacts .header__phone {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--ff);
  margin-right: 135px;
}
.trn-career-page .header.new-header .header__mobile_contacts .header__phone svg {
  display: none;
}
.trn-career-page .header.new-header .header__mobile_contacts .header__phone:after {
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background-color: #FFF;
  -webkit-mask-image: url("/local/templates/teplocom/images/header/phone_newer_thin.svg");
  mask-image: url("/local/templates/teplocom/images/header/phone_newer_thin.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.trn-career-page .header.new-header .header__mobile_contacts .header__email {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--ff);
}
.trn-career-page .header.new-header .header__mobile_contacts .header__email:after {
  position: relative;
  top: 2px;
  content: url("/local/templates/teplocom/images/header/email_newer.svg");
}
@media screen and (max-width: 980px) {
  .trn-career-page .header.new-header .header__container {
    display: flex;
    gap: 1px !important;
    width: 100% !important;
    padding-bottom: 15px;
  }
  .trn-career-page .header.new-header .header__container .header__open-nav.js-open-nav {
    right: 15vw !important;
    background-image: url("/local/templates/teplocom/images/header/burger-light.svg") !important;
  }
  .trn-career-page .header.new-header .header__container .header__open-nav.js-open-nav.active {
    background-image: url("/local/templates/teplocom/images/header/close-menu.svg") !important;
  }
  .trn-career-page .header.new-header .header__logo-wrapper {
    margin-right: auto;
    order: 2;
  }
  .trn-career-page .header.new-header .header__search {
    margin: 10px 21px 0 15px;
    position: fixed;
    top: 5px;
    right: 0;
  }
  .trn-career-page .header.new-header .header__search:has(.header__search-input:active), .trn-career-page .header.new-header .header__search:has(.header__search-input:focus) {
    width: calc(100% - 42px);
  }
  .trn-career-page .header.new-header .header__search-form {
    width: 30px;
  }
  .trn-career-page .header.new-header .header__search-form .header__search-input {
    transition: none;
  }
  .trn-career-page .header.new-header .header__search-form:has(.header__search-input:active), .trn-career-page .header.new-header .header__search-form:has(.header__search-input:focus) {
    margin-left: auto;
  }
  .trn-career-page .header.new-header .header__search-form:has(.header__search-input:active) .header__search-input, .trn-career-page .header.new-header .header__search-form:has(.header__search-input:focus) .header__search-input {
    position: fixed;
    top: 86px;
    left: 25px;
    right: 25px;
    width: calc(100vw - 50px);
    padding: 6px 15px 6px 25px;
    margin: 0;
    font-size: 16px;
    transition: none;
  }
  .trn-career-page .header.new-header .header__search-form:has(.header__search-input:active):after, .trn-career-page .header.new-header .header__search-form:has(.header__search-input:focus):after {
    position: fixed;
    top: 86px;
    right: 30px;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active {
    display: flex;
    flex-direction: column;
    left: 0;
    background-color: var(--25);
    border: 0px solid !important;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active:before {
    width: 104px;
    background-image: url("/local/templates/teplocom/images/header/logo-mini-light.svg");
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active + .header__mobile_contacts {
    left: 22px;
    max-width: calc(89.5vw - 22px);
    background: transparent;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active + .header__mobile_contacts .header__phone:after {
    display: none;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active + .header__mobile_contacts .header__phone span {
    display: inline-block;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active + .header__mobile_contacts .header__email:after {
    display: none;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active + .header__mobile_contacts:after {
    display: none;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active .nav__list {
    justify-content: flex-start;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active .nav__list-item {
    max-height: 100%;
    padding-right: 10px;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active .nav__list-item .sub_menu {
    height: calc(100vh - 430px);
    background-color: var(--25);
    border-color: var(--ff_30);
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active .nav__list-item .sub_menu .sub_menu__item a {
    color: #AEAEAE !important;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active .nav__list-item .sub_menu .sub_menu--nested .sub_menu__item a {
    color: #7E7E7E !important;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active .nav__list-item:has(ul.sub_menu.sub_menu--nested) .sub_menu__item.active ul.sub_menu.sub_menu--nested {
    height: auto;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active .nav__list-item:has(ul.sub_menu.sub_menu--nested) .sub_menu__item.active .sub_menu__arrow {
    background-image: url("/local/templates/teplocom/components/bitrix/menu/top-menu.php/images/arrow-down.svg");
    height: 8px;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active .nav__list-item:has(ul.sub_menu.sub_menu--nested) .sub_menu__item-wrapper {
    display: flex;
    align-items: center;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active .nav__list-item:has(ul.sub_menu.sub_menu--nested) .sub_menu__arrow {
    flex: 1;
    content: "";
    background-image: url("/local/templates/teplocom/components/bitrix/menu/top-menu.php/images/arrow-right.svg");
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    width: 6px;
    height: 13px;
    margin-left: auto;
    margin-top: -2px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 980px) and (min-width: 980px) {
  .trn-career-page .header.new-header .header__nav.trn-header.active .nav__list-item:has(ul.sub_menu.sub_menu--nested) .sub_menu__arrow {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .trn-career-page .header.new-header .header__nav.trn-header.active .nav__list-item:has(ul.sub_menu.sub_menu--nested) ul.sub_menu.sub_menu--nested {
    height: 0;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active .nav__mobile-menu-btns {
    box-shadow: none !important;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active .nav__mobile-menu-btns .top-line__nav-item {
    background-color: var(--25) !important;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active .nav__mobile-menu-btns .top-line__nav-item .top-line__link .top-line__link-name {
    color: #fff;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active .nav__mobile-menu-btns .top-line__nav-item .top-line__link:hover {
    filter: none !important;
  }
  .trn-career-page .header.new-header .header__nav.trn-header.active .nav__mobile-menu-btns .top-line__nav-item .top-line__link:hover .top-line__link-name {
    color: #FF9700;
  }
  .trn-career-page .header.new-header .header__open-nav {
    order: 1;
    margin-left: 11px;
    background-position: center;
  }
  .trn-career-page .header.new-header .header__mobile_contacts {
    order: 3;
  }
  .trn-career-page .header.new-header .header__phone span {
    display: none;
  }
  .trn-career-page .header.new-header .header__phone.is-open span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 86px;
    left: 25px;
    right: 25px;
    width: calc(100vw - 50px);
    padding: 8px 15px 4px 25px;
    background-color: var(--25);
    border: 1px solid var(--f3);
    margin: 0;
    font-size: 16px;
    z-index: 200;
    animation: phonePopupIn 0.15s ease-out;
    box-sizing: border-box;
    border-radius: 9px;
  }
  .trn-career-page .header.new-header .header__phone.is-open span:before {
    content: attr(data-text);
    display: block;
    text-transform: none;
  }
  .trn-career-page .header.new-header .header__phone.is-open span {
    /* Крестик */
  }
  .trn-career-page .header.new-header .header__phone.is-open span:after {
    content: url("data:image/svg+xml;utf8,<svg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M11.2461 0.25L0.251105 11.245' stroke='%239E9E9E' stroke-width='0.5' stroke-linecap='round'/><path d='M0.25 0.254883L11.245 11.2499' stroke='%239E9E9E' stroke-width='0.5' stroke-linecap='round'/></svg>");
    display: block;
    position: relative;
    top: -2px;
    cursor: pointer;
    margin-left: 8px;
    flex-shrink: 0;
    line-height: 0;
  }
  .trn-career-page .header.new-header .header__phone.is-open span:hover::after {
    color: #333;
  }
  .trn-career-page .header.new-header .header__phone.is-open:after {
    background-image: url("/local/templates/teplocom/images/header/phone_newer_thin_hover.svg");
  }
  .trn-career-page .header.new-header .header__email {
    display: none;
  }
  .trn-career-page .header.new-header:has(.trn-header.active) + main {
    pointer-events: none;
  }
}
@media screen and (min-width: 1160px) {
  .trn-career-page .header.new-header {
    position: static;
  }
  .trn-career-page .header.new-header .header__logo-wrapper:not(a) {
    position: relative;
    top: 5px;
    margin-left: 30px;
  }
  .trn-career-page .header.new-header .header__logo-wrapper {
    width: 117px;
  }
  .trn-career-page .header.new-header .header__container {
    position: fixed;
    width: 100%;
    max-width: 2300px;
    background: #FFF;
    z-index: 3;
    box-shadow: 0 -20px #FFF;
  }
  .trn-career-page .header.new-header .header__search {
    position: absolute;
    top: 105px;
    width: 100%;
    max-width: 2300px;
    box-shadow: 0 -5px #FFF;
    padding-bottom: 5px;
  }
  .trn-career-page .header.new-header .top-line__phone {
    font-family: Circe;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--ff);
  }
  .trn-career-page .header.new-header .top-line__phone svg {
    position: relative;
    top: 2px;
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  .trn-career-page .header.new-header .top-line__email {
    font-family: Circe;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: lowercase;
    color: var(--ff);
  }
  .trn-career-page .header.new-header .top-line__nav {
    flex-direction: row-reverse;
    gap: 25px;
  }
  .trn-career-page .header.new-header .top-line__nav-item {
    margin-right: 0;
  }
  .trn-career-page .header.new-header .top-line__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    border-radius: 3px;
    height: 24px;
    box-sizing: border-box;
    background-color: #FFA420;
  }
  .trn-career-page .header.new-header .top-line__link.js-open-popup-feedback {
    background-color: #6D6E70;
    margin-top: 0;
  }
  .trn-career-page .header.new-header .top-line__link-name {
    position: relative;
    top: 2px;
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
  }
  .trn-career-page .header.new-header .top-line__link:hover {
    filter: brightness(0.75);
  }
  .trn-career-page .header.new-header .nav__list-item:has(ul):hover ul.sub_menu.sub_menu--nested {
    display: none;
  }
}
.trn-career-page .breadcrumbs {
  display: none;
}
.trn-career-page .page__main {
  position: relative;
  z-index: 0;
  padding-top: 53px;
}
.trn-career-page .page__main:has(.trn-detail-popup-wrapper.show), .trn-career-page .page__main:has(.trn-detail-popup-wrapper .errortext) {
  z-index: 1;
}
.trn-career-page h1 {
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  color: var(--ff);
  margin: 30px 0 14px;
}
@media screen and (min-width: 640px) {
  .trn-career-page h1 {
    font-weight: 700;
    font-size: 38px;
  }
}
.trn-career-page .dreamjob {
  position: absolute;
  right: -13px;
  top: 165px;
  z-index: 333;
}
@media screen and (min-width: 640px) {
  .trn-career-page .dreamjob {
    top: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .trn-career-page .dreamjob {
    top: 350px;
  }
}
.trn-career-page .main-pic-block {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .trn-career-page .main-pic-block {
    margin-bottom: 60px;
  }
}
.trn-career-page .main-pic-block figure {
  padding: 15px;
  border-radius: 16px;
  background-color: var(--ff);
}
@media screen and (min-width: 640px) {
  .trn-career-page .main-pic-block figure {
    padding-right: 76px;
  }
}
@media screen and (min-width: 1024px) {
  .trn-career-page .main-pic-block figure {
    max-width: 1016px;
  }
}
.trn-career-page .main-pic-block figure picture img {
  max-width: 100%;
  background-color: var(--25_80);
  border-radius: 16px;
}
@media screen and (min-width: 1024px) {
  .trn-career-page .main-pic-block figure picture img {
    min-height: 268px;
  }
}
.trn-career-page .main-pic-block figure figcaption {
  font-size: 19px;
  line-height: 52px;
  color: var(--75);
}
@media screen and (min-width: 640px) {
  .trn-career-page .main-pic-block figure figcaption {
    font-weight: 400;
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .trn-career-page .main-pic-block figure figcaption {
    text-align: right;
    padding-right: 21px;
  }
}
.trn-career-page .main-pic-block:after {
  position: absolute;
  display: block;
  content: url("/career/img/orange_snot_m.webp");
  top: 0;
  right: -365px;
  rotate: 106.57deg;
}
@media screen and (min-width: 410px) {
  .trn-career-page .main-pic-block:after {
    right: -325px;
  }
}
@media screen and (min-width: 1200px) {
  .trn-career-page .main-pic-block:after {
    content: url("/career/img/orange_snot_d.webp");
    top: -75px;
    right: -165px;
    max-width: 561px;
    rotate: none;
  }
}
.trn-career-page .advantages-block {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 17px;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .trn-career-page .advantages-block {
    gap: 30px;
    flex-direction: row;
  }
}
.trn-career-page .advantages-block-item {
  color: var(--ff);
  padding: 16px;
  box-shadow: 1px 5px 14px 0 rgba(0, 0, 0, 0.35);
  border-radius: 12px;
}
@media screen and (min-width: 640px) {
  .trn-career-page .advantages-block-item {
    padding: 16px 26px;
  }
}
.trn-career-page .advantages-block-item-title {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .trn-career-page .advantages-block-item-title {
    font-size: 52px;
    line-height: 108%;
  }
}
.trn-career-page .advantages-block-item-title sup {
  text-transform: none;
  font-size: 14px;
  vertical-align: top;
  line-height: 16px;
}
@media screen and (min-width: 640px) {
  .trn-career-page .advantages-block-item-title sup {
    font-size: 22px;
    line-height: normal;
  }
}
.trn-career-page .advantages-block-item-text {
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
}
@media screen and (min-width: 640px) {
  .trn-career-page .advantages-block-item-text {
    font-size: 30px;
    line-height: 28px;
  }
}
.trn-career-page .advantages-block-items-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media screen and (min-width: 1000px) {
  .trn-career-page .advantages-block-items-group {
    width: 50%;
  }
}
.trn-career-page .advantages-block-items-group__square {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 17px;
}
@media screen and (min-width: 640px) {
  .trn-career-page .advantages-block-items-group__square {
    row-gap: 25px;
    column-gap: 27px;
  }
}
.trn-career-page .advantages-block-items-group__square .advantages-block-item {
  width: calc(50% - 8.5px);
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .trn-career-page .advantages-block-items-group__square .advantages-block-item {
    width: calc(50% - 13.5px);
  }
}
.trn-career-page .advantages-block-items-group__square .advantages-block-item .advantages-block-item-text {
  font-size: 28px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .trn-career-page .advantages-block-items-group__square .advantages-block-item .advantages-block-item-text {
    font-size: 16px;
    line-height: 16px;
  }
}
.trn-career-page .office-slider-block {
  position: relative;
  margin: 50px auto;
}
@media screen and (min-width: 640px) {
  .trn-career-page .office-slider-block {
    margin: 115px auto;
  }
}
.trn-career-page .office-slider-block:after {
  position: absolute;
  display: block;
  content: url("/career/img/violet_snot_m.webp");
  top: -150px;
  left: 0;
  transform: rotate(-158.58deg);
}
@media screen and (min-width: 1000px) {
  .trn-career-page .office-slider-block:after {
    content: url("/career/img/violet_snot_d.webp");
    top: -90px;
    right: -150px;
    transform: rotate(75.53deg);
    -webkit-animation: vibrate-slider 9s linear infinite both;
    animation: vibrate-slider 9s linear infinite both;
  }
}
.trn-career-page .persons-block {
  position: relative;
  z-index: 4;
}
.trn-career-page .vacancies-block {
  position: relative;
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .trn-career-page .vacancies-block {
    margin-top: 115px;
  }
}
.trn-career-page .vacancies-block-inner {
  position: relative;
  border: 1px solid var(--ff_30);
  border-radius: 13px;
  padding: 12px;
  background-color: var(--ff_30);
  z-index: 3;
  backdrop-filter: blur(3px);
}
@media screen and (min-width: 640px) {
  .trn-career-page .vacancies-block-inner {
    padding: 35px 42px 51px;
    border-radius: 30px;
  }
}
.trn-career-page .vacancies-block-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 17px;
  margin-left: auto;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--ff);
}
.trn-career-page .vacancies-block-title img {
  width: 58px;
  height: 58px;
}
@media screen and (min-width: 640px) {
  .trn-career-page .vacancies-block-title {
    font-size: 38px;
    margin-bottom: 29px;
  }
  .trn-career-page .vacancies-block-title img {
    width: 40px;
    height: 40px;
  }
}
.trn-career-page .vacancies-block:before {
  position: absolute;
  display: block;
  content: url("/career/img/white_snot_m.webp");
  transform: rotate(37.44deg);
  z-index: 0;
  -webkit-animation: vibrate-vacancies-1 8s linear infinite both;
  animation: vibrate-vacancies-1 8s linear infinite both;
  left: -50%;
  top: -15px;
  opacity: 0.5;
}
@media screen and (min-width: 640px) {
  .trn-career-page .vacancies-block:before {
    content: url("/career/img/white_snot_d.webp");
    top: -250px;
    left: -275px;
  }
}
.trn-career-page .vacancies-block:after {
  position: absolute;
  display: block;
  content: url("/career/img/black_snot_m.webp");
  right: -25%;
  bottom: -25%;
  transform: rotate(136.54deg);
  z-index: 0;
}
@media screen and (min-width: 640px) {
  .trn-career-page .vacancies-block:after {
    content: url("/career/img/black_snot_d.webp");
    bottom: -200px;
    right: -85px;
    -webkit-animation: vibrate-vacancies-2 7s linear infinite both;
    animation: vibrate-vacancies-2 7s linear infinite both;
  }
}
.trn-career-page .form-block {
  position: relative;
  margin-top: 40px;
  padding: 20px 0 0;
  z-index: 1;
}
.trn-career-page .form-block-inner {
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .trn-career-page .form-block-inner {
    width: calc(100% - 52px);
  }
}
.trn-career-page .form-block-title {
  width: min(100%, 775px);
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--ff);
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .trn-career-page .form-block-title {
    font-size: 38px;
  }
}
.trn-career-page .form-block-subtitle {
  width: min(100%, 775px);
  font-weight: 350;
  font-size: 22px;
  line-height: 110%;
  color: var(--ff);
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .trn-career-page .form-block-subtitle {
    font-size: 32px;
  }
}
.trn-career-page .form-block img {
  border-radius: 20px;
  margin-bottom: 53px;
  max-width: 100%;
}
.trn-career-page .form-block .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 12px;
  outline: none;
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--ff);
  background-color: var(--75);
  text-align: center;
  width: min(100%, 895px);
  height: 68px;
  margin: 0 auto;
  cursor: pointer;
  z-index: 2;
}
.trn-career-page .form-block .btn span {
  position: relative;
  top: 4px;
}
@media screen and (min-width: 380px) {
  .trn-career-page .form-block .btn {
    font-size: 32px;
  }
}
@media screen and (min-width: 640px) {
  .trn-career-page .form-block .btn {
    font-size: 56px;
    height: 89px;
  }
}
.trn-career-page .form-block-img {
  position: relative;
  z-index: 0;
  top: -115px;
  text-align: center;
}
.trn-career-page .form-block-img img {
  width: min(100%, 920px);
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .trn-career-page .form-block-img {
    top: -215px;
  }
}
.trn-career-page .footer {
  position: relative;
  background-color: var(--25_80);
  margin-top: -210px;
}
@media screen and (min-width: 640px) {
  .trn-career-page .footer {
    margin-top: -480px;
  }
}
@media screen and (min-width: 1400px) {
  .trn-career-page .footer {
    margin-top: -705px;
  }
}
.trn-career-page .footer .footer__container .footer__info-link {
  gap: 12px;
}
.trn-career-page .footer .footer__container .footer__info-link svg {
  width: 20px;
  height: 20px;
}
.trn-career-page .footer .footer__container .footer__info-link svg .pcls-1, .trn-career-page .footer .footer__container .footer__info-link svg .ecls-1 {
  opacity: 1;
}
.trn-career-page .footer .footer__container .footer__info-link .svg-inline-phone {
  position: relative;
  top: 12px;
}
.trn-career-page .footer .footer__container .footer__info-link a[href="tel:+78002500303"] {
  font-weight: 350;
  font-size: 22px;
  line-height: 100%;
}
.trn-career-page .footer .footer__container .footer__info-link .svg-inline-email + a {
  font-weight: 350;
  font-size: 22px;
  line-height: 100%;
  color: var(--ff);
}
.trn-career-page .footer .footer__container .footer__info-text {
  opacity: 1;
  align-items: center;
  gap: 12px;
}
.trn-career-page .footer .footer__container .footer__info-text.shedule {
  left: 10px;
  font-weight: 350;
  font-size: 18px;
  line-height: 100%;
  opacity: 0.5;
}
.trn-career-page .footer .footer__container .footer__info-text svg {
  width: 20px;
  height: 20px;
}
.trn-career-page .footer .footer__container .footer__info-text .svg-inline-address + p {
  font-weight: 350;
  font-size: 22px;
  line-height: 100%;
  color: var(--ff);
}
.trn-career-page .footer .footer__container .footer__social-media .social-media__item .social-media__link img {
  width: 65% !important;
  height: 65% !important;
}
@media screen and (max-width: 640px) {
  .trn-career-page .footer .footer__container .footer__col:first-child {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .trn-career-page .footer .footer__container .footer__col:first-child .footer__phone {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
  }
  .trn-career-page .footer .footer__container .footer__col:first-child .footer__nav .footer__nav-item .footer__nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 8px;
    padding-block: 3px;
    padding-inline: 43px;
    width: 228px;
    height: 38px;
    font-weight: 350;
    font-size: 22px;
  }
  .trn-career-page .footer .footer__container .footer__col:first-child .footer__nav .footer__nav-item .footer__nav-link img {
    display: none;
  }
  .trn-career-page .footer .footer__container .footer__social-media .social-media__item .social-media__link img {
    width: 25px;
    height: 25px;
  }
  .trn-career-page .footer .footer__container .footer__nav-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .trn-career-page .footer .footer__container .footer__nav-title:after {
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #A2A2A2;
    border: 1px solid #A2A2A2;
  }
  .trn-career-page .footer .footer__container .footer__info-block {
    padding: 0 10px;
  }
}
@media screen and (min-width: 640px) {
  .trn-career-page .footer .footer__container .footer__nav-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFF;
    opacity: 1;
  }
  .trn-career-page .footer .footer__container .footer__nav-inner-link {
    font-weight: 350;
    font-size: 22px;
    line-height: 100%;
  }
}
@media screen and (max-height: 850px) {
  .trn-detail-popup {
    margin-top: 60px;
  }
}
@media screen and (max-height: 760px) {
  .trn-detail-popup {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .trn-career-page .footer .footer__container .footer__nav-inner.footer__nav-inner--2-cols {
    display: grid;
    grid-template-columns: 100%;
    gap: 15px 40px;
  }
}

.swiper .swiper-button-next, .swiper .swiper-button-prev {
  width: 35px;
  height: 35px;
  background-color: var(--75);
  border-radius: 3px;
  color: var(--ff);
}
.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
  position: relative;
  top: 1px;
  height: 23px;
  font-size: 23px;
}
.swiper .swiper-button-prev {
  left: 25px;
}
.swiper .swiper-button-next {
  right: 25px;
}

#baguetteBox-overlay {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
#baguetteBox-overlay .full-image img {
  border-radius: 20px;
}
#baguetteBox-overlay .full-image figcaption {
  bottom: 2vh !important;
  background-color: transparent !important;
  font-weight: 400;
  font-size: 28px;
  line-height: 100% !important;
  color: var(--25) !important;
}
#baguetteBox-overlay .baguetteBox-button {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 35px);
  width: 35px !important;
  height: 35px !important;
  background-color: var(--75);
  border-radius: 3px;
  color: var(--ff);
}
#baguetteBox-overlay .baguetteBox-button svg {
  position: static;
  height: 35px;
  width: 23px;
}
#baguetteBox-overlay .baguetteBox-button svg polyline {
  transform: scale(0.575);
  stroke: var(--ff);
}
#baguetteBox-overlay .baguetteBox-button#next-button {
  right: 5%;
}
#baguetteBox-overlay .baguetteBox-button#previous-button {
  left: 5%;
}
#baguetteBox-overlay .baguetteBox-button#close-button svg {
  width: initial;
  height: initial;
}
#baguetteBox-overlay .baguetteBox-button#close-button svg g {
  stroke: var(--ff);
}

/*#trnCareerForm .trn-detail-popup-wrapper.trn-hide {*/
/*  display: none !important;*/
/*}*/
#trnCareerForm .trn-detail-popup-wrapper.trn-hide:has(.errortext) {
  display: none !important;
}
#trnCareerForm .trn-detail-popup-wrapper .trn-form {
  background-color: var(--25);
  color: var(--bd);
  border-radius: 28px;
}
#trnCareerForm .trn-detail-popup-wrapper .trn-form .form__title {
  text-transform: uppercase;
}
#trnCareerForm .trn-detail-popup-wrapper .trn-form .form-table tbody .inputtext {
  background-color: var(--25) !important;
  border-radius: 14px;
}
#trnCareerForm .trn-detail-popup-wrapper .trn-form .form-table tbody .trn-form-file .trn-detail-popup-form-file-upload__button {
  background-color: var(--25);
  border-radius: 14px;
}
#trnCareerForm .trn-detail-popup-wrapper .trn-form .form-table-checks .checkbox label {
  color: var(--bd);
}
#trnCareerForm .trn-detail-popup-wrapper .trn-form .form-table-checks .checkbox label a {
  color: var(--bd);
}
#trnCareerForm .trn-detail-popup-wrapper .trn-form .trn-form-btns input {
  background-color: var(--75);
  border-radius: 11px;
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  text-transform: uppercase;
}
#trnCareerForm .trn-detail-popup-wrapper .trn-form .trn-form-btns input:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
#trnCareerForm .trn-detail-popup-wrapper:has(.errortext) {
  display: flex !important;
}
#trnCareerForm .trn-detail-popup-wrapper .trn-detail-popup .popup-window-close-icon {
  filter: invert(1);
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/trn/highloadblock_career/templates/career_slider/style.css?1783680839201*/
.office-slider {
  margin: 45px auto;
  max-width: min(100%, 1204px);
  border-radius: 14px;
}
.office-slider img {
  border-radius: 14px;
  object-fit: cover;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/trn/highloadblock_career/templates/career_slider/vendor/baguetteBox.min.css?17836808393609*/
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.12.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
/* End */


/* Start:/local/templates/teplocom/plugins/swiper/swiper-bundle.min.css?178368080016482*/
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/components/trn/highloadblock_career/templates/persons/style.css?17836808394079*/
.persons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .persons {
    gap: 44px 27px;
  }
}
.persons .person-card {
  position: relative;
  width: 100%;
  background: var(--ff);
  border-radius: 13px;
  padding: 17px 17px 17px 21px;
  transition: box-shadow 0.2s;
  min-height: 140px;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .persons .person-card {
    width: calc(50% - 13.5px);
    padding: 27px 27px 27px 33px;
  }
}
.persons .person-card:hover {
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.18), 0 3px 12px 0 rgba(0, 0, 0, 0.09);
}
.persons .person-card:first-child .person-img, .persons .person-card:last-child .person-img {
  border: 4px solid var(--75);
}
.persons .person-card.active {
  position: fixed;
  z-index: 333;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-height: 90vh;
  left: 50%;
  box-shadow: 0 0 333px 100vw var(--25);
}
@media screen and (min-width: 1200px) {
  .persons .person-card.active {
    width: min(647px, 90%);
  }
}
.persons .person-card.active .person-inner {
  max-height: calc(90vh - 52px);
  overflow: auto;
}
@media screen and (min-width: 640px) {
  .persons .person-card.active .person-inner {
    max-height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .persons .person-card.active .person-inner .person-years {
    font-size: 18px;
  }
}
.persons .person-card.active .person-link {
  transform: rotate(180deg);
}
.persons .person-card.active .person-text {
  display: block;
}
.persons .person-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}
.persons .person-photo {
  text-align: center;
}
.persons .person-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  background: var(--bd);
  border: 4px solid var(--e4);
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .persons .person-img {
    width: 120px;
    height: 120px;
  }
}
.persons .person-img--default {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--25);
  font-size: 16px;
  background: var(--bd);
}
.persons .person-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 17px;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .persons .person-info {
    max-width: calc(100% - 112px);
  }
}
.persons .person-name {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: var(--25);
}
@media screen and (min-width: 640px) {
  .persons .person-name {
    font-size: 32px;
    line-height: 100%;
  }
}
.persons .person-position {
  font-weight: 350;
  font-size: 14px;
  line-height: 100%;
  color: var(--25);
  margin-top: 7px;
}
@media screen and (min-width: 640px) {
  .persons .person-position {
    font-size: 26px;
    line-height: 92%;
  }
}
.persons .person-years {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-transform: uppercase;
  color: var(--e4);
  margin-top: 7px;
}
@media screen and (min-width: 640px) {
  .persons .person-years {
    font-size: 32px;
    line-height: 100%;
  }
}
.persons .person-slogan {
  font-weight: 400;
  width: calc(100% - 42px);
  font-size: 20px;
  line-height: 20px;
  color: var(--75);
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .persons .person-slogan {
    width: calc(100% - 56px);
    font-size: 32px;
    line-height: 106%;
  }
}
.persons .person-text {
  display: none;
  font-weight: 350;
  font-size: 14px;
  line-height: 14px;
  color: var(--25);
  padding-right: 41px;
  margin-top: 15px;
}
@media screen and (min-width: 640px) {
  .persons .person-text {
    font-size: 22px;
    line-height: 24px;
  }
}
.persons .person-link {
  position: absolute;
  bottom: 17px;
  right: 17px;
  width: 31px;
  height: 31px;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .persons .person-link {
    bottom: 27px;
    right: 27px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/trn/hh_vacancies/templates/career/style.css?17836808396248*/
.vacancies {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .vacancies {
    gap: 25px 26px;
  }
}
.vacancies-card {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--ff);
  background-color: var(--75);
  border-radius: 13px;
  padding: 10px 20px;
  transition: box-shadow 0.2s;
  min-height: 88px;
  box-sizing: border-box;
  text-decoration: none;
}
.vacancies-card:hover {
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.18), 0 3px 12px 0 rgba(0, 0, 0, 0.09);
}
.vacancies-card.orange-bg {
  background-color: var(--e4);
}
.vacancies-card.mobile-50 {
  width: calc(50% - 5px);
}
@media screen and (min-width: 640px) {
  .vacancies-card {
    width: 100%;
    padding: 16px 26px 20px;
  }
  .vacancies-card.desktop-50 {
    width: calc(50% - 13px);
  }
  .vacancies-card.desktop-33 {
    width: calc(33% - 17px);
  }
}
.vacancies-name {
  width: calc(100% - 35px);
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .vacancies-name {
    font-size: 28px;
    line-height: 28px;
  }
}
.vacancies-link {
  position: absolute;
  bottom: 17px;
  right: 17px;
  width: 31px;
  height: 31px;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .vacancies-link {
    bottom: 27px;
    right: 27px;
  }
}
.vacancies.count-2 .vacancies-card:nth-child(2) {
  background-color: var(--e4);
}
.vacancies.count-3 .vacancies-card:nth-child(1), .vacancies.count-3 .vacancies-card:nth-child(2) {
  width: calc(50% - 5px);
}
.vacancies.count-3 .vacancies-card:nth-child(2) {
  background-color: var(--e4);
}
.vacancies.count-3 .vacancies-card:nth-child(3) {
  width: 100%;
}
.vacancies.count-4 .vacancies-card {
  width: calc(50% - 5px);
}
.vacancies.count-4 .vacancies-card:nth-child(2), .vacancies.count-4 .vacancies-card:nth-child(3) {
  background-color: var(--e4);
}
.vacancies.count-5 .vacancies-card {
  width: calc(50% - 5px);
}
.vacancies.count-5 .vacancies-card:nth-child(2), .vacancies.count-5 .vacancies-card:nth-child(3) {
  background-color: var(--e4);
}
.vacancies.count-5 .vacancies-card:nth-child(5) {
  width: 100%;
}
.vacancies.count-6 .vacancies-card:nth-child(4), .vacancies.count-6 .vacancies-card:nth-child(5) {
  width: calc(50% - 5px);
}
.vacancies.count-6 .vacancies-card:nth-child(1), .vacancies.count-6 .vacancies-card:nth-child(5) {
  background-color: var(--e4);
}
.vacancies.count-7 .vacancies-card {
  width: calc(50% - 5px);
}
.vacancies.count-7 .vacancies-card:nth-child(2), .vacancies.count-7 .vacancies-card:nth-child(3), .vacancies.count-7 .vacancies-card:nth-child(6) {
  background-color: var(--e4);
}
.vacancies.count-7 .vacancies-card:nth-child(7) {
  width: 100%;
}
.vacancies.count-8 .vacancies-card:nth-child(1), .vacancies.count-8 .vacancies-card:nth-child(3), .vacancies.count-8 .vacancies-card:nth-child(5), .vacancies.count-8 .vacancies-card:nth-child(7) {
  background-color: var(--e4);
}
.vacancies.count-8 .vacancies-card:nth-child(6), .vacancies.count-8 .vacancies-card:nth-child(7) {
  width: calc(50% - 5px);
}
@media screen and (min-width: 640px) {
  .vacancies.count-2 .vacancies-card:nth-child(2) {
    background-color: var(--e4);
  }
  .vacancies.count-3 .vacancies-card:nth-child(1), .vacancies.count-3 .vacancies-card:nth-child(2), .vacancies.count-3 .vacancies-card:nth-child(3) {
    width: calc(33% - 17px);
  }
  .vacancies.count-3 .vacancies-card:nth-child(1), .vacancies.count-3 .vacancies-card:nth-child(2) {
    background-color: var(--e4);
  }
  .vacancies.count-4 .vacancies-card {
    width: calc(50% - 13px);
  }
  .vacancies.count-4 .vacancies-card:nth-child(2), .vacancies.count-4 .vacancies-card:nth-child(3) {
    background-color: var(--75);
  }
  .vacancies.count-4 .vacancies-card:nth-child(1), .vacancies.count-4 .vacancies-card:nth-child(4) {
    background-color: var(--e4);
  }
  .vacancies.count-5 .vacancies-card:nth-child(1), .vacancies.count-5 .vacancies-card:nth-child(2), .vacancies.count-5 .vacancies-card:nth-child(3), .vacancies.count-5 .vacancies-card:nth-child(4) {
    width: calc(50% - 13px);
  }
  .vacancies.count-5 .vacancies-card:nth-child(2), .vacancies.count-5 .vacancies-card:nth-child(3) {
    background-color: var(--75);
  }
  .vacancies.count-5 .vacancies-card:nth-child(1), .vacancies.count-5 .vacancies-card:nth-child(4) {
    background-color: var(--e4);
  }
  .vacancies.count-6 .vacancies-card {
    width: calc(50% - 13px);
  }
  .vacancies.count-6 .vacancies-card:nth-child(4), .vacancies.count-6 .vacancies-card:nth-child(5) {
    width: calc(50% - 13px);
  }
  .vacancies.count-6 .vacancies-card:nth-child(1), .vacancies.count-6 .vacancies-card:nth-child(4), .vacancies.count-6 .vacancies-card:nth-child(5) {
    background-color: var(--e4);
  }
  .vacancies.count-7 .vacancies-card {
    width: calc(50% - 13px);
  }
  .vacancies.count-7 .vacancies-card:nth-child(7) {
    width: 100%;
  }
  .vacancies.count-7 .vacancies-card:nth-child(2), .vacancies.count-7 .vacancies-card:nth-child(3), .vacancies.count-7 .vacancies-card:nth-child(6) {
    background-color: var(--75);
  }
  .vacancies.count-7 .vacancies-card:nth-child(1), .vacancies.count-7 .vacancies-card:nth-child(4), .vacancies.count-7 .vacancies-card:nth-child(5) {
    background-color: var(--e4);
  }
  .vacancies.count-8 .vacancies-card:nth-child(1), .vacancies.count-8 .vacancies-card:nth-child(2), .vacancies.count-8 .vacancies-card:nth-child(3), .vacancies.count-8 .vacancies-card:nth-child(4) {
    width: calc(50% - 13px);
  }
  .vacancies.count-8 .vacancies-card:nth-child(6), .vacancies.count-8 .vacancies-card:nth-child(7), .vacancies.count-8 .vacancies-card:nth-child(8) {
    width: calc(33% - 17px);
  }
  .vacancies.count-8 .vacancies-card:nth-child(2), .vacancies.count-8 .vacancies-card:nth-child(3), .vacancies.count-8 .vacancies-card:nth-child(5) {
    background-color: var(--75);
  }
  .vacancies.count-8 .vacancies-card:nth-child(1), .vacancies.count-8 .vacancies-card:nth-child(4), .vacancies.count-8 .vacancies-card:nth-child(6), .vacancies.count-8 .vacancies-card:nth-child(7) {
    background-color: var(--e4);
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/teplocom/components/bitrix/form/trn-vacancies-resume1/bitrix/form.result.new/.default/style.css?178368079810304*/
@charset "UTF-8";
#trn-popup {
  padding: 0;
}
@media all and (min-width: 640px) {
  #trn-popup {
    width: 500px;
  }
}

.trn-detail-popup {
  position: relative;
}
@media all and (min-width: 640px) {
  .trn-detail-popup {
    width: 500px;
  }
}
.trn-detail-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.trn-detail-popup-wrapper.show {
  display: flex !important;
}
.trn-detail-popup .popup-window-close-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.trn-detail-popup .popup-window-close-icon:before, .trn-detail-popup .popup-window-close-icon:after {
  content: "";
  width: 100%;
  max-width: 30px;
  height: 1px;
  background-color: #333;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  left: 10px;
}
.trn-detail-popup .popup-window-close-icon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.trn-detail-popup .trn-form {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  margin-top: 0;
  padding: 2rem;
  background-color: #FFF;
}
@media all and (max-width: 640px) {
  .trn-detail-popup .trn-form {
    padding: 1rem;
  }
}
.trn-detail-popup .trn-form form {
  width: 100%;
}
.trn-detail-popup .trn-form .form-table tbody {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
@media all and (max-height: 800px) {
  .trn-detail-popup .trn-form .form-table tbody {
    height: 300px;
    overflow-x: hidden;
  }
}
@media all and (max-width: 640px) {
  .trn-detail-popup .trn-form .form-table tbody {
    flex-direction: column;
    align-items: center;
  }
}
.trn-detail-popup .trn-form .form-table tbody tr {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}
.trn-detail-popup .trn-form .form-table tbody tr:nth-child(1), .trn-detail-popup .trn-form .form-table tbody tr:nth-child(6) {
  flex: 1 1 100%;
}
.trn-detail-popup .trn-form .form-table tbody tr:nth-child(2), .trn-detail-popup .trn-form .form-table tbody tr:nth-child(3), .trn-detail-popup .trn-form .form-table tbody tr:nth-child(4) {
  flex: 1 1 50%; /* Занимают половину ширины */
  margin-right: 1rem; /* Добавьте отступ между элементами, если необходимо */
}
.trn-detail-popup .trn-form .form-table tbody tr:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 640px) {
  .trn-detail-popup .trn-form .form-table tbody tr {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  .trn-detail-popup .trn-form .form-table tbody tr:last-child {
    margin-bottom: 0;
  }
  .trn-detail-popup .trn-form .form-table tbody tr:nth-child(2), .trn-detail-popup .trn-form .form-table tbody tr:nth-child(3), .trn-detail-popup .trn-form .form-table tbody tr:nth-child(4) {
    flex: 1 1 100%; /* На мобильных устройствах элементы занимают всю ширину */
    margin-right: 0; /* Убираем отступ */
  }
}
.trn-detail-popup .trn-form .form-table tbody tr td {
  width: 100%;
}
.trn-detail-popup .trn-form .form-table tbody tr td:first-child {
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
}
@media all and (max-width: 640px) {
  .trn-detail-popup .trn-form .form-table tbody tr td {
    width: 100%;
  }
}
.trn-detail-popup .trn-form .form-table tbody tr td.EMAIL:before {
  display: block;
  content: attr(data-error);
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  color: red;
}
.trn-detail-popup .trn-form .form-table tbody .inputtext {
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  padding-top: 20px;
  font-size: var(--font-size-main);
  line-height: 120%;
  font-family: var(--font-main);
  color: var(--font-color-main);
  background-color: var(--color-default);
  border: 1px solid var(--color-divider);
}
.trn-detail-popup .trn-form .form-table tbody .inputtext:disabled, .trn-detail-popup .trn-form .form-table tbody .inputtext.disabled {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
@media all and (max-width: 640px) {
  .trn-detail-popup .trn-form .form-table tbody .inputtext {
    height: 50px;
  }
}
.trn-detail-popup .trn-form .form-table tbody textarea {
  width: calc(100% - 1.3rem);
  padding: 1.5rem 0.65rem;
  font-size: var(--font-size-main);
}
@media all and (max-width: 640px) {
  .trn-detail-popup .trn-form .form-table tbody textarea {
    height: 40px;
  }
}
.trn-detail-popup .trn-form .form-table tbody .trn-form-file {
  position: static !important;
  pointer-events: all !important;
}
.trn-detail-popup .trn-form .form-table tbody .trn-form-file .trn-detail-popup-form-file-upload {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 0;
}
.trn-detail-popup .trn-form .form-table tbody .trn-form-file .trn-detail-popup-form-file-upload__file {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
}
.trn-detail-popup .trn-form .form-table tbody .trn-form-file .trn-detail-popup-form-file-upload__button {
  background-color: var(--color-default);
  border: 1px solid var(--color-divider);
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  gap: 15px;
  padding: 13px 15px;
  box-sizing: border-box;
  font-weight: bold;
  color: var(--color-accent);
  cursor: pointer;
  transition: 0.3s;
}
.trn-detail-popup .trn-form .form-table tbody .trn-form-file .trn-detail-popup-form-file-upload__button:after, .trn-detail-popup .trn-form .form-table tbody .trn-form-file .trn-detail-popup-form-file-upload__button:before {
  content: "";
  display: block;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.trn-detail-popup .trn-form .form-table tbody .trn-form-file .trn-detail-popup-form-file-upload__button:before {
  width: 25px;
  background-image: url("/local/templates/teplocom/components/bitrix/form/trn-vacancies-resume1/bitrix/form.result.new/.default/images/pdf.svg");
}
.trn-detail-popup .trn-form .form-table tbody .trn-form-file .trn-detail-popup-form-file-upload__button:after {
  width: 20px;
  background-image: url("/local/templates/teplocom/components/bitrix/form/trn-vacancies-resume1/bitrix/form.result.new/.default/images/download.svg");
}
.trn-detail-popup .trn-form .form-table tbody .trn-form-file .trn-detail-popup-form-file-upload__button:hover {
  background-color: var(--color-second);
  color: var(--color-font-second);
}
.trn-detail-popup .trn-form .form-table tbody .trn-form-file .trn-detail-popup-form-file-upload__button:hover:after, .trn-detail-popup .trn-form .form-table tbody .trn-form-file .trn-detail-popup-form-file-upload__button:hover:before {
  filter: grayscale(1) brightness(100);
}
@media all and (max-width: 640px) {
  .trn-detail-popup .trn-form .form-table .form__agreement {
    font-size: 12px;
    margin: 0 auto 10px auto;
    line-height: inherit;
  }
}
.trn-detail-popup .trn-form .form__title {
  font-size: var(--font-size-lmd);
  font-weight: bold;
  margin-bottom: 0.75rem;
  line-height: 120%;
}
.trn-detail-popup .trn-form .form__title--center {
  text-align: center;
}
.trn-detail-popup .trn-form-description {
  margin-bottom: 1rem;
}
@media all and (max-width: 640px) {
  .trn-detail-popup .trn-form-description {
    font-size: 12px;
  }
}
.trn-detail-popup .trn-form .form-table-checks {
  padding-top: 20px;
  text-align: left;
  font-size: 14px;
  color: #000000;
  font-family: var(--font-main);
  line-height: 1.3;
}
@media all and (max-width: 640px) {
  .trn-detail-popup .trn-form .form-table-checks {
    font-size: 11px;
  }
}
.trn-detail-popup .trn-form .form-table-checks .checkbox {
  position: relative;
  margin-bottom: 0.5rem;
}
.trn-detail-popup .trn-form .form-table-checks .checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.trn-detail-popup .trn-form .form-table-checks .checkbox input[type=checkbox]:checked + label:after {
  position: absolute;
  display: block;
  content: "";
  top: 4px;
  left: 0;
  width: 13px;
  height: 13px;
  background-image: url("/local/templates/teplocom/images/checkbox.svg");
  background-color: #FFA81E;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.trn-detail-popup .trn-form .form-table-checks .checkbox label {
  cursor: pointer;
  padding-left: 25px;
  position: relative;
}
.trn-detail-popup .trn-form .form-table-checks .checkbox label:before {
  position: absolute;
  display: block;
  content: "";
  top: 4px;
  left: 0;
  width: 13px;
  height: 13px;
  outline: 1px solid #FFA81E;
}
.trn-detail-popup .trn-form-btns input {
  display: block;
  width: 300px;
  margin: 20px auto;
  border: none;
  background-color: #F38A00;
  background-color: var(--color-accent);
  padding: 15px 25px;
  text-transform: uppercase;
  color: #FFFFFF;
  color: var(--color-font-second);
  font-size: 16px;
  font-size: var(--font-size-main);
  line-height: 95%;
  font-family: "Circe";
  font-family: var(--font-main);
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 640px) {
  .trn-detail-popup .trn-form-btns input {
    margin: 10px auto;
  }
}
.trn-detail-popup .trn-form-result {
  width: 100%;
  font-size: 2rem;
  text-align: center;
}
.trn-detail-popup .form-required {
  color: red;
}
.trn-detail-popup .error-fld {
  display: block;
  float: left;
  height: 13px;
  width: 15px;
  background-repeat: no-repeat;
  background-image: url(/local/templates/teplocom/components/bitrix/form/trn-vacancies-resume1/bitrix/form.result.new/.default/images/icon_warn.gif);
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /career/style.css?178367895846062 */
/* /local/components/trn/highloadblock_career/templates/career_slider/style.css?1783680839201 */
/* /local/components/trn/highloadblock_career/templates/career_slider/vendor/baguetteBox.min.css?17836808393609 */
/* /local/templates/teplocom/plugins/swiper/swiper-bundle.min.css?178368080016482 */
/* /local/components/trn/highloadblock_career/templates/persons/style.css?17836808394079 */
/* /local/components/trn/hh_vacancies/templates/career/style.css?17836808396248 */
/* /local/templates/teplocom/components/bitrix/form/trn-vacancies-resume1/bitrix/form.result.new/.default/style.css?178368079810304 */
