@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.main-slider {
    height: calc(100vh - 90px);
    position: relative;
}

.main-slider .row {
    height: calc(100vh - 90px);
}

.main-slider .swiper {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 3;
    top: 0;
    left: 0;
}

.main-slider.video-slider .file-video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.main-slider.video-slider.items-slider .file-video::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(53,33,122,0.3);
}

.main-slider.video-slider .file-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}

.main-slider.video-slider .img-container::after {
    opacity: 0 !important;
}

.main-slider.video-slider .swiper-slide-active .img-container::after {
    opacity: 0 !important;
}

.main-slider.video-slider .img-container img {
    opacity: 0 !important;
}

.main-slider .img-container {
    aspect-ratio: unset;
    height: 100%;
    z-index: 0;
}

.main-slider .text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}

.main-slider .col, .main-slider .row {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.main-slider .col {
    width: 100%;
}


.main-slider .h3 {
    color: #399acd;
    margin: 0;
    display: block;
    margin-bottom: -6px;
    float: left;
    clear: both;
    transition: all 0.5s ease-in-out;
    transform: translateX(48px) translateY(0px);
    opacity: 0;
    font-size: 30px;
    font-weight: 800;
}

.main-slider .text-right .h3  {
    float: right;
    text-align: right;
    transform: translateX(-48px) translateY(0px);

}

.main-slider .swiper-slide-active .h3 {
    transition-delay: 0.6s;
    transform: translateX(0px) translateY(0px);
    opacity: 1;
}

.main-slider .h1 {
    color: #424244;
    display: block;
    margin: 0;
    font-weight: 800;
    font-size: 36px;
    float: left;
    clear: both;
    margin-bottom: 24px;
}

.main-slider .h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #40b4d7;
    margin-top: 18px;
}

.main-slider .text-right .h1::after {
    margin-left: auto;
    background-color: #40b4d7;
}

.main-slider .h1 {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transform: translateX(-48px) translateY(0px);
}

.main-slider .text-right .h1 {
    text-align: right;
    float: right;
    transform: translateX(48px) translateY(0px);
}


.main-slider .swiper-slide-active .h1 {
    transition-delay: 0.6s;
    transform: translateX(0px) translateY(0px);
    opacity: 1;
}


.main-slider .text-description {
    margin-bottom: 48px;
    clear: both;
    float: left;
    max-width: 50%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    transition: all 0.6s ease-in-out;

}



.main-slider .text-right .text-description {
    float: right;
    text-align: right;
}

.main-slider .swiper-slide-active .text-description {
    transition-delay: 0.9s;
    opacity: 1;
}

.main-slider .text-description p {
    margin: 0 !important;
    color: rgba(0, 0, 0, 0.55);
    font-size: 18px;
    line-height: 160%;
    font-weight: 500;
}

.main-slider .text-description p strong {
    font-weight: 400;
}

.main-slider .button {
    float: left;
    clear: both;
}

.main-slider .text-right .button {
    float: right;
}

.main-slider .button-container {
    transform: translateX(0px) translateY(-12px);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    transition-delay: 0.3s;
}

.main-slider .swiper-slide-active .button-container {
    transform: translateX(0px) translateY(0px);
    transition-delay: 1.1s;
    opacity: 1;
}

.main-slider .img-container img  {
    width: 60%;
    left: 40%;
}

.main-slider .text-right .img-container img {
    left: 0;
}

.main-slider .img-container img {
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
    opacity: 1;
    filter: blur(10px);
}


.main-slider .swiper-slide-active .img-container img {
    transition-delay: 0.3s;
    transform: scale(1);
    opacity: 1;
    filter: blur(0px);
}

.main-slider .img-container::before {
    content: '';
    display: block;
    width: 60%;
    height: 100%;
    z-index: 4;
    background-color: white;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    transform: skewX(-15deg);
    margin-left: -7.5%;
    opacity: 1;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}

.main-slider .text-right .img-container::before {
    margin-left: 47.5%;
}

.main-slider .img-container::after {
    opacity: 1;
    background-color: transparent !important;
    visibility: visible !important;
    background: linear-gradient(to right,  rgba(46,52,148,0) 0%,rgba(13,148,221,0.9) 100%); 
    display: none !important;
}

