.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background: #FFF;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #0A0A0A;
}
.scroll-to-top:hover {
  background: #f6ca2e;
}
.scroll-to-top .arrow {
  background-image: url("img/icon-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

footer.site-footer {
  padding-top: 75px;
  padding-bottom: 105px;
  font-weight: 300;
}
@media screen and (max-width: 1260px) {
  footer.site-footer {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 780px) {
  footer.site-footer {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
footer.site-footer .upper {
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  footer.site-footer .upper {
    gap: 55px;
  }
}
footer.site-footer .upper img, footer.site-footer .upper b {
  display: block;
  height: 85px;
  width: auto;
  margin-bottom: 33px;
}
@media screen and (max-width: 1260px) {
  footer.site-footer .upper img, footer.site-footer .upper b {
    height: 72px;
  }
}
@media screen and (max-width: 780px) {
  footer.site-footer .upper img, footer.site-footer .upper b {
    height: 58px;
    margin-bottom: 27px;
  }
}
footer.site-footer .upper b {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1260px) {
  footer.site-footer .upper b {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  footer.site-footer .upper b {
    height: auto;
    font-size: 14px;
    margin-bottom: 11px;
  }
}
footer.site-footer .upper ul,
footer.site-footer .upper p {
  line-height: 1.88;
}
footer.site-footer .upper ul {
  margin: 0;
  padding: 0;
}
footer.site-footer .upper a:hover {
  text-decoration: underline;
}
footer.site-footer .lower {
  margin-top: 113px;
}
@media screen and (max-width: 1260px) {
  footer.site-footer .lower {
    margin-top: 95px;
  }
}
@media screen and (max-width: 780px) {
  footer.site-footer .lower {
    margin-top: 88px;
  }
}

.elementor-widget-text-editor .elementor-widget-container > * {
  margin-bottom: 1em;
}
.elementor-widget-text-editor ul {
  list-style-position: outside;
  padding-left: 10px;
}
@media screen and (max-width: 780px) {
  .elementor-widget-text-editor ul {
    padding-left: 0px;
  }
}
.elementor-widget-text-editor ul li {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}
.elementor-widget-text-editor ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 8px;
  background: #f6ca2e;
}
.elementor-widget-text-editor ul li:last-child {
  margin-bottom: 0px;
}
.elementor-widget-text-editor ol {
  list-style: none;
  counter-reset: li;
  padding-left: 10px;
}
@media screen and (max-width: 780px) {
  .elementor-widget-text-editor ol {
    padding-left: 0px;
  }
}
.elementor-widget-text-editor ol li {
  counter-increment: li;
  margin-bottom: 5px;
  padding-left: 25px;
}
.elementor-widget-text-editor ol li::before {
  content: counter(li) ".";
  color: #f6ca2e;
  font-weight: bold;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
  text-align: center;
  opacity: 1;
}

.swiper-pagination-bullets {
  bottom: 0;
  left: 30px;
  right: 30px;
  width: auto;
  display: flex;
}
@media screen and (max-width: 780px) {
  .swiper-pagination-bullets {
    left: 10px;
    right: 10px;
  }
}
.swiper-pagination-bullets > * {
  flex: 1;
  border-radius: 0;
  margin: 0;
  height: 2px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  background: #818181;
  margin: 0;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f6ca2e;
}

.elementor-widget-reviews.custom-reviews .swiper-container {
  padding-bottom: 120px;
}
@media screen and (max-width: 1260px) {
  .elementor-widget-reviews.custom-reviews .swiper-container {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 780px) {
  .elementor-widget-reviews.custom-reviews .swiper-container {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 780px) {
  .elementor-widget-reviews.custom-reviews .elementor-swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .elementor-widget-reviews.custom-reviews .elementor-swiper-button-prev {
    display: none;
  }
}
.elementor-widget-reviews.custom-reviews .swiper-pagination-bullets {
  bottom: 0;
  left: 30px;
  right: 30px;
  width: auto;
  display: flex;
}
@media screen and (max-width: 780px) {
  .elementor-widget-reviews.custom-reviews .swiper-pagination-bullets {
    left: 10px;
    right: 10px;
  }
}
.elementor-widget-reviews.custom-reviews .swiper-pagination-bullets > * {
  flex: 1;
  border-radius: 0;
  margin: 0;
  height: 2px;
}
.elementor-widget-reviews.custom-reviews .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  background: #818181;
}
.elementor-widget-reviews.custom-reviews .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f6ca2e;
}
.elementor-widget-reviews.custom-reviews .swiper-slide {
  background: #0A0A0A;
  border-radius: 0;
  border: none;
}
.elementor-widget-reviews.custom-reviews .swiper-slide .elementor-testimonial__header {
  display: block;
  padding: 0;
  border: none;
}
.elementor-widget-reviews.custom-reviews .swiper-slide .elementor-testimonial__header .elementor-testimonial__image img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.elementor-widget-reviews.custom-reviews .swiper-slide .elementor-testimonial__header .elementor-testimonial__icon {
  display: none;
}
.elementor-widget-reviews.custom-reviews .swiper-slide .elementor-testimonial__header cite {
  margin: 0;
  padding: 35px 35px 20px 35px;
}
@media screen and (max-width: 780px) {
  .elementor-widget-reviews.custom-reviews .swiper-slide .elementor-testimonial__header cite {
    padding: 42px 28px 22px 28px;
  }
}
.elementor-widget-reviews.custom-reviews .swiper-slide .elementor-testimonial__header cite .elementor-testimonial__name {
  font-size: 30px;
  font-weight: bold;
  color: white;
  font-family: Helvetica;
}
@media screen and (max-width: 1260px) {
  .elementor-widget-reviews.custom-reviews .swiper-slide .elementor-testimonial__header cite .elementor-testimonial__name {
    font-size: 25px;
  }
}
@media screen and (max-width: 780px) {
  .elementor-widget-reviews.custom-reviews .swiper-slide .elementor-testimonial__header cite .elementor-testimonial__name {
    font-size: 20px;
  }
}
.elementor-widget-reviews.custom-reviews .swiper-slide .elementor-testimonial__content {
  margin: 0;
  padding: 0px 35px 70px 35px;
}
@media screen and (max-width: 780px) {
  .elementor-widget-reviews.custom-reviews .swiper-slide .elementor-testimonial__content {
    padding: 0px 28px 50px 28px;
  }
}
@media screen and (max-width: 780px) {
  .elementor-widget-reviews.custom-reviews .swiper-slide .elementor-testimonial__content .elementor-testimonial__text {
    font-size: 13px;
  }
}
.elementor-widget-reviews.custom-reviews .swiper-slide .elementor-testimonial__content .elementor-testimonial__text span {
  display: block;
  margin-top: 40px;
  font-size: 18px;
  color: #f6ca2e;
  max-width: 180px;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .elementor-widget-reviews.custom-reviews .swiper-slide .elementor-testimonial__content .elementor-testimonial__text span {
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .elementor-widget-reviews.custom-reviews .swiper-slide .elementor-testimonial__content .elementor-testimonial__text span {
    font-size: 12px;
  }
}
.elementor-widget-reviews.custom-reviews .swiper-slide .elementor-testimonial__content .elementor-testimonial__text span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("img/button-arrow.svg") 50% 50% no-repeat;
  width: 8px;
  height: 15px;
  background-size: contain;
}

.scroll-section.contact-form {
  display: none;
}
.scroll-section.contact-form .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea {
  min-height: 210px;
  padding: 20px;
}
.scroll-section.contact-form .elementor-mark-required .elementor-field-label:after {
  color: inherit;
}

.elementor-button-icon svg {
  width: 0.5em;
}

.elementor-widget-form .elementor-message {
  color: #010101;
}

.elementor-field-group {
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

#form-field-upload_field_fake {
  cursor: pointer;
  pointer-events: none;
  background-color: #F2F2F2;
}

#form-field-field_upload {
  display: none;
}

.elementor-select-wrapper .select-caret-down-wrapper {
  display: none;
}
.elementor-select-wrapper .elementor-field-textual:not([multiple]) {
  background-image: url("img/background-select-field.svg");
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

.elementor-field-type-acceptance {
  margin-bottom: 21px !important;
}

.single-job-wrapper {
  display: flex;
  gap: 69px;
  padding: 41px 0 50px 0;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 780px) {
  .single-job-wrapper {
    flex-wrap: wrap;
  }
}
.single-job-wrapper .counter {
  font-family: "Helvetica", Sans-serif;
  font-size: 70px;
  line-height: 1.1;
}
.single-job-wrapper .content-wrapper {
  flex: 1;
}
.single-job-wrapper .content-wrapper h2 {
  font-size: 20px;
  font-weight: bold;
  color: #F6CA2E;
}
.single-job-wrapper .content-wrapper .description {
  font-size: 16px;
  color: #A8A8A8;
  max-width: 50%;
}
.single-job-wrapper .action-link {
  color: #F6CA2E;
  font-weight: 500;
}
.single-job-wrapper .action-link:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 29px;
  background-image: url("img/button-arrow.svg");
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 780px) {
  .single-job-wrapper .action-link {
    width: 100%;
    margin-left: 170px;
  }
}

.list-wrapper {
  display: none;
  width: 100%;
  background: #f2f2f2;
  color: #707070;
  font-weight: 700;
  transform: translateY(-5px);
  border: 1px solid;
  border-top: 0;
}
.list-wrapper .list-group {
  display: flex !important;
  flex-direction: column;
  gap: 30px;
  margin: 0;
  padding: 20px;
}
.list-wrapper .list-group li {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.list-wrapper .list-group li .remove-file {
  background-image: url("img/icon-delete-file.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.action-buttons-wrapper {
  position: absolute;
  right: 29px;
  top: 45px;
  display: flex;
  gap: 25.5px;
  z-index: 50px;
}
.action-buttons-wrapper .toggle-files {
  display: inline-block;
  background-image: url("img/icon-toggle-files.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 20px;
  background-size: contain;
  cursor: pointer;
}
.action-buttons-wrapper .upload-files {
  display: inline-block;
  background-image: url("img/icon-upload-files.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  cursor: pointer;
}

.select2-container-multi .select2-choices {
  background: unset !important;
  border: 0 !important;
  vertical-align: middle !important;
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  width: 100%;
  min-height: 46px;
  font-family: Montserrat, sans-serif;
}
.select2-container-multi .select2-choices .select2-search-field input {
  font-size: 14px;
  padding: 0;
}
.select2-container-multi .select2-choices .select2-search-choice {
  font-size: 14px;
  background: unset !important;
  box-shadow: none !important;
}

.select2-container-multi.select2-container-active .select2-choices {
  box-shadow: unset !important;
}

.select2-search-choice-close {
  top: 3px;
}

.select2-drop {
  margin-top: -4px;
}

.select2-drop-active {
  border-color: #000;
}

.select2-results .select2-result-label {
  font-size: 14px;
}