@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Saira+Condensed:wght@400;600;700&display=swap");

html,
body {
    width: 100%;
    /* overflow-x: hidden; */
    margin: 0;
    padding: 0;
    color: #333;
    font-family: "Inter", sans-serif !important;
}

input,
input:focus,
input:active {
    border: none;
    outline: none;
}

footer,
section,
#underfooter {
    padding: 20px;
}

.feature-text {
    font-size: 22px;
}

.feature-head {
    font-size: 40px;
}

.height-100-percent {
    height: 100%;
}

.mobile-menu-container .dropdown-menu {
    width: 101vw;
    margin-top: 14px;
}

.btn-b4 {
    display: block;
    border-radius: 45px;
    padding: 15px;
    line-height: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.main-page-slide {
    width: 100%;
    min-height: 100%;
    min-height: calc(100% - 50px);
    position: relative;
}

.main-page-slide-bc0 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    height: 685px;
    width: 100%;
}

.main-page-slide-bc0-half {
    width: 50%;
    height: 685px;
    background-color: #00a0e3;
    opacity: 0.7;
}

.position-relative {
    position: relative;
}

.slide-1 {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url("/images/main_img.jpg");
    background-size: cover;
    background-position: 50%;
    min-height: 685px;
    max-height: 685px;
}
.slide-2 {
    min-height: 50%;
    padding: 80px 0 40px 0;
}
.slide-3 {
    padding: 60px 0 60px 0;
}
.slide-4 {
    padding: 40px 0 40px 0;
}
.slide-5,
.slide-6,
.slide-7 {
    padding: 40px 0 40px 0;
    height: auto;
    min-height: auto;
}
.slide-1 h1,
.slide-1 h2,
.slide-1 h3,
.slide-1 h4,
.slide-1 h5,
.slide-1 h6 {
    color: rgb(51, 51, 51);
    font-weight: 500;
    margin-top: 0px;
    line-height: 1.4em;
}

.slide-1 ul li {
    margin-left: 20px;
}
.slide-1 ul li:before {
    content: "\2713  ";
    font-size: 0.8em;
    font-weight: 900;
}
.timer-page {
    margin-top: 0px;
}
.timer-page ul li,
.org-page ul li {
    position: relative;
    list-style-type: none;
    margin: 1em 0;
    text-align: justify;
}
.timer-page ul li:before,
.org-page ul li:before {
    content: "\2713  ";
    font-size: 1em;
    font-weight: 900;
    position: absolute;
    left: -20px;
    color: #00a0e3;
}
.image-header {
    background-position: center top;
    background-size: cover;
    height: 500px;
}
.timer-image {
    background-image: url("/images/timer.jpg");
}
.org-image {
    background-image: url("/images/organizator.jpg");
}

.timer-image h1,
.org-image h1 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-weight: 900;
    margin-top: 5%;
    font-size: 42px;
}

.link {
    color: #00a0e3;
}

/* biegiWOSP */

