/* cmsms stylesheet: new modified: 03.02.2026 16:14:48 */
.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;}
}
/*PL*/
#consorfrut-rozwijamy-eksport-lokalnych-owocow-i-warzyw.section.pd-top.text-img .col-xl-6:last-child,
#consorfrut-glowne-produkty-eksportowe.section.pd-top.img-text .col-xl-6:first-child,
#consorfrut-zapewniamy-serwis-na-bardzo-wysokim-poziomie.section.pd-top.text-img .col-xl-6:last-child,

#consorfrut-polish-fruits-and-vegetables-quality-you-can-trust.section.pd-top.text-img .col-xl-6:last-child,
#consorfrut-our-most-important-export-products.section.pd-top.img-text .col-xl-6:first-child,
#consorfrut-the-highest-standards-of-service.section.pd-top.text-img .col-xl-6:last-child,

#consorfrut-frutas-y-verduras-polacas-calidad-en-la-que-puedes-confiar.section.pd-top.text-img .col-xl-6:last-child,
#consorfrut-los-productos-mas-importantes-de-nuestra-exportacion.section.pd-top.img-text .col-xl-6:first-child,
#consorfrut-los-mas-altos-estandares-de-servicio.section.pd-top.text-img .col-xl-6:last-child {
    display: flex;
    justify-content: center;
}
#consorfrut-the-highest-standards-of-service.section.pd-top.text-img .img-fluid,
#consorfrut-our-most-important-export-products.section.pd-top.img-text .img-fluid,

#consorfrut-glowne-produkty-eksportowe.section.pd-top.img-text .img-fluid,
#consorfrut-zapewniamy-serwis-na-bardzo-wysokim-poziomie.section.pd-top.text-img .img-fluid,

#consorfrut-los-productos-mas-importantes-de-nuestra-exportacion.section.pd-top.img-text .img-fluid,
#consorfrut-los-mas-altos-estandares-de-servicio.section.pd-top.text-img .img-fluid {
    height: 360px;
}
#consorfrut-frutas-y-verduras-polacas-calidad-en-la-que-puedes-confiar.section.pd-top.text-img .img-fluid,
#consorfrut-polish-fruits-and-vegetables-quality-you-can-trust.section.pd-top.text-img .img-fluid,
#consorfrut-rozwijamy-eksport-lokalnych-owocow-i-warzyw.section.pd-top.text-img .img-fluid {
    height: 400px;
}
.section.videoFile-text {
    padding: 3rem 0;
    margin: 0;
}
.section.videoFile-text .video-frame {
    display: flex;
    align-items: center;
}
.section.videoFile-text .filevideo {
    width: 100%;
    height: auto;
    cursor: pointer;
}
body {
    color: #1a1a1a;
}
#hometop.hometop--new #hometop__bg video {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#hometop.hometop--new .slide-top .slide-content {
    padding: 0 !important;
}
@media (max-width: 575px) {
    #hometop.hometop--new #hometop__bg video {
        aspect-ratio: 16 / 9;
    }
#hometop.hometop--new .go-down {
display: flex;
justify-content: center;
}
}
@media (min-width: 1200px) {
    #hometop.hometop--new {
        margin-top: 120px;
    }
}
@media only screen and (min-width: 768px) {
  #hometop.hometop--new .go-down #go-down {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #hometop.hometop--new .go-down #go-down::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
#number-boxes .box .number-title {
    font-size: 29px;
}
  #number-boxes .box.box-img img {
    opacity: .6;
  }
  #number-boxes .section-title {
      text-align: center;
  }
 #empleo #consorfrut-zobacz-jak-wyglada-proces-rekrutacyjny-w-naszej-firmie-2 .icon::after,
 #consorfrut-certyfikaty .icon::after,
 #consorfrut-zobacz-jak-wyglada-proces-rekrutacyjny-w-naszej-firmie .icon::after,
 #consorfrut-see-what-the-recruitment-process-in-our-company-looks-like-2 .icon::after,
 .icon::after {
     background-color: unset;
 }
 .section__socialmedia-01 .socialmedia .smcard .smcard__heading .smcard__profimgouter {
     width: 3rem;
     height: 3rem;
 }
 .section__socialmedia-01 .socialmedia .smcard .smcard__heading .smcard__headingcontent p + p {
     margin: 0;
 }

 .section__socialmedia-01 .socialmedia .smcard .smcard__media .smcard__mediaitem:first-child .smcard__mediathumb {
    aspect-ratio: unset;
 }
