@font-face {
    font-family: Inter;
    src: url(font/Inter-Regular.ttf);
}
@font-face {
    font-family: Inter;
    font-weight: 600;
    src: url(font/Inter-SemiBold.ttf);
}
@font-face {
    font-family: Inter;
    font-weight: 700;
    src: url(font/Inter-Bold.ttf);
}
@font-face {
    font-family: Montserrat;
    src: url(font/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat;
    font-weight: 600;
    src: url(font/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: Montserrat;
    font-weight: 700;
    src: url(font/Montserrat-Bold.ttf);
}

.modal, .offcanvas{
    z-index:1100;
    color: #000000;
    font-family: Inter;
}

.modal-content {
    padding:40px;
}
.modal-header .btn-close{
    position: absolute;
    top: 0px;
    right: 0px;
}
.modal-header .btn-close:focus,
.modal-header .btn-close:active,
.modal-header .btn-close:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.modal-header{
    border:none;
    position: relative;
    padding: 0px;
    padding-bottom: 32px;
}
.modal-body{
    padding: 0px;
}
.modal-title{
    font-size: 24px;
    line-height: 32px;
    font-weight:600;
    width: 100%;
}
.modal-title-text{
    font-size: 16px;
    line-height: 22px;
    color: #737373;
    margin-top:20px;
}
.modal-text-24-b{
    font-size: 24px;
    line-height: 32px;
    font-weight:600;
}
.modal-text-18-b{
    font-size: 18px;
    line-height: 24px;
    font-weight:600;
    margin-top:13px;
}


.tabs {
    width: 100%;
}

.tabs input[type="radio"] {
    display: none;
}

.tab-label {
    font-size: 16px;
    line-height: 22px;
    font-weight:600;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    display: inline-block;
    transition: 0.2s;
}
.tab-labels{
    display:flex;
    gap: 32px;
}

.tab-label:nth-of-type(1),
.tab-label:nth-of-type(2),
.tab-label:nth-of-type(3) {
    display: inline-block;
}

#tab1:checked ~ .tab-labels label[for="tab1"],
#tab2:checked ~ .tab-labels label[for="tab2"],
#tab3:checked ~ .tab-labels label[for="tab3"] {
    color: #3AA5D1;
    border-bottom-color: #3AA5D1;
}

.tab-content {
    display: none;
    padding: 20px 0;
    font-size: 15px;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
    display: block;
}



/*MOBILE MODAL*/

/* Offcanvas z zaokrągleniem */
.modal-top-decoration{
    height: 30px;
    position: absolute;
    width: 87px;
    right: 10px;
    top: 20px;
}
.modal-top-decoration .btn-close{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 7px;
}
.mobile-help-modal .modal-body .btn-close{
    display:none;
}
.mobile-help-modal .modal-body .btn-modal-close{
    display:none;
}

.mobile-help-modal {
    max-height: 85vh !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: auto !important;
    padding:20px;
}
.mobile-help-modal .offcanvas-body{
    padding: 10px 0px;
}
/* Nagłówek */
.mobile-help-modal .offcanvas-header {
    padding: 20px 24px 10px;
}

/* Zakładki */
.help-tabs .nav-link {
    font-size: 16px;
    padding: 10px 16px;
    border: none;
    color: #777;
}

.help-tabs .nav-link.active {
    color: #3AA5D1;
    border-bottom: 2px solid #3AA5D1;
    background: none;
}

/* Opcje kontaktu */
.help-option {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 12px;
    background: #F7F7F7;
    margin-bottom: 12px;
    text-decoration: none;
    color: #000;
}

.help-option img {
    width: 32px;
    height: 32px;
}

.help-option .title {
    font-size: 16px;
    font-weight: 600;
}

.help-option .number {
    font-size: 14px;
    color: #555;
}


@media (min-width: 992px) {
    #filters-wrapper {
        display: block;
    }
    #filters-offcanvas {
        display: none;
    }
}


.filters-mobile-modal .modal-body .btn-close{
    display:none;
}
.filters-mobile-modal .modal-body .btn-modal-close{
    display:none;
}

.filters-mobile-modal {
    max-height: 85vh !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: auto !important;
    padding:20px;
}
.filters-mobile-modal .offcanvas-body{
    padding: 10px 0px;
}
/* Nagłówek */
.filters-mobile-modal .offcanvas-header {
    padding: 20px 24px 10px;
}

.modal-info-area{
display: flex;
  align-items: center;
  margin-top: 40px;
}
.modal-info-area-left-img{
width: 90px;
}
.modal-info-area-left{
width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.modal-info-area-right{
width: 200px;
  border-left: 2px #3AA5D1 solid;
  padding-left: 20px;
}

.modal-telefon-hour + label{
    background: #FFFFFF;
    border: 1px solid #2E2E2E;
    border-radius: 32px;
    padding: 6px;
    width: 132px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #222222;
    margin: 8px 24px 0px 0px;
    cursor: pointer;
}

.modal-telefon-hour + label:hover{
    background: #3AA5D1;
    color: #FFFFFF;
    font-weight: 700;
    border: 1px solid #3AA5D1;
}

.modal-telefon-hour:checked + label{
    background: #3AA5D1;
    color: #FFFFFF;
    font-weight: 700;
    border: 1px solid #3AA5D1;
}