@charset "UTF-8";
.jobs {
  padding: 60px 20px;
}
.jobs_title {
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 1.2;
  color: #000000;
  text-align: left;
  margin-bottom: 65px;
  font-family: "CharterITC";
}
.jobs_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jobs_item {
  padding: 30px 0 15px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: calc(50% - 20px);
}
.jobs_item:nth-child(3), .jobs_item:nth-child(4) {
  border-top: none;
}
.jobs_item__title {
  margin-bottom: 15px;
}
.jobs_item__title .jobs_item__title_h,
.jobs_item__title a {
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #50BD4E;
  text-decoration: none;
}
.jobs_item__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 105%;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 15px;
}
.jobs_item__info {
  display: flex;
  justify-content: space-between;
}
.jobs_item__tags {
  display: flex;
}
.jobs_item__tags span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 105%;
  letter-spacing: -0.02em;
  color: #989898;
  padding-right: 20px;
}
.jobs_item__btn .a_link,
.jobs_item__btn a {
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 105%;
  text-align: right;
  letter-spacing: -0.02em;
  color: #50BD4E;
  text-decoration: none;
}
.jobs_bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.jobs_bottom__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #989898;
}
.jobs_bottom__btn {
  height: 60px;
  background: #50BD4E;
  border-radius: 36px;
  padding: 15px 30px;
  width: auto;
  display: inline-flex;
}
.jobs_bottom__soc {
  display: flex;
}
.jobs_bottom__soc .a_link,
.jobs_bottom__soc a {
  cursor: pointer;
  background: #50BD4E;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.jobs_bottom__soc .a_link:hover,
.jobs_bottom__soc a:hover {
  background: #3c8a3a;
}
.jobs_left {
  width: calc(50% - 20px);
}
.jobs_right {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
}

.title_h2 {
  margin-bottom: 44px;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 115%;
  font-family: "CharterITC";
  color: #000000;
}

.subtitle_h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #989898;
}

.footer__soc {
  align-items: center;
}

.modal .modal__content {
  padding: 0;
}

.overlay {
  /* Скрываем подложку  */
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  transition: 0.3s all;
}

.main_vacancy .btn {
  height: auto;
  width: auto;
  display: inline-flex;
  padding: 18px 45px;
  font-size: 18px;
}
.main_vacancy .percentage__btn {
  max-width: 400px;
}
.main_vacancy .firstblock__title {
  font-size: 80px;
}
.main_vacancy .firstblock__text {
  font-size: 36px;
  margin-bottom: 35px;
  padding-right: 15%;
}
.main_vacancy .services-detail__name {
  font-family: "Unica77LLCyr-Regular", Arial;
}
.main_vacancy .services__icon div {
  min-height: 2px;
  max-height: 2px;
  background-color: #333;
}
.main_vacancy .services__icon div:first-child {
  transition: all 0.3s ease 0s;
  transform: rotate(90deg) translateX(2px);
}
.main_vacancy .services__icon {
  min-width: 25px;
  max-width: 25px;
  height: 25px;
}

.form_job .form__container__50 {
  width: calc(50% - 10px);
}
.form_job .form__btn {
  margin: 0;
  width: calc(50% - 10px);
}

.fancybox__backdrop {
  opacity: 0.5 !important;
}

.swiper_slider .swiper-wrapper {
  align-items: normal;
}
.swiper_slider .swiper-pagination {
  text-align: left;
  padding: 0 20px;
}
.swiper_slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #DEDEDE;
}
.swiper_slider .swiper-pagination-bullet-active {
  background: #50BD4E;
}

.fancybox__content {
  border-radius: 10px !important;
}

