.container {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 10px;
}

.hero {
  margin-bottom: 32px;
  padding-top: 32px;
  background-color: #FFE297;
}
@media screen and (min-width: 865px) {
  .hero {
    padding-top: 0;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 865px) {
  .hero__container {
    display: flex;
    align-items: flex-end;
  }
}
.hero__content {
  margin-bottom: 10px;
}
@media screen and (min-width: 865px) {
  .hero__content {
    flex: 0 0 45%;
    align-self: flex-start;
    padding-top: 59px;
    margin-bottom: 0;
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 865px) {
  .hero__footer {
    flex: 0 0 58%;
    width: 192px;
  }
}
.hero__img {
  display: block;
  width: 465px;
  margin: -3px 0px;
}
@media screen and (max-width: 864px) {
  .hero__img {
    width: 375px;
    margin: 0 auto;
  }
}
.hero__picture {
  display: block;
  margin: 0 -10px;
}
@media screen and (min-width: 865px) {
  .hero__picture {
    margin: 0;
    flex: 0 0 54%;
    margin-left: 85px;
    position: relative;
    z-index: 1;
  }
}
.hero__email, .hero__phone {
  color: #005BE4;
  text-decoration: none;
  margin-bottom: 10px;
}
.hero__text {
  margin-bottom: 14px;
  text-align: center;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
}
@media screen and (min-width: 865px) {
  .hero__text {
    text-align: left;
    margin-bottom: 27px;
  }
}
.hero__title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.19;
  text-align: center;
}
@media screen and (min-width: 865px) {
  .hero__title {
    font-size: 40px;
    text-align: left;
    margin-bottom: 22px;
    max-width: 500px;
  }
}

.gm-green {
  border-radius: 25px;
  background-color: #00B14E;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.getwork {
  background-color: #F1F1F1;
  position: relative;
  cursor: pointer;
  margin-bottom: 33px;
  box-sizing: border-box;
}
@media screen and (min-width: 865px) {
  .getwork {
    margin-bottom: 71px;
  }
}
.getwork__iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.getwork__bubble {
  background-color: #fff;
  border-radius: 5.5px;
  padding: 7px 4px;
  font-size: 12px;
  line-height: 1.17;
  font-weight: 700;
  position: relative;
  z-index: 1;
  top: -12px;
}
@media screen and (min-width: 865px) {
  .getwork__bubble {
    font-size: 28px;
    line-height: 1.36;
    padding: 28px 41px;
    border-radius: 20px;
  }
}
.getwork__triangle {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 14px;
  margin-bottom: -14px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
}
@media screen and (min-width: 865px) {
  .getwork__triangle {
    border-width: 38px 24.5px 0 24.5px;
  }
}
.getwork__col_second .getwork__triangle {
  top: -12px;
}
@media screen and (min-width: 865px) {
  .getwork__col_second .getwork__triangle {
    margin-right: 117px;
  }
}
.getwork__col_first .getwork__triangle {
  margin-right: auto;
  margin-left: 25px;
  position: relative;
  z-index: 3;
  margin-bottom: -20px;
}
@media screen and (min-width: 865px) {
  .getwork__col_first .getwork__triangle {
    margin-left: 100px;
  }
}
.getwork__col_first .getwork__bubble {
  padding-left: 7px;
  padding-right: 7px;
  top: 0;
}
@media screen and (min-width: 865px) {
  .getwork__col_first .getwork__bubble {
    padding-left: 41px;
    padding-right: 41px;
  }
}
@media screen and (min-width: 865px) {
  .getwork__col_second .getwork__bubble {
    max-width: 300px;
    margin-left: 31px;
  }
}
.getwork__col {
  flex: 0 0 43%;
  margin-right: -7px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 865px) {
  .getwork__col {
    flex-basis: 36%;
  }
}
.getwork__col_first {
  flex: 0 0 57%;
  margin-right: 0;
}
@media screen and (min-width: 865px) {
  .getwork__col_first {
    flex-basis: 44%;
  }
}
.getwork__container {
  padding: 0 10px;
  height: 178px;
}
@media screen and (min-width: 865px) {
  .getwork__container {
    height: 700px;
  }
}
.getwork__content {
  padding-top: 21px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}
.getwork__img {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: 10px;
  width: 112px;
}
@media screen and (min-width: 865px) {
  .getwork__img {
    width: 387px;
    margin-top: -3px;
    margin-right: 88px;
  }
}
.getwork__col_first .getwork__img {
  width: 88px;
  margin-left: 32px;
  margin-right: auto;
}
@media screen and (min-width: 865px) {
  .getwork__col_first .getwork__img {
    width: 309px;
    margin-top: 26px;
    margin-left: 102px;
  }
}
@media screen and (min-width: 865px) {
  .getwork__col_first .getwork__bubble {
    margin-left: 29px;
  }
}
.getwork__video {
  display: none;
  width: auto;
  height: 178px;
  margin: 0 -10px;
}
@media screen and (min-width: 865px) {
  .getwork__video {
    height: 700px;
  }
}
.getwork__play {
  width: 45px;
  height: 45px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 10;
}
.getwork__play::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  position: relative;
  left: 2px;
}
@media screen and (min-width: 865px) {
  .getwork__play {
    width: 115px;
    height: 115px;
  }
  .getwork__play::after {
    border-width: 18px 0 18px 32px;
  }
}
.getwork.is-open .getwork__content {
  display: none;
}
.getwork.is-open .getwork__video {
  display: block;
}
@media screen and (min-width: 865px) {
  .getwork.is-open .getwork__container {
    max-width: none;
  }
}

