@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin-ext";
/* line 7, ../../src/scss/app.scss */
body {
  position: relative;
}
@media only screen and (min-width: 576px) {
  /* line 7, ../../src/scss/app.scss */
  body {
    height: 100% !important;
  }
}

/* FONT */
/* line 15, ../../src/scss/app.scss */
.f-300, .f-300 * {
  font-weight: 300 !important;
}

/* line 18, ../../src/scss/app.scss */
.f-400, .f-400 * {
  font-weight: 400 !important;
}

/* line 21, ../../src/scss/app.scss */
.f-500, .f-500 * {
  font-weight: 500 !important;
}

/* line 24, ../../src/scss/app.scss */
.f-700, .f-700 * {
  font-weight: 700 !important;
}

/* line 27, ../../src/scss/app.scss */
.f-900, .fas {
  font-weight: 900 !important;
}

/* line 30, ../../src/scss/app.scss */
.fa {
  font-family: FontAwesome !important;
  font-weight: normal !important;
}

/* BG & COLOR */
/* line 36, ../../src/scss/app.scss */
.bg-sea-blue {
  background-color: #385c86;
}

/* line 39, ../../src/scss/app.scss */
.c-sea-blue {
  color: #385c86;
}

/* line 42, ../../src/scss/app.scss */
.bg-sky-blue {
  background-color: #69aee3;
}

/* line 45, ../../src/scss/app.scss */
.c-sky-blue {
  color: #69aee3;
}

/* line 48, ../../src/scss/app.scss */
.bg-red {
  background-color: #be1c2b !important;
}

/* line 51, ../../src/scss/app.scss */
.c-red {
  color: #be1c2b;
}

/* line 54, ../../src/scss/app.scss */
.bg-gray {
  background-color: #eee;
}

/* line 57, ../../src/scss/app.scss */
.c-gray {
  color: #eee;
}

/* line 60, ../../src/scss/app.scss */
.c-black {
  color: #231f20;
}

/* line 63, ../../src/scss/app.scss */
.c-white {
  color: #fff !important;
}

/* line 67, ../../src/scss/app.scss */
.btn.type-search {
  color: #385c86;
  border-color: #385c86;
}
/* line 70, ../../src/scss/app.scss */
.btn.type-search:hover {
  color: #fff;
  border-color: #385c86;
  background-color: #385c86;
}

/* ASIDE */
/* line 78, ../../src/scss/app.scss */
#contact {
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 1rem;
}
/* line 95, ../../src/scss/app.scss */
#contact a {
  display: block;
  background: #fff;
  background: #be1c2b;
  text-decoration: none !important;
  color: #fff;
  border-radius: .75rem 0.75rem 0 0;
  font-size: 16px;
}
/* line 107, ../../src/scss/app.scss */
#contact a:hover {
  background: #fff;
  color: #be1c2b;
}
/* line 110, ../../src/scss/app.scss */
#contact a:hover i {
  color: #be1c2b;
}
/* line 114, ../../src/scss/app.scss */
#contact a + a {
  margin-top: 1rem;
}
/* line 117, ../../src/scss/app.scss */
#contact a i {
  color: #fff;
  font-size: 24px;
}

/* LOGIN */
/* line 125, ../../src/scss/app.scss */
.login {
  background-image: url("../img/pexels-mike-1174136.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 131, ../../src/scss/app.scss */
.login .col-form-label {
  font-size: .9rem;
}

/* line 136, ../../src/scss/app.scss */
.register-img {
  width: 50px;
}

/* FORMS */
/* line 141, ../../src/scss/app.scss */
#login_form.register_form input:not(.input-mask) {
  background-color: #eceff1;
  border-radius: 4px;
  height: 40px;
  padding: 2px 15px 0;
}

/* line 147, ../../src/scss/app.scss */
.form-control {
  box-shadow: none !important;
}

/* line 151, ../../src/scss/app.scss */
input:invalid ~ .form-group__bar::after,
input:invalid ~ .form-group__bar::before {
  background-color: #ff6b68;
}

/* line 155, ../../src/scss/app.scss */
#password ~ .alert {
  display: none;
}

/* line 158, ../../src/scss/app.scss */
#password:focus:invalid ~ .alert {
  display: block;
}

/* line 161, ../../src/scss/app.scss */
.invalid-tooltip {
  right: 0;
}
/* line 164, ../../src/scss/app.scss */
.invalid-tooltip.position-relative {
  top: 0;
  line-height: 1.25;
}

