@keyframes btnLoader {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  90% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.vacancies_section .vacancies_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.vacancies_section .sub_title {
  line-height: 1.7em;
}
@media screen and (min-width: 1025px) {
  .vacancies_section .sub_title {
    font-size: 180%;
  }
}
@media screen and (max-width: 1024px) {
  .vacancies_section .sub_title {
    font-size: 160%;
  }
}

.vacancies_section .psevdo_link {
  line-height: 1.7em;
}
@media screen and (min-width: 1025px) {
  .vacancies_section .psevdo_link {
    font-size: 160%;
  }
}
@media screen and (max-width: 1024px) {
  .vacancies_section .psevdo_link {
    font-size: 140%;
  }
}

.vacancies_section .date_info {
  font-size: 140%;
  line-height: 19px;
}

@media screen and (min-width: 1201px) {
  .career_inner {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .career_inner {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .career_inner {
    padding-bottom: 60px;
  }
}

.career_section {
  margin-top: 30px;
}

.inner_content {
  max-width: 1230px;
  margin: 0 auto;
}
.inner_content .top_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 10px -10px 0;
  padding-bottom: 50px;
}
.inner_content .top_section .info_block {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
@media screen and (min-width: 1025px) {
  .inner_content .top_section .info_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .inner_content .top_section .info_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.inner_content .top_section .page_title {
  max-width: 885px;
  padding-bottom: 30px;
}
.inner_content .top_section .description_block {
  max-width: 605px;
}
.inner_content .top_section .image_block {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (min-width: 1025px) {
  .inner_content .top_section .image_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .inner_content .top_section .image_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.inner_content .top_section img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .inner_content .top_section {
    padding-bottom: 40px;
  }
  .inner_content .top_section .info_block {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .inner_content .top_section .page_title,
  .inner_content .top_section .description_block {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .inner_content .top_section {
    padding-bottom: 30px;
  }
  .inner_content .top_section .image_block {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .inner_content .top_section .info_block {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (max-width: 480px) {
  .inner_content .top_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .inner_content .top_section img {
    max-width: 350px;
    width: 100%;
  }
  .inner_content .top_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}

.vacancies_section .section_title {
  padding-bottom: 30px;
}
.vacancies_section .vacancies_list li {
  padding-bottom: 30px;
}
.vacancies_section .date_block {
  display: flex;
  flex-wrap: wrap;
}
.vacancies_section .date_info {
  display: flex;
  align-items: flex-start;
  max-width: 320px;
  color: #1C325D;
  padding-bottom: 15px;
}
.vacancies_section .date_info:before {
  display: block;
  font-size: 2.4rem;
  margin-right: 10px;
}
.vacancies_section .date_info:not(:last-child) {
  padding-right: 20px;
}
.vacancies_section .sub_title {
  color: #1C325D;
  font-family: "notosans-bold", "notosansarm-bold";
  padding-bottom: 15px;
  display: block;
}
.vacancies_section .description_block {
  max-width: 920px;
  padding-bottom: 15px;
  display: block;
}
.vacancies_section .psevdo_link {
  color: #00ABEC;
  display: block;
}
.vacancies_section .vacancies_block {
  box-shadow: 0px 4px 50px 2px rgba(0, 158, 224, 0.07);
  background: #ffffff;
  display: block;
  border-radius: 40px;
  padding: 40px 60px;
  border: 1px solid transparent;
  color: #60708E;
}
.vacancies_section .vacancies_block:hover {
  border: 1px solid #C5DDEC;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vacancies_section .deadline_block {
  margin-left: auto;
  color: #81BC70;
  font-family: "notosans-bold", "notosansarm-bold";
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .vacancies_section .vacancies_block {
    padding: 20px 40px;
  }
  .vacancies_section .date_info {
    padding-bottom: 10px;
  }
  .vacancies_section .sub_title {
    padding-bottom: 10px;
  }
  .vacancies_section .description_block {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .vacancies_section .vacancies_block {
    padding: 20px;
  }
  .vacancies_section .date_info {
    padding-bottom: 6px;
  }
  .vacancies_section .sub_title {
    padding-bottom: 6px;
  }
  .vacancies_section .description_block {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 575px) {
  .vacancies_section .deadline_block {
    margin-left: 0;
  }
}

.career_inner .vacancies_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0px 4px 50px 2px rgba(0, 158, 224, 0.07);
  background: #ffffff;
  border-radius: 50px;
  padding: 80px 10px;
}
.career_inner .vacancies_section .info_block {
  flex: 1;
  max-width: 875px;
  padding: 0 10px;
}
.career_inner .vacancies_section .info_block .secondary_btn {
  box-shadow: #DE5A6C;
  color: #DE5A6C;
}
.career_inner .vacancies_section .date_info {
  display: flex;
  flex-wrap: wrap;
}
.career_inner .vacancies_section .deadline_block {
  margin-left: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.career_inner .vacancies_section .image_block {
  flex: 1;
  max-width: 355px;
  padding: 0 10px;
}
.career_inner .vacancies_section img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .career_inner .vacancies_section .info_block {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .career_inner .vacancies_section .image_block {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .career_inner .vacancies_section .date_info {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .career_inner .vacancies_section {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 640px) {
  .career_inner .vacancies_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .career_inner .vacancies_section .image_block img {
    max-width: 350px;
    width: 100%;
  }
  .career_inner .vacancies_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}

.inner_page {
  padding-top: 35px;
}

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