

/* Start:/local/templates/.default/components/bitrix/menu/fermi_horizontal/style.css?17768561161988*/
.header .nav {
  float: right;
  width: 50%;
}
.header .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .nav li {
  font-size: 0.16rem;
  line-height: 1rem;
  position: relative;
}
.header .nav li > a {
  color: #352f2e;
  display: block;
  position: relative;
}
.header .nav li i {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  margin-left: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.08rem;
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .nav li:after {
  content: "";
  width: 0%;
  bottom: 0;
  left: 50%;
  opacity: 0;
  height: 0.02rem;
  position: absolute;
  background: #1e51a2;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
}
.header .nav li .subnav {
  font-size: 0.18rem;
  text-align: center;
  top: 1rem;
  left: 50%;
  min-width: 2.8rem;
  display: none;
  z-index: 99;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 0.3rem;
  position: absolute;
  padding: 0.2rem 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.95);
  border-top: solid 1px #eee;
}
.header .nav li .subnav a {
  color: #666!important;
  display: block;
}
.header .nav li .subnav a:hover {
  color: #1e51a2 !important;
}
.header .nav li:hover > a,
.header .nav .active > a {
  color: #1e51a2 !important;
}
.header .nav li:hover:after,
.header .nav .active:after {
  opacity: 1;
  left: 0;
  width: 100%;
}
.header .nav li:hover i,
.header .nav .active i {
  border-color: #1e51a2 !important;
}
/* End */


/* Start:/bitrix/templates/fermi_ins_page/template_styles.css?17780732438668*/
/* Contact page styles */
.inside-contact {
  background: #1e51a2;
}
.inside-contact .itembox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.inside-contact .tabnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inside-contact .tabnav li {
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 20px;
  font-size: 16px;
  margin: 0;
  word-wrap: normal;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inside-contact .tabnav li.cur,
.inside-contact .tabnav li:hover {
  background: #fff;
  color: #1e51a2;
}

.inside-contact .tabcot {
  display: none;
  overflow: hidden;
}
.inside-contact .tabcot.active {
  display: block;
}
.inside-contact .tabcot .leftmap {
  width: 50%;
  float: left;
}
.inside-contact .tabcot .leftmap img {
  width: 100%;
  height: auto;
}
.inside-contact .tabcot .rightnr {
  width: 50%;
  color: #fff;
  float: left;
  font-size: 18px;
  padding-left: 30px;
  padding-top: 20px;
}
.inside-contact .tabcot .rightnr a {
  color: #fff;
}
.inside-contact .tabcot .rightnr .t1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.inside-contact .tabcot .rightnr .t2,
.inside-contact .tabcot .rightnr .t3 {
  margin-bottom: 2px !important;
  padding-bottom: 0.2rem !important;
}
.inside-contact .tabcot .rightnr img {
  vertical-align: middle;
  margin-right: 5px;
}

.inside-message,
.inside-contact-message {
  padding: 60px 0;
  background: #f5f5f5;
}
.inside-message .dw {
  display: none;
}
.inside-message .inside-title,
.inside-contact-message .inside-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  color: #1e51a2;
  font-weight: bold;
}
.inside-message .nr,
.inside-contact-message .nr {
  max-width: 100% !important;
  margin: 0 auto !important;
  background: #fff !important;
  padding: 30px !important;
  box-shadow: none !important;
  width: 100% !important;
}
.inside-message form,
.inside-contact-message form {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}
.inside-message .list,
.inside-contact-message .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block !important;
  width: 100% !important;
  position: relative !important;
}
.inside-message .list li,
.inside-contact-message .list li {
  width: 33.33333333% !important;
  float: left !important;
  padding: 0 6px 18px 6px !important;
  box-sizing: border-box !important;
}
.inside-message .list li:last-child,
.inside-contact-message .list li:last-child {
  padding-bottom: 0 !important;
}
.inside-message .list li.btn,
.inside-contact-message .list li.btn {
  text-align: center !important;
  width: 100% !important;
  float: none !important;
}
.inside-message .list li[style*="width: 100%"],
.inside-contact-message .list li[style*="width: 100%"] {
  width: 100% !important;
  float: none !important;
}
.inside-message .box,
.inside-contact-message .box {
  position: relative;
}
.inside-message .box .red,
.inside-contact-message .box .red {
  display: inline-block;
  margin-bottom: 5px;
  color: #ff0000;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  z-index: auto;
}
.inside-message .box .red img,
.inside-contact-message .box .red img {
  vertical-align: middle;
}
.inside-message .input-form,
.inside-contact-message .input-form {
  width: 100% !important;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}