/* line 169, ../../src/scss/app.scss */
[readonly] {
  cursor: not-allowed;
}

/* line 172, ../../src/scss/app.scss */
.btn--icon-text > .zmdi {
  margin-top: -3px;
}

/* line 175, ../../src/scss/app.scss */
label.checkbox, label.radio {
  cursor: pointer;
}

/* line 178, ../../src/scss/app.scss */
.select2-selection--multiple .select2-search__field {
  line-height: 32px;
}

/* line 181, ../../src/scss/app.scss */
.was-validated .form-control:invalid + .checkbox__label:before {
  border-color: #ff6b68;
}

/* line 184, ../../src/scss/app.scss */
.info-icon,
label > .btn-link > i.zmdi {
  font-size: 2rem;
}

/* line 188, ../../src/scss/app.scss */
.select2-container--open {
  z-index: 1051;
}

/* line 191, ../../src/scss/app.scss */
.select2-container--default .select2-selection--multiple:before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  right: 0;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #d1d1d1;
}

/* line 204, ../../src/scss/app.scss */
.input-group-prepend.position-absolute ~ .date-picker {
  padding-left: 55px;
}

/* line 208, ../../src/scss/app.scss */
#branch-list > div {
  box-shadow: none;
  cursor: default;
  min-height: 1px;
  height: auto;
}
/* line 213, ../../src/scss/app.scss */
#branch-list > div:before {
  display: none;
}
@media only screen and (max-width: 575px) {
  /* line 218, ../../src/scss/app.scss */
  #branch-list li {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 1.75rem;
  }
  /* line 226, ../../src/scss/app.scss */
  #branch-list li a {
    position: absolute;
    right: .75rem;
  }
}

/* line 233, ../../src/scss/app.scss */
.label-lg label {
  font-weight: 500;
  font-size: 1.1rem;
}

/* line 237, ../../src/scss/app.scss */
.text-counter + .text-count-wrapper {
  display: none !important;
}

/* line 240, ../../src/scss/app.scss */
.text-count-wrapper {
  position: absolute;
  bottom: -23px;
  height: 20px;
  width: 100%;
  left: 0;
  font-size: .9rem;
}

/* line 248, ../../src/scss/app.scss */
.error-text-min {
  float: right;
}

/* dashboard */
/* line 253, ../../src/scss/app.scss */
.dashboard-item {
  position: relative;
  text-align: center;
}
/* line 257, ../../src/scss/app.scss */
.dashboard-item button {
  width: 5rem;
  height: 5rem;
}
/* line 260, ../../src/scss/app.scss */
.dashboard-item button[disabled] + h4 {
  opacity: .35;
}
/* line 263, ../../src/scss/app.scss */
.dashboard-item button i {
  font-size: 2.25rem;
}
@media only screen and (min-width: 992px) {
  /* line 253, ../../src/scss/app.scss */
  .dashboard-item {
    max-width: 140px;
  }
}

/* override */
/* line 274, ../../src/scss/app.scss */
.toolbar__search__close {
  top: 50%;
  transform: translateY(-50%);
}

/* line 278, ../../src/scss/app.scss */
.pagination {
  border-top: 1px solid #f6f6f6;
  justify-content: center;
  padding: 1.25rem 2.2rem;
  margin: 0;
}

/* line 284, ../../src/scss/app.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: .25rem 0;
  line-height: 1.5;
  font-size: .875rem;
  height: calc(1.5em + .5rem + 1px);
}

/* line 290, ../../src/scss/app.scss */
.alert--notify {
  width: auto !important;
}

/* line 295, ../../src/scss/app.scss */
.border-left {
  border-color: #e9ecef !important;
}

/* line 299, ../../src/scss/app.scss */
.listview__img {
  border-radius: 0;
}

/* line 302, ../../src/scss/app.scss */
.nav-tabs .nav-link.active.c-white:before {
  display: none;
}

/* line 305, ../../src/scss/app.scss */
.nav-tabs .nav-link.active.c-white:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
}

/* line 314, ../../src/scss/app.scss */
.nav-tabs .nav-link.active.bg-red:after {
  border-color: #be1c2b transparent transparent transparent;
}

/* line 317, ../../src/scss/app.scss */
.nav-tabs .nav-link.active.bg-blue:after {
  border-color: #385c86 transparent transparent transparent;
}

