body {
  background-color: #f5fbff;
}

.blue-span {
  color: #1596dd;
}

.company {
  margin: 0 20px;
}

.flex-wrapper {
  display: flex;
  gap: 40px;
  padding-top: 30px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.banner {
  width: calc(100% + 40px);
  margin-bottom: -60px;
  margin-left: -20px;
  margin-top: 76px;
  max-height: 260px;
  object-fit: cover;
}

.company-left {
  width: calc(66% - 20px);
}

.company-right {
  width: calc(33% - 20px);
}
.vacancies.copy-anchor {
  display: inline-flex;
  align-items: center;
}
.vacancies.copy-anchor .blue-text {
  margin-left: 10px;
}

.vacancies.copy-anchor svg {
  margin-left: 20px;
  min-width: 32px;
  min-height: 32px;
}

.vacancies.copy-anchor svg path {
  transition: all 0.2s ease;
}

.vacancies.copy-anchor:hover svg path {
  stroke: #1596dd;
}

#copy-feedback {
  height: 0;
  position: relative;
  top: -36px;
}

.card-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 30px;
}

.card-flex div:nth-child(1) {
  width: calc(66% - 15px);
}
.card-flex div:nth-child(2) {
  width: calc(34% - 15px);
  display: flex;
  justify-content: flex-end;
}

.card {
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 5px 0 rgba(31, 44, 71, 0.05);
  position: relative;
}

.card.job .post-type {
  color: #132a40;
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 17px;
}

.main-card {
  padding: 0;
}

.card h1 {
  font-size: 36px;
  line-height: 44px;
}

.card-subtitle p {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.info-list {
  list-style: none;
}

.info-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(31, 44, 71, 0.15);
}

.info-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.info-list li h3 {
  font-size: 32px !important;
  line-height: 20px;
  color: #1596dd;
  font-family: "Poppins" !important;
}
.info-list li .number {
  margin-bottom: 20px;
}
.info-list li .number p {
  font-size: 32px;
  line-height: 40px;
  color: #1596dd;
}
.info-list li p {
  font-size: 18px;
  margin-top: 5px;
  font-family: "Poppins";
}

.company-media {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  border-radius: 10px;
  transition: 0.3s;
}

.company-media:hover {
  border: 1px solid #1596dd;
}

.company-media:hover svg path {
  color: #1596dd;
}

