@charset "UTF-8";
body {
  font-family: 'Montserrat', sans-serif;
}

.date-span:after {
  content: "\f073";
  position: relative;
  top: -52px;
  right: 23px;
  display: block;
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  z-index: 9999;
}

.radio-input-wrapper {
  margin-left: 8px;
}

.extra-margin-left {
  margin-left: 15px;
}

.edit-input-wrapper .extra-margin-bottom {
  margin-bottom: 27px !important;
}

p {
  margin-bottom: 0;
}

.width-400 {
  width: 400px;
}

.width-130 {
  width: 130px;
}

img {
  max-width: 100%;
}

.hidden {
  display: none;
}

.logo-link {
  position: absolute;
  top: 16%;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.navbar {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 95px;
}

.dropdown-toggle::after {
  margin-left: 48%;
  color: #01a8ec;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #004c97;
  font-size: 13px;
  font-weight: 600 !important;
  line-height: 16px;
}

.first-nav-btn {
  width: 170px;
  height: 41px;
  border-radius: 21px;
  background-color: #01a8ec;
  color: #fff;
  border: none !important;
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blue-rectangle-small ::-webkit-input-placeholder, .listing-inputs-wrapper ::-webkit-input-placeholder, .white-opacity ::-webkit-input-placeholder, .form-row ::-webkit-input-placeholder, .blue-rectangle ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #01a8ec !important;
  opacity: 1 !important;
  font-weight: 700 !important;
  /* Firefox */
}

.blue-rectangle-small :-ms-input-placeholder, .listing-inputs-wrapper :-ms-input-placeholder, .white-opacity :-ms-input-placeholder, .form-row :-ms-input-placeholder, .blue-rectangle :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #01a8ec !important;
  opacity: 1 !important;
  font-weight: 700 !important;
  /* Firefox */
}

.blue-rectangle-small ::-ms-input-placeholder, .listing-inputs-wrapper ::-ms-input-placeholder, .white-opacity ::-ms-input-placeholder, .form-row ::-ms-input-placeholder, .blue-rectangle ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #01a8ec !important;
  opacity: 1 !important;
  font-weight: 700 !important;
  /* Firefox */
}

.blue-rectangle-small ::placeholder, .listing-inputs-wrapper ::placeholder, .white-opacity ::placeholder, .form-row ::placeholder, .blue-rectangle ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #01a8ec !important;
  opacity: 1 !important;
  font-weight: 700 !important;
  /* Firefox */
}