/* line 320, ../../src/scss/app.scss */
.nav-tabs .nav-link:not(.active):hover {
  color: #385c86;
}

/* line 323, ../../src/scss/app.scss */
.nav-tabs .nav-link.disabled {
  opacity: .5;
  background-color: #f4f4f4;
  color: #888;
}

/* line 329, ../../src/scss/app.scss */
.custom-file-input ~ .input-group-append {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 0;
}

/* line 336, ../../src/scss/app.scss */
.photo-preview {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

/* PAGE ELEMENTS */
/* line 1, ../../src/scss/elements/nav.scss */
#top {
  margin: 15px 15px 0;
}
@media only screen and (min-width: 1200px) {
  /* line 1, ../../src/scss/elements/nav.scss */
  #top {
    top: 0;
    left: 50%;
    margin: 30px 0 0;
    max-width: 1110px;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* line 13, ../../src/scss/elements/nav.scss */
#top img {
  max-height: 36px;
}
@media only screen and (min-width: 768px) {
  /* line 13, ../../src/scss/elements/nav.scss */
  #top img {
    max-height: 48px;
    height: 48px;
  }
}
/* line 21, ../../src/scss/elements/nav.scss */
#top .nav-item.active a {
  text-decoration: underline;
}
/* line 24, ../../src/scss/elements/nav.scss */
#top .nav-link {
  font-variant: small-caps;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: .05rem;
}
/* line 30, ../../src/scss/elements/nav.scss */
#top .nav-link:hover, #top .nav-link[aria-expanded="true"] {
  color: #69aee3;
}
@media only screen and (max-width: 991px) {
  /* line 1, ../../src/scss/elements/nav.scss */
  #top {
    margin: 0;
    border-radius: 0 !important;
  }
}

/* line 42, ../../src/scss/elements/nav.scss */
#user-dropdown .dropdown-toggle, #lang-dropdown .dropdown-toggle {
  padding-left: 2.5rem;
}
/* line 45, ../../src/scss/elements/nav.scss */
#user-dropdown i, #user-dropdown > a img, #lang-dropdown i, #lang-dropdown > a img {
  font-size: 2.25rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* line 51, ../../src/scss/elements/nav.scss */
#user-dropdown img, #lang-dropdown img {
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin: 0;
}

/* line 58, ../../src/scss/elements/nav.scss */
.dropdown-menu {
  border: none;
  background-color: #69aee3;
}
/* line 62, ../../src/scss/elements/nav.scss */
.dropdown-menu .dropdown-item {
  color: #fff;
  font-weight: 300;
}
/* line 65, ../../src/scss/elements/nav.scss */
.dropdown-menu .dropdown-item:hover {
  background-color: #385c86;
}
/* line 70, ../../src/scss/elements/nav.scss */
#lang-dropdown .dropdown-menu {
  min-width: auto;
}

@media only screen and (max-width: 575px) {
  /* line 76, ../../src/scss/elements/nav.scss */
  #lang-dropdown .dropdown-toggle {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 359px) {
  /* line 81, ../../src/scss/elements/nav.scss */
  .navbar-brand {
    width: 45px;
    overflow: hidden;
    padding-bottom: 0;
  }
}
/* line 88, ../../src/scss/elements/nav.scss */
#admin-nav {
  z-index: 1031;
  padding: .25rem 2rem;
}
/* line 92, ../../src/scss/elements/nav.scss */
#admin-nav + #top {
  margin-top: 57px !important;
}
@media only screen and (max-width: 991px) {
  /* line 92, ../../src/scss/elements/nav.scss */
  #admin-nav + #top {
    margin-top: 42px !important;
  }
}
/* line 99, ../../src/scss/elements/nav.scss */
#admin-nav + #top ~ section.content--full {
  padding-top: 130px !important;
}
@media only screen and (max-width: 767px) {
  /* line 99, ../../src/scss/elements/nav.scss */
  #admin-nav + #top ~ section.content--full {
    padding-top: 110px !important;
  }
}