#consorfrut-jesli-nie-ma-tu-oferty-dla-ciebie-przeslij-do-nas-swoje-cv.margin-trick {
    padding: 0 3rem 3rem;
    margin-bottom: 0;
}
#consorfrut-kalendarz-es .col-6,
#consorfrut-calendar-and-map .col-6,
#consorfrut-kalendarz-i-mapa .col-6 {
    margin: 0 !important;
    padding: .75rem !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
#consorfrut-kalendarz-es .col-6:not(.col-6 + .col-6),
#consorfrut-calendar-and-map .col-6:not(.col-6 + .col-6),
#consorfrut-kalendarz-i-mapa .col-6:not(.col-6 + .col-6) {
    padding-bottom: 1.5rem !important;
}
@media (min-width: 768px) {
    #consorfrut-kalendarz-es .col-6,
    #consorfrut-calendar-and-map .col-6,
    #consorfrut-kalendarz-i-mapa .col-6 {
        padding: 0 !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    #consorfrut-kalendarz-es .col-6:not(.col-6 + .col-6),
    #consorfrut-calendar-and-map .col-6:not(.col-6 + .col-6),
    #consorfrut-kalendarz-i-mapa .col-6:not(.col-6 + .col-6) {
        padding: 0 4.5rem 0 0 !important;
    }
}
@media (min-width: 992px) {
    #consorfrut-kalendarz-es .col-6:not(.col-6 + .col-6),
    #consorfrut-calendar-and-map .col-6:not(.col-6 + .col-6),
    #consorfrut-kalendarz-i-mapa .col-6:not(.col-6 + .col-6) {
        padding: 0 7rem 0 0 !important;
    }
}
@media (min-width: 1200px) {
    #consorfrut-kalendarz-es .col-6:not(.col-6 + .col-6),
    #consorfrut-calendar-and-map .col-6:not(.col-6 + .col-6),
    #consorfrut-kalendarz-i-mapa .col-6:not(.col-6 + .col-6) {
        padding: 0 8rem 0 0 !important;
    }
}

/*KARIERA*/
#consorfrut-tabela-erecruiter .section-title a {
    text-decoration: underline;
}
#consorfrut-tabela-erecruiter.pd-bottom {
    padding-bottom: 50px;
}
#consorfrut-jesli-nie-ma-tu-oferty-dla-ciebie-przeslij-do-nas-swoje-cv.section .pd-text.offset-lg-1  {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center!important;
    margin: 0!important;
    padding: 0!important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    justify-content: center;
    flex: 0 0 100%;
}
#consorfrut-jesli-nie-ma-tu-oferty-dla-ciebie-przeslij-do-nas-swoje-cv h3 {
    text-align: center !important;
}
#consorfrut-jesli-nie-ma-tu-oferty-dla-ciebie-przeslij-do-nas-swoje-cv.section .pd-text.offset-lg-1 .text  {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
}
#consorfrut-jesli-nie-ma-tu-oferty-dla-ciebie-przeslij-do-nas-swoje-cv a {
    color: #CE1443;
}
html {
    scroll-behavior: smooth;
}
/*KARIERA*/
#consorfrut-tabela-erecruiter-2 .section-title a,
#consorfrut-tabela-erecruiter .section-title a {
  text-decoration: underline;
  margin-bottom: 3.25rem;
  display: block;
}
#consorfrut-more-about-our-branches-here .col-12.ol-half-pd.pd-bottom,
#consorfrut-more-about-us-in-the-news .col-12.ol-half-pd.pd-bottom,
#consorfrut-dolacz .col-12.ol-half-pd.pd-bottom,
#consorfrut-wiecej-o-naszych-oddzialach-tutaj .col-12.ol-half-pd.pd-bottom,
#consorfrut-wiecej-o-nas-w-aktualnosciach .col-12.ol-half-pd.pd-bottom {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
}
#consorfrut-wiecej-o-nas-w-aktualnosciach .col-12.ol-half-pd.pd-bottom .section-title.sp::after,
#consorfrut-wiecej-o-naszych-oddzialach-tutaj .col-12.ol-half-pd.pd-bottom .section-title.sp::after,
#consorfrut-dolacz .col-12.ol-half-pd.pd-bottom .section-title.sp::after{
    margin: 30px auto 30px auto;
  }

