@font-face {
    font-family: 'General Sans';
    src: url('fonts/GeneralSans-Extralight.eot');
    src: url('fonts/GeneralSans-Extralight.eot?#iefix') format('embedded-opentype'), url('fonts/GeneralSans-Extralight.woff2') format('woff2'), url('fonts/GeneralSans-Extralight.woff') format('woff'), url('fonts/GeneralSans-Extralight.ttf') format('truetype'), url('fonts/GeneralSans-Extralight.svg#GeneralSans-Extralight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('fonts/GeneralSans-Light.eot');
    src: url('fonts/GeneralSans-Light.eot?#iefix') format('embedded-opentype'), url('fonts/GeneralSans-Light.woff2') format('woff2'), url('fonts/GeneralSans-Light.woff') format('woff'), url('fonts/GeneralSans-Light.ttf') format('truetype'), url('fonts/GeneralSans-Light.svg#GeneralSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('fonts/GeneralSans-Bold.eot');
    src: url('fonts/GeneralSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/GeneralSans-Bold.woff2') format('woff2'), url('fonts/GeneralSans-Bold.woff') format('woff'), url('fonts/GeneralSans-Bold.ttf') format('truetype'), url('fonts/GeneralSans-Bold.svg#GeneralSans-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('fonts/GeneralSans-Medium.eot');
    src: url('fonts/GeneralSans-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/GeneralSans-Medium.woff2') format('woff2'), url('fonts/GeneralSans-Medium.woff') format('woff'), url('fonts/GeneralSans-Medium.ttf') format('truetype'), url('fonts/GeneralSans-Medium.svg#GeneralSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('fonts/GeneralSans-Regular.eot');
    src: url('fonts/GeneralSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/GeneralSans-Regular.woff2') format('woff2'), url('fonts/GeneralSans-Regular.woff') format('woff'), url('fonts/GeneralSans-Regular.ttf') format('truetype'), url('fonts/GeneralSans-Regular.svg#GeneralSans-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('fonts/GeneralSans-Semibold.eot');
    src: url('fonts/GeneralSans-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/GeneralSans-Semibold.woff2') format('woff2'), url('fonts/GeneralSans-Semibold.woff') format('woff'), url('fonts/GeneralSans-Semibold.ttf') format('truetype'), url('fonts/GeneralSans-Semibold.svg#GeneralSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "General Sans";
    font-size: 18px;
    ;
    font-weight: 400;
    background: #fff;
    color: #000;
}

a,
button {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

label {
    margin-bottom: 0;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #0058B1;
    background: linear-gradient(0deg, #0058B1 17%, #0058B1 53%, #0261A6 90%);
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 30px;
    bottom: 25px;
    display: none;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #0261A6;
    z-index: 9999999999;
}

.scrolltotop i {
    color: #ffff;
}

@keyframes lab_top_up {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}

.pluse,
.pluse2 {
    position: relative;
    top: 10px;
    left: -8px;
    z-index: -1;
}

.pluse::before,
.pluse2::before {
    width: 40px;
    height: 40px;
}

.pluse::after,
.pluse::before,
.pluse2::after,
.pluse2::before {
    background: #0261A6;
    background: linear-gradient(0deg, #0261A6 17%, #0261A6 53%, #4A84ED 90%);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    display: block;
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
}

.pluse::after,
.pluse2::after {
    width: 30px;
    height: 30px;
    background: transparent;
    margin-left: -15px;
    margin-top: -15px;
}

.pluse::before {
    -webkit-animation: pluse_animate 2.5s infinite linear;
    animation: pluse_animate 2.5s infinite linear;
}

.pluse2::before {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

/*==== nev area start===== */

header {
    width: 100%;
    padding: 32px 0;
    background-color: #fff;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-container {
    max-width: 1740px;
}

.menu-logo {
    display: flex;
    align-items: center;
}

.logo {
    display: inline-block;
    margin-right: 20px;
}

.menu-logo span {
    color: #000;
    font-family: "General Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 58px;
}

.menu-item ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.menu-item ul li a {
    color: #000;
    font-family: "General Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    /* padding: 10px 12px;dfs */
    text-transform: uppercase;
    transition: .3s;
    position: relative;
    width: 100%;
}

.menu-item ul li a:hover {
    color: #01407E;
}

.menu-item ul li a::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #01407E;
    display: block;
    position: absolute;
    bottom: 1px;
    transition: width 370ms ease;
}

.menu-item ul li a:hover::before {
    content: "";
    width: 100%;
}

#active {
    color: #01407E;
    font-family: "General Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

#active::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #01407E;
    display: block;
    position: absolute;
    bottom: 1px;
    transition: width 370ms ease;
}

.menu-bar {
    display: none;
}

.menu-bar a {
    font-size: 30px;
    color: #01407E;
    cursor: pointer;
}

.menu-btn a {
    color: #01407E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding: 16px 24px;
    border-radius: 4px;
    background: #F0F7FF;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #F0F7FF;
}

.menu-btn a i {
    padding-top: 4px;
}

.menu-btn a:hover {
    border-radius: 4px;
    border: 1px solid #01407E;
}

/*==== nev area end===== */

/*==== sticky-nev start=== */

.fixed-menu {
    background: #fff;
    position: fixed;
    top: 0;
    animation: slide-down 0.5s !important;
    left: 0;
    right: 0;
    box-shadow: 4px -86px 103px rgba(0, 0, 0, 0.9);
    z-index: 99999;
    transition: .10s;
}

.fixed-menu .menu-bar a {
    color: #01407E !important;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*==== sticky-nev end=== */

/* ====offcanvas manu start===== */

.offcanvas-header {
    background-color: #fff;
    border-bottom: 1px solid #01407E;
}

.offcanvas-title {
    display: flex;
    align-items: center;
    gap: 5px;
}

.offcanvas-title span {
    color: #000;
    font-size: 12px;
    line-height: 17px;
    font-style: normal;
    font-weight: 400;
}

.offcanvas-header h5 img {
    max-width: 80px;
}

.offcanvas-body {
    background-color: #fff;
    padding: 0px !important;
}

.clloss-x {
    font-size: 25px;
    cursor: pointer;
    color: #01407E;
}

.clloss-x:hover {
    color: #01407E !important;
}

.offcanvas-start {
    top: 0;
    top: 0;
    left: 0;
    width: 340px;
    z-index: 11111111111111;
}

.mobile-menu-item ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    transition: .2s;
    padding: 15px 20px;
    display: block;
    transition: .2s;
}

.mobile-menu-item ul li a:hover {
    background-color: #01407E;
    color: #fff;
}

.m-active {
    background-color: #01407E !important;
    color: #fff !important;
}

.mobile-menu-item ul li a i {
    font-size: 20px;
    margin-right: 15px;
}

.mobile-menu-btn {
    padding: 10px;
}

.mobile-menu-btn a {
    color: #01407E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding: 16px 24px;
    border-radius: 4px;
    background: #F0F7FF;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #F0F7FF;
    justify-content: center;
}

.mobile-menu-btn a i {
    padding-top: 4px;
}

.mobile-menu-btn a:hover {
    border-radius: 4px;
    border: 1px solid #01407E;
}

/* ====offcanvas manu end===== */

/* =====hero-area-start===== */

.video-back {
    padding: 195px 0 95px;
    background-color: #00000079;
}

.hero-area {
    position: relative;
}

.hero-area::after {
    content: "";
    width: 180px;
    height: 51px;
    flex-shrink: 0;
    background: #0058B1;
    display: block;
    position: absolute;
    right: 0px;
    bottom: -25px;
    z-index: 999;
}

.h-cs-container {
    max-width: 1600px;
    margin: auto;
    padding: 0 15px;
}

.hero-text p {
    color: #FFF;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
}

.hero-content h2 {
    color: #00B8FF;
    font-size: 96px;
    font-style: normal;
    font-weight: 600;
    position: relative;
}

.hero-content h2::before {
    content: "";
    width: 198px;
    height: 12px;
    background: #00B8FF;
    display: block;
    position: absolute;
    left: -230px;
    top: 50px;
}

.hero-content h5 {
    color: #FFF;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 53px;
}

.hero-content p {
    color: #C8C8C8;
    font-size: 22.78px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 53px;
}

.hero-btn a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    padding: 24px 48px;
    border: 1px solid #FFF;
    transition: .4s !important;
}

.hero-btn a:hover {
    background-color: #0058B1;
    box-shadow: 0px 8px 12px 0px rgba(9, 30, 66, 0.10);
    border: 1px solid #0058B1;
    transition: .4s;
}

/* ====Poznaj ofertę IMS area start==== */

.poznaj-ims-area {
    background-color: #F7F7F7;
    padding-top: 145px;
    height: 714px;
    background-image: url(img/rsp.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.poznaj-ims-area::after {
    content: "";
    width: 180px;
    height: 51px;
    flex-shrink: 0;
    background: #0058B1;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -25px;
    z-index: 9999;
}

.po-ims-title span {
    color: #000;
    font-size: 36.49px;
    font-style: normal;
    font-weight: 400;
    display: block;
    margin-bottom: 45px;
}

.nasza-oferta-inners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.nasza-title h2 {
    color: #000;
    text-align: center;
    font-size: 22.78px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.614px;
}

.nasza-title span {
    width: 86px;
    height: 3px;
    display: block;
    background: #0058B1;
    margin: auto;
    margin-top: 90px;
    margin-bottom: 30px;
}

.nasza-items-box-content {
    padding: 48px;
    border: 1px solid var(--black-100, #E3E3E3);
    background: var(--black-50, #F7F7F7);
    min-height: 240px;
    transition: .5s all ease;
}

.nasza-items-box-content p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding: 20px 0;
}

.nasza-items-box-content a {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-decoration-line: underline;
    transition: .3s;
}

.nasza-items-box-content a:hover {
    color: #01407E;
}

.n_box_h {
    background-color: #fff;
}

#n_box_blue {
    border: 1px solid var(--black-100, #E3E3E3);
    background: var(--primary-800, #0058B1);
}

#n_box_blue p {
    color: #fff;
}

#n_box_blue a {
    color: #fff;
}

.Twoich-boxss {
    padding: 48px;
    text-align: center;
}

.Twoich-boxss span {
    width: 86px;
    height: 3px;
    background: #0058B1;
    display: block;
    margin: auto;
}

.Twoich-boxss h2 {
    color: #000;
    text-align: center;
    font-size: 22.78px;
    font-style: normal;
    font-weight: 500;
    padding: 19px 0 24px;
}

.Twoich-boxss a {
    color: #01407E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid #01407E;
    transition: .5s;
    display: inline-block;
}

.Twoich-boxss a:hover {
    background-color: #0058B1;
    color: #fff;
}

.Twoich-boxss a i {
    margin-left: 12px;
    display: inline-block;
}

/* === */

.nasza-items-box-content:hover {
    background-color: #0058B1;
    border: 1px solid #0058B1;
}

.nasza-items-box-content img:last-of-type {
    display: none;
    transition: .5s all ease;
}

.nasza-items-box-content:hover.nasza-items-box-content img:last-of-type {
    display: block;
    transition: .5s all ease;
}

.nasza-items-box-content:hover.nasza-items-box-content img:first-of-type {
    display: none;
}

.nasza-items-box-content:hover.nasza-items-box-content p {
    color: #fff;
}

.nasza-items-box-content:hover.nasza-items-box-content a {
    color: #fff;
}

/* ========Jesteśmy section start====== */

.jestesmy-sections-start {
    padding-top: 475px;
}

.jestesmy-inner {
    border-radius: 16px;
    border: 1px solid #E3E3E3;
    background: #F7F7F7;
    padding: 40px 96px;
    margin-bottom: 61px;
}

.jestesmy-left-contents h2 {
    color: #000;
    font-size: 36.49px;
    font-style: normal;
    font-weight: 500;
    line-height: 47.437px;
    margin-bottom: 26px;
}

.jestesm-btn a {
    color: #01407E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid #01407E;
    transition: .5s;
    display: inline-block;
}

.jestesm-btn a:hover {
    background-color: #0058B1;
    color: #fff;
}

.jestesm-btn a i {
    margin-left: 12px;
    display: inline-block;
}

.jestesmy-right-contents ul li {
    border-radius: 4px;
    border: 1px solid var(--black-100, #E3E3E3);
    background: #FFF;
    text-align: center;
    padding: 12px 10px;
    margin-bottom: 30px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jestesmy-right-contents ul li:last-of-type {
    margin-bottom: 0px;
}

/* Producenci-client-inner */

.Producenci-client-inner {
    margin-bottom: 128px;
}

.Producenci-client-inner h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 28px;
}

.producenci-client-items {
    border: 1px solid #E3E3E3;
    background: #FFF;
    mix-blend-mode: luminosity;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav {
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
    font-size: 16px;
    color: #01407E;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #01407E;
    display: block;
    line-height: 38px;
    transition: .4s;
}

.main-content .owl-theme .custom-nav .owl-prev i:hover,
.main-content .owl-theme .custom-nav .owl-next i:hover {
    background-color: #0058B1;
    color: #fff;
}

.main-content .owl-theme .custom-nav .owl-prev {
    right: 50px;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: -10px;
}

/* /* Poznaj-__title */

.Poznaj-__title h2 {
    color: #0058B1;
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 100px;
    margin-top: -15px;
}

/* ====IMS to firma area start===== */

.ims-to-firma-area {
    background: #F7F7F7;
    padding: 100px 0 0 0;
}

.ims-content-left {
    position: relative;
}

.im-bfr::before {
    content: "";
    width: 3px;
    height: 86px;
    background: #0058B1;
    display: block;
    position: absolute;
    top: -140px;
}

.ims-content-left h2 {
    color: #000;
    font-size: 36.49px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 21px;
}

.ims-content-left p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px;
}

.ims-img-righ {
    margin-top: -400px;
}

.sd {
    padding-left: 40px;
}

.ims-new-right-content {
    padding-left: 100px;
    padding-top: 120px;
}

.ims-new-right-content h6 {
    color: #000;
    font-size: 22.78px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.614px;
    margin-bottom: 24px;
}

.ims-new-right-content p {
    color: #434343;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    margin-bottom: 24px;
}

main {
    overflow: hidden;
}

.Global-btn a {
    color: #01407E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid #01407E;
    transition: .5s;
    display: inline-block;
}

.Global-btn a:hover {
    background-color: #0058B1;
    color: #fff;
}

.Global-btn a i {
    margin-left: 12px;
    display: inline-block;
}

/* =======Zrealizowane projekty blog start======= */

.Zrealizowane-blog-area {
    background-color: #fff;
    padding: 100px 0;
}

.Zrealizowane-blog-titles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 55px;
}

.Zrealizowane-blog-titles h2 {
    color: #000;
    font-size: 36.49px;
    font-style: normal;
    font-weight: 500;
    line-height: 47.437px;
}

.Zrealizowane-blog-post-box {
    margin-bottom: 30px;
}

.Zrealizowane-blog-img {
    overflow: hidden;
    height: 223px;
    background-color: #DDDDDD;
}

.Zrealizowane-blog-img img {
    transition: .5s;
    width: 100%;
    height: 100%;
}

.Zrealizowane-blog-img img:hover {
    transform: scale(1.1);
}

.Zrealizowane-blog-content {
    border: 1px solid#E3E3E3;
    background: #FFF;
    padding: 32px;
}

.Zrealizowane-blog-content h2 {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.4px;
    margin-bottom: 12px;
    display: block;
}

.Zrealizowane-blog-content p {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 24px;
}

.Zrealizowane-blog-content p span {
    color: #515151;
    font-weight: 500;
    line-height: 21px;
}

.blog-link-btn a {
    color: #01407E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    display: inline-block;
    transition: .2s;
}

.blog-link-btn a:hover {
    color: #000;
}

.blog-link-btn a i {
    color: #01407E;
    font-size: 14px;
    font-style: normal;
    margin-left: 12px;
    transition: .2s;
}

.blog-link-btn a:hover i {
    margin-left: 18px;
    transition: .2s;
    color: #000;
}

/*=========== Nasz serwis area start======== */

.nasz-serwis-area {
    position: relative;
}

.nasz-serwis__inner {
    padding: 92px 0;
    background-image: url(img/nasz-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 57px;
}

.nasz-serwis-area::before {
    content: "";
    width: 180px;
    height: 51px;
    flex-shrink: 0;
    background: #0058B1;
    display: block;
    position: absolute;
    right: 0px;
    bottom: -25px;
    z-index: 9999;
}

.nasz-serwis-area::after {
    content: "";
    width: 180px;
    height: 51px;
    flex-shrink: 0;
    background: #0058B1;
    display: block;
    position: absolute;
    left: 0px;
    top: -25px;
    z-index: 9999;
}

.nsaz__boxs ul {
    display: flex;
    justify-content: space-between;
}

.nsaz__boxs ul li h2 {
    color: #FFF;
    font-size: 36.49px;
    font-style: normal;
    font-weight: 500;
    line-height: 47.437px;
    /* 130% */
    margin-bottom: 24px;
}

.nsaz__boxs ul li p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    /* 130% */
}

.Global-btn2 a {
    color: #01407E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding: 16px 24px;
    border-radius: 4px;
    transition: .5s;
    display: inline-block;
    background-color: #fff;
}

.Global-btn2 a:hover {
    background-color: #0058B1;
    color: #fff;
}

.Global-btn2 a i {
    margin-left: 12px;
    display: inline-block;
}

.space-blank {
    margin-bottom: 90px;
}

/* =====Upcoming workshops area start========= */

.upcoming-workshops-area {
    background-color: #F7F7F7;
    padding-top: 77px;
    position: relative;
    padding-bottom: 70px;
}

.upcoming-workshops-area::before {
    content: "";
    width: 100%;
    height: 442px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.upcoming-workshops-box {
    position: relative;
    margin-bottom: 50px;
}

.upcoming-workshops-img {
    width: 100%;
    height: 338px;
    background-color: #dddddd;
}

.upcoming-workshops-img img {
    width: 100%;
    height: 100%;
}

.upcoming-workshops-box-content {
    border: 1px solid #E3E3E3;
    background: #FFF;
    padding: 48px;
    /* position: absolute; */
    margin-left: 97px;
    margin-top: -84px;
    position: relative;
}

.upcoming-workshops-box-content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 20px;
}

.upcoming-workshops-box-content ul li span:first-of-type {
    color: #0063E4;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    /* 150% */
    display: block;
}

.upcoming-workshops-box-content ul li span:last-of-type {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    display: block;
}

.upcoming-workshop_title h2 {
    color: #000;
    font-size: 22.78px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.614px;
    margin-bottom: 12px;
}

.upcoming-workshop_title p {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 24px;
}

.workshop-btn-link a {
    color: #01407E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    display: inline-block;
    transition: .2s;
}

.workshop-btn-link a:hover {
    color: #000;
}

.workshop-btn-link a i {
    margin-left: 12px;
    transition: .2s;
}

.workshop-btn-link a:hover i {
    margin-left: 17px;
}

.Overlapping-conferences-inner {
    background: #0058B1;
    padding: 45px 56px;
}

.Overlapping-con_left {
    text-align: center;
}

.Overlapping-con_left span {
    width: 86px;
    height: 3px;
    background: #FFF;
    display: block;
    margin: 100px auto 24px;
}

.Overlapping-con_left h2 {
    color: #FFF;
    text-align: center;
    font-size: 36.49px;
    font-style: normal;
    font-weight: 500;
    line-height: 47.437px;
    margin-bottom: 24px;
}

.Overlapping-con_left p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.xtd a {
    border: 1px solid #fff;
}

.xtd a:hover {
    background-color: #F0F7FF;
    color: #01407E;
    border: 1px solid #000;
}

.Overlapping-img {
    width: 100%;
    height: 422px;
    background-color: #DDDDDD;
}

.Overlapping-img img {
    width: 100%;
    height: 100%;
}

/* ===== News with IMS area start====== */

.news-with-ims-area {
    padding: 68px 0;
    background: #FFF;
}

.news_ims-titles h2 {
    color: #000;
    font-size: 36.49px;
    font-style: normal;
    font-weight: 500;
    line-height: 47.437px;
    margin-bottom: 33px;
}

.news-with-ims-box {
    margin-bottom: 36px;
    position: relative;
    z-index: 999;
}

.news-with-ims-box_img {
    position: relative;
    width: 100%;
    height: 220px;
    background-color: #DDDDDD;
    overflow: hidden;
}

.news-with-ims-box_img img {
    width: 100%;
    height: auto;
    min-height: 220px;
}

.news-ims-date {
    color: #FFF;
    font-size: 12.64px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.96px;
    /* 150% */
    padding: 15px 24px;
    background: #0058B1;
    display: inline-block;
    position: absolute;
    left: 33px;
    bottom: 23px;
}

.news-with-ims-box-content {
    border: 1px solid #E3E3E3;
    background: #FFF;
    padding: 32px;
}

.news-with-ims-box-content a h2 {
    color: #000;
    font-size: 22.78px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.614px;
    /* 130% */
    margin-bottom: 12px;
}

.news-with-ims-box-content p {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    margin-bottom: 20px;
}

.news-with-ims-btn a {
    color: #01407E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    display: inline-block;
    transition: .2s;
}

.news-with-ims-btn a:hover {
    color: #000;
}

.news-with-ims-btn a i {
    margin-left: 12px;
    transition: .2s;
}

.news-with-ims-btn a:hover i {
    color: #000;
    margin-left: 17px;
}

/* =====Let's talk about cooperation start===== */

.contact-cooperation-area {
    background-image: url(img/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.cnt-overlay {
    padding: 118px 0 68px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0.69) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000000de 100%), url(<path-to-image>) rgba(211, 211, 211, 0) 50% / cover no-repeat;
}

.contact-cooperation-area::before {
    content: "";
    width: 180px;
    height: 51px;
    flex-shrink: 0;
    background: #0058B1;
    display: block;
    position: absolute;
    right: 0px;
    bottom: -25px;
    z-index: 999;
}

.contact-cooperation-area::after {
    content: "";
    width: 180px;
    height: 51px;
    flex-shrink: 0;
    background: #0058B1;
    display: block;
    position: absolute;
    left: 0px;
    top: -25px;
    z-index: 9999;
}

.contact-cooperation_left {
    padding-right: 80px;
    margin-top: 100px;
}

.contact-cooperation_left span {
    width: 86px;
    height: 3px;
    background: #0058B1;
    display: block;
    margin-bottom: 35px;
}

.contact-cooperation_left h2 {
    color: #FFF;
    font-size: 36.49px;
    font-style: normal;
    font-weight: 500;
    line-height: 47.437px;
    margin-bottom: 35px;
}

.contact-cooperation_left p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px;
}

.contact-cooperation_left ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-cooperation_left ul li a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid #fff;
    transition: .5s;
    display: inline-block;
}

.contact-cooperation_left ul li a i {
    margin-left: 12px;
    display: inline-block;
}

.contact-cooperation_left ul li:last-of-type a {
    color: #01407E;
    background-color: #fff;
}

.contact-cooperation_left ul li a:hover {
    background-color: #0058B1;
    color: #fff;
    border: 1px solid #0058B1;
}

/* contact-cooperation_right */

.contact-cooperation_right form {
    background-color: #fff;
    padding: 48px;
}

.contact-cooperation_right form h2 {
    color: #000;
    font-size: 25.63px;
    font-style: normal;
    font-weight: 500;
    line-height: 33.319px;
    margin-bottom: 24px;
}

.cont-form-item {
    margin-bottom: 24px;
}

.cont-form-item label {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    display: block;
    margin-bottom: 8px;
}

.cont-form-item input {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    display: block;
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #C8C8C8;
    outline: none;
}

.cont-form-item input::placeholder {
    color: #515151;
    opacity: 1;
}

.cont-form-item textarea {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    display: block;
    width: 100% !important;
    padding: 12px 20px;
    border: 1px solid #C8C8C8;
    outline: none;
    resize: none;
}

.cont-form-item textarea::placeholder {
    color: #515151;
    opacity: 1;
}

.check-box {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1.6px solid #A4A4A4;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-box input:checked~.checkmark:after {
    display: block;
}

.check-box input:checked~.checkmark {
    display: block;
    background-color: #0058B1;
    border: 1px solid #0058B1;
}

.check-box .checkmark:after {
    left: 7px;
    top: 0px;
    width: 8px;
    height: 17px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cont-form-submit-btn button {
    color: #01407E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    width: 100%;
    padding: 16px 20px;
    border-radius: 4px;
    background: #F0F7FF;
    border: 1px solid #F0F7FF;
    transition: .3s;
}

.cont-form-submit-btn button i {
    margin-left: 12px;
}

.cont-form-submit-btn button:hover {
    border: 1px solid #01407E;
}

/* ==========footer area start =========== */

footer {
    padding: 80px 0 42px 0;
    background-color: #fff;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.footer-logo span {
    color: #000;
    font-family: "General Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer-left-item ul li {
    margin-bottom: 27px;
}

.footer-left-item ul li p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 1px;
}

.footer-left-item ul li span {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    display: block;
}

.footer-left-item ul li a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 1px;
    text-decoration-line: underline;
    display: block;
    margin-bottom: 5px;
}

.footer-left-item ul li a:hover {
    color: #01407E;
}

.footer-item ul li {
    margin-bottom: 20px;
}

.footer-item ul li span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.footer-item ul li a {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    transition: 1;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.footer-item ul li a:hover {
    color: #01407E;
}

.footer-item ul li a::before {
    content: "";
    width: 0;
    height: 1.5px;
    background-color: #01407E;
    display: block;
    position: absolute;
    bottom: 0px;
    transition: width 370ms ease;
}

.footer-item ul li a:hover::before {
    content: "";
    width: 100%;
}

.footer-item ul li a small {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: .3s;
}

.footer-item ul li a small:hover {
    color: #01407E;
}

.ft-mdl {
    padding-left: 18px;
}

.ft-2bdr {
    padding-left: 35px;
    border-left: 1px solid #C8C8C8;
}

.ft-5bdr {
    border-right: 1px solid #C8C8C8;
}

.ft-2-1bdr {
    padding-left: 30px;
    border-right: 1px solid #C8C8C8;
}

.ft-3bdr {
    padding-left: 20px;
}

/* copyrightarea-start */

.copyright-area {
    background: #F7F7F7;
    padding: 30px 0;
}

.copyright-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-content p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.copyright-content span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.copyright-content span a {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    text-decoration-line: underline;
    transition: .3s;
}

.copyright-content span a:hover {
    text-decoration-line: none;
}

/* ==========================
aktualności page start
======================== */

.hero-pagination-area {
    min-height: 516px;
    background-image: url(img/pg1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.hero-pagination-area::before {
    content: "";
    width: 180px;
    height: 51px;
    flex-shrink: 0;
    background: #0058B1;
    display: block;
    position: absolute;
    right: 0px;
    bottom: -25px;
    z-index: 999;
}

.hero-pagination-area::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(270deg, rgba(3, 34, 64, 0) 0%, #032240 49.37%), url(<path-to-image>) rgba(211, 211, 211, 0) 50% / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-pagination-content {
    position: relative;
    z-index: 999;
}

.hero-pagination-content span {
    width: 86px;
    height: 3px;
    display: inline-block;
    background: #0058B1;
    margin-bottom: 17px;
}

.hero-pagination-content h2 {
    color: #FFF;
    font-size: 41.05px;
    font-style: normal;
    font-weight: 600;
    line-height: 53.365px;
    margin-bottom: 20px;
}

.hero-pagination-content p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px;
    margin-bottom: 20px;
}

.pt1 {
    margin-top: 166px;
}

.hero-pagination-link {
    position: absolute;
    bottom: 45px;
    z-index: 9999;
}

.hero-pagination-link ul {
    display: flex;
    gap: 4px;
    align-items: center;
}

.hero-pagination-link ul li {
    color: #81909F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    transition: .3s;
}

.hero-pagination-link ul li a {
    color: #81909F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    transition: .3s;
}

.hero-pagination-link ul li a:hover {
    color: #fff;
}

/* ========= */

.news-with2s {
    margin-top: -98px;
    padding-bottom: 50px;
    z-index: 999999;
}

.news-with-pg-btn {
    margin-top: 10px;
}

.news-with-pg-btn ul {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.news-with-pg-btn ul li a {
    color: #01407E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    width: 60px;
    height: 60px;
    display: block;
    line-height: 60px;
    border-radius: 4px;
    border: 1px solid #01407E;
    text-align: center;
    transition: .2s;
}

.news-with-pg-btn ul li a:hover {
    background: #F0F7FF;
    border: 1px solid #F0F7FF;
}

.news-with-pg-active {
    background: #F0F7FF;
    border: 1px solid #F0F7FF !important;
}

/* ================
WPIS AKTUALNOŚCI page start 
===================== */

.hero-pg2 {
    background-image: url(img/pg2.png);
}

.pt2 {
    margin-top: 126px;
}

/* various_evolved-content */

.various_evolved-area {
    padding: 66px 0 30px 0;
}

.various_evolved-content {
    max-width: 752px;
    margin: auto;
}

.various_evolved-content p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
}

.various_evolved-content h2 {
    color: #000;
    font-size: 32.44px;
    font-style: normal;
    font-weight: 500;
    line-height: 42.172px;
    margin-bottom: 16px;
}

.various_evolved-content ul {
    margin-bottom: 200px;
}

.various_evolved-content ul li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    margin-bottom: 32px;
    padding-left: 30px;
}

.various_evolved-content ul li::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(img/ficheck.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 2px;
}

.various-image img {
    width: 100%;
}

.h-pg-time {
    position: absolute;
    right: 0px;
    bottom: -50px;
    z-index: 9999;
}

.h-pg-time span {
    color: #FFF;
    font-size: 12.64px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.96px;
    /* 150% */
    display: inline-block;
    padding: 12px 24px;
    background: #0058B1;
}

/* ======================
POJ. WARSZTAT page start
====================== */

.hero-pg4 {
    background-image: url(img/pg4.png);
}

.Hysteroscopic_workshops-content {
    max-width: 100% !important;
}

.p-time-s {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    display: block;
}

.p-time-s-text {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    display: block;
    margin-bottom: 20px;
}

.Hysteroscopic_workshops-content h2 {
    color: #000;
    font-size: 22.78px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.614px;
    /* 130% */
}

.workshops-rt-inner {
    padding-left: 100px;
}

.wrk-logo {
    margin-bottom: 24px;
}

.workshops-rt-box {
    border: 1px solid #E3E3E3;
    background: #FFF;
    padding: 24px;
    padding-bottom: 5px;
    margin-bottom: 22px;
}

.workshops-rt-box h2 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.workshops-rt-box h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

.workshops-rt-box p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.workshops-rt-box small {
    color: #515151;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-bottom: 20px;
}

.workshops-rt-box span {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    display: block;
    margin-bottom: 24px;
}

.dttd {
    border-bottom: 1px solid #A4A4A4;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.workshops-rt-box a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    text-decoration-line: underline;
    display: block;
    margin-bottom: 8px;
    transition: .2s;
}

.workshops-rt-box a:hover {
    color: #01407E;
}

.workshops-rt-box a>span {
    border-bottom: none !important;
}

.poj-up-__ {
    margin-top: 110px;
}

/* =======================
oferta page start 
============================= */

.hero-pg5 {
    background-image: url(img/pg5.png);
}

.operating-block-area_ {
    background-color: #fff;
    padding: 0px 0 0px 0;
}

.operating-block-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0px 0px;
    padding-bottom: 48px;
    margin-top: -30px;
    position: relative;
    z-index: 99999;
}

.operating-block-boxs_ {
    border: 1px solid #E3E3E3;
    padding: 12px 24px;
    background-color: #fff;
    text-align: center;
    transition: .3s;
    cursor: pointer;
}

.operating-block-boxs_ img {
    display: inline-block;
    margin-bottom: 4px;
    width: 24px;
    text-align: center;
    margin: auto;
    transition: .3s;
}

.operating-block-boxs_ img:first-of-type {
    display: block;
    transition: .3s;
}

.operating-block-boxs_ img:last-of-type {
    display: none;
    transition: .3s;
}

.operating-block-boxs_ h2 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.operating-block-boxs_:hover {
    border: 1px solid #0058B1;
    background-color: #0058B1;
}

a.operating-block-boxs_.active {
    border: 1px solid #0058B1;
    background-color: #0058B1;
}


a.operating-block-boxs_.active h2 {
    color: #fff;
}


.operating-block-boxs_:hover h2 {
    color: #fff !important;
}

.operating-block-boxs_:hover.operating-block-boxs_ img:first-of-type {
    display: none;
}

.operating-block-boxs_:hover.operating-block-boxs_ img:last-of-type {
    display: block;
}

.operating-block-boxs_.active.operating-block-boxs_ img:first-of-type {
    display: none;
}

.operating-block-boxs_.active.operating-block-boxs_ img:last-of-type {
    display: block;
}

.Nazwa-produktu-items {
    margin-bottom: 50px;
}

.Nazwa-product-img {
    border: 1px solid#E3E3E3;
    background: #F9F9F9;
    text-align: center;
    height: 350px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 32px;
}

.Nazwa-product-text h2 {
    color: #000;
    font-size: 22.78px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.614px;
    margin-bottom: 24px;
}

.Nazwa-product-text p {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 24px;
}

.Nazwa-product-text ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.Nazwa-product-text ul li {
    width: 50%;
}

.Nazwa-product-text ul li a {
    color: #E5252A;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    display: block;
    text-align: center;
    padding: 16px 2px;
    border-radius: 4px;
    border: 1px solid #E5252A;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.Nazwa-product-text ul li:last-of-type a {
    border-radius: 4px;
    border: 1px solid #01407E;
    color: #01407E;
}

.Nazwa-product-text ul li:last-of-type a i {
    display: inline-block;
}

.Nazwa-product-text ul li:last-of-type a:hover {
    background-color: #0058B1;
    color: #fff;
}

.Nazwa-product-text ul li a img:last-of-type {
    display: none;
}

.Nazwa-product-text ul li:first-of-type a:hover {
    background-color: #E5252A;
    color: #fff;
}

.Nazwa-product-text ul li a img:last-of-type {
    display: none;
}

.Nazwa-product-text ul li:first-of-type a:hover img:first-of-type {
    display: none;
}

.Nazwa-product-text ul li:first-of-type a:hover img:last-of-type {
    display: block;
}

/*======================
 O NAS page start
==================== */

.hero-pg6 {
    background-image: url(img/pg6.png);
}

.medical_solutions_area {
    padding: 125px 0 0 0;
    background-color: #fff;
}

.medical_solutions_img {
    height: 461px;
    background-color: #ddd;
}

.medical_solutions_img img {
    width: 100%;
    height: 100%;
}

.medical_solutions_contents {
    padding: 48px;
    background: #FFF;
}

.medical_solutions_contents span {
    width: 86px;
    height: 3px;
    background: #0058B1;
    margin-bottom: 24px;
    display: block;
}

.medical_solutions_contents h2 {
    color: #000;
    font-size: 32.44px;
    font-style: normal;
    font-weight: 500;
    line-height: 42.172px;
    margin-bottom: 24px;
}

.medical_solutions_contents p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.medical_solutions_contents small {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.mdc2spn {
    margin-top: 50px;
}

.mdc-sol_2area {
    background: #F7F7F7;
}

.medical_solutions2_img {
    height: 779px;
    background-color: #ddd;
}

.medical_solutions2_img img {
    width: 100%;
    height: 100%;
}

.medical_solutions2_contents {
    padding: 48px;
    margin-top: 40px;
}

.medical_solutions2_contents p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.nas10span {
    margin-bottom: 10px;
}

/* ====nasze-10yeas start ==== */

.nasze-10-years {
    background-image: url(img/nsp10.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.nasze-10-years::before {
    content: "";
    width: 180px;
    height: 51px;
    flex-shrink: 0;
    background: #0058B1;
    display: block;
    position: absolute;
    left: 0px;
    top: -25px;
    z-index: 9999;
}

.nasze-10-years::after {
    content: "";
    width: 180px;
    height: 51px;
    flex-shrink: 0;
    background: #0058B1;
    display: block;
    position: absolute;
    right: 0px;
    bottom: -25px;
    z-index: 999;
}

.nasze-10-years {
    padding: 50px 0 90px;
}

.nasze-10year-left {
    text-align: center;
}

.nasze-10year-left img {
    display: inline-block;
    margin-top: 80px;
}

/* ==innovative_Medical-faq-area=== */

.innovative_Medical-faq-area {
    background-color: #fff;
    padding: 95px 0;
}

.md-faq-title span {
    width: 86px;
    height: 3px;
    display: block;
    background: #0058B1;
    margin-bottom: 24px;
}

.md-faq-title h2 {
    color: #000;
    font-size: 36.49px;
    font-style: normal;
    font-weight: 500;
    line-height: 47.437px;
    margin-bottom: 24px;
}

.md-faq-title p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 54px;
}

/* =========== */

.faq-wrapper {
    margin-bottom: 94px;
}

.accordion {
    text-align: left;
}

.accordion h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.4px;
    position: relative;
    cursor: pointer;
    display: block;
    padding: 32px 25px;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
}
.various-image{
    margin-bottom: 32px;
}
.last-accordion {
    border-bottom: 1px solid #E3E3E3;
}

/* .accordion .active {
    border-color: #0058B1;
} */

.active.last-accordion {
    border-bottom: none;
}

.accordion h3 span {
    position: absolute;
    right: 0px;
    top: 0%;
    font-size: 22px;
}

.accordion h3 small {
    display: inline-block;
    color: #01407E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
}

.accordion .collapseIcon {
    position: absolute;
    right: 20px;
    top: 40%;
    font-size: 22px;
    font-weight: 300;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.accordion .collapseIcon small {
    width: 130px;
}

.accordion .active .collapseIcon {
    position: absolute;
}

.accordion h3 small img {
    display: inline-block;
    margin-left: 5px;
}

.accordion>div {
    display: none;
    text-align: left;
    padding: 2px 25px 42px 32px;
    border-left: 1px solid #0058B1;
    border-right: 1px solid #0058B1;
    border-bottom: 1px solid #0058B1;
}

.accordion>div p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 19px;
}

.mdc2boxss {
    text-align: left;
}

/*======================
 PRODUCENCI page start 
 ====================== */

.hero-pg7 {
    background-image: url(img/pg7.png);
}

.producers_area {
    padding: 76px 0 27px 0;
    background-color: #F7F7F7;
}

.p_d_logo {
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    width: 170px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.producers__items {
    padding: 48px;
    margin-bottom: 38px;
}

.producers__items h2 {
    color: #000;
    font-size: 32.44px;
    font-style: normal;
    font-weight: 400;
    line-height: 42.172px;
}

.producers__items p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.Producenci_img {
    background-color: #ddd;
    height: 434px;
    margin-bottom: 38px;
}

.Producenci_img img {
    width: 100%;
    height: 100%;
}

/*===== Producers area start==== */

.producers_area2 {
    padding: 121px 0 0 0;
    background-color: #fff;
}

.producers-btm-inner {
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
}

.producers-btm-item_ {
    padding: 48px;
}

.producers-btm-item_ h2 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.4px;
    margin-bottom: 24px;
}

.various_evolved-content ul {
    margin-bottom: 200px;
}

.producers-btm-item_ ul li {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    margin-bottom: 32px;
    padding-left: 30px;
}

.producers-btm-item_ ul li:last-of-type {
    margin-bottom: 2px;
}

.producers-btm-item_ ul li::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(img/ficheck.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 2px;
}

.cl-inner {
    padding-top: 58px;
}

.cl__inr {
    margin-bottom: 40px;
}

/* ======================
SERWIS page strat
============================ */

.hero-pg8 {
    background-image: url(img/pg8.png);
}

.Professional-Mdc {
    padding-top: 125px;
}

.Professional-mdc_img {
    background-color: #ddd;
    height: 548px;
}

.Professional-mdc_img img {
    width: 100%;
    height: 100%;
}

.Professional-mdc-item {
    padding: 45px;
}

.Professional-mdc-item span {
    width: 86px;
    height: 3px;
    display: block;
    background: #0058B1;
    margin-bottom: 24px;
    margin-top: 50px;
}

.mdc-ul_logo {
    display: flex;
    align-items: center;
    gap: 24px;
}

.mdc-ul_logo li {
    border-radius: 4px;
    border: 1px solid var(--black-100, #E3E3E3);
    background: #FFF;
    display: flex;
    align-items: center;
    width: 161.367px;
    height: 97.769px;
    flex-shrink: 0;
    justify-content: center;
    margin-bottom: 20px;
}

.Professional-mdc-item h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 33.319px;
    margin-bottom: 20px;
}

.Professional-mdc-item p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.cl-llc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
}

.Professional-Mdc-bottom {
    margin-top: 120px;
    padding-top: 80px;
    border-top: 1px solid #C8C8C8;
}

.p_mdc_btm_item h2 {
    color: #000;
    font-size: 36.49px;
    font-style: normal;
    font-weight: 400;
    line-height: 47.437px;
    margin-bottom: 74px;
}

.p_mdc_btm_item h2 span {
    font-weight: 500;
}

.p_mdc_btm_item p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

/* instrumentation_area_box */

.instrumentation_area_box {
    padding: 94px 0;
    background-color: #F7F7F7;
    background-image: url(img/audyty.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.nstrumentation-box-content {
    max-width: 463px;
    margin: auto;
}

.nstrumentation-box-content span {
    text-align: center;
    width: 86px;
    height: 3px;
    background: #01407E;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.nstrumentation-box-content h2 {
    color: #000;
    font-size: 36.49px;
    font-style: normal;
    font-weight: 500;
    line-height: 47.437px;
    margin-bottom: 24px;
    text-align: center;
}

.nstrumentation-box-content p {
    color: var(--black-900, #000);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}


/* ======================end all the css ============== */

