@media (max-width: 767px){
  .tv {
      height: 520px;
  }
  .home .search .btn {
    background: #006f6d !important;
  }
}

/* component style */
.vue-slider-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* rail style */
.vue-slider-rail {
  background-color: #ccc;
  border-radius: 15px;
}

/* process style */
.vue-slider-process {
  background-color: #009794;
  border-radius: 15px;
  height: 4px !important;
  top: -1px !important;
}

/* mark style */
.vue-slider-mark {
  z-index: 4;
}
.vue-slider-mark:first-child .vue-slider-mark-step, .vue-slider-mark:last-child .vue-slider-mark-step {
  display: none;
}
.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
}
.vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap;
}
/* dot style */
.vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0.5px 0.5px 2px 2px rgba(0, 0, 0, 0.1);
}
.vue-slider-dot-handle:after {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  background: #009794;
  position: absolute;
  border-radius: 50%;
  top: 6px;
  left: 6px;
}

.vue-slider-dot-handle-focus {
  box-shadow: 0px 0px 1px 2px rgba(52, 152, 219, 0.36);
}

.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.vue-slider-dot-tooltip-inner {
  font-size: 16px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-color: #009794;
  background-color: #009794;
  box-sizing: content-box;
  font-family: 'Averta', sans-serif;
}
.vue-slider-dot-tooltip-inner::after {
  content: "";
  position: absolute;
}
.vue-slider-dot-tooltip-inner-top::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: inherit;
}
.vue-slider-dot-tooltip-inner-bottom::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: inherit;
}
.vue-slider-dot-tooltip-inner-left::after {
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: inherit;
}
.vue-slider-dot-tooltip-inner-right::after {
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: inherit;
}

.vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  transition: all 0.3s;
}
.vue-slider-dot-tooltip-wrapper-show {
  opacity: 1;
}


.tv.tv-home.home.tv-find-job {
  background-image: url('https://brandwise.cloud/dev/devire/bg.jpg') !important;
  overflow: visible;
  min-height: 500px;
}

@media(max-width: 992px) {
  .tv.tv-home.home.tv-find-job {
    min-height: 600px;
  }
}

#content {
  margin: 40px 0;
}
#content .btn-primary {
  font-family: 'Averta', sans-serif;
  font-weight: bold;
}
#content .btn-primary:hover {
  opacity: .7;
}
#content .flex-end {
  display: flex;
  justify-content: flex-end;
}
#content .flex-between {
  display: flex;
  justify-content: space-between;
}
#content .align-center {
  display: flex;
  align-items: center;
}
#content .mb {
  margin-bottom: 20px;
}
#content .btn-reset {
  background: none;
  border: none;
  padding: 0;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .bg-green {
  background: #009794;
}
#content .icon {
  position: relative;
  width: 21px;
  height: 21px;
}
#content .icon:after, #content .icon:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #009794;
  position: absolute;
  top: 10px;
}
#content .icon-light:after, #content .icon-light:before {
  background: #fff;
}
#content .icon:before {
  transform: rotate(90deg);
}
#content .is-open .icon:before {
  transform: rotate(0deg);
}
#content .filter {
  margin-bottom: 10px;
}
#content .filter.title {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Averta', sans-serif;
  width: 100%;
  padding: 16px 20px 16px 40px;
  background: #F3F3F3;
  margin-bottom: 10px;
  border: none;
}
@media(min-width: 992px) {
  #content .filter.title .icon {
    display: none;
  }
}
#content .filter .btn {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Averta', sans-serif;
  width: 100%;
  padding: 16px 20px 16px 40px;
  background: #F3F3F3;
}
#content .filters > .title {
  background: #009794;
  color: #fff;
}
#content .filter.is-open {
  border: 1px solid #009794;
}
#content .filter .content {
  padding: 16px 20px 16px 40px;
}
#content .slider-bottom {
  margin-top: 10px;
  font-family: 'Averta', sans-serif;
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#content #collapseSalaries p {
  font-family: 'Averta', sans-serif;
  margin-bottom: 46px;
}
#content article {
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.11);
  margin-bottom: 20px;
  padding: 20px 30px;
  position: relative;
}
#content article:hover:after {
  content: '';
  width: 8px;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #009794;
}
#content article .ico-poi {
  margin-right: 10px;
  width: 15px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.163' height='21.661' viewBox='0 0 15.163 21.661'%3E%3Cpath id='Icon_material-location-on' data-name='Icon material-location-on' d='M15.081,3A7.576,7.576,0,0,0,7.5,10.581c0,5.686,7.581,14.079,7.581,14.079s7.581-8.394,7.581-14.079A7.576,7.576,0,0,0,15.081,3Zm0,10.289a2.708,2.708,0,1,1,2.708-2.708A2.709,2.709,0,0,1,15.081,13.289Z' transform='translate(-7.5 -3)' fill='%237e7e7e'/%3E%3C/svg%3E%0A");
}
#content article .ico-money {
  margin-right: 10px;
  width: 12px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.25' height='21.661' viewBox='0 0 12.25 21.661'%3E%3Cpath id='Icon_material-attach-money' data-name='Icon material-attach-money' d='M16.074,14.007c-2.732-.71-3.61-1.444-3.61-2.587,0-1.312,1.215-2.226,3.249-2.226,2.142,0,2.936,1.023,3.008,2.527h2.659a4.8,4.8,0,0,0-3.863-4.585V4.5h-3.61V7.1C11.574,7.6,9.7,9.121,9.7,11.443c0,2.78,2.3,4.164,5.656,4.97,3.008.722,3.61,1.781,3.61,2.9,0,.83-.59,2.154-3.249,2.154-2.479,0-3.454-1.107-3.586-2.527H9.48c.144,2.635,2.118,4.116,4.428,4.609v2.611h3.61V23.573c2.347-.445,4.212-1.805,4.212-4.272C21.73,15.884,18.806,14.717,16.074,14.007Z' transform='translate(-9.48 -4.5)' fill='%23c1c1c1'/%3E%3C/svg%3E%0A");
}
#content article .fas {
  margin-right: 10px;
}
#content article svg {
  margin-right: 10px;
}
#content article .single-offer-cities {
  max-width: 115px;
}
#content article h2 {
  font-family: 'Averta', sans-serif;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