/* line 1, ../../src/scss/elements/header.scss */
#header {
  height: 72vh;
  min-height: 660px;
  position: relative;
}
/* line 6, ../../src/scss/elements/header.scss */
#header > h1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  bottom: auto;
  color: #fff;
  text-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5) !important;
  font-weight: 700;
  max-width: 800px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  font-size: 3.0rem;
  top: 80px;
}
@media only screen and (min-width: 576px) {
  /* line 6, ../../src/scss/elements/header.scss */
  #header > h1 {
    font-size: 4.0rem;
    bottom: 41%;
    top: auto;
  }
}
@media only screen and (min-width: 768px) {
  /* line 6, ../../src/scss/elements/header.scss */
  #header > h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 6, ../../src/scss/elements/header.scss */
  #header > h1 {
    bottom: 46%;
    line-height: 1.05;
    font-size: 5.5rem;
  }
}
/* line 36, ../../src/scss/elements/header.scss */
html[lang="de"] #header > h1 {
  max-width: 860px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  line-height: 1.15;
  font-size: 2.25rem;
  top: 72px;
}
@media only screen and (min-width: 576px) {
  /* line 36, ../../src/scss/elements/header.scss */
  html[lang="de"] #header > h1 {
    bottom: 38%;
    top: auto;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 36, ../../src/scss/elements/header.scss */
  html[lang="de"] #header > h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 36, ../../src/scss/elements/header.scss */
  html[lang="de"] #header > h1 {
    font-size: 3.75rem;
    top: 160px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 1, ../../src/scss/elements/header.scss */
  #header {
    height: 100vh;
    min-height: 100vh;
  }
}
@media only screen and (max-width: 575px) {
  /* line 1, ../../src/scss/elements/header.scss */
  #header {
    position: relative;
    z-index: 10;
  }
}
/* line 67, ../../src/scss/elements/header.scss */
#header > a {
  overflow: hidden;
  text-decoration: none !important;
  background-color: #df8e95 !important;
}
/* line 71, ../../src/scss/elements/header.scss */
#header > a:last-child {
  background-color: #748daa !important;
}
/* line 75, ../../src/scss/elements/header.scss */
#header > a .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform 15s ease-out, opacity .3s ease-out, filter .3s ease-out;
  transition: transform 15s ease-out, opacity .3s ease-out, filter .3s ease-out;
  opacity: 1;
  filter: grayscale(100%);
}
/* line 85, ../../src/scss/elements/header.scss */
#header > a h1 {
  color: #fff;
  text-transform: uppercase;
  background-color: #385c86;
  position: relative;
  display: table;
  line-height: 1;
  padding: .5rem 1rem;
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: .15rem;
  -webkit-transition: background-color .3s ease-out, color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, color .3s ease-out, transform .3s ease-out;
}
@media only screen and (max-width: 767px) {
  /* line 85, ../../src/scss/elements/header.scss */
  #header > a h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  /* line 85, ../../src/scss/elements/header.scss */
  #header > a h1 {
    font-size: 2.5rem;
    margin-bottom: .5rem;
  }
}
/* line 107, ../../src/scss/elements/header.scss */
#header > a p {
  color: #fff;
  background-color: #385c86;
  display: table;
  padding: .5rem 1rem;
  margin-top: -1rem;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
@media only screen and (max-width: 767px) {
  /* line 107, ../../src/scss/elements/header.scss */
  #header > a p {
    font-size: 1rem !important;
    padding: .25rem 1rem;
  }
}
@media only screen and (max-width: 575px) {
  /* line 107, ../../src/scss/elements/header.scss */
  #header > a p {
    display: none;
  }
}
/* line 124, ../../src/scss/elements/header.scss */
#header > a i {
  color: #385c86;
  font-size: 3rem;
  transition: color .3s ease-out;
}
/* line 130, ../../src/scss/elements/header.scss */
#header > a:first-child h1, #header > a:first-child p {
  background-color: #be1c2b;
}
/* line 133, ../../src/scss/elements/header.scss */
#header > a:first-child i {
  color: #be1c2b;
}
@media only screen and (min-width: 576px) {
  /* line 139, ../../src/scss/elements/header.scss */
  #header > a:hover .bg-img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .7;
    filter: grayscale(33%);
  }
  /* line 145, ../../src/scss/elements/header.scss */
  #header > a:hover h1 {
    background-color: transparent;
    color: #be1c2b;
    -webkit-transform: translate(-1rem, 65%);
    transform: translate(-1rem, 65%);
  }
  /* line 151, ../../src/scss/elements/header.scss */
  #header > a:hover i {
    color: #be1c2b;
  }
  /* line 155, ../../src/scss/elements/header.scss */
  #header > a:hover:first-child i, #header > a:hover:first-child h1 {
    color: #385c86;
  }
  /* line 159, ../../src/scss/elements/header.scss */
  #header > a:hover p {
    opacity: 0;
  }
}
/* line 165, ../../src/scss/elements/header.scss */
#header .container {
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 165, ../../src/scss/elements/header.scss */
  #header .container {
    min-width: 570px;
    width: auto;
  }
}