.biegi-wosp-section {
    /* max-height: 590px; */
    width: 100%;
    background-image: url("/images/thumbnail_1-background-B4sport.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Saira Condensed";
    color: #fff;
}

.biegi-wosp-section a {
    color: inherit;
    text-decoration: none;
}

.biegi-wosp-text-container {
    display: flex;
    align-items: center;
}

.biegi-wosp-text {
    font-size: 28px;
}

.biegi-wosp-text h2 {
    font-size: 90px;
    font-weight: 700;
}

.biegi-wosp-text h4 {
    font-weight: 400;
    font-size: 40px;
}

.biegi-wosp-text p:last-child {
    font-weight: 600;
}

.biegi-wosp-text h2,
.biegi-wosp-text p:last-child {
    color: #ffed00;
}

h3.scroll-down-link * {
    color: #ededed !important;
    text-shadow: 1px 1px 5px #000, 1px 1px 10px #000, 1px 1px 20px #000, 1px 1px 25px #000;
}
h3.scroll-down-link *:hover {
    color: #fff !important;
    text-decoration: none;
}

.slide-5 .packages-list {
    margin-top: 3em;
}
.slide-5 .modules {
    border-radius: 7px;
    background-color: #f2f2f2;
    padding: 4em 0 1em 0;
    cursor: pointer;
    position: relative;
    min-height: 366px;
    max-width: 465px;
}

.slide-5 .modules .package-header {
    font-size: 24px;
    font-weight: 700;
}

.slide-5 .modules:hover {
    border: 0;
    margin-top: -2px;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 14px;
    box-shadow: 0 0 6px 1px rgba(30, 30, 30, 0.5);
    transition: all 0.2s;
}
.slide-5 .modules h1 {
    margin: 0 auto;
}
.slide-5 .modules .price {
    font-weight: 700;
    position: relative;
    padding: 0.5em 0;
    font-size: 48px;
}

.slide-5 .modules .btn-price {
    background-color: #c4c4c4;
    color: #fff;
}

.slide-5 .modules .btn-buy {
    background-color: #00a0e3;
    color: #fff;
}

.slide-5 .modules.popular {
    border: 3px #fbbc04 solid;
    max-width: 471px;
}

.slide-5 .modules.popular .popular-header {
    display: block;
    padding: 10px;
    color: #fff;
    background: #fbbc04;
    text-transform: uppercase;
    border-end-end-radius: 7px;
    border-end-start-radius: 7px;
    font-weight: 500;
    font-size: 0.9em;
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.slide-5 .modules-features {
    padding: 12px 0px 12px 25px;
    margin: 0;
    text-align: left;
}
.slide-5 .modules-features li {
    position: relative;
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    color: #888;
    font-size: 0.9em;
}
.slide-5 .modules-features li:nth-child(even) {
    color: #00a0e3;
}
.slide-5 .modules-features li:before {
    content: "\2713";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    margin: auto;
    top: 0.75em;
    left: -1em;
}

.create-event .col-12:hover img,
.create-event .thumb-nail:hover img {
    position: absolute;
    width: 200%;
    max-width: 200%;
    height: auto;
    left: -50%;
    top: -5em;
    z-index: 1000;
    border: 1px solid #eee;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    transition: 0.5s all;
}
.create-event .thumb-nail img:hover {
    position: absolute;
    width: 200%;
    max-width: 200%;
    height: auto;
    left: -50%;
    top: -5em;
    z-index: 1000;
    border: 1px solid #eee;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    transition: 0.5s all;
}

.create-event .thumb-first:hover img,
.create-event .thumb-first img:hover {
    left: 1em;
}

.create-event .thumb-last:hover img,
.create-event .thumb-last img:hover {
    left: auto;
    right: 1em;
}

.slide-4 ul {
    font-size: 1.2em;
    margin-top: 10%;
}

.bg-half-transparent {
    background-color: rgba(255, 255, 255, 0.7);
}
.bg-transparent-08 {
    background-color: rgba(255, 255, 255, 0.8);
}
.form-container {
    padding: 30px;
}

.login-form {
    min-height: 400px;
    margin: 0 auto;
    max-width: 420px;
    border-radius: 7px;
}

.contact-form {
    width: 90%;
    max-width: 600px;
    min-height: 0;
}

.welcome-block {
    padding: 2em;
}

.welcome-block h1 {
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-size: 49px;
}

.welcome-block h2 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin: 2rem 0;
}

.custom-yellow-btn {
    background-color: #f6b70e;
    border-radius: 45px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 45px;
}

.bg-b0 {
    background-color: #00a0e3;
    color: #fff;
    transition: 0.3s;
}

.bg-b0-hovered:hover {
    background-color: transparent;
    color: #0077a9;
}

.bg-b4 {
    background-color: #00a0e3;
    color: #fff;
    transition: 0.3s;
}

.bg-b4-hovered:hover {
    background-color: #0077a9;
}
.btn.bg-b4:hover {
    background-color: #0077a9;
    color: #fff;
}
.bg-b4-inverted {
    background-color: #fff;
    color: #00a0e3;
}
.bg-b4-inverted * {
    color: #00a0e3;
}
.bg-b4-inverted:hover {
    background-color: #efefef;
    color: #0077a9;
}
.btn.bg-b4-inverted {
    border: 4px solid #00a0e3;
}
.text-b4 {
    color: #00a0e3;
}
.margin-bottom-0 {
    margin-bottom: 0;
}

.btn {
    /* border-radius: 0; */
}

.main-navbar {
    height: 74px;
    padding-right: 1px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.main-menu-link {
    display: inline-block;
    min-width: 150px;
    text-align: center;
    font-weight: 500;
    background-color: transparent;
    height: 46px;
    float: left;
    margin-top: -8px;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.main-menu-link-calendar {
    border-radius: 25px;
    border: 2px solid #fff;
    padding: 0 23px;
    margin-top: -3px;
}

.main-menu-link-calendar .main-menu-link-name {
    line-height: 47px;
}

.no-hover:hover {
    text-decoration: none;
}
/* .main-navbar a:not(.no-hover):hover {
    text-decoration: none;
    color: #f6b70e;
} */
.main-menu-link:hover,
.submenu-link:hover {
    text-decoration: none;
    color: #f6b70e;
}

.submenu-link {
    text-transform: uppercase;
    font-weight: 700;
}

.main-menu-link-name {
    height: 50px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 700;
}

.submenu {
    padding: 0;
    width: 160px;
    /* background-color: #00a0e3; */
}
.submenu-link {
    color: #fff;
    display: block;
    min-height: 50px;
    line-height: 50px;
}

.main-submenu-link {
    height: 50px;
    line-height: 50px;
    text-align: left;
}

.lang {
    float: right;
}

.lang:hover {
    text-decoration: none;
}

.lang::after {
    color: #fff;
    margin-left: 0;
}

.main-lang {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.main-lang:hover {
    text-decoration: none;
}

.drop-down-lang {
    border-radius: 0 !important;
    padding: 0;
    min-width: 3rem;
}
.main-lang img {
    width: 25px;
    margin: 4px;
}
.main-page-language-flag {
    width: 25px;
    border-radius: 5px;
}

.block-aligned-50 {
    height: 40px;
    line-height: 35px;
    display: block;
}
.main-navbar strong {
    font-weight: 500;
}

.mobile-main-menu-item {
    padding-left: 10px;
}
.mobile-menu-container {
    width: 200px;
}
.mobile-submenu {
    padding-left: 20px;
}

.nav-placeholder {
    width: 100%;
    height: 50px;
}

.events-search {
    margin-top: -6rem;
}

.example-page-create-block {
    border-radius: 7px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.events-search .search-form {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
    padding: 0.5% 1%;
    display: flex;
}

.events-search .search-form .input-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.events-search .search-form .input-group label {
    font-weight: 700;
}

.events-search .search-form .input-group:nth-child(n+2)::before {
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    background-color: #c4c4c4;
    top: 5px;
    left: -10px;
}

.events-search .search-form .input-group .form-control {
    width: calc(100% - 15px);
    border: none;
    outline: none;
    padding-left: 0;
    user-select: none;
    box-shadow: none;
}

.events-search .search-form .input-group .form-control:focus,
.events-search .search-form .input-group .form-control:active,
.events-search .search-form .input-group .form-control:focus-visible,
.events-search .search-form .input-group .form-control:focus-within,
.events-search .search-form .input-group .form-control::-moz-focus-inner {
    outline: none;
}

.result-image {
    max-height: 100%;
    width: 100%;
    border-radius: 7px;
    position: relative;
}

.event-soon-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.event-soon-card img {
    object-fit: contain;
}

.event-soon-card .thumb-nail {
    background-color: #fff;
    border-radius: 7px;
}

.event-soon-card .event-card-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.event-soon-card .event-card-content a {
    cursor: pointer;
}

.event-card-list-container {
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 0.9rem;
}

.event-promoted {
    padding: 10px 10px 0px 10px;
    border: 1px solid #00a0e3;
    border-radius: 10px;
}

.fab.fa-facebook-f {
    padding-left: 20px;
    font-size: 20px;
}

.forget-pass {
    padding: 10px 0;
}

.footer {
    position: relative;
    background-color: #1f2325;
    color: #fff;
    padding: 20px;
}

.footer a {
    color: #fff;
}

.footer a:hover,
.footer a:focus {
    color: #fff;
}
.footer ul {
    list-style-type: none;
    padding-left: 0;
}
.footer li {
    padding: 3px 0px;
}

.main-page-slide .footer li::before,
.main-page-slide ul li::before {
    content: "";
}


.footer-content {
    font-size: 14px !important;
}
.footer table tr td {
    padding-right: 15px;
}
.footerText {
    margin: 30px 10px 40px;
    font-size: 1em;
    line-height: 1.8em;
    color: #989898;
}
#underfooter {
    position: relative;
    background: #0b1115;
}
.social li {
    display: inline-block;
    padding-right: 0.8em;
    text-align: center;
}

.social li:last-child {
    padding-right: 0;
}

.social li a {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    background: #3498db;
    position: relative;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin: 2px;
}

.social-buttons {
    width: 255px;
    margin: 0 auto;
    height: 40px;
}

.social-buttons .social li a {
    width: 50px;
    height: 50px;
    line-height: 51px;
    border-radius: 0;
}
a.facebook {
    background-color: #699bf7;
    border-radius: 45px;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 43px;
    color: #efefef;
}

a.facebook:hover {
    background-color: #3b5998;
    color: #fff;
}

#underfooter {
    padding: 1em;
}
#underfooter ul {
    list-style-type: none;
}
#underfooter a {
    color: #fff;
}
#underfooter .privacy,
#underfooter .terms {
    font-size: 0.7em;
}
.scroll-top {
    margin-bottom: 0;
}

