a.btn-red{
    text-decoration:none;
}
.scroll-target{
    scroll-margin-top: 150px;
}
.custom-select{
    border-radius: 4px;
    background: #fff;
    height: 48px;
    border: none;
    outline: none;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 18px;
    background-color: #f3f3f3;
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  /* Usuwanie domyślnej strzałki w IE */
  &::-ms-expand {
    display: none;
  }
  
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2015.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='18px'%20height='18px'%20viewBox='0%200%2018%2018'%20enable-background='new%200%200%2018%2018'%20xml:space='preserve'%3e%3cpath%20fill='%231F1F1F'%20d='M9,14.291L0.154,5.445l1.011-1.011L9,12.271l7.836-7.836l1.01,1.011L9,14.291z'/%3e%3c/svg%3e");
    background-size: 16px 17px;
    background-repeat: no-repeat;
  
  /* 3. Pozycjonowanie strzałki */
  /* 'right 15px' oznacza 15px od prawej krawędzi. ZMIENIAJ TĘ WARTOŚĆ! */
  background-position: right 15px center;

}
.custom-select-white{
    display: flex;
    font-weight: 500;
    align-items: center;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    height: 48px;
    border: none;
    outline: none;
    padding: 8px 16px;
    font-size: 18px;
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  /* Usuwanie domyślnej strzałki w IE */
  &::-ms-expand {
    display: none;
  }
  
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2015.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='18px'%20height='18px'%20viewBox='0%200%2018%2018'%20enable-background='new%200%200%2018%2018'%20xml:space='preserve'%3e%3cpath%20fill='%231F1F1F'%20d='M9,14.291L0.154,5.445l1.011-1.011L9,12.271l7.836-7.836l1.01,1.011L9,14.291z'/%3e%3c/svg%3e");
    background-size: 16px 17px;
    background-repeat: no-repeat;
  
  /* 3. Pozycjonowanie strzałki */
  /* 'right 15px' oznacza 15px od prawej krawędzi. ZMIENIAJ TĘ WARTOŚĆ! */
  background-position: right 15px center;
}
.custom-select option{
    background-color:#fff;
    border:1px solid #fe0000;
}
.custom-select option:hover{
    background-color:#f3f3f3;
}
.field-validation-error{
    color:#ff0000;
    font-weight: 600;
}

.field-validation-error2{
    color:#ff0000;
    font-weight: 600;
}

.validation-summary-errors ul{
    padding-left: 0px;
    list-style: none;
    color: red;
    font-weight: 600;
}

.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.custom-modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 30px;
    border-radius: 8px;
    width: 100%;
    max-width: 450px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.custom-modal-close {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 28px;
    cursor: pointer;
}
#workersList p{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}
#workersList .row {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-top: 15px;
}
#workersList .row:last-child {
    border-bottom: none;
}
a.btn-language-mobile{
    text-decoration:none;
}
.form-element-container textarea, .form-element-container textarea:focus-visible {
    border-radius: 4px;
    background: #fff;
    height: 100px;
    border: none;
    outline: none;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 18px
}
.playIcon{
    position: absolute;
    width: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    filter: invert(1) opacity(0.5);
}
.swiper { width: 100%; height: 100%; }
#CybotCookiebotDialogPoweredbyCybot{
    display:none !important;
}