* {
    outline: 0
}

html {
    font-size: 62.5%;
    overflow-x: hidden
}

a {
    text-decoration: none
}

h2 {
    color: #2d1f5f;
    font-size: 4rem;
    font-weight: 800
}

img {
    max-width: 100%
}

.button,
.strong,
strong {
    font-weight: 600
}

.button {
    padding: 6px 60px;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 2.24rem;
    transition: .3s
}

.button.violet {
    background: #2d1f5f
}

.button.violet:hover {
    background: #bfc300;
    color: #fff
}

.button.olive {
    background: #bfc300
}

.button.olive:hover {
    background: #2d1f5f;
    color: #fff
}

.opacity {
    display: none!important;
    opacity: 0!important
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
    font-family: Poppins;
    font-size: 1.6rem;
    overflow-x: hidden;
    border-top: 93px solid #00b7bc
}

input {
    font-weight: 700
}

.container {
    max-width: 1300px;
    padding: 0 20px
}

.small-container {
    max-width: 1050px;
    padding: 0 20px
}

.up:hover {
    transform: translateY(-5px);
    transition: .3s
}

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

.zoom-hidden img {
    transition: .6s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.zoom-hidden img:hover {
    transform: scale(1.04)
}

.zoom img {
    transition: .6s
}

.zoom:hover img {
    transform: scale(1.04)
}

.fixed-arrow {
    position: fixed;
    left: calc(50% - 750px);
    bottom: 50px;
    z-index: 4
}

.fixed-arrow.invisible {
    display: none;
    transition: .1s
}

.fixed-arrow:hover {
    transform: translateY(-5px);
    transition: .5s
}

.nav-collapse-login {
    position: relative;
    top: 10px
}

.navigation {
    background: #00b7bc;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6;
    height: 93px;
    transition: .4s
}

.navigation.up {
    top: -93px!important
}

.navigation .nav-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navigation .logo {
    position: relative;
    z-index: 4
}

.navigation .logo-normal {
    display: inline-block;
 
}

.navigation .logo-mobile {
    display: none
}

.navigation__list,
.navigation__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.navigation__list {
    list-style: none;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%
}

.navigation__list li {
    color: #fff
}

.navigation__list li a {
    display: block ruby;
    padding: 0 12px;
    color: #fff;
    transition: .3s
}

.navigation__list li a:hover {
    color: #2d1f5f
}

.navigation__close {
    position: absolute;
    display: none!important;
    top: 30px;
    left: 30px;
    color: #fff;
    font-size: 3.8rem;
    z-index: 5
}

.home .intro,
.logged-page .intro {
    padding-bottom: 0
}

.user-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.user-link i {
    margin-left: 25px;
    padding-left: 25px;
    display: none!important;
    border-left: 1px solid hsla(0, 0%, 100%, .2666666667);
    color: #fff;
    cursor: pointer;
    font-size: 3.2rem
}

.user-link ul {
    margin-bottom: 0;
    padding-left: 0px;
    list-style: none
}

.user-link ul a.login-button {
    margin-left: 20px;
    padding: 4px 40px;
    background: #2d1f5f;
    border-radius: 50px;
    color: #fff;
    font-size: 1.73rem;
    font-weight: 600;
    transition: .3s
}

.user-link ul a.login-button:hover {
    background: #bfc300;
    color: #fff
}

.user-link ul li.user {
    position: relative;
    color: #fff
}

.user-link ul li.user ul.dropdown {
    display: none;
    position: absolute;
    right: 0;
    padding: 15px 18px 0;
    min-width: 300px;
    background: #fff;
    z-index: 3
}

.user-link ul li.user ul.dropdown li {
    border-top: 2px solid #d9d9d9
}

.user-link ul li.user ul.dropdown li:first-child {
    border-top: none
}

.user-link ul li.user ul.dropdown li a {
    display: inline-block;
    padding: 20px 12px;
    color: #000
}

.user-link ul li.user:hover>ul.dropdown,
.user-link ul li.user:hover> div ul.dropdown {
    display: block
}
.edit-pracownik .navigation__list {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.intro {
    height: 600px;
    background: #00b7bc
}

.intro .slider .carousel-control-next,
.intro .slider .carousel-control-prev {
    -ms-flex-align: start;
    align-items: flex-start;
    top: 30px;
    bottom: auto
}

.intro .slider .carousel-control-prev {
    left: 7%
}

.intro .slider .carousel-control-next {
    right: 7%
}

.intro .slider button i {
    font-size: 9.6rem
}

.intro .slider .slide-item {
    height: 600px
}

.intro .slider .slide-item .container {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.intro .slider .slide-item .container .button-container {
    margin-bottom: 80px
}

.intro .slider .slide-item .container .button-container a.button {
    padding: 10px 90px;
    background: #2d1f5f;
    border-radius: 70px;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 600;
    transition: .3s
}

.intro .slider .slide-item .container .button-container a.button:hover {
    background: #bfc300;
    color: #fff
}

.intro .slider .slide-item .container .button-container h1 {
    color: #fff;
    font-weight: 800
}

.intro .slider .slide-item .container .button-container h1.l-firma {
    font-size: 6rem;
    line-height: 67.5px
}

.intro .slider .slide-item .container .button-container h1.l-pracownik {
    font-size: 4.8rem;
    line-height: 54px
}

.intro .slider .slide-item .container .content {
    padding: 40px;
    width: 433px;
    background: #fff;
    border-radius: 83px 83px 0 0;
    border-left: 25px solid #2d1f5f
}

.intro .slider .slide-item .container .content .title-slider {
    color: #2d1f5f;
    font-size: 4.2rem;
    line-height: 48px;
    font-weight: 800
}

.intro .slider .slide-item .container .content p {
    padding-top: 25px;
    color: #2d1f5f;
    font-size: 2.1rem;
    line-height: 23.6px
}

.intro .slider .slide-item .container .content .mobile-bc {
    display: none
}

.intro .slider .slide-item .container .logged {
    margin-right: 120px
}

.intro .box-log-p:before {
    top: 15px;
    left: 0;
    width: 332px;
    height: 500px;
    background: url(../images/pracownik-login.png) no-repeat 50%
}

.intro .box-log-f:after,
.intro .box-log-p:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 0
}

.intro .box-log-f:after {
    top: -40px;
    right: 0;
    width: 351px;
    height: 612px;
    background: url(../images/firma-login.png) no-repeat 50%
}

.intro .box-log-f.plus:after {
    top: 35px;
    right: 0;
    width: 437px;
    height: 533px;
    background: url(../images/edit-profile-header.png) no-repeat 50%
}

.intro .login-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px -22px 0 0;
    padding: 20px 46px 35px 52px;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    z-index: 2
}

.intro .login-box .title {
    padding: 10px 0;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 32px
}

.intro .login-box p {
    font-size: 1.8rem
}

.intro .login-box .container-button {
    margin-top: 15px
}

.intro .pracownik-login {
    min-height: 420px;
    border-top: 22px solid #bfc300;
    border-right: 22px solid #bfc300;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.intro .pracownik-login .cbp {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.intro .firma-login,
.intro .pracownik-login .cbp {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.intro .firma-login {
    min-height: 420px
}

.intro .firma-login .cbp {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.intro .reset{
    min-height: 370px;
}
.intro .firma-login,
.intro .login-form {
    border-top: 22px solid #2d1f5f;
    border-right: 22px solid #2d1f5f
}

.intro .login-form {
    margin: 20px -22px 0 0;
    padding: 20px 50px 50px;
    text-align: left
}

.intro .login-form input[type=text], [type=password], [type=email] {
    margin: 0 -8px;
    padding: 9px 15px;
    display: block;
    width: calc(100% + 16px);
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    border-radius: 10px
}

.intro .login-form .button,
.intro .login-form button {
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: 90%;
    font-size: 1.8rem;
    text-align: center
}

.intro .login-form .lost-passwd {
    margin-top: 15px;
    display: block;
    color: #000;
    text-align: right
}

.intro .login-form label {
    margin-top: 7px
}

.intro .login-form p {
    margin: 35px 0 0;
    font-size: 1.6rem;
    line-height: 18px
}

.intro .edit-profile {
    padding: 15px 80px 40px 50px
}

.intro .edit-profile img {
    margin: 10px 0
}

.intro .edit-profile .button {
    margin: 10px 0;
    width: 100%
}

.intro .edit-profile .form-edit {
    padding-right: 40px
}

.intro .edit-profile input {
    padding: 7px 15px
}

.intro .edit-profile input:disabled {
    color: #000
}

.intro .login-header {
    position: absolute;
    height: 875px;
    bottom: -140px;
    right: -170px;
    display: block
}

.intro .login-header img {
    position: relative
}

.intro h2.edit-profil-name {
    position: relative;
    z-index: 1;
    padding: 30px 100px 15px;
    color: #fff
}

.login .container {
    position: relative
}

.aboutus {
    overflow: hidden
}

.aboutus .content {
    padding: 170px 50px 170px 10px
}

.aboutus .image {
    position: relative
}

.aboutus .image img {
    position: absolute;
    right: -290px;
    bottom: 0;
    max-width: 90%
}

.logged-page .aboutus .content {
    padding: 170px 60px 170px 0
}

.logged-page .aboutus .image img {
    right: -295px
}

.program {
    padding: 35px 0 50px;
    background: #00b7bc
}

.program h2 {
    color: #fff
}

.program h2:first-child {
    margin-bottom: 50px
}

.program h2.tests-title {
    margin: 50px 0 20px
}

.program__item {
    position: relative;
    margin: 20px 0;
    padding: 30px 110px 10px 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 70px);
    background: #fff;
    border-top: 18px solid #bfc300;
    border-radius: 50px;
    font-size: 1.8rem
}

.program__item img {
    position: absolute;
    top: -30px;
    right: -70px;
    display: block
}

.program .line-container {
    text-align: center
}

.program .tests__item {
    display: inline-table;
    width: 21%;
    margin: 20px 1.75% 0;
    color: #fff;
    text-align: center;
    position: relative;
}

.program .tests__item .title {
    padding-top: 7px;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 30px
}

.program .tests__item .desc {
    display: block
}

.program .tests__item .button {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 40px;
    font-size: 2rem
}

.program .tests__item:hover img.neutral{

    transform: scale(1.04);
}
.program .tests__item img.hover {
   /* display: none;*/
   opacity: 0;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
}

.program .tests__item:hover img.hover {
   /* display: inline-block*/
   opacity: 1;
}

.program .tests__item:hover .button {
    background: #bfc300
}

.program .tests-firma {
    text-align: center
}

.program .tests-firma .tests__item {
    width: 24.5%;
    margin: 30px 0 0
}

.program__box {
    background: #fff;
    border-radius: 25px;
    overflow: hidden
}

.program__box .content {
    padding: 60px
}

.program__box .content h2 {
    color: #2d1f5f
}

.program__box .image {
    background: url(../images/slider2.jpg) no-repeat 50%;
    min-height: 350px
}

.partners {
    padding: 50px 0;
    background: #2d1f5f
}

.partners .title {
    color: #fff;
    font-size: 2rem;
    font-weight: 800
}

.partners__list {
    margin: 20px -20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.partners__item {
    padding: 20px
}

.partners h2 {
    color: #fff
}

.partners .main-carousel .carousel-cell {
    width: 25%;
    text-align: center
}

.dayh {
    padding: 60px 0;
    background: #2d1f5f
}

.dayh-container {
    display: -ms-flexbox;
    display: flex
}

.dayh .dayh-plus {
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    margin-right: 15px;
    margin-left: -90px
}

.dayh .content-box {
    margin-right: 130px;
    padding-top: 50px;
    color: #fff
}

.dayh .content-box .title {
    display: block;
    margin-bottom: 26px;
    font-size: 4rem;
    font-weight: 800;
    line-height: 45px
}

.dayh .content-box p {
    margin-bottom: 26px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 26.1px
}

.dayh .content-box strong {
    font-size: 2rem;
    font-weight: 700;
    line-height: 30px
}

.dayh .white-box {
    position: relative;
    padding: 22px 0 22px 75px;
    background: #fff;
    border-top: 16px solid #bfc300;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%
}

.dayh .white-box .dayh-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0
}

.dayh .white-box .dayh-item .image {
    -ms-flex: 0 0 176px;
    flex: 0 0 176px
}

.dayh .white-box:before {
    content: "";
    position: absolute;
    top: -16px;
    right: -100vw;
    display: block;
    width: 100vw;
    height: calc(100% + 16px);
    background: #fff;
    border-top: 16px solid #bfc300
}

.dayh .white-box strong {
    display: block;
    padding: 0 0 19px 30px;
    color: #2d1f5f;
    font-size: 2rem;
    font-weight: 700;
    line-height: 30px
}

.download {
    padding: 50px 0;
    background: #2d1f5f
}

.download .title {
    margin-top: 10px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700
}

.download__list {
    margin-top: 20px
}

.download__firma {
    display: inline-table;
    text-align: center
}

.download__firma .download__item {
    display: inherit;
    width: 31%;
    margin-top: 20px
}

.download h2 {
    color: #fff
}

.download .download__item {
    text-align: center;
    padding: 0px 45px;

}

.download .download__item span {
    display: block
}

.download .download__item:hover img.hover {
   /* display: inline-block*/
   opacity: 1;
}

.download .download__item:hover .button {
    background: #bfc300
}

.download .line-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-wrap: wrap;
}

.download .line-container-center {
    display: block;
    text-align: center
}

.download .line-container-center .download__item {
    display: inline-table;
    width: 21%;
    margin: 20px 3.75% 0
}

.contact {
    padding: 50px 0 30px;
    font-size: 1.8rem
}

.contact .line-title {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.contact .line-title .arrow-up {
    cursor: pointer
}

.contact h2 {
    margin: 0 0 -10px 30px
}

.contact .address {
    padding: 10px 0 0;
    list-style: none
}

.contact .contact-box {
    position: relative;
    margin-top: 160px;
    padding: 25px 0 0 80px;
    border-top: 3px solid #2d1f5f
}

.contact .contact-box:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    display: block;
    width: 3px;
    height: calc(100% - 20px);
    background: #2d1f5f
}

.contact .contact-box .list-icon a {
    margin: 12px 0;
    display: block;
    color: #000
}

.contact .contact-box .list-icon a img {
    display: inline-block;
    padding-right: 15px;
    transition: .3s
}

.contact .contact-box .list-icon a:hover img {
    transform: scale(1.1)
}

.contact .contact-box .col-icon {
    display: -ms-flexbox;
    display: flex
}

.contact .contact-box .col-icon img {
    transition: .3s
}

.contact .contact-box .col-icon .first-col-icon {
    padding: 24px 30px 0 0
}

.contact .contact-box .col-icon .first-col-icon a:hover img {
    transform: scale(1.1)
}

.contact .contact-box .col-icon .second-col-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact .contact-box .col-icon .second-col-icon a {
    margin: 8px 0
}

.contact .contact-box .col-icon .second-col-icon a:hover img {
    transform: scale(1.1)
}

.contact .footer-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none
}

.contact .footer-nav li {
    padding: 0 17px
}

.contact .footer-nav li a {
    color: #000;
    text-decoration: underline
}

.contact .footer-nav li a:hover {
    color: #bfc300
}

body.edit-pracownik .helper-top-container,
body.login-firma .helper-top-container,
body.login-pracownik .helper-top-container,
body.register-firma .helper-top-container,
body.register-pracownik .helper-top-container {
    overflow: hidden
}

body.edit-pracownik .helper-top-container .intro,
body.login-firma .helper-top-container .intro,
body.login-pracownik .helper-top-container .intro,
body.register-firma .helper-top-container .intro,
body.register-pracownik .helper-top-container .intro {
    height: auto
}

body.edit-pracownik .helper-top-container .intro .login-box,
body.login-firma .helper-top-container .intro .login-box,
body.login-pracownik .helper-top-container .intro .login-box,
body.register-firma .helper-top-container .intro .login-box,
body.register-pracownik .helper-top-container .intro .login-box {
    margin-bottom: 40px
}

body.edit-pracownik .intro,
body.login .intro {
    position: relative
}

body.edit-pracownik .intro .container,
body.login .intro .container {
    position: static
}

body.edit-pracownik,
body.login,
body.login-firma,
body.login-pracownik,
body.register-firma,
body.register-pracownik {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh
}

@media (max-width:1530px) {
    .fixed-arrow {
        left: 10px;
        bottom: 10px
    }
    .aboutus .image img {
        right: 0
    }
}

@media (max-width:1250px) {
    body.home .navigation,
    body.logged-page .navigation {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 7;
        height: 93px
    }
    .navigation .user-link i,
    .navigation__close {
        display: block!important
    }
    .navigation__close {
        width: calc(100% - 50px);
        text-align: right
    }
    .navigation__menu {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 5;
        display: block;
        padding-top: 100px;
        width: 0;
        height: 100vh;
        background: #00b7bc;
        overflow: hidden;
        transition: .3s
    }
    .navigation__menu--active {
        max-width: 400px;
        width: 100%
    }
    .navigation__list {
        display: block
    }
    .navigation__list .login-button {
        display: inline!important;
        background-color: #2d1f5f;
        border-radius: 19px;
        transition: .5s
    }
    .navigation__list .login-button:hover {
        background-color: #bfc300
    }
    .navigation__list li a {
        display: block;
        padding: 5px 20px;
        margin-left: 5px;
        font-size: 2rem;
        font-weight: 600
    }
}

@media (max-width:1200px) {
    .intro .slider .slide-item .container .button-container h1.l-firma {
        font-size: 4.5rem;
        line-height: 50px
    }
    .intro .slider .slide-item .container .button-container h1.l-pracownik {
        font-size: 4rem;
        line-height: 49px
    }
    .intro .slider .slide-item .container .content .title-slider {
        font-size: 3.4rem;
        line-height: 40px
    }
    .intro .slider .slide-item .container .content p {
        font-size: 1.9rem;
        line-height: 21px
    }
    .intro .slider .slide-item .container .logged,
    .login-box.firma-login {
        margin-right: 0
    }
    .dayh-container {
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 1050px;
        padding: 0 20px
    }
    .dayh .dayh-plus {
        margin-left: 0
    }
    .dayh .content-box {
        margin-bottom: 40px
    }
    .dayh .white-box {
        padding: 22px 50px;
        border-radius: 30px
    }
    .dayh .white-box .dayh-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 0
    }
    .dayh .white-box .dayh-item .image {
        -ms-flex: 0 0 176px;
        flex: 0 0 176px
    }
    .dayh .white-box:before {
        display: none
    }
}

