@import url(font-awesome.css);

:root {
    --primary-color: #92d2af;
    --secondary-color: #fca03c;
    --secondary-color--hover: #fcc942;
    --menu-bg: #f8fcfa;
}

.gradient {
    background: #005fa9;
    background: linear-gradient(180deg, #005fa9 0, #002d54 50%, #002d54 100%)
}


body {
    text-align: center;
    margin: 0;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    line-height: 22px;
    height: 100%;
    color: #111;
    font-weight: 400
}

html {
    height: 100%
}

a,
a:hover,
a:link,
a:visited,
input {
    outline: 0
}

a {
    color: var(--secondary-color);
}

a:hover {
    color: var(--secondary-color--hover);
}

h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: var(--primary-color)
}

h3 span {
    color: #000
}

h5 {
    font-size: 35px;
    line-height: 45px
}

h2,
h4,
h5 {
    margin-bottom: 50px
}

h6 {
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase
}

.btn-danger {
    background-color: red
}

.zolty {
    background-color: #0098db;
    color: #fff;
    padding: 0 10px;
    line-height: auto
}

.zoltyc {
    color: #0098db;
    font-weight: 700
}

a img {
    border: none
}

.container {
    max-width: 1170px;
    text-align: left;
    padding: 0
}

.blue-bckg {
    background: rgba(0, 152, 219, .8);
    padding: 5px;
    color: #fff
}

#home-new {
    background: url(../img/top.jpg) bottom right no-repeat #bfe0e6;
    background-size: cover
}

#home {
    padding-top: 160px;
    padding-bottom: 160px
}

#home li {
    margin-bottom: 25px
}

#home li span {
    font-size: 18px;
    line-height: 20px
}

.webinar {
    font-weight: 700;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-box-shadow: -1px 0 24px -15px #42445a;
    -moz-box-shadow: -1px 0 24px -15px #42445a;
    box-shadow: -1px 0 24px -15px #42445a
}

#home h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 900;
    margin: auto auto 20px;
    color: #000;
    display: inline-block;
    letter-spacing: 1px;
    max-width: 600px
}

#home h1 span {
    font-weight: 400;
    font-size: 30px
}

#home h2 {
    font-size: 24px;
    line-height: 34px;
    margin: auto auto 20px;
    max-width: 950px;
    font-weight: 600;
    color: var(--primary-color);
    background: rgba(255, 255, 255, 0.772);
    padding: .5rem 1rem;
}

@media (min-width:1201px) {
    #home h2 {
        background: none;
        padding: 0;
    }
}

.podaruj {
    border-top: 1px dotted #fff;
    padding-top: 10px;
    line-height: 28px
}

.intro-info {
    color: #fff;
    margin-top: 70px;
    font-size: 20px;
    padding: 30px;
    display: inline-block;
    max-width: 700px;
    text-align: right
}

#home-dane {
    padding: 20px 20px 0;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 700
}

.dib {
    display: inline-block
}

.data-web {
    padding-left: 40px;
    padding-bottom: 5px
}

.dibicon1 {
    background: url(../img/i1.png) top left no-repeat;
    min-height: 40px;
    padding-left: 60px;
    line-height: 22px;
    text-align: left
}

.dibicon2 {
    background: url(../img/i2.png) top left no-repeat;
    min-height: 40px;
    padding-left: 60px;
    line-height: 22px;
    text-align: left
}

.dibicon3 {
    background: url(../img/i3.png) top left no-repeat;
    min-height: 40px;
    padding-left: 60px;
    line-height: 22px
}

.pricing:link,
.pricing:visited {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 15px 30px;
    font-weight: 700;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
}

.pricing:hover {
    background-color: var(--secondary-color--hover);
    color: #fff;
    text-decoration: none
}