.main-slider .text-right .img-container::after {
    background: linear-gradient(to right,  rgba(46,52,148,0.9) 0%,rgba(13,148,221,0) 100%); 
}

.swiper-button-next, .swiper-button-prev {
    background-color: #ffffff;
    width: 56px;
    height: 96px;
    margin-top: -48px;
    color: black;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #184b44;
    color: white;
}

.swiper-button-next:hover {
    background-color: #184b44;
}

.swiper-button-prev {
    left: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: #424244;
    color: white;
}

.swiper-button-next {
    right: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    background-color: #424244;
    color: white;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 24px;
}

.swiper-button-prev::after {
    margin-left: -12px;
}

.swiper-button-next::after {
    margin-right: -12px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 24px;
}

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #424244 !important;
 }

 /* blog slider */
 .blog-slider .swiper-button-next, .blog-slider .swiper-button-prev {
    background-color: #4c4c4e;
    color: white;
}

.blog-slider .swiper-button-next {
    background-color: #4c4c4e;
}

.blog-slider .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.5);
}

 .blog-slider .top .col {
    flex-wrap: wrap;
 }

 .blog-slider .top .h2 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
  }



 .blog-slider .top .h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    color: #424244;
 }

 .blog-slider .top .h2 {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: translateX(-60px) translateY(0px);
 }

 .blog-slider .top .h1 {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: translateX(60px) translateY(0px);
 }

 .blog-slider.anim .top .h2 {
    opacity: 1;
    transform: translateX(0px) translateY(0px);
 }

 .blog-slider.anim .top .h1 {
    opacity: 1;
    transform: translateX(0px) translateY(0px);
 }

 .blog-slider .bottom {
    transition: all 0.6s ease-in-out;
    opacity: 0;
 }

 .blog-slider.anim .bottom {
    transition-delay: 0.6s;
    opacity: 1;
 }

 .blog-slider .top {
    padding-top: 60px;
    padding-bottom: 30px;
 }

 .blog-slider .top .row,  .blog-slider .top .col {
    padding-top: 0;
    padding-bottom: 0;
 }

 .blog-slider .bottom {
    padding-top: 60px;
    padding-bottom: 60px;
 }

 .blog-slider .bottom .row,  .blog-slider .bottom .col {
    padding-top: 0;
    padding-bottom: 0;
 }

 .blog-slider .bottom .button {
    margin-bottom: 0;
 }


 .blog-slider .text-right .section  .col-img:first-child {
    display: block;
 }

 .blog-slider .text-right .section  .col-img:last-child {
    display: none;
 }

 .blog-slider .text-right .section .button {
    background-color: #40b4d7;
 }

 .blog-slider.section:nth-child(odd) .section {
    background-color: white;
    background-color: #f9f9f9;
    border-top: 1px solid rgba(0, 0, 0, 0.0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.0);
}

.blog-slider.section:nth-child(even) .section {
    background-color: #f9f9f9;
    background-color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.0);
}

/* Opinie */

.opinions-slider .top, .opinions-slider .top  .col, .opinions-slider .bottom, .opinions-slider .bottom  .col {
    padding-top: 0;
    padding-bottom: 0;
}

.opinions-slider .top {
    padding-top: 80px;
}

.opinions-slider .bottom {
    padding-top: 24px;
    padding-bottom: 60px;
}

.opinions-slider .swiper-pagination {
    margin-bottom: 50px;
}

.opinions-slider {
    padding-bottom: 40px;
}

.opinions-slider .top .h2 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-weight: 500;
    font-size: 26px;
    font-weight: 800;
}

.opinions-slider .top .col {
    flex-wrap: wrap;
}

 .opinions-slider .top .h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    color: #424244;
    font-weight: 800;
}

.opinions-slider .top {
    transition: all 0.6s ease-in-out;
    transform: translateX(0px) translateY(-60px);
    opacity: 0;
}

.opinions-slider.anim .top {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
}

.opinions-slider .col-full {
    display: block;
    transition: all 0.6s ease-in-out;
    transform: translateX(0px) translateY(60px);
    opacity: 0;
}

.opinions-slider.anim .col-full {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateX(0px) translateY(0px);
}

.opinions-slider .col-full .swiper {
    padding: 24px;
    width: calc(100% + 48px);
    margin-left: -24px;
}

