/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

input, textarea, button {
    font-family: 'Lato', sans-serif;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    float: left;
    width: 100%;
    color: #1a1a1a;
    position: relative;
    line-height: 1.3;
    min-width: 302px;
}

.bg-1 {
    position: absolute;
    top: 105vh;
    left: 0;
    height: calc(100% - 105vh);
    background: url('../img/img04.png') center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    z-index: 2;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

/* *** HEADER *** */

header {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
}

.logo-box {
    width: 300px;
    height: 300px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.6);
    border-radius: 50%;
}

.header-box {
    float: left;
    width: 100%;
    padding: 25px 0;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu {
    display: inline-block;
    margin-top: -5px;
    vertical-align: middle;
}

.main-menu a.active {
    opacity: 0.7;
}

.fb-btn {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    background: #593ca1 url('../img/icons/img01.png') center center no-repeat;
    border-radius: 50%;
}

.fb-btn:hover {
    opacity: 0.9;
}

@keyframes blink {
  0% {
    opacity: 0;
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
  }
}

.covid-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;  
    margin: 0 10px 0 -10px;
}

.c-tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -78.5px;
    width: 157px;
    display: none;
    height: 83px;
    text-align: center;
    font-style: italic;
    color: #fff;
    line-height: 1.1;
    padding-top: 30px;
    background: url('../img/icons/ico_covid_2.png') center center no-repeat;
}

.covid-btn {
    display: block;
    width: 48px;
    height: 48px;
    background: url('../img/icons/ico_covid.png') center center no-repeat;
    border-radius: 50%;
  /*animation: blink 1s infinite;*/
    -webkit-transition:none;
    -moz-transition: none;
    -ms-transition:none;
    -o-transition: none;
    transition: none;
  
}

.covid-btn:hover {
    opacity: 0.9;
}

.main-menu > ul > li {
    position: relative;
    float: left;
    list-style: none;
    margin-right: 28px;
}

.main-menu > ul > li > a {
    color: #fff;
    display: block;
    padding: 5px 0;
    float: left;
    font-weight: bold;
    font-size: 18.66px;
    font-style: italic;
}