/* line 175, ../../src/scss/elements/header.scss */
#bg_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 333px;
  object-fit: cover;
  filter: grayscale(100%);
}
@media only screen and (max-width: 1199px) {
  /* line 175, ../../src/scss/elements/header.scss */
  #bg_header {
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 175, ../../src/scss/elements/header.scss */
  #bg_header {
    height: 305px;
  }
}

/* line 189, ../../src/scss/elements/header.scss */
#page_title {
  color: #fff;
  text-transform: uppercase;
  display: table;
  line-height: 1;
  padding: .75rem 1rem;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .15rem;
}
@media only screen and (max-width: 575px) {
  /* line 189, ../../src/scss/elements/header.scss */
  #page_title {
    margin: 0;
  }
}

/* line 3, ../../src/scss/elements/section.scss */
section.bg-img > .container > .row {
  background-image: url("../img/logo_white_small.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 9, ../../src/scss/elements/section.scss */
section p {
  line-height: 1.75;
}

/* line 13, ../../src/scss/elements/section.scss */
h2 small {
  display: block;
  font-weight: 400;
  font-size: 60%;
  margin-top: .25rem;
}
/* line 18, ../../src/scss/elements/section.scss */
.bg-gray h2 small {
  color: #be1c2b;
}

/* line 2, ../../src/scss/elements/offers.scss */
#offers .actions {
  margin-right: 0;
}
/* line 6, ../../src/scss/elements/offers.scss */
#offers .listview__item .actions {
  position: absolute;
  right: 1.75rem;
}
@media only screen and (max-width: 575px) {
  /* line 6, ../../src/scss/elements/offers.scss */
  #offers .listview__item .actions {
    right: 1rem;
  }
}
/* line 15, ../../src/scss/elements/offers.scss */
#offers .listview__img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  object-position: center;
}
@media only screen and (max-width: 575px) {
  /* line 15, ../../src/scss/elements/offers.scss */
  #offers .listview__img {
    width: 2rem;
    height: 2rem;
  }
}
/* line 25, ../../src/scss/elements/offers.scss */
#offers .sticky-top {
  top: 115px;
}
@media only screen and (min-width: 768px) {
  /* line 30, ../../src/scss/elements/offers.scss */
  #offers .map-visitors {
    left: -10%;
  }
}

/* line 41, ../../src/scss/elements/offers.scss */
#modal-offers .listview {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}

/* line 46, ../../src/scss/elements/offers.scss */
.tags > a {
  pointer-events: none;
  font-weight: 500;
}
/* line 50, ../../src/scss/elements/offers.scss */
.tags > a.location_subject {
  color: #385c86;
  border-color: #385c86;
}
/* line 54, ../../src/scss/elements/offers.scss */
.tags > a.location_cooperation {
  color: #be1c2b;
  border-color: #be1c2b;
}
/* line 58, ../../src/scss/elements/offers.scss */
.tags > a.location_both {
  color: #69aee3;
  border-color: #69aee3;
}

/* line 64, ../../src/scss/elements/offers.scss */
.offer-status-icon {
  top: 75px;
  left: 37px;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #ff6b68;
  margin: 10px 1.5rem 0 0;
}

/* line 78, ../../src/scss/elements/offers.scss */
.listview__attrs {
  color: #747a80;
}

/* line 81, ../../src/scss/elements/offers.scss */
.listview.row {
  margin-left: -11px;
  margin-right: -11px;
}

/* line 85, ../../src/scss/elements/offers.scss */
.listview.row > div {
  padding-left: 11px;
  padding-right: 11px;
}

@media only screen and (min-width: 992px) {
  /* line 91, ../../src/scss/elements/offers.scss */
  .user-offer-heading {
    padding-right: 5rem;
  }
}
/* line 96, ../../src/scss/elements/offers.scss */
#offers-info-box {
  border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #f6f6f6;
}

/* line 100, ../../src/scss/elements/offers.scss */
#offers-info-box + .toolbar--inner {
  border-radius: 0 0 2px 2px;
}

/* line 104, ../../src/scss/elements/offers.scss */
.map-visitors {
  pointer-events: none;
}