.group {
  background-color: #F1F1F1;
  padding: 31px 11px;
  font-size: 16px;
  line-height: 1.37;
  text-align: center;
}
@media screen and (min-width: 865px) {
  .group {
    text-align: left;
    padding: 26px 29px;
    padding-bottom: 24px;
  }
}
.group__content {
  margin-bottom: 10px;
}
@media screen and (min-width: 865px) {
  .group__content {
    margin-bottom: 16px;
  }
}
.group__img {
  display: block;
}
@media screen and (min-width: 865px) {
  .group__img {
    width: 73px;
  }
}
.group__link {
  color: #005BE4;
  text-decoration: none;
}
.group__text-link {
  color: #005BE4;
  text-decoration: none;
}
.group__media {
  display: none;
}
@media screen and (min-width: 865px) {
  .group__media {
    display: block;
    margin-bottom: 19px;
  }
}
.jobs__breadcrumbs {
  margin-bottom: 20px;
}
@media screen and (min-width: 865px) {
  .jobs__breadcrumbs {
    margin-bottom: 25px;
  }
}
.jobs__breadcrumbs .g-breadcrumbs {
  padding-left: 0;
  padding-right: 0;
}
.questionary {
  margin-bottom: 30px;
}
.questionary * {
  box-sizing: border-box;
}
.questionary__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 10px;
}
@media screen and (min-width: 865px) {
  .questionary__title {
    font-size: 32px;
    margin-bottom: 14px;
  }
}
.questionary__subtitle {
  font-size: 16px;
  line-height: 1.37;
  margin-bottom: 20px;
}
@media screen and (min-width: 865px) {
  .questionary__subtitle {
    margin-bottom: 30px;
    max-width: 510px;
  }
}
@media screen and (min-width: 865px) {
  .questionary__container {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 865px) {
  .questionary__content {
    flex: 0 0 66%;
    padding-right: 105px;
  }
}
.questionary__media {
  display: none;
  flex: 0 0 34%;
  margin-top: 130px;
  overflow: hidden;
}
@media screen and (min-width: 865px) {
  .questionary__media {
    display: block;
  }
}
.questionary__img {
  border-radius: 11.2553px;
  width: 100%;
}
@media screen and (min-width: 865px) {
  .questionary__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .questionary__row .main-input-line {
    flex: 0 0 48%;
  }
}
.questionary__error {
  font-size: 13px;
  color: #F71735;
  margin-top: 5px;
  display: block;
}
.questionary .main-input-line {
  margin-bottom: 0;
  padding-bottom: 19px;
}
@media screen and (min-width: 865px) {
  .questionary .main-input-line {
    margin-bottom: 0;
    padding-bottom: 25px;
    position: relative;
  }
}
@media screen and (min-width: 865px) {
  .questionary .main-input-line_textarea {
    padding-bottom: 0;
  }
}
.questionary .main-input-line_checkbox {
  padding-bottom: 0;
  margin-top: 10px;
}
.questionary .main-input-line_file {
  padding-bottom: 0;
}
.questionary .orange-bttn {
  margin-top: 20px;
  padding: 0;
}
@media screen and (min-width: 865px) {
  .questionary .orange-bttn {
    margin-top: 25px;
  }
}
@media screen and (min-width: 865px) {
  .questionary .attached-files {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    position: relative;
    padding-right: 30px;
  }
  .questionary .attached-files #rezult_rezume_delete {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .questionary .attached-files #rezult_rezume_delete::after {
    top: 2px;
  }
  .questionary .attached-files #rezult_rezume_to_attach {
    margin-bottom: 4px;
  }
}