.scroll-top a {
    position: fixed;
    bottom: 5em;
    right: 5em;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 0.8em 1em;
    display: none;
    z-index: 200;
    border-radius: 50%;
    -webkit-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.scroll-top a:hover {
    background: #00a0e3;
}

.cookie-alert {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    height: 50px;
    line-height: 30px;
    padding: 10px;
    color: #fff;
    font-weight: 800;
    z-index: 999;
}

.login-form .form-area .group {
    position: relative;
    margin-bottom: 0px;
}

.login-form .form-area .group label {
    margin-bottom: 0;
}

.login-devider {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
    bottom: 0;
    width: 43px;
    height: 21px;
    color: #000;
    font-weight: 700;
}

.login-form .form-area .group {
    position: relative;
    margin-bottom: 0px;
}
.login-form .form-area .form-control {
    padding-left: 38px;
    height: 44px;
    border-radius: 7px;
}
.login-form .btn-primary {
    background: #00a0e3;
    color: #fff;
    border-color: #e3e3e3;
}
.login-form .form-area .fa,
.login-form .form-area .fas,
.login-form .form-area .far {
    position: absolute;
    top: 37px;
    left: 13px;
    font-size: 16px;
    color: #c3c3c3;
}

.login-form-signin {
    margin: 0 auto;
    display: block;
}

#show-hide-password {
    color: #666;
    position: absolute !important;
    left: auto;
    right: 5px !important;
    display: inline !important;
    cursor: pointer;
}