.social-media {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.company-media svg {
  width: 25px;
  height: 24px;
  transition: 0.3s;
}

.company-media svg path {
  color: #000;
  fill: currentColor;
}

.contacts {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.contacts svg {
  fill: #626b7e;
}
.contacts a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-company-image {
  width: 100%;
  height: auto;
  max-height: 200px;
  min-width: 613px;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  object-fit: cover;
  object-position: center;
}

.tab {
  width: 100%;
  border-bottom: 1px solid rgba(31, 44, 71, 0.15);
  display: flex;
  gap: 3px;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.tab-item {
  padding: 15px 10px;
  cursor: pointer;
}

.tab-item:hover,
.tab-item.active {
  border-bottom: 2px solid #1596dd;
}

.bottom-company-image {
  width: calc(100% + 60px);
  object-fit: cover;
  object-position: center;
  max-height: 200px;
  display: block;
  margin-left: -30px;
  margin-bottom: -30px;
  margin-top: 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.vacancies {
  font-size: 32px;
  margin-top: 30px;
}
h2.vacancies {
  scroll-margin-top: 80px;
}

.card.job {
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 5px 5px 0 rgba(31, 44, 71, 0.05);
  padding: 26px 30px;
}

.job .closed_vacancy {
  color: #ff1500;
  margin-top: 20px;
}
.job .closed_vacancy a {
  color: #ff1500;
  border-bottom: 1px solid #ff1500;
  padding-bottom: 0;
  transition: all 0.2s ease;
}
.job .closed_vacancy a:hover {
  padding-bottom: 2px;
}

.card.job:hover {
  box-shadow: 0px 3px 25px 0px #359fd926;
}
.card.job h3 {
  font-size: 24px;
  margin-top: 0;
}
.card.job h3 a {
  color: #132a40;
  transition: all 0.2s ease;
  font-size: 22px;
}
.card.job:hover h3 a {
  color: #1596dd;
}

.card.job p {
  font-size: 18px;
  margin-bottom: 15px;
}

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

.location {
  color: rgba(31, 44, 71, 0.7);
  margin-bottom: 19px;
}

.company-name {
  color: #1596dd;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.card.job .link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  left: 0;
  top: 0;
}

.tab-info {
  display: none;
}

.tab-info.active {
  display: block;
}

.company_photos {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.company_photos img {
  width: 100%;
}

.company_photos div:nth-child(3n + 1) {
  grid-column: 1 / -1;
}

.company-form {
  padding: 30px;
  border: 1px solid rgba(31, 44, 71, 0.15);
  border-radius: 20px;
  margin-top: 40px;
}

.company-form h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.form-description {
  font-size: 18px;
}

.company-form form {
  margin: 20px 0;
}

.company-form label {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
}

.conpany-input {
  color: #1f2c47;
  background-image: none;
  height: 44px;
  font-size: 18px;
  background-color: #fff;
  line-height: 28px;
  border: 1px solid #adb8cc;
  border-radius: 10px;
  padding: 8px 15px;
}

.company-subscribe {
  cursor: pointer;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  background-image: none;
  touch-action: manipulation;
  font-weight: 500;
  color: #0098e5;
  border: 1px solid rgba(0, 152, 229, 0.4);
  padding: 7px 20px;
  font-size: 18px;
  line-height: 28px;
  border-radius: 10px;
  background-color: transparent;
}

.company-subscribe:hover {
  background-color: #e2ecf0;
  border-color: 2px solid #0098e5;
}

.form-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.form-flex input {
  width: 100%;
}

.form-flex div {
  width: fit-content;
}

.form-flex div:nth-child(1) {
  width: 100%;
}

.form-policy {
  margin-top: 15px;
}

select {
  color: #1f2c47;
  background-image: none;
  height: 44px;
  font-size: 18px;
  background-color: #fff;
  line-height: 28px;
  border: 1px solid #adb8cc;
  border-radius: 10px;
  padding: 8px 15px;
  width: 100%;
}

.form-block {
  margin-bottom: 15px;
}

.form-description svg {
  transform: rotate(90deg);
  margin-bottom: -5px;
}

.hidden-part {
  overflow: hidden;
  max-height: 0;
  transition: 0.3s all;
}

.hidden-part.active {
  max-height: 200px;
}

.show {
  cursor: pointer;
}

.form-description.active svg {
  transform: rotate(270deg);
}

.form-description.active .text-to-hide {
  display: none;
}

.contact_section {
  background-color: #fff;
  padding: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact_section h2 {
  text-align: center;
  margin-top: 0;
  color: #132a40;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 15px;
  font-weight: 400;
}

.button_wrapper {
  margin: 0 auto;
  width: fit-content;
}

.contact_section h2 strong {
  color: #1596dd;
  font-weight: 500;
}
.contact_section .subtitle {
  color: #132a40;
  text-align: center;
  margin-bottom: 42px;
}
.contact_section .gradient-link {
  width: 156px;
}

.small-screen-only {
  display: none;
}

.company-right.small-screen-only {
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
}

iframe {
  width: 100%;
  margin-bottom: 10px;
}

.back {
  margin-top: 100px;
}
.back a {
  font-size: 14px;
  line-height: 22px;
  color: #132a40;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.back a svg {
  position: relative;
  right: 0;
  transition: all 0.2s ease;
  width: 13px;
  height: 13px;
}
.back a:hover svg {
  right: 2px;
}

.right-company-image {
  max-height: 150px;
  width: 100%;
  object-fit: contain;
}
.job {
  border: 1px solid #f2f5f7;
  border-radius: 12px;
  padding: 26px 30px;
  display: flex;
  flex-wrap: initial;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  align-content: initial;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  gap: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  transition: all 0.2s ease;
  cursor: pointer;
  padding-bottom: 32px;
  margin-bottom: 20px;
  box-shadow: 0 5px 5px 0 rgba(31, 44, 71, 0.05);
  position: relative;
  background-color: #fff;
}

.job > .flex-wrapper {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-top: 0;
  margin-bottom: 20px;
}
.job .flex-wrapper .text {
  width: calc(100% - 150px);
}

.job .excerpt {
  margin-bottom: 20px;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job .locale svg {
  position: relative;
  left: 2px;
  top: -1px;
}
.job:hover {
  box-shadow: 0px 3px 25px 0px #359fd926;
}

.job .type {
  color: #132a40;
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 17px;
}

.job h4 a {
  font-family: "Poppins", Sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #132a40;
  text-decoration: none;
}

.job .locale {
  color: #979797;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.job .company {
  color: #1596dd;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
.job .job-thumbnail {
  width: 130px;
  height: 65px;
}
.job .job-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1060px) {
  .top-company-image {
    min-width: unset;
  }
}

@media (max-width: 950px) {
  .company-right.small-screen-only {
    display: block;
  }

  .company-right {
    display: none;
  }

  .company-left {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 750px) {
  .card-flex {
    flex-direction: column-reverse;
  }
  .card-flex div:nth-child(1),
  .card-flex div:nth-child(2) {
    width: 100%;
  }
  .card-flex div:nth-child(2) {
    justify-content: flex-start;
  }
  .card-flex div:nth-child(2) .right-company-image {
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .card-flex {
    gap: 15px;
  }
}
@media (max-width: 535px) {
  .tab {
    font-size: 14px;
  }

  .social-media {
    gap: 10px;
  }

  .card {
    padding: 15px;
  }
  .card.main-card {
    padding: 0;
  }

  .bottom-company-image {
    width: calc(100% + 30px);
    margin: -15px;
  }

  .contact_section h2 {
    font-size: 36px;
    line-height: 50px;
  }
  .card h1 {
    font-size: 30px;
  }
  .card.job .flex-between {
    flex-direction: column;
    gap: 10px;
  }
  .right-company-image {
    max-height: 70px;
  }
}

@media (max-width: 450px) {
  .card-flex {
    padding: 15px;
  }
}

@media screen and (max-width: 680px) {
  .job h4 a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 620px) {
  .job .flex-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .job .flex-wrapper .text {
    width: 100%;
  }
  .job .excerpt {
    margin-bottom: 10px;
  }
  .job .company {
    margin-bottom: 10px;
  }
  .job .flex-wrapper {
    gap: 10px;
    margin-bottom: 10px;
  }
  .job .type {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 680px) {
  .job h4 a {
    font-size: 20px;
  }
}