.modalfancy {
  padding: 60px !important;
}
.modalfancy_title {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 115%;
  color: #000000;
  margin-bottom: 10px;
}
.modalfancy_info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.modalfancy_info span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 105%;
  letter-spacing: -0.02em;
  color: #989898;
  margin-bottom: 15px;
  padding-right: 15px;
}
.modalfancy_info span:last-child {
  padding-right: 0;
}
.modalfancy_price {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #50BD4E;
  margin-bottom: 15px;
}
.modalfancy_content {
  margin-bottom: 40px;
}
.modalfancy_content p {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 127%;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 10px;
}
.modalfancy_content h2, .modalfancy_content h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 20px;
}
.modalfancy_content h3 {
  font-size: 32px;
}
.modalfancy_content ul {
  list-style-type: disc;
  margin-left: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.modalfancy_content ul li {
  list-style: disc;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 127%;
  letter-spacing: -0.02em;
  color: #000000;
}
.modalfancy .f-button.is-close-btn {
  display: none;
}

.career {
  padding: 60px 0;
}
.career_title {
  padding: 0 20px;
}
.career_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .career_item {
    width: 50%;
    display: flex !important;
    justify-content: space-between;
    height: auto !important;
  }
}
.career_item__left {
  width: 50%;
}
.career_item__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.career_item__right {
  width: 50%;
  padding: 15px 20px;
  background: #50BD4E;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.career_item__way {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #FFFFFF;
}
.career_item__way ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.career_item__way ul li {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.career_item__way ul li:last-child {
  border-bottom: none;
}
.career_item__way ul li span {
  width: calc(70% - 10px);
}
.career_item__way ul li span.career_date {
  width: calc(30% - 10px);
}
.career_item__name {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  color: #FFFFFF;
}

.plusesv {
  padding: 60px 20px;
}
.plusesv_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plusesv_wrap .values__item {
  width: calc(25% - 30px);
}
.plusesv_video {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plusesv_video__item {
  width: calc(25% - 40px);
  position: relative;
  padding-bottom: 42.25%;
}
.plusesv_video__bg {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.plusesv_video__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plusesv_video__btn {
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.plusesv_video__btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.plusesv_video__btn img {
  width: 160px;
  height: auto;
  opacity: 1;
}
.plusesv__btn {
  margin-top: 80px;
}

.form_faq {
  padding: 60px 20px;
  display: flex;
  justify-content: space-between;
}
.form_faq_left {
  width: calc(50% - 20px);
}
.form_faq_left .title_h2 {
  margin-bottom: 60px;
}
.form_faq_left .form_faq_title {
  margin-bottom: 5px;
}
.form_faq_left .form_faq_subtitle {
  margin-bottom: 35px;
}
.form_faq_right {
  width: calc(50% - 20px);
}
.form_faq_right .services-detail__item {
  min-height: 50px;
  padding: 30px 0;
  border-top: 1px solid #4a4a4a;
}
.form_faq_right .services-detail__item:last-child {
  border-bottom: 1px solid #4a4a4a;
}

.percentage_jobs .percentage__lets {
  padding-right: 20%;
}
.percentage_jobs .percentage_video {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 310px;
  position: relative;
}
.percentage_jobs .percentage_video__bg {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.percentage_jobs .percentage_video__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.percentage_jobs .percentage_video__btn {
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.percentage_jobs .percentage_video__btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.percentage_jobs .percentage_video__btn img {
  width: 160px;
  height: auto;
  opacity: 1;
}

.percentage_jobs .percentage_video_mob {
  display: none;
}

.plusesv_video_mob {
  display: none;
}

.career_wrap .swiper-wrapper {
  max-height: 600px;
}

.form__input {
  padding: 20px 20px;
}

.form__file_type {
  color: rgb(142, 142, 142);
}

.form__file_element {
  padding: 20px;
  align-items: center;
  line-height: 1;
}

.mobilenmenu__link img {
  max-width: 20px;
  height: auto;
}

.modal__container {
  overflow-y: scroll;
}
.modal__container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.01);
  background-color: #fff;
}
.modal__container::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}
.modal__container::-webkit-scrollbar-thumb {
  background-color: #989898;
  border: 2px solid #fff;
}

.values__image {
  height: 65px;
}

@media (min-width: 769px) {
  .reviews__swiper .swiper-slide {
    display: flex !important;
    justify-content: space-between;
    height: auto !important;
  }
}
.reviews__swiper .swiper-slide,
.reviews__swiper,
.ritem__image {
  max-height: 600px;
}

@media (max-width: 1599px) {
  .career_item__way {
    font-size: 16px;
  }
  .career_item__way ul li span.career_date {
    width: calc(35% - 5px);
  }
  .career_item__way ul li span {
    width: calc(65% - 10px);
  }
}
@media (max-width: 1199px) {
  .career_item__way {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .career_item__way ul li span.career_date {
    width: calc(40% - 5px);
  }
  .career_item__way ul li span {
    width: calc(60% - 10px);
  }
}
@media (max-width: 1024px) {
  .plusesv_wrap .values__item {
    width: calc(50% - 30px);
  }
  .form_faq_right {
    width: 100%;
  }
  .form_faq_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .form_faq {
    flex-wrap: wrap;
  }
  .percentage_jobs .percentage__lets {
    padding-right: 20px;
  }
  .jobs_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .jobs_right {
    width: 100%;
  }
  .jobs_item {
    width: 100%;
    border-top: none;
  }
  .jobs_item:first-child {
    border-top: 1px solid #000000;
  }
  .firstblock__text {
    margin-bottom: 15px;
  }
  .firstblock__content {
    padding: 25px 20px 20px 20px;
  }
  .percentage_jobs .percentage_video {
    display: none;
  }
  .percentage_jobs .percentage_video_mob {
    display: flex;
  }
  .plusesv_video {
    display: none;
  }
  .plusesv_video_mob {
    display: flex;
    height: 500px;
  }
  .percentage_jobs .percentage_video__btn img {
    width: 80px;
  }
  .jobs_title {
    font-size: 36px;
    margin-bottom: 35px;
  }
  .jobs_item__title .jobs_item__title_h,
  .jobs_item__title a {
    font-size: 23px;
  }
  .ritem__text {
    font-size: 17px;
  }
}
@media (max-width: 980px) {
  .footer {
    margin-top: 0;
  }
  .reviews__swiper,
  .ritem__image {
    max-height: 500px;
  }
}
@media (max-width: 768px) {
  .percentage_jobs .percentage__title {
    margin-bottom: 0;
  }
  .percentage_jobs .percentage__lets {
    padding-bottom: 0;
  }
  .percentage_jobs .percentage__stats {
    padding-top: 0;
  }
  .percentage_jobs .percentage_video {
    height: 260px;
  }
  .main_vacancy .percentage__btn {
    margin-top: 20px;
    text-align: center;
  }
  .jobs_item__tags span {
    font-size: 11px;
  }
  .jobs_item__btn .a_link,
  .jobs_item__btn a {
    font-size: 11px;
  }
  .jobs {
    padding: 60px 0;
  }
  .jobs_bottom,
  .jobs_item__title,
  .jobs_item__info,
  .jobs_item__desc,
  .jobs_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jobs_bottom__desc {
    font-size: 23px;
  }
  .jobs_right {
    flex-wrap: wrap;
  }
  .jobs_bottom__soc {
    margin-top: 10px;
  }
  .title_h2 {
    font-size: 24px;
  }
  .career_item {
    flex-wrap: wrap;
  }
  .career_item__left {
    width: 100%;
  }
  .career_item__left {
    width: 100%;
    height: 250px;
  }
  .career_item__left img {
    -o-object-position: top;
       object-position: top;
  }
  .career_item__right {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
  }
  .career_item__name {
    position: absolute;
    top: -35px;
  }
  .swiper_slider .swiper-pagination {
    bottom: 20px !important;
  }
  .swiper_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 1;
  }
  .swiper_slider .swiper-pagination-bullet-active {
    background: #000000;
  }
  .plusesv {
    padding: 0px 20px;
  }
  .career {
    padding: 60px 0 20px;
  }
  .plusesv_wrap .values__item {
    width: 100%;
    padding: 20px 0;
  }
  .plusesv_video__item {
    width: 80% !important;
  }
  .plusesv_video__btn img {
    width: 80px;
  }
  .form_job .form__container__50 {
    width: 100%;
  }
  .form_job .form__btn {
    width: 100%;
  }
  .form_faq_left {
    order: 2;
  }
  .form_faq_right {
    order: 1;
    margin-bottom: 60px;
  }
  .main_vacancy .services-detail__name {
    font-size: 23px;
    color: #50BD4E;
  }
  .form_faq_right .services-detail__item {
    padding: 22px 0;
  }
  .services__icon div {
    min-height: 2px;
    max-height: 2px;
  }
  .services__icon {
    min-width: 20px;
    max-width: 20px;
  }
  .services__icon div:first-child {
    transform: rotate(90deg) translateX(2px);
  }
  .form_faq_left .form_faq_subtitle {
    font-size: 12px;
  }
  .main_vacancy .firstblock__title {
    font-size: 36px;
  }
  .main_vacancy .firstblock__text {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: auto;
  }
  .main_vacancy .firstblock .percentage__btn {
    margin-top: 0;
  }
  .modalfancy {
    padding: 35px 20px 20px !important;
    min-height: 100vh;
    width: 100%;
  }
  .modalfancy_title {
    font-size: 34px;
  }
  .modalfancy_price {
    font-size: 28px;
  }
  .modalfancy_content ul li,
  .modalfancy_content p {
    font-size: 14px;
  }
  .modalfancy_content h3,
  .modalfancy_content h2, .modalfancy_content h3 {
    font-size: 26px;
  }
  .modalfancy .f-button.is-close-btn {
    display: block;
    color: #000;
    background-color: transparent;
  }
  .fancybox__slide {
    padding: 0 !important;
  }
  .fancybox__content {
    border-radius: 0 !important;
  }
  .career_wrap {
    padding-bottom: 0;
    background: #50bd4e;
  }
  .career_wrap {
    padding-bottom: 30px;
  }
  .reviews__swiper .swiper-slide,
  .reviews__swiper,
  .ritem__image {
    max-height: 450px;
  }
}/*# sourceMappingURL=new_wp.css.map */