.main_screen picture > img,
.main_screen > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main_screen picture > img,
.main_screen > img {
  object-fit: cover;
}

.main_screen iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.section_title {
  font-size: 1120%;
  line-height: 1.3em;
  font-family: "braind-yerevan";
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.005em;
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .section_title {
    font-size: 920%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .section_title {
    font-size: 720%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .section_title {
    font-size: 560%;
  }
}
@media screen and (max-width: 575px) {
  .section_title {
    font-size: 400%;
  }
}

.header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
.header .menu_btn {
  color: #181818;
  background: #ffffff;
  box-shadow: 2px 2px 0 0;
}
@media screen and (min-width: 1024px) {
  .header .menu_block:before {
    display: block;
    content: "";
    position: absolute;
    color: #181818;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    border: 1px solid;
    background: rgba(24, 24, 24, 0.4);
    border-radius: 28px;
    right: -56px;
    box-shadow: 0px 2px 0 0;
  }
}

.menu_opened .header .menu_btn {
  background: transparent;
  box-shadow: none;
  color: #ffffff;
}

.main_screen {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 64px;
}
.main_screen:before {
  display: block;
  content: "";
  padding-bottom: 32.5%;
}
.main_screen .section_inner {
  position: relative;
  z-index: 2;
  padding: 120px 0;
}

.section_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.description_block {
  font-family: "montserrat-light", "montserratarm-light";
  padding-top: 50px;
  width: 800px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.career_list {
  list-style-type: none;
  padding: 0 0 160px;
  margin: 0;
}
.career_list > li {
  padding: 40px 300px 40px 40px;
  border-bottom: 1px solid #333333;
}
.career_list > li:first-child {
  border: 1px dashed #ED1C24;
  border-radius: 20px;
}
.career_list img {
  max-width: 48px;
  width: auto;
  height: auto;
}
.career_list .item_inner {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.career_list .drop_btn {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  font-family: "montserrat-medium", "montserratarm";
  color: #ffffff;
  font-size: 320%;
  line-height: 1.6em;
  padding: 0;
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  margin-left: 28px;
}
.career_list .drop_btn:before {
  display: block;
  margin-left: 20px;
  font-size: 3.2rem;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .career_list .drop_btn {
    font-size: 300%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .career_list .drop_btn {
    font-size: 280%;
  }
}
@media screen and (max-width: 575px) {
  .career_list .drop_btn {
    font-size: 240%;
  }
}

.item_info {
  padding: 25px 0 0 75px;
}
.item_info ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.item_info li {
  color: #ffffff;
  padding: 0 10px;
  display: flex;
}
.item_info li:not(:first-child):before {
  display: block;
  content: "/";
  margin-right: 20px;
}

@media screen and (max-width: 1679px) {
  .main_screen .description_block {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .main_screen .description_block {
    font-size: 170%;
  }
}
@media screen and (max-width: 1023px) {
  .main_screen {
    align-items: unset;
  }
  .main_screen .section_inner {
    padding: 90px 0 40px;
  }
  .main_screen .description_block {
    padding-top: 20px;
    font-size: 160%;
  }
}
@media screen and (max-width: 575px) {
  .main_screen .description_block {
    font-size: 150%;
  }
}
@media screen and (max-width: 399px) {
  .main_screen .description_block {
    font-size: 140%;
  }
}

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