@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600|Roboto:400,500);body {
    font-family: "Open Sans",sans-serif;
    color: #44494f;
    overflow-x: hidden;
    font-size: 14px;
    background: #f2f2f2;
    padding-top: 70px
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,label {
    font-family: Roboto,sans-serif
}

.h2 {
    font-size: 45px
}

.btn,.btn:focus,button,button:focus {
    outline: 0!important
}

a {
    text-decoration: none!important;
    outline: 0;
    color: #44494f
}

p {
    line-height: 1.8
}

h1, h2, h5 {
    color: white;
}

ol {
    padding-left: 20px;
    list-style-type: decimal;
}

label {
    font-weight: 500
}

.content a {
    color: #BC4077 !important;
}

.content a:hover {
    color: #BC4077 !important;
} 

.app_content {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 50px;
}

nav .menu__link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    line-height: 26px;
    color: #44494f;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: transparent!important;
    padding: 6px 0;
    margin: 0 10px;
    font-weight: 500;
    font-family: Roboto,sans-serif;
}

/* nav .menu__item:last-child .menu__link {
    color: #1f8c39!important;
} */

.menu__item {
    flex-direction: row;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.vertical-content {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.bg-overlay {
    background-color: rgba(36,37,38,.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.f-10 {
    font-size: 10px
}

.f-12 {
    font-size: 12px
}

.f-14 {
    font-size: 14px
}

.f-15 {
    font-size: 15px
}

.f-16 {
    font-size: 16px
}

.f-18 {
    font-size: 18px
}

.f-20 {
    font-size: 20px
}

.line-height_1_4 {
    line-height: 1.4
}

.line-height_1_6 {
    line-height: 1.6
}

.line-height_1_8 {
    line-height: 1.8
}

.title-heading h3 {
    font-size: 24px
}

.title-heading p {
    max-width: 600px;
    margin: 0 auto
}

hr {
    border-top: 1px solid rgba(255,255,255,.5)
}

.read-more {
    color: #44494f;
    font-weight: 500;
    border-bottom: 2px solid #44494f;
    padding: 2px 0
}

.read-more:hover {
    color: #9f3665;
    border-bottom: 2px solid #9f3665;
    padding: 2px 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.read-more i {
    font-size: 16px;
    position: relative;
    top: 2px
}

.bg-custom {
    background-color: #9f3665
}

.bg-light {
    background-color: #fafafa!important
}

.text-custom {
    color: #9f3665
}

.text-muted {
    color: #848290!important
}

.btn {
    padding: 12px 26px;
    font-size: 14px;
    letter-spacing: .5px
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-sm {
    padding: 7px 14px;
    font-size: 12px
}

.btn-round {
    border-radius: 4px!important
}

.btn-rounded {
    border-radius: 30px!important
}

.btn-custom {
    color: #fff;
    border-radius: 0;
    background-color: #BC4077;
}

.btn-custom:hover {
    background-color: 	#8e2f5a !important;
}

.btn-custom.active,.btn-custom.focus,.btn-custom:active,.btn-custom:focus,.btn-custom:hover,.open>.dropdown-toggle .btn-custom {
    color: #fff;
    background-color: 	#BC4077
}

.btn-white {
    color: #44494f;
    background-color: #fff
}

.btn-white.active,.btn-white.focus,.btn-white:active,.btn-white:focus,.btn-white:hover,.open>.dropdown-toggle .btn-white {
    color: #44494f;
    background-color: #fff
}

.btn-outline {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0
}

.btn-outline.active,.btn-outline.focus,.btn-outline:active,.btn-outline:focus,.btn-outline:hover,.open>.dropdown-toggle .btn-outline {
    outline: 0;
    border: 1px solid #fff;
    background-color: #fff
}

.navbar-custom {
    padding: 15px 0;
    border-radius: 0;
    z-index: 999;
    margin-bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 10px 15px rgba(140,140,140,.1);
    box-shadow: 0 10px 15px rgba(140,140,140,.1)
}

.menu__item a {
    line-height: 26px;
    color: #44494f;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: transparent!important;
    padding: 6px 0;
    font-weight: 500;
    font-family: Roboto,sans-serif
}

.menu__item:last-child a:hover {
    color: #bc4077 !important;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #44494f
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7
}

.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    font-size: 18px;
    background: 0 0;
    border: 1px solid transparent;
    color: #fff;
    outline: 0
}

.navbar-custom .navbar-toggles-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle
}

.menu-toggle {
    padding: 4.5px 10px!important
}

.menu-toggle span {
    line-height: 27px
}

.navbar-button {
    margin-left: 20px
}

.nav-sticky.navbar-custom {
    margin-top: 0;
    padding: 15px 0
}

.nav-sticky .logo {
    color: #44494f!important
}

.nav-sticky.navbar-custom .navbar-nav li a:active,.nav-sticky.navbar-custom .navbar-nav li a:hover,.nav-sticky.navbar-custom .navbar-nav li.active a {
    color: #9f3665 !important
}

.nav-sticky.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    border: 1px solid transparent;
    outline: 0
}

.nav-sticky .navbar-nav {
    margin-top: 0
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
    padding: 50px 0;
}

.home-center .img {
    display: flex;
    justify-content: flex-end;
}

.home-center img {
    width: 30%;
}

.home-center,.home-center a {
    color: #fff
}

.home-center [class^=icon-] {
    color: #9f3665
}

.home-description>div {
    margin: 25px 0
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle
}

.bg-home {
    /* background-image: url("../img/myjnia.webp"); */
    background-image: url("../img/background.svg");
    background-size: cover;
    position: relative;
    background-position: center;
}

.icon-mail:before {
    color: #bc4077;
}

.home-title {
    font-size: 76px;
    line-height: 1.3
}

.home-desc {
    max-width: 450px;
    color: #fff
}

.home-title-2 {
    font-size: 50px;
    color: #fff;
    line-height: 1.3
}

.home-desc-2 {
    max-width: 600px;
    margin: 0 auto
}

.slidero {
    position: relative;
    z-index: 1
}

.subscribe input {
    padding: 14px 20px;
    width: 100%;
    font-size: 18px;
    color: #282828!important;
    border: none;
    outline: 0!important;
    padding-right: 180px;
    padding-left: 30px;
    background-color: #fff;
    border-radius: 30px
}

.subscribe button {
    position: absolute;
    top: 5px;
    right: 6px;
    outline: 0!important;
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 30px
}

.subscribe form {
    position: relative;
    max-width: 500px
}

.home-title-5 {
    font-size: 50px;
    color: #fff;
    line-height: 1.3;
    margin: 0 auto
}

.home-desc-5 {
    max-width: 500px;
    margin: 0 auto;
    color: #fff
}

.flex-control-paging li a {
    border-radius: 20px;
    height: 12px;
    width: 12px;
    opacity: 1;
    border: 2px solid #9f3665 !important;
    background: #9f3665
}

.flex-control-paging li a:hover {
    background: #27b048
}

.flex-control-paging li a.flex-active {
    background-color: transparent
}

.flex-control-nav {
    bottom: -70px
}

.home-registration-form {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px 0 #d2d2d2;
    box-shadow: 0 0 3px 0 #d2d2d2;
    width: 600px
}

.registration-form .registration-input-box {
    border: none;
    border-radius: 5px;
    color: #848290;
    height: 45px;
    border: 1px solid #ededf3;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.services-box {
    padding: 20px;
    position: relative
}

.services-content {
    overflow: hidden
}

.services-count {
    color: #dedee9;
    font-size: 40px;
    font-weight: 600
}

.services-img img {
    width: 60px
}

.item-box {
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.09);
    box-shadow: 1px 2px 10px rgba(0,0,0,.09)
}

.container-filter {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center
}

.container-filter li {
    list-style: none;
    display: inline-block
}

.container-filter a {
    display: block;
    color: #9f3665 !important;
    border: 1px solid #9f3665;
    padding: 0 22px;
    margin: 4px 8px!important;
    cursor: pointer;
    line-height: 35px;
    -webkit-transition: all .6s;
    transition: all .6s;
    border-radius: 30px
}

.container-filter a.active {
    background-color: #9f3665;
    color: #fff!important
}

.container-filter a:hover {
    background-color: #9f3665 !important;
    color: #fff!important
}

.item-box {
    position: relative;
    overflow: hidden;
    display: block
}

.item-box a {
    display: inline-block;
    position: relative
}

.item-box:hover .item-mask {
    opacity: 1;
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important
}

.item-box:hover .item-caption {
    opacity: 1
}

.item-box:hover .item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(.23, 1, .32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(.23, 1, .32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(.23, 1, .32, 1) 0s;
    -o-transition: all 2s cubic-bezier(.23, 1, .32, 1) 0s
}

.item-mask {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #27b048;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.item-mask p {
    letter-spacing: 1.5px;
    font-size: 12px;
    margin-bottom: 0
}

.item-mask .item-caption {
    position: absolute;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    opacity: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.project-icons {
    border: 2px solid #fff;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 41px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.project-icons:hover {
    background: #fff;
    color: #9f3665;
    border: 2px solid #fff
}

.testimonial-box {
    padding: 40px
}

.testi-img img {
    width: 90px
}

.owl-buttons {
    display: none
}

.owl-theme .owl-controls .owl-page span {
    background-color: #9f3665
}

.testi-desc {
    position: relative;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    color: #848290
}

.bg-client-logo {
    background-image: url(../images/original/bg-pattern.jpg);
    background-size: cover;
    position: relative;
    background-position: center
}

.about-title {
    max-width: 800px
}

.about-title p {
    font-size: 15px;
    font-weight: 300
}

.about-border-left {
    border-left: 1px solid #44494f
}

.team-img img {
    width: 130px
}

.bg-video {
    background-image: url(../images/original/bg-2.jpg);
    background-size: cover;
    position: relative;
    background-position: center
}

.video-content h3 {
    font-size: 34px
}

.video-desc {
    max-width: 700px;
    margin: 0 auto;
    font-size: 17px
}

.play-icon-circle {
    height: 80px;
    width: 80px;
    background-color: #9f3665;
    color: #fff;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 26px;
    font-size: 40px
}

.pricing-box {
    position: relative;
    padding: 40px;
    border: 2px solid #ededed;
    border-radius: 5px
}

.blog-box {
    position: relative
}

.blog-lable {
    font-size: 13px;
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    padding: 5px 14px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500
}

.blog-heading {
    top: -29px;
    position: relative
}

.blog-heading p {
    background: #9f3665;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding: 4px 15px;
    font-size: 12px
}

.blog-title {
    color: #44494f;
    -webkit-transition: all .5s;
    transition: all .5s
}

.blog-title:hover {
    color: #9f3665
}

.blog-post {
    position: relative;
    padding: 0 20px 20px 20px
}

.error {
    margin: 8px 0;
    display: none;
    color: red
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #f01414;
    border: 2px solid #f01414
}

.contact-loader {
    display: none
}

.custom-form .form-control {
    height: 44px;
    z-index: 2;
    border: 1px solid #dedee9;
    font-size: 14px;
    color: #848290
}

.custom-form .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-form textarea.form-control {
    min-height: 130px
}

.bg-footer {
    padding: 30px 0 30px 0;
    background-color: #44494f
}

.footer-title {
    color: #fff;
    letter-spacing: 1px
}

.footer-link a {
    -webkit-transition: all .3s;
    transition: all .3s
}

.footer-link a {
    color: #a1aaae;
    display: inline-block
}

.footer-link li,.footer-link p {
    line-height: 36px
}

.footer-link a:hover {
    color: #9f3665;
    transform: scale(1.1)
}

.footer-social a {
    text-align: center;
    color: #fff;
    display: block;
    width: 36px;
    height: 36px;
    background: #9f3665;
    line-height: 36px;
    font-size: 15px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.footer-social img {
    max-width: 70%;
    max-height: 70%
}

.footer-alt,.footer-info {
    color: #a1aaae;
    margin-bottom: 0
}

.Workflows-content {
    padding-left: 60px
}

@media (min-width: 200px) and (max-width:768px) {
    .navbar-custom {
        margin-top:0;
        padding: 15px 0!important;
        -webkit-box-shadow: 0 10px 33px rgba(0,0,0,.1);
        box-shadow: 0 10px 33px rgba(0,0,0,.1);
        color: #fff!important
    }

    .navbar-custom .navbar-nav li.active {
        border-color: transparent
    }

    .navbar-custom .navbar-nav li a {
        -webkit-transition: all .4s;
        transition: all .4s;
        margin: 0
    }

    .navbar-custom>.container {
        width: 90%
    }

    .navbar-custom .navbar-nav li a:active,.navbar-custom .navbar-nav li a:hover,.navbar-custom .navbar-nav li.active a {
        color: #9f3665 !important
    }

    .navbar-toggler {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 0
    }

    .navbar-button {
        margin-top: 15px;
        margin-left: 0
    }

    .about-icon-1,.about-icon-2 {
        display: none
    }

    .about-line:before {
        display: none
    }

    .about-border-left {
        border: none
    }

    .home-registration {
        height: auto
    }
}

@media (min-width: 1000px) {
    .container {
        max-width:1300px
    }
}

@media (max-width: 575px) {
    .h2,.home-title {
        font-size:30px
    }

    .home-description>div {
        margin: 12px 0
    }
}

@media (min-width: 992px) and (max-width:1060px) {
    .h2,.home-title {
        font-size:52px
    }
}

@media (min-width: 576px) and (max-width:991px) {
    .h2,.home-title {
        font-size:40px
    }

    .home-description>div {
        margin: 15px 0
    }
}

@media (max-width: 991px) {
    .navbar-custom .navbar-nav {
        margin-top:12px
    }

    .Workflows-content {
        padding-left: 0
    }

    .app_content {
        flex-direction: column;
    }
}

@media (min-width: 992px) and (max-width:1080px) {
    .navbar-custom .navbar-nav li a {
        margin:0 5px;
        font-size: 12px
    }
}

.text-underline {
    text-decoration: underline!important
}

.bg-dark-light {
    background-color: #fff
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    width: 100px;
    height: 40px;
    background-image: url("../img/Kanty.svg");
    background-position: center center;
    background-size: 100% 100%
}

.platnosci-section {
    background-image: url("../img/platnosci_tlo.png");
    background-size: cover;
    background-position: center;
    color: #f2f2f2
}

.platnosci-section img {
    width: auto;
    height: 70px;
    margin-right: 10px
}

.platnosci-section .platnosci-element {
    line-height: 2.3
}

@media (max-width: 767px) {
    .platnosci-section .platnosci-element {
        padding-left:15%
    }
}

.baza-wiedzy-section .team-img img {
    height: 130px
}

.baza-wiedzy-section a>div {
    transition: all .3s
}

.baza-wiedzy-section a:hover>div {
    -moz-transform: translate(0,-15px) scale(1.05);
    -ms-transform: translate(0,-15px) scale(1.05);
    -o-transform: translate(0,-15px) scale(1.05);
    -webkit-transform: translate(0,-15px) scale(1.05);
    transform: translate(0,-15px) scale(1.05);
    color: #44494f;
}

@media (min-width: 992px) {
    .wyposazenie-section  .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .wyposazenie-section .col-lg-4   {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.wyposazenie-section a>div {
    transition: all .3s
}

.wyposazenie-section a:hover>div {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    color: #44494f
}

.technologia-section a {
    display: inline-block;
    transition: all .3s
}

.technologia-section a:hover {
    color: #fff;
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.bg-darker-soft {
    background-color: rgba(0,0,0,.55)
}

.bg-darker-strong {
    background-color: rgba(0,0,0,.75)
}

.list-spaced {
    padding-left: 20px
}

.list-spaced li {
    margin-bottom: 10px
}

.page-content {
    font-size: 15px;
    line-height: 1.7
}

.page-content img {
    max-width: 100%
}

#nav-login,#nav-login a {
    color: #9f3665 !important
}

#nav-login a:hover,#nav-login:hover {
    color: #9f3665 !important
}

.btn:hover {
    background-color: #9f3665
}

.text-primary {
    color: 	#BC4077 !important
}

a.text-primary:hover {
    color: 	#9f3665 !important
}

.card-header {
    cursor: pointer;
    transition: background-color .2s
}

.card-header h3 {
    font-size: 1.2rem
}

.card-header:hover {
    background-color: rgba(0,0,0,.1)
}

.card-body p {
    margin-bottom: 10px
}

.card-body p:last-of-type {
    margin-bottom: 0
}

.text-bold {
    font-weight: 700
}

#cookie-alert-container {
    z-index: 1040;
    padding-top: 5px;
    padding-bottom: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #00000073;
    display: none
}

#cookie-alert-container .container-fluid,#cookie-alert-container .row {
    height: 100%
}

#cookie-alert {
    display: block;
    background: #fff;
    text-align: center;
    color: #848290;
    border-image: initial;
    border-width: 5px 0 0;
    border-top-style: solid;
    border-color: #27b048;
    border-radius: 6px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    transition: all .3s
}

#cookie-alert-cnt {
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    display: block
}

#cookie-alert-cnt-accept {
    display: block;
    background: #25a544;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    border: 0 solid #e3f2fd;
    transition: all .2s;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer
}

#cookie-alert-cnt-accept:hover {
    background: #1e8637
}