.form-container-logged-in {
    margin: 20px;
    border-radius: 7px;
    max-width: 420px;
}
.form-container-logged-in .logged-in-header {
    font-size: 22px;
}
.logged-in-body {
    padding-bottom: 35px;
}

.img-circle {
    border-radius: 50%;
}

.lightbox-backgound {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: none;
}

.lightbox-window {
    display: none;
    width: 72% !important;
    max-width: 1050px;
    min-height: 400px;
    max-height: 530px;
    height: 600px;
    position: fixed;

    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: whitesmoke;
    z-index: 10010;
    opacity: 1;
}
.lightbox-close {
    margin: 0 0.1em;
    font-size: 24pt;
    cursor: pointer;
}
.lightbox-window-container {
    margin-top: 1em;
    padding: 1em;
}
.popup-login {
    min-height: 250px;
    max-height: 350px;
}

.create-event .step {
    background: #00a0e3;
    color: #fff;
    padding: 15px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
.create-event .line:after,
.create-event .line-start:after,
.create-event .line-end:after {
    content: "";
    position: absolute;
    display: block;
    height: 6px;
    background: #00a0e3;
    top: 22px;
    z-index: -1;
}
.create-event .line:after {
    width: 100%;
}
.create-event .line-start:after {
    width: 50%;
    right: -15px;
}
.create-event .line-end:after {
    width: 50%;
    left: -15px;
}
.create-event .thumb-nail {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.create-event img {
    width: 100%;
    max-width: 100%;
}
.create-event .fa-chevron-down {
    color: #00a0e3;
}

.noscroll {
    overflow: hidden;
}
.image-view {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    transition: all 0.4s;
}

[aria-hidden="true"] {
    display: none;
}
[aria-hidden="false"] {
    display: flex;
}
[data-action="image-view"] {
    cursor: pointer;
}
.image-view div {
    margin: auto;
    width: 80%;
    max-width: 1000px;
    padding: 30px;
    /*min-height: 200vh;*/
    background: rgba(255, 255, 255, 0.95);
    position: relative;
}
.image-view span.close-btn {
    content: "\f057";
    display: block;
    position: absolute;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    top: -20px;
    right: -20px;
    cursor: pointer;
    font-size: 1.5em;
}
.image-view {
    background: rgba(40, 40, 40, 0.75);
}
.examples-pages {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 450px;
    height: 60px;
}
.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#opinionsSlider {
    position: relative;
}

#opinionsSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
}