.opinions-slider .swiper-slide .full {
    padding: 24px;
    text-align: center;
    margin-top: 40px;
    min-height: 260px;
    background-color: white;
    position: relative;
    border-radius: 15px;
    box-shadow:  0px 0px 12px rgba(0, 0, 0, 0.05);
}

.opinions-slider .swiper-slide .full::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 15px;
    background-color: #40b4d7 !important;
    background: #40b4d7;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.opinions-slider .swiper-slide .full .text {
    position: relative;
    z-index: 2;
}

.section.opinions-slider:nth-child(even) .swiper-slide .full {
    background-color: #f9f9f9;
    box-shadow:  0px 0px 12px rgba(0, 0, 0, 0.075);
}

.opinions-slider .bottom .h4 {
    transition: all 0.6s ease-in-out;
    margin: 0;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: -12px;
    color: #184b44;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.opinions-slider .bottom .h5 {
    transition: all 0.6s ease-in-out;
    margin: 0;
    font-size: 16px;
    color: #184b44;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.opinions-slider .bottom p {
    transition: all 0.6s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.opinions-slider .swiper-slide.swiper-slide-next .full::before {
    opacity: 1;
}

.opinions-slider .swiper-slide.swiper-slide-next .full * {
    color: white;
}

.opinions-slider .swiper-slide .img-container  {
    aspect-ratio: 1/1;
    max-width: 120px;
    border-radius: 120px;
    margin-top: -80px;
    margin-bottom: 12px;
    border: 8px solid white;
    box-shadow:  0px 0px 12px rgba(0, 0, 0, 0.1);
}

.opinions-slider .swiper-scrollbar {
    display: none;
}

.opinions-slider .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.5);
}

.opinions-slider .swiper-button-next, .opinions-slider .swiper-button-prev {
    background-color: #4c4c4e;
    color: white;
}

.opinions-slider .swiper-button-next {
    background-color: #4c4c4e;
}

/* Certyfikaty */

.certyficates-slider .top, .certyficates-slider .top  .col, .certyficates-slider .bottom, .certyficates-slider .bottom  .col {
    padding-top: 0;
    padding-bottom: 0;
}

.certyficates-slider .top {
    padding-top: 80px;
}

.certyficates-slider .bottom {
    padding-top: 24px;
    padding-bottom: 60px;
}

.certyficates-slider .swiper-pagination {
    margin-bottom: 50px;
}

.certyficates-slider {
    padding-bottom: 40px;
}

.certyficates-slider .top .h2 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.certyficates-slider .top .col {
    flex-wrap: wrap;
}

 .certyficates-slider .top .h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
}

.certyficates-slider .top {
    transition: all 0.6s ease-in-out;
    transform: translateX(0px) translateY(-60px);
    opacity: 0;
}

.certyficates-slider.anim .top {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
}

.certyficates-slider .col-full {
    display: block;
    transition: all 0.6s ease-in-out;
    transform: translateX(0px) translateY(60px);
    opacity: 0;
}

.certyficates-slider.anim .col-full {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateX(0px) translateY(0px);
}

.certyficates-slider .col-full .swiper {
    padding: 24px;
    width: calc(100% + 48px);
    margin-left: -24px;
}

.certyficates-slider .swiper-slide .full {
    padding: 12px;
    text-align: center;
    margin-top: 0;
    background-color: white;
    position: relative;
    border-radius: 5px;
    box-shadow:  0px 0px 12px rgba(0, 0, 0, 0.05);
}


.certyficates-slider .swiper-slide .full .text {
    position: relative;
    z-index: 2;
}

.section.certyficates-slider:nth-child(even) .swiper-slide .full {
    background-color: #f9f9f9;
    box-shadow:  0px 0px 12px rgba(0, 0, 0, 0.075);
}


.certyficates-slider .bottom .h5 {
    transition: all 0.6s ease-in-out;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}



.certyficates-slider .swiper-slide.swiper-slide-next .full::before {
    opacity: 1;
}


.certyficates-slider .swiper-slide .img-container  {
    width: 100%;
    height: auto;
    aspect-ratio: 400/550;
    margin-bottom: 12px;
}

.certyficates-slider .swiper-scrollbar {
    display: none;
}

.certyficates-slider .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.5);
}

