/* cmsms stylesheet: new modified: 31.12.2025 11:06:09 */
.contact-form__form h2{
    margin: 60px 0 30px;
    text-align: center;
}
.object_form_alert{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 2px solid red;
    padding: 50px;
    z-index: 3;
}
.object_form_succeed{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 2px solid green;
    padding: 50px;
    z-index: 3;
    text-align: center;
}
.object_form_succeed + .form{
    pointer-events: none;
    opacity: 0.5;
}
.career-detail__top{
    margin-bottom: 30px;
}
.career-detail__top h2{
    margin-bottom: 20px;
}
#formularz .form{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px 60px;
}
#formularz section {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    flex: 1 1 40%;
    margin: 0 20px 20px;
}
#formularz section[data-field="textarea"] {
    flex: 1 1 100%;
}
#formularz section[data-field="checkbox"] {
    width: 60%;
    flex-direction: row;
    flex: unset;
    justify-content: flex-start;
    align-items: center;
}
#formularz section[data-field="checkbox"] input {
    width: 28px;
    height: 28px;
    border: 3px solid rgba(var(--color-main),1);
    border-radius: var(--rounded-corners3);
    position: relative;
    padding: 10px;
    margin-right: 20px;
    cursor: pointer;
}
#formularz section[data-field="checkbox"] label {
    position: relative;
}
#formularz section[data-field="file"] input {
    padding: 12px 15px 12px;
    height: 100%;
}
#formularz section input,
#formularz section textarea {
    font-family:Lato,sans-serif;
    border:none;
    background-color:#f3f7fd;
    display:block;
    width:100%;
    padding:25px 15px 8px;
    font-size:20px;
    outline:0;
    box-shadow:none;
}
#formularz section input {
    height:auto;
}
#formularz section textarea {
 min-height:100px;
 height:300px;
 resize:vertical
}
#formularz section .notempty+label,
#formularz section input:focus+label,
#formularz section textarea:focus+label {
 top:5px;
 font-size:12px;
 line-height:14px;
 color:#929292;
 white-space:nowrap
}
#formularz .notempty+label {
 color:#00a75f!important
}
#formularz .notempty.fail,
#formularz .notempty.fail+label {
 content:' ';
 color:#ce1443!important
}
#formularz .notempty.warn {
 color:#555!important
}
#formularz .notempty.warn+label {
 content:' ';
 color:#b7995d!important
}
#formularz .check .notempty+label::after {
 content:'✓';
 display:inline-block;
 margin-left:5px;
 font-size:11px;
 line-height:inherit
}
#formularz section label {
 pointer-events:none;
 position:absolute;
 top:10px;
 left:15px;
 z-index:5;
 color:#929292;
 transition:.2s
}
#formularz section label * {
 pointer-events:all
}
#formularz .object_form_exhibit{
    display: none;
}
#formularz button {
    color:#001945;
    cursor:pointer;
    background-color:#fff;
    border:none;
    font-weight:600;
 /*float:right;*/
 /*margin-top:35px;*/
    margin-right: 20px;
    margin-left: auto;
    text-decoration: none;
    box-shadow: 0 15px 25px rgba(0,0,0,.1);
    margin-bottom: 12px;
    transition: all .3s;
    border-radius: 7px;
    padding: 15px 30px;
}
#formularz button::after {
    content: "\e903";
    font-family: icomoon !important;
    font-size: 7px;
    opacity: .5;
    vertical-align: middle;
    margin-left: 15px;
    transition: all .2s .1s;
    line-height: 1;
}


#preloader {
  background: transparentize(#fff, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  transition: 0.2s all linear;
  z-index: 100;
  user-select: none;
}
#preloader.showed {
    opacity: 1;
    pointer-events: all;
}
#preloader img {
    pointer-events: none;
    max-width: 300px;
    margin: 0 auto;
}
  
