:root {
--main-blue-color: #003897;
--main-green-color: #59A178;
--main-grey-color: #B0B0B0;
--main-yellow-color: #FFC313;
--main-white-color: #FFFFFF;
--border: 0;
--borderRadius: 15px;
--placeholderColor: #B0B0B0;
--inputFontSize: 18px; --indicatorTop: 50%;
--indicatorRight: 10px;
--itemHoverBG: #FFC313;
--listMaxHeight: 237px;
--multiItemMargin: 2.5px;
--multiSelectPadding: 5px 35px 5px 16px;
--inputPadding: 10px 35px 10px 16px;
--itemIsActiveBG: var(--main-blue-color);
}
@media (min-width: 768px) {
:root {
--inputFontSize: 24px;
}
} .paar-widget-root {
font-family: 'Teko', sans-serif;
font-weight: 400;
background: var(--main-white-color);
margin: 0 10px;
}
.wizard-content .selectContainer,
.modal .lead-content input.form-control,
.wizard-content input.form-control,
.wizard-content .popup-btn {
font-family: 'Teko', sans-serif;
border-radius: 15px;
border: 0;
box-shadow: 0px 0px 30px rgba(0, 0, 0, .29);
color: var(--main-blue-color);
padding: 10px 15px 10px 20px;
min-height: 46px;
font-size: 18px;
font-weight: 400;
line-height: 1;
text-align: left;
letter-spacing: normal;
}
.wizard-content .selectContainer,
.wizard-content .selectContainer input {
font-family: 'Teko', sans-serif;
cursor: pointer !important;
}
.wizard-content .selectContainer input[type=text],
.wizard-content .selectContainer input[type=text]:focus {
box-shadow: unset;
}
.wizard-content input.form-control::placeholder,
.modal .lead-content input.form-control::placeholder {
font-family: 'Teko', sans-serif;
color: #B0B0B0;
}
.wizard-content input.form-control:focus,
.modal .lead-content input.form-control:focus {
color: var(--main-blue-color);
box-shadow: unset;
}
.wizard-content .indicator {
transform: translateY(-50%);
display: flex;
justify-content: center;
align-items: center;
}
.wizard-content .indicator svg {
width: 14px;
}
@media (min-width: 576px) {
.paar-widget-root {
width: 100%;
max-width: 540px;
margin: 0 auto;
}
}
@media (min-width: 768px) {
.wizard-content .selectContainer,
.wizard-content input.form-control,
.modal .lead-content input.form-control,
.wizard-content .popup-btn {
height: 54px;
font-size: 24px;
min-height: 54px;
}
.paar-widget-root {
max-width: 720px;
}
.wizard-content .indicator svg {
width: 16px;
}
}
@media (min-width: 992px) {
.paar-widget-root {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.paar-widget-root {
max-width: 1140px;
}
}
.wizard-title-wrapper {
text-align: center;
font-weight: 700;
line-height: 1.25;
margin-bottom: 20px;
}
.wizard-title-wrapper p {
margin-bottom: 0;
}
.wizard-title-wrapper .title {
font-size: 26px;
color: var(--main-blue-color);
}
.wizard-title-wrapper .subtitle {
font-size: 34px;
color: var(--main-green-color);
}
.paar-widget-main {
box-shadow: 0px 0px 30px rgba(0, 0, 0, .29);
border-radius: 25px;
}
.wizard {
padding: 20px 16px 30px;
}
.wizard .tabs {
position: relative;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 15px;
}
.wizard .tabs .item {
position: relative;
}
.wizard .tabs .step .title {
display: inline-flex;
flex-direction: column;
line-height: 1;
color: var(--main-blue-color);
font-size: 16px;
}
.wizard .tabs .step .title .step-number {
font-weight: 700;
font-size: 18px;
}
.wizard .tabs .item .step-name {
position: relative;
}
.wizard .tabs .item.active .step-name::after {
content: '';
position: absolute;
bottom: -6px;
left: 50%;
transform: translateX(-50%);
height: 4px;
width: 100%;
background-color: var(--main-green-color);
border-radius: 8px;
}
.wizard-content {
background-image: url(//paar.edu.pl/wp-content/plugins/paar-wp-widget-svelte/assets/img/bg-pool.jpg);
background-size: cover;
padding: 40px 20px;
border-radius: 0 0 25px 25px;
}
.wizard-content .step1-text {
margin-top: 30px;
}
.wizard-content .step1-text .input-title-h2,
.wizard-content .step2 .input-title-h2 {
margin-top: 1em;
}
.wizard-content .step1-text .input-title-h2:first-of-type,
.wizard-content .step2 div:first-of-type .input-title-h2 {
margin-top: 0;
}
.wizard-content .step2 .input-title-h2 {
margin-bottom: 0;
}
.wizard-content .multiSelect {
align-items: center !important;
}
.input-title-h2 {
font-family: 'Teko', sans-serif;
color: var(--main-green-color);
font-size: 22px;
font-weight: 600;
line-height: 1;
margin-bottom: 1rem;
}
.legend .input-title-h2 {
font-weight: 400;
}
.popup-btn.show {
color: var(--main-blue-color) !important;
}
.popup-btn.show:focus {
box-shadow: unset !important;
}
.listContainer {
padding: 10px 15px 10px 5px;
}
.listContainer .listItem {
margin: 5px 0;
}
.listContainer .listItem .item {
cursor: pointer;
padding: 1px 0 3px 14px;
border-radius: 15px !important;
font-size: 22px;
--height: 28px;
}
.button {
font-family: 'Teko', sans-serif;
background: var(--main-yellow-color); 0% 0% no-repeat padding-box;
border-radius: 15px;
cursor: pointer;
color: var(--main-blue-color);
background: transparent;
border: 3px solid var(--main-yellow-color);
text-transform: uppercase;
font-size: 24px;
font-weight: 600;
font-family: Teko;
padding: 5px 0;
text-align: center;
max-width: 360px;
width: 100%;
-webkit-transition: all .3s;
transition: all .3s;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
}
@media (min-width: 576px) {
.wizard-title-wrapper .title {
font-size: 32px;
}
.wizard-title-wrapper .subtitle {
font-size: 40px;
}
.wizard .tabs {
grid-gap: 10px;
z-index: 1;
}
.wizard .tabs .item {
background-color: var(--main-white-color);
}
.wizard .tabs .step .title {
justify-content: center;
font-size: 24px;
}
.wizard .tabs .step .title .step-number {
font-size: 24px;
}
.wizard .tabs .item.active .step-name::after {
height: 6px;
bottom: -10px;
}
.input-title-h2 {
font-size: 24px;
}
}
@media (min-width: 768px) {
.wizard {
padding: 20px 26px 30px;
}
.wizard .tabs {
grid-gap: 15px;
}
.wizard .tabs .step {
text-align: center;
}
.wizard .tabs .step .title  {
display: block;
}
.wizard .tabs .item.active .step-name::after {
display: none;
}
.wizard .tabs .item.active::after {
content: '';
position: absolute;
bottom: -6px;
left: 50%;
transform: translateX(-50%);
height: 4px;
width: 100%;
background-color: var(--main-green-color);
border-radius: 8px;
max-width: 60%;
}
.wizard .tabs .step .title {
font-size: 20px;
}
.wizard .tabs .step .title .step-number {
font-size: 22px;
}
.btn-next {
margin-top: 0px;
margin-left: 15px;
max-width: 300px;
min-width: 300px;
font-size: 24px;
border-radius: 15px;
}
}
@media (min-width: 850px) {
.wizard .tabs {
grid-gap: 40px;
}
.wizard .tabs::before {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
height: 3px;
background-color: var(--main-green-color);
z-index: -1;
}
}
@media (min-width: 992px) {
.wizard-title-wrapper .title {
font-size: 36px;
}
.wizard-title-wrapper .subtitle {
font-size: 46px;
}
.wizard {
padding: 40px;
}
.wizard .tabs {
grid-gap: 100px;
}
}
@media (min-width: 1024px)  {
.wizard {
padding: 40px 20px;
}
.wizard .tabs {
grid-gap: 50px;
}
.wizard .tabs .item {
padding: 0 18px;
}
.wizard .tabs .step .title {
font-size: 24px;
}
.wizard .tabs .step .title .step-number {
font-size: 26px;
}
.wizard .tabs .item.active::after {
bottom: -10px;
height: 8px;
}
.wizard-content {
padding: 40px;
}
.input-title-h2 {
font-size: 32px;
}
}
@media (min-width: 1200px) {
.wizard-title-wrapper .title {
font-size: 42px;
}
.wizard-title-wrapper .subtitle {
font-size: 52px;
}
.wizard .tabs {
grid-gap: 80px;
}
.wizard .tabs .step .title {
font-size: 28px;
}
.wizard .tabs .step .title .step-number {
font-size: 32px;
}
} .step-1-button-wrapper {
margin-top: 20px !important;
}
.btn-custom {
-webkit-appearance: none;
appearance: none;
display: inline-block;
cursor: pointer;
padding: 6px 10px;
max-width: 210px;
max-height: 52px;
min-height: 52px;
min-width: 210px;
background-color: transparent;
border: 3px solid var(--main-yellow-color);
color: var(--main-blue-color);
text-align: center;
font-family: 'Teko', sans-serif;
font-size: 18px;
font-weight: 600;
line-height: 1;
letter-spacing: normal;
border-radius: 7px;
cursor: pointer;
transition: all .3s ease-in-out;
text-decoration: none;
}
.btn-custom:hover {
background-color: var(--main-yellow-color);
border-color: var(--main-yellow-color);
}
.btn-custom:disabled {
pointer-events: none;
border: 3px solid var(--main-grey-color);
background-color: var(--main-grey-color);
color: #475569;
}
.btn-next,
.btn-next:visited {
font-size: 18px;
font-weight: 600;
background: var(--main-yellow-color);
color: var(--main-blue-color);
padding: 12px 10px 9px;
max-width: 210px;
min-width: 210px;
line-height: 1;
border-radius: 7px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.btn-next:hover,
.btn-next:focus {
background: #ffaf24;
color: var(--main-blue-color);
border-color: #ffaf24;
}
@media (min-width: 768px) {
.step-1-button-wrapper {
margin-top: 30px !important;
}
.btn-custom {
margin: 0 15px;
max-width: 300px;
min-width: 300px;
font-size: 24px;
border-radius: 15px;
}
}
.popup-btn {
position: relative;
background-color: #ffffff !important;
border: 0 !important;
color: #b0b0b0;
width: 100%;
text-align: left;
}
.btn.btn-outline-info.popup-btn:hover {
color: var(--main-blue-color);
}
.popup-btn.dropdown-toggle .dropdown-indicator {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
width: var(--indicatorWidth, 20px);
height: var(--indicatorHeight, 20px);
display: flex;
justify-content: center;
align-items: center;
}
.popup-btn.dropdown-toggle .dropdown-indicator svg {
width: 14px;
}
.popup-btn.dropdown-toggle::after {
display: none;
}
.popup-pools.dropdown-menu {
font-family: "Teko";
color: var(--main-blue-color);
padding: 5px 10px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
border-radius: 10px;
inset: unset !important;
transform: translate3d(0px, 15px, 0px) !important;
right: 0 !important;
border: 0;
width: 100%;
}
.dropdown-menu .label-pool {
font-weight: 500;
line-height: 1;
margin-bottom: 10px;
}
.dropdown-menu .label-pool .text-success {
margin-left: 5px;
}
.dropdown-menu .label-pool .text-success svg {
height: 1em;
display: inline-block;
}
.dropdown-menu .pool-section {
margin-top: 15px;
}
.dropdown-menu .pools-content {
margin-top: 5px;
margin-bottom: 5px;
height: auto;
max-height: 230px;
overflow-y: auto;
overflow-x: hidden;
padding: 0 10px 10px;
}
.dropdown-menu .pool-section .col-4 {
padding-right: 3px;
padding-left: 3px;
}
.dropdown-menu .pools-content::-webkit-scrollbar-track,
.listContainer::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #f9f9f9;
border-radius: 0;
}
.dropdown-menu .pools-content::-webkit-scrollbar,
.listContainer::-webkit-scrollbar {
width: 6px;
background-color: #f9f9f9;
padding-right: 10px;
left: -100px;
}
.dropdown-menu .pools-content::-webkit-scrollbar-thumb,
.listContainer::-webkit-scrollbar-thumb {
border-radius: 0;
background-color: #000;
background-clip: content-box;
}
.btn-remove {
font-family: 'Teko', sans-serif;
margin: -3px 0 0 10px;
padding: 0 6px 24px !important;
line-height: 1 !important;
font-size: 28px !important;
height: 23px;
min-height: unset;
}
@media (min-width: 449px) {
.dropdown-menu .pool-section .col-4 {
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
}
}
@media (min-width: 768px) {
.popup-pools.dropdown-menu {
min-width: 400px;
max-width: 400px;
padding: 10px;
}
.dropdown-menu .pools-content::-webkit-scrollbar {
width: 6px;
}
.dropdown-menu .pools-content {
height: auto;
max-height: 230px;
overflow-y: auto;
overflow-x: hidden;
}
.dropdown-menu .popup-pools {
font-size: 20px;
border-radius: 25px;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
.popup-btn.dropdown-toggle .dropdown-indicator svg {
width: 16px;
}
}
label.custom-radio {
cursor: pointer;
display: inline-flex;
justify-content: flex-start;
align-items: center;
width: 100%;
line-height: 1;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
border-radius: 10px;
padding: 5px;
font-size: 15px;
font-weight: 400;
color: var(--main-blue-color);
}
.custom-radio .icon {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
width: 18px;
height: 18px;
border-radius: 50%;
border: 2px solid #FF6262;
margin-right: 6px;
background: #fff;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.custom-radio .radio {
display: none;
}
.custom-radio .radio:checked ~ .icon {
border-color: #003897;
}
.custom-radio .radio:checked ~ .icon {
border-color: #ff6262;
}
.custom-radio .icon:after {
content: "";
display: block;
width: 10px;
height: 10px;
}
.custom-radio .radio:checked ~ .icon:after {
border-radius: 50%;
background: #ff6262;
}
.custom-radio-text {
height: 16px;
}
@media (min-width: 449px) {
label.custom-radio {
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
padding: 5px 10px;
font-size: 18px;
}
.custom-radio .icon {
width: 24px;
height: 24px;
}
}
@media (min-width: 768px) {
.custom-radio .icon {
width: 22px;
height: 22px;
}
.custom-radio .icon:after {
width: 12px;
height: 12px;
}
}
.paar-widget-root .alert {
font-size: 16px;
padding: 0.5rem 1rem;
}
.paar-widget-root .alert span {
font-weight: 600;
}
@media (min-width: 768px) {
.paar-widget-root .alert {
font-size: 18px;
}
}
.legend {
margin-top: 40px;
}
.list-items {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 0px 10px;
}
.list-item {
display: inline-flex;
align-items: center;
font-size: 15px;
line-height: 1;
color: var(--main-blue-color);
}
.list-item svg {
width: 18px;
display: inline-block;
margin-right: 8px;
margin-bottom: 5px;
}
.list-item svg path {
fill: var(--main-yellow-color);
}
@media (min-width: 576px) {
.list-items {
grid-gap: 0px 30px;
}
.list-item {
font-size: 22px;
}
.list-item svg {
width: 22px;
}
}
@media (min-width: 768px) {
.legend {
margin-top: 100px;
}
.list-item {
font-size: 26px;
}
.list-item svg {
width: 28px;
}
}
@media (min-width: 1024px) {
.list-items {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.list-item-wrapper {
margin-right: 20px;
}
}
@media (min-width: 1200px) {
.list-item-wrapper {
margin-right: 30px;
}
} .paar-widget-main .modal {
position: fixed;
top: 0;
left: 0;
z-index: 10002;
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}
.paar-widget-main .modal.show {
display: block;
}
.paar-widget-main .modal-content {
border: 0;
border-radius: 15px;
box-shadow: 0px 0px 30px #00000029;
}
.modal-backdrop.show {
opacity: .6;
z-index: 10001;
}
.paar-widget-main .lead-content {
padding: 35px 15px 20px;
color: var(--main-blue-color);
}
@keyframes check {0% {height: 0;width: 0;}
25% {height: 0;width: 10px;}
50% {height: 20px;width: 10px;}
}
.paar-widget-main .checkbox {
background-color: #fff;
display: inline-block;
height: 22px;
margin: 0 10px 0 0;
width: 22px;
border-radius: 5px;
border: 0;
box-shadow: 0px 0px 30px rgba(0, 0, 0, .3);
float: right;
}
.paar-widget-main .checkbox span {
display: block;
height: 22px;
position: relative;
width: 22px;
padding: 0;
}
.paar-widget-main .checkbox span:after {
content: "";
display: block;
left: 4px;
position: absolute;
top: 10px;
left: 4px;
width: 8px;
height: 12px;
border-right: 3px solid #fff;
border-top: 3px solid #fff;
transform: scaleX(-1) rotate(135deg);
-moz-transform: scaleX(-1) rotate(135deg);
-ms-transform: scaleX(-1) rotate(135deg);
-webkit-transform: scaleX(-1) rotate(135deg);
transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-webkit-transform-origin: left top;
}
.paar-widget-main .checkbox span:hover:after {
border-color: #cccccc;
}
.paar-widget-main .checkbox input {
display: none;
}
.paar-widget-main .checkbox input:checked + span:after {
-webkit-animation: check 0.1s;
-moz-animation: check 0.1s;
-o-animation: check 0.1s;
animation: check 0.1s;
border-color: var(--main-blue-color);
}
.paar-widget-main .checkbox input:checked + .default:after {
border-color: var(--main-blue-color);
}
.label-consent {
color: #B0B0B0;
font-size: 14px;
line-height: 1.1;
font-weight: 400;
text-align: left;
cursor: pointer;
}
.label-consent-desc {
margin-bottom: 0;
}
.paar-widget-main  .btn-link {
font-weight: 400;
color: var(--main-blue-color);
text-decoration: none;
transition: opacity .3s ease-in-out;
}
.paar-widget-main  .btn-link:hover {
color: var(--main-blue-color);
opacity: .85;
}
.custom-control {
display: flex;
}
.button-remove {
font-family: 'Teko', sans-serif;
-webkit-appearance: none;
position: absolute;
top: 10px;
right: 10px;
background-color: transparent;
font-size: 46px;
line-height: .7;
width: 34px;
height: 29px;
min-height: unset;
width: auto;
font-weight: 500;
color: rgba(0, 0, 0, .3);
transition: color .3s ease-in-out;
cursor: pointer;
border: 0;
padding: 0 10px;
}
.button-remove:hover {
color: var(--main-blue-color);
}
.p1 {
font-size: 24px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 0;
margin-top: 8px;
}
.p2 {
font-size: 24px;
font-weight: 700;
line-height: 1.2;
color: var(--main-green-color);
margin-bottom: 10px;
}
.p3 {
font-size: 18px;
line-height: 1.2;
font-weight: 400;
margin: 15px auto 25px;
max-width: 530px;
}
@media (min-width: 992px) {
.paar-widget-main .lead-content {
padding: 35px 40px 20px;
}
.paar-widget-main .modal-content {
border-radius: 25px;
}
.p1 {
font-size: 36px;
line-height: 1;
}
.p2 {
font-size: 38px;
line-height: 1;
margin-top: 0;
margin-bottom: 0;
}
.p3 {
font-size: 24px;
}
.label-consent {
font-size: 16px;
}
} .person-info {
font-size: 20px;
color: var(--main-blue-color);
margin-bottom: 1rem;
}
.person-info-divider {
color: var(--main-green-color);
}
.hr-white {
width: calc(100% + 40px);
height: 10px;
margin-top: 30px;
margin-bottom: 30px;
background-color: #ffffff;
left: 0;
margin-left: -20px;
}
@media (min-width: 767px) {
.person-info {
font-size: 25px;
}
}
@media (min-width: 1024px) {
.hr-white {
width: calc(100% + 80px);
height: 10px;
margin-top: 30px;
margin-bottom: 30px;
background-color: #ffffff;
left: 0;
margin-left: -40px;
}
}
.paar-widget-root .swiper {
width: 100%;
height: 100%;
padding-bottom: 20px;
}
.paar-widget-root .terms-slider {
position: relative;
}
.paar-widget-root .swiper-slide {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
align-items: stretch!important;
}
.card-to-select {
position: relative;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
background-color: #ffffff;
box-shadow: 0px 0px 15px rgb(0 0 0 / 29%);
border: 4px solid transparent;
border-radius: 15px;
margin: 10px;
padding-bottom: 15px;
}
.selected-plan {
border: 4px solid var(--main-green-color);
opacity: 1;
}
.card-content {
font-family: 'Teko', sans-serif;
font-weight: 600;
font-size: 28px;
color: #058213;
margin: 15px;
padding-top: 30px;
width: auto;
}
.plan .last-places {
position: absolute;
top: -4px;
right: -4px;
background-color: #FF6262;
color: white;
font-family: 'Teko', sans-serif;
font-weight: 400;
font-size: 20px;
padding: 0px 10px;
border-radius: 0 10px;
}
.selected-plan.plan .last-places {
top: 0;
right: 0;
}
.card-text {
font-family: 'Teko', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 1;
color: #003897;
margin-bottom: 8px;
display: flex;
justify-content: flex-start;
align-items: center;
}
.card-text .text-green {
color: var(--main-green-color);
margin-left: 3px;
}
.img-icon {
margin-right: 15px;
max-height: 30px;
max-width: 30px;
}
.card-image {
max-width: 55px;
padding: 0;
height: auto;
margin-right: 5px;
margin-left: -10px;
border-radius: 50%;
border: 1px solid rgba(0,0,0,.05);
}
.btn.btn-wybierz {
background-color: var(--main-yellow-color);
border: 2px solid var(--main-yellow-color);
color: #003897;
margin: 15px 0 0;
padding: 4px 35px;
font-family: 'Teko', sans-serif;
font-weight: 600;
font-size: 20px;
border-radius: 10px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
min-height: unset;
letter-spacing: normal;
}
.btn.btn-wybierz:focus {
box-shadow: unset;
}
.selected-plan .btn.btn-wybierz {
background-color: var(--main-green-color);
color: var(--main-white-color);
border-color: var(--main-green-color);
pointer-events: none;
box-shadow: unset;
}
.swiper-button  {
-webkit-appearance: button;
appearance: none;
background-color: transparent;
border: 0;
padding: 0;
position: absolute;
top: 50%;
transform: translateY(calc(-50% - 10px));
z-index: 1;
}
.swiper-button svg {
width: 18px;
will-change: filter;
filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .3));
transition: filter .3s ease-in-out;
}
.swiper-button-prev-unique {
left: -15px;
transform: translateY(calc(-50% - 10px)) rotate(180deg);
}
.swiper-button.swiper-button-prev-unique svg {
filter: drop-shadow(5px -5px 5px rgba(0, 0, 0, .3));
}
.swiper-button-next-unique {
right: -15px;
}
.swiper-button.swiper-button-disabled {
visibility: hidden;
}
.paar-widget-root .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
bottom: 20px;
height: 7px;
}
.paar-widget-root .swiper-scrollbar {
background-color: #999999;
border-radius: 0;
}
.paar-widget-root .swiper-scrollbar-drag {
background-color: #000000B3;
border-radius: 0;
}
@media (min-width: 1024px) {
.paar-widget-root .swiper {
padding-bottom: 50px;
}
.swiper-button  {
transform: translateY(calc(-50% - 25px));
}
.swiper-button-next-unique {
right: -25px;
}
.swiper-button-prev-unique {
left: -25px;
transform: translateY(calc(-50% - 25px)) rotate(180deg);
}
.swiper-button svg {
width: 25px;
}
}
@media (hover: hover) {
.btn.btn-wybierz:hover {
background-color: #ffaf24;
color: var(--main-blue-color);
border-color: #ffaf24;
}
.swiper-button:hover svg {
filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, .1));
}
.swiper-button.swiper-button-prev-unique:hover svg {
filter: drop-shadow(5px -5px 0px rgba(0, 0, 0, .1));
}
}
.basket-buttons-row {
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.basket-buttons-row .spinner-border {
display: none;
position: absolute;
width: 24px;
height: 24px;
border-width: 3px;
border-color: var(--main-blue-color);
border-right-color: transparent;
}
.basket-buttons-row.clicked .btn-custom {
opacity: .5;
pointer-events: none;
}
.basket-buttons-row.clicked .spinner-border {
display: block;
}
.no-terms-warning {
color: var(--main-blue-color);
}
.no-terms-warning a {
color: var(--main-green-color);
transition: color .3s ease-in-out;
text-decoration: none;
}
@media (hover: hover ) {
.no-terms-warning a:hover {
color: #478060;
}
}