.certyficates-slider .swiper-button-next, .certyficates-slider .swiper-button-prev {
    background-color: #36227a;
    color: white;
}

.certyficates-slider .swiper-button-next {
    background-color: #36227a;
}

/* Koniec Certyfikaty */

/* Team */

.team-slider .top, .team-slider .top  .col, .team-slider .bottom, .team-slider .bottom  .col {
    padding-top: 0;
    padding-bottom: 0;
}

.team-slider .top {
    padding-top: 80px;
}

.team-slider .bottom {
    padding-top: 24px;
    padding-bottom: 60px;
}

.team-slider .swiper-pagination {
    margin-bottom: 50px;
}

.team-slider {
    padding-bottom: 40px;
}

.team-slider .top .h2 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.team-slider .top .col {
    flex-wrap: wrap;
}

 .team-slider .top .h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
}

.team-slider .top {
    transition: all 0.6s ease-in-out;
    transform: translateX(0px) translateY(-60px);
    opacity: 0;
}

.team-slider.anim .top {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
}

.team-slider .col-full {
    display: block;
    transition: all 0.6s ease-in-out;
    transform: translateX(0px) translateY(60px);
    opacity: 0;
}

.team-slider.anim .col-full {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateX(0px) translateY(0px);
}

.team-slider .col-full .swiper {
    padding: 24px;
    width: calc(100% + 48px);
    margin-left: -24px;
}

.team-slider .swiper-slide .full {
    padding: 24px;
    padding-bottom: 48px;
    text-align: center;
    margin-top: 120px;
    min-height: 0;
    background-color: white;
    position: relative;
    border-radius: 15px;
    box-shadow:  0px 0px 12px rgba(0, 0, 0, 0.05);
}

.team-slider .swiper-slide .full::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 15px;
    background-color: transparent !important;
    background: linear-gradient(to right, rgba(63,39,145,1) 0%,rgba(201,55,146,1) 100%);

    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.team-slider .swiper-slide .full .text {
    position: relative;
    z-index: 2;
}

.section.team-slider:nth-child(even) .swiper-slide .full {
    background-color: #f9f9f9;
    box-shadow:  0px 0px 12px rgba(0, 0, 0, 0.075);
}

.team-slider .bottom .h4 {
    transition: all 0.6s ease-in-out;
    margin: 0;
    font-size: 24px;
    margin-bottom: 6px;
}

.team-slider .bottom .h5 {
    transition: all 0.6s ease-in-out;
    margin: 0;
    font-size: 16px;
    margin-top: 12px;
}

.team-slider .bottom p {
    transition: all 0.6s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.team-slider .swiper-slide.swiper-slide-next .full::before {
    opacity: 1;
}

.team-slider .swiper-slide.swiper-slide-next .full * {
    color: white;
}

.team-slider .swiper-slide .img-container  {
    aspect-ratio: 1/1;
    max-width: 180px;
    border-radius: 120px;
    margin-top: -110px;
    margin-bottom: 12px;
    border: 8px solid white;
    box-shadow:  0px 0px 12px rgba(0, 0, 0, 0.1);
}

.team-slider .swiper-scrollbar {
    display: none;
}

.team-slider .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.5);
}

.team-slider .swiper-button-next, .team-slider .swiper-button-prev {
    background-color: #36227a;
    color: white;
}

.team-slider .swiper-button-next {
    background-color: #36227a;
}

.team-slider .swiper-slide ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.team-slider .swiper-slide ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}



/* Koniec Team */


.product-slider-page {
    padding-top: 64px;
    position: relative;
}

.product-slider-page .row.top {
    padding: 0;
    padding-bottom: 32px;
}

.product-slider-page .row.top .col {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
}

.product-slider-page .row.top .h2 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-weight: 500;
    font-size: 26px;
    font-weight: 800;
}

.product-slider-page .row.top .h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    color: #424244;
    font-weight: 800;
}


.product-slider-page .row.bottom {
    padding: 0;
}

.product-slider-page .row.bottom .swiper {
    padding-bottom: 36px;
}

.product-slider-page  .img-container {
    aspect-ratio: 4/4;
    width: 100%;
    margin-bottom: -3px;
    border: 5px solid transparent;
    margin-bottom: 12px;
    background-color: white;
    border-radius: 1000px;
}