footer .partners .partner {
    filter: none;
}
footer .partners .partner.make-me-white {
    filter: none;
}
.lang {
   background-color: #fff !important; 
}
.lang a {
    background-color: #fff !important;
}
.langpicker a img {
     display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border: 2px solid #f5f6fd;
    box-shadow: 0 20px 50px rgb(0 0 0 / 5%);
    image-rendering: pixelated;
}
.offers-table{
    width: 100%;
    border-spacing: 0px 20px;
    border-collapse: separate;
    font-size: 15px;
}
.offers-table thead{
    background-color: #f3f7fd;
}
.offers-table tr, .offers-table tr td{
    background-color: transparent;
    color: #848c99;
}
.offers-table thead th{
    color: #001945;
    text-transform: none;
    padding: 20px 25px;
    line-height: normal;
    text-align: left;
    cursor: pointer;
    font-weight: normal;
    border-bottom: 1px solid #dae1ef;
}
.offers-table td{
    line-height: normal;
    cursor: pointer;
    padding: 20px 25px;
    border-bottom: 1px solid #dae1ef;
    transition: background-color 0.4s ease;
}
.offers-table td:first-child{
    text-transform: uppercase;
    max-width: 500px;
}
.offers-table tr:hover th{
    background: #ededed;
}
@media only screen and (min-width: 992px){
    .offers-table tr td, .offers-table tr th{
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px){
    .offers-table tr td, .offers-table tr th{
        font-size: 13px;
    }
}
@media (max-width: 400px){
    .offers-table th{
        display: none;
    }
    .offers-table td{
        display: block;
        text-align: center;
        border: unset;
        padding: 5px 25px;
    }
    .offers-table td:last-child{
        border-bottom: 1px solid #dae1ef;
    }
}

/*Kolorowanie komunikatu cookies - start*/
#c-ttl {
    color: #ce1443;
}
#s-ttl {
    color: #ce1443;
}
#c-txt a {
    color: #ce1443;
}
.cc_div .cc-link {
    color: #ce1443;
}
#c-bns button:first-child {
    color: #fff;
    background: #ce1443;
}
#c-bns button:first-child:hover {
    background: #eaeff2;
    color: #ce1443;
}
#s-c-bn::after, #s-c-bn::before {
    background: #ce1443;
}
#s-bns button:first-child {
    color: #fff;
    background: #ce1443;
}
#s-bns button:first-child:hover {
    background: #eaeff2;
    color: #ce1443;
}
.cc_div .b-tg .c-tgl:checked~.c-tg {
    background: #ce1443;
}
#s-c-bn.c-bn {
    border-radius: 5px;
}
/*Kolorowanie komunikatu cookies - koniec*/

.partners-and-socials {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.partners-and-socials .footer-social-media > ul {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer .nav-footer {
    display: block;
}

#webisoContact .form-col.col-12.mt-3 {
    margin-top: 1rem;
}

#webisoContact .form-col.col-12.mt-3 .form-input {
    display: flex;
    gap: .5rem;
}

#webisoContact .form-col.col-12.mt-3 [name="agreement"] {
    width: 1rem;
    height: 1rem;
}

#webisoContact .form-col.col-12.mt-3 [name="agreement"] + label { position: static; margin-top: .25rem; white-space: unset !important; color: #001945 !important; }
#webisoContact .form-col.col-12.mt-3 [name="agreement"] + label a { color: #CE1443 !important; }
#webisoContact .form-col.col-12.mt-3 [name="agreement"] + label::after { display: none; }

.consorfrut-tabela-erecruiter .section-title {
  position: relative;
  padding-bottom: 50px;
}
.consorfrut-tabela-erecruiter .section-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 3px;
  content: "";
  background-color: #d5dbe5;
}
.consorfrut-tabela-erecruiter .skk_container {
    margin-inline: auto;
}
.cvLink {
    color: #CE1443;
}


@media (max-width: 1199px) {
  .logo-mobile a img {max-width: 180px;}
}