.main-input-line_date {
  position: relative;
}

label.error {
  font-size: 13px;
  color: #F71735;
  display: block;
  background-color: #fff;
  margin-top: 10px;
}
@media screen and (min-width: 865px) {
  label.error {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 6px;
    right: 0;
  }
}
@media screen and (max-width: 864px) {
  .main-input-line_date label.error {
    position: absolute;
    left: 0;
    bottom: 19px;
  }
}

@media screen and (max-width: 864px) {
  .error-spacer {
    margin-top: 10px;
    height: 13px;
  }
}

.youlike {
  margin-bottom: 20px;
}
@media screen and (min-width: 865px) {
  .youlike {
    margin-bottom: 47px;
  }
}
@media screen and (min-width: 865px) {
  .youlike__container {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 865px) {
  .youlike__content {
    flex: 0 0 68%;
  }
}
.youlike__group {
  margin: 0 -10px;
}
@media screen and (min-width: 865px) {
  .youlike__group {
    flex: 0 0 32%;
    margin-bottom: 23px;
  }
}
.youlike__item {
  font-size: 16px;
  line-height: 1.37;
  margin-bottom: 19px;
  padding-left: 30px;
  background-image: url(/local/templates/mir-kubikov/assets/images/job/brick.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 16px;
}
.youlike__list {
  padding-left: 3px;
  margin-bottom: 24px;
  padding-right: 70px;
}
.youlike__title {
  margin-bottom: 22px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
}
@media screen and (min-width: 865px) {
  .youlike__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 37px;
  }
}

.main-input-line {
  margin-bottom: 19px;
}
@media screen and (min-width: 865px) {
  .main-input-line {
    margin-bottom: 25px;
  }
}
.main-input-line.main-input-line_checkbox {
  margin-bottom: 10px;
}
.main-input-line .main-select-style .jq-selectbox__select {
  background-image: url(/local/templates/mir-kubikov/assets/images/job/select-arrow.png);
  background-size: 12px;
}
.main-input-line .main-select-style {
  width: 100%;
  float: none;
}
.main-input-line input[type=text],
.main-input-line input[type=password],
.main-input-line input[type=email],
.main-input-line input[type=tel] {
  background: #F1F1F1;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  display: block;
  width: 100%;
  padding: 10px 10px;
  padding-top: 11px;
  font-size: 16px;
  line-height: 1;
}
.main-input-line input[type=text]::placeholder,
.main-input-line input[type=password]::placeholder,
.main-input-line input[type=email]::placeholder,
.main-input-line input[type=tel]::placeholder {
  font-weight: normal;
  opacity: 1 !important;
  color: #868686 !important;
}
.main-input-line input[type=text].error,
.main-input-line input[type=password].error,
.main-input-line input[type=email].error,
.main-input-line input[type=tel].error {
  background-color: #FBE8E8;
}
.main-input-line textarea {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px !important;
  min-height: 100px;
  width: 100%;
}
.main-input-line textarea::placeholder {
  font-weight: normal;
  opacity: 1 !important;
  color: #868686 !important;
}
.main-input-line .error + .jq-selectbox__select {
  background-color: #FBE8E8;
  border-color: #FCFCFC;
}

.main-select-style_white.main-select-style {
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-shadow: none;
  border-radius: 2px;
}
.main-select-style_white.main-select-style .jq-selectbox__select {
  background: none;
  position: relative;
  padding-right: 32px;
}
.main-select-style_white.main-select-style .jq-selectbox__select::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63641 6.78769L0.15 1.34294C-0.0499999 1.14514 -0.0499999 0.824461 0.15 0.626684L0.633664 0.148344C0.833323 -0.0491167 1.15691 -0.0494967 1.35704 0.147499L5.99853 4.74132L10.643 0.148049C10.8431 -0.0489475 11.1667 -0.0485675 11.3663 0.148893L11.85 0.627234C12.05 0.825032 12.05 1.14571 11.85 1.34349L6.36066 6.78769C6.16066 6.98547 5.83641 6.98547 5.63641 6.78769Z' fill='black'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 10px;
  top: 16px;
}
.main-select-style_white.main-select-style .jq-selectbox__dropdown {
  border: 1px solid #DCDCDC;
  border-top: none;
  border-radius: 0 0 2px 2px;
  margin-top: -3px;
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
}
.main-select-style_white.main-select-style .jq-selectbox__dropdown li {
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 10px;
}
.main-select-style_white.main-select-style .jq-selectbox__dropdown .sel,
.main-select-style_white.main-select-style .jq-selectbox__dropdown li:hover {
  background-color: #F1F1F1;
}
.main-select-style_white.main-select-style.opened .jq-selectbox__select::after {
  opacity: 0.15;
}
.main-select-style_white.main-select-style.opened .jq-selectbox__select-text {
  color: #C4C4C4;
}