.registerme {
    display: inline-block;
    padding: 16px 34px;
    background: #005fa9;
    background: linear-gradient(180deg, #005fa9 0, #002d54 50%, #002d54 100%);
    color: #fff;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    font-weight: 700
}

.registerme:hover {
    background: #043129;
    background: linear-gradient(180deg, #043129 0, #043129 100%);
    text-decoration: none
}

.gotorejestracja {
    padding: 18px 25px 16px;
    background-color: var(--secondary-color);
    cursor: pointer;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    -khtml-border-bottom-left-radius: 9px;
    -khtml-border-bottom-right-radius: 9px;
    -icab-border-bottom-right-radius: 9px;
    -icab-border-bottom-left-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    position: fixed;
    z-index: 9;
    color: #fff;
    margin-top: 56px;
    right: 10px;
    font-size: 12px;
    line-height: 16px;
    display: none;
    text-align: center
}

.gotorejestracja:hover {
    background-color: var(--secondary-color--hover);
}

.menu-bckg {
    background-color: var(--menu-bg) !important
}

#mymenu {
    background-color: transparent;
    width: 100%;
    z-index: 999;
    position: fixed;
    display: flex;
    align-items: center;
}

#mymenu .hamburger {
    display: none
}

#mymenu .menu-side {
    overflow: hidden;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
}

#mymenu .container {
    position: relative
}

#mymenu .mybar {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#mymenu .mybar li {
    display: inline-block
}

#mymenu .mybar li a {
    font-size: 15px;
    padding: 0px 16px;
    color: rgb(17, 17, 17);
    display: inline-block;
    line-height: 40px;
    font-weight: 600;
    background: hsla(150, 40%, 98%, 0.92);
    border-radius: 4px;
    text-decoration: none;
}
#mymenu .mybar li a:hover {
    background: rgba(255, 255, 255, 1);
}

#mymenu .organizator {
    font-size: 13px;
    color: #fff
}

#mymenu .organizator img {
    margin-left: 15px;
}
#mymenu:not(.menu-bckg) .organizator img {
    filter: drop-shadow(2px 4px 8px #fff);
}

#mymenu .hamburger {
    background-color: transparent;
    border: none;
    outline: 0
}

#mymenu .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    outline: 0
}

#mymenu a.speciala:link,
#mymenu a.speciala:visited {
    color: var(--secondary-color);
    font-weight: 700
}

#wstep {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 0;
    line-height: 30px
}

.ramka2 {
    background-color: #fff;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: -15px;
    -webkit-box-shadow: 4px 4px 24px -7px #42445a;
    -moz-box-shadow: 4px 4px 24px -7px #42445a;
    box-shadow: 4px 4px 24px -7px #42445a
}

#kwiaty {
    background-color: #c6d7e1;
    padding-top: 0;
    padding-bottom: 0;
    letter-spacing: 1px;
    margin-top: -30px
}

#kwiaty h3 {
    color: #fff
}

#kwiaty .ramka {
    display: inline-block;
    max-width: 650px;
    padding: 40px;
    color: #fff
}

#prelegenci {
    padding-top: 50px;
    background-color: var(--menu-bg);
}

#prelegenci h3 {
    color: #111;
    font-size: 30px
}

#prelegenci .imgc {
    border-radius: 1rem;
    display: inline-block;
    border: 10px solid #e2eef5;
    max-width: 250px;
    position: relative;
    overflow: hidden;
}

#prelegenci .bio {
    max-width: 450px;
    margin: auto
}

#program {
    background: #fff;
    font-size: 18px
}

#program ul {
    padding-top: 10px;
    padding-left: 20px;
    list-style-type: none
}

#program ul li {
    margin-bottom: 15px;
    background: url(../img/o.png) 0 2px no-repeat;
    padding-left: 30px;
    min-height: 25px
}

.pnumber {
    margin-right: 30px;
    font-size: 60px;
    font-weight: 800;
    padding-top: 15px;
    color: var(--primary-color)
}

#o-webinarze a {
    color: var(--secondary-color)
}

#o-webinarze li {
    margin-bottom: 10px
}

#o-webinarze .uh3r {
    background-color: #00869c
}

#o-webinarze .row {
    padding: 0;
    margin: 0
}

.bonusy {
    background: rgba(228, 201, 216, .7);
    padding: 40px
}