#opinionsSlider .MS-content .item {
    display: inline-block;
    width: 25%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    white-space: normal;
    padding: 20px;
}
.item-header {
    height: 94px;
}
.item-header .cell {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}

#opinionsSlider .MS-controls button {
    position: absolute;
}

#opinionsSlider .MS-controls .MS-left {
    top: 40%;
    left: -10px;
}

#opinionsSlider .MS-controls .MS-right {
    top: 40%;
    right: -10px;
}

#opinionsSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4) !important;
    opacity: 0.5;
    transition: 0.15s linear;
}
#opinionsSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}
.item-description {
    padding: 0.5em 1em;
    border-radius: 5px;
    min-height: 240px;
    text-indent: 1em;
    background-color: #fff !important;
    color: #333 !important;
}
.item-description * {
    color: #333 !important;
    font-style: normal !important;
}

input.fail,
select.fail,
textarea.fail {
    border: 2px solid #f00;
}

@media screen and (max-width: 1501px) and (min-width: 1202px) {
    .biegi-wosp-section {
        background-position: -120px;
    }
}

@media screen and (max-width: 1399px) {
    .main-menu-link {
        min-width: 75px;
    }

    .main-menu-link-name,
    .submenu-link {
        font-size: 14px;
    }

    .search-form {
        font-size: 14px;
    }

    .events-search .search-form .input-group .form-control {
        font-size: 12px;
    }

    .welcome-block h1 {
        font-size: 45px;
    }

    .welcome-block h2 {
        font-size: 20px;
    }

    .custom-yellow-btn {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 1339px) {
    #opinionsSlider .MS-content .item {
        width: 33.3%;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 29px;
    }
    h3 {
        font-size: 24px;
    }
    .btn-lg {
        font-size: 15px;
    }
    .link {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .biegi-wosp-section {
        background-image: url("/images/thumbnail_2-background-tablet-phone-B4sport.png");
    }
}

/*iPad Pro*/
@media screen and (max-width: 1025px) and (max-height: 1367px) {
    .biegi-wosp-text-container {
        justify-content: center;
    }

    .biegi-wosp-text {
        text-align: center;
    }
    .events-search {
        position: absolute;
        top: 905px;
        width: 100%;
        right: 13px;
        background-color: transparent;
    }
}

@media screen and (max-width: 991px) {
    .mobile-menu-container .dropdown-menu {
        margin-left: -17px;
    }

    .main-navbar {
        background-color: #00a0e3;
    }

    .welcome-block h1 {
        font-size: 50px;
    }

    .welcome-block h2 {
        font-size: 16px;
    }

    .login-part {
        margin-top: -15rem;
    }

    .events-search {
        position: absolute;
        top: 980px;
        width: 100%;
        left: 0px;
        background-color: transparent;
    }

    #opinionsSlider .MS-content .item {
        width: 49.6%;
    }
    #opinionsSlider .MS-controls button {
        font-size: 30px;
    }

    .slide-1 {
        max-height: 1012px;
    }

    .main-page-slide {
        height: 1012px;
    }

    .main-page-slide-bc0 {
        height: 1012px;
    }

    .main-menu-link {
        min-width: 90px;
        font-size: 14px;
    }
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 27px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    .btn-lg {
        font-size: 14px;
    }
    .link {
        font-size: 13px;
    }
    .welcome-block {
        width: 100%;
        position: relative;
        margin: 0;
    }

    .form-container {
        padding: 30px;
    }

    .slide-4 ul {
        font-size: 1em;
        margin-top: 10%;
    }

    .biegi-wosp-text {
        font-size: 24px;
    }

    .biegi-wosp-text h2 {
        font-size: 72px;
    }

    .biegi-wosp-text h4 {
        font-size: 32px;
    }
}
@media screen and (max-width: 800px) {
    .main-menu-link {
        min-width: 83px;
        font-size: 13px;
    }
    #opinionsSlider .MS-content .item {
        width: 49.6%;
    }
    #opinionsSlider .MS-controls button {
        font-size: 20px;
    }
    .slide-4 ul {
        font-size: 0.9em;
        margin-top: 10%;
    }
}