#content article .article-left {
  padding-left: 0;
}
#content article .article-left > div > span {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-right: 30px;
}
#content article .article-left span {
  font-family: 'Averta', sans-serif;
  font-size: 16px;
  color: #7e7e7e;
  font-weight: 300;
}
@media(max-width:  992px) {
  #content article .article-center {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #content article .article-left > div {
    flex-direction: column;
    gap: 10px;
  }
}
#content article .article-center .label, .sidebar-oferta .label, .page-content .label {
  border: 2px solid #FF7409;
  color: #FF7409;
  font-weight: 600;
  font-family: 'Averta', sans-serif;
  border-radius: 6px;
  font-size: 10px;
  padding: 6px 16px;
  text-transform: uppercase;
  display: inline-block;
}
#content article .article-right {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  color: #333333;
  padding-left: 0;
}
#content article .article-right span {
  margin-bottom: 12px;
  text-align: right;
  font-weight: 400;
}
#content article .article-right .btn {
  font-size: 20px;
  background: #009794;
  border: none;
}
#content .pagination > li > a, #content .pagination > li > span {
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #009794;
  color: #000;
}
#content .pagination > .active > a, #content .pagination > .active > span, #content .pagination > .active > a:hover, #content .pagination > .active > span:hover, #content .pagination > .active > a:focus, #content .pagination > .active > span:focus {
  background-color: #009794;
  color: #fff;
}
#content .pagination > li:first-child > a, #content .pagination > li:first-child > span {
  border-radius: 0;
}
#content .pagination > li:last-child > a, #content .pagination > li:last-child > span {
  border-radius: 0;
}
#content .custom-checkbox, .home .search .custom-checkbox {
  position: relative;
  padding-left: 30px;
}
#content .custom-checkbox label, .home .search .custom-checkbox label {
  cursor: pointer;
  font-family: 'Averta', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