#joga {
    background-color: #003200;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 30px
}

#joga .ls3 {
    color: #d8b571
}

#joga .bzcont {
    max-width: 220px
}

#joga .bz {
    border: 1px solid #d8b571;
    padding: 20px
}

#prelegent {
    background-color: #a91934;
    color: #fff;
    padding-top: 50px
}

#prelegent .uh3r {
    margin-bottom: 20px
}

.cytat {
    font-size: 14px;
    line-height: 20px
}

.ls3 {
    letter-spacing: 3px
}

.ls1 {
    letter-spacing: 1px
}

.uh3z {
    margin: auto auto 50px;
    width: 100px;
    height: 6px;
    background-color: #47ac8b
}

.uh3r {
    margin: 5px auto 70px;
    width: 300px;
    height: 3px;
    background-color: var(--secondary-color)
}

.desktopshow {
    display: block
}

.desktophide {
    display: none
}

#conowego h4 {
    font-size: 22px;
    font-weight: 700
}

.organizatorzy {
    font-size: 12px;
    line-height: 80px;
    text-align: right
}

.organizatorzy img {
    margin-left: 30px
}

.icondiv {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 20%
}

.icondiv h3 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    text-transform: none;
    font-weight: 600
}

.counters {
    font-size: 18px;
    line-height: 20px;
    color: #111;
    padding: 10px 0 30px
}

.counter span {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px
}

.counters h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 20px;
    color: #333;
    background-color: #fafafa;
    padding: 0
}

.counters2 {
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 30px;
    font-weight: 700
}

.counters2 span {
    font-weight: 700;
    font-size: 100px !important;
    line-height: 100px
}

.threeholder {
    margin-bottom: 20px
}

.ico-holder {
    cursor: pointer
}

.ico-holder p {
    margin-top: 30px
}

.ico-holder img {
    transition: all .2s ease-in-out
}

.ico-holder:hover img {
    transform: scale(.8);
    cursor: pointer
}

.powieksz-button {
    padding: 10px 30px;
    font-size: 20px;
    text-transform: uppercase !important
}

.arrow-box {
    font-size: 11px
}

.arrow-box ul {
    list-style-type: none;
    padding-left: 0 !important;
    margin-top: 0 !important
}

.arrow-box ul li {
    line-height: 18px;
    margin-bottom: 0 !important;
    padding-left: 0 !important
}

.arrow-box ul li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    position: relative;
    margin-right: 10px;
    top: 3px;
    color: #5cb85c
}

.conowego {
    background-color: #eaeaea
}

#conowego ul,
#cowyroznia ul,
.normalul {
    list-style-type: none;
    margin-top: 30px
}

#conowego li,
#cowyroznia li,
.normalul li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px
}

#conowego .fa,
#cowyroznia .fa,
.normalul .fa {
    font-size: 8px;
    margin-top: 8px;
    margin-left: -30px;
    position: absolute;
    color: #000
}

#conowego .important,
#cowyroznia .important {
    border-bottom: 1px solid #f12e2e;
    font-weight: 600
}

.normalul li {
    font-size: 18px;
    line-height: 26px
}

.you-can-number {
    background-color: #dc1d38;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 11px;
    float: left
}

#relacja .fs28 {
    font-weight: 700
}

#conaswyroznia {
    background-color: #282828;
    color: #eee;
    padding-bottom: 60px
}

#warsztaty {
    background-color: #5b9bd5;
    padding: 60px 0;
    color: #fff
}

#warsztaty h3 {
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 0
}

#warsztaty h4 {
    max-width: 700px;
    margin: auto auto 40px
}

#warsztaty .prelegent-cont-main {
    width: 100%
}

.warsztat-title {
    background-color: #d1d1d1;
    padding: 5px
}

.modal-header {
    border: none
}

.modal-ul {
    list-style-type: none;
    text-align: left;
    font-size: 14px
}

.modal-ul .glyphicon {
    margin-right: 10px
}

.modal-ul li {
    margin-bottom: 15px;
    display: block
}