@media screen and (max-width: 767px) {
    .events-search .search-form {
        background-color: transparent;
        box-shadow: none;
    }

    .search-form {
        flex-direction: column;
    }

    .events-search .search-form .input-group:nth-child(n+2)::before {
        content: none;
    }

    .events-search .search-form .input-group {
        background-color: #fff;
        margin-bottom: 10px;
        border-radius: 5px;
        width: 100%;
    }
    .events-search .search-form .input-group label {
        margin-top: 5px;
        margin-bottom: -3px;
    }
    .slide-1 {
        max-height: 1000px;
    }

    .main-page-slide {
        height: 1000px;
    }

    .main-page-slide-bc0 {
        height: 1000px;
    }
    .login-part {
        margin-top: -27rem;
    }
}

@media screen and (max-width: 576px) {
    .welcome-block h1 {
        font-size: 2rem;
    }

    .mobile-menu-container .dropdown-menu {
        margin-left: -4px;
    }

    .logged-in-header span {
        font-size: 16px;
    }

    .feature-head {
        font-size: 28px;
    }

    .feature-text {
        font-size: 16px;
    }

    .btn-b4 {
        font-size: 12px;
    }

    .modules .btn,
    .slide-5 .modules.popular .popular-header {
        font-size: 12px;
    }

    #opinionsSlider .MS-content .item {
        width: 98%;
    }
    .padding-left-0-xs {
        padding-left: 0;
    }

    h2.small-xs {
        font-size: 18px;
    }
    h3.small-xs {
        font-size: 16px;
    }
    h4 {
        font-size: 22px;
    }
    h4.small-xs {
        font-size: 15px;
    }
    h5.small-xs {
        font-size: 14px;
    }

    div.small-xs,
    strong.small-xs,
    span.small-xs,
    table.small-xs,
    table.small-xs * {
        font-size: 12px;
    }
    label.small-xs {
        font-size: 10.5px;
    }
    .social li {
        display: inline-block;
        padding-right: 0.8em;
        text-align: center;
    }
    .slide-4 ul {
        font-size: 0.8em;
        margin-top: 10%;
    }
    .modules {
        margin: 1.5em;
    }
    .modules:hover {
        margin: 1em;
    }

    .biegi-wosp-text-container {
        margin-top: 4rem;
    }

    .biegi-wosp-section {
        background-position: -120px;
    }

    .main-page-language-flag {
        width: 18px;
        border-radius: 3px;
    }
}

@media screen and (max-width: 440px) {
    .fas .fa-user {
        font-size: 12px;
    }

    .login-form .form-area .fa {
        top: 32px;
    }

    .fab.fa-facebook-f {
        padding-left: 10px;
    }

    .login-form {
        padding: 15px 30px;
        min-height: 350px;
        font-size: 14px;
    }

    .login-form .form-header {
        margin-bottom: 0;
    }

    .social-buttons {
        width: 186px;
    }

    .login-form .form-area {
        margin-top: -5px;
    }

    .login-form h3 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .login-form .facebook {
        width: 186px;
        font-size: 12px;
    }

    .login-devider {
        top: 0;
    }

    .forget-pass {
        padding: 5px 0;
    }

    .login-form .form-area .form-control {
        height: 34px;
    }

    .events-search {
        top: 840px;
    }

    .cookie-alert {
        display: flex;
        justify-content: space-between;
        font-size: 10px;
    }
}