.section:nth-child(2n).product-slider-page .img-container {
    border-color: #f9f9f9;
}

.product-slider-page  .img-container a::before {
    content: '';
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    position: absolute;
    opacity: 1;
    z-index: 100;
    visibility: visible;
}

.product-slider-page  .img-container a:hover::before {
}

.product-slider-page  .img-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.product-slider-page .text .h4 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #424244;
    font-weight: 800;
}

.product-slider-page .text p {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 36px;
    text-align: center;
}

.product-slider-page .text {
    width: 100%;
    text-align: center;
}

.product-slider-page .swiper-scrollbar {
    display: none;
}

.product-slider-page .swiper-button-next, .product-slider-page .swiper-button-prev {
    background-color: #4c4c4e;
    color: white;
}


.product-slider-page .swiper-button-next {
    background-color: #4c4c4e;
}

.product-slider-page .top {
    transition: all 0.6s ease-in-out;
    transform: translateX(0px) translateY(60px);
    opacity: 0;
}

.product-slider-page.anim .top {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
}

.product-slider-page .col-full {
    display: block;
    transition: all 0.6s ease-in-out;
    transform: translateX(0px) translateY(-60px);
    opacity: 0;
}

.product-slider-page.anim .col-full {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateX(0px) translateY(0px);
}

@media screen and (max-width: 1420px) {
    .main-slider .text .full {
        padding-left: 64px;
        padding-right: 64px;
    }

    .blog-slider .middle .section {
        padding-left: 64px;
        padding-right: 64px;
    }

} 