.modal-ul li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    float: left;
    margin-left: -25px;
    color: #5b9bd5
}

.warsztaty-max-width {
    max-width: 800px;
    margin: auto
}

.fb-post {
    margin-bottom: 25px
}

.agenda .glyphicon {
    color: red;
    margin-right: 10px;
    font-size: 18px
}

.gal {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 150px;
    height: 84px;
    overflow: hidden
}

.gal img {
    width: 150px
}

.gal {
    position: relative
}

.powieksz-button-new {
    font-size: 13px
}

.prel-button-holder {
    height: 50px;
    padding-top: 20px
}

#bilety {
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px
}

#bilety h3 {
    color: #fff
}

#opis h3 {
    margin-bottom: 20px
}

.mw800 {
    max-width: 800px;
    margin: auto
}

.mw700 {
    max-width: 700px;
    margin: auto
}

.marked {
    content: url(fonts/checkMarkCircled.svg);
    width: 60px;
    display: inline-block;
    margin-top: 30px
}

.circles {
    list-style-type: none;
    margin-top: 15px
}

.circles li {
    margin-bottom: 15px
}

.circles li:before {
    display: block;
    position: absolute;
    width: 26px;
    content: url(fonts/ok2.svg);
    margin-left: -34px
}

#co_wyroznia {
    color: #111
}

.okejs {
    list-style-type: none;
    margin-top: 15px
}

.okejs li {
    margin-bottom: 15px;
    line-height: 26px
}

.okejs li:before {
    display: block;
    position: absolute;
    width: 40px;
    content: url(fonts/checkMarkCircled2.svg);
    margin-left: -54px
}

#opcje tr {
    padding: 0
}

#opcje td {
    padding: 0;
    vertical-align: top
}

#opcje .bt div {
    border-top: 1px solid #fff;
    padding: 10px
}

#opcje tr.bb td {
    border-bottom: 1px solid #aaa
}

.td-top {
    background-color: #d5d5d5;
    padding: 20px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 700
}

.td-bottom {
    background-color: #d5d5d5;
    padding: 20px 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.td-bottom .cena span {
    color: #333;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900
}

.td-bottom .cena {
    color: #707070;
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    padding: 10px
}

td.dane {
    background-color: #d5d5d5
}

td.dane .glyphicon {
    font-size: 20px;
    line-height: 30px;
    color: red
}

td.dane .glyphicon-ok {
    color: green
}

td.br {
    border-right: 3px solid #eaeaea
}

.nadpakietem {
    height: 40px;
    color: red;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.pakiet {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    text-align: center;
    padding: 30px 20px;
    margin: 0
}

.pakiet ul {
    list-style-position: inside;
    padding: 10px 0 0
}

.hpakiet {
    min-height: 200px
}

.pakiet .nazwa {
    color: #3263AC;
    font-weight: 700;
    text-transform: uppercase
}

.pakiet .cena span {
    color: #333;
    font-size: 50px;
    line-height: 50px;
    font-weight: 900
}

.pakiet .cena {
    color: #707070;
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 8px
}

.pakiet p {
    margin-top: 30px
}

.radiolabel {
    border: 1px solid #3263AC;
    padding: 15px 20px;
    color: #3263AC;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer
}

.radiolabel:hover,
.radiolabel:link,
.radiolabel:visited {
    border: 1px solid #3263AC;
    padding: 15px 20px;
    color: #fff;
    background-color: #3263AC
}

.pakietul {
    margin-left: 0;
    padding: 0 10px;
    font-size: 12px;
    line-height: 18px
}

.pakietul li {
    margin-bottom: 5px
}

.pakietul ul {
    margin-left: 10px;
    margin-top: 5px;
    padding: 0;
    margin-bottom: 10px
}

.fs13 {
    font-size: 13px
}

#copyValues {
    margin-right: 5px
}

#wezudzial .inside2 {
    background: rgba(255, 255, 255, .8);
    padding-bottom: 60px;
    padding-top: 60px
}

.smallp {
    font-size: 11px
}

.smallp2 {
    font-size: 14px
}