#cookie-alert-container a,#cookie-alert-container span {
    font-weight: 400
}

#aside-banner {
    display: block;
    width: auto;
    height: auto;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 1030;
    background-color: rgba(220,20,60,.9);
    padding: 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

#aside-banner * {
    transition: all .2s;
    color: #f2f2f2!important
}

#aside-banner a {
    display: block
}

#aside-banner a:hover {
    text-decoration: underline!important
}

#aside-banner-close {
    text-align: right
}

#aside-banner-close i {
    font-size: 26px;
    cursor: pointer
}

#aside-banner-close i::before {
    margin: 0
}

#aside-banner-close i:hover {
    color: #a1a1a1!important
}

@media (prefers-color-scheme: dark) {
    :root {
        color-scheme:light dark
    }

    body {
        background-color: #152028;
    }

    .bg-default {
        background: #303338
    }

    body,table,table * {
        color: #f2f2f2
    }

    .bg-darker-soft {
        background-color: rgba(0,0,0,.65)
    }

    .bg-darker-strong {
        background-color: rgba(0,0,0,.8)
    }

    .bg-dark-light {
        background-color: #152028
    }

    a {
        color: #f2f2f2
    }

    .blog-title,.footer-link a,.testi-desc,.text-muted {
        color: #f2f2f2e0!important
    }

    .text-secondary {
        color: #a5b2bd!important
    }

    a.text-secondary:hover {
        color: #89949d!important
    }

    .about-border-left {
        border-left: 1px solid #ededf3
    }

    .navbar-custom {
        background-color: #152028
    }

    .menu__link  {
        color: #f5f5f5 !important;
    }

    .navbar-brand {
        background-image: url("../img/Kanty_roz.png");
        background-size: 100%;
    }

    .navbar-toggler {
        color: #f5f5f5
    }

    .bg-footer {
        background-color: #152028
    }

    .custom-form .form-control {
        background-color: #6f6d79!important;
        border: 1px solid #5f5e68!important;
        color: #f2f2f2!important
    }

    input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover {
        -webkit-box-shadow: 0 0 0 1000px #585767 inset!important
    }

    input::placeholder {
        color: #f2f2f2!important;
        opacity: 1!important
    }

    input::-ms-input-placeholder {
        color: #f2f2f2!important
    }

    .card {
        background-color: #152028;
        border-color: rgba(242,242,242,.5)
    }

    .card-header {
        border-color: rgba(242,242,242,.2)
    }

    .card-header:hover {
        background-color: #1b242b
    }

    .baza-wiedzy-section a:hover>div {
        color: #f2f2f2
    }

    .wyposazenie-section a:hover {
        color: #f2f2f2
    }

    .wyposazenie-section a:hover>div {
        color: #f2f2f2
    }

    #cookie-alert {
        background-color: #303338;
        color: #f2f2f2
    }
}

#form-somefield-qwerty-row {
    opacity: 0;
    position: fixed;
    top: -1000px;
    left: -1000px
}