#content .custom-checkbox label > span, .home .search .custom-checkbox label > span {
  position: relative;
  top: -4px;
}
#content .custom-checkbox label:after, #content .custom-checkbox label:before, .home .search .custom-checkbox label:after, .home .search .custom-checkbox label:before {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
}
#content .custom-checkbox label:after, .home .search .custom-checkbox label:after {
  content: "";
  border-radius: 5px;
  border: 1px solid #dadada;
  top: 0;
  left: 0;
}
#content .custom-checkbox label:before, .home .search .custom-checkbox label:before {
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAB2AAAAdgFOeyYIAAAF6mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDYgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjQgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTA2LTAyVDA5OjM0OjU1KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wNi0wMlQwOTo1Mjo1NiswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wNi0wMlQwOTo1Mjo1NiswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyNGUyNTRhYi0xODQ3LTQwYTMtYWIxYi0zOGM1ODRmNjVlODQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODQwNDU5Y2EtM2RkMC00NmZiLWJlNDYtNTQ4MjczMzAwODQ0IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ODQwNDU5Y2EtM2RkMC00NmZiLWJlNDYtNTQ4MjczMzAwODQ0Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NDA0NTljYS0zZGQwLTQ2ZmItYmU0Ni01NDgyNzMzMDA4NDQiIHN0RXZ0OndoZW49IjIwMjEtMDYtMDJUMDk6MzQ6NTUrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNGUyNTRhYi0xODQ3LTQwYTMtYWIxYi0zOGM1ODRmNjVlODQiIHN0RXZ0OndoZW49IjIwMjEtMDYtMDJUMDk6NTI6NTYrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjFs+MAAAACZSURBVDiN7dOxCQJBEIXhPcFE7MDYAgzEUNDIUKuwDOMTsQKrsQVTMVYTreAzcILzOE/hIsGBYZm3+7/dGdgMqUm0GtE/Z9BOKc1TSr0XFd9khq1n5MW9bw3ygM+Y1Bn0sUS3cPM64CvGZfOywSYO79DBKuoLplWvKwtDHAM6xHrH7F17VeIAp4BvdXDdEEfYY/FpwJn/X3gAnspr50Wu58wAAAAASUVORK5CYII=);
}
#content .custom-checkbox input:checked + label:after, .home .search .custom-checkbox input:checked + label:after {
  background: #009794;
}
#content .custom-checkbox input:checked + label:before, .home .search .custom-checkbox input:checked + label:before {
  content: "";
}
#content .custom-checkbox input, .home .search .custom-checkbox input {
  position: absolute;
  left: -9999px;
}
.home .search .custom-checkbox label:after {
  border: none;
  background: #fff;
}
.home .search .form-header {
  margin-bottom: 40px;
}
.home .search .form-header h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 40px;
  font-family: 'Averta', sans-serif;
}
.home .search .form-control {
  border-radius: 7px;
  text-align: left;
  width: 100%;
  text-transform: unset;
}
.home .search .form-inline-content {
  display: flex;
  margin-bottom: 20px;
}
.home .search .form-group {
  width: 100%;
  margin-right: 20px;
}
.home .search .btn {
  font-family: 'Averta', sans-serif;
  font-weight: bold;
  color: #fff;
  background: #009794;
  border: none;
  height: 60px;
  width: 170px;
  font-size: 20px;
}
.multi-input {
  width: 100%;
  /*min-height: 60px;*/
  background: #fff;
  border-radius: 7px;
  position: relative;
}
@media(min-width: 992px) {
  .multi-input {
    min-height: 60px;
  }
}
.multi-input ul.selected {
  list-style: none;
  color: #656565;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  padding: 14px 30px;
}
.multi-input ul.selected li {
  font-family: 'Averta', sans-serif;
  font-size: 16px;
  background: #ECECEC;
  display: inline-flex;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 7px;
}
.multi-input ul.selected li .remove {
  padding: 0;
  background: none;
  border: none;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.multi-input hr {
  margin: 0;
  padding: 0;
  border-top: 2px solid #009794;
}
.multi-input .autocomplete {
  height: 200px;
  overflow: auto;
  position: absolute;
  background: #fff;
  width: 100%;
  border-radius: 7px;
  margin-top: 5px;
  z-index: 99;
}
.multi-input .autocomplete ul {
  list-style: none;
  color: #000;
  display: flex;
  margin-bottom: 0;
  padding: 14px 30px;
  flex-direction: column;
  border-radius: 7px;
}
.multi-input .autocomplete ul li {
  padding: 10px 0;
}
.multi-input .autocomplete ul li button {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  font-family: 'Averta', sans-serif;
  font-size: 16px;
}
.page-template-page-pojedynczaoferta2 .tv-static.tv-page {
  background-image: url('https://brandwise.cloud/dev/devire/bg.jpg') !important;
}
.page-template-page-pojedynczaoferta2 .font-normal {
  font-family: 'Averta', sans-serif;
}
.page-template-page-pojedynczaoferta2 .mt-1 {
  margin-top: 10px;
}
.page-template-page-pojedynczaoferta2 .mt-2 {
  margin-top: 20px;
}
.page-template-page-pojedynczaoferta2 .mt-3 {
  margin-top: 30px;
}
.page-template-page-pojedynczaoferta2 .mb-1 {
  margin-bottom: 10px;
}
.page-template-page-pojedynczaoferta2 .mb-2 {
  margin-bottom: 20px;
}
.page-template-page-pojedynczaoferta2 .mb-3 {
  margin-bottom: 30px;
}
.page-template-page-pojedynczaoferta2 #content .back a {
  color: #333333;
}
.page-template-page-pojedynczaoferta2 #content .section-title {
  margin-top: 38px;
  font-weight: bold;
  font-size: 38px;
  line-height: 48px;
  word-wrap: break-word;
}
.page-template-page-pojedynczaoferta2 #content .job-info {
  display: flex;
  flex-direction: column;
}
.page-template-page-pojedynczaoferta2 #content .job-info__ico {
  display: flex;
  align-items: center;
  font-family: 'Averta', sans-serif;
  font-size: 17px;
  color: #7e7e7e;
  font-weight: 500;
}
.page-template-page-pojedynczaoferta2 #content .job-info__ico span {
  margin-left: 10px;
  text-align: left;
}
@media(max-width: 991px) {
  .page-template-page-pojedynczaoferta2 #content .job-info__ico {
    margin-bottom: 20px;
  }
}
@media(min-width: 992px) {
  .page-template-page-pojedynczaoferta2 #content .job-info {
    flex-direction: row;
  }
  .page-template-page-pojedynczaoferta2 #content .job-info__ico {
    margin-right: 60px;
  }
}
.page-template-page-pojedynczaoferta2 #content .page-content {
  border-top: 2px solid #009794;
  padding-top: 40px;
  font-family: 'Averta', sans-serif;
  font-weight: 500;
}
.page-template-page-pojedynczaoferta2 #content .single-entry {
  font-weight: 500;
}
.page-template-page-pojedynczaoferta2 #content .oferta-action {
  border: none;
}
.page-template-page-pojedynczaoferta2 .sidebar-content {
  border: 1px solid #009794;
  padding: 30px;
}
.page-template-page-pojedynczaoferta2 .btn-apply {
  font-size: 20px;
  background: #009794;
  color: #fff;
  border: none;
  border-radius: 7px;
  font-family: 'Averta', sans-serif;
  font-size: 20px;
  line-height: 34px;
  padding: 13px 55px;
  font-weight: bold;
}
.page-template-page-pojedynczaoferta2 .oferta-content h1 {
  font-size: 26px;
}
.page-template-page-pojedynczaoferta2 .oferta-content h2 {
  font-size: 24px;
}
.page-template-page-pojedynczaoferta2 .oferta-content h3 {
  font-size: 18px;
}
.page-template-page-pojedynczaoferta2 .oferta-content ul {
  padding: 0;
  padding-left: 25px;
  list-style: none;
}
.page-template-page-pojedynczaoferta2 .oferta-content ul li {
  position: relative;
  /*margin-bottom: 10px;*/
}
.page-template-page-pojedynczaoferta2 .oferta-content ul li:after {
  content: '';
  position: absolute;
  display: block;
  width:  8px;
  height: 8px;
  background: #009794;
  border-radius: 50%;
  top: 7px;
  left: -20px;
}