/* line 109, ../../src/scss/elements/offers.scss */
#share-modal .modal-content {
  box-shadow: none;
  background-color: transparent;
}

/* line 117, ../../src/scss/elements/offers.scss */
.offer-details > div {
  padding: 2rem;
}
@media only screen and (max-width: 575px) {
  /* line 115, ../../src/scss/elements/offers.scss */
  .offer-details {
    border-radius: 0;
    box-shadow: none;
    margin: 0 -15px;
  }
  /* line 126, ../../src/scss/elements/offers.scss */
  .offer-details > div {
    padding: 2rem 1.5rem;
  }
}

/* line 132, ../../src/scss/elements/offers.scss */
.nav-tabs .nav-link small {
  text-transform: initial;
  font-weight: 500 !important;
  font-size: .9rem;
}

/* line 138, ../../src/scss/elements/offers.scss */
textarea.textarea-autosizee {
  min-height: 115px;
}

/* line 2, ../../src/scss/elements/jobs.scss */
.offer-job-form .error-text-min {
  display: none !important;
}

/* line 8, ../../src/scss/elements/jobs.scss */
.was-validated .form-control:invalid ~ .select2-container .select2-selection {
  border-bottom-color: #ff6b68;
}
/* line 10, ../../src/scss/elements/jobs.scss */
.was-validated .form-control:invalid ~ .select2-container .select2-selection:before {
  border-color: transparent transparent #ff6b68;
}

/* line 16, ../../src/scss/elements/jobs.scss */
.was-validated .form-control[readonly]:invalid {
  display: block !important;
}

/* line 19, ../../src/scss/elements/jobs.scss */
.remove-single-lang {
  display: table;
}

/* line 3, ../../src/scss/elements/search.scss */
#search-box .accordion__item {
  margin: 0;
  border: none;
}
/* line 11, ../../src/scss/elements/search.scss */
#search-box .accordion__title {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  background: transparent !important;
  transition: border-color .3s ease-in-out;
  border-bottom: 1px solid #f6f6f6;
}
/* line 20, ../../src/scss/elements/search.scss */
#search-box .accordion__title:before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  right: 0;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #d1d1d1;
  transition: border-color .3s ease-in-out, transform .3s ease-in-out;
}
/* line 40, ../../src/scss/elements/search.scss */
#search-box .accordion__title[aria-expanded="true"] {
  border-bottom-color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 47, ../../src/scss/elements/search.scss */
.container-offer #search-box .accordion__title[aria-expanded="true"] {
  color: #385c86;
}
/* line 50, ../../src/scss/elements/search.scss */
.container-search #search-box .accordion__title[aria-expanded="true"] {
  color: #be1c2b;
}
/* line 54, ../../src/scss/elements/search.scss */
#search-box .accordion__title[aria-expanded="true"]:before {
  transform: rotate(90deg);
}
/* line 59, ../../src/scss/elements/search.scss */
.container-offer #search-box .accordion__title[aria-expanded="true"]:before {
  border-color: transparent transparent #385c86;
}
/* line 63, ../../src/scss/elements/search.scss */
.container-search #search-box .accordion__title[aria-expanded="true"]:before {
  border-color: transparent transparent #be1c2b;
}
/* line 70, ../../src/scss/elements/search.scss */
#search-box .accordion__content {
  padding: .25rem 0 .5rem 0;
}
/* line 74, ../../src/scss/elements/search.scss */
#search-box > .card-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
/* line 79, ../../src/scss/elements/search.scss */
#search-box a[data-toggle="collapse"] {
  position: absolute;
  right: 1rem;
  top: 0;
  z-index: 1;
}

/* line 87, ../../src/scss/elements/search.scss */
#search-btn i {
  width: 15px;
  margin-right: 0;
  text-align: left;
}
/* line 92, ../../src/scss/elements/search.scss */
#search-btn[aria-expanded="true"] i:before {
  content: '\f136';
}

/* line 97, ../../src/scss/elements/search.scss */
.input-group-plus {
  cursor: pointer;
}
/* line 99, ../../src/scss/elements/search.scss */
.input-group-plus .input-group-text {
  border-bottom: none;
  padding-top: .65rem;
  padding-bottom: .65rem;
}
/* line 104, ../../src/scss/elements/search.scss */
.input-group-plus ~ .select2 .select2-selection__rendered {
  cursor: pointer;
  padding-left: 55px;
}