@media only screen and (min-width: 1200px) {
  #consorfrut-contactarnos .child-middle.pd-text:first-child,
   #consorfrut-wiecej-o-naszych-oddzialach-tutaj.section .pd-text,
   #consorfrut-masz-pytania-zachecamy-do-kontaktu .child-middle.pd-text:first-child,
   #consorfrut-masz-pytania-zachecamy-do-kontaktu-2 :first-child{
    padding: 0 50px 0 0;
} 
}
@media only screen and (min-width: 768px) {
    #consorfrut-our-brands .col-md-4:nth-of-type(3) .img-fluid, 
    #consorfrut-nasze-marki .col-md-4:nth-of-type(3) .img-fluid,
    #consorfrut-nasze-marki-4 .col-md-4:nth-of-type(3) .img-fluid,{
        transform:translateX(1.5rem);
    }
    #consorfrut-our-brands .col-md-4:nth-of-type(4) .img-fluid,
    #consorfrut-nasze-marki .col-md-4:nth-of-type(4) .img-fluid,
    #consorfrut-nasze-marki-4 .col-md-4:nth-of-type(4) .img-fluid{
    padding: 3rem;
}

}
@media (min-width: 1200px) and (max-width: 1420px) {
    header > .container-fluid {
        padding: 0 0 0 .75rem !important;
    }
}
#consorfrut-los-productos-mas-importantes-de-nuestra-exportacion.pd-bottom.pd-top,
#consorfrut-our-most-important-export-products.pd-bottom.pd-top,
#consorfrut-glowne-produkty-eksportowe.pd-bottom.pd-top {
padding-bottom: 0!important;
padding-top: 0;
}
#consorfrut-los-mas-altos-estandares-de-servicio.pd-bottom,
#consorfrut-zapewniamy-serwis-na-bardzo-wysokim-poziomie.pd-bottom,
#consorfrut-the-highest-standards-of-service.pd-bottom {
    padding-bottom: 0!important;
}
.section__socialmedia-01 .socialmedia .smcard .smcard__content {
    margin: 0;
}
.section__socialmedia-01 .socialmedia .smcard .smcard__contentouter {
    margin: 0 0 1.5rem;
}
.section__socialmedia-01 .socialmedia .smcard .smcard__content + .smcard__seemore {
    margin-top: .125rem;
    padding: 0;
    font-size: .75rem;
    color: #000E28;
    background-color: unset;
    border: none;
    cursor: pointer;
}
.section__socialmedia-01 .socialmedia .smcard .smcard__content + .smcard__seemore {
    margin-top: .25rem;
    padding: 0;
    font-size: .75rem;
    text-decoration: underline;
    color: #CE1443;
    background-color: unset;
    border: none;
    cursor: pointer;
}
@media (max-width: 1464px) {
    header > .container-fluid .logo img {
        width: 128px;
        object-fit: contain;
    }
}
.section__socialmedia-01 .socialmedia .smcard .smcard__actions .smcard__likes .icon, .section__socialmedia-01 .socialmedia .smcard .smcard__actions .smcard__shares .icon {
    --color-accent: 30 44 74;
}
.section__socialmedia-01 .socialmedia .smcard .smcard__actions .smcard__likes .icon::after, .section__socialmedia-01 .socialmedia .smcard .smcard__actions .smcard__shares .icon::after {
    background-color: rgb(var(--_icon-color,0 0 0)) !important;
}