.main-menu > ul > li:hover > a, .main-menu > ul > .current > a {
    color: #fff;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    list-style: none; 
    width: 305px;
    background: #cacaca;  
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #1c2f59;
    text-align: left;
    display: block;
    padding: 11px 15px;
    float: left;
    width: 100%; 
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: red;
    color: #fff;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

@media (min-width: 1200px){
    .container {
        max-width: 1230px;
    }
}

header .float-right {
    padding-top: 48px;
}

/* *** BANNER 1 *** */

.content-box-1 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-box-1 .description {
    position: relative;
    height: 105vh;
}

.content-box-1 h1 {
    z-index: 2;
    position: absolute;
    bottom: 39%;
    left: 0;
    line-height: 0.9;
    font-size: 62px;
    padding: 0 135px;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 3px 5px rgba(154,53,143,0.5);
    font-style: italic;
}

.content-box-1 h1 span {
    font-weight: 900;
    font-size: 87px;
}

.slider-1 {
    position: absolute;
    bottom: 120px;
    right: 85px;
    width: 481px;
    color: #fff;
    height: 401px;
    background: url('../img/img02.png');
}

.slider-1 .description-1 {
    display: flex;
    align-items: center;
    height: 401px;
    padding: 0 60px 0 80px;
    font-style: italic;
    padding-top: 65px;
    font-size: 23.5px;
}

.slider-1 .bx-controls {
    display: none;
}

/* *** HOME *** */

.main-content {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    z-index: 3;
}

.content-box-2 .row-box {
    margin: 0 -15px;
}

.content-box-2 .col-box {
    width: 49.5%;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.margin-bottom-1 {
    margin-bottom: 80px;
}

.title-1 {
    font-size: 14.66px;
    display: inline-block;
    letter-spacing: 3px;    
    margin-bottom: 5px;
    position: relative;
}

.title-1:after {
    width: 86px;
    margin-left: 14px;
    margin-top: 5px;
    height: 1px;
    content: "";
    position: absolute;
    top: 5px;
    left: 100%;
    display: block;
    background: #8475c7;
    background: linear-gradient(90deg, #8475c7, #ac519a);
}

.title-2 h2 {
    font-size: 37.333px;
    margin: 0;
    line-height: 1.1;
    font-weight: bold;
    font-style: italic;
    background: -webkit-linear-gradient(45deg, #8475c7, #ac519a 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 3px 3px rgb(151 100 178 / 30%);
}

.title-2 {
    margin-bottom: 30px;
}

.text {
    line-height: 1.45;
}

.content-box-2 .text {
    margin-bottom: 38px;
}

.btn-1 {
    min-width: 226px;
    padding: 0 30px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    border-radius: 28px;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
    display: inline-block;
    vertical-align: middle;
    background: linear-gradient(90deg, #8475c7, #ac519a);
}

.btn-1-1 {
    color: #9764b2;
    background: none;
}

.box-1 {
    color: #000;
}

.text p:last-child {
    margin-bottom: 0;
}

.text p {
    margin-bottom: 20px;
}

.box-1 .text {
    margin-bottom: 38px;
}

.box-1 .name {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 20px;
}

.title-1.color-1:after {
    background: #e73a1a;
    background: linear-gradient(90deg, #e73a1a, #ab539b);
}

.title-2.color-1 h2 {
    background: -webkit-linear-gradient(45deg, #e73a1a, #ab539b 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-1.color-1 {
    background: linear-gradient(90deg, #e73a1a, #ab539b);
}

.row60 {
    margin: 0 -30px;
}

.row60 > div {
    padding: 0 30px;
}

.box-1 figure {
    text-align: center;
    margin-bottom: 30px;
}

.btn-1 {
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;    
}

.btn-1:hover {
    color: #fff;
}

.btn-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: linear-gradient(90deg, #ac519a, #8475c7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;    
}

.btn-1.color-1:before {
    background: linear-gradient(90deg, #ab539b, #e73a1a);
}

a.box-1:hover .btn-1:before, .btn-1:hover:before, .btn-1:focus:before, .btn-1.active:before, a.content-box-2:hover .btn-1:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.box-1:hover {
    color: #000;
}

.box-1:hover img {
    opacity: 0.9;
}

.btn-1-1:before {
    display: none;
}

.btn-1-1:hover {
    color: #9764b2;
    opacity: 0.8;
}

.box-1 {
    margin-bottom: 40px;
    display: block;
}

.boxes-1 {
    margin-bottom: -40px;
}

/* *** FOOTER *** */

footer {
    position: relative;
    z-index: 3;
    float: left;
    width: 100%;
    color: #595959;
    font-size: 14px;
    padding: 60px 0;
}

.footer-center {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.footer-center:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dbd4ed;
    display: block;
    content: "";
}

.created {
    float: right;
    background: #fff;
    padding-left: 15px;
    position: relative;
    z-index: 2;
}

.created a:hover {
    opacity: 0.9;
}

.copyright {
    height: 60px;
    padding-left: 76px;
    display: flex;
    align-items: center;
    padding-right: 15px;
    background: #fff url('../img/icons/img02.png') left center no-repeat;
    z-index: 2;
    position: relative;
    float: left;
}

footer a {
    color: #000;
}

footer a:hover {
    color: #b41b1e;
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
    float: left;
}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 121px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: -3px;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #000;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #000;
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 16px 15px 17px 15px;
}

.menu-rsp nav a:hover {
    background-color: #593ca1;
    color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
    border-color: #dfdfdf;
}

.menu-rsp nav ul ul {
    background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

/* *** BLOG I PORADY *** */

.list-1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-1 li {
    margin-bottom: 80px;
}

.list-1 li:last-child {
    margin-bottom: 0;
}

.list-1 .content-box-2 {
    color: #000;
    display: block;
}

.content-box-2 .row {
    display: block;
}

/* *** DLACZEGO LAWENDOWA *** */

.text h2 {
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
}

.text h2:last-child {
    margin-bottom: 0;
}

.boxes-2 {
    float: left;
    width: 100%;
}

.box-2 {
    border-top: 1px solid #bebae8;
}

.box-2 .text {
    padding-left: 37px;
    position: relative;
    font-size: 18.66px;
    background: url('../img/icons/img03.png') left top no-repeat;
    color: #ac529b;
    font-style: italic;
}

.box-2 {
    padding: 10px 0;
    cursor: pointer;
}

.box-2:hover .title-3 h2 {
    color: #ab529c;
}

.box-2 .title-3 {
    margin: 0;
}

.box-2 .text {
    display: none;
    margin: 10px 0;
}

.title-3 h2 {
    color: #8476c7;
    margin: 0;
    font-style: italic;
    font-weight: bold;
    font-weight: normal;
    font-size: 37.33px;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.box-2.active .title-3 h2 {
    color: #ab529c;
    font-weight: bold;
}

.box-2.active {
    border-color: #cda5d0;
}

.box-2.active .text {
    display: block;
}

/* *** KONTAKT *** */

.text a {
    color: #de431a;
}

.text a:hover {
    opacity: 0.8;
    color: #de431a;
}

.logo-box-1 {
    text-align: center;
}

.boxes-3 .col-box {
    margin-top: 40px;
    text-align: center;
}

.boxes-3 {
    margin-top: -40px;
}

.logo-box-1 {
    margin-bottom: 30px;
}

.box-3 a {
    font-weight: bold;
    font-size: 14px;
}

.boxes-3 {
    text-align: center;
}

.boxes-3 .col-box {
    width: 24.5%;
    padding: 0 15px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.boxes-3 .row-box {
    margin: 0 -15px;
}

.title-2 span {
    display: block;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.wrapper-1 {
    width: 940px;
    margin: 0 auto;
    max-width: 100%;
}

.nav-tabs-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-tabs-1 {
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.nav-tabs-1 ul {
    margin: 0 -30px;
}

.nav-tabs-1 li {
    padding: 0 30px;
    float: left;
    width: 50%;
}

.nav-tabs-1 a {
    display: block;
    border-top: 1px solid #bebae8;
    border-bottom: 1px solid #bebae8;
    color: #8475c7;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    min-height: 96px;
    display: flex;
    align-items: center;
    padding: 15px 0 17px 0;
}

.cont-box {
    display: none;
}

.nav-tabs-1 .current a {
    border-color: #cda5d0;
    color: #ab529c;
}

.nav-tabs-1 a:hover {
    color: #ab529c;
}

.text ul {
    margin-bottom: 20px;
    list-style: none;
    padding-left: 43px;
}

.text ul li {
    padding-left: 25px;
    position: relative;
}

.text ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "-";
}

.cont-box {
    padding: 40px 0 43px 0;
}

.margin-bottom-2 {
    margin-bottom: 35px;
}

/* *** ARTYKUL *** */

.body-article .bg-1 {
    top: 0;
    height: 100%;
}

.article-content {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    z-index: 3;
    background: url('../img/img08.png') center top no-repeat;
    padding-top: 360px;
}

.body-article .logo-box {
    background: url('../img/img09.png') center center no-repeat;
    background-size: 100% 100%;
}

.a-title-box {
    border-bottom: 1px solid #cdbce0;
    padding-right: 105px;
    margin-bottom: 30px;
}

.a-title-box .title-2 {
    margin-bottom: 0;
}

.a-title-box h2 {
    font-size: 60px;
    font-weight: 900;
}

.author-box {
    margin: 14px 0 17px 0;
    position: relative;
    font-weight: bold;
    font-style: italic;
}

.font-size-1 {
    font-size: 20px;
}

.author-box {
    font-size: 20px;
}

.popup-box {
    position: absolute;
    display: none;
    top: 100%;
    margin-top: 40px;
    left: 0;
    width: 930px;
    font-size: 16px;
    background: #f3f7ff;
    font-weight: normal;
    z-index: 10;
    border-radius: 12px;
    padding: 30px 60px;
    color: #000;
}

.popup-button-box {
    text-align: right;
    padding-top: 30px;
}

.popup-box h3 {
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 20px 0;
}

.list-1 figure {
    margin: 0 -50px;
}

.nav-tabs-1-rwd {
    display: none;
}

.d-box {
    display: block;
    padding: 24px 0;
    margin-bottom: -1px;
    color: #000;
    border-top: 1px solid #f1b3a3;
    border-bottom: 1px solid #f1b3a3;
}

.d-box:hover span {
    opacity: 0.9;
}

.d-box span {
    display: flex;
    align-items: center;
    background: url('../img/icons/pdf.png') left center no-repeat;
    height: 62px;
    padding-left: 64px;
    color: #000;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}