.btn-border {
  border: 1px solid #fff;
  padding: 8px 30px;
  white-space: nowrap;
  border-radius: 7px;
  color:  #fff;
  text-align: center;
  font-weight: bold;
}
.btn-border:hover {
  color: #fff;
  background-color: #ff7409;
  border-color: #ff7409;
}
.mb {
  margin-bottom: 20px;
}
.home-job-test .search-header {
  text-align: center;
}
.home-job-test .search-header h1{
  font-family: 'Averta', sans-serif;
  font-weight: bold;
  font-size: 45px;
}
.home-job-test .search-header hr{
  width:  100%;
  max-width: 200px;
}
.home-job-test .over-search {
  margin: 0;
  background: none;
  padding: 0;
}
.home-job-test .over-search span {
  color: #fff;
}
.home-job-test .over-search span {
  color: #fff;
}


.home-job-test .btn {
  position: relative;
  overflow: hidden;
}
.home-job-test .btnText {
  margin-left: 0;
  transition: .3s all;
}
.home-job-test .btnText2 {
  height: 100%;
  width:  60px;
  position: absolute;
  top: 0;
  left: 0;
  background: #00aba7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 0 0 4px;
  transform: translateX(-60px);
  transition: .3s all;
}

.home-job-test .btn:hover .btnText {
  margin-left: 60px;
}
.home-job-test .btn:hover .btnText2 {
  transform: translateX(0);
}



.page-template-page-znajdzprace2 .tv-find-job:before {
  padding-top: 0;
}
.page-template-page-znajdzprace2 .tv .search {
  top: 120px;
}
@media(max-width: 992px) {
  .page-template-page-znajdzprace2 .tv .search {
    top: 30px;
  }
}


/*.home-job-test .btn {
  overflow: hidden;
  position: relative;
  transition: .2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
} 
.home-job-test .btn::after {
  background-color: #ff7409;
  border-radius: 3rem;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: .2s transform ease-out;
  will-change: transform;
  z-index: -1;
}  
.home-job-test .btn:hover::after {
  transform: translate(0, 0);
  border-radius: 4px;
} 
.home-job-test .btn:hover {
  transform: scale(1.05);
  will-change: transform;
}*/