@media (min-width:1100px) {
    .program .tests-home .tests__item:nth-child(7n-2) {
        margin-left: 15%
    }
    .program .tests-home .tests__item:nth-child(n+5) {
        margin-top: 20px
    }
}

@media (max-width:1100px) {
    .fixed-arrow {
        left: inherit;
        right: 10px;
        bottom: 10px
    }
    .program .tests-home {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .program .tests-home .tests__item {
        display: inline-table;
        width: 29%;
        margin: 20px 1.75% 0;
        color: #fff;
        text-align: center
    }
    .program .tests-home .tests__item:nth-child(7n-3) {
        margin-left: 18%
    }
    .program .tests-home .tests__item:nth-child(n+4) {
        margin-top: 20px
    }
    .program .tests-home .tests__item:nth-child(7n-2) {
        margin-right: 18%
    }
    .program .tests-home .tests__item:nth-child(n+5) {
        margin-top: 20px
    }
    .program .tests-firma .tests__item .button {
        padding: 6px 20px
    }
    .partners .main-carousel .carousel-cell {
        width: 33.3%
    }
}

@media (min-width:768px) {
    .program .tests-pracownik {
        text-align: center
    }
    .program .tests-pracownik .tests__item {
        width: 32.93%;
        margin: 15px 0;
        padding: 0
    }
    .program .tests-pracownik .tests__item:nth-child(7n-6) {
        margin-left: 15%
    }
    .program .tests-pracownik .tests__item:nth-child(7n-5) {
        margin-right: 15%
    }
}

@media (min-width:992px) {
    .program .tests-pracownik {
        text-align: center
    }
    .program .tests-pracownik .tests__item {
        width: 26%;
        margin: 15px 0;
        padding: 0
    }
    .program .tests-pracownik .tests__item:nth-child(7n-6) {
        margin-left: 15%
    }
    .program .tests-pracownik .tests__item:nth-child(7n-5) {
        margin-right: 15%
    }
}

@media (max-width:992px) {
    .intro .slider .slide-item .container .button-container a.button {
        padding: 10px 40px;
        font-size: 2.8rem
    }
    .aboutus .content {
        padding: 70px 50px 70px 20px!important
    }
    .aboutus .image {
        position: relative
    }
    .aboutus .image img {
        position: absolute;
        max-width: 100%
    }
    .program .tests-firma .tests__item .button,
    .program .tests-firma .tests__item .title {
        font-size: 1.7rem
    }
    .dayh .dayh-plus {
        display: none
    }
    .dayh .content-box {
        margin-right: 0;
        padding-top: 0
    }
    .login-box .button {
        padding: 6px 40px
    }
    .login-box.pracownik-login {
        margin-right: 10px
    }
    .login-box.firma-login {
        margin-left: 10px
    }
    .contact .contact-box {
        margin-top: 30px
    }
}

@media (max-width:768px) {
    html {
        font-size: 50%
    }
    .navigation .logo-normal {
        display: none
    }
    .navigation .logo-mobile {
        display: inline-block
    }
    .intro {
        padding-bottom: 30px;
        height: auto
    }
    .intro .slider .slide-item .container .content {
        width: 350px
    }
    .intro .login-header {
        position: absolute;
        width: 700px;
        height: 700px;
        bottom: -140px;
        right: -170px;
        display: block
    }
    .intro .login-header img {
        position: relative
    }
    body.login .helper-top-container {
        overflow: hidden
    }
    body.login .helper-top-container .intro .container,
    body.login .helper-top-container .intro .container .row .box-log-p {
        position: relative
    }
    body.login .helper-top-container .intro .container .row .box-log-p:before {
        left: -15px
    }
    body.login .helper-top-container .intro .container .row .box-log-f {
        position: relative
    }
    body.login .helper-top-container .intro .container .row .box-log-f:after {
        right: -15px
    }
    .program .tests__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .program .tests__list .tests__item {
        display: inline-table;
        width: 45%;
        margin: 20px 2.5%;
        color: #fff;
        text-align: center
    }
    .program .tests__list .tests__item:nth-child(7n-3) {
        margin-left: 2.5%
    }
    .program .tests__list .tests__item:nth-child(n+4) {
        margin-top: 20px
    }
    .program .tests__list .tests__item:nth-child(7n-2) {
        margin-right: 2.5%
    }
    .program .tests__list .tests__item:nth-child(n+5) {
        margin-top: 20px
    }
    .partners .main-carousel .carousel-cell {
        width: 50%
    }
    .download__firma {
        display: inline-table;
        text-align: center
    }
    .download__firma .download__item {
        display: inherit;
        width: 45%;
        margin-top: 20px
    }
    .download__pracownik,
    .download__pracownik .line-container {
        display: inline-table;
        text-align: center
    }
    .download__pracownik .line-container {
        width: 100%
    }
    .download__pracownik .download__item {
        display: inherit;
        width: 45%;
        margin-top: 20px
    }
}

@media (max-width:700px) {
    .intro {
        padding-bottom: 30px;
        height: auto
    }
    .intro .slider .slide-item .container .content {
        width: 100%
    }
    .intro .slider .slide-item .container .content p {
        padding-top: 10px
    }
    .intro .slider .slide-item .container .content .mobile-bc {
        display: block;
        margin: 30px 0 0
    }
    .intro .slider .slide-item .container .desktop-bc {
        display: none
    }
    .contact .contact-box {
        padding: 20px 0 0 20px
    }
}

@media (max-width:576px) {
    .intro .edit-profile {
        margin-right: 0;
        padding: 10px 30px 40px
    }
    .intro .edit-profile .form-edit {
        padding-right: 0;
        text-align: center
    }
    .intro .edit-profile .form-edit,
    .intro .edit-profile .form-user-inputs {
        display: block;
        width: 100%!important
    }
    .user-link ul li.user img.avatar-icon {
        display: none
    }
    .program .tests__list .tests__item .button {
        padding: 6px 30px
    }
    .partners .main-carousel .carousel-cell {
        width: 100%
    }
    .dayh .white-box {
        padding: 20px
    }
    .download__firma .download__item {
        width: 100%
    }
    .contact .contact-box .col-icon,
    .contact .contact-box .list-icon {
        width: 100%!important
    }
    .contact .footer-nav li {
        padding: 0 7px
    }
    .contact .footer-nav li a {
        font-size: 1.2rem
    }
}

@media (max-width:450px) {
    .navigation .logo-container i {
        margin-left: 10px;
        padding-left: 10px
    }
    .user-link ul a.login-button {
        margin-left: 5px;
        padding: 4px 20px
    }
    .user-link ul li.user span.fullname {
        display: none
    }
    .user-link ul li.user img.avatar-icon {
        display: inline-block;
      
    }
    .intro .slider .slide-item .container .content .mobile-bc .button {
        padding: 6px 30px;
        font-size: 2rem
    }
    .program__item {
        padding: 30px 40px 10px;
        width: 100%
    }
    .program__item img {
        display: none
    }
    .program .tests__list .tests__item {
        width: 100%
    }
    .dayh .white-box .dayh-item .image {
        -ms-flex: 0 0 95px;
        flex: 0 0 95px
    }
    .dayh .white-box .dayh-item .image img {
        width: 75px;
        height: 75px
    }
    .download__pracownik .download__item {
        width: 100%
    }
}
@media( max-width: 400px) {
    .user-link ul li.user ul.dropdown {
        right: -70px;
        }
}
@media (max-width:350px) {
    .navigation .logo-mobile {
        width: 55px;
        height: auto
    }
    .intro .login-box {
        padding: 20px 26px 35px 32px
    }
    .intro .login-box .button {
        padding: 6px 25px
    }
    .intro .login-box.pracownik-login {
        margin-right: -10px
    }
    .dayh .white-box .dayh-item .image {
        -ms-flex: 0 0 65px;
        flex: 0 0 65px
    }
    .dayh .white-box .dayh-item .image img {
        width: 50px;
        height: 50px
    }
    .dayh .white-box .dayh-item .content {
        font-size: 1.4rem
    }
}

.yourname{
    display: inline-block;
    padding: 10px 12px;
    color: #00b7bb;
    font-weight: bold;
}
.arrow-menu{
    display: flex;
    align-items: center;
  
}
.logo-container{
max-width: 265px;
}
.download__item img{
    max-width: 170px;
}

.prevention__element, .download__item {
    margin-top:30px
}