.rejestracja_label {
    padding-top: 5px
}

#zamowformularz2 {
    margin-top: 30px
}

.d33 {
    width: 33%;
    float: left;
    margin-bottom: 10px;
    font-size: 11px
}

.d33 input {
    width: 250px
}

.ukryte_pola {
    margin-top: 15px;
    display: none
}

.rejebox {
    margin-top: 15px
}

.rejebox2 {
    margin-top: 15px;
    background: rgba(0, 95, 169, .2);
    padding: 30px
}

.rejebox2 textarea {
    height: 100px
}

#zamowformularz2 input,
#zamowformularz2 select,
#zamowformularz2 textarea {
    font-size: 14px;
    color: #333
}

.noinputzd {
    width: 100%;
    padding: 5px
}

.noinputkod {
    width: 50px;
    padding: 5px
}

#zamowformularz2 select {
    margin-left: 10px
}

.warning {
    background-color: red;
    color: #fff;
    padding: 10px
}

.stylizuj2 {
    width: 90% !important
}

.tableheader td {
    background-color: #127eb0;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    text-align: center
}

.tabledane td {
    background-color: #eee;
    margin-bottom: 1px;
    color: #333;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    height: 50px;
    border-top: 3px solid #fff
}

.tableceny td {
    background-color: #08acfb;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    height: 50px
}

.rejestracja-ul {
    list-style-type: none;
    text-align: left;
    margin-top: 20px
}

.rejestracja-ul .glyphicon {
    margin-right: 10px
}

.rejestracja-ul li {
    margin-bottom: 15px;
    display: block
}

.rejestracja-ul li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    float: left;
    margin-left: -25px
}

.radio {
    margin-right: 10px !important;
    margin-top: 5px;
    float: left
}

.bar {
    height: 30px;
    background-color: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px
}

.inside-bar {
    height: 30px;
    background-color: #5b9bd5;
    width: 100%
}

.dostepnych-biletow {
    font-size: 14px;
    text-decoration: underline
}

.red {
    font-weight: 700;
    color: #dc1d38
}

#zamowformularz2 select.sector {
    margin-left: 0
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sector {
        height: 36px;
        line-height: 36px;
        width: 100%
    }
}

.sector ::-moz-focus-inner {
    border: 0;
    padding: 0
}

@-moz-document url-prefix() {
    .sector {
        padding: 20px 0 !important
    }
}

#partnerzy {
    background-color: #ddd
}

#partnerzy .container {
    padding-top: 60px;
    padding-bottom: 60px
}

.partnerzy-zmniejsz img {
    width: 115px
}

.partnerzy-zmniejsz a {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 25px;
    width: 127px;
    height: 127px;
    background-color: #aaa;
    text-align: center;
    padding: 4px;
    border-radius: 50%;
    border: 2px solid #eee
}

#newsletter_container {
    background-color: rgba(255, 255, 255, .8);
    padding: 40px;
    margin: 0 auto;
    display: inline-block
}

.f24 {
    font-size: 24px
}

.bledy {
    background-color: red;
    color: #fff;
    padding: 10px;
    margin-bottom: 25px;
    margin-top: 25px
}

.blad {
    font-size: 12px;
    font-weight: 700;
    color: red
}

.nii {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 400px;
    font-size: 13px;
    padding: 5px
}

.zamawiam_send:link,
.zamawiam_send:visited {
    margin-top: 20px;
    display: inline-block;
    background-color: red;
    color: #fff;
    padding: 10px 30px
}

.zamawiam_send:hover {
    background-color: #ad0000
}

#odliczanie_czasu {
    margin-top: 40px;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

#bilety {
    color: #fff
}

.pozostalo {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 700
}

.pozostalo span {
    font-weight: 700;
    font-size: 60px;
    color: #fff
}

.rozowy {
    background-color: #dc1d38;
    color: #fff;
    padding: 10px
}

.question {
    padding-left: 30px;
    margin-bottom: 10px
}

.question a:link,
.question a:visited {
    color: #111;
    text-decoration: none
}

.question a:hover {
    color: #333
}