.inside-message .textarea-form,
.inside-contact-message .textarea-form {
  width: 100% !important;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  min-height: 100px;
  resize: vertical;
  box-sizing: border-box;
}
.inside-message .submit,
.inside-contact-message .submit {
  background: #fff !important;
  color: #1e51a2 !important;
  border: 1px solid #1e51a2 !important;
  padding: 12px 40px !important;
  font-size: 16px !important;
  cursor: pointer;
  border-radius: 4px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
  height: auto !important;
  line-height: normal !important;
  float: none !important;
  max-width: none !important;
  width: auto !important;
  text-align: center !important;
}
.inside-message .submit:hover,
.inside-contact-message .submit:hover {
  background: #1e51a2 !important;
  color: #fff !important;
}
.inside-message .col-2,
.inside-contact-message .col-2 {
  text-align: center !important;
  width: 100% !important;
  float: none !important;
}

.inside-contact-job {
  padding: 60px 0;
  background: #fff;
}
.inside-contact-job h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  color: #1e51a2;
  font-weight: bold;
}
.job-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 20px;
  color: #666;
  line-height: 1.8;
}
.job-banner {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto 30px !important;
}
.job-banner img {
  width: 100% !important;
  height: auto;
  border-radius: 8px;
  max-width: none !important;
}
.job-contact {
  text-align: center;
  margin-bottom: 40px;
}
.job-contact a {
  color: #1e51a2;
}

.job-list {
  max-width: 900px;
  margin: 0 auto;
}
.job-item {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.job-item h4 {
  flex: 1;
  font-size: 18px;
  margin: 0;
  min-width: 200px;
}
.job-item .job-num {
  background: #1e51a2;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.job-item .job-addr,
.job-item .job-salary,
.job-item .job-date {
  color: #666;
  font-size: 14px;
}

.job-table-wrap {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto 30px !important;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}
.job-table-header {
  background: #1e51a2 !important;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex !important;
  border-bottom: 1px solid #ddd;
}
.job-table-header li {
  flex: 1;
  padding: 12px 10px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  border-right: 1px solid #1e51a2;
}
.job-table-header li:last-child {
  border-right: none;
}
.job-row {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  background: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
}
.job-row:hover {
  background: #f9f9f9 !important;
}
.job-row.expanded {
  background: #d0e7f9 !important;
}
.job-row.expanded .job-table-list {
  background: #d0e7f9 !important;
}
.job-row:last-child {
  border-bottom: none;
}
.job-table-list {
  background: transparent;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex !important;
  width: 100%;
}
.job-table-list li {
  flex: 1;
  padding: 12px 10px;
  color: #666;
  text-align: center;
  border-right: 1px solid #eee;
}
.job-table-list li:last-child {
  border-right: none;
}
.job-row:last-child {
  border-bottom: none;
}
.job-table-list {
  background: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex !important;
  width: 100%;
}
.job-table-list li {
  flex: 1;
  padding: 15px 10px;
  color: #666;
  text-align: center;
  border-right: 1px solid #ddd;
}
.job-table-list li:last-child {
  border-right: none;
}
.job-details {
  display: none;
  padding: 20px;
  background: #fff !important;
  border-top: 1px solid #ddd;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.job-details h5 {
  font-size: 15px;
  margin: 15px 0 10px;
  color: #1e51a2;
  font-weight: bold;
}
.job-details h5:first-child {
  margin-top: 0;
}
.job-details ol {
  margin: 0 0 15px 20px;
  padding: 0;
}
.job-details li {
  margin-bottom: 5px;
  color: #666;
  line-height: 1.6;
  font-size: 14px;
}
.job-resume {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  background: #1e51a2 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 15px;
  font-size: 14px;
}
.job-resume:hover {
  background: #153d7a !important;
}
.job-resume img {
  height: 14px;
  width: auto;
}

@media (max-width: 768px) {
  .inside-contact .tabcot .leftmap,
  .inside-contact .tabcot .rightnr {
    width: 100%;
    float: none;
  }
  .inside-contact .tabcot .rightnr {
    padding: 20px 0;
  }
  .job-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* End */
/* /local/templates/.default/components/bitrix/menu/fermi_horizontal/style.css?17768561161988 */
/* /bitrix/templates/fermi_ins_page/template_styles.css?17780732438668 */
