@charset "utf-8";

@import "https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #191426;
    font-weight: 400;
    color: #575a5d;
}

.bodybgc {
    background-color: #fff;
}

@media print {
    .footer,
    .navbar-toggler,
    .topcontrol,
    .pacc {
        display: none;
    }
    .container-fluid,
    .container {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
    h1, h2, h3, h4, h5, h6 {
        padding-left: 0 !important;
        margin-left: 0 !important;
        border-left: 0 !important;
    }
}

h1 {
    font-size: 1.7rem;
    margin-bottom: 20px;
    font-weight: 500;
    color: #003f93;
}

h2 {
    font-size: 1.4rem;
    color: #24326d;
    font-weight: 400;
    margin: 35px 0 10px;
}

h3 {
    font-size: 1.2rem;
    color: #003f93;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 40px;
    margin-bottom: 15px;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.2rem;
}

ul, ol {
    margin: 15px 0 40px;
}

li {
    line-height: 25px;
    margin-bottom: 7px;
}

a,
a:hover,
a:focus,
a:active {
    font-weight: 400;
    text-decoration: none;
    color: #003f93;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

a:hover {
    text-decoration: underline;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #9ea5b1;
}

hr.style1 {
    border-top: 1px dashed #b3b3b3;
    border-bottom: 1px dashed #fff;
    margin-bottom: 50px;
}

hr.style2 {
    border-top: 1px dashed #8c8b8b;
    border-bottom: 1px dashed #fff;
}

strong,
.bold {
    font-weight: 500;
}

.w400,
.strong {
    font-weight: 400;
}

p {
    font-size: 1.05rem;
    margin-top: 0;
    line-height: 1.5;
}

.red {
    color: #d80000;
    font-size: 1.3rem;
}

.dred {
    color: #8b0000;
}

.dreds {
    color: #652d15;
}

.green {
    color: #126925;
}

.blue {
    color: #06367f;
}

.dblue {
    color: #003f93;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs12 {
    font-size: 12px;
}

.carousel-caption p {
  color: #fff !important;
  font-size: .9rem !important;
}

.form-select,
.form-control {
    border-radius: 0;
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0;
}

.form-label {
    margin-bottom: .3rem;
}

.btn {
    --bs-btn-padding-x: .75rem;
    --bs-btn-padding-y: .375rem;
    --bs-btn-font-size: 1.05rem;
    --bs-btn-font-weight: 500;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #fff;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
}

.btn:link,
.btn:visited,
.btn:active {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.btn:hover {
    color: #dbe1e8;
    text-decoration: none;
    font-weight: 500;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ed5524;
    --bs-btn-border-color: #003f93;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #003f93;
    --bs-btn-hover-border-color: #003f93;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #003f93;
    --bs-btn-active-border-color: #003f93;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ed5524;
    --bs-btn-disabled-border-color: #ed5524;
}

.btn-outline-primary {
    --bs-btn-color: #003f93;
    --bs-btn-border-color: #003f93;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #003f93;
    --bs-btn-hover-border-color: #003f93;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #003f93;
    --bs-btn-active-border-color: #003f93;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #003f93;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #003f93;
    --bs-gradient: none;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1c436d;
    --bs-btn-border-color: #0d2b4c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d2b4c;
    --bs-btn-hover-border-color: #0d2b4c;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d2b4c;
    --bs-btn-active-border-color: #0d2b4c;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1c436d;
    --bs-btn-disabled-border-color: #1c436d;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #157347;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #157347;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #157347;
    --bs-btn-active-border-color: #157347;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #a0a0a0;
    --bs-btn-border-color: #989898;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #989898;
    --bs-btn-hover-border-color: #989898;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #989898;
    --bs-btn-active-border-color: #989898;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a0a0a0;
    --bs-btn-disabled-border-color: #a0a0a0;
    --bs-btn-font-size: 1rem;
}

.wszystkiewbtn {
    display: inline-block;
    width: 100%;
    padding: 16px 24px;
    background-color: #0249ad;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    transition: background-color 0.3s, transform .2s;
    cursor: pointer;
    text-transform: uppercase;
}

.wszystkiewbtn:hover {
    background-color: #0060df;
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 600;
}

.wszystkiewbtn:active {
    transform: translateY(0);
    background-color: #0249ad;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .wszystkiewbtn {
        padding: 12px 20px;
        font-size: 1.1rem;
        border-radius: 50px;
    }
}

.list-group-item {
    background: url(../gfx/bl1.gif) 5% 18px no-repeat #f3f3f3;
    border-top: 1px solid #b0c0dd;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #b0c0dd;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
    color: #262634;
    text-decoration: none;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    background: url(../gfx/bl2.gif) 5% 18px no-repeat #ededed;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    color: #656566;
    background: url(../gfx/bl2.gif) 5% 18px no-repeat #ededed;
    border-top: 1px solid #b0c0dd;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #b0c0dd;
    text-decoration: none;
}

.card {
    --bs-card-border-width: 0;
    --bs-card-border-radius: 0;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-body {
    padding: 8px 4px 5px;
    background-color: #edf1f2;
}

.card-body p {
    font-size: .95rem;
    line-height: 1.4rem;
    font-weight: 400;
}

.modal-body p,
.modal-body ol,
.modal-body ul {
    font-size: .9rem;
}

.modal-body p {
    margin-top: 10px;
}

.modal-body h3 {
    background: none;
    border: none;
    text-decoration: none;
    color: #006;
}

.header {
    background: url(../img/rejsy-wycieczki1.jpg) no-repeat fixed;
    background-size: cover;
    min-height: 580px;
    padding-bottom: 15px;
    border-bottom: 1px solid #4673de;
    margin-top: 0;
}

.headerm {
    background: url(../img/rejs.jpg) no-repeat fixed;
    background-size: cover;
    min-height: 180px;
}

.bg-color {
    min-height: 580px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, transparent 100%);
}

.bg-colorm {
    min-height: 180px;
}

.navbar-default {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    min-height: 70px;
}

.navbar-defaultm {
    border-bottom: none;
}

@media (max-width: 767px) {
    .navbar-default {
        padding: 0 0 5px;
    }
    .navbar-default .navbar-nav > li > a {
		padding-right: 10px !important;
		padding-left: 15px !important;
    }
}

.navbar-brand {
    margin-top: 6px;
}

.offcanvas {
    background-color: #0a1e3d;
}

.offcanvas-header {
    border-bottom: 2px solid rgba(255,255,255,0.15);
}

.offcanvas-header .btn-close {
    filter: invert(1);
}

.offcanvas-title {
    margin-top: .5rem;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.3rem !important;
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    padding: 14px 10px;
    font-size: 1rem;
    line-height: 36px;
    font-weight: 500;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    text-decoration: none;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        padding: 11px 18px;
        font-size: 1rem;
        line-height: 1.4;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        background: transparent;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .navbar-default .navbar-nav > li:last-child > a {
        border-bottom: none;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: rgba(255,255,255,0.7);
    }

    .navbar-default .navbar-nav {
        padding: 10px 0;
    }
	
	.menu {
        padding-top: 1rem;
        padding-bottom: .8rem;
    }
}

.navbar {
    --bs-navbar-nav-link-padding-x: .7rem;
    --bs-navbar-toggler-border-color: rgba(255,255,255,0.4);
}

.navbar-toggler {
    background-color: rgba(255,255,255,0.8);
    border: 1.5px solid #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: background-color .3s;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    background-color: rgba(255,255,255,0.25);
    box-shadow: none;
}

.navbar-toggler-icon {
    width: 20px;
    height: 20px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #cbd7dc;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #cbd7dc;
    background-color: transparent;
}

.fwrap {
    min-width: 74%;
    text-align: left;
}

.padoffer {
    margin-top: 40px;
    padding-bottom: 100px;
}

.banner-info {
    padding-top: 65px;
    padding-left: 30px;
    color: #fff;
    text-align: left;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

@media (max-width: 991px) {
    .banner-info {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .banner-info {
        padding-top: 70px;
    }
}

.bnr-title,
.bnr-sub-title {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}

h1.bnr-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}

h2.bnr-sub-title {
    font-size: 46px;
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.15;
}

.bnr-para {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
}

.bnr-parah {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .bnr-parah {
        display: none;
    }
}

.btn-download,
.btn-more,
.btn-download:hover,
.btn-download:focus,
.btn-more:focus {
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 10px 30px;
    border-radius: 60px;
    margin: 30px 15px 0 0;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s;
}

.btn-download {
    background-color: #003f93;
    margin-right: 15px;
}

.btn-download:hover {
    background: #042b5f;
    color: #efefef;
    font-weight: 500;
}

.btn-more,
.btn-more:focus {
    border: 1px solid #fff;
    color: #fff;
}

.btn-more:hover {
    background: #003f93;
    color: #fff;
}

.overlay-detail a i {
    text-align: center;
    position: absolute;
    bottom: 25px;
    font-size: 38px;
    color: #fff;
}

.fctn {
    margin-top: 30px;
}

.fctnm {
    margin-top: 15px;
    padding-bottom: 85px;
    height: auto !important;
    height: 350px;
    min-height: 350px;
}

.fctnmp p {
    padding-bottom: 15px;
}

.fctn p {
    line-height: 1.7;
}

.fctn h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .h1sort h1,
    h1.h1sort {
        margin-bottom: 5px;
    }
}

.fctn h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}

.fctn h3 {
    font-size: 1.6rem;
    margin-top: 60px;
    margin-bottom: 10px;
    color: #1a1a2e;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.fctn h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #003f93;
    border-radius: 2px;
}

.fctn h5 {
    font-size: 18px;
}

h1.blog {
    margin-top: 20px;
    color: #24326d;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 36px;
}

h2.blog {
    margin-top: 30px;
    color: #24326d;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 22px;
}

p.bdate {
    font-size: 12px;
    font-weight: 300;
    color: #666;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
}

p.imgblog {
    text-align: center;
    background-color: #f5f5f5;
    margin-top: 25px;
    padding-bottom: 10px;
    font-size: 18px;
}

p.imgblog img {
    padding-bottom: 10px;
}

.blogbtnnav {
    width: 80%;
    font-size: 20px;
}

.blogbtnnavn {
    width: 86%;
    box-shadow: inset 0 1px 0 0 #fff;
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666;
    font-family: Arial;
    font-size: 22px;
    padding: 7px 0;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}

.blogbtnnavn:link,
.blogbtnnavn:visited {
    text-decoration: none;
    color: #666;
}

.blogbtnnavn:hover {
    background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    background-color: #e9e9e9;
    text-decoration: none;
    color: #666;
}

.blogbtnnavn:active {
    position: relative;
    top: 1px;
    text-decoration: none;
    color: #666;
}

p.pblog {
    font-size: 17px;
    line-height: 28px;
}

p.pbloglista {
    font-size: 17px;
    line-height: 28px;
    padding-left: 1rem;
}

.stmedia {
    margin-bottom: 20px;
    margin-top: 20px;
}

.stmedia img {
    max-width: 180px;
    border: 1px solid silver;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .stmedia {
        flex-direction: column !important;
    }
    .stimg {
        margin-bottom: 15px;
        background-color: #fdfdfd;
        padding: 2px;
    }
    .stmedia img {
        max-width: 100%;
        height: auto;
    }
    p.pbloglista {
        padding-left: 0;
    }
    p.bdate {
        padding-bottom: 0;
    }
}

.calnl {
    text-align: left;
}

.calnc {
    text-align: center;
    font-size: 14px;
}

.calnr {
    text-align: right;
}

.calcl {
    text-align: center;
    border: 1px solid silver;
    padding: 3px;
}

.calcc {
    text-align: center;
    border: 1px solid silver;
    padding: 3px;
}

.calcr {
    text-align: center;
    border: 1px solid silver;
    padding: 3px;
}

.monthSelected {
    text-decoration: underline;
    background-color: #f6e8ec;
}

.tours {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.tours:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

.tours img {
    width: 100%;
    border: none;
    transition: transform .4s ease;
}

.tours:hover img {
    transform: scale(1.04);
    filter: none;
}

a.tours-card-link {
    color: inherit;
    display: block;
    height: 100%;
}

a.tours-card-link:focus-visible {
    outline: 2px solid #003f93;
    outline-offset: 4px;
    border-radius: 14px;
}

.tours .card-img-top {
    border-radius: 0;
}

.tourstxt {
    background: none;
    padding: 1rem 1.2rem;
}

td.price {
    padding: 8px 4px;
    text-align: center;
    width: 50%;
    background-color: #0a1e3d;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-bottom: none;
    border-radius: 0 0 0 10px;
}

td.days {
    padding: 8px 4px;
    text-align: center;
    width: 50%;
    background-color: #e8c84a;
    color: #1a1a2e;
    vertical-align: middle;
    font-size: 15px;
    border-bottom: none;
    font-weight: 600;
    border-radius: 0 0 10px 0;
}

.prsize {
    font-size: 32px;
    font-weight: 700;
}

.dasize {
    font-size: 32px;
    font-weight: 700;
}

h2.tour {
    font-size: 20px;
    color: #1a1a2e;
    background: none;
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: 10px;
    line-height: 1.35;
    text-align: left;
    font-weight: 600;
}

.wps {
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    background-color: #003f93;
    border: none;
    border-radius: 6px;
    display: block;
    text-decoration: none;
    line-height: 1.6;
    font-size: .95rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 1rem 1rem;
    transition: background-color .3s, transform .2s;
}

a.tours-card-link:hover .wps,
.wps:hover {
    background-color: #002a66;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 1199px) {
    h2.tour {
        font-size: 17px;
    }
}

.tours .card-footer {
    background: none;
    border-top: none;
    padding: 0;
}

.tours-card-img-wrap {
    position: relative;
    overflow: hidden;
}

.badge-promo {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #c0392b;
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(0,0,0,.18);
    z-index: 2;
}

.detail-img-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.badge-promo-detail {
    position: absolute;
    top: 24px;
    left: 14px;
    background: #c0392b;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 5px 14px;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    z-index: 2;
}

.btn-promo-filter-outline {
    color: #c0392b !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 50px !important;
    background: transparent;
    transition: .2s !important;
}
.btn-promo-filter-outline:hover,
.btn-promo-filter-outline:focus {
    background: #c0392b !important;
    border-color: #c0392b !important;
    color: #fff !important;
}
.btn-promo-filter,
.btn-promo-filter.active {
    background: #c0392b !important;
    border-color: #c0392b !important;
    color: #fff !important;
    border-radius: 50px !important;
}
.btn-promo-filter:hover {
    background: #a93226 !important;
    border-color: #a93226 !important;
    color: #fff !important;
}

.filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    margin-left: 4px;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1;
    background: #003f93;
    color: #fff;
    border-radius: 50px;
}
.btn-outline-info .filter-count {
    background: #0aa2c0;
}
.btn-outline-info.active .filter-count,
.btn-info.active .filter-count {
    background: rgba(255,255,255,.25);
}
.btn-outline-primary.active .filter-count,
.btn-primary.active .filter-count {
    background: rgba(255,255,255,.25);
}
.btn-outline-info:hover .filter-count {
    background: rgba(255,255,255,.25);
}
.filter-count-promo {
    background: #c0392b;
}
.btn-promo-filter-outline .filter-count-promo {
    background: #c0392b;
    color: #fff;
}
.btn-promo-filter-outline:hover .filter-count-promo,
.btn-promo-filter.active .filter-count-promo {
    background: rgba(255,255,255,.25);
}

td.onastd {
    text-align: center;
    font-size: 18px;
    color: #039;
}

td.onastd span {
    color: #900;
    font-size: 19px;
}

@media (max-width: 991px) {
    td.onastd {
        font-size: 16px;
    }
    td.onastd span {
        font-size: 18px;
        display: block;
    }
}

@media (max-width: 767px) {
    td.onastd {
        font-size: 15px;
    }
    td.onastd span {
        font-size: 17px;
    }
}

.rboximg {
    border: 1px solid #ebeff4;
    margin-bottom: 0;
}

.sckierunki {
    scroll-behavior: smooth;
}

ol.olkierunki {
    padding-top: 20px;
    padding-bottom: 20px;
}

.kierunki li {
    padding-bottom: 10px;
}

.kierunki h2 {
    padding-top: 34px;
    font-size: 22px;
    color: #060;
}

.kierunki h3 {
    text-align: left;
    border: none;
    font-size: 18px;
    color: #036;
    padding: 0;
}

.kierunki p {
    line-height: 28px;
    font-size: 17px;
}

.miasgal {
    margin-top: 25px;
    margin-bottom: 15px;
}

.miastgal {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2.miasha {
    padding-top: 100px;
}

h3.miashb {
    padding: 10px 0 5px;
    margin: 20px 0 5px;
    text-align: left;
    border: none;
    font-size: 22px;
    line-height: inherit;
}

.stimg img {
    width: 210px;
    border: 1px solid silver;
    padding: 1px;
}

.stimg a:hover img {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}

.img-thumbnail:hover {
    border-color: #003f93;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

p.kfoto {
    background-color: #fffff0;
    text-align: left;
    padding: 15px;
    border-right: 2px solid #fdfcdb;
}

p.kfoto img {
    width: 400px;
    border: 1px solid silver;
}

.kontakt-card {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
    border-radius: 12px;
}
.kontakt-card:hover,
.kontakt-card:focus {
    text-decoration: none;
    color: inherit;
}
.kontakt-card .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.kontakt-card:hover .card {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}
.kontakt-card:focus-visible .card {
    outline: 2px solid #003f93;
    outline-offset: 2px;
}

.bxkontakt {
    text-align: center;
    background-color: #f4f7fa;
    color: #06395a;
    margin-bottom: 0;
    border: none;
    padding: 2rem 1.2rem 1.5rem;
    border-radius: 12px;
}

.bxkontakt h5 {
    font-size: 1.35rem;
    font-weight: 600;
    margin-top: .7rem;
    color: #0a1e3d;
}

.bxkontakt p {
    font-size: 1.1rem;
    color: #3a4f63;
}

.bxkontaktico {
    color: #3a8fd4;
    font-size: 42px;
    min-width: 42px;
    min-height: 42px;
    padding-bottom: 10px;
}

.kontakt-oferta {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 24px;
    background: linear-gradient(135deg, #f0f5fb 0%, #e8eff8 100%);
    border-radius: 10px;
    border-left: 4px solid #3a8fd4;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.25s ease, transform 0.2s ease, border-color 0.25s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.kontakt-oferta:hover {
    box-shadow: 0 4px 14px rgba(58,143,212,0.13);
    transform: translateX(3px);
    border-color: #2874b0;
    text-decoration: none;
    color: inherit;
}
.kontakt-oferta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(58,143,212,0.1);
    flex-shrink: 0;
    font-size: 22px;
    color: #2874b0;
}
.kontakt-oferta-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.kontakt-oferta-label {
    font-size: .92rem;
    color: #5a6a7a;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.kontakt-oferta-cta {
    font-size: 1.08rem;
    font-weight: 600;
    color: #0a1e3d;
}
.kontakt-oferta-cta i {
    font-size: 1.2rem;
    vertical-align: middle;
    transition: transform 0.2s ease;
}
.kontakt-oferta:hover .kontakt-oferta-cta i {
    transform: translateX(4px);
}

.fctnctn {
    margin-top: 30px;
}

.fctnctnw {
    padding: 0 15px;
}

.fctnctn h1 {
    margin-top: 0;
    color: #0e5ca7;
}

.fctnctn h1.htravel {
    margin-top: 14px;
	margin-bottom: 15px !important;
    color: #0a1e3d;
    border: none;
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 4px;
    padding-left: 0;
    line-height: 1.25;
    border-left: none;
}
.fctnctn h2.htravel-sub {
    font-size: 1.15rem;
    color: #6b7a8d;
    font-weight: 400;
	margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.4;
}

.fctnctn h3.htravfl {
    margin-top: 0;
    color: #003f93;
    border: none;
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: 24px;
    padding: 6px 14px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: #f0f4fa;
    border-radius: 4px;
    display: inline-block;
}

.fctnctn h3.htravfl::after {
    display: none;
}

.fctnctn h5.htravgl {
    color: #0a1e3d;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 14px;
    margin-top: 55px;
    padding: 0 0 0 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: none;
    border: none;
    border-left: 5px solid #003f93;
}
.fctnctn h5.mt66 {
	margin-top: 66px;
}

.fctnctn h5.htravglc {
    color: #0a1e3d;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 14px;
    margin-top: 55px;
    padding: 0 0 0 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: none;
    border: none;
    border-left: 5px solid #c0392b;
}

.fctnctn h6.htravhl {
    color: #0a1e3d;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 10px;
    padding: 8px 12px;
    background: #fdf8e1;
    display: inline-block;
    border-radius: 4px;
}

.rboxbw {
    border: none;
    border-radius: 10px 10px 0 0;
    margin-top: 10px;
    margin-bottom: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    width: 100%;
    object-fit: cover;
}

.clefttravel {
    padding-bottom: 15px;
}

.clefttravel ul,
.clefttravel ol {
    margin-top: 10px;
}

.clefttravel table {
    margin-top: 10px;
}

.clefttravel .table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0 8px 8px 8px;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}

.clefttravel .table thead th {
    background: #0a1e3d;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 14px 18px;
    border: none;
}

.clefttravel .table thead th span {
    color: #fff !important;
    font-size: 1.05rem !important;
}

.clefttravel .table tbody td {
    padding: 14px 18px;
    font-size: 1.05rem;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
}

.clefttravel .table tbody tr:last-child td {
    border-bottom: none;
}

.clefttravel .table tbody tr:hover {
    background: #f8fafc;
}

.clefttravel li {
    padding-top: 4px;
    font-size: 1.08rem;
    color: #1a1a1a;
    line-height: 1.8;
}

.clefttravel p {
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.85;
    color: #1a1a1a;
}

.clefttravel p.phottravel {
    text-align: center;
    font-size: 12px;
    background-color: #f8f8f8;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding-top: 4px;
    padding-bottom: 4px;
}

.clefttravel p.phottravel img {
    margin-bottom: 4px;
}

a.btnttravel {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #003f93;
    color: #fff;
    padding: 20px 24px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 25px;
    border-radius: 8px;
    transition: background-color .3s, transform .2s;
}

a.btnttravel:hover {
    background-color: #002a66;
    transform: translateY(-2px);
    color: #fff;
}

a.btnttravel:active {
    background-color: #001e4d;
    transform: translateY(0);
    color: #fff;
}

a.btnttravel:visited {
    color: #fff;
}

@media (min-width: 1200px) {
    .fctnctn .col-xl-5 p.ptravelr {
        margin-left: 110px;
        margin-right: 0;
    }
    .fctnctn .col-xl-5 a.btnttravel, p.wyprzedana {
        margin-left: 110px;
        width: auto;
    }
}

p.ptravelr {
    padding: 14px 16px;
    margin: 0 0 4px;
    border-top: none;
    border-bottom: none;
    font-size: .95rem;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fb;
    border-radius: 6px;
}

p.ptravelr img {
    margin-right: 0;
    flex-shrink: 0;
}

p.wyprzedana {
    background-color: #dc3545;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    letter-spacing: 1px;
}

.travel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.btn-travel-action {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    font-size: .9rem;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    transition: all .3s;
}

.btn-travel-primary {
    background: #003f93;
    color: #fff;
}

.btn-travel-primary:hover {
    background: #002a66;
    color: #fff;
    text-decoration: none;
}

.btn-travel-outline {
    background: transparent;
    color: #003f93;
    border: 1px solid #003f93;
}

.btn-travel-outline:hover {
    background: #003f93;
    color: #fff;
    text-decoration: none;
}

.badge-wyprzedana {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    font-size: .9rem;
    font-weight: 600;
    background: #dc3545;
    color: #fff;
    border-radius: 6px;
}

.btn-zamow {
    display: inline-block;
    background-color: #003f93;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 8px 22px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color .3s, transform .2s;
}

.btn-zamow:hover {
    background-color: #002a66;
    color: #fff;
    transform: translateY(-1px);
}

.btn-browse-more {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 500;
    color: #003f93;
    background: #fff;
    border: 2px solid #003f93;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all .3s;
}

.btn-browse-more:hover {
    background: #003f93;
    color: #fff;
    text-decoration: none;
}

.traveltela {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #333;
}

.traveltelb {
    margin: 0;
    padding: 0;
    color: #f50001;
    font-size: 1.5rem;
    font-weight: 400;
    text-shadow: 0 1px .3px #b4becb;
}

a.traveltelba {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: 0 1px .3px #b4becb;
    text-decoration: none;
    color: #f50001;
}

a:hover.traveltelba,
a:active.traveltelba,
a:visited.traveltelba {
    text-decoration: none;
}

p.traveltela1 {
    font-size: 14px;
}

p.traveltelb1 {
    font-size: 22px;
    color: #9c0007;
}

a.traveltelba1 {
    font-size: 22px;
    color: #9c0007;
}

a:hover.traveltelba,
a:hover.traveltelba1 {
    text-decoration: none;
}

a:active.traveltelba,
a:active.traveltelba1 {
    text-decoration: none;
}

a:visited.traveltelba,
a:visited.traveltelba1 {
    text-decoration: none;
}

.travel-uwagi {
    background: #fafafa;
    border-radius: 0 8px 8px 8px;
    padding: 4px 24px 20px;
    margin-top: 0;
}

.travel-uwagi ol {
	margin-bottom: 0;
}

.fctnctn .carousel {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    margin-top: 40px;
    margin-bottom: 20px;
}

.btn-sm {
    font-size: .875rem;
    padding: .25rem .5rem;
    margin: .125rem;
}

.btn-sm:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-outline-primary:hover {
    background-color: #003f93;
    border-color: #0d6efd;
    color: #fff !important;
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff !important;
}

.btn-outline-info:hover {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #fff !important;
}

.btn-outline-success:hover {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
}

.sortowanie-wycieczek .card-body {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: .5rem;
}

.sortowanie-wycieczek .card-title {
    color: #495057;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}

.form-label {
    font-weight: 500;
    color: #495057;
}

.form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 .2rem rgba(13, 110, 253, 0.25);
}

.wycieczka-card {
    transition: transform .3s ease, box-shadow .3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.wycieczka-card.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.wycieczka-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btn-outline-secondary {
    color: #003f93 !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 50px !important;
}

.btn-outline-primary {
    color: #003f93 !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 50px !important;
}

.btn-outline-info {
    color: #003f93 !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 50px !important;
}

.btn-outline-secondary.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    border-radius: 50px;
}

.btn-outline-primary.active {
    background-color: #003f93;
    border-color: #003f93;
    color: #fff;
    border-radius: 50px;
}

.btn-outline-info.active {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #fff;
    border-radius: 50px;
}

.btn-primary.active {
    background-color: #003f93;
    border-color: #003f93;
    color: #fff;
    border-radius: 50px;
}

.btn-info.active {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #fff;
    border-radius: 50px;
}

.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-info {
    transition: .2s !important;
    -webkit-transition: .2s !important;
}

@media (max-width: 768px) {
    .card-body .row.g-3 > div {
        margin-bottom: 1rem;
    }
    .d-flex.justify-content-between {
        flex-direction: column;
        gap: .5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wycieczka-card {
        transition: none;
    }
}

@media (prefers-contrast: high) {
    .card {
        border: 2px solid;
    }
    .btn-outline-secondary {
        border-width: 2px;
    }
}

.form-select:focus,
.btn:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0.25);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wycieczka-card {
    animation: fadeIn .5s ease forwards;
}

.wycieczka-card.wyprzedana {
    border: 2px solid #dc3545;
    position: relative;
}

.wycieczka-card.wyprzedana::before {
    content: "Ostatnie miejsca!";
    position: absolute;
    top: -10px;
    right: 10px;
    background: #dc3545;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: .8rem;
    font-weight: 700;
    z-index: 1;
}

.kierunki-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.45rem;
    font-size: .8rem;
    color: #003f93;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.kierunki-info-pin {
    color: #ea4335;
    font-size: 1rem;
    line-height: 1;
    flex-shrink: 0;
}

.kierunki-info strong {
    color: #003f93;
    font-weight: 600;
}

.footeri {
    width: 100%;
    padding: 50px 0 30px;
    background-color: #211b31;
}

.footeri a:link,
.footeri a:visited,
.footeri a:hover,
.footeri a:active {
    color: #abadbe;
    text-decoration: none;
}

.footeri a:hover {
    text-decoration: underline;
}

.mb-10 {
    margin-bottom: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .mb-70 {
        margin-bottom: 20px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

.single-footer-widget h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .single-footer-widget h5 {
        margin-bottom: 25px;
    }
}

.single-footer-widget a:hover {
    text-decoration: none;
}

.single-footer-widget p {
    color: #abadbe;
    margin-bottom: 20px;
    line-height: 30px;
}

.single-footer-widget ul {
    padding-left: 0;
    margin-left: 0;
}

.single-footer-widget li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.single-footer-widget ul > li > a {
    color: rgba(226, 219, 243, 0.60);
    margin-bottom: 10px !important;
    font-weight: 500;
}

.single-footer-widget ul > li > a:last-child {
    margin-bottom: 0;
}

.single-footer-widget ul > li > a:hover {
    text-decoration: none;
    color: #fff;
}

.footer-single--blog-post {
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
    padding-right: 5px;
}

.footer-single--blog-post:last-child {
    margin-bottom: 0;
}

p.blog-post-date {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 5px;
    line-height: 1.2;
    transition: color .5s;
}

h6.blog-post-title {
    font-size: 14px;
    margin-bottom: 0;
    color: #404548;
    transition: color .5s;
    line-height: 25px;
}

p.blog-post-date a {
    color: inherit;
    text-decoration: none;
    transition: color .5s;
}

p.blog-post-date a:hover {
    color: #4a7aec;
    text-decoration: none;
}

h6.blog-post-title a {
    color: #404548 !important;
    text-decoration: none;
    transition: color .5s;
}

h6.blog-post-title a:hover {
    color: #4a7aec !important;
    text-decoration: none;
}

.contact-icon {
    margin-right: 5px;
    padding-top: 5px;
}

.media {
    margin-top: 0;
    padding-top: 0;
}

.social-icon {
    display: block;
    list-style-type: none;
    margin-top: 10px;
    padding: 0 !important;
}

.social-icon > li {
    display: inline-block;
}

.social-icon > li > a {
    margin-left: 15px;
    margin-bottom: 10px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.social-icon > li > a:focus,
.social-icon > li > a:hover {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.social-icon > li > a.icon-twitter:hover {
    filter: contrast(200%);
}

.social-icon > li > a.icon-facebook:hover {
    filter: contrast(200%);
}

.social-icon > li > a.icon-google-plus:hover,
.social-icon > li > a.icon-youtube:hover {
    filter: contrast(200%);
}

.social-icon > li > a.icon-instagram:hover {
    filter: contrast(200%);
}

.social-icon > li > a.icon-website:hover {
    filter: contrast(200%);
}

.social-icon > li:last-child a {
    margin-right: 0;
}

.copyright {
    width: 100%;
    padding: 25px 0 15px;
    font-size: 13px;
    color: #abadbe;
    background-color: #191426;
}

.copyright .copy-left {
    text-align: left;
    margin-top: 15px;
}

.copy-left a:link {
    color: #ccc;
    text-decoration: none;
}

.copy-left a:visited {
    color: #ccc;
}

.copy-left a:hover {
    color: #d0e3e9;
    text-decoration: underline;
}

.copy-left a:active {
    color: #ccc;
}

.copyright .copy-right {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .copyright {
        padding: 30px 0 20px;
    }
    .copyright .copy-left,
    .copyright .copy-right {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
}

.txtsform p {
    line-height: 26px;
    font-size: 13px;
    color: #333;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.txtsform a:link {
    text-decoration: underline;
    color: #333;
}

.txtsform a:visited {
    text-decoration: none;
    color: #333;
}

.txtsform a:hover {
    text-decoration: none;
    color: #333;
}

.txtsform a:active {
    text-decoration: none;
    color: #333;
}

.txtsform span {
    color: green;
    font-size: 1rem;
}

.fs-7,
p.fs-7 {
    font-size: .8rem;
    color: #333;
}

.fs-8,
p.fs-8 {
    font-size: .9rem;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#topcontrol {
    position: fixed;
    bottom: 25px;
    right: 20px;
    font-size: 1.2rem;
    border: none;
    outline: none;
    opacity: 0;
    background-color: #19529e;
    color: #fff;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 2px;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.topcontrol:link,
.topcontrol:visited,
.topcontrol:active {
    background-color: #19529e;
    color: #fff;
}

.topcontrol:hover {
    background-color: #2b3758;
    color: #fff;
}

.topcontrol .btn-stt {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    visibility: hidden;
    opacity: 0;
    font-size: 1rem;
}

.topcontrol:hover .btn-stt {
    visibility: visible;
    opacity: 1;
}

.fralert {
    border: 1ps solid #f1aeb5;
    background-color: #f7dfe1;
    padding: 12px;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 8px;
}

.was-validated #chkkabina.form-check-input:valid {
    border-color: rgba(0, 0, 0, .25);
}

.was-validated .select-bilet.form-select-input:valid,
.was-validated .select-bilet.form-control:invalid {
    border-color: #ced4da;
}

.was-validated .select-bilet.form-select:invalid:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.was-validated .select-bilet.form-select:valid,
.was-validated .select-bilet.form-control:valid {
    border-color: #ced4da;
}

.was-validated .select-bilet.form-select:valid:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.was-validated .pasazer-input.form-control:valid,
.was-validated .igico.form-control:valid {
    background-image: none;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

p.text-danger {
    padding-bottom: 0;
    margin-bottom: 4px;
}