.question-cont {
    margin-bottom: 20px
}

.question-cont:before {
    content: "\f059";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    font-size: 20px;
    color: red
}

.answer {
    display: none;
    padding-left: 30px;
    margin-bottom: 30px
}

#materialy .ramka a {
    display: inline-block;
    border: 1px solid var(--primary-color);
    background-color: #fff;
    max-width: 200px;
    margin-bottom: 20px
}

#materialy .pobierz:link,
#materialy .pobierz:visited {
    display: inline-block;
    padding: 10px 26px;
    background: #005fa9;
    background: linear-gradient(180deg, #005fa9 0, #002d54 50%, #002d54 100%);
    color: #fff;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#materialy .pobierz:hover {
    background: #043129;
    background: linear-gradient(180deg, #043129 0, #043129 100%);
    text-decoration: none
}

#kontakt {
    background: rgba(255, 255, 255, .6)
}

#kontakt ul {
    padding-top: 10px;
    padding-left: 20px;
    list-style-type: none
}

#kontakt ul li {
    margin-bottom: 15px;
    background: url(../img/o.png) 0 2px no-repeat;
    padding-left: 30px;
    min-height: 25px
}

#kontakt input,
#kontakt textarea {
    color: #333;
    margin-bottom: 10px
}

.mb30 {
    margin-bottom: 20px
}

.ludzie {
    min-height: 150px;
    text-align: center;
    margin: auto
}

.ludzie_face {
    width: 149px;
    height: 149px;
    background-color: #0098db;
    padding: 5px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    margin: auto
}

.ludzie_face img {
    width: 100%;
    border-radius: 50%
}

.inar {
    width: 23px;
    height: 22px;
    cursor: pointer;
    float: left;
    margin-right: 7px;
    background: url(../img/inar.png) top left no-repeat;
    text-align: center
}

.wysun_facebooka {
    left: 0
}

.facebook {
    margin-top: 50px;
    position: fixed;
    left: -344px;
    z-index: 99991;
    height: 510px
}

.facebook-ramka {
    width: 344px;
    padding: 0;
    background: #fff;
    font-size: 11px;
    border: 2px solid #3b5998
}


#informacje {
    background-color: #0c4a8e;
    color: #fff
}

#informacje h3 {
    color: #fff
}

#informacje #informacje-text {
    padding: 30px 20px 20px
}

#informacje #informacje-text b {
    color: #c7eeff;
    font-weight: 800;
    text-transform: uppercase
}

#informacje .informacje-navi {
    display: inline-block;
    font-weight: 800
}

#informacje .informacje-navi a:link,
#informacje .informacje-navi a:visited {
    color: #fff;
    font-size: 20px;
    margin-right: 40px;
    background-color: #120064;
    padding: 10px 20px;
    text-decoration: none
}

#informacje .informacje-navi a:active,
#informacje .informacje-navi a:hover {
    text-decoration: none;
    background-color: #100154
}

#informacje .informacje-navi a.informacje-navi-here {
    background-color: transparent
}

#informacje #faq p {
    margin-bottom: 20px
}

.pd {
    font-weight: 700;
    color: #fff;
    background-color: #0098db;
    padding: 10px 40px;
    line-height: 40px
}

.pd-alert {
    position: absolute;
    margin-top: -40px;
    margin-left: -20px
}

.button-cont {
    margin-top: 20px;
    height: 40px;
    text-align: center
}

.powieksz-button-new {
    background-color: #333;
    border: none;
    color: #fff;
    padding: 10px 30px;
    outline: 0
}

.powieksz-button-new:hover {
    background-color: #111
}

.rozowyc {
    color: var(--secondary-color)
}

.zielony {
    color: var(--primary-color)
}

.szara-scena {
    background: rgba(154, 154, 154, .2)
}

.zielona-scena {
    background: rgba(255, 255, 255, .5)
}

.rozowa-scena {
    background: rgba(220, 29, 56, .8);
    color: #fff
}

.glyphicon-square {
    background-color: #006ba0;
    color: #fff;
    padding: 6px 6px 6px 7px;
    margin-right: 15px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px
}