.date-selects {
  display: flex;
  justify-content: space-between;
}
.date-selects .main-select-style {
  flex: 0 0 27%;
  width: auto;
}
.date-selects .main-select-style.month {
  flex-basis: 40%;
}

.span-value {
  display: block;
  margin-bottom: 10px;
  line-height: 1.37;
  font-size: 16px;
}

.g-checkbox-wrapper {
  align-items: flex-start;
}

.g-checkbox {
  flex: 0 0 20px;
}
.g-checkbox__mark {
  background-color: #FFC42E;
}

.niceCheck .g-label {
  font-size: 16px;
  line-height: 1.37;
}

.file {
  position: relative;
  margin-top: 15px;
}
.file__label {
  font-size: 16px;
  color: #005BE4;
}
.file .add-file {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.attached-files {
  font-size: 16px;
}

#rezult_rezume_delete.attachment-remove:after {
  color: #C4C4C4;
  font-weight: normal;
  font-size: 31px;
  top: 8px;
}

#rezume_error {
  display: block;
  font-size: 13px;
  color: #F71735;
  display: block;
}

.orange-bttn {
  display: block;
  width: 100%;
  box-shadow: none;
  font-weight: normal;
  font-family: "Lato-Bold", sans-serif;
}
@media screen and (min-width: 865px) {
  .orange-bttn {
    width: 200px;
    font-weight: normal;
    font-size: 16px;
  }
}

.feedback-subdescription {
  font-size: 13px;
  line-height: 1.38;
  color: #868686;
}
.feedback-subdescription a {
  color: #868686;
  text-decoration: underline;
}

form[action="/local/components/multisite/pages/ajax/upload.php"] {
  display: none;
}

.rezume-popup-success {
  padding: 75px 30px;
  box-sizing: border-box;
  width: auto;
}

.rezume-popup-success-outer {
  overflow: hidden;
}

.rezume-popup-success-outer .cross {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4 10L19.7 1.7C20.1 1.3 20.1 0.7 19.7 0.3C19.3 -0.1 18.7 -0.1 18.3 0.3L10 8.6L1.7 0.3C1.3 -0.1 0.7 -0.1 0.3 0.3C-0.1 0.7 -0.1 1.3 0.3 1.7L8.6 10L0.3 18.3C-0.1 18.7 -0.1 19.3 0.3 19.7C0.5 19.9 0.7 20 1 20C1.3 20 1.5 19.9 1.7 19.7L10 11.4L18.3 19.7C18.5 19.9 18.8 20 19 20C19.2 20 19.5 19.9 19.7 19.7C20.1 19.3 20.1 18.7 19.7 18.3L11.4 10Z' fill='black'/%3E%3C/svg%3E");
  background-size: 20px;
  cursor: pointer;
}

.rezume-popup-success-outer .any-popup-text {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 30px;
}

.resume-popup-footer {
  display: flex;
  justify-content: center;
}

.resume-popup-close {
  width: 230px;
  flex: 0 0 230px;
}

.rezume-popup-success {
  max-width: 680px;
}

@media (min-width: 1280px) {
  .rezume-popup-success {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 480px) {
  .rezume-popup-success-outer .any-popup-outer {
    height: 100vh;
  }

  .rezume-popup-success {
    top: 0;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    border-radius: 0;
    padding: 20px;
    padding-top: 60px;
    top: 0 !important;
  }
}

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