@media screen and (max-width: 1024px) {

    .main-slider .text-description {
        max-width: 100%;
    }

    .main-slider .h3 {

    }

    .main-slider .h1 {
        color: white;
    }

    .main-slider .text-description p {
        font-weight: 500;
        color: white;
    }

    .main-slider .img-container img {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    .main-slider .text-right .img-container::before, .main-slider .img-container::before {
        margin-left: 0;
        width: 100%;
        transform: skewX(0deg);
        background-color: #424245;
        opacity: 0.9;
    }



}

/* mobial */
@media screen and (max-width: 890px) {

    .main-slider {
        height: calc(100vh - 70px);
    }

    .swiper-button-next, .swiper-button-prev {
        width: 36px;
        height: 76px;
        margin-top: -38px;
        
    }

    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 16px;
    }

    .main-slider .text .full {
        padding-left: 0;
        padding-right: 0;
    }

    .main-slider .h3 {
        font-size: 26px;
    }

    .main-slider .h1 {
        font-size: 26px;
    }

    .main-slider .text-description {
        margin-bottom: 36px;
        -webkit-line-clamp: 3;
    }

    .main-slider .text-description p {
        font-size: 16px;
    }

    .product-slider-page {
        padding-top: 32px;
    }

    .product-slider-page .row.bottom .swiper {
        padding-bottom: 0;
        margin-bottom: -4px;
    }

    .product-slider-page .row.top {
        padding-bottom: 24px;
    }

    .product-slider-page .row.top .h2 {
        font-size: 14px;
    }

    .product-slider-page .row.top .h1 {
        font-size: 32px;
    }

    .product-slider-page .text .h4 {
        font-size: 22px;
    }

    .product-slider-page .text p {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .opinions-slider .top {
        padding-top: 36px;
    }

    .opinions-slider {
        padding-bottom: 0px;
    }

    .opinions-slider .bottom {
        padding-top: 9px;
        padding-bottom: 56px;
    }

    .opinions-slider .swiper-pagination {
        margin-bottom: 0;
    }

    .opinions-slider .bottom .col {
        padding-top: 0;
        padding-bottom: 0;
    }

    .opinions-slider .col-full .swiper {
        margin-bottom: -24px;
    }

    .opinions-slider .top .h2 {
        font-size: 14px;
    }

    .opinions-slider .top .h1 {
        font-size: 32px;
    }

    .opinions-slider .bottom p {
        font-size: 14px;
        margin-bottom: 18px;
        -webkit-line-clamp: 4;
    }

    /* ceryfikaty */

    .certyficates-slider .top {
        padding-top: 36px;
    }

    .certyficates-slider {
        padding-bottom: 0px;
    }

    .certyficates-slider .bottom {
        padding-top: 9px;
        padding-bottom: 56px;
    }

    .certyficates-slider .swiper-pagination {
        margin-bottom: 0;
    }

    .certyficates-slider .bottom .col {
        padding-top: 0;
        padding-bottom: 0;
    }

    .certyficates-slider .col-full .swiper {
        margin-bottom: -24px;
    }

    .certyficates-slider .top .h2 {
        font-size: 14px;
    }

    .certyficates-slider .top .h1 {
        font-size: 32px;
    }

    .certyficates-slider .bottom p {
        font-size: 14px;
        margin-bottom: 18px;
        -webkit-line-clamp: 4;
    }

    /* Team */

    .team-slider .top {
        padding-top: 36px;
    }

    .team-slider {
        padding-bottom: 0px;
    }

    .team-slider .bottom {
        padding-top: 9px;
        padding-bottom: 56px;
    }

    .team-slider .swiper-pagination {
        margin-bottom: 0;
    }

    .team-slider .bottom .col {
        padding-top: 0;
        padding-bottom: 0;
    }

    .team-slider .col-full .swiper {
        margin-bottom: -24px;
    }

    .team-slider .top .h2 {
        font-size: 14px;
    }

    .team-slider .top .h1 {
        font-size: 32px;
    }

    .team-slider .bottom p {
        font-size: 14px;
        margin-bottom: 18px;
        -webkit-line-clamp: 4;
    }

    /* Blog */

    .blog-slider .top {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .blog-slider .top .h2 {
        font-size: 14px;
    }

    .blog-slider .top .h1 {
        font-size: 32px;
    }

    .blog-slider .bottom {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .blog-slider .middle .section {
        padding-left: 36px;
        padding-right: 36px;
    }

}

@media screen and (max-width: 800px) {

    .opinions-slider .swiper-slide.swiper-slide-next .full * {
        color: rgba(0, 0, 0, 0.85);
    }

    .opinions-slider .swiper-slide.swiper-slide-next .full p {
        color: rgba(0, 0, 0, 0.5);
    }

    .opinions-slider .swiper-slide.swiper-slide-next .full::before {
        opacity: 0;
    }

    .opinions-slider .swiper-slide.swiper-slide-active .full::before {
        opacity: 1;
    }

    .opinions-slider .swiper-slide.swiper-slide-active .full * {
        color: white;
    }

    .opinions-slider .col-full .swiper {
        width: calc(100% + 48px);
        margin-left: -24px;
        padding-left: 56px;
        padding-right: 56px;
    }

    /* Team */

    .team-slider .swiper-slide.swiper-slide-next .full * {
        color: rgba(0, 0, 0, 0.85);
    }

    .team-slider .swiper-slide.swiper-slide-next .full p {
        color: rgba(0, 0, 0, 0.5);
    }

    .team-slider .swiper-slide.swiper-slide-next .full::before {
        opacity: 0;
    }

    .team-slider .swiper-slide.swiper-slide-active .full::before {
        opacity: 1;
    }

    .team-slider .swiper-slide.swiper-slide-active .full * {
        color: white;
    }

    .team-slider .col-full .swiper {
        width: calc(100% + 48px);
        margin-left: -24px;
        padding-left: 56px;
        padding-right: 56px;
    }

}

@media screen and (max-width: 540px) {

    .main-slider .text .full  {
        text-align: center !important;
    }

    .main-slider .text br {
        display: none;
    }

    .main-slider .h1, .main-slider .text-right .h1  {
        width: 100%;
        text-align: center;
    }

    .main-slider .text-right .h1::after, .main-slider .h1::after {
        margin-left: auto;
        margin-right: auto;
    }

    .main-slider .h3, .main-slider .text-right .h3 {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        text-align: center !important;
    }

    .main-slider .text-description {
        max-width: 100%;
        text-align: center !important;
        -webkit-line-clamp: 5;
    }

    .main-slider .button, .main-slider .text-right .button {
        float: none;
        clear: both;
    }

    .product-slider-page  .swiper-slide {
        text-align: center;
    }

    .product-slider-page .img-container {
        max-width: 340px;
    }

    .blog-slider .middle .section .col-text {
        text-align: center;
        margin-bottom: 24px;
    }

}   