.white {
    color: #fff
}

.important-text {
    text-transform: uppercase
}

.no-padding {
    padding: 0
}

.title-cont {
    padding: 40px 0;
    background-color: #1f55aa;
    color: #fff
}

.mt10 {
    margin-top: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb40 {
    margin-bottom: 40px
}

.mt20 {
    margin-top: 20px
}

.mt40 {
    margin-top: 40px
}

.mb80 {
    margin-bottom: 80px
}

.mt60 {
    margin-top: 60px
}

.rose {
    color: #006ba0
}

.ml20 {
    margin-left: 20px
}

.mr5 {
    margin-right: 5px
}

.r10 {
    margin-right: 10px !important
}

.pt50 {
    padding-top: 50px
}

.pt30 {
    padding-top: 30px
}

.p0 {
    padding: 0 !important
}

.m0 {
    margin: 0 !important
}

.mb10 {
    margin-bottom: 10px
}

.szary-bckg {
    background: rgba(238, 238, 238, .7) !important
}

.p20 {
    padding: 20px
}

.pb50 {
    padding-bottom: 50px
}

.text-center {
    text-align: center
}

.fs20 {
    font-size: 20px;
    line-height: 28px
}

.fs24 {
    font-size: 24px;
    line-height: 32px
}

.fs28 {
    font-size: 28px;
    line-height: 34px
}

.oh {
    overflow: hidden
}

.bialy-bckg {
    background-color: #fff
}

.pt100 {
    padding-top: 100px
}

.pb100 {
    padding-bottom: 100px
}

.pt150 {
    padding-top: 150px
}

.pb150 {
    padding-bottom: 150px
}

.fs19 {
    font-size: 19px;
    line-height: 26px
}

.fs26 {
    font-size: 26px;
    line-height: 32px
}

.fs30 {
    font-size: 30px;
    line-height: 36px
}

.sto-pro {
    max-width: 100%
}

.fw700 {
    font-weight: 700
}

.smaller {
    font-size: 13px
}

.smaller li {
    margin-bottom: 5px
}

.stopro {
    max-width: 100%
}

.newsletter-error {
    background-color: red;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px
}

.newsletter-success {
    background-color: green;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px
}

#leads .error {
    font-size: 13px;
    color: red;
    padding: 0 5px
}

.leads_input {
    width: 100%
}

.zost-dane {
    border: none;
    background-color: red;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase
}

.zost-dane:hover {
    border: none;
    background-color: #ce0000
}

#warunki {
    background: #fff
}

#gazeta {
    background-color: #f3f8fb;
    padding-top: 30px
}

#gazeta .okladka-cont {
    position: relative
}

#gazeta .okladka {
    position: absolute;
    width: 100%;
    top: -40px;
    right: 0
}

#gazeta a {
    color: var(--primary-color)
}

.ktoprowadzi {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    font-size: 14px;
    border-radius: 7px;
    margin-bottom: 5px;
    position: relative;
}

.jezyczek {
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 14px solid var(--secondary-color);
    border-bottom: 14px solid var(--secondary-color);
    transform:rotate(-45deg);
    z-index: 1;
}

.web-info {
    max-width: 500px;
    padding: 30px;
    border: 5px solid #fff;
    color: #111;
    border-radius: 8px;
    margin: -10px auto auto;
    background-color: #f3f3f3;
    -webkit-box-shadow: -1px 0 24px -10px #1e1e1e;
    -moz-box-shadow: -1px 0 24px -10px #1e1e1e;
    box-shadow: -1px 0 24px -10px #1e1e1e;
    position: relative
}

.web-info p {
    font-size: 26px
}

.web-info .webinfo-mark {
    background: url(../img/webinfomark.png) center center no-repeat;
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: -60px
}

.social-links a {
    text-decoration: none;
}

.social-links svg {
    width: 40px;
}

.social-links svg path {
    fill: var(--secondary-color);
}

.social-links a:hover svg path {
    fill: var(--secondary-color--hover);
}