.form-wrapper ::-webkit-input-placeholder {
  color: #01a8ec !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}

.form-wrapper :-ms-input-placeholder {
  color: #01a8ec !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}

.form-wrapper ::-ms-input-placeholder {
  color: #01a8ec !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}

.form-wrapper ::placeholder {
  color: #01a8ec !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}

.grey-background .select-wrapper span.caret {
  right: 4%;
}

.first-nav-btn:hover, .second-nav-btn:hover {
  cursor: pointer;
}

.card {
  border-radius: 0 !important;
}

.button-circle {
  color: #01a8ec;
  height: 31px;
  width: 31px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500 !important;
  margin-left: -6px;
}

.flex {
  display: inline-block;
}

.second-nav-btn {
  width: 156px;
  height: 41px;
  border-radius: 21px;
  background-color: #004c97;
  color: #fff;
  border: none !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.city .dropdown-toggle::after {
  margin-left: 5px !important;
}

.fa-user-o {
  font-size: 25px;
  color: #004c97;
}

.mr-auto .dropdown-toggle::after {
  vertical-align: 15px;
}

.even-margin {
  margin-top: 53px;
}

.second-even-margin {
  margin-top: 43px;
  margin-bottom: 40px;
}

.dropdown-toggle::after:hover {
  cursor: pointer;
}

.main-photo {
  background-image: url("../img/header.png");
  background-size: cover;
  background-position: center;
  /*height: 660px;*/
  height: 440px;
}

.main-title-wrapper .headline {
  text-align: center;
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: 16px;
}

.main-title-wrapper h3 {
  color: #ffffff;
  margin-top: 35px;
  font-size: 26px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
}

.main-title-wrapper {
  padding-top: 30%;
}

.white-opacity {
  width: 1171px;
  height: 110px;
  margin-left: -25px;
  border-radius: 55px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0 30px;
  margin-top: 73px;
}

.select-wrapper input.select-dropdown .active {
  top: 20px;
  margin-top: 20px;
}

.search {
  width: 360px !important;
  height: 61px !important;
  border-radius: 31px !important;
  background-color: #ffffff !important;
  color: #01a8ec !important;
  display: inline-block !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  border: none;
}

.kilometers {
  display: inline-block;
  width: 130px;
  height: 61px;
  border-radius: 31px;
  background-color: #ffffff;
  /*padding: 0 15px;*/
  color: #01a8ec;
  border-bottom: none !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  border: none;
}

.main-photo .select-wrapper input.select-dropdown, .main-photo-listing .select-wrapper input.select-dropdown {
  margin-bottom: 0;
  border-bottom: 0;
  width: 100px;
  height: 61px;
  border-radius: 31px;
  background-color: #ffffff;
  padding: 0 15px;
  color: #01a8ec;
  border-bottom: none !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
}

.select-wrapper span.caret {
  right: -14%;
  z-index: 9;
  color: #01a8ec;
  top: 26px;
}

.main-photo.form-control, .main-photo-listing {
  border: none;
}

.search-button {
  width: 196px;
  height: 61px;
  border-radius: 31px;
  background-color: #004c97;
  letter-spacing: 1.5px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.offer-wrapper-1 {
  margin-top: 40px;
}

.search-button:hover {
  cursor: pointer;
}

.margin-top {
  margin-top: 36px;
}

.align {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.city-search, .kilometers {
  margin-left: -45px;
}

.work-search {
  margin-left: -10px !important;
}

.search-button {
  margin-right: -10px;
}

.main .container-fluid {
  padding: 0;
  margin: 0;
}

.main .row {
  padding: 0;
  margin: 0;
}

.recommended-offers {
  height: 555px;
  background-image: url("../img/dark-blue.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 100px 30px 60px;
}

.city-big {
  height: 555px;
  background-image: url("../img/light-blue.png");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 60px 30px 60px;
}

.offers-header {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 16px;
}

.position-name {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.position-description {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.offer-wrapper {
  margin-top: 50px;
}

.offer-city {
  display: inline-block;
  color: #01a8ec;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  float: right;
}

.blue-line {
  height: 2px;
  background-color: #01a8ec;
  width: 100%;
  margin-top: 15px;
}

.white-line {
  height: 2px;
  background-color: #fff;
  width: 100%;
  margin-top: 15px;
}

.offer-piece {
  margin-top: 20px;
}

.see-more {
  width: 161px;
  height: 51px;
  border-radius: 26px;
  background-color: #ffffff;
  color: #004c97;
  border: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 30px;
}

.see-more:hover {
  cursor: pointer;
}

.city-big .offer-city {
  color: #fff;
}

.main {
  margin-top: -5px;
}

.big-city-button {
  background-color: #01a8ec;
  border: none;
  padding: 0;
}

.city-big .dropdown-toggle::after {
  margin-left: 10px;
  color: #fff;
}

.city-big .dropdown-toggle {
  margin-bottom: 0;
}

.icons-header {
  color: #004c97;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 16px;
}

.icons {
  margin-top: 80px;
}

.header-line {
  width: 105px;
  height: 5px;
  background-color: #01a8ec;
  margin: 30px auto;
  margin-bottom: 80px;
}

.icon-description {
  color: #004c97;
  margin-top: 35px;
  font-size: 22px;
  font-weight: 700;
  line-height: 16px;
}

.dots {
  border-top: dotted 3px;
  width: 100%;
  color: #01a8ec;
  margin-top: 63px;
  margin-bottom: 83px;
}

.carousel-section {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), color-stop(55%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(45%, #dd0000), color-stop(50%, #004c97));
  background: linear-gradient(180deg, #fff 55%, rgba(0, 0, 0, 0) 55%), linear-gradient(180deg, #dd0000 45%, #004c97 50%);
  padding-bottom: 1px;
}

.carousel-1 {
  background-image: url("../img/carousel-1.png");
}

.carousel-2 {
  background-image: url("../img/carousel-2.png");
}

.carousel-3 {
  background-image: url("../img/carousel-3.png");
}

.carousel-4 {
  background-image: url("../img/carousel-4.png");
}

.card-top {
  width: 100%;
  height: 212px;
  background-position: center;
}

.card-header-main {
  text-align: center;
  color: #004c97;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
}

.bottom-card-bottom {
  width: 262px !important;
  height: 109px;
  border-radius: 0;
}

.carousel-button {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #01a8ec;
}

.work-section {
  margin-top: 80px;
}

.work-1 {
  background-image: url("../img/work-1.png");
}

.work {
  background-position: center;
  width: 355px;
  height: 255px;
}

.work-2 {
  background-image: url("../img/work-2.png");
}

.work-3 {
  background-image: url("../img/work-3.png");
}

.white-card-header {
  color: #004c97;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.white-card {
  width: 84%;
  margin-top: -50px;
  background-color: #fff;
  padding: 15px;
  margin-left: -1px;
}

.white-card-paragraph {
  color: #343b42;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 25px;
}

footer {
  background-image: url("../img/footer-background.png");
  height: 330px;
  background-size: cover;
  background-position: center;
  margin-top: 130px;
}

footer .container {
  padding-top: 60px;
}

.footer-header {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

footer a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 6px 0;
}

footer a:hover {
  color: #01A8EC !important;
}

.transparent {
  color: transparent;
}

.grey-line {
  height: 1px;
  background-color: #4c565f;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 13px;
}

.footer-bottom {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.footer-bottom a {
  color: #ffffff;
}

/*Listing*/
.listing-inputs-wrapper input {
  border: none;
}

.main-photo-listing {
  background-image: url("../img/main-listing.png");
  background-size: cover;
  background-position: center;
  height: 260px;
}

.main-photo-listing h4 {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 42px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  padding-top: 65px;
  margin-bottom: 20px;
}

.main-photo-listing .search {
  padding-left: 24px;
}

.main-listing .breadcrumb {
  background-color: #fff;
}

.breadcrumb-item a, .breadcrumb-item.active {
  color: #343b42;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-container {
  margin-top: 50px;
}

.breadcrumb-item-bold {
  font-weight: 700 !important;
}

.main-listing-header {
  color: #004c97;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}

.voivodeship {
  height: 61px !important;
  border-radius: 31px;
  border: 1px solid #01a8ec;
  margin: 20px 0 30px 0;
}

.voivodeship-container .select-wrapper span.caret {
  right: 10% !important;
}

.voivodeship-container .select-wrapper input.select-dropdown {
  height: 61px;
}

.main-listing .form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
  height: 16px;
  line-height: 15px;
}

.main-listing .form-check {
  height: 23px;
}

.main-listing .select-dropdown {
  left: -15px;
}

.main-listing .select-wrapper input.select-dropdown {
  border-radius: 31px;
  padding: 0 30px;
  color: #01a8ec;
  border-bottom: none !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
}

.main-listing .grey-background .select-wrapper input.select-dropdown {
  margin: 0 0 5px 0;
  background-color: transparent;
  padding: 0 15px;
  height: 30px;
  border-bottom: none !important;
  color: #004c97;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.grey-background .select-wrapper span.caret {
  color: #004c97;
  top: 10px;
}

.grey-background .md-form {
  margin: 0;
}

.main-listing .select-wrapper input.select-dropdown {
  width: 100%;
}

.grey-background {
  width: 100%;
  height: auto;
  padding: 15px 15px 20px 15px;
  background-color: #f8f8f8;
}

.main-listing .form-check-label {
  color: #343b42;
  font-size: 11px;
  font-weight: 300;
}

.main-listing .form-check {
  padding: 0;
}

.main-listing .form-check-input[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=checkbox]:not(.filled-in) + label:after {
  height: 10px;
  width: 10px;
  border: 1px solid #004c97;
  background-color: #fff;
  top: -3px;
}

.main-listing .form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
  padding-left: 20px;
}

.check-type input[type=checkbox] + label {
  top: 15px;
  margin-left: 10px;
}

.main-listing [type=checkbox]:checked + label:before {
  top: -6px;
  left: -3px;
  width: 8px;
  height: 15px;
  border-color: transparent #01a8ec #01a8ec transparent;
  background-color: #f8f8f8;
}

.form-row .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.line-form {
  height: 2px;
  background-color: #01a8ec;
  width: 20%;
}

.form-row .form-control {
  height: 38px;
  border: 1px solid #01a8ec;
  border-radius: 25px;
  color: #01a8ec;
  padding-left: 35%;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.criteria-description {
  color: #004c97;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.work-years-wrapper {
  margin: 17px auto 25px;
}

.additional-margin {
  margin-top: 15px;
}

.grey-background-borders {
  width: 100%;
  height: auto;
  padding: 15px 50px 15px 50px;
  border-left: 6px solid #155ea5;
  border-right: 6px solid #155ea5;
  background-color: #f8f8f8;
  height: 517px;
}

.grey-background-listing {
  width: 100%;
  padding: 15px 50px 15px 50px;
  background-color: #f8f8f8;
  margin-top: 20px;
  height: 988px;
}

.firm-logo-wrapper {
  width: 129px;
  height: 129px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.firm-logo-wrapper-small {
  width: 99px;
  height: 99px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.main-listing-work-name {
  color: #004c97;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
}

.main-listing-company-name {
  color: #343b42;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin: 15px 0;
}

.main-listing-town {
  color: #343b42;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.blue-listing-button {
  width: 156px;
  height: 41px;
  border-radius: 21px;
  background-color: #004c97;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 15px;
  margin-top: 10px;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.blue-listing-button:hover {
  background-color: #fff;
  border: 2px solid #01a8ec;
  color: #01a8ec;
}

.announcement-date {
  color: #343b42;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
}

.row-listing-margin {
  margin-top: 30px;
}

/*single offer*/
.single-offer-circle {
  width: 203px;
  height: 203px;
  margin: 42px auto;
}

.single-offer-circle-small {
  width: 58px;
  height: 58px;
}

.single-offer-position-name {
  color: #343b42;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.single-offer-piece-of-work-row {
  margin: 18px 0;
}

.single-offer-position-place {
  color: #343b42;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.single-offer-piece-of-work-row .col-md-4, .single-offer-piece-of-work-row .col-md-8 {
  padding: 0;
}

.circle {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.single-offer .breadcrumb {
  margin-top: 30px;
}

.single-offer-company-name {
  color: #004c97;
  font-size: 22px;
  font-weight: 600;
  line-height: 16px;
}

.single-offer-additional-padding {
  padding: 0 15px 15px 15px;
}

.single-offer-more-info {
  color: #343b42;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.single-offer-application {
  width: 156px;
  height: 41px;
  border-radius: 21px;
  background-color: #01a8ec;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0 15px 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  border: 1px solid transparent;
}

.single-offer-application:hover {
  background-color: #fff;
  color: #01a8ec;
  border: 1px solid #01a8ec;
}

.single-offer-additional-padding-2 {
  padding: 30px 15px 25px 15px;
}

.single-offer-icons-link {
  color: #343b42;
  font-size: 10px;
  font-weight: 300;
  line-height: 24px;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-offer-icons-link span {
  color: #004c97;
  font-size: 18px;
  -webkit-transition: all 5s;
  transition: all 5s;
}

.single-offer-icons-link:hover span {
  -webkit-animation-name: star-animation;
          animation-name: star-animation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.single-offer-position-main {
  color: #004c97;
  font-size: 26px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 30px;
}

.number-offer-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 33px 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.blue-vertical-div {
  width: 4px;
  height: 42px;
  background-color: #155ea5;
  margin-right: 15px;
}

.single-offer-padding-3 {
  padding: 50px 65px;
}

.single-offer-background {
  background-repeat: no-repeat;
  background-position: center;
  height: 210px;
  /*background-image: url("../img/single-offer-background.png"); */
}

.single-offer-background img {
  max-height: 210px;
  z-index: 0;
}

.main-offer-description-paragraph {
  color: #343b42;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.blue-div-wrapper {
  margin: 35px 0 25px;
}

.main-offer-description-header {
  color: #343b42;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 23px;
}

.single-offer-work-position-name {
  color: #004c97;
  font-size: 26px;
  font-weight: 700;
  line-height: 16px;
}

.single-offer-number-header {
  color: #343b42;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.single-offer-number-paragraph {
  color: #343b42;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

@-webkit-keyframes star-animation {
  25% {
    color: #01a8ec;
  }
  50% {
    color: #01a8ec;
  }
  100% {
    color: #01a8ec;
  }
}

@keyframes star-animation {
  25% {
    color: #01a8ec;
  }
  50% {
    color: #01a8ec;
  }
  100% {
    color: #01a8ec;
  }
}

/*work-search*/
.main-work-search {
  background-image: url("../img/search-background.png");
  min-height: 1000px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.search-work-footer {
  margin-top: 0;
}

.work-search-header-wrapper {
  padding-top: 100px;
}

.work-search-header {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}

.blue-rectangle {
  padding: 35px 20px;
  background-color: #004c97;
  margin-top: 70px;
  margin-left: 20px;
}

.main-work-search-input {
  border: none;
  height: 61px !important;
  border-radius: 31px !important;
  background-color: #ffffff !important;
  color: #01a8ec !important;
  width: 100%;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  padding-left: 8%;
}

.input-explanation {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  margin-left: 30px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.input-explanation-2 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: -11px;
}

.input-margin {
  margin-top: 15px;
}

.input-icon-wrapper {
  position: relative;
}

.input-icon-wrapper .fa-calendar {
  position: absolute;
  color: #27afed;
  font-size: 30px;
  right: 23px;
  top: 13px;
}

.blue-rectangle .select-wrapper input.select-dropdown, .blue-rectangle .select-wrapper input.select-dropdown {
  margin-bottom: 0;
  border-bottom: none !important;
  width: 100%;
  height: 61px;
  border-radius: 31px;
  background-color: #ffffff;
  padding-left: 8%;
  color: #01a8ec;
  border-bottom: none !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
}

.education-level {
  width: 100%;
  height: 61px;
  border-radius: 31px;
  background-color: #ffffff;
  color: #01a8ec;
  border-bottom: none !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 23px;
}

.blue-rectangle .select-wrapper span.caret {
  right: 10%;
  z-index: 9;
  color: #01a8ec;
  top: 24px;
}

.form-check-label-search-work {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 15px !important;
}

.blue-rectangle-small .form-check-label-search-work {
  line-height: 26px !important;
}

.checkbox-wrapper {
  margin-top: 40px;
}

.blue-rectangle .form-check-input[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=checkbox]:not(.filled-in) + label:after {
  background-color: #fff;
  border: 1px solid #fff;
}

.blue-rectangle .form-check-input[type=checkbox]:checked + label:before {
  border-color: transparent white white transparent !important;
  background-color: #004c97;
}

.blue-rectangle-small .form-check-input[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=checkbox]:not(.filled-in) + label:after {
  background-color: #fff;
  border: 1px solid #fff;
}

.blue-rectangle-small .form-check-input[type=checkbox]:checked + label:before {
  border-color: transparent white white transparent !important;
  background-color: #004c97;
}

.submit-button {
  width: 100%;
  margin-top: 10px;
  height: 61px;
  border-radius: 31px;
  background-color: #01a8ec;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all .4s;
  transition: all .4s;
  border: 1px solid transparent;
}

.submit-button:hover {
  background-color: #fff;
  color: #01a8ec;
  border: 1px solid #01a8ec;
  cursor: pointer;
}

.datepicker:hover {
  cursor: pointer;
}

/*workers-search*/
.main-workers-search {
  background-image: url("../img/search-workers.png");
  height: 1000px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.input-margin-big {
  margin-top: 50px;
}

.small-input-wrapper-1 {
  padding-right: 4px;
}

.small-input-wrapper-2 {
  padding-left: 4px;
}

.additional-padding {
  padding-left: 20px;
}

.search-workers-footer {
  margin-top: 0;
}

/*categories*/
.categories-of-work {
  margin: 80px 0;
}

.categories-of-work-header {
  text-align: center;
  color: #004c97;
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: 600;
  line-height: 16px;
}

.categories-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dark-blue-part {
  width: 100px;
  height: 61px;
  background-color: #004c97;
  border-top-left-radius: 31px;
  border-bottom-left-radius: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.light-blue-button {
  height: 61px;
  background-color: #01a8ec;
  width: 250px;
  border-top-right-radius: 31px;
  border-bottom-right-radius: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.categories-paragraph {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
}

.categories-button-margin {
  margin-top: 30px;
}

/*data-edition*/
.data-edition-header {
  color: #004c97;
  font-size: 26px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 25px;
}

.breadcrumb {
  background-color: #fff;
  padding: .75rem 0;
}

.side-menu {
  background-color: #f8f8f8;
  padding: 25px 30px;
}

.side-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.side-menu ul li {
  padding: 5px 0;
}

.side-menu-link {
  color: #343b42;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.data-edition-container {
  background-color: #f8f8f8;
  padding: 40px 65px 60px;
}

.data-edition-paragraph {
  color: #004c97;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}

.avatar-circle {
  width: 267px;
  height: 267px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.avatar-row {
  margin-top: 30px;
}

.data-edition-input {
  background-color: #fff;
  border: none;
  height: 61px;
  border-radius: 31px;
  width: 100%;
  color: #343b42 !important;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 13px;
}

textarea.data-edition-input {
  padding-top: 15px;
}

.input-description {
  padding-left: 8%;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  /* Text style for "D, ata uro" */
  color: #004c97;
  margin: 10px 0 15px;
}

.input-icon-wrapper-edition {
  position: relative;
}

.input-icon-wrapper-edition .fa-calendar {
  position: absolute;
  color: #004c97;
  font-size: 25px;
  right: 23px;
  top: 17px;
}

.main-edition-datepicker {
  border: none;
  height: 61px !important;
  border-radius: 31px !important;
  background-color: #ffffff !important;
  width: 100%;
  font-size: 15px !important;
  margin-bottom: 13px;
  /* font-weight: 600 !important; */
  padding-left: 8%;
}

.avatar-button {
  width: 182px;
  height: 61px;
  border-radius: 31px;
  background-color: #004c97;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin: 35px auto 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
}

.avatar-row .select-wrapper input.select-dropdown {
  margin-bottom: 0;
  border-bottom: none !important;
  width: 100%;
  height: 61px;
  border-radius: 31px;
  background-color: #ffffff;
  padding-left: 8%;
  color: #343b42;
  border-bottom: none !important;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.avatar-row .select-wrapper span.caret {
  right: 10%;
  color: #004c97;
}

.blue-line-margin {
  margin: 35px 0 50px;
}

.light-blue-rectangle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 67px;
  background-color: #01a8ec;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
  padding: 0 65px;
  margin-bottom: 40px;
}

.save-button {
  width: 174px;
  height: 61px;
  border-radius: 31px;
  background-color: #004c97;
  margin-right: 20px;
}

.save-button-small {
  width: 143px;
  height: 61px;
  border-radius: 31px;
  background-color: #004c97;
  margin-right: 20px;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
}

.cv-button {
  width: 146px;
  height: 61px;
  border-radius: 31px;
  background-color: #01a8ec;
}

.special-padding {
  padding-right: 0;
}

.special-padding-2 {
  padding-left: 0;
}

/*account*/
.avatar-row.company {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.avatar-row .form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
  float: right;
  padding-left: 0;
}

.avatar-row .form-check {
  padding-left: 0;
  margin: 10px 0;
}

.avatar-row .form-check-input[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=checkbox]:not(.filled-in) + label:after {
  width: 19px;
  height: 19px;
  border: 1px solid #004c97;
  background-color: #ffffff;
}

.avatar-row [type=checkbox]:checked + label:before {
  border-color: transparent #01a8ec #01a8ec transparent;
  background-color: #f8f8f8;
  width: 12px;
  height: 19px;
}

.form-check-label:hover {
  cursor: pointer;
}

.additional-margin-header {
  margin-top: 40px;
}

.button-margin {
  margin-top: 20px;
}

.delete {
  color: #343b42;
  font-size: 14px;
  font-weight: 300;
}

.delete-button {
  width: 174px !important;
}

/*completed ads*/
.active-link {
  color: #004c97 !important;
}

.add-button {
  width: 174px;
  height: 41px;
  border-radius: 21px;
  background-color: #004c97;
  float: right;
  position: relative;
  top: -54px;
  font-weight: 400;
  right: 36px;
}

.blue-prev-button {
  width: 174px;
  height: 41px;
  border-radius: 21px;
  background-color: #004c97;
  font-weight: 400;
}

.small-blue-button {
  width: 50px;
  height: 23px;
  border-radius: 12px;
  background-color: #01a8ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  padding: 0 9px;
}

.small-blue-button p, .small-red-button p {
  font-size: 9px;
  color: #fff;
  margin-bottom: 0;
}

.small-blue-button i {
  color: #fff;
  font-size: 11px;
}

.small-buttons-wrapper {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.small-red-button {
  width: 116px;
  height: 23px;
  border-radius: 12px;
  background-color: #e30613;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.end-ads-container {
  padding: 5px 60px 65px 60px;
  background-color: #f8f8f8;
}

.row-listing-margin-2 {
  margin-top: 36px;
}

.ended-ad {
  text-align: right;
  margin-top: 13px;
}

.button-column {
  padding-right: 0;
}

.row-between-margin {
  margin-top: 20px;
}

/* loader */
#my-loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  display: block;
}

.load {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
}

.load hr {
  border: 0;
  margin: 0;
  width: 10%;
  height: 10%;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: spin 2s ease infinite;
          animation: spin 2s ease infinite;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.load :first-child {
  background-color: #004c97;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

.load :nth-child(2) {
  background-color: #01a8ec;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.load :nth-child(3) {
  background-color: #004c97;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.load :last-child {
  background-color: #01a8ec;
}

.preload-logo {
  width: 253px;
  max-width: none;
}

/*observable*/
.small-buttons-wrapper-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 5px;
}

.about-firm-button {
  width: 87px;
  height: 23px;
  border-radius: 12px;
  background-color: #01a8ec;
  color: #ffffff;
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 13px;
}

.about-firm-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blue-check-button {
  width: 154px;
  height: 41px;
  border-radius: 21px;
  background-color: #004c97;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.check-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@-webkit-keyframes spin {
  0%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(160%);
            transform: translate(160%);
  }
  50% {
    -webkit-transform: translate(160%, 160%);
            transform: translate(160%, 160%);
  }
  75% {
    -webkit-transform: translate(0, 160%);
            transform: translate(0, 160%);
  }
}

@keyframes spin {
  0%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(160%);
            transform: translate(160%);
  }
  50% {
    -webkit-transform: translate(160%, 160%);
            transform: translate(160%, 160%);
  }
  75% {
    -webkit-transform: translate(0, 160%);
            transform: translate(0, 160%);
  }
}

.hide-loader {
  opacity: 0;
  z-index: -1 !important;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

/*panel poszukujacego*/
.small-description {
  color: #4a5055;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
  margin-top: 15px;
}

.no-margin-top {
  margin-top: 0;
}

.name-edition-header {
  color: #004c97;
  font-size: 26px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 30px;
}

.column-padding-left {
  padding-left: 60px;
}

.edition-button {
  width: 182px;
  height: 61px;
  border-radius: 31px;
  background-color: #004c97;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer !important;
}

.small-description-wrapper {
  margin: 35px 0 30px;
}

.blue-block-row {
  margin-top: 77px;
}

.big-blue-block {
  background-color: #01a8ec;
  width: 100%;
  height: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}

.big-blue-block-number {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 12px;
}

.big-blue-block-description {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 12px;
  text-align: center;
}

.blue-block-row .col-md-4 {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

/*profil fimy widziany przez użytkownika */
.single-offer-place-paragraph {
  color: #4a5055;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.single-offer-position-firm-name {
  font-size: 26px;
  font-weight: 600;
  line-height: 16px;
  /* Text style for "P, WC Comp" */
  color: #004c97;
  margin-bottom: 13px;
}

.firm-since-date {
  color: #4a5055;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin: 30px 0;
}

.background-margin {
  margin-bottom: 45px;
}

.offers-margin {
  margin: 43px 0 30px;
}

.as-user-sees {
  margin-top: 18px;
  margin-left: 10px;
}

.as-user .row:not(:last-child) {
  margin-bottom: 20px;
}

.map-padding {
  padding: 15px;
}

/* profil poszukujacego firma */
.profile .name-edition-header {
  margin-top: 10px;
}

.pairs-wrapper {
  margin-bottom: 30px;
}

.cv-button {
  width: 139px;
  height: 61px;
  border-radius: 31px;
  background-color: #004c97;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
}

.first-of-type {
  margin-top: 36px;
}

.my-cv-button {
  width: 224px;
  height: 61px;
  border-radius: 31px;
  background-color: #01a8ec;
  color: #ffffff;
  margin-left: 17px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.d-none {
  display: none !important;
}

.hide-buttons {
  margin-top: 15px;
}

/*kontakt*/
.kontakt {
  background-image: url("../img/kontakt.png");
  background-position: left;
  background-size: cover;
  height: 888px;
  background-color: #155ea5;
}

.blue-square-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 43px;
}

.blue-square {
  width: 455px;
  height: 752px;
  background-color: #155ea5;
  padding: 40px;
}

.contact-header {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.header-underline {
  width: 95px;
  height: 3px;
  background-color: #01a8ec;
  margin: 15px auto 0;
}

.white-logo {
  margin: 50px auto 0;
}

.white-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.firm-header {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.firm-data-wrapper {
  margin: 50px auto 0;
  width: 70%;
}

.contact-small {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.firm-data-wrapper i {
  color: #fff;
  font-size: 25px;
}

.firm-data-wrapper div:not(.d-flex) {
  margin-left: 18px;
}

.firm-data-wrapper .d-flex {
  margin-bottom: 20px;
}

.contact-small:hover {
  color: #fff;
}

.minus-margin {
  margin-top: -5px;
}

.first-div {
  margin-left: 25px !important;
}

.firm-map {
  margin-top: 65px;
}

.form-wrapper {
  padding-top: 100px;
}

.main-contact-input {
  width: 418px;
  height: 61px;
  border-radius: 31px;
  background-color: #ffffff;
  border: none;
  padding-left: 22px;
}

.custom-textarea {
  border-radius: 31px;
  border-color: transparent;
  padding-left: 22px;
  padding-top: 20px;
  margin-top: 15px;
}

.form-wrapper .form-check-input[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=checkbox]:not(.filled-in) + label:after {
  background-color: #fff;
  border: 1px solid #fff;
}

.form-wrapper .form-check-input[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=checkbox]:not(.filled-in) + label:after {
  border: 1px solid #004c97;
  background-color: #ffffff;
}

.form-wrapper .form-check-input[type=checkbox]:checked + label:before {
  border-color: transparent white white transparent !important;
  background-color: transparent;
}

.submit-button-contact {
  width: 158px;
  height: 61px;
  border-radius: 30px;
  background-color: #01a8ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  margin-top: 25px;
}

.kontakt-footer {
  margin-top: 0;
}

/*profil-firmy-3*/
.premium-container {
  background-color: #f8f8f8;
  padding: 36px 31px 40px 31px;
}

.premium-descritpion {
  color: #4a5055;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.premium-status {
  color: #51565c;
  line-height: 16px;
  margin-top: 35px;
  margin-bottom: 18px;
  font-size: 26px;
  font-weight: 600;
}

.premium-span {
  color: #0bc306;
}

.premium-date {
  color: #51565c;
  font-size: 14px;
  font-weight: 600;
}

.button-activate {
  width: 262px;
  height: 61px;
  border-radius: 31px;
  background-color: #004c97;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  cursor: pointer;
}

.history-header {
  color: #004c97;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}

.premium-container:last-child {
  margin-top: 35px;
}

.table-header {
  color: #343b42;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 22px;
  text-align: center;
}

.table-wrapper {
  margin-top: 43px;
}

.table-content {
  color: #004c97;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.invoice {
  color: #01a8ec;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 16px;
  display: block;
}

.table-wrapper .col-md-2, .table-wrapper .col-md-3 {
  text-align: center;
}

.history-premium-container {
  background-color: #f8f8f8;
  padding: 20px;
  margin-top: 30px;
}

/*profil-firmy-2*/
.choice {
  color: #4a5055;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.one-month {
  background-image: url("../img/one-month.png");
  background-position: center;
  height: 360px;
  background-size: cover;
  padding: 33px 35px;
}

.my-col-big {
  width: 25%;
  max-width: 25%;
}

.three-months {
  background-image: url("../img/three-months.png");
  background-position: center;
  height: 395px;
  background-size: cover;
  vertical-align: bottom;
  margin-left: -1px;
  padding: 68px 30px;
}

.six-months {
  background-image: url("../img/6-months.png");
  background-position: center;
  height: 430px;
  background-size: cover;
  margin-left: -1px;
  padding: 73px 30px;
}

.light-color {
  color: #c9c9c9;
}

.big-col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.twelve-months {
  background-image: url("../img/12-months.png");
  background-position: center;
  height: 395px;
  background-size: cover;
  margin-left: -1px;
  padding: 68px 20px;
}

.one-month, .three-months, .six-months, .twelve-months, .promote-six, .promote-three {
  position: relative;
}

.premium-active {
  width: 133px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 13.71px;
  text-transform: uppercase;
  border-radius: 31px;
  cursor: pointer;
}

.absolute-button {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 68px);
}

.absolute-button-top {
  position: absolute;
  top: -21px;
  left: calc(50% - 68px);
}

.absolute-button-top .premium-active {
  font-size: 10px;
}

.dark-blue-active {
  background-color: #004c97;
}

.light-blue-active {
  background-color: #01a8ec;
}

.dark-color {
  color: #51565c;
}

.second-light {
  color: #f8f8f8;
}

.white-color {
  color: #fff;
}

.light-blue-color {
  color: #01a8ec;
}

.dark-blue-color {
  background-color: #004c97;
}

.dark-blue-color-text {
  color: #004c97;
}

.package {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.package-name {
  font-weight: 700;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
}

.number {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}

.number-month {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin: -20px 0 50px;
}

.package-price {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.price-span {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.boxes-row {
  margin-top: 40px;
}

/*profil firmy new_3*/
.premium-descritpion {
  color: #4a5055;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.blue-premium-span {
  color: #004c97;
  font-size: 26px;
  font-weight: 600;
}

.expiration {
  color: #004c97;
  font-weight: 600;
}

.expiration-price {
  color: #1daded;
  font-weight: 600;
}

.premium-margin {
  margin: 20px 0 10px;
}

.grey-premium-divider {
  height: 2px;
  background-color: #bcbcbc;
  width: 100%;
  margin: 35px 0;
}

.payment-method {
  color: #004c97;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}

.darker-box {
  width: 179px;
  height: 143px;
  background-color: #f0f0f0;
  border: 5px solid transparent;
  -webkit-transition: border .4s ease-in-out;
  transition: border .4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px 20px 20px;
  position: relative;
}

.darker-box:hover {
  border: 5px solid #01a8ec;
}

.payment-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.payment-choice {
  color: #4a5055;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 95px;
}

.payment-row .button-activate {
  margin-left: auto;
}

.firm-input-description {
  color: #343b42;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
  padding-left: 30px;
}

.firm-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.firm-edition .fa-calendar {
  color: black;
  font-size: 18px;
  top: 21px;
}

.shorter-datepicker {
  width: 88%;
}

.firm-input-wrapper .select-wrapper input.select-dropdown {
  width: 205px;
}

.firm-input-wrapper .education-level {
  width: 205px;
  margin-bottom: 0;
}

.firm-edition .avatar-button {
  margin-top: 20px;
}

.firm-edition .avatar-row .select-wrapper span.caret {
  right: 10%;
  color: black;
}

.firm-textarea {
  border-radius: 31px;
  border: none;
  padding: 30px;
  margin-top: 20px;
}

.small-pdf-button, .small-delete-button {
  width: 34px;
  height: 23px;
  border-radius: 12px;
  background-color: #e30613;
}

.small-cv-button {
  width: 63px;
  height: 23px;
  border-radius: 12px;
  background-color: #01a8ec;
}

.small-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2px;
  padding: 0 9px;
  color: #fff;
}

.small-delete-button {
  margin-right: 0;
}

.small-file-button {
  width: 35px;
  height: 23px;
  border-radius: 12px;
  background-color: #004c97;
}

.small-button i {
  font-size: 13px;
}

.my-cv-para {
  font-size: 10px;
  font-weight: 300;
}

@media (min-width: 992px) {
  .firm-answers .data-edition-header {
    margin-right: 200px;
    line-height: 30px;
  }
}

.firm-answers .main-listing-town {
  margin-top: 33px;
}

.firm-answers .add-button {
  width: 198px;
  height: 41px;
  border-radius: 21px;
  background-color: #004c97;
}

.login-background {
  background-image: url("../img/login-background.jpg");
  background-size: cover;
  background-position: center;
  height: 1024px;
}

.blue-rectangle-small {
  width: 463px;
  height: 374px;
  background-color: #004c97;
  padding: 20px 40px;
  margin: 10px auto 85px;
}

.login-background .work-search-header-wrapper {
  padding-top: 144px;
}

.login-button {
  width: 238px;
  height: 61px;
  border-radius: 30px;
  background-color: #01a8ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 32px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.dont-remember {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  text-align: center;
  display: inline-block;
}

.dont-remember:hover {
  color: #fff;
}

.login-background .checkbox-wrapper {
  margin-top: 15px;
}

.no-account {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.login-footer {
  margin-top: 0;
}

.small-left-padding {
  padding-left: 5px;
}

.small-right-padding {
  padding-right: 5px;
}

.icon-black .fa-calendaer {
  color: black !important;
  font-size: 18px !important;
  top: 21px !important;
  left: 100px !important;
}

.input-icon-wrapper-edition-black {
  position: relative;
}

.input-icon-wrapper-edition-black .fa-calendar {
  color: black;
  font-size: 18px;
  position: absolute;
  top: 22px;
  left: 146px;
}

.calc-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc-row .firm-input-description {
  padding: 0;
  text-align: right;
}

.kalkulator ::-webkit-input-placeholder {
  text-align: center;
}

.kalkulator :-ms-input-placeholder {
  text-align: center;
}

.kalkulator ::-ms-input-placeholder {
  text-align: center;
}

.kalkulator ::placeholder {
  text-align: center;
}

.kalkulator .data-edition-input:focus {
  padding-left: 30px;
}

.kalkulator .data-edition-input {
  padding-left: 0;
  margin-bottom: 15px;
}

.kalkulator {
  background-color: #f8f8f8;
  padding: 40px 50px 30px 0;
}

.grey-input {
  background-color: #ededed;
}

.calc-button {
  width: 143px;
  height: 61px;
  border-radius: 31px;
  background-color: #004c97;
  margin: 55px auto 0;
}

.calc-padding {
  padding-left: 55px;
  margin-bottom: 35px;
}

.calc-row .select-wrapper input.select-dropdown {
  margin-bottom: 0;
  width: 100%;
  height: 61px;
  border-radius: 31px;
  background-color: #ffffff;
  text-align: center;
  color: #343b42;
  border-bottom: none !important;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
  -webkit-transition: padding .3s ease-in-out;
  transition: padding .3s ease-in-out;
}

.calc-row .select-wrapper span.caret {
  right: 20%;
  color: #01a8ec;
}

.small-write-button {
  width: 35px;
  height: 23px;
  border-radius: 12px;
  background-color: #004c97;
  margin-right: 5px;
  font-weight: 300;
  color: #ffffff;
  font-size: 10px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.small-write-button i {
  font-size: 15px;
}

.small-end-button {
  width: 77px;
  height: 23px;
  border-radius: 12px;
  background-color: #e30613;
  color: #ffffff;
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.filter-button {
  width: 143px;
  height: 61px;
  border-radius: 31px;
  background-color: #004c97;
}

.base .select-wrapper input.select-dropdown {
  margin-bottom: 0;
  width: 100%;
  height: 61px;
  border-radius: 31px;
  background-color: #ffffff;
  padding-left: 30px;
  color: #343b42;
  border-bottom: none !important;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
  -webkit-transition: padding .3s ease-in-out;
  transition: padding .3s ease-in-out;
}

.base .select-wrapper span.caret {
  right: 15%;
  color: #01a8ec;
}

.chevron-wrapper {
  margin: 15px auto 0;
  text-align: center;
  cursor: pointer;
}

.chevron-wrapper i {
  color: #b2b2b2;
  font-size: 30px;
}

.hide {
  color: #b2b2b2;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
}

.grey-divider {
  height: 2px;
  background-color: #cfcfcf;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 15px;
}

.person-picture {
  width: 131px;
  height: 131px;
  /*background-image: url("../img/jan-kowalski.jpg");*/
  background-position: center;
  background-size: cover;
}

.base .small-cv-button {
  width: 93px;
}

.base-listing-town {
  color: #343b42;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
  margin-top: 5px;
}

.submit-para {
  color: #343b42;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  font-weight: 300;
  margin-top: 40px;
}

.submit-bold {
  font-weight: 700;
}

.base .data-edition-input {
  margin-bottom: 15px;
}

/* cv nieaktywne */
.pdf-icon {
  width: 140px;
  height: 140px;
  background-size: cover;
  background-position: center;
}

.pdf-1 {
  background-image: url("../img/pdf-icon.jpg");
}

.pdf-2 {
  background-image: url("../img/pdf-blue.jpg");
}

.my-cv-header {
  color: #343b42;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.my-cv-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

.cv-logo {
  margin-top: -17px;
  margin-left: 11px;
}

.cv-desc {
  color: #343b42;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.small-blue-prev-button {
  width: 144px;
  height: 36px;
  border-radius: 18px;
  background-color: #004c97;
  color: #ffffff;
  margin-left: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 9.44px;
}

.status {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-transform: uppercase;
  /* Text style for "S, TATUS" */
  color: #343b42;
  text-align: center;
  margin-bottom: 3px;
}

.not-active {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-transform: uppercase;
  /* Text style for "S, TATUS" */
  font-weight: 700;
  color: #ff0000;
  text-align: center;
  margin-bottom: 40px;
}

.status-wrapper {
  margin-top: -20px;
}

.cv-desc-small {
  color: #343b42;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.pdf-3 {
  background-image: url("../img/portfolio-icon.jpg");
}

.pdf-4 {
  background-image: url("../img/portfolio-blue.png");
}

.red-require {
  color: #ff0000;
  font-weight: 700;
}

.status-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.require {
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  color: #343b42;
  font-weight: 300;
}

.smaller-margin, .require {
  margin-bottom: 20px;
}

/* cv aktywne */
.green-active {
  color: #2bee5d;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 10px;
}

.small-footer-margin {
  margin-top: 50px;
}

.delete-cv-button {
  width: 143px;
  height: 29px;
  border-radius: 15px;
  background-color: #ff0000;
  margin-left: 12px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 7.61px;
}

.small-cv-delete-button {
  width: 66px;
  height: 29px;
  border-radius: 15px;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 7.61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.small-edit-cv-button {
  width: 66px;
  height: 29px;
  border-radius: 15px;
  background-color: #01a8ec;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 7.61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.active-cv .small-buttons-wrapper {
  width: 143px;
  margin-left: 12px;
}

.set {
  color: #01a8ec;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  margin-left: 30px;
  margin-top: 10px;
}

.set-details {
  font-size: 15px;
  line-height: 16px;
  /* Text style for "(dane z pr" */
  color: #343b42;
  font-weight: 300;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #01a8ec;
  top: 3px;
  left: 1.8rem;
}

.switch label .lever:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 17px;
  height: 17px;
  left: 0.1925rem;
}

.switch-span {
  color: #343b42;
  font-size: 15px;
  line-height: 16px;
  font-weight: 600;
}

.switch-desc {
  color: #343b42;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
  /* Text style for "dane firmy" */
  font-weight: 300;
}

.switch {
  margin: 25px 0 35px;
}

.switch label input[type=checkbox]:checked + .lever {
  /*background-color: #fff;*/
  width: 51px;
  margin-right: 7px !important;
}

.switch label .lever {
  width: 51px;
  height: 24px;
  border-radius: 10px;
  margin-right: 7px;
  position: relative;
  top: -2px;
}

.switch label .lever:after {
  top: 3px;
}

.add-work .select-wrapper input.select-dropdown {
  padding-left: 30px;
}

.add-work .select-wrapper span.caret {
  right: 6%;
}

.upload-desc {
  color: #343b42;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.upload {
  margin-left: 30px;
  margin-top: 30px;
}

.upload-button-wrapper {
  margin: 17px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.upload-button-wrapper .upload-desc {
  margin-left: 25px;
}

.add-work .data-edition-paragraph {
  margin-left: 30px;
}

.span-margin {
  margin-left: 30px;
}

.delete-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-work .save-button {
  margin: 40px auto 0;
}

.delete-cross {
  width: 24px;
  height: 24px;
  background-color: #ff0000;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  cursor: pointer;
}

.delete-cross i {
  font-size: 16px;
  color: #fff;
}

.last-select-margin {
  margin-bottom: 60px;
}

.add-input {
  color: #01a8ec;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 30px;
}

.span-margin-input {
  margin-top: 30px;
  margin-bottom: 10px;
}

.my-app-button-blue {
  width: 101px;
  height: 23px;
  border-radius: 12px;
  background-color: #01a8ec;
  color: #ffffff;
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ended-app {
  text-align: right;
  margin-top: 8px;
}

.advice-section {
  margin-top: 70px;
  margin-bottom: 0;
}

.advice-carousel-background {
  background-image: url("../img/porady-background.png");
  height: 400px;
  background-position: right;
  background-size: cover;
  padding: 50px 80px 50px 0;
}

.advice-section .carousel .carousel-indicators li {
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  background-color: transparent;
  border-radius: 50%;
  margin: 0 5px;
}

.advice-section .carousel .carousel-indicators .active {
  background-color: #01a8ec;
}

.advice-section .carousel-indicators {
  bottom: 0;
}

.advice-row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.advice-carousel-header {
  color: #ffffff;
  /* Text style for "J, AK ZOST" */
  font-size: 42px;
  font-weight: 500;
  text-align: right;
}

.advice-row .col-md-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 100px;
}

.carousel {
  margin-bottom: 43px;
}

.tips-para {
  color: #ffffff;
  line-height: 25px;
  font-size: 24px;
  font-weight: 300;
  text-align: right;
  font-weight: 300;
}

.tips-span {
  font-weight: 600;
}

.tips-wrapper {
  margin: 30px 0 40px;
  padding-left: 114px;
}

.carousel-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.carousel-button {
  width: 153px;
  height: 39px;
  border-radius: 20px;
  background-color: #01a8ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.advice-listing .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.advice-background {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 180px;
}

.advice-background-1 {
  background-image: url("../img/porada1.png");
}

.advice-card-body {
  padding: 15px 20px 40px;
  background-color: #f8f8f8;
}

.advice-time {
  /* Text style for "1, 0.12.20" */
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 500;
}

.advice-title {
  color: #155ea5;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 13px;
}

.advice-para {
  color: #343b42;
  /* Text style for "Ut molesti" */
  font-weight: 300;
  line-height: 19px;
  margin-top: 15px;
  font-size: 14px;
}

.advice-card-wrapper {
  position: relative;
}

.advice-button-wrapper {
  bottom: calc(0% - 20px);
  position: absolute;
  left: calc(50% - 76px);
}

.advice-column-margin {
  margin-top: 60px;
}

.advice-background-3 {
  background-image: url("../img/porada3.png");
}

.advice-background-2 {
  background-image: url("../img/porada2.png");
}

.advice-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grey-see-more {
  width: 293px;
  height: 39px;
  border-radius: 20px;
  background-color: #9e9e9e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  margin: 100px auto 0;
}

.see-more-wrapper {
  text-align: center;
}

.date-of-advice {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  margin-top: 10px;
}

.piece-of-advice .advice-carousel-background {
  padding: 70px 80px 40px 0;
}

.advice-narrow {
  width: 80%;
  margin: 50px auto 0;
}

.advice-bold {
  color: #343b42;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: justify;
}

.advice-thin {
  color: #343b42;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px;
  font-weight: 300;
  text-align: justify;
}

.grey-background-advice {
  background-color: #f8f8f8;
  padding: 50px 0;
  margin-top: 50px;
}

.advice-italic {
  color: #343b42;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  font-weight: 400;
}

.italic-bold {
  font-weight: 600;
}

.grey-background-advice .advice-narrow {
  margin: 0 auto;
}

.advice-name {
  text-align: center;
  color: #155ea5;
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 25px;
}

.big-advice-1 {
  background-image: url("../img/porada1-big.png");
}

.big-advice-2 {
  background-image: url("../img/porada2-big.png");
}

.big-advice {
  width: 587px;
  height: 310px;
  background-position: center;
  background-size: cover;
  margin: 50px auto;
}

.advice-narrow-2 {
  width: 80%;
  margin: 0 auto;
}

.no-premium-layer {
  text-align: center;
  position: absolute;
  top: 100px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  background-color: rgba(30, 142, 234, 0.9);
  z-index: 1;
  padding: 200px 15px 0;
}

.no-premium-header {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
}

.error-background {
  background-image: url("../img/error-background.png");
  height: 1013px;
  background-size: cover;
}

.error-header {
  color: #ffffff;
  font-size: 42px;
  text-align: center;
  font-weight: 500;
}

.error-number {
  color: #fff;
  font-size: 150px;
  font-weight: 700;
  line-height: 140px;
  text-align: center;
}

.error-wrapper {
  padding-top: 270px;
}

.no-site {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  /* Text style for "N, ie ma t" */
  font-size: 30px;
  margin-top: 30px;
}

.redirection {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  /* Text style for "" */
  font-size: 18px;
  margin-top: 30px;
}

.redirect-button {
  width: 318px;
  height: 61px;
  border-radius: 30px;
  background-color: #01a8ec;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  margin: 85px auto 0;
  text-align: center;
  display: block;
}

.redirect-button-500 {
  width: 318px;
  height: 61px;
  border-radius: 30px;
  background-color: #01a8ec;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  margin: 170px auto 0;
  text-align: center;
  display: block;
}

.my-application-container {
  background-color: #f8f8f8;
  padding: 35px 30px 56px;
}

.button-column .application-date {
  color: #343b42;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 74px;
}

.blue-para {
  color: #01a8ec;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.application-date {
  color: #343b42;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.wide-divider {
  width: 100%;
  height: 2px;
  background-color: #bcbcbc;
  margin-top: 30px;
  margin-bottom: 30px;
}

.wide-divider-2 {
  width: 100%;
  height: 2px;
  background-color: #bcbcbc;
  margin-bottom: 15px;
}

.blue-para-big {
  font-weight: 600;
  line-height: 24px;
  color: #01a8ec;
  font-size: 18px;
}

.my-application-row {
  margin-bottom: 30px;
}

.my-app-para {
  color: #343b42;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 20px;
  text-align: justify;
}

.my-app-para span {
  font-weight: 500;
  margin-top: 40px;
}

.application-header {
  margin-top: 70px;
}

.asking-wrapper {
  margin: 70px 0 60px;
}

.my-app-button {
  width: 122px;
  height: 28px;
  border-radius: 14px;
  background-color: #01a8ec;
  color: #fefefe;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  margin-left: 40%;
}

.download-button-wrapper {
  position: relative;
}

.download-button-wrapper .my-app-para {
  margin-bottom: 0;
  text-align: right;
}

.absolute-wrapper {
  position: absolute;
  left: -30px;
  top: 5px;
  width: 150px;
}

.absolute-wrapper-2 {
  position: absolute;
  left: -80px;
  top: 5px;
  width: 150px;
}

.center-margin {
  margin-left: 50px;
}

.login-header {
  color: #ffffff;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 45px;
}

.facebook-login {
  width: 312px;
  height: 45px;
  border-radius: 22px;
  background-color: #0675d8;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.facebook-login, .linkedin-login, .login-button, .cancel-textarea, .save-textarea, .login-as-firm, .save-changes-small, .save-template-button, .login-as-user, .apply, .return-button, .prev-portfolio, .see-file, .delete-file, .add-file, .add-main-file, .add-next-file, .save-changes, .modal-btn-yes, .modal-btn-cancel {
  color: #fff;
  border: none;
  cursor: pointer;
}

.login-as-user {
  width: 312px;
  height: 45px;
  border-radius: 22px;
  background-color: #004c97;
  font-size: 14px;
  font-weight: 500;
  line-height: 11.8px;
  text-transform: uppercase;
  margin: 30px auto 10px;
}

.login-as-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login-as-firm {
  width: 312px;
  height: 45px;
  border-radius: 22px;
  background-color: #00a9f4;
  font-size: 14px;
  font-weight: 500;
  line-height: 11.8px;
  text-transform: uppercase;
  margin: 0 auto;
}

.profile-name-label {
  color: #343b42;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.profile-name {
  color: #004c97;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 10px;
}

.template {
  color: #343b42;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 30px;
}

.template-2 {
  color: #343b42;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 30px;
}

.template-square {
  width: 140px;
  height: 140px;
  border-radius: 5px;
  background-color: #add5e5;
}

.template-wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

.template-preview {
  background-size: cover;
}

.second-template {
  margin-left: 23px;
  width: 122px;
}

.second-template .template {
  text-align: center;
}

.prev-portfolio {
  width: 122px;
  height: 28px;
  border-radius: 14px;
  background-color: #01a8ec;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.see-file {
  width: 66px;
  height: 29px;
  border-radius: 15px;
  background-color: #01a8ec;
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
  line-height: 7.61px;
}

.delete-file {
  width: 66px;
  height: 29px;
  border-radius: 15px;
  background-color: #ff0000;
  font-size: 10px;
  font-weight: 500;
  line-height: 7.61px;
  margin-left: 5px;
}

.files-wrapper-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 108px;
}

.files-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button-margin-bottom {
  margin-bottom: 15px;
}

.files-wrapper .my-app-para {
  margin-bottom: 30px;
  line-height: initial;
}

.add-file {
  width: 144px;
  height: 36px;
  border-radius: 18px;
  background-color: #a2a2a2;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 9.44px !important;
}

.btn {
  text-transform: none;
  padding: 0.84rem 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.add-file-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.no-file-add {
  color: #343b42;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin: 0 23px;
}

.add-next-file {
  width: 144px;
  height: 36px;
  border-radius: 18px;
  background-color: #004c97;
  font-size: 12px;
  font-weight: 500;
  line-height: 9.44px;
}

.save-changes {
  width: 169px;
  height: 48px;
  border-radius: 24px;
  background-color: #004c97;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
}

.error-500 {
  background-image: url("../img/500-background.png");
  height: 1047px;
  background-repeat: no-repeat;
  background-size: cover;
}

.problem-wrapper {
  padding-top: 305px;
}

.problem-header {
  color: #ffffff;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.problem-para {
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  width: 80%;
  margin-left: 10%;
}

.problem-para-margin {
  margin-top: 30px;
}

.alert-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  left: 0;
  background-color: rgba(57, 65, 72, 0.5);
  z-index: 9999;
}

.alert-wrapper {
  position: relative;
}

.white-modal {
  width: 418px;
  height: 176px;
  border-radius: 5px;
  border: 1px solid #7c8083;
  background-color: #ffffff;
  position: absolute;
  top: 400px;
  left: calc( 50% - 209px);
  z-index: 9999999;
  padding: 40px 70px 20px 70px;
}

.modal-para {
  color: #004c97;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

.modal-btn-yes {
  width: 91px;
  height: 40px;
  background-color: #01a8ec;
  font-size: 13px;
  font-weight: 400;
  line-height: 10.49px;
  text-transform: uppercase;
  border-radius: 31px;
  margin-right: 8px;
}

.modal-btn-cancel {
  width: 91px;
  height: 40px;
  background-color: #ff0000;
  font-size: 13px;
  font-weight: 400;
  line-height: 10.49px;
  text-transform: uppercase;
  border-radius: 31px;
  margin-left: 8px;
}

.buttons-modal-wrapper {
  margin: 36px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.application_1 .single-offer-company-name {
  text-align: center;
}

.application_1 .single-offer-more-info {
  color: #01a8ec;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.application_1 .single-offer-circle {
  margin: 10px auto 25px;
}

.application_1 .single-offer-application {
  margin: 30px auto 35px;
  width: 169px;
  height: 48px;
  border-radius: 24px;
}

.print-icon-wrapper {
  margin-left: 30px;
}

.application_1 .fa-star-o, .application_1 .fa-print {
  color: #4c5257;
  line-height: 16px;
  font-size: 14px;
}

.application_1 .single-offer-icons-link {
  font-weight: 400;
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.application_1 .single-offer-icons-link:hover {
  font-weight: 400;
  color: #004c97;
}

.application-1 .grey-background {
  padding: 15px 15px 15px 15px;
}

.other-offers {
  color: #343b42;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}

.other-offers-container {
  margin-top: 20px;
  padding: 15px 15px 1px 15px;
}

.other-offers-container .single-offer-position-name {
  color: #004c97;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.other-offers-container .single-offer-position-place {
  color: #01a8ec;
  font-size: 9px;
  font-weight: 600;
  line-height: 16px;
}

.other-offers-wrapper {
  margin-top: 20px;
}

.application-for {
  color: #343b42;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 13px;
}

.application-place {
  color: #01a8ec;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 20px;
}

.application-added {
  color: #343b42;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.application-number {
  color: #7c8792;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 3px;
}

.application-summary {
  background-color: #f8f8f8;
  padding: 30px 25px 37px;
  margin-top: 35px;
}

.application-summary-fixed-height {
  margin-top: 35px;
  background-color: #f8f8f8;
  height: 601px;
  padding: 30px 25px 37px;
}

.choose-documents-background {
  padding: 13px 0;
  background-color: #e8e8e8;
  width: 100%;
  color: #343b42;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}

.choose-documents-background-blue {
  padding: 13px 0;
  background-color: #01a8ec;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}

.document-header {
  color: #01a8ec;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 30px;
}

.documents-row {
  margin-top: 40px;
}

.application-summary .form-check-input[type=radio]:not(:checked) + label:after, .form-check-input[type=radio]:not(:checked) + label:before, label.btn input[type=radio]:not(:checked) + label:after, label.btn input[type=radio]:not(:checked) + label:before {
  width: 18px;
  height: 18px;
  border: 1px solid #7c8083;
  background-color: #ffffff;
}

.application-summary .form-check-input[type=radio].with-gap:checked + label:after, .form-check-input[type=radio]:checked + label:after, label.btn input[type=radio].with-gap:checked + label:after, label.btn input[type=radio]:checked + label:after {
  background-color: #01a8ec;
  width: 18px;
  height: 18px;
}

.application-summary .form-check-input[type=radio].with-gap:checked + label:after, .form-check-input[type=radio].with-gap:checked + label:before, .form-check-input[type=radio]:checked + label:after, label.btn input[type=radio].with-gap:checked + label:after, label.btn input[type=radio].with-gap:checked + label:before, label.btn input[type=radio]:checked + label:after {
  border: 2px solid white;
  -webkit-box-shadow: 0 0 0 1px #7c8083;
          box-shadow: 0 0 0 1px #7c8083;
}

.application-summary .form-check {
  margin-left: 13px;
  margin-bottom: 10px;
}

.appliaction-summary
.form-check-input[type=radio]:checked + label, .form-check-input[type=radio]:not(:checked) + label, label.btn input[type=radio]:checked + label, label.btn input[type=radio]:not(:checked) + label {
  color: #343b42;
  padding-top: 2px;
  font-size: 14px;
  font-weight: 500;
}

.application-summary .form-check-input[type=radio]:checked + label {
  color: #343b42;
  padding-top: 2px;
  font-size: 14px;
  font-weight: 500;
}

.add-file {
  width: 144px;
  height: 36px;
  border-radius: 18px;
  background-color: #a2a2a2;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 9.44px;
}

.only {
  color: #939393;
  font-size: 10px;
  font-weight: 500;
  line-height: 24px;
}

.application-summary .add-file-wrapper {
  margin: 30px 0 10px;
}

.only-margin {
  margin-top: 37px;
}

.apply {
  width: 169px;
  height: 48px;
  border-radius: 24px;
  background-color: #004c97;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 35px;
}

.return-button {
  width: 239px;
  height: 48px;
  border-radius: 24px;
  background-color: #004c97;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  margin: 46px auto 0;
  display: block;
}

.profile-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.cv-name-input {
  width: 330px;
  margin-bottom: 0;
}

.profile-name-wrapper .profile-name {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 10px;
}

.choose-template {
  width: 162px;
  height: 28px;
  border-radius: 14px;
  background-color: #ffffff;
  border-bottom: 0;
  color: #343b42;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.template-wrapper .select-wrapper input.select-dropdown {
  border-bottom: 0;
  width: 162px;
  height: 28px;
  border-radius: 14px;
  background-color: #ffffff;
  border-bottom: 0;
  color: #343b42;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding-left: 16px;
}

.second-template .select-wrapper span.caret {
  right: 10%;
  z-index: 9;
  color: black;
  top: 9px;
}

.select-template .prev-portfolio {
  margin: 9px 0 28px 20px;
  display: block;
}

.save-template-button {
  width: 144px;
  height: 36px;
  border-radius: 18px;
  background-color: #004c97;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 9.44px;
  display: block;
  margin-left: 8px;
}

.edit-cv .template-wrapper {
  margin: 40px 0 65px;
}

.edit-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.edit-input-wrapper .firm-input-description {
  padding-left: 0;
  margin-bottom: 1rem;
  width: 115px !important;
  text-align: left;
}

.edit-input-wrapper .data-edition-input {
  margin-left: 0;
}

.input-description-wrapper {
  width: 120px;
  margin-right: 20px;
}

.input-description-wrapper-smaller {
  width: 60px;
  margin-right: 20px;
}

.input-description-wrapper-big {
  margin-right: 20px;
}

.input-description-wrapper-big .firm-input-description {
  width: 156px !important;
}

.edit-cv .input-icon-wrapper-edition {
  width: 400px;
}

/*.edit-cv .fa-calendar {
    color: black;
    font-size: 18px;
    top: 21px;
    position: absolute;
    right:23px;
}
*/
.edit-input-wrapper .select-wrapper input.select-dropdown {
  border-bottom: 0;
  height: 61px;
  border-radius: 31px;
  background-color: #ffffff;
  border-bottom: 0;
  color: #343b42;
  font-weight: 500;
  line-height: 16px;
  padding-left: 16px;
}

.edit-input-wrapper .select-wrapper span.caret {
  right: 10%;
  z-index: 9;
  color: black;
  top: 26px;
}

.edit-cv .data-edition-paragraph {
  margin-bottom: 26px;
}

.save-changes-small {
  width: 143px;
  height: 61px;
  border-radius: 31px;
  background-color: #004c97;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 35px;
  margin-bottom: 55px;
}

.add-file-textarea {
  border-radius: 31px;
  border: none;
}

.cancel-textarea {
  width: 144px;
  height: 36px;
  border-radius: 18px;
  background-color: #a2a2a2;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 9.44px;
  margin-right: 40px;
}

.save-textarea {
  width: 144px;
  height: 36px;
  border-radius: 18px;
  background-color: #004c97;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 9.44px;
  margin-left: 40px;
}

.edit-cv .form-group {
  margin-bottom: 20px;
  width: 100%;
}

.advice-header {
  color: #155ea5;
  font-size: 34px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  margin-bottom: 50px;
}

.single-advice-background {
  background-image: url("../img/advice-background.png");
  background-size: cover;
  background-position: center;
  height: 400px;
}

.settings-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.edition-wrapper {
  margin-bottom: 50px;
}

.chevron-para {
  color: #343b42;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.edit-chevron-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0 15px;
}

.edit-chevron-wrapper i {
  color: #343b42;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 10px;
}

.all-chevron-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.question {
  width: 24px;
  height: 24px;
  background-color: #ffa1a1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.question i {
  color: #fff;
}

.settings-wrapper .data-edition-paragraph {
  margin-bottom: 0;
}

.input-icon-school {
  position: relative;
  width: 100%;
}

.input-icon-school .fa-list-alt {
  position: absolute;
  right: 30px;
  color: black;
  font-size: 18px;
  top: 21px;
}

.carret-wrapper .select-wrapper span.caret {
  right: 34px;
  z-index: 9;
  color: black;
  top: 26px;
}

.mandatory-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mandatory-para {
  color: #343b42;
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
}

.second-mandatory {
  line-height: 18px;
  margin-left: 14px;
}

.mandatory-wrapper .cancel-textarea {
  margin-right: 10px;
}

.mandatory-wrapper .save-textarea {
  margin-left: 10px;
}

.add-inputs-data {
  width: 364px;
  height: 36px;
  border-radius: 18px;
  background-color: #cecece;
  color: #004c97;
  margin: 35px auto 70px;
  font-size: 12px;
  font-weight: 600;
  line-height: 9.44px;
  display: block;
  border: none;
  cursor: pointer;
}

.select-input-wide {
  width: 156px !important;
  padding-left: 0;
  margin-bottom: 1rem;
  color: #343b42;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
}

.select-margin {
  margin-left: 35px;
}

.hobby {
  margin-top: 40px;
}

.add-inputs-data:nth-last-of-type() {
  margin-bottom: 0;
}

.last-data {
  margin-bottom: 0;
}

.input-icon-wrapper-edition-xs {
  width: 130px;
  position: relative;
}

.edit-input-wrapper .form-check-input[type=radio]:checked + label, .edit-input-wrapper .form-check-input[type=radio]:not(:checked) + label, .edit-input-wrapper label.btn input[type=radio]:checked + label, .edit-input-wrapper label.btn input[type=radio]:not(:checked) + label {
  color: #343b42;
  font-size: 15px;
  font-weight: 300;
  padding-top: 0;
}

.edit-input-wrapper .form-check {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
}

.three-elements-wrapper .form-check {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.calc-wrapper {
  height: 327px;
  background-color: #004c97;
  text-align: center;
  padding: 40px 0 50px;
  width: 100%;
  margin-top: 35px;
}

.salary-amount {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 16px;
  margin-bottom: 15px;
}

.calc-input {
  width: 314px;
  height: 61px;
  border-radius: 30px;
  background-color: #ffffff;
  border: 0;
  color: #004c97;
  font-size: 30px;
  font-weight: 600;
  line-height: 16px;
  margin: 0 auto;
  text-align: center;
}

.calc-wrapper ::-webkit-input-placeholder {
  color: #004c97;
  font-size: 30px;
  font-weight: 600;
  opacity: 1;
}

.calc-wrapper :-ms-input-placeholder {
  color: #004c97;
  font-size: 30px;
  font-weight: 600;
  opacity: 1;
}

.calc-wrapper ::-ms-input-placeholder {
  color: #004c97;
  font-size: 30px;
  font-weight: 600;
  opacity: 1;
}

.calc-wrapper ::placeholder {
  color: #004c97;
  font-size: 30px;
  font-weight: 600;
  opacity: 1;
}

.salary-radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0;
}

.salary-radio-wrapper
.form-check-input[type=radio]:checked + label, .salary-radio-wrapper .form-check-input[type=radio]:not(:checked) + label, .salary-radio-wrapper label.btn input[type=radio]:checked + label, .salary-radio-wrapper label.btn input[type=radio]:not(:checked) + label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  padding-top: 0;
}

.save-salary {
  width: 143px;
  height: 61px;
  border-radius: 31px;
  background-color: #01a8ec;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
  border: none;
}

.calc-para {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.insurance-wrapper {
  width: 190px;
  margin-right: 43px;
}

.insurance-wrapper .calc-para {
  text-align: right;
}

.insurance-amount {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.calc-insurance-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.big-calc-wrapper {
  height: auto;
  padding-bottom: 35px;
}

.all-calc-wrapper {
  margin-top: 25px;
}

.file-path::-webkit-input-placeholder {
  color: #343b42;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.file-path:-ms-input-placeholder {
  color: #343b42;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.file-path::-ms-input-placeholder {
  color: #343b42;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.file-path::placeholder {
  color: #343b42;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.md-form input[type=text] {
  border-bottom: none;
}

@media only screen and (max-width: 1200px) {
  .radio-input-wrapper {
    margin-left: 0;
  }
  .extra-margin-left {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .three-elements-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .second-template {
    margin-left: 12px;
  }
  .three-elements-wrapper .form-check {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .print-icon-wrapper {
    margin-left: 0;
  }
  .problem-para {
    width: 100%;
    margin-left: 0;
  }
  .center-margin {
    margin-left: -15px;
  }
  .download-button-wrapper .my-app-para {
    font-size: 12px;
  }
  .absolute-wrapper {
    position: absolute;
    left: -45px;
  }
  .absolute-wrapper-2 {
    left: -90px;
  }
  .error-background {
    background-position: center;
  }
  .small-edit-cv-button {
    margin-bottom: 10px;
  }
  .small-edit-cv-button, .small-cv-delete-button {
    width: 144px;
  }
  .pdf-icon {
    width: 100px;
    height: 100px;
  }
  .my-cv-header {
    font-size: 12px;
  }
  .status, .not-active, .require, .green-active {
    margin-left: 36px;
  }
  .require {
    text-align: center;
  }
  .base .small-cv-button {
    width: 147px;
  }
  .base .small-buttons-wrapper {
    margin-left: 24px;
  }
  .small-end-button, .small-write-button {
    margin-top: 5px;
  }
  .input-icon-wrapper-edition-black .fa-calendar {
    left: 115px;
  }
  .shorter-datepicker {
    width: 100% !important;
  }
  .firm-settings .small-left-padding {
    padding-left: 15px !important;
  }
  .firm-settings .small-right-padding {
    padding-left: 15px !important;
  }
  .small-button {
    width: 147px;
    margin-top: 5px;
    margin-right: 8px;
  }
  .firm-input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .firm-input-wrapper .select-wrapper input.select-dropdown {
    width: 100%;
  }
  .firm-input-description {
    padding-left: 0;
    margin-bottom: 13px;
  }
  .firm-input-description:last-of-type {
    margin-top: 3px;
  }
  .darker-box {
    width: 150px;
  }
  .payment-row .col-sm-6 {
    padding: 0 7px;
  }
  .package-name {
    font-size: 18px;
  }
  .package-price {
    font-size: 30px;
  }
  .boxes-row {
    margin-top: 40px;
  }
  .blue-square {
    padding: 20px;
    width: auto;
    height: auto;
  }
  .main-contact-input {
    width: 100%;
  }
  .kontakt .col-md-7 {
    padding-left: 50px;
  }
  .main-listing-work-name {
    line-height: 22px;
  }
  .end-ads-container {
    padding: 5px 20px 40px 20px;
  }
  .end-ads-container .col-md-3, .end-ads-container .col-md-6 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .blue-prev-button {
    width: 147px;
  }
  .small-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .small-red-button {
    margin-top: 5px;
  }
  .ended-ad {
    text-align: center;
  }
  .add-button {
    right: 0;
  }
  .avatar-row .form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
    float: left;
  }
  .form-check-label {
    padding-left: 35px;
  }
  .avatar-row .form-check-label {
    font-size: 13px;
  }
  .light-blue-rectangle {
    height: auto;
    padding: 20px;
  }
  .main-work-search-input {
    font-size: 13px !important;
  }
  /*single-offer*/
  .single-offer-circle {
    width: 180px;
    height: 180px;
    margin: 20px auto;
  }
  .single-offer-background {
    background-position: right;
  }
  .single-offer-piece-of-work-row .col-md-4, .single-offer-piece-of-work-row .col-md-8 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .single-offer-additional-padding-2 {
    padding: 30px 10px 25px 10px;
  }
  /* main-listing*/
  .main-listing .form-check {
    height: auto;
  }
  .main-listing .grey-background .select-wrapper input.select-dropdown {
    font-size: 15px;
  }
  .second-nav-btn, .first-nav-btn {
    width: auto;
  }
  .button-circle {
    margin-left: 0;
  }
  .nav-flex-icons .mr-2 {
    margin-right: 2px !important;
  }
  .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 11px;
  }
  .white-opacity {
    width: auto;
  }
  .search {
    width: 250px !important;
  }
  .offers-header {
    font-size: 26px;
  }
  .work {
    width: 299px;
  }
  .card-top {
    background-repeat: no-repeat;
  }
  .bottom-card-bottom {
    margin: 0 auto;
  }
  .option .col-md-6 {
    margin-bottom: 50px;
  }
  .carousel-section {
    padding-bottom: 0;
    background: initial !important;
    background-color: #fff;
  }
  .card-top {
    margin-top: 60px;
  }
  .cv-button, .my-cv-button {
    width: auto;
    padding: 0 10px;
  }
  .profile .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .my-cv-button {
    margin: 10px 0 0 0;
  }
  .firm-answers .main-listing-town {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .three-elements-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .second-template {
    margin-left: 12px;
  }
  .three-elements-wrapper .form-check {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mandatory-wrapper .cancel-textarea {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mandatory-wrapper .save-textarea {
    margin-left: 0;
  }
  .input-description-wrapper-smaller {
    width: 120px;
  }
  .other-offers-wrapper .single-offer-circle-small {
    width: 52px;
    height: 52px;
  }
  .only-margin {
    margin-top: 0;
  }
  .document-header {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .documents-row {
    margin-top: 0;
  }
  .print-icon-wrapper {
    margin-left: 15px;
  }
  .choose-documents-background {
    line-height: 20px;
  }
  .documents-row .col-lg-6 {
    margin-top: 20px;
  }
  .application_1 .single-offer-icons-link {
    font-weight: 400;
    color: #a8a8a8;
    font-size: 12px;
  }
  .login-background .work-search-header-wrapper {
    padding-top: 205px;
  }
  .no-file-add {
    margin: 0 12px;
  }
  .my-application-container .main-listing-company-name {
    margin: 0;
    line-height: 17px;
  }
  .my-application-row {
    margin-bottom: 0;
  }
  .my-application-row .col-lg-6, .my-application-row .col-lg-4 {
    margin-bottom: 20px;
  }
  .absolute-wrapper-2 {
    left: -29px;
  }
  .asking-wrapper {
    margin: 20px 0 40px;
  }
  .application-column .application-date {
    font-size: 13px;
  }
  .firm-logo-wrapper-small {
    width: 79px;
    height: 79px;
  }
  .error-number {
    font-size: 100px;
  }
  .error-header {
    font-size: 35px;
  }
  .error-background {
    background-position: center;
  }
  .no-premium-layer {
    top: 70px;
  }
  .big-advice {
    width: auto;
  }
  .piece-of-advice .advice-carousel-background {
    padding: 40px 40px 40px 0;
  }
  .advice-carousel-background {
    padding: 60px 20px 20px 0;
  }
  .advice-carousel-header {
    font-size: 32px;
  }
  .tips-wrapper {
    margin: 20px 0 40px;
    padding-left: 50px;
  }
  .tips-para {
    font-size: 19px;
  }
  .shorter-datepicker {
    width: 100%;
  }
  .small-edit-cv-button {
    margin-bottom: 5px;
  }
  .small-edit-cv-button, .small-cv-delete-button, .delete-cv-button {
    width: 124px;
  }
  .small-edit-cv-button, .small-cv-delete-button {
    margin-right: 28px;
  }
  .active-cv .small-buttons-wrapper {
    margin-left: 0;
    margin-right: 20px;
    width: 100%;
  }
  .active-cv .green-active {
    margin-right: 32px;
  }
  .pdf-icon {
    width: 100px;
    height: 100px;
  }
  .my-cv-header {
    font-size: 12px;
  }
  .require {
    text-align: center;
  }
  .my-cv-logo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 13px;
  }
  .status, .not-active, .require {
    margin-right: 33px;
  }
  .not-active {
    margin-bottom: 20px;
  }
  .cv-logo {
    margin-top: 0;
  }
  .cv-row {
    margin-bottom: 50px;
  }
  .small-blue-prev-button {
    width: 124px;
  }
  .base .small-cv-button {
    width: 147px;
  }
  .base .small-buttons-wrapper {
    margin-left: 0;
  }
  .base .row-listing-margin .small-left-padding {
    padding-left: 15px;
  }
  .person-picture {
    width: 99px;
  }
  .base .small-left-padding {
    padding-left: 15px;
  }
  .base .small-right-padding {
    padding-right: 15px;
  }
  .base .select-wrapper span.caret {
    right: 8%;
  }
  .small-end-button, .small-write-button {
    margin-top: 5px;
  }
  .calc-row .firm-input-description {
    padding: 0;
    text-align: center;
    margin-top: 15px !important;
  }
  .calc-row .select-wrapper span.caret {
    right: 36%;
  }
  .input-icon-wrapper-edition-black .fa-calendar {
    left: 400px;
  }
  .firm-settings .small-left-padding {
    padding-left: 15px;
  }
  .firm-settings .small-right-padding {
    padding-right: 15px;
  }
  .header-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .firm-answers .add-button {
    position: static;
    margin-bottom: 15px;
  }
  .small-button {
    width: 147px;
    margin-top: 5px;
  }
  .firm-answers .main-listing-town {
    margin-top: 0;
  }
  .firm-input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .firm-input-wrapper .select-wrapper input.select-dropdown {
    width: 100%;
  }
  .firm-input-description {
    padding-left: 0;
    margin-bottom: 13px;
  }
  .firm-input-description:last-of-type {
    margin-top: 3px;
  }
  .age {
    margin-top: 57px;
  }
  .payment-row .col-md-6 {
    margin: 10px auto;
  }
  .package-name {
    font-size: 16px;
  }
  .package-price {
    font-size: 25px;
  }
  .boxes-row {
    margin-top: 40px;
  }
  .three-months, .twelve-months {
    padding: 68px 15px;
  }
  .six-months {
    padding: 73px 15px;
  }
  .one-month {
    padding: 33px 15px;
  }
  .number {
    font-size: 42px;
  }
  .number-month {
    font-size: 20px;
  }
  .premium-active {
    width: 102px;
  }
  .absolute-button {
    left: calc(50% - 51px);
  }
  .absolute-button-top .premium-active {
    width: 133px;
  }
  .table-wrapper .col-md-2, .table-wrapper .col-md-3 {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    max-width: 25%;
    padding: 0;
  }
  .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 13px 0;
  }
  .blue-square {
    padding: 20px;
    width: auto;
    height: auto;
  }
  .main-contact-input {
    width: 100%;
  }
  .kontakt .col-md-7 {
    padding-left: 50px;
    padding-right: 0;
  }
  .contact .col-md-5 {
    padding: 0;
  }
  .kontakt {
    background-position: -120px;
  }
  .cv-button, .my-cv-button {
    width: auto;
    padding: 0 10px;
  }
  .profile .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .my-cv-button {
    margin: 10px 0 0 0;
  }
  .profile .name-edition-header {
    font-size: 24px;
  }
  .as-user .main-listing-company-name {
    line-height: 17px;
    margin: 5px 0;
  }
  .as-user .main-listing-work-name {
    margin-bottom: 0;
  }
  .as-user .row:not(:last-child) {
    margin-bottom: 40px;
  }
  .as-user .about-firm-wrapper {
    display: block;
  }
  .as-user .about-firm-button {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .column-padding-left {
    padding-left: 15px;
  }
  .name-edition-header {
    margin-top: 0;
  }
  .observable-offers .row .col-md-3:first-child {
    margin-left: -15px;
  }
  .observable-offers .row .col-md-6 {
    margin-left: -20px;
  }
  .blue-check-button {
    width: 130px;
    height: 30px;
  }
  .main-listing-company-name {
    line-height: 22px;
  }
  .end-ads-container {
    padding: 5px 20px 40px 20px;
  }
  .end-ads-container .col-md-3, .end-ads-container .col-md-6 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .blue-prev-button {
    width: 147px;
  }
  .small-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 32px;
  }
  .small-red-button {
    margin-top: 5px;
  }
  .ended-ad {
    text-align: center;
  }
  .add-button {
    right: 0;
  }
  .small-blue-button {
    margin-right: 0;
  }
  .blue-prev-button {
    height: 40px;
  }
  .avatar-row .form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
    float: left;
  }
  .form-check-label {
    padding-left: 35px;
  }
  .avatar-row .form-check-label {
    font-size: 13px;
  }
  .special-checkbox {
    top: 0;
  }
  .avatar-row .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .avatar-row .form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
    position: static;
  }
  /*single-offer*/
  .single-offer-circle {
    width: 180px;
    height: 180px;
    margin: 20px auto;
  }
  .single-offer-background {
    background-position: right;
  }
  .single-offer-piece-of-work-row .col-md-4, .single-offer-piece-of-work-row .col-md-8 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .single-offer-additional-padding-2 {
    padding: 30px 10px 25px 10px;
  }
  .single-offer-padding-3 {
    padding: 20px;
  }
  .single-offer-work-position-name {
    line-height: 24px;
  }
  /* main-listing*/
  .grey-background-borders, .grey-background-listing {
    padding: 15px;
    height: auto;
  }
  .main-listing .form-check {
    height: auto;
  }
  .firm-logo-wrapper {
    width: 80px;
    height: 80px;
  }
  .main-listing-work-name {
    font-size: 16px;
  }
  .blue-listing-button {
    font-size: 12px;
    width: 120px;
  }
  .main-listing-company-name {
    font-size: 14px;
  }
  .grey-background-borders .col-md-6, .grey-background-listing .col-md-6 {
    padding: 0;
  }
  .listing-button, .announcement-date {
    margin-left: -35px;
  }
  .main-photo-listing .city-search, .main-photo-listing .kilometers {
    margin-left: 0;
  }
  .listing-inputs-wrapper {
    width: 690px !important;
  }
  .main-photo-listing {
    height: 300px;
  }
  /*search-work*/
  .work-search-header-wrapper {
    padding-top: 30px;
  }
  .blue-rectangle {
    margin-top: 225px;
  }
  .main-listing .grey-background .select-wrapper input.select-dropdown {
    font-size: 15px;
  }
  .button-circle {
    margin-left: 0;
  }
  .nav-flex-icons .mr-2 {
    margin-right: 0 !important;
  }
  .white-opacity {
    width: 690px;
  }
  .search {
    width: 250px !important;
  }
  .offers-header {
    font-size: 26px;
  }
  .work {
    margin: 0 auto;
  }
  .white-card {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .white-card-paragraph {
    width: 355px;
    margin: 0 auto;
    text-align: justify;
  }
  .card-top {
    background-repeat: no-repeat;
  }
  .bottom-card-bottom {
    margin: 0 auto;
  }
  .option .col-md-6 {
    margin-bottom: 50px;
  }
  .carousel-section {
    padding-bottom: 0;
    background: initial !important;
    background-color: #fff;
  }
  .card-top {
    margin-top: 60px;
  }
  .no-display {
    display: none;
  }
  .hidden {
    display: block;
  }
  .navbar .nav-flex-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar {
    height: auto;
  }
  .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    text-align: center;
  }
  .mr-auto .dropdown-toggle::after {
    display: block;
    margin: 2px auto;
  }
  .mr-auto .show {
    width: 80%;
    text-align: center;
    margin-left: 10%;
  }
  .navbar .dropdown-menu {
    position: static;
  }
  .navbar-nav .pt-2 {
    padding-top: 0 !important;
  }
  .first-nav-btn {
    margin-bottom: 10px;
  }
  .white-opacity {
    height: 192px;
    margin-left: 0;
  }
  .work-search {
    margin-left: -35px !important;
  }
  .kilometers {
    margin-right: 13px;
  }
  .recommended-offers, .city-big {
    padding: 30px 15px 15px 15px;
  }
  .bottom-row {
    margin-top: 80px;
  }
  .white-card a {
    margin-top: 10px !important;
  }
  .footer-header {
    font-size: 13px;
  }
  footer a {
    font-size: 12px;
  }
  .categories-paragraph {
    margin-right: 10px;
  }
  .data-edition-container {
    padding: 25px;
  }
  .avatar-circle {
    width: 200px;
    height: 200px;
  }
  .side-menu {
    padding: 15px;
  }
  .light-blue-rectangle {
    padding: 20px;
    line-height: 20px;
  }
  .first-of-type {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .only {
    margin-top: 10px;
  }
  .second-tempalte {
    margin-bottom: 15px;
  }
  .three-elements-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .second-template {
    margin-left: 12px;
    margin-bottom: 20px;
  }
  .three-elements-wrapper .form-check {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mandatory-wrapper .cancel-textarea {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mandatory-wrapper .save-textarea {
    margin-left: 0;
  }
  .second-template .select-wrapper span.caret {
    top: 18px;
  }
  .select-template .prev-portfolio {
    margin: 26px 0 12px 20px;
  }
  .input-description-wrapper-smaller {
    width: 120px;
  }
  .edit-cv .template-wrapper {
    margin: 40px auto 6px;
  }
  .advice-header {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 24px;
  }
  .advice-section {
    margin-top: 40px;
  }
  .grey-see-more {
    margin-bottom: 45px;
  }
  .application-summary-fixed-height {
    height: auto;
  }
  .result-column {
    margin-top: 30px;
  }
  .only-margin {
    margin-top: 0;
  }
  .document-header {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .documents-row {
    margin-top: 0;
  }
  .application_1 .single-offer-application {
    margin: 20px auto 20px;
  }
  .application_1 .single-offer-position-main {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 18px;
  }
  .only {
    line-height: initial;
  }
  .application_1 .single-offer-piece-of-work-row {
    margin: 10px 0;
  }
  .application-summary .form-check-input[type=radio]:checked + label {
    font-size: 12px;
  }
  .appliaction-summary .form-check-input[type=radio]:checked + label, .form-check-input[type=radio]:not(:checked) + label, label.btn input[type=radio]:checked + label, label.btn input[type=radio]:not(:checked) + label {
    font-size: 12px;
  }
  .application-for {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .other-offers-container .single-offer-position-name, .other-offers-container .single-offer-position-place {
    text-align: center;
  }
  .print-icon-wrapper {
    margin-left: 0;
  }
  .choose-documents-background, .choose-documents-background-blue {
    line-height: 17px;
    padding: 11px;
    font-size: 14px;
  }
  .documents-row .col-lg-6 {
    margin-top: 20px;
  }
  .application_1 .single-offer-icons-link {
    font-weight: 400;
    color: #a8a8a8;
    font-size: 12px;
  }
  .error-500 {
    background-image: url("../img/500-backgound-mobile.png");
    background-position: center;
  }
  .my-application-container .main-listing-company-name {
    line-height: 17px;
  }
  .blue-para {
    text-align: center;
  }
  .main-listing-work-name {
    text-align: center;
  }
  .my-application-row {
    margin-bottom: 0;
  }
  .my-application-row .col-lg-6, .my-application-row .col-lg-4 {
    margin-bottom: 20px;
  }
  .absolute-wrapper-2 {
    left: -29px;
  }
  .asking-wrapper {
    margin: 20px 0 40px;
  }
  .application-column .application-date {
    font-size: 13px;
    text-align: center;
  }
  .firm-logo-wrapper-small {
    margin: 0 auto 10px;
  }
  .big-advice {
    width: auto;
  }
  .advice-column-margin {
    margin-top: 0;
  }
  .advice-card-wrapper {
    margin-top: 50px;
  }
  .ended-app {
    text-align: center;
  }
  .recommended-column {
    margin-top: 30px;
  }
  .data-edition-header {
    font-size: 22px;
  }
  .add-work .select-wrapper input.select-dropdown {
    padding-left: 30px !important;
  }
  .add-work .small-blue-prev-button {
    margin: 0;
  }
  .small-edit-cv-button, .small-cv-delete-button {
    margin: 0 auto 5px;
  }
  .active-cv .small-buttons-wrapper {
    margin: 5px auto 0;
  }
  .delete-cv-button {
    margin: 5px auto 0;
  }
  .my-cv-logo-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pdf-icon {
    margin: 0 auto 10px;
  }
  .cv-desc {
    text-align: center;
  }
  .status-wrapper {
    margin-top: 15px;
  }
  .my-cv-logo-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .small-blue-prev-button {
    margin: auto;
  }
  .my-cv-header {
    font-size: 17px;
  }
  .not-active {
    margin-bottom: 20px;
  }
  .my-cv-logo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cv-logo {
    margin-top: 5px;
    margin-left: 0;
  }
  .cv-row {
    margin: 30px 0;
  }
  .cv-desc-small {
    text-align: center;
  }
  .base .small-left-padding {
    padding-left: 15px;
  }
  .base .small-right-padding {
    padding-right: 15px;
  }
  .base .select-wrapper span.caret {
    right: 8%;
  }
  .base .select-wrapper input.select-dropdown {
    height: 61px !important;
    font-size: 15px !important;
  }
  .base .select-wrapper span.caret {
    top: 26px;
  }
  .person-picture {
    margin: 0 auto 10px;
  }
  .base .col-md-6 {
    text-align: center;
  }
  .submit-para {
    margin-top: 20px;
  }
  .base .small-buttons-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .base .row-listing-margin-2 {
    margin-bottom: 30px;
  }
  .active-offers .small-buttons-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cal-padding {
    margin-bottom: 15px;
  }
  .calc-row .firm-input-description {
    padding: 0;
    text-align: center;
    margin-top: 15px !important;
  }
  .calc-row .select-wrapper span.caret {
    right: 36%;
    top: 26px;
  }
  .calc-row .select-wrapper input.select-dropdown {
    height: 61px !important;
    font-size: 15px !important;
  }
  .input-icon-wrapper-edition-black .fa-calendar {
    left: initial;
    right: 23px !important;
  }
  .firm-settings .data-edition-input {
    padding-left: 12px;
  }
  .shorter-datepicker {
    padding-left: 12px !important;
    width: 100%;
  }
  .firm-settings .small-left-padding {
    padding-left: 15px;
  }
  .firm-settings .small-right-padding {
    padding-right: 15px;
  }
  .header-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .firm-answers .small-buttons-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .firm-input-wrapper {
    display: block;
  }
  .firm-input-wrapper .select-wrapper input.select-dropdown {
    width: 100%;
  }
  .firm-input-description {
    padding-left: 0;
    margin-bottom: 13px;
  }
  .firm-input-description:last-of-type {
    margin-top: 3px;
  }
  .firm-input-wrapper .education-level {
    width: 100%;
  }
  .second-even-margin, .even-margin {
    margin: 0 auto 0;
  }
  .even-margin .col-md-12, .second-even-margin .col-md-12 {
    padding: 0;
  }
  .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 13px 0;
  }
  .blue-square {
    padding: 20px;
    width: 100%;
    height: auto;
  }
  .main-contact-input {
    width: 100%;
  }
  .kontakt .col-md-7 {
    padding: 15px;
  }
  .contact .col-md-5 {
    padding: 15px;
  }
  .kontakt {
    background-image: url("../img/kontakt-mobile.png");
    background-color: #155ea5;
    background-repeat: no-repeat;
    height: auto;
    background-position: left;
  }
  .submit-button-contact {
    margin-bottom: 50px;
  }
  .form-wrapper {
    padding-top: 50px;
  }
  .d-none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .cv-button, .my-cv-button {
    width: auto;
    padding: 0 10px;
  }
  .profile .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .my-cv-button {
    margin: 10px 0 0 0;
  }
  .profile .name-edition-header {
    font-size: 24px;
  }
  .profile {
    text-align: center;
  }
  .hide-buttons {
    display: none !important;
  }
  .map-padding {
    margin-bottom: 20px;
  }
  .column-padding-left {
    padding-left: 15px;
    text-align: center;
  }
  .name-edition-header {
    margin-top: 20px;
  }
  .edition-button {
    margin: 0 auto;
  }
  .big-blue-block {
    margin-top: 5px;
    height: 125px;
  }
  .big-blue-block-number {
    font-size: 37px;
  }
  .small-red-button {
    margin-top: 10px;
  }
  .observable-offers {
    text-align: center;
  }
  .about-firm-wrapper, .check-button-wrapper, .small-buttons-wrapper-delete {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-firm-button {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .add-button {
    float: none;
    position: static;
    margin-bottom: 15px;
  }
  .end-ads-container {
    padding: 30px;
    text-align: center;
  }
  .row-listing-margin-2 {
    margin-top: 0;
  }
  .blue-prev-button {
    margin: 10px auto;
  }
  .blue-check-button {
    margin-top: 10px;
  }
  .small-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ended-ad {
    text-align: center;
  }
  .button-column {
    padding-right: 15px;
  }
  .avatar-row .form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
    float: left;
  }
  .form-check-label {
    padding-left: 35px;
  }
  .avatar-row .form-check-label {
    font-size: 13px;
  }
  .special-checkbox {
    top: 0;
  }
  .avatar-row .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .avatar-row .form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
    position: static;
  }
  .data-edition .col-md-9 {
    margin-top: 30px;
  }
  .avatar-button {
    margin-bottom: 20px;
  }
  .special-padding-2 {
    padding: 0;
  }
  .special-padding {
    padding: 0;
  }
  .light-blue-rectangle {
    height: auto;
    padding: 20px;
    line-height: 20px;
  }
  .avatar-row .select-wrapper input.select-dropdown {
    height: 61px !important;
    padding-left: 12%;
    font-size: 16px !important;
  }
  .avatar-row .select-wrapper span.caret {
    top: 26px;
  }
  .data-edition-container {
    padding: 20px;
  }
  .mobile-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .save-button {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .blue-line-margin {
    margin: 20px 0 30px;
  }
  .main-edition-datepicker {
    padding-left: 12%;
  }
  .avatar-circle {
    width: 200px;
    height: 200px;
  }
  .blue-rectangle {
    margin-left: 0;
  }
  .input-explanation-2 {
    margin-top: 25px;
  }
  .small-input-wrapper-1 {
    padding-right: 15px;
  }
  .small-input-wrapper-2 {
    padding-left: 15px;
  }
  .input-margin-big {
    margin-top: 15px;
  }
  .categories-of-work .col-md-4 {
    text-align: center;
    margin: 0 auto;
  }
  .categories-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px auto;
  }
  .categories-button-margin {
    margin: 0;
  }
  .categories-of-work {
    margin: 40px 0;
  }
  .categories-of-work-header {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .no-file-add {
    margin: 0 12px;
  }
  .login-background .work-search-header-wrapper {
    padding-top: 205px;
  }
  .error-number {
    font-size: 100px;
  }
  .error-header {
    font-size: 35px;
  }
  .error-background {
    background-position: center;
  }
  .no-premium-layer {
    top: 70px;
  }
  .piece-of-advice .advice-carousel-background {
    padding: 40px 40px 40px 0;
  }
  .big-advice {
    width: auto;
  }
  .advice-carousel-background {
    padding: 60px 20px 20px 0;
  }
  .advice-carousel-header {
    font-size: 32px;
  }
  .tips-wrapper {
    margin: 20px 0 40px;
    padding-left: 50px;
  }
  .tips-para {
    font-size: 19px;
  }
  .payment-row .col-md-6 {
    margin: 10px auto;
  }
  .package-name {
    font-size: 16px;
  }
  .package-price {
    font-size: 25px;
  }
  .boxes-row {
    margin-top: 40px;
  }
  .three-months, .twelve-months {
    padding: 68px 15px;
  }
  .six-months {
    padding: 73px 15px;
  }
  .one-month {
    padding: 33px 15px;
  }
  .number {
    font-size: 42px;
  }
  .number-month {
    font-size: 20px;
  }
  .premium-active {
    width: 102px;
  }
  .absolute-button {
    left: calc(50% - 51px);
  }
  .absolute-button-top .premium-active {
    width: 133px;
  }
  .table-wrapper .col-md-2, .table-wrapper .col-md-3 {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    max-width: 25%;
    padding: 0;
  }
  .search-workers-footer {
    margin-top: 470px;
  }
  .work-search-header-wrapper {
    padding-top: 30px;
  }
  .work-search-header {
    font-size: 35px;
  }
  .main-workers-search .blue-rectangle {
    margin-top: 260px;
  }
  .blue-rectangle .select-wrapper input.select-dropdown {
    height: 61px !important;
  }
  .blue-rectangle {
    margin-top: 340px;
  }
  .search-work-footer {
    margin-top: 600px;
  }
  /*single-offer*/
  .single-offer-circle {
    width: 180px;
    height: 180px;
    margin: 20px auto;
  }
  .single-offer-background {
    background-position: right;
  }
  .single-offer-piece-of-work-row .col-md-4, .single-offer-piece-of-work-row .col-md-8 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .single-offer-additional-padding-2 {
    padding: 30px 10px 25px 10px;
    text-align: center;
    margin-bottom: 30px;
  }
  .single-offer-padding-3 {
    padding: 20px;
  }
  .single-offer-work-position-name {
    line-height: 24px;
  }
  .single-offer-circle-small {
    margin: 10px auto;
  }
  .mobile-text-center {
    text-align: center;
  }
  .single-offer-application {
    margin: 25px auto 15px;
  }
  /* main-listing */
  .main-listing .grey-background .select-wrapper input.select-dropdown {
    font-size: 15px;
  }
  .main-photo-listing h1 {
    padding-top: 30px;
    margin-bottom: 45px;
    font-size: 30px;
  }
  .grey-background-borders, .grey-background-listing {
    padding: 15px;
    height: auto;
    text-align: center;
  }
  .main-listing .form-check {
    height: auto;
  }
  .firm-logo-wrapper {
    width: 80px;
    height: 80px;
  }
  .form-row .form-control {
    padding-left: 43%;
  }
  .grey-background .select-wrapper span.caret {
    top: 16px;
  }
  .main-listing .select-wrapper input.select-dropdown {
    padding-left: 35px;
    padding-top: 6px;
  }
  .voivodeship-container .select-wrapper span.caret {
    right: 8% !important;
    top: 24px;
  }
  .main-listing-header {
    margin-top: 50px;
  }
  .firm-logo-wrapper, .blue-listing-button {
    margin: 10px auto;
  }
  .button-circle {
    margin-left: 0;
  }
  .nav-flex-icons .mr-2 {
    margin-right: 0 !important;
  }
  .city-search, .kilometers {
    margin-left: 0 !important;
  }
  .search, .select-wrapper input.select-dropdown, .kilometers, .search-button {
    height: 44px !important;
    font-size: 12px !important;
  }
  .white-opacity {
    width: auto;
    margin-top: 330px;
  }
  .main-title-wrapper .headline {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .main-title-wrapper {
    padding-top: 13%;
  }
  .main-title-wrapper h3 {
    font-size: 15px;
  }
  .select-wrapper span.caret {
    top: 16px;
  }
  .search {
    width: 250px !important;
  }
  .offers-header {
    font-size: 26px;
  }
  .work {
    margin: 0 auto;
  }
  .white-card {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .white-card-paragraph {
    width: 355px;
    margin: 0 auto;
    text-align: justify;
  }
  .card-top {
    background-repeat: no-repeat;
  }
  .bottom-card-bottom {
    margin: 0 auto;
  }
  .option .col-md-6 {
    margin-bottom: 50px;
  }
  .carousel-section {
    padding-bottom: 0;
    background: initial !important;
    background-color: #fff;
  }
  .card-top {
    margin-top: 60px;
  }
  .no-display {
    display: none;
  }
  .hidden {
    display: block;
  }
  .navbar .nav-flex-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar {
    height: auto;
  }
  .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    text-align: center;
  }
  .mr-auto .dropdown-toggle::after {
    display: block;
    margin: 2px auto;
  }
  .mr-auto .show {
    width: 80%;
    text-align: center;
    margin-left: 10%;
  }
  .navbar .dropdown-menu {
    position: static;
  }
  .navbar-nav .pt-2 {
    padding-top: 0 !important;
  }
  .first-nav-btn {
    margin-bottom: 10px;
  }
  .white-opacity {
    height: 192px;
    margin-left: 0;
    width: 510px;
    background-color: transparent !important;
  }
  .work-search {
    margin-left: -20px !important;
  }
  .city-search {
    margin-right: -23px;
  }
  .kilometers {
    margin-right: 13px;
  }
  .recommended-offers, .city-big {
    padding: 30px 15px 15px 15px;
  }
  .white-card a {
    margin-top: 10px !important;
  }
  .city-big {
    margin-top: -5px;
  }
  .icons-header {
    font-size: 25px;
  }
  .icon-description {
    font-size: 18px;
  }
  .icons .col-md-6 {
    margin-bottom: 50px;
  }
  .dots {
    margin-top: 10px;
    margin-bottom: 60px;
  }
  footer {
    text-align: center;
    margin-top: 30px;
    height: auto;
  }
  footer .float-right {
    float: none !important;
  }
  footer .text-right {
    text-align: center !important;
  }
  .footer-bottom {
    line-height: 24px;
  }
  .logo-bottom {
    margin-top: 20px;
  }
  footer .container {
    padding-top: 30px;
  }
  footer .col-md-3 {
    margin-top: 30px;
  }
  .grey-line {
    margin-top: 40px;
  }
  .bottom-card-bottom {
    width: 240px !important;
  }
}

@media only screen and (max-width: 575px) {
  .my-app-button-blue {
    margin-top: 10px;
  }
  .width-400 {
    width: 100%;
  }
  .edit-input-wrapper .extra-margin-bottom {
    margin-bottom: 1rem !important;
  }
  .add-file {
    width: 120px;
  }
  .file-path::-webkit-input-placeholder {
    font-size: 9px;
  }
  .file-path:-ms-input-placeholder {
    font-size: 9px;
  }
  .file-path::-ms-input-placeholder {
    font-size: 9px;
  }
  .file-path::placeholder {
    font-size: 9px;
  }
  .insurance-wrapper .calc-para {
    text-align: right;
    font-size: 12px;
  }
  .insurance-amount {
    font-size: 12px;
  }
  .insurance-wrapper {
    margin-right: 19px;
  }
  .calc-input {
    width: 100%;
  }
  .calc-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .salary-radio-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .salary-radio-wrapper .form-check {
    margin: 5px 0;
  }
  .calc-wrapper {
    height: auto;
    padding-bottom: 30px;
  }
  .edit-cv .edit-input-wrapper, .profile-name-wrapper, .mandatory-wrapper {
    display: block;
  }
  .cv-name-input {
    width: 100%;
  }
  .select-margin {
    margin-left: 0;
  }
  .cancel-textarea {
    margin-top: 15px;
  }
  .add-inputs-data {
    width: auto;
    padding: 0 30px;
  }
  .edit-chevron-wrapper {
    margin: 0;
  }
  .settings-wrapper {
    display: block;
  }
  .all-chevron-wrapper {
    margin-top: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .edition-wrapper .cancel-textarea {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .edition-wrapper .save-textarea {
    margin-left: 0;
  }
  .edit-cv .input-icon-wrapper-edition {
    width: 100%;
  }
  .template-square {
    margin-bottom: 15px;
  }
  .profile-name-wrapper .profile-name {
    margin-top: 10px;
    text-align: center;
  }
  .three-elements-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .second-template {
    margin-left: 12px;
  }
  .three-elements-wrapper .form-check {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mandatory-wrapper .cancel-textarea {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mandatory-wrapper .save-textarea {
    margin-left: 0;
  }
  .second-template .select-wrapper span.caret {
    top: 18px;
  }
  .second-tempalte {
    margin-bottom: 15px;
  }
  .select-template .prev-portfolio {
    margin: 26px 0 12px 20px;
  }
  .input-description-wrapper-smaller {
    width: 120px;
  }
  .single-advice-background {
    height: 200px;
  }
  .white-modal {
    width: auto;
    left: 15px;
    right: 15px;
    padding: 20px 30px 20px 30px;
  }
  .problem-wrapper {
    padding-top: 50px;
  }
  .problem-header {
    font-size: 30px;
  }
  .redirect-button-500 {
    width: 280px;
    font-size: 14px;
    margin: 100px auto 0;
  }
  .problem-para {
    font-size: 16px;
  }
  .error-500 {
    height: auto;
    padding-bottom: 30px;
  }
  .template-2 {
    text-align: center;
  }
  .add-file-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .template-wrapper {
    margin: 30px 0;
  }
  .template {
    margin-bottom: 20px;
    text-align: center;
  }
  .template-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .second-template .template {
    margin-top: 15px;
  }
  .no-file-add {
    margin: 10px 0;
  }
  .second-template {
    width: auto;
    margin-left: 0;
  }
  .files-wrapper-2 {
    margin-left: 0;
  }
  .files-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .login-background {
    height: auto;
    padding-bottom: 40px;
    background-image: url("../img/login-background-mobile.jpg");
  }
  .login-button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
  .login-header {
    margin-bottom: 25px;
    font-size: 33px;
  }
  .facebook-login {
    margin-bottom: 10px;
    font-size: 10px;
    width: 180px;
  }
  .linkedin-login {
    font-size: 10px;
    width: 180px;
  }
  .login-as-user, .login-as-firm {
    width: 200px;
    font-size: 10px;
  }
  .no-account {
    font-size: 20px;
  }
  .login-as-user {
    line-height: 13.8px;
  }
  .absolute-wrapper, .absolute-wrapper-2 {
    position: static;
    width: 100%;
  }
  .my-app-button {
    width: 100px;
    margin-left: 0;
    margin: 0 auto;
  }
  .center-margin {
    margin-left: -15px;
  }
  .download-button-wrapper .my-app-para {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
  }
  .blue-para-big {
    font-size: 16px;
  }
  .error-number {
    font-size: 80px;
    line-height: 82px;
    margin-top: 40px;
  }
  .no-site {
    font-size: 18px;
  }
  .error-header {
    font-size: 32px;
  }
  .redirect-button {
    width: 280px;
    font-size: 14px;
    margin: 140px auto 0;
  }
  .redirection {
    font-size: 11px;
  }
  .error-background {
    background-image: url("../img/error-background-mobile.png");
    height: 600px;
    background-size: cover;
    background-position: center;
  }
  .error-wrapper {
    padding-top: 50px;
  }
  .no-premium-header {
    font-size: 26px;
  }
  .no-premium-layer {
    top: 70px;
  }
  .no-margin-top {
    margin-top: 0 !important;
  }
  .big-advice {
    width: auto;
  }
  .date-of-advice {
    margin-top: 90px;
    font-size: 12px;
  }
  .piece-of-advice .advice-carousel-background {
    padding: 20px 20px 20px 0;
  }
  .advice-narrow, .advice-narrow-2 {
    width: 100%;
    margin: 20px 0 0;
  }
  .grey-background-advice {
    padding: 20px;
  }
  .advice-carousel-background {
    padding: 20px 20px 20px 0;
    background-image: url("../img/porady-background-mobile.png");
    background-position: center;
  }
  .advice-row .col-md-7 {
    padding-left: 0;
  }
  .carousel-button-wrapper .carousel-button {
    width: 110px;
  }
  .advice-carousel-header {
    font-size: 26px;
  }
  .advice-para {
    font-size: 12px;
    margin-top: 10px;
  }
  .advice-button-wrapper {
    left: calc(50% - 55px);
  }
  .advice-card-body .carousel-button {
    width: 110px;
  }
  .advice-title {
    font-size: 20px;
    margin-top: 8px;
  }
  .carousel {
    margin-bottom: 0;
  }
  .tips-wrapper {
    margin: 30px 0 50px;
    padding-left: 50px;
  }
  .tips-para {
    font-size: 19px;
  }
  .switch {
    margin: 20px 0;
  }
  .last-select-margin {
    margin-bottom: 30px;
  }
  .switch-span {
    font-size: 13px;
  }
  .add-work .select-wrapper span.caret {
    right: 12%;
  }
  .blue-rectangle-small {
    width: auto;
    padding: 15px;
    margin: 30px auto 30px;
  }
  .login-background .work-search-header-wrapper {
    padding-top: 20px;
  }
  .data-edition-header {
    line-height: 29px;
  }
  .payment-row .col-md-6 {
    margin: 10px auto;
  }
  .darker-box {
    margin: 0 auto;
  }
  .payment-row .button-activate {
    width: auto;
    height: 40px;
    padding: 7px 15px;
    margin: 20px auto 0;
  }
  .payment-method {
    line-height: 21px;
  }
  .package-name {
    font-size: 16px;
  }
  .package-price {
    font-size: 25px;
  }
  .boxes-row {
    margin-top: 40px;
  }
  .three-months, .twelve-months {
    padding: 68px 9px;
  }
  .six-months {
    padding: 73px 15px;
  }
  .one-month {
    padding: 33px 15px;
  }
  .number {
    font-size: 42px;
  }
  .number-month {
    font-size: 20px;
  }
  .premium-active {
    width: 102px;
  }
  .absolute-button {
    left: calc(50% - 51px);
  }
  .absolute-button-top .premium-active {
    width: 133px;
  }
  .my-col-big {
    width: 50%;
    max-width: 50%;
  }
  .six-months {
    margin-top: 60px;
  }
  .table-wrapper .col-md-2, .table-wrapper .col-md-3 {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
    padding: 0 5px;
  }
  .invoice-header, .amount-header {
    margin-top: 20px;
  }
  .button-activate {
    width: auto;
    height: 40px;
  }
  .premium-status {
    font-size: 23px;
    line-height: 33px;
  }
  .table-content, .invoice {
    font-size: 12px;
  }
  .main-work-search .col-md-12, .main-workers-search .col-md-12 {
    padding: 0;
  }
  .input-icon-wrapper .fa-calendar {
    font-size: 22px;
    right: 23px;
    top: 20px;
  }
  .main-workers-search {
    background-position: -275px;
  }
  .main-workers-search .blue-rectangle {
    margin-top: 300px;
  }
  .work-search-header-wrapper {
    padding-top: 15px;
  }
  .work-search-header {
    font-size: 30px;
  }
  .submit-button {
    margin-top: 20px;
  }
  .blue-rectangle .select-wrapper input.select-dropdown {
    height: 61px !important;
  }
  .blue-rectangle {
    margin-top: 354px;
  }
  .main-work-search {
    background-position: -277px 0;
  }
  .main-listing-work-name {
    line-height: 20px;
  }
  .result-column {
    margin-top: 30px;
  }
  .main-photo-listing .select-wrapper input.select-dropdown {
    width: 70px;
  }
  .listing-inputs-wrapper {
    padding: 0 15px;
  }
  .voivodeship {
    width: 80% !important;
    margin-left: 10% !important;
  }
  .main-listing .grey-background .select-wrapper input.select-dropdown {
    font-size: 15px !important;
  }
  .main-listing .voivodeship-container .md-form {
    width: 80% !important;
    margin-left: 10% !important;
  }
  .main-listing .voivodeship-container .select-wrapper input.select-dropdown {
    width: 80% !important;
  }
  .main-listing .select-wrapper input.select-dropdown {
    width: 100%;
  }
  .voivodeship-container {
    max-width: 100% !important;
  }
  .main-photo-listing h1 {
    padding-top: 40px;
    margin-bottom: 35px;
    font-size: 27px;
  }
  .grey-background-borders, .grey-background-listing {
    padding: 15px;
    height: auto;
    text-align: center;
  }
  .main-listing .form-check {
    height: auto;
  }
  .firm-logo-wrapper {
    width: 80px;
    height: 80px;
  }
  .form-row .form-control {
    padding-left: 38%;
    font-size: 12px;
  }
  .grey-background .select-wrapper span.caret {
    top: 16px;
  }
  .main-listing .select-wrapper input.select-dropdown {
    padding-top: 7px;
  }
  .voivodeship-container .select-wrapper span.caret {
    right: 8% !important;
    top: 24px;
  }
  .main-listing-header {
    margin-top: 10px;
    font-size: 25px;
  }
  .firm-logo-wrapper, .blue-listing-button {
    margin: 10px auto;
  }
  .main-photo-listing {
    height: 350px;
  }
  .main-photo-listing h4 {
    line-height: 50px;
    padding-top: 20px;
  }
  .main-listing .voivodeship .select-dropdown {
    width: 80% !important;
    left: 10% !important;
  }
}

@media only screen and (min-width: 400px) and (max-width: 575px) {
  .calc-row .select-wrapper span.caret {
    right: 28%;
  }
  /*single-offer*/
  .single-offer-circle {
    width: 180px;
    height: 180px;
    margin: 20px auto;
  }
  .single-offer-background {
    background-position: right;
  }
  .single-offer-piece-of-work-row .col-md-4, .single-offer-piece-of-work-row .col-md-8 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .single-offer-additional-padding-2 {
    padding: 30px 10px 25px 10px;
    text-align: center;
  }
  .single-offer-padding-3 {
    padding: 20px;
  }
  .single-offer-work-position-name {
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 0;
  }
  .single-offer-circle-small {
    margin: 10px auto;
  }
  .mobile-text-center {
    text-align: center;
  }
  .single-offer-application {
    margin: 25px auto 15px;
  }
  .button-circle {
    margin-left: 0;
  }
  .nav-flex-icons .mr-2 {
    margin-right: 0 !important;
  }
  .city-search, .kilometers {
    margin-left: 0 !important;
  }
  .search, .select-wrapper input.select-dropdown, .kilometers, .search-button {
    height: 44px !important;
    font-size: 12px !important;
  }
  .white-opacity {
    width: auto;
    margin-top: 180px;
  }
  .main-title-wrapper .headline {
    font-size: 35px;
  }
  .main-title-wrapper {
    padding-top: 13%;
  }
  .main-title-wrapper h3 {
    font-size: 15px;
  }
  .select-wrapper span.caret {
    top: 17px;
    right: 20%;
  }
  .search {
    width: 100% !important;
  }
  .offers-header {
    font-size: 26px;
  }
  .work {
    margin: 0 auto;
  }
  .white-card {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .white-card-paragraph {
    width: 355px;
    margin: 0 auto;
    text-align: justify;
  }
  .card-top {
    background-repeat: no-repeat;
  }
  .bottom-card-bottom {
    margin: 0 auto;
  }
  .option .col-md-6 {
    margin-bottom: 50px;
  }
  .carousel-section {
    padding-bottom: 0;
    background: initial !important;
    background-color: #fff;
  }
  .card-top {
    margin-top: 60px;
  }
  .no-display {
    display: none;
  }
  .hidden {
    display: block;
  }
  .navbar .nav-flex-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar {
    height: auto;
  }
  .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    text-align: center;
  }
  .mr-auto .dropdown-toggle::after {
    display: block;
    margin: 2px auto;
  }
  .mr-auto .show {
    width: 80%;
    text-align: center;
    margin-left: 10%;
  }
  .navbar .dropdown-menu {
    position: static;
  }
  .navbar-nav .pt-2 {
    padding-top: 0 !important;
  }
  .first-nav-btn {
    margin-bottom: 10px;
  }
  .white-opacity {
    height: 192px;
    margin-left: 0;
    background-color: transparent !important;
  }
  .work-search {
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
  .search {
    display: block !important;
  }
  .recommended-offers, .city-big {
    padding: 30px 15px 15px 15px;
  }
  .white-card a {
    margin-top: 10px !important;
  }
  .city-big {
    margin-top: -5px;
  }
  .icons-header {
    font-size: 25px;
    line-height: 30px;
  }
  .icons {
    margin-top: 40px;
  }
  .icon-description {
    font-size: 18px;
  }
  .icons .col-md-6 {
    margin-bottom: 50px;
  }
  .dots {
    margin-top: 10px;
    margin-bottom: 60px;
  }
  footer {
    text-align: center;
    margin-top: 30px;
    height: auto;
  }
  footer .float-right {
    float: none !important;
  }
  footer .text-right {
    text-align: center !important;
  }
  .footer-bottom {
    line-height: 24px;
  }
  .logo-bottom {
    margin-top: 20px;
  }
  footer .container {
    padding-top: 30px;
  }
  footer .col-md-3 {
    margin-top: 30px;
  }
  .grey-line {
    margin-top: 40px;
  }
  .bottom-card-bottom {
    width: 240px !important;
  }
  .kilometers {
    display: block;
  }
  .white-opacity .select-wrapper input.select-dropdown {
    width: 60px !important;
  }
  .main-photo {
    height: 500px;
  }
  .position-description {
    font-size: 13px;
  }
  .edit-input-wrapper .select-wrapper input.select-dropdown {
    height: 61px !important;
  }
}

@media only screen and (min-width: 360px) and (max-width: 399px) {
  .calc-row .select-wrapper span.caret {
    right: 27%;
  }
  /*single-offer*/
  .single-offer-circle {
    width: 180px;
    height: 180px;
    margin: 20px auto;
  }
  .single-offer-background {
    background-position: right;
  }
  .single-offer-piece-of-work-row .col-md-4, .single-offer-piece-of-work-row .col-md-8 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .single-offer-additional-padding-2 {
    padding: 30px 10px 25px 10px;
    text-align: center;
  }
  .single-offer-padding-3 {
    padding: 20px;
  }
  .single-offer-work-position-name {
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 0;
  }
  .single-offer-circle-small {
    margin: 10px auto;
  }
  .mobile-text-center {
    text-align: center;
  }
  .single-offer-application {
    margin: 25px auto 15px;
  }
  .grey-background {
    margin-top: 20px;
  }
  .main-photo {
    background-image: url("../img/mobile.png");
    background-position: right;
    height: 660px !important;
  }
  .button-circle {
    margin-left: 0;
  }
  .nav-flex-icons .mr-2 {
    margin-right: 0 !important;
  }
  .city-search, .kilometers {
    margin-left: 0 !important;
  }
  .search, .select-wrapper input.select-dropdown, .kilometers, .search-button {
    height: 44px !important;
    font-size: 12px !important;
  }
  .white-opacity {
    width: auto;
    margin-top: 300px;
  }
  .main-title-wrapper .headline {
    font-size: 32px;
  }
  .main-title-wrapper {
    padding-top: 13%;
  }
  .search, .work-search {
    margin-bottom: 20px !important;
  }
  .search-button {
    width: 160px;
  }
  .main-title-wrapper h3 {
    font-size: 15px;
  }
  .select-wrapper span.caret {
    top: 17px;
    right: 20%;
  }
  .search {
    width: 100% !important;
  }
  .offers-header {
    font-size: 26px;
  }
  .work {
    margin: 0 auto;
    width: 100%;
  }
  .white-card {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .white-card-paragraph {
    margin: 0 auto;
    text-align: justify;
  }
  .card-top {
    background-repeat: no-repeat;
  }
  .bottom-card-bottom {
    margin: 0 auto;
  }
  .option .col-md-6 {
    margin-bottom: 50px;
  }
  .carousel-section {
    padding-bottom: 0;
    background: initial !important;
    background-color: #fff;
  }
  .card-top {
    margin-top: 60px;
  }
  .no-display {
    display: none;
  }
  .hidden {
    display: block;
  }
  .navbar .nav-flex-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar {
    height: auto;
  }
  .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    text-align: center;
  }
  .mr-auto .dropdown-toggle::after {
    display: block;
    margin: 2px auto;
  }
  .mr-auto .show {
    width: 80%;
    text-align: center;
    margin-left: 10%;
  }
  .navbar .dropdown-menu {
    position: static;
  }
  .navbar-nav .pt-2 {
    padding-top: 0 !important;
  }
  .first-nav-btn {
    margin-bottom: 10px;
  }
  .white-opacity {
    height: 192px;
    margin-left: 0;
    background-color: transparent !important;
  }
  .work-search {
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
  .search {
    display: block !important;
  }
  .recommended-offers, .city-big {
    padding: 30px 15px 15px 15px;
  }
  .white-card a {
    margin-top: 10px !important;
  }
  .city-big {
    margin-top: -5px;
  }
  .icons-header {
    font-size: 25px;
    line-height: 30px;
  }
  .icons {
    margin-top: 40px;
  }
  .icon-description {
    font-size: 18px;
  }
  .icons .col-md-6 {
    margin-bottom: 50px;
  }
  .dots {
    margin-top: 10px;
    margin-bottom: 60px;
  }
  footer {
    text-align: center;
    margin-top: 30px;
    height: auto;
  }
  footer .float-right {
    float: none !important;
  }
  footer .text-right {
    text-align: center !important;
  }
  .footer-bottom {
    line-height: 24px;
  }
  .logo-bottom {
    margin-top: 20px;
  }
  footer .container {
    padding-top: 30px;
  }
  footer .col-md-3 {
    margin-top: 30px;
  }
  .grey-line {
    margin-top: 40px;
  }
  .bottom-card-bottom {
    width: 240px !important;
  }
  .kilometers {
    display: block;
  }
  .white-opacity .select-wrapper input.select-dropdown {
    width: 60px !important;
  }
  .main-photo {
    height: 500px;
  }
  .position-description {
    font-size: 13px;
  }
  .md-form {
    margin: 0 !important;
  }
  .header-line {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .edit-input-wrapper .select-wrapper input.select-dropdown {
    height: 61px !important;
  }
}

@media only screen and (max-width: 359px) {
  .calc-row .select-wrapper span.caret {
    right: 27%;
  }
  .profile .name-edition-header {
    font-size: 24px;
  }
  .data-edition-header {
    line-height: 22px;
  }
  /*single-offer*/
  .single-offer-circle {
    width: 180px;
    height: 180px;
    margin: 20px auto;
  }
  .single-offer-background {
    background-position: center;
  }
  .single-offer-piece-of-work-row .col-md-4, .single-offer-piece-of-work-row .col-md-8 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .single-offer-additional-padding-2 {
    padding: 30px 10px 25px 10px;
    text-align: center;
  }
  .single-offer-padding-3 {
    padding: 20px;
  }
  .single-offer-work-position-name {
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 0;
  }
  .single-offer-circle-small {
    margin: 10px auto;
  }
  .mobile-text-center {
    text-align: center;
  }
  .single-offer-application {
    margin: 25px auto 15px;
  }
  .number-offer-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-offer-number-paragraph {
    margin-top: 10px;
  }
  .grey-background {
    margin-top: 20px;
  }
  .header-line {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .main-photo {
    background-image: url("../img/mobile.png");
    background-position: right;
    height: 660px !important;
  }
  .button-circle {
    margin-left: 0;
  }
  .nav-flex-icons .mr-2 {
    margin-right: 0 !important;
  }
  .city-search, .kilometers {
    margin-left: 0 !important;
  }
  .search, .select-wrapper input.select-dropdown, .kilometers, .search-button {
    height: 44px !important;
    font-size: 12px !important;
  }
  .white-opacity {
    width: auto;
    margin-top: 300px;
  }
  .main-title-wrapper .headline {
    font-size: 28px;
  }
  .search-button {
    margin-right: 0;
  }
  .main-title-wrapper {
    padding-top: 13%;
  }
  .search, .work-search {
    margin-bottom: 20px !important;
  }
  .search-button {
    width: 135px;
  }
  .search-button .mr-4 {
    margin-right: 10px !important;
  }
  .offers-header {
    font-size: 23px !important;
  }
  .main-title-wrapper h3 {
    font-size: 15px;
  }
  .select-wrapper span.caret {
    top: 17px;
    right: 20%;
  }
  .search {
    width: 100% !important;
  }
  .offers-header {
    font-size: 26px;
  }
  .work {
    margin: 0 auto;
    width: 100%;
  }
  .white-card {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .white-card-paragraph {
    margin: 0 auto;
    text-align: justify;
  }
  .card-top {
    background-repeat: no-repeat;
  }
  .bottom-card-bottom {
    margin: 0 auto;
  }
  .option .col-md-6 {
    margin-bottom: 50px;
  }
  .carousel-section {
    padding-bottom: 0;
    background: initial !important;
    background-color: #fff;
  }
  .card-top {
    margin-top: 60px;
  }
  .no-display {
    display: none;
  }
  .hidden {
    display: block;
  }
  .navbar .nav-flex-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar {
    height: auto;
  }
  .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    text-align: center;
  }
  .mr-auto .dropdown-toggle::after {
    display: block;
    margin: 2px auto;
  }
  .mr-auto .show {
    width: 80%;
    text-align: center;
    margin-left: 10%;
  }
  .navbar .dropdown-menu {
    position: static;
  }
  .navbar-nav .pt-2 {
    padding-top: 0 !important;
  }
  .first-nav-btn {
    margin-bottom: 10px;
  }
  .white-opacity {
    height: 192px;
    margin-left: 0;
    background-color: transparent !important;
  }
  .work-search {
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
  .search {
    display: block !important;
  }
  .recommended-offers, .city-big {
    padding: 30px 15px 15px 15px;
  }
  .white-card a {
    margin-top: 10px !important;
  }
  .city-big {
    margin-top: -5px;
  }
  .icons-header {
    font-size: 25px;
    line-height: 30px;
  }
  .icons {
    margin-top: 40px;
  }
  .icon-description {
    font-size: 18px;
  }
  .icons .col-md-6 {
    margin-bottom: 50px;
  }
  .dots {
    margin-top: 10px;
    margin-bottom: 60px;
  }
  footer {
    text-align: center;
    margin-top: 30px;
    height: auto;
  }
  footer .float-right {
    float: none !important;
  }
  footer .text-right {
    text-align: center !important;
  }
  .footer-bottom {
    line-height: 24px;
  }
  .logo-bottom {
    margin-top: 20px;
  }
  footer .container {
    padding-top: 30px;
  }
  footer .col-md-3 {
    margin-top: 30px;
  }
  .grey-line {
    margin-top: 40px;
  }
  .bottom-card-bottom {
    width: 240px !important;
  }
  .kilometers {
    display: block;
  }
  .white-opacity .select-wrapper input.select-dropdown {
    width: 60px !important;
  }
  .main-photo {
    height: 500px;
  }
  .position-description {
    font-size: 13px;
  }
  .md-form {
    margin: 0 !important;
  }
  .single-offer-background {
    background-image: url("../img/mobile_single_offer.png");
  }
  .edit-input-wrapper .select-wrapper input.select-dropdown {
    height: 61px !important;
  }
}

@media only screen and (min-width: 1600px) {
  .main-workers-search, .main-work-search {
    background-position: initial;
  }
}

/* poprawki fixes */
#calculator_contract_employment_form_salaryGross:focus::-webkit-input-placeholder {
  color: transparent;
}

#calculator_contract_employment_form_salaryGross:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
#calculator_contract_employment_form_salaryGross:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
#calculator_contract_employment_form_salaryGross:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
#calculator_contract_mandate_form_salaryGross:focus::-webkit-input-placeholder {
  color: transparent;
}

#calculator_contract_mandate_form_salaryGross:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
#calculator_contract_mandate_form_salaryGross:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
#calculator_contract_mandate_form_salaryGross:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
#calculator_contract_work_form_salaryGross:focus::-webkit-input-placeholder {
  color: transparent;
}

#calculator_contract_work_form_salaryGross:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
#calculator_contract_work_form_salaryGross:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
#calculator_contract_work_form_salaryGross:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
.button-activate a {
  color: white !important;
}

/* #205: */
.avatar-row .name-edition-header, .single-offer-company-name, .single-offer-work-position-name {
  line-height: 32px;
}

/* #209: */
.facebook-login {
  text-align: center;
  padding: 8px;
}

.login-as-user, .login-as-firm {
  line-height: 45px;
  display: inline-block;
  text-align: center;
}

.login-as-user:hover, .login-as-firm:hover {
  color: white !important;
}

.login-background .col-lg-6.offset-lg-6.col-md-12 {
  text-align: center;
}

.login-background .form-check {
  text-align: left;
}

/* #210: */
.light-blue-button {
  padding: 10px 20px;
  text-align: center;
}

.light-blue-button .categories-paragraph {
  line-height: 20px;
}

/* #234: */
.about-firm-button {
  background-color: #5BC0DE;
  margin-left: 0;
  margin-bottom: 10px;
}

.about-firm-button a {
  background-color: #5BC0DE;
  color: white;
}

.about-firm-wrapper h5 + a {
  display: none;
}

.data-edition-container.observable-offers.as-user .blue-check-button a,
.data-edition-container.observable-offers.as-user .small-buttons-wrapper-delete a {
  color: white;
}

.data-edition-container.observable-offers.as-user .blue-check-button a:hover,
.data-edition-container.observable-offers.as-user .small-buttons-wrapper-delete a:hover {
  color: white;
}

.data-edition-container.observable-offers.as-user .small-buttons-wrapper-delete .my-app-button {
  margin-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-firm-wrapper {
  display: block;
}

/* #233: */
input, textarea {
  outline: none !important;
}

/* #211: */
.avatar-circle img {
  display: block;
  width: auto;
  height: 100%;
  max-width: inherit;
}

.avatar-circle + .btn.add-file {
  margin-top: 35px;
}

.btn.add-file.waves-effect.waves-light {
  cursor: pointer;
}

.btn.add-file.waves-effect.waves-light #edit_avatar {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  margin-top: 0;
  opacity: 0;
}

/* #208: */
form[name="user"] .row ul, form[name="user"] .checkbox-wrapper ul {
  display: block;
  list-style: none;
}

form[name="user"] .row ul li, form[name="user"] .checkbox-wrapper ul li {
  color: white;
  display: block;
  list-style: none;
  margin-top: 10px;
}

/* #223: */
.no-premium-header a {
  color: white;
  cursor: pointer;
}

.no-premium-header a:hover {
  color: white !important;
}

/* #204: */
.group::after {
  content: "";
  clear: both;
  display: table;
}

.search-work-footer .group {
  text-align: right;
}

.search-work-footer .btn-download {
  display: inline-block;
  position: relative;
  margin: 10px;
}

.search-work-footer .btn-download:last-child {
  margin-right: 0;
}

.search-work-footer .btn-download img {
  display: block;
  position: relative;
  width: auto;
  height: 40px;
}

/* #235: */
.blue-rectangle-smaller {
  /*width: 463px;*/
  height: auto;
  background-color: #004c97;
  padding: 20px 40px;
  margin: 10px auto 85px;
}

/* #206: */
.main-title-wrapper {
  padding-top: 8%;
}

.carousel {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.carousel-inner {
  height: 100%;
}

.carousel-item {
  height: 100%;
}

.carousel-item .main-title-wrapper .headline {
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 42px;
}

.carousel-item .login-as-user, .carousel-item .login-as-firm {
  margin: 10px auto;
  text-transform: none;
  position: relative;
  padding: 0 25px;
  width: auto;
}

.carousel-item .main-title-wrapper {
  text-align: center;
}

.carousel + .container {
  position: relative;
  top: -400px;
}

.carousel + .container .white-opacity {
  margin-top: 200px;
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
  .carousel + .container .white-opacity {
    margin-top: 30px;
    margin-top: 220px;
  }
}

@media only screen and (max-width: 575px) and (min-width: 400px) {
  .carousel + .container .white-opacity {
    margin-top: 180px;
  }
}

@media only screen and (max-width: 359px) {
  .carousel + .container .white-opacity {
    margin-top: 140px;
  }
  .carousel .main-title-wrapper {
    padding-top: 35% !important;
  }
}

@media only screen and (max-width: 399px) and (min-width: 360px) {
  .carousel + .container .white-opacity {
    margin-top: 140px;
  }
  .carousel .main-title-wrapper {
    padding-top: 35% !important;
  }
}

.error-label {
  text-align: center;
  color: red;
  margin-bottom: 10px;
}

.error .datepicker.picker__input {
  border: solid 1px red;
  color: red;
}

/* 253 */
.icons-row a div {
  display: block;
  position: relative;
  height: 95px;
  vertical-align: middle;
}

/* 271 */
.delete-button {
  color: white !important;
}

/* 268 */
a.save-salary {
  line-height: 61px;
  margin-top: 15px;
}

/* 267 */
.prev-portfolio {
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}

/* 266 */
.choose-template {
  margin-bottom: 30px;
}

#cv_form_pageTemplate-error, #cv_form_pdfTemplate-error {
  top: -5px;
  left: 10px;
  position: relative;
}

/* 269 */
.grey-background-borders {
  height: auto;
}

#calculator_contract_employment_form_salaryGross-error {
  color: white;
  margin-top: 20px;
}

#calculator_contract_mandate_form_salaryGross-error {
  color: white;
  margin-top: 20px;
}

#calculator_contract_work_form_salaryGross-error {
  color: white;
  margin-top: 20px;
}

/* 289 */
#cv_portfolio_from_file_form_portfolioFromFile {
  word-break: break-word;
  width: 115px;
  margin: 10px auto;
  position: relative;
  display: block;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .pdf-icon {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .cv-edition-container p, .cv-edition-container .listing-button label {
    display: block;
    position: relative;
    text-align: center;
    margin: 15px 0;
  }
}

/* 298 */
.return-button {
  line-height: 48px;
  text-align: center;
}

/* 295 */
.premium-active a {
  border: 2px solid transparent  !important;
  color: white !important;
}

.edition-button, .cv-button, .button-activate {
  border: 2px solid transparent;
}

.facebook-login:hover, .facebook-login:hover .fa {
  color: white !important;
}

.button-activate:hover a {
  color: #01a8ec !important;
}

.edition-button:hover, .cv-button:hover, .facebook-login:hover, .facebook-login:hover .fa, .button-activate:hover, .redirect-button:hover, .premium-active:hover {
  background-color: #fff !important;
  border: 2px solid #01a8ec !important;
  color: #01a8ec !important;
}

.premium-active:hover a {
  color: #01a8ec !important;
}

.redirect-button {
  line-height: 61px;
  color: white !important;
  text-align: center;
  border: 2px solid transparent;
}

/* 301 */
.grey-background-borders {
  margin-bottom: 100px;
}

/* 292 */
/*
.advice-button-wrapper {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    margin:20px 0;
}
.advice-button-wrapper .carousel-button{
    display: inline-block;
    line-height: 36px;
}

*/
.advice-listing {
  margin-bottom: 100px;
}

/* 293 */
.card-header-main {
  line-height: 32px;
}

/* 300 */
.page-custom-cv .data-edition {
  padding: 50px 0;
}

.page-custom-cv .data-edition .small-blue-prev-button.button {
  display: block;
  margin: 5px auto;
  line-height: 36px;
  text-align: center;
}

.add-cv-file {
  margin: 5px auto;
}

.add-cv-file input {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
}

.add-cv-file span {
  width: 100%;
  display: block;
  position: absolute;
  height: 100%;
  text-align: center;
  line-height: 36px;
}

/* 303 */
.firm-answers .add-button:hover {
  color: white !important;
}

/* 305 */
.light-blue-rectangle p:last-child {
  display: none !important;
}

.group-box {
  display: block;
  position: relative;
}

.group-box input[type=file] {
  opacity: 0;
  z-index: 10;
  cursor: pointer !important;
  height: 36px;
  width: 144px !important;
  margin: 10px auto !important;
  display: block;
  position: relative;
}

.group-box .waves-effect {
  margin: 0 !important;
  position: absolute;
  z-index: 0;
  width: 144px;
  bottom: 0;
  left: calc((100% - 144px)/2);
}

/* 290 */
label.error {
  display: block;
  color: #FFA1A1 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  left: inherit !important;
  position: relative;
  text-align: center;
}

.edit-input-wrapper ul {
  padding-left: 0 !important;
}

.edit-input-wrapper ul li {
  display: block;
  color: #FFA1A1 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  left: inherit !important;
  position: relative;
  text-align: left;
}

#cv_form_personalDataFirstName-error {
  margin-left: 10px !important;
}

/* 336 */
.add-button.button {
  -webkit-transition: all .35s;
  transition: all .35s;
}

.blue-check-button:hover, .blue-prev-button:hover, .add-button.button:hover {
  background-color: #fff !important;
  border: 2px solid #01a8ec !important;
  color: #01a8ec !important;
}

.blue-check-button:hover a, .blue-prev-button:hover a, .add-button.button:hover a {
  color: #01a8ec !important;
}

/* 339 */
.my-app-button {
  display: inline-block;
  line-height: 28px;
  text-align: center;
}

.my-app-button:hover {
  color: white !important;
}

footer a {
  /*color:#343b42;*/
}

.footer-bottom a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.promote-six {
  background-image: url("../img/promote-3.png");
  background-position: center;
  height: 360px;
  background-size: cover;
  padding: 33px 35px;
}

.promote-three {
  background-image: url("../img/three-months.png");
  background-position: center;
  height: 360px;
  padding: 33px 35px;
}

.promote-price {
  font-weight: 700;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
}

.previous-price {
  text-decoration: line-through;
}

/* #354: old */
.section-title {
  display: block;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 700;
  font-size: 22px;
  color: #01a8ec;
}

.section-title span {
  display: block;
  position: relative;
  line-height: 24px;
  font-weight: 700;
  font-size: 16px;
  color: #004c97;
}

.wrapper-promo {
  margin-bottom: 40px;
}

.box-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #01A8EC;
  border-radius: 27px;
  padding: 0 30px;
  height: 54px;
}

.box-promo img {
  margin-right: 25px;
}

.box-promo p {
  line-height: 16px;
  font-weight: 600;
  font-size: 13px;
  color: white;
}

.row.align-items-end.boxes-row {
  margin-bottom: 60px;
}

.adv-box {
  margin: 0 2px;
  position: relative;
}

.adv-box-blue {
  background: #01A8EC;
}

.adv-box-blue-dark {
  background: #004C97;
}

.adv-box .box-group {
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding: 20px 0;
  text-align: center;
}

.adv-box .box-group:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  height: 1px;
  width: 60px;
  background: white;
}

.adv-box .box-group:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  height: 1px;
  width: 60px;
  background: white;
}

.adv-box .box-group strong {
  display: block;
  position: relative;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  font-size: 24px;
}

.adv-box .box-group b {
  display: block;
  position: relative;
  text-align: center;
  line-height: 18px;
  font-weight: 700;
  font-size: 14px;
}

.adv-box small {
  display: block;
  position: relative;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  font-size: 15px;
}

.adv-box s {
  display: block;
  position: relative;
  text-align: center;
  line-height: 18px;
  font-weight: 700;
  font-size: 16px;
}

.row.align-items-end.boxes-row .my-col-big .adv-box-one {
  padding: 30px 5px 15px 5px;
  height: 485px;
}

.row.align-items-end.boxes-row .my-col-big .adv-box-three {
  padding: 64px  5px 15px 5px;
  height: 520px;
}

.row.align-items-end.boxes-row .my-col-big .adv-box-six {
  padding: 98px  5px 15px 5px;
  height: 555px;
}

.row.align-items-end.boxes-row .my-col-big .adv-box-promo {
  padding: 45px  5px 15px 5px;
  height: 330px;
}

.row.align-items-end.boxes-row .my-col-big .adv-box-promo .number-month {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .wrapper-promo .box-promo {
    margin-bottom: 20px;
  }
  .adv-box .box-group strong {
    font-size: 16px;
    line-height: 18px;
  }
  .adv-box .box-group b {
    font-size: 14px;
    line-height: 16px;
  }
  .adv-box .number {
    margin-bottom: 5px;
  }
  .adv-box .number-month {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .adv-box .package-price {
    font-size: 18px;
  }
  .adv-box small {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 575px) {
  .row.align-items-end.boxes-row .my-col-big .adv-box-one {
    padding: 30px 5px 15px 5px;
    height: 385px;
    margin-bottom: 50px;
  }
  .row.align-items-end.boxes-row .my-col-big .adv-box-three {
    padding: 30px  5px 15px 5px;
    height: 385px;
    margin-bottom: 50px;
  }
  .row.align-items-end.boxes-row .my-col-big .adv-box-six {
    padding: 30px  5px 15px 5px;
    height: 385px;
    margin-bottom: 50px;
  }
  .row.align-items-end.boxes-row .my-col-big .adv-box-promo {
    padding: 45px  5px 15px 5px;
    height: 280px;
    margin-bottom: 50px;
  }
}

@media (max-width: 414px) {
  .my-col-big {
    width: 100%;
    max-width: 100%;
  }
}

/* #354: */
.section-title {
  display: block;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 700;
  font-size: 22px;
  color: #01a8ec;
}

.section-title span {
  display: block;
  position: relative;
  line-height: 24px;
  font-weight: 700;
  font-size: 16px;
  color: #004c97;
}

.wrapper-promo {
  margin-bottom: 40px;
}

.box-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #01A8EC;
  border-radius: 27px;
  padding: 0 30px;
  height: 54px;
}

.box-promo img {
  margin-right: 25px;
}

.box-promo p {
  line-height: 16px;
  font-weight: 600;
  font-size: 13px;
  color: white;
}

.row.align-items-end.boxes-row {
  margin-bottom: 60px;
}

.package-box {
  margin: 0 2px;
  position: relative;
}

.package-box-blue {
  background: #01A8EC;
}

.package-box-blue-dark {
  background: #004C97;
}

.package-box .box-group {
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding: 20px 0;
  text-align: center;
}

.package-box .box-group:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  height: 1px;
  width: 60px;
  background: white;
}

.package-box .box-group:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  height: 1px;
  width: 60px;
  background: white;
}

.package-box .box-group strong {
  display: block;
  position: relative;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  font-size: 24px;
}

.package-box .box-group b {
  display: block;
  position: relative;
  text-align: center;
  line-height: 18px;
  font-weight: 700;
  font-size: 14px;
}

.package-box small {
  display: block;
  position: relative;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  font-size: 15px;
}

.package-box s {
  display: block;
  position: relative;
  text-align: center;
  line-height: 18px;
  font-weight: 700;
  font-size: 16px;
}

.row.align-items-end.boxes-row .my-col-big .package-box-one {
  padding: 30px 5px 15px 5px;
  height: 485px;
}

.row.align-items-end.boxes-row .my-col-big .package-box-three {
  padding: 64px  5px 15px 5px;
  height: 520px;
}

.row.align-items-end.boxes-row .my-col-big .package-box-six {
  padding: 98px  5px 15px 5px;
  height: 555px;
}

.row.align-items-end.boxes-row .my-col-big .package-box-promo {
  padding: 45px  5px 15px 5px;
  height: 330px;
}

.row.align-items-end.boxes-row .my-col-big .package-box-promo .number-month {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .wrapper-promo .box-promo {
    margin-bottom: 20px;
  }
  .package-box .box-group strong {
    font-size: 16px;
    line-height: 18px;
  }
  .package-box .box-group b {
    font-size: 14px;
    line-height: 16px;
  }
  .package-box .number {
    margin-bottom: 5px;
  }
  .package-box .number-month {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .package-box .package-price {
    font-size: 18px;
  }
  .package-box small {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 575px) {
  .row.align-items-end.boxes-row .my-col-big .package-box-one {
    padding: 30px 5px 15px 5px;
    height: 385px;
    margin-bottom: 50px;
  }
  .row.align-items-end.boxes-row .my-col-big .package-box-three {
    padding: 30px  5px 15px 5px;
    height: 385px;
    margin-bottom: 50px;
  }
  .row.align-items-end.boxes-row .my-col-big .package-box-six {
    padding: 30px  5px 15px 5px;
    height: 385px;
    margin-bottom: 50px;
  }
  .row.align-items-end.boxes-row .my-col-big .package-box-promo {
    padding: 45px  5px 15px 5px;
    height: 280px;
    margin-bottom: 50px;
  }
}

@media (max-width: 414px) {
  .my-col-big {
    width: 100%;
    max-width: 100%;
  }
}

/* #360 */
.box-thankyou {
  display: block;
  position: relative;
  margin: 0 auto;
  background: #004C97;
  padding: 35px;
  max-width: 585px;
  text-align: center;
}

.box-thankyou strong {
  display: block;
  position: relative;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #01a8ec;
}

.box-thankyou b {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

.box-thankyou .icon-success {
  display: block;
  position: relative;
  margin: 35px auto;
  border: solid 1px white;
  border-radius: 100%;
  width: 94px;
  height: 94px;
}

.box-thankyou .icon-success img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.box-thankyou p {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: white;
  margin-bottom: 35px;
}

.box-thankyou a {
  margin: 15px auto;
}

/* 365 */
@media (max-width: 1200px) {
  .bottom-card-bottom {
    width: auto !important;
  }
  .card-header-main {
    font-size: 16px;
    line-height: 21px;
  }
  .carousel-section .container {
    max-width: calc(100% - 30px);
  }
}

@media (max-width: 767px) {
  #multi-item-example .col-xl-3:nth-child(3), #multi-item-example .col-xl-3:nth-child(4) {
    display: none;
  }
}

@media (max-width: 575px) {
  #multi-item-example .col-xl-3:nth-child(2) {
    display: none;
  }
}

/* 364 */
.work-section {
  margin-bottom: 40px;
}

.work-section .white-card {
  margin-top: 0;
}

.work-section .white-card a {
  font-weight: 700;
}

.work-section .white-card a img {
  margin-left: 5px;
}

/* 361 */
#edit_nip {
  margin-bottom: 20px;
}

@media (max-width: 1320px) {
  .first-nav-btn {
    width: auto;
    padding-right: 14px;
  }
}

@media (max-width: 1200px) {
  .first-nav-btn {
    font-size: 11px;
  }
  .second-nav-btn {
    font-size: 11px;
  }
}

.avatar-circle--float {
  /*display: block;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    */
}

@media (max-width: 575px) {
  .avatar-circle--float {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 378 */
#cv_portfolio_file_form_submit {
  margin-top: 15px;
}

.return-button {
  line-height: 44px;
  border: 2px solid transparent;
}

.return-button:hover {
  background-color: #fff !important;
  border: 2px solid #01a8ec !important;
  color: #01a8ec !important;
}

/* 373 */
form[name=edit] .col-md-6 .avatar-circle {
  margin-top: 25px;
}

form[name=edit] .second-even-margin {
  margin-top: 38px;
}

.name-edition-header {
  word-break: break-word;
}

.input-icon-wrapper-edition-xs .fa-calendar {
  position: absolute;
  color: #004c97;
  font-size: 25px;
  right: 23px;
  top: 17px;
}

.input-icon-wrapper-edition-xs {
  width: 145px;
}

.edit-input-wrapper.three-elements-wrapper {
  margin-bottom: 15px;
}

.edit-input-wrapper.three-elements-wrapper label.error {
  position: absolute;
  bottom: -10px;
  width: 100%;
}

.edit-input-wrapper.three-elements-wrapper .edit-input-wrapper:nth-child(2) .input-description-wrapper-big {
  margin-left: 20px;
  margin-right: 0;
}

.three-elements-wrapper .form-check {
  margin-left: 15px;
}

@media (max-width: 1200px) {
  .input-icon-wrapper-edition-xs {
    width: 100%;
  }
  .edit-input-wrapper.three-elements-wrapper .edit-input-wrapper:nth-child(2) .input-description-wrapper-big {
    margin-left: 0;
    margin-right: 20px;
  }
}

/* 370 */
.firm-edition #edit_description + label.error {
  position: absolute;
  bottom: 75px;
  z-index: 10;
  width: calc(100% - 30px);
}

@media (max-width: 767px) {
  .firm-edition #edit_description + label.error {
    bottom: 95px;
  }
}

/* 395 */
.col-md-6.recommended-offers, .col-md-6.city-big {
  height: auto;
}

/* 383 */
.grey-background-borders {
  border-right: none;
  border-left: none;
  /* border-left: 6px solid #155ea5; */
  /* border-right: 6px solid #155ea5; */
}

.small-red-button.pad {
  display: none;
}

.row.promoted {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #BEECFF;
  border-left: 6px solid #155ea5;
  overflow: hidden;
  position: relative;
}

.row.promoted .col-md-3:nth-child(3) {
  margin-top: -60px;
}

.row.promoted .badge-promoted {
  height: 40px;
  line-height: 40px;
  color: white;
  font-weight: 600;
  font-size: 12px;
  background: #004C97;
  width: 180px;
  text-align: center;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -45px;
  bottom: 30px;
}

@media (max-width: 767px) {
  .row.promoted .col-md-3:nth-child(3) {
    margin-top: inherit;
  }
}

.premium-span.pad {
  display: none;
}

.row.promoted .ended-ad, .ended-ad {
  text-align: left;
}

.row.promoted .col-md-4:nth-child(3) div:nth-child(3) {
  margin-right: 55px;
}

.active-offers .col-md-4:nth-child(3) div:nth-child(3) {
  margin-right: 55px;
}

@media (max-width: 1200px) {
  .row.promoted .col-md-4:nth-child(3) div:nth-child(3) {
    margin-right: 0;
  }
  .active-offers .col-md-4:nth-child(3) div:nth-child(3) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .row.promoted .ended-ad, .ended-ad {
    text-align: center;
  }
}

/* 401 */
#js_announcement-categories .main-listing-work-name {
  line-height: 26px;
}

/* 391*/
.kontakt {
  height: auto;
}

.kontakt .blue-square {
  height: 875px;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .kontakt .blue-square {
    height: auto;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .kontakt .blue-square {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .kontakt .blue-square {
    height: auto;
  }
}

form[name=contact] {
  margin-bottom: 30px;
}

/* 400 */
.firm-input-wrapper {
  margin-bottom: 20px;
}

.inner-field-wrapper {
  width: 100%;
}

ul.form-errors li {
  list-style: none;
  color: red;
}

@media only screen and (max-width: 767px) {
  .carousel-controls {
    text-align: center !important;
  }
}

.inside-anchor {
  position: absolute;
  margin-top: -50px;
}

#cookie-bar {
  padding: 10px 15px !important;
  background: #004C97 !important;
}

#cookie-bar p {
  text-align: justify;
  margin: 0 !important;
  line-height: 24px;
}

#cookie-bar a {
  color: white !important;
}

#cookie-bar-button {
  background-color: #01A8EC !important;
  font-weight: 400 !important;
  border-radius: 5px;
}

#cookie-bar-prompt-button {
  display: none;
}

a#cookie-bar-main-privacy-link {
  padding: 0 4px !important;
  font-size: 0;
  color: white !important;
}

a#cookie-bar-main-privacy-link::before {
  font-size: 10pt;
  color: #2CA0E8;
  content: 'Polityka prywatności';
}

@media (max-width: 991px) {
  #cookie-bar {
    text-align: center;
  }
  #cookie-bar p {
    text-align: center;
    margin: 0 !important;
    line-height: 16px;
  }
  #cookie-bar-button {
    float: none !important;
    margin-right: 0 !important;
    margin-top: 5px !important;
  }
}

/* 423 */
.delete-input-wrapper.js-duty-form {
  margin-bottom: 20px;
}

.delete-input-wrapper.js-duty-form .btn.add-file.waves-effect.waves-light input {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  margin-top: 0;
  opacity: 0;
}

#seo-category-description {
  margin-top: 15px;
}

.files-wrapper .see-file {
  display: inline-block;
  width: 122px;
  height: 28px;
  border-radius: 14px;
  background-color: #01a8ec;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}

.files-wrapper .delete-file {
  display: inline-block;
  width: 66px;
  height: 28px;
  border-radius: 15px;
  background-color: #ff0000;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  margin-left: 5px;
  text-transform: uppercase;
}

.delete-input-wrapper.js-duty-form small {
  margin-left: 10px;
}

@media print {
  section.main-photo-listing,
  nav.navbar,
  footer {
    display: none;
  }
}

.bold {
  font-weight: bold;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-25 {
  font-size: 25px;
}

.fs-30 {
  font-size: 30px;
}

.fs-35 {
  font-size: 35px;
}

.fs-40 {
  font-size: 40px;
}

.fs-45 {
  font-size: 45px;
}

.fs-50 {
  font-size: 50px;
}

.badge-transparent {
  background-color: transparent;
  color: #5e5e5e !important;
  border: 1px solid #5e5e5e !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.badge-transparent:hover, .badge-transparent.active {
  color: #01a8ec !important;
  border-color: #01a8ec !important;
}

.badge-color {
  width: 40px;
}

.badge-color:empty {
  display: inline-block;
}

.badge-color:after {
  content: "\00A0";
}

.badge-color.active:after {
  content: "\2713";
}

.badge-generator {
  font-size: 20px;
  width: 40px;
  border-radius: 7px;
  line-height: 30px;
}

#generator {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #007db0;
}

#generator .nav {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#generator .nav li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#generator .nav li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px 20px;
  background-color: #004c97;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

#generator .nav li a:hover {
  background-color: #00478e;
}

#generator .nav li a.active {
  background-color: #01a8ec !important;
}

.btn-generator {
  background: #01a8ec;
  color: #fff;
  padding: 20px 40px;
  font-size: 20px;
}

.generator-select {
  width: 100%;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #dedede;
  border-radius: 10px;
}

.generator-select input {
  padding: 0px 20px !important;
  border: none !important;
  margin: 0px !important;
}

.generator-select .caret {
  color: inherit !important;
  top: calc(50% - 6px) !important;
  right: 17px !important;
}

.pdf-preview {
  background-color: #01a8ec;
  float: left;
}

.select2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select2-choice, .select2-choices {
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  margin: 0px 20px 0px 30px !important;
  padding: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 100% !important;
  color: #343b42 !important;
}

.select2-chosen {
  margin-right: 0px !important;
  text-align: left;
  font-weight: normal;
}

.select2-arrow {
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  right: -5px !important;
}

.select2-drop {
  margin-top: -6px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px 20px;
}

.select2-drop .select2-results {
  background: #fff;
  padding: 5px;
  margin: 0px;
  -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
}

.kilometers .select2-chosen {
  font-size: .9rem;
  color: #4285f4;
  font-weight: bold;
}

/*//////////////////////////////*/
.hide {
  display: none;
}

.cv-preview {
  display: none;
}

.main-search-form {
  position: relative;
  top: 24px;
}

.generic-button {
  background: #004c97;
  line-height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 35px;
  border-radius: 40px;
  margin-top: 20px;
}

.customCategoryTrigger {
  position: relative;
  top: -15px;
  font-size: 13px;
  margin-left: 30px;
}

.announcement_customCategory {
  margin-bottom: 10px;
}