/* line 1, ../../src/scss/elements/footer.scss */
footer {
  box-shadow: 0 25vh #385c86;
}
/* line 2, ../../src/scss/elements/footer.scss */
footer .nav-link {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .9rem;
}
/* line 7, ../../src/scss/elements/footer.scss */
footer .nav-link:hover {
  color: #69aee3;
}
/* line 11, ../../src/scss/elements/footer.scss */
footer input {
  height: auto !important;
}

/* line 16, ../../src/scss/elements/footer.scss */
#footer-logo {
  opacity: .65;
  flex-grow: 0;
  flex-shrink: 1;
}
/* line 21, ../../src/scss/elements/footer.scss */
#footer-logo img {
  max-height: 64px;
}

/* line 27, ../../src/scss/elements/footer.scss */
#footer-partners img {
  max-height: 56px;
  width: auto;
  margin: 8px 8px 0;
}

/* line 1, ../../src/scss/elements/cookie-bar.scss */
#cookie-policy {
  background-color: #385c86;
  color: #fff;
  width: 100%;
  position: fixed;
  height: auto;
  bottom: 0;
  left: 0;
  display: none;
  padding: 15px 30px 15px;
  z-index: 99999;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../src/scss/elements/cookie-bar.scss */
  #cookie-policy {
    padding: 10px;
  }
}
/* line 17, ../../src/scss/elements/cookie-bar.scss */
#cookie-policy p {
  float: left;
  font-weight: 500;
  margin: 0 30px 0 0;
  line-height: 22px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  /* line 17, ../../src/scss/elements/cookie-bar.scss */
  #cookie-policy p {
    margin: 0 0 10px 0;
  }
}
/* line 29, ../../src/scss/elements/cookie-bar.scss */
#cookie-policy a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
/* line 33, ../../src/scss/elements/cookie-bar.scss */
#cookie-policy a:hover {
  color: #69aee3;
}
/* line 38, ../../src/scss/elements/cookie-bar.scss */
#cookie-policy button {
  display: block;
  background: #be1c2b;
  color: #fff;
  float: right;
  margin-left: auto;
  height: 44px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  letter-spacing: 1px;
}
/* line 52, ../../src/scss/elements/cookie-bar.scss */
#cookie-policy button:hover {
  background: #fff;
  color: #be1c2b;
}
@media only screen and (max-width: 767px) {
  /* line 38, ../../src/scss/elements/cookie-bar.scss */
  #cookie-policy button {
    width: 100%;
  }
}

/* line 354, ../../src/scss/app.scss */
.pt-inner {
  text-align: center;
}

/* line 357, ../../src/scss/app.scss */
.pt-inner .pti-header {
  padding: 45px 10px 70px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}

/* line 363, ../../src/scss/app.scss */
.pt-inner .pti-header > h2 {
  margin: 0;
  line-height: 100%;
  color: #fff;
  font-weight: 100;
  font-size: 50px;
}

/* line 370, ../../src/scss/app.scss */
.pt-inner .pti-header > h2 small {
  color: #fff;
  letter-spacing: 0;
  vertical-align: top;
  font-size: 16px;
  font-weight: 100;
  line-height: 1;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 380, ../../src/scss/app.scss */
.pt-inner .pti-header .ptih-title {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 8px 10px 9px;
  text-transform: uppercase;
  margin: 0 -10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

/* line 389, ../../src/scss/app.scss */
.pt-inner .pti-body {
  padding: 0 23px;
}

/* line 392, ../../src/scss/app.scss */
.pt-inner .pti-body .ptib-item {
  padding: 15px;
  font-weight: 500;
}

/* line 396, ../../src/scss/app.scss */
.pt-inner .pti-body .ptib-item:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}

/* line 400, ../../src/scss/app.scss */
div.btn {
  pointer-events: none !important;
}

/* line 404, ../../src/scss/app.scss */
.firm-hr:last-child {
  display: none !important;
}

/* RWD */
@media only screen and (min-width: 768px) {
  /* line 413, ../../src/scss/app.scss */
  .login__block {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 418, ../../src/scss/app.scss */
  .login__block {
    max-width: 480px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 430, ../../src/scss/app.scss */
  .adver-img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  /* line 443, ../../src/scss/app.scss */
  .nav-tabs .nav-link.active {
    border-radius: 0 !important;
  }
}
@media only screen and (max-width: 380px) {
  /* line 451, ../../src/scss/app.scss */
  #top img {
    max-height: 32px;
  }
}

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