
#text-video {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.nav-fixed.nav-transition  header, .search-section input, .search-section button i, footer a, .swiper-pagination-bullet, .mobile-menu span,
.main-nav .mobile-menu {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.img-container a img {
transition: all 0.3s ease-in-out;
}

/* glowna nawigacja */


.main-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #341526;
    opacity: 1;
    visibility: hidden;
    opacity: 0;
}

.nav-open .main-nav {
    visibility: visible;
    opacity: 1;
}

.main-nav .row, .main-nav .wrapper {
    position: relative;
    height: 100%;
}

.main-nav .row {
    z-index: 1;
}

.main-nav .col {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    z-index: 3;
    background-color: #341526;
}


.main-nav ul, .main-nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    height: auto;
}

.main-nav .col.col1 ul {
    margin-top: 180px;
    padding-left: 12px;
    padding-right: 48px;
    margin-bottom: 48px;
}

.main-nav .col.col1 ul li a {
    display: block;
    float: left;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
    height: auto;
    text-decoration: none;
    color: white;
}

.main-nav .col.col1 ul li a i {
    float: right;
    transform: rotate(90deg);
    font-size: 60%;
    margin-top: 6px;
}

.main-nav .col.col1 ul li a.active, .main-nav .col.col1 ul li a:hover, .main-nav .col.col1 ul li a.active2 {
    color: #f01f22;
}

.main-nav .col.col1 ul li a.active i {
    transform: rotate(0deg);
}

.main-nav .col.col2 {
    margin-left: 0;
    z-index: 2;
    overflow: visible;
    background-color: transparent;
}

.main-nav .col.col2 .background1 {
    background-color: rgba(52, 21, 38, 0.8);
    z-index: 3;
}

.main-nav .col.col2 .background2 {
    background-color: rgba(52, 21, 38, 0.6);
    z-index: 2;
}

.main-nav .col.col2 .side-nav2 {
    left: 0;
    width: 100%;
}

.main-nav .col.col2 .side-nav2.active {
    left: 100%;
}

.main-nav .absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
}

.main-nav .col.col2 {
    width: 30%;
}

.main-nav .col.col2.active {
    margin-left: 30%;
    
}

.main-nav .close-this {
    display: none;
}

.main-nav .col.col2 ul {
    margin-top: 180px;
    position: relative;
    margin-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
}



.main-nav .col.col2 ul li a {
    display: block;
    float: left;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    height: auto;
    text-decoration: none;
    color: white;
    font-weight: 300;
}

.main-nav .col.col2 ul li a i {
    float: right;
    transform: rotate(90deg);
    font-size: 60%;
    margin-top: 6px;
}

.main-nav .col.col2 ul li a.active i {
    transform: rotate(0deg);
}


.main-nav .col.col2 ul li a:hover, .main-nav .col.col2 ul li a.active {
    color: #f01f22;
}

.main-nav .col.col2 .side-nav2 ul li a {
    font-weight: 300;
    font-size: 15px;
}

.main-nav .img {
    background-color: #341526;
    left: 30%;
    width: 70%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
}

.main-nav .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0;
}

.main-nav .img img.active {
    opacity: 1;
}

.main-nav .col-logo {
    width: 100%;
    position: absolute;
    height: 70px;
    z-index: 4;
    padding-left: 12px;
    padding-top: 26px;
}

.main-nav .mobile-menu, .close-side-nav {
    position: absolute;
    right: 0;
    font-size: 36px;
    color: white;
    margin-right: 24px;
}

.main-nav .mobile-menu:hover {
    color: #f01f22;
}

.main-nav .col-logo img {
    float: left;
    height: 60px;
    width: auto;
    margin-top: 5px;
}

.main-nav .col-logo img:first-child {
    height: 75px;
    margin-top: 0;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    z-index: 100;
}


.nav-fixed  header {
    background-color: white;
    position: fixed;
    padding-top: 12px;
    padding-bottom: 12px;
    transform: translateY(-120px);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}

.nav-fixed.nav-in header {
    transform: translateY(0);
}


header .row  {
    justify-content: space-between;
    align-items: center;
}

/* nav logo */

header .col-logo {
    position: relative;
    height: 60px;
    width: 100%;
    max-width: 230px;
}

header::before {
    content: '';
    width: 100vw;
    height: 32px;
    position: absolute;
    bottom: 0;
    right: 50%;
    background-color: white;
    margin-bottom: -28px;
    z-index: -2;
    margin-right: 360px;
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
}

header::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
}

.nav-fixed header::before, .nav-fixed header::after {
    opacity: 1;
}


header .col-logo .absolute {
    position: absolute;
    top: 0;
    left: 12px;
} 

header .col-logo .absolute.light {
    opacity: 0;
    visibility: hidden;
}

.nav-fixed header .col-logo .absolute.dark {
    opacity: 0;
    visibility: hidden;
}

.nav-fixed header .col-logo .absolute.light {
    opacity: 1;
    visibility: visible;
}

header .col-logo img:first-child {
    height: 100px;
    margin-top: -10px;
}

header .col-logo img {
    float: left;
    height: 50px;
    width: auto;
    margin-top: 5px;
}

/* nav middle */
header .col-small-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}


header .col-small-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.nav-fixed header .col-small-menu ul {
    visibility: hidden;
    opacity: 0;
}

header .col-small-menu ul li {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
}

header .col-small-menu ul li a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
}


/* nav icons */
header .col-main-nav {
    display: flex;
    width: auto;
}

header .col-main-nav ul {
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

header .col-main-nav ul li {
    display: inline-block;
    margin-left: 12px;
}

header .col-main-nav ul li:last-child {
    margin-left: 18px;
}

header .col-main-nav ul li a {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    line-height: 24px;
    text-align: center;
    color: white;
    font-size: 22px;
}

.nav-fixed header .col-main-nav ul li.search, .nav-fixed header .col-main-nav ul li.language {
    opacity: 1;
    
}

.nav-fixed  header .col-main-nav ul li a  {
    color: #1b335a;
    opacity: 1;
}


header .col-main-nav ul li .mobile-menu {
    display: block;
    width: 40px;
    height: 30px;
    position: relative;
    margin-right: 0;
    margin-left: 12px;
}


.mobile-menu span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background-color: white;
    z-index: 1;

}

.mobile-menu:hover span {
    
}

.nav-fixed .mobile-menu span {
    background-color: #341526;
}

.mobile-menu span:first-child {
    margin-top: -15px;
    left: 0;
}

.mobile-menu span:last-child {
    margin-top: 12px;
    left: 0;
}

header .col-main-nav li {
    position: relative;
}

header .col-main-nav ul.dropdown {
    display: block;
    background-color: #f2f2f2;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 80px;
    left: 50%;
    top: 30px;
    margin-left: -40px;
    margin-top: 6px;
    border-radius: 5px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
}

.lang-nav-open header .col-main-nav ul.dropdown {
    visibility: visible;
    opacity: 1;
}

header .col-main-nav ul.dropdown::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #f2f2f2 transparent;

}

header .col-main-nav ul.dropdown li, header .col-main-nav ul.dropdown li a {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

header .col-main-nav ul.dropdown li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

header .col-main-nav ul.dropdown li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

header .col-main-nav ul.dropdown li a {
    font-size: 15px;
    color: black;
    text-align: center;
    text-decoration: none;
}

header .col-main-nav ul.dropdown li.active a {
    background-color: #011f2c;
    color: white;
}

.main-slider {
    background-color: black;
    position: relative;
    width: 100%;
    height: auto;
    height: 100vh;
    overflow: hidden;
}

.main-slider .video-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    1max-width: 1920px;
    1aspect-ratio: 16/9;
    height: 100vh;
    position: relative;
    z-index: 0;
}

.main-slider video {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    object-fit: cover;
}

.main-slider::before  {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;


}

.main-slider::before {
    background-color: #341526;
    opacity: 0;
}

.main-slider .mouse-icon {
    float: right;
    width: 50px;
    height: 76px;
    margin-top: 120px;
    border: 2px solid white;
    border-radius: 45px;
    position: relative;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}



.main-slider .mouse-icon::before {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -3px;
    border-radius: 22px;
    background-color: #f37e0f;
    z-index: 1;
}

.main-slider .mouse-icon::after {
    content: '';
    display: block;
    width: 2px;
    height: 32px;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    margin-top: 0;
    border-radius: 22px;
    z-index: 0;
    opacity: 0.5;
}

.mouse-icon span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: white;
    z-index: 0;
    left: 0;
    top: 0;
    margin-top: 32px;
    opacity: 0.5;
    display: none;
}

.mouse-icon i {
    display: block;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    text-align: center;
    opacity: 0.5;
}

.main-slider .absolute {
    width: 100%;
    height: 240px;
    position: absolute;
    z-index: 3;
    bottom: 100px;
    left: 0;
    color: white;
}

.main-slider .text-slider {
    text-align: center;
}

.main-slider .text-slider span{
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0;
    min-height: 25px;
    line-height: 25px;
    text-align: left;
    width: auto;
    background-color: #f01f22;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    opacity: 0;
    margin-bottom: 12px;
}


.main-slider .text-slider p {
    margin: 0;
    padding: 0;
    font-size: 50px;
    color: white;
    font-weight: 100;
    line-height: 110%;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15%;
    padding-right: 15%;
    opacity: 0;
}

.main-slider .text-slider i {
    color: #ff850f !important;
}

.main-slider .typed-cursor {
    display: none;
}

.swipervideo .swiper-slide {
    visibility: hidden;
}

.swipervideo .swiper-slide-active {
    opacity: 1;
    visibility: visible;
}


/* wyszukiwarka */

.search-section .row {
    padding-top: 18px;
    padding-bottom: 18px;
    align-items: center;
}

.search-section input {
    width: calc(100% - 60px);
    height: 60px;
    display: block;
    float: left;
    border: none;
    border-bottom: 3px solid #e6e6e6;
    line-height: 60px;
    font-size: 22px;
    font-weight: 200;
    padding-left: 24px;
    padding-right: 24px;
    color: #011f2c;
}

.search-section input:focus {
    outline: none;
    border-color: #011f2c;
    border-color: #f01f22;
}

.search-section button {
    display: block;
    border: none;
    width: 60px;
    height: 60px;
    border-bottom: 3px solid #011f2c;
    display: block;
    float: left;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    color: #f01f22;
    background-color: transparent;
    cursor: pointer;
}

.search-section button:hover i {
    transform: translateY(-5px);
}

/* breadcrumb*/

.breadcrumb {
    display: flex;
    list-style: none;
}

.breadcrumb li {
    margin-left: 6px;
    margin-right: 6px;
    
}

.breadcrumb li, .breadcrumb li a {
    font-size: 13px;
    text-decoration: none;
    color: #001e2b;
    font-weight: 300;
}

.breadcrumb li span {
    color: #d0d0d0;
}

.breadcrumb li span i {
    font-size: 70%;
}

/* sekcja oferty slajder */

.offer-slider, .news-slider {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b2b2b2+0,ffffff+100 */
margin-top: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6d6d6+0,ffffff+100 */
background: rgb(214,214,214); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(214,214,214,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.offer-slider .row {
    width: 100%;
}

.offer-slider .col.nopadding {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}


.offer-slider .img-container-slider {
    width: 100%;
    height: 610px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.offer-slider .img-container-slider img {
    width: 800px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: contain;
    z-index: 1;
    margin-left: -400px;
    margin-top: -200px;
}

.offer-slider .img-container-slider .h3 {
    font-size: 120px;
    line-height: 100%;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    opacity: 0.75;
    max-width: 1280px;
    display: inline-block;
    display: block;
    letter-spacing: -2px;
    margin-top: 300px;
}

.offer-slider .swiper {
    width: 100%;
    height: auto;
  }

.offer-slider .text-container-slider {
    width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    text-align: center;
}  

.offer-slider .text-container-slider .h2, .tenders .h2, .news-slider .h2, .aboutus .h2, .aboutus-page .h2, .newsleter .h2, .text-section .h2, .contact-form .h2, .contact-info .h2 {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 900;
    letter-spacing: 1px;
    background-color: #0c4d7e;
    display: inline-block;
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 12px;
}

.offer-slider .text-container-slider .h2::after, .tenders .h2::after, .news-slider .h2::after, .aboutus .h2::after, .aboutus-page .h2::after, .history-slider .top .h2::after, .newsleter .h2::after,
.text-section .h2::after, .contact-form .h2::after, .contact-info .h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9px;
    margin-bottom: 24px;
    opacity: 0.7;
    display: none;
}

.aboutus-page .h2::after, .text-section .h2::after {
    margin-bottom: 12px;
}

.offer-slider .text-container-slider p {
    color: #011f2c;
    font-weight: 300;
    font-size: 36px;
    margin-top: -10px;
    line-height: 120%;
    margin-bottom: 12px;
    width: 46%;
    margin-left: 27%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.offer-slider .text-container-slider .button {
    position: absolute;
    left: 50%;
    width: 220px;
    text-align: center;
    margin-left: -110px;
    bottom: 100px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.offer-slider .swiper-button-next, .offer-slider .swiper-button-prev, .swiper-button-next, .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-color: white;
    color: #d6d6d6;
    border-radius: 100px;
    margin-top: -60px;
}

.offer-slider .swiper-button-next, .swiper-button-next  {
    right: 50%;
    margin-right: -660px;
}

.offer-slider .swiper-button-prev, .swiper-button-prev  {
    left: 50%;
    margin-left: -660px;
}

.offer-slider .swiper-button-next::after, .offer-slider .swiper-button-prev::after, .swiper-button-next::after, .swiper-button-prev::after  {
    font-size: 18px;
}

.offer-slider .swiper-pagination-bullet, .news-slider .swiper-pagination-bullet, .product  .swiper-pagination-bullet   {
    width: 48px;
    height: 4px;
    border-radius: 0px;
    background-color: #cccccc;
    opacity: 1;
}

.product  .swiper-pagination-bullet {
    width: 12px;
}

.offer-slider .swiper-pagination-bullet-active, .news-slider .swiper-pagination-bullet-active, .product  .swiper-pagination-bullet-active {
    width: 96px;
    background-color:  #f01f22;
}

.product  .swiper-pagination-bullet-active {
    background-color: #001e2b;
}

.product  .swiper-pagination-bullet-active {
    width: 36px;
}

.product .swiper-horizontal > .swiper-pagination-bullets, .product .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-bottom: 24px;
}

/* o nas */

.aboutus {
    position: relative;
    background: url(../img/paralax.jpg);
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    
}

.aboutus-page, .text-section {
    position: relative;
    
}

.aboutus-page.paralax {
    position: relative;
    background: url(../img/paralax.jpg);
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    
}

.aboutus::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #341526;
    opacity: 0.5;
}

.aboutus-page::before, .text-section::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 1;
}

.aboutus .wrapper, .aboutus-page .wrapper, .text-section .wrapper {
    position: relative;
    z-index: 2;
}

.aboutus.padding, .aboutus-page.padding, .text-section.padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.aboutus .h2::after, .aboutus-page .h2::after, .text-section .h2::after {
    margin-left: 0;
    left: 0;
    background-color: white;
    opacity: 0.7;
}

.aboutus-page .h2::after, .text-section .h2::after {
    background-color: #001f2c;
    opacity: 1;
}

.aboutus .h1 {
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 44px;
    color: white;
    text-transform: capitalize;
}

.aboutus-page .h1, .text-section .h1 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 44px;
}

.aboutus .h1 i {
    color: #f01f22;
}

.aboutus .p1:first-child {
    opacity: 1;
    font-weight: 400;
}

.aboutus p, .aboutus .p1, .aboutus .p2, .aboutus .p3, .aboutus .p4, .aboutus .p5, .aboutus .p6, .aboutus .p7,  .aboutus p a {
    color: white;
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
    opacity: 0.9;
}

.aboutus ul, .aboutus ol {
    color: white;
    margin-bottom: 24px;
    padding-left: 36px;
}

.aboutus ul li, .aboutus ol li {
    margin-bottom: 6px;
}

.aboutus-page p, .text-section p {
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
    opacity: 0.7;
    font-weight: 300;
}

.aboutus-items .h3 {
font-size: 13px;
font-style: normal;
letter-spacing: 3px;
text-transform: uppercase;
color: #386093;
margin-bottom: 3px;
}

.aboutus-items .h1 {
font-size: 44px;
font-weight: 300;
letter-spacing: 0px;
text-transform: none;
color: #386093;
margin-bottom: 24px;
}

.aboutus p, .aboutus .col-right p, .aboutus .col-right ul, .aboutus .col-right ol, .aboutus p a {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 24px;
    font-weight: 300;
    opacity: 0.9;
}

.aboutus .col-right p:first-child, .aboutus .col-right p:first-child a {
    font-size: 22px;
}


.aboutus .col-right p:last-child {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 300;
}

.aboutus-page .col-left p:first-child {
    font-size: 20px;
}

.aboutus-page .col-right p:last-child, .aboutus-page .col-left p:last-child, .text-section .col-left p:last-child {
    margin-bottom: 0;
}

.aboutus-page .col-right p:last-child {
    font-size: 18px;
}

.aboutus .button {
    box-shadow: 0px 0px 2px rgba(0,0,0, 0);
    border-color: white !important;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    
}

.aboutus .button.orange {
    border-color: #f01f22 !important;
}

.aboutus .button.navy {
    border-color: #00214e !important;
    border-color: white !important;
    background: none;
    background-color: white !important;
    color: #03212e;
    color: white;
    background-color: transparent !important;
}

.aboutus .col-right {
    padding-left: 96px;
    padding-top: 52px;
    padding-bottom: 52px;
}

/* historia */

.history-slider {
    background-color: #f2f2f2;
    
}

.history-slider.white {
    background-color: white;
    background-color: #f2f2f2;
    background-color: white;
}

.history-slider .swiper {
    width: 100%;
    height: 460px;
}

.history-slider .button {
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.history-slider .swiper-slide {
    
}

.history-slider .swiper-slide .line {
    width: 24px;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -26px;
    background-color: #f2f2f2;
    opacity: 1;
}

.history-slider .swiper-slide .line::after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 100%;
    background-color: white;
    top: 0;
    left: 50%;
    margin-left: -4px;
}

.history-slider .swiper-slide .text, .history-slider .swiper-slide .img-wrapper {
    width: calc(50% - 72px);
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    text-align: left;
    z-index: 2;
}

.history-slider .col-left {
    width: 50%;
}

.history-slider .col-right {
    width: auto;
    width: 300px;
    text-align: right;
    padding-right: 12px;
}

.history-slider .row.top .button {
    margin-right: 0;
}

.history-slider .row.top {
    align-items: flex-end;
    margin-top: 60px;
    margin-bottom: 24px;
    justify-content: space-between;
}

.history-slider .top .h1 {
    font-weight: 300;
    margin-bottom: 12px;
    margin-top: 0;
}

.history-slider .top .h1 i {
    color: #f01f22;
}

.history-slider .top .h2::after {
    margin-left: 0;
    margin-bottom: 0;
    background-color: #001e2b;
}

.history-slider .swiper-slide.right .text {
    left: calc(50% + 36px);
    text-align: left;
}

.history-slider .bottom .h2, .history-slider .top .h2 {
    text-transform: uppercase;
    color: #f01f22;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 900;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    position: relative;
}

.history-slider .bottom .h2::after {
    content: '';
    width: 24px;
    height: 24px;
    background-color: black;
    display: block;
    position: absolute;
    top: 24px;
    right: 0;
    margin-right: -78px;
    background-color: #f2f2f2;
    background-color: white;
    border-radius: 120px;
    border: 8px solid #f01f22;
    border-color: white;
    background-color: #f01f22;
}

.history-slider .bottom .h1 {
    font-weight: 300;
    font-size: 26px;
    visibility: visible;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.history-slider .bottom .text p {
    font-weight: 300;
    margin-bottom: 24px;
    visibility: visible;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.history-slider .right .h2::after  {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: -70px;
}

.history-slider .swiper-slide .img-wrapper {
    left: calc(50% + 36px);
}

.history-slider .swiper-slide .img-container a::before {
    opacity: 0;
}

.history-slider .swiper-slide.right .img-wrapper {
    left: 0;
}

.history-slider .swiper-pagination-bullet {
    height: 18px;
    width: 4px;
    border-radius: 0px;
    background-color: #cccccc;
    opacity: 1 !important;
    
}

.history-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f01f22;
    height: 72px;
}

.history-slider .swiper-button-next, .history-slider .swiper-button-prev {
    background-color: #011f2c;
    color: white;
}

.history-slider .swiper-vertical > .swiper-pagination-bullets {
    right: 0;
}

.buisnes {
    background-color: #f2f2f2;
}

.buisnes .grid {
    grid-template-columns: 35% 65%;
    
}

.buisnes .img-container a::before, .img-container a::before {
    background-color: #00202D;
    opacity: 0.1;
}

.buisnes .img-container a:hover img, .img-container a:hover img {
    transform: scale(1.1);
}

.buisnes .h4 {
    color: #f01f22;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    visibility: visible;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.buisnes p {
    color: white;
    font-size: 24px;
    line-height: 140%;
    font-weight: 300;
    visibility: visible;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

/* aktualnosci */

.news-slider {
    background: none;
    position: relative;
}

.news-slider .row {
    flex-wrap: wrap;
}

.news-slider .row.top {
    align-items: flex-end;
    margin-bottom: 24px;
    justify-content: space-between;
}

.news-slider .col-left {
    width: 50%;
}

.news-slider .col-right {
    width: auto;
    padding-right: 0;
}

.news-slider .col-right .button {
    transform: translateY(-6px);
    float: right;
}

.news-slider .col-full {
    width: 100%;
}

.news-slider .swiper {
    width: 100%;
    height: auto;
    padding-bottom: 48px;
  }

.news-slider  .swiper-slide {
    height: auto;
}

.news-slider  .swiper-slide.more {
    position: relative;
    background-color: #cfcfcf;
}

.news-slider  .swiper-slide.more a.li {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #cfcfcf;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
}

.news-slider  .swiper-slide.more a span {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    color: white;
    font-size: 36px;
    font-weight: 100;
    text-align: right;
    width: 100%;
    line-height: 120%;
    padding: 24px;
}

.news-slider .h1 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 12px;
}

.news-slider .h1 i {
    color: #f01f22;
}


.news-slider .h2::after, .contact-form .h2::after, .contact-info .h2::after {
    background-color: #001f2c;
    left: 0;
    margin-left: 0;
    opacity: 1;
    margin-bottom: 12px;
}

.news-slider .img-container, .gallery-movies .img-container {
    aspect-ratio: 16/12;
    border-radius: 25px;
}

.news-slider .img-container a, .gallery-movies .img-container a {
    border-radius: 0;
}

.news-slider .img-container a .text, .gallery-movies .img-container a .text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 10;
}

.news-slider .img-container a .text .h4, .gallery-movies .img-container a .text .h4 {
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    font-size: 17px;
}

.news-slider .swiper-slide:nth-child(odd) .img-container a .text .h4 {
    
}

.news-slider .img-container {
   
}

.news-slider .swiper-slide:nth-child(odd) .img-container {
    
}

.news-slider .img-container a::before, .gallery-movies .img-container a::before {
    opacity: 0.15;
    border-radius: 0;
    background-color: #341526;
}

.news-slider .img-container a:hover::before, .gallery-movies .img-container a:hover::before {
    opacity: 0.7;
}

.gallery-movies .col-full  {

}

.gallery-movies .img-container  {
    width: calc(33.333% - 18px);
    margin: 9px;
}



.news-slider .text span {
    float: left;
    font-size: 13px;
    margin-top: 18px;
    margin-bottom: 6px;
    color: #f01f22;
    font-weight: 500;
    display: block;
    width: 100%;
}

.news-slider .text {
    float: left;
    width: 100%;
}
    
.news-slider .text .h4 {
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    color: #011f2c;
    margin-bottom: 12px;
    visibility: visible;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.news-slider .text p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    padding-top: 0;
    color: #56595e;
    line-height: 160%;
    font-weight: 300;
    display: block;
    width: 100%;
    clear: both;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.news-slider .text .text-link {
    margin-top: 12px;
    float: right;
}

.news-slider .button {
    box-shadow: 0px 0px 2px rgba(0,0,0, 0);
    border-color: white !important;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
}


.partnersrow .swiper-button-next, .partnersrow .swiper-button-prev {
    margin-top: -40px;
}

.news-slider .swiper-button-next, .news-slider .swiper-button-prev, .swiper-button-next, .swiper-button-prev {
    background-color: #f01f22;
    color: white;
}

.news-slider  .swiper-pagination-bullets {
    bottom: 0;
}

.news-slider  .swiper-scrollbar {
    background-color: #e6e6e6;
}

.news-slider .swiper-scrollbar-drag {
    background-color: #4787ad;
}

/* news letter */

/* o nas */

.newsleter {
    position: relative;
    background: url(../img/paralax2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
}

.newsleter::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #011f2c;
    opacity: 0.9;
}

.newsleter .wrapper {
    position: relative;
    z-index: 2;
}

.newsleter.padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.newsleter .h2::after {
    margin-left: 0;
    left: 0;
    background-color: white;
    opacity: 0.7;
}

.newsleter .h1 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 44px;
    color: white;
}

.newsleter .h1 i {
    color: #f01f22;
}

.newsleter .row {
    justify-content: flex-start;
    align-items: flex-start;
}

.newsleter .col-left {
    width: 40%;
    padding-right: 48px;
}

.newsleter .col-right {
    width: 60%;
    padding-left: 48px;
    padding-top: 48px;
}

.newsleter .col-right .field {
    width: 100%;
    margin-bottom: 24px;
    float: left;
    clear: both;
}

.newsleter .col-right .field input, .newsleter .col-right .field textarea {
    width: calc(100% - 224px);
    border: 1px solid black;
    height: 50px;
    display: block;
    float: left;
    padding-left: 24px;
    padding-right: 24px;
    background-color: transparent;
    color: white;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    border-radius: 25px;
}

.newsleter .col-right .field textarea {
    height: 120px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
}

.newsleter .col-right .field .button {
    width: 200px;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 50px;
    border-radius: 0;
    border: none;
    background-color: #f01f22;
    float: left;
    border-radius: 25px;
    color: white;
    position: relative;
    margin-top: 24px;
}

.newsleter .col-right .field input.half {
    width: calc(50% - 12px);
}

.newsleter .col-right .field input.thre {
    width: calc(33.333% - 12px);
}

.newsleter .col-right .field input.thre:first-child {
    margin-right: 18px;
}

.newsleter .col-right .field input.thre:last-child {
    margin-left: 18px;
}

.newsleter .col-right .field input.half:last-child {
    float: right;
}

.newsleter .p1 {
    color: white;
    margin-top: -24px;
    opacity: 0.9;
    font-weight: 200;
}


.newsleter .button {
    box-shadow: 0px 0px 2px rgba(0,0,0, 0);
    border-color: white !important;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

.newsleter .button i {
    color: white;
}

.newsleter .checkbox {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 12px;
}

.newsleter .checkbox-container {
    font-size: 13px;
    line-height: 140%;
    color: white;
    padding-top: 3px;
}

.newsleter .checkbox-container .checkmark {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 25px;
}

.newsleter .checkbox-container .checkmark:hover {
    background-color: #f01f22;
}

.newsleter .checkbox-container:hover input ~ .checkmark {
    background-color: #f01f22;
}

.newsleter .checkbox-container .checkmark::after {
    left: 7px;
    top: 3px;
    transform: scale(0.7) rotate(45deg);
}

.newsleter .checkbox-container input:checked ~ .checkmark {
    background-color: #f01f22;
  }

/* przetargi */

.section.padding.tenders {
    background-color: white;
}

.tenders .button {
    box-shadow: 0px 0px 2px rgba(0,0,0, 0);
    border-color: white !important;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.tenders .h2 {
    margin-bottom: 0px;
}

.tenders .h2::after {
    background-color: #e6e6e6;
    left: 0;
    margin-left: 0;
    opacity: 1;
    margin-bottom: 12px;
}

.tenders .h1 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 12px;
}

.tenders .h1 i {
    color: #f01f22;
}

.tenders .p1 {
    margin-bottom: 44px;
    font-weight: 100;
}

.tenders .col-left, .aboutus .col-left {
    width: 35%;
    padding-right: 48px;
}

.tenders .col-right, .aboutus .col-right {
    width: 65%;
}

.tenders .col-right ul {
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tenders .col-right ul li {
    display: block;
    width: 100%;
    border-bottom: 2px solid #ededed;
    float: left;
    clear: both;
    padding-top: 24px;
    padding-bottom: 24px;
    margin: 0;
    padding: 0;
    position: relative;
    
}

.tenders .col-right ul li:last-child {
    border: none;
}

.tenders .col-right ul li .top, .tenders .col-right ul li .bottom, .tenders .col-right ul li .text {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}

.tenders .col-right ul li .bottom  {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 44px;
}

.tenders .col-right ul li .left {
    display: block;
    color: #ff9024;
    position: absolute;
    left: 0;
    top: 24px;
    font-size: 26px;
    line-height: 130%;  
    margin-top: -2px;  
}

.tenders .col-right ul li .right, .created {
    float: right;
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: -12px;
    color: #f01f22;
    font-weight: 500;
}

.created {
    width: 100%;
    text-align: left;
    margin-bottom: 12px;
}

.tenders .col-right ul li .text {
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    color: #011f2c;
    visibility: visible;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.tenders .col-right ul li .text.small {
    margin-top: 12px;
    font-size: 14px;
    border-top: 2px solid #ededed;
    padding-top: 12px;
    color: #56595e;
    line-height: 160%;
    visibility: visible;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.tenders .col-right ul li .text-link {
    float: right;
    margin-top: 6px;
}



footer .section.top {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #341526;
}

footer .section.bottom {
    background-color: #341526;
    border-top: 1px solid rgba(255,255,255, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
}

footer .section.bottom p {
    font-size: 15px;
    font-weight: 400;
    color: white;
    display: block;
    width: 100%;
    opacity: 0.8;
}

footer .section.bottom p span {
    float: right;
    
    text-transform: capitalize;
}

footer .h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: white;
    margin-bottom: 44px;
}

footer .h3::after {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background-color: #f01f22;
    margin-top: 12px;
}

footer .row {
    justify-content: space-between;
}

footer ul, footer li {
    padding: 0;
    margin: 0;
    list-style: none;
}


footer li {
    margin-bottom: 0px;
}

footer ul {
    margin-bottom: 24px;
}

footer ul:last-child, footer li:last-child {
    margin-bottom: 0 !important;
}

footer a, footer li  {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 15px;
    opacity: 0.8;
}

footer .col3 li:first-child, footer .col4 li:first-child, footer  li.big {
    font-size: 17px;
    margin-bottom: 6px;
    color: #fa2723;
    opacity: 1;
    font-weight: 700;
}


footer a {
    text-transform: capitalize;
}

footer .linklist li a i {
    font-size: 50%;
    margin-right: 12px;
    float: left;
    display: block;
    margin-top: 6px;
    color: #f01f22;
    opacity: 0.7;
}

footer .linklist li a:hover {
   color: white;
}

footer .social {
    display: flex;
    margin-top: 24px;
}

footer .social li {
    display: inline-block;
    margin-right: 12px;
    opacity: 1;
}

footer .social li a {
    color: white;
    font-size: 18px;
    background-color: #fa2723;
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    line-height: 45px;
    text-align: center;
    border-radius: 100px;
    opacity: 1;
}

footer .col1, footer .col2, footer .col3 {
    width: auto;
    max-width: 25%;
}

footer .col4 {
    width: auto;
    max-width: 25%;
}

footer img {
    height: 100px;
}

footer p {
    color: white;
    opacity: 0.8;
    font-size: 15px;
}

/* podstrony */



/* naglowek podstron */

.section.main-header {
    min-height: 320px;
    position: relative;
    background: url(../img/paralax2.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #021f2d;
}

.section.main-header .row {
    min-height: 400px;
    align-items: center;
    padding-top: 100px;
}

.section.main-header::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #341526;
    opacity: 0.45;
}

.section.main-header .wrapper {
    position: relative;
    z-index: 2;
}

.section.main-header .h1 {
    font-weight: 300;
    color: white;
    font-size: 56px;
    margin-bottom: 36px;
    width: 100%;
    text-align: center;
}

.section.main-header .breadcrumb {
    justify-content: center;
}

.section.main-header .breadcrumb li {
    font-size: 22px;
}

.section.main-header .breadcrumb li a {
    font-size: 22px;
}

.section.main-header .breadcrumb span {
    opacity: 1;
    font-size: 12px;
}

.section.main-header .h1 span {
    color: #f37e0f;
}

.section.main-header .h2 {
    text-transform: uppercase;
    color: #f01f22;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 900;
    letter-spacing: 1px;
}

.section.main-header .h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: white;
    margin-top: 9px;
    margin-bottom: 24px;
    opacity: 0.7;
}

.section.main-header .breadcrumb {
    padding-left: 0;
}

.section.main-header .breadcrumb li, .section.main-header .breadcrumb li a {
    color: white;
}


.col.col-search {
    max-width: 540px;
}

/* pagination */



.section.pagination {
    background-color: #f2f2f2;
}

.section.pagination ul, .pagination-flex {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
}

.section.white.products-page .section.pagination .row {
    flex-wrap: wrap;
}

.section.pagination a.prev {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 24px;
    margin-left: 24px;
}

.section.pagination a.next {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 24px;
    margin-right: 24px;
}

.section.pagination ul {
    padding-left: 0;
    padding-right: 0;
}

.pagination-flex a {
    color: #484848;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    opacity: 0.9;
    font-weight: 500;
    min-height: 40px;
    line-height: 40px;
}

.pagination-flex a:hover {
    color: #ea372f;
}

.pagination-flex a i {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 10px;
}


.section.pagination ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 3px;
}

.section.pagination ul li.hidde {
    display: none;
}

.section.pagination ul li a, .section.pagination ul li span {
    min-width: 40px;
    min-height: 40px;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    font-size: 14px;
    color: #484848;
    font-weight: 400;
    border-radius: 5px;
}

.section.white .pagination-flex ul li a, .section.white .pagination-flex ul li span {
    background-color: #f2f2f2;
}


.section.white:nth-child(odd) .pagination-flex ul li a, .section.white:nth-child(odd) .pagination-flex ul li span {
    background-color: #ffffff;
}



.section.pagination ul li a.link {
    background-color: transparent;
    border-radius: 0;
    border-color: transparent;
    margin-left: 16px;
    margin-right: 16px;
}

.section.pagination ul li a.link i {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 50%;
    transform: translateY(-2px);
}

.section.pagination ul li.active a, .section.pagination ul li a:hover {
    background-color: #ea372f !important;
    color: white;
}

.section.pagination ul li.disable a {
    opacity: 0.5;
}
/* wydarzenia */

.newsblog .row  {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: 
      "left right"
  }


.newsblog .row {
    align-items: center;
}

.newsblog .section:nth-child(even) {
    background-color: white !important;
}

.newsblog .section:nth-child(odd) {
    background-color: #f2f2f2 !important;
} 


.newsblog .section:nth-child(even) .col-text {
    grid-area: left;
}

.newsblog .section:nth-child(even) .col-img {
    grid-area: right;
}

.newsblog.services .section .col-text, .newsblog.services .section:nth-child(even) .col-text {
    grid-area: right;
}

.newsblog.services .text span {
    display: none;
}

.newsblog.services .section .col-img {
    grid-area: left !important;
}

.newsblog .text {
    padding-left: 48px;
    padding-right: 48px;
}

.newsblog .img-container {
    max-width: 640px;
}

.newsblog .section:nth-child(even) .img-container {
    float: right;
}

.newsblog .text .button {
    padding-top: 16px;
    padding-bottom: 16px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00224f+0,011f2c+100 */
    background: rgb(0,34,79); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,34,79,1) 0%, rgba(1,31,44,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,34,79,1) 0%,rgba(1,31,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,34,79,1) 0%,rgba(1,31,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00224f', endColorstr='#011f2c',GradientType=0 ); /* IE6-9 */    
}

.newsblog .section:nth-child(even) .text .button {
    background: rgb(255,166,84); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,166,84,1) 0%, rgba(255,133,15,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,166,84,1) 0%,rgba(255,133,15,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,166,84,1) 0%,rgba(255,133,15,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa654', endColorstr='#ff850f',GradientType=0 ); /* IE6-9 */
    color: white;
}


.newsblog .text span {
    float: left;
    font-size: 13px;
    margin-top: 18px;
    margin-bottom: 6px;
    color: #f01f22;
    font-weight: 500;
    display: block;
    width: 100%;
}

.newsblog .text .h4 {
    margin: 0;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    color: #011f2c;
    margin-bottom: 12px;
    clear: both;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newsblog .text p {
    margin: 0;
    padding: 0;
    padding-top: 0px;
    font-size: 14px;
    padding-top: 0;
    color: #56595e;
    line-height: 160%;
    font-weight: 300;
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 24px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newsblog.services .text p {
    -webkit-line-clamp: 6;
}



/* artykul */

.article {
    background-color: #f2f2f2;
}

.article .row {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.article .col-img {
    width: 50%;
    margin-bottom: 24px;
    align-self: flex-start;
}

.article.service .col-img {
    align-self: flex-start;
}

.article .col-img .img-container {
    aspect-ratio: 16 / 10;
}

.article .col-img .img-container a::before {
    opacity: 0;
}

.article .col-title {
    width: 50%;
    padding-left: 48px;
    margin-bottom: 24px;
}

.article .col-full-description-top {
    grid-area: top;
    align-self: center;
}


.article .col-short-description {
    grid-area: right;
    padding-left: 48px;
    align-self: center;
}

.article .col-full-description {
    grid-area: bottom;
    align-self: start;
}

.article .col-full-description-top .text-editor *:first-child {
    margin-top: 0 !important;
}

.article .col-full-description-top .text-editor *:last-child, .article .col-full-description .text-editor *:last-child {
    margin-bottom: 0 !important;
}

.article.service .col-img {
    width: 35%;
    
}

.article.service .col-title .created {
    display: none;
}

.article.service .col-title {
    width: 65%;
    padding-left: 48px;
    margin-bottom: 24px;
  }

.article.service .col.col-full {

}

.article table {
    width: 100%;
}

.article table td {
    padding-top: 6px;
    padding-bottom: 6px;
}

.article table td:first-child {
    font-weight: 300;
    width: 45%;
    color: #011f2c;
}

.article table td:last-child {
    width: 55%;
    padding-left: 48px;
}

.section.white2 {
    background-color: #f2f2f2;
}

.section.white {
    background-color: #f2f2f2 !important;
}

.section.white:nth-child(odd) {
    background-color: white !important;
}



.section.white .lazy-load::after {
    background-color: white;
}

.section.white:nth-child(odd) .lazy-load::after {
    background-color: #f2f2f2;
}

.aboutus-pagesection.padding {
    padding-bottom: 0;
}

.text-section {
    padding-top: 60px;
}

.text-section .row {
   align-items: center;
}

.text-section .col-full-top {
    width: 100%;
    margin-bottom: 24px;
}

.text-section .col-full-top.no-margin-bottom {
    margin-bottom: 12px;
}

.text-section .col-full-top.no-margin-bottom p:last-child {
    margin-bottom: 0;
}

.text-section .col-full-top.no-margin-bottom .h1 {
    margin-bottom: 24px;
}

.text-section .col-full-top p {
    font-size: 22px;
    font-weight: 100;
    max-width:  1000px;
}

.text-section .col-full-top .h3 {
    margin-bottom: 24px;
    margin-top: 0;
}

.text-section .col-full-bottom {
    width: 100%;
}

.text-section.items {
    padding-top: 24px;
    padding-bottom: 24px;
}

.text-section.items:last-child {
    padding-bottom: 84px;
}



.text-section.items p {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 24px;
}

.text-section.items .img-container a::before {
    display: none;
}

.text-section.items p:last-child {
    margin-bottom: 0;
}

.text-section.items .col-img {
    width: 45%; 
}

.text-section.items:nth-child(odd) .img-left {
    display: none;
}

.text-section.items:nth-child(odd) .img-right {
    display: block;
    
}

.text-section.items:nth-child(odd) .img-right .img-container {
    margin-right: -80px;
}

.text-section.items:nth-child(even) .img-left {
    display: block;
    
}

.text-section.items:nth-child(even) .img-left .img-container {
    margin-left: -80px;
}

.text-section.items:nth-child(even) .img-right {
    display: none;
}

.text-section.items .col-text {
    width: 55%;
}

.text-section:nth-child(odd) .col-text {
    padding-right: 64px;
}

.text-section:nth-child(even) .col-text {
    padding-left: 64px;
}

.text-section.items .col-img .img-container {
    aspect-ratio: 16/11;
    width: calc(100% + 80px);
    
}



.codeofethics .col-left {
    padding-right: 12px;
} 

.codeofethics .col-right {
    padding-left: 12px;
    padding-top: 48px;
    padding-bottom: 24px;
} 



.management-items .col-text p:first-child {
    font-size: 16px;
}

.text-section.items.management-items .col-img {
    width: 40%;
}

.text-section.items.management-items .col-img .img-container {
    aspect-ratio: 16/11;
}

.text-section.items.management-items .col-text {
    width: 60%;
}

.text-section.items.management-items:nth-child(even) .col-text {
    padding-left: 48px;
}

.text-section.items.management-items:nth-child(odd) .col-text {
    padding-right: 48px;
}


.text-section.items.management-items .col-text .h3 {
    width: 100%;
    display: block;
    float: left;
    margin: 0;
    font-size: 36px;
    margin-bottom: 6px;
}   

.text-section.items.management-items .col-text .h4 {
    width: 100%;
    display: block;
    float: left;
    margin: 0;
    text-transform: uppercase;
    color: #f01f22;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 24px;
}




.download-list {
    width: calc(100% + 24px);
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
}

.download-list li {
    display: flex;
    width: calc(50% - 24px);
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
    margin-left: 12px;
    margin-right: 12px;
    border-left: 1px solid #f2f2f2;
    padding-left: 36px;
}

.download-list .img-container {
    width: 100px;
    aspect-ratio: 1/1;
}


.download-list .text {
    width: calc(100% - 100px);
    padding-left: 36px;
}

.download-list li .h6 {
    margin-bottom: 0;
    width: 100%;
    display: block;
    font-size: 24px;
    line-height: 130%;
    color: #011f2c;
    margin-bottom: 12px;
    margin-top: 0;
}

.download-list  {
    padding-left: 0 !important;
}

.download-list.dark li .h6 {
    color: white;
}

.download-list.dark li {
    border-color: #1b3642;
}

.download-list.dark .text-link {
    color: white;
}

.download-list li .h6.orange {
    margin-bottom: 12px;
    font-size: 12px;
    color: #f01f22;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
    line-height: 140%;
}


.download-list .text .editor {
    margin-bottom: 12px;
    display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.download-list .text .editor p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0;
    opacity: 0.9;
    font-weight: 300;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

.section.jobs {
    background: none;
    background-color: #f2f2f2;
}


.section.jobs .h2::after {
    background-color: #001f2c;
    opacity: 1;
}

.section.jobs .col {
    
}

.section.jobs .col p:last-child {
    margin-bottom: 0;
}

.section.jobs .col-right {
    padding-bottom: 0;
    padding-top: 0;
}

.section.jobs .row {
    justify-content: flex-start;
    align-items: flex-start;
}

.section.jobs .col-half {
    width: 50%;
}

.section.jobs .col-half:first-child {
    width: 50%;
}

.section.jobs .h1 {
    color: #011f2c;
}

.section.jobs p {
    color: #56595e;
    opacity: 0.9; 
}


.section.jobs::before {
    display: none;
    background: none !important;
}

.jobs .skk_container {
    background: transparent;
    margin: 0;
    margin-top: 48px;
    overflow: hidden;
}


.jobs .skk_offers {
    width: 100%;
    max-width: 100%;
}

.jobs .skk_offers table {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }



.jobs .skk_offers th, .jobs .skk_offers td, .jobs .skk_offers td:first-child, .jobs .skk_offers td:last-child {
    background: transparent;
    color: #56595e;
    border-color: #f01f22;
    font-family: 'Roboto', sans-serif;
    opacity: 0.9;
}

.jobs .skk_offers td:first-child {
    color: #011f2c;
    font-weight: 400;
    font-size: 18px;
    background-color: #ffffff;
}

.jobs .skk_offers td:last-child {
    background-color: #ffffff;
}

.jobs .skk_offers tr:hover td:first-child:hover, .jobs .skk_offers tr:hover td:last-child:hover {
    color: #f01f22;
}

.section.practics .col-left p, .section.practics .col-left p *   {
    font-size: 22px;
} 

.aboutus.contact p, .aboutus.contact p:first-child, .aboutus.contact p:last-child {
    font-size: 18px;
}

.aboutus.contact .h1, .aboutus.practics .h1 {
    margin-bottom: 24px;
}

.aboutus.contact .col-left p  {
    font-size: 19px;
}

.aboutus .col-right * {
    color: white;
}

.section.map {
    position: relative;
    height: 600px;
}

.section.map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.section.contact-info, .section.contact-form {
    width: 50%;
    clear: none;
    border-top: 1px solid #f2f2f2;
    padding-top: 80px;
    padding-bottom: 80px;
}


.section.contact-form {
    background-color: #f2f2f2;
}

.section.contact-form .col {
    padding-left: 72px;
}



.section.contact-form input, .section.contact-form textarea, .section.contact-form select {
    border-color: #f01f22;
    border-color: rgba(0, 0, 0, 0.15);

    background-color: white;
    opacity: 1;
    border-width: 1px;
}

.section.contact-info .wrapper, .section.contact-form .wrapper {
    max-width: 652px;
    float: right;
}

.section.contact-form .wrapper {
    float: left;
}

.section.contact-form .button {
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 100px;
    width: 100%;
    max-width: 210px;
    border: none;
    margin-bottom: 0;
    cursor: pointer;
}

.contact-list, .contact-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-list.margin-top {
    margin-top: 12px;
    margin-bottom: 12px;
}

.contact-list.margin-top:last-child {
    margin-bottom: -12px;
}

.contact-list {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

.contact-list li {
    width: 50%;
    position: relative;
    margin-bottom: 18px;
}

.contact-list li .h2, .distribution li .h2 {
    width: 100%;
    display: block;
    float: left;
    color: #011f2c;
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 3px !important;
}

.contact-list li .h2 i, .distribution li .h2 i {
    position: absolute;
    left: -6px;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-top: -2px;
    line-height: 40px;
    font-size: 20px;
}

.distribution li .h2 i {
    margin-top: -9px;
}

.contact-list li span, .distribution li span, .distribution li a {
    font-weight: 300;
    font-size: 16px;
    opacity: 0.9;
    padding-left: 36px;
    display: block;
    float: left;
    width: 100%;
}

.distribution li a {
    padding-left: 0;
}

.distribution li .text span {
    position: relative;
    width: 100%;
    display: block;
    float: left;
}

.contact-list li .h2::after, .distribution li .h2::after {
    display: none !important;
}

.distribution, .distribution li {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    display: block;
    float: left;
    clear: both;
}

.distribution li {
    margin-bottom: 48px;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 48px;
}

.section.white:nth-child(odd) .distribution li {
    border-color: white;
}

.distribution li:last-child {
    margin-bottom: 0;
    border: none;
}

.distribution img {
    opacity: 1;
}

.section.white .distribution .img-container {
    background-color: transparent;
    aspect-ratio: 1 / 1;
    width: 200px;
    border-radius: 500px;
}

.section.white .distribution .img-container img {
    object-fit: contain;
}

.section.white .distribution .text {
    float: left;
    width: calc(100% - 200px);
    padding-left: 48px;
}

.section.white:nth-child(even) .distribution .h3 {
    background-color: #f2f2f2;
}

.section.white .distribution .h2 {
    margin-bottom: 12px !important;
    font-size: 18px;
}

.section.white .distribution .h3 {
    margin-bottom: 12px;
    background-color: white;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 6px;
    font-size: 15px;
    font-weight: 400;
    font-weight: 500;
    margin-top: 0;
    border-radius: 100px;
}

.section.white .distribution .contact-addres, .section.white .distribution .contact-company-info, .section.white .distribution .contact-url {
    float: left;
    width: 50%;
    padding-left: 32px;
}

.section.white .distribution .contact-url {
    width: 100%;
    margin-top: 9px;
}


.section.white .distribution li .contact-addres .h2, .section.white .distribution li .contact-company-info .h2, .section.white .distribution li .contact-url .h2 {
    font-size: 16px;
    margin-bottom: 6px !important;
    margin-top: 12px;
}

.section.white .distribution li .contact-addres .h2 i, .section.white .distribution li .contact-company-info .h2 i, .section.white .distribution li .contact-url .h2 i {
    margin-top: 0px;
    font-size: 20px;
}

.blog.tenders .wrapper {
    
}

.blog.tenders .row {
    flex-wrap: wrap-reverse;
}

.blog.tenders .col-right {
    width: 100%;
}

.blog.tenders .col-right ul {
    background-color: white;
    display: block;
    float: left;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid white;
}

.blog.tenders .col-right li {
    padding-left: 64px;
    padding-right: 64px;
    background-color: #f6f6f6;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 2px solid #f2f2f2;
}

.blog.tenders .col-right li:nth-child(odd) {
    background-color: white;
    opacity: 1;
}

.blog.tenders .col-right ul li .text.small {
    border-top: 2px solid white;
}

.blog.tenders .col-right ul li:nth-child(odd) .text.small {
    border-top-color: #f2f2f2;
}

.newsblog.timeline .text span {
    text-transform: uppercase;
    color: #f01f22;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 900;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    position: relative;
}

.newsblog .text .h4 {
    font-weight: 300;
    font-size: 26px;
    visibility: visible;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newsblog.timeline .text p {
    font-weight: 300;
    margin-bottom: 24px;
    visibility: visible;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}

.newsblog.timeline .section:nth-child(even) .col-img {
    padding-left: 72px;
}

.newsblog.timeline .section:nth-child(odd) .col-img {
    padding-right: 72px;
}

.newsblog.timeline .section {
    position: relative;
}

.newsblog.timeline .section::after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -4px;
    background-color: white;
    z-index: 0;
}

.newsblog.timeline .section::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-color: #f01f22;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    z-index: 1;
    top: 50%;
    margin-top: -94px;
    border: 8px solid white;
    border-radius: 100px;
}

.newsblog.timeline .section:nth-child(even) {
    background-color: #f2f2f2 !important;
} 

.products-page .grid {
    display: grid;
    height: auto;
    grid-template-areas:
      'menu top'
      'menu main'
      'menu footer';
    grid-template-columns: 300px calc(100% - 300px);
    grid-template-rows: 84px;
    grid-column-gap: 12px;
    grid-row-gap: 0;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 24px;
    margin-bottom: 24px;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.products-page .grid .side-nav {
    grid-area: menu;
    position: relative;
    align-self: flex-start;
}

.products-page .grid .filters {
    grid-area: top;
    width: calc(100% - 12px);
    float: left;
}

.products-page .grid .products {
    grid-area: main;
    display: grid;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding: 0;
    width: auto;
}

.products-page .pagination {
    grid-area: footer;
    width: calc(100% - 12px);
    margin-top: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: white !important;
    border-radius: 5px;
    align-self: flex-end;
} 

.products-page.thre-columns .products  {
    grid-template-columns: 33.333%  33.333% 33.333% ;
    width: calc(100% - 48px);
}

.products-page.two-columns .products  {
    grid-template-columns: 50% 50%;
    width: calc(100% - 30px);
}

.products-page.one-columns .products  {
    grid-template-columns: 100%;
    width: calc(100% - 12px);
}


.products-page .grid .filters .filter-wrapper {
    float: left;
    width: 100%;
    background-color: white;
    min-height: 48px;
    border-radius: 5px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.products-page .grid .filters ul, .products-page .grid .filters ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.products-page .grid .filters ul {
    display: flex;
    float: left;
    margin-left: 12px;
}

.products-page .grid .filters ul li a, .category-filter-button {
    display: block;
    width: 36px;
    height: 36px;
    background-color: white;
    line-height: 36px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-left: none;
}

.products-page .grid .filters .category-filter-button {
    float: left;
    margin-left: 12px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    width: auto;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: -6px;
    display: none;
}

.products-page .grid .filters .category-filter-button i {
    float: right;
    margin-left: 12px;
    height: 36px;
    line-height: 36px;
}

.products-page .grid .filters ul li:first-child a {
    border-left: 1px solid #e6e6e6;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.products-page .grid .filters ul li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.products-page.thre-columns .grid .filters ul li.thre-columns a, .products-page.two-columns .grid .filters ul li.two-columns a, .products-page.one-columns .grid .filters ul li.one-columns a {
    background-color: #f37e0f;
    color: white;
    border-color: #f37e0f;
}

.products-page .grid .filters .select {
    float: left;
    margin-left: 12px;
    width: 220px;
    position: relative;
}

.products-page .grid .filters .select select {
    border: 1px solid #e6e6e6;
    font-size: 14px;
    background-color: white;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    padding-left: 12px;
    padding-right: 12px;
    color: #56595e;
    font-size: 14px;
    font-weight: 400;
}

.products-page .grid .filters span.right, .products-page .grid .filters span.left {
    float: right;
    margin-right: 18px;
    line-height: 36px;
    color: #56595e;
    font-size: 14px;
    font-weight: 300;
}

.products-page .grid .filters span.left {
    float: left;
    margin-left: 18px;
    margin-right: -3px;
}



.products-page .grid .side-nav .nav {
    background-color: white;
    padding: 18px;
    float: left;
    width: 100%;
    clear: both;
    border-radius: 5px;
}

.products-page .grid .side-nav ul, .products-page .grid .side-nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.products-page .grid .side-nav ul li {
    margin-bottom: 0;
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #1b3642;
}

.products-page .grid .side-nav ul li:last-child {
    border-bottom: none;
}

.products-page .grid .side-nav ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 12px;
    background-color: #001f2b;
    color: #a4afb3;
    text-decoration: none;
    font-size: 15px;
    line-height: 140%;
}

.products-page .grid .side-nav ul li a i.left-icon {
    display: inline-block;
    margin-left: -18px;
    margin-right: 9px;
    color: #f01f22;
    opacity: 0.7;
    font-size: 50%;
    margin-top: -3px;
    transform: translateY(-3px);
}

.products-page .grid .side-nav ul li.active > a {
    background-color: #f37e0f;
    color: white;
}

.products-page .grid .side-nav ul li.active2 > a {
    color: white;
    background-color: #f37e0f;
    background-color: #001e2b;
}

.products-page .grid .side-nav ul li ul {
    display: none1;
}

.products-page .grid .side-nav ul li.active ul {
    display: block1;
}

.products-page .grid .side-nav ul li a:hover {
    color: white;
}


.products-page .grid .side-nav ul li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.products-page .grid .side-nav ul li:last-child a, .products-page .grid .side-nav ul li:last-child.sub ul li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.products-page .grid .side-nav ul li:last-child.sub a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.products-page .grid .side-nav ul li ul.sub li a  {
    border-radius: 0;
    padding-left: 36px;
    background-color: #0c2a35;
    border-color: #001f2b;
    font-size: 14px;
}

.products-page .grid .side-nav ul li ul.sub li.active a, .products-page .grid .side-nav ul li ul.sub li.active a i.left-icon {
    background-color: #f37e0f;
    opacity: 1;
    color: white;
} 

.products-page .grid .side-nav ul li ul.sub li:last-child a {
    border-bottom: none;
}


.products-page .product .product-wrapper {
    width: 100%;
    background-color: white;
    padding: 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.products-page .product .col {
    padding: 0;
}

.products-page .product .col-text {
    padding: 24px;
}

.products-page .product .col-img {
    width: 100%;
    height: auto;
}

.products-page.one-columns .grid .products .product {
    display: flex;
    width: 100%;
}

.products-page.one-columns .grid .products .product .col-img  {
    width: 320px;
}

.products-page.one-columns .grid .products .product .col-text  {
    width: calc(100% - 320px);
    padding-left: 48px;
}

.products-page .product .img-container, .products-page .product .img-container a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.products-page.one-columns .grid .products .product .img-container, .products-page.one-columns .grid .products .product .img-container a {
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.products-page .img-container {
    aspect-ratio: 16/10;
}

.products-page .img-container a::before {
    background-color: black;
    opacity: 0.1;
}

.products-page .img-container img {
    z-index: 2;
}

.products-page .img-container img.png {
    object-fit: contain;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    z-index: 2;
}

.products-page .img-container a:hover img {
    transform: scale(1);
}

.products-page .product .product-wrapper .h4 {
margin: 0;
margin-bottom: 0px;
font-weight: 300;
font-size: 20px;
line-height: 130%;
color: #011f2c;
margin-bottom: 12px;
visibility: visible;
width: 100%;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin-top: 0;
}

.products-page .product .text  {
padding: 0;
visibility: visible;
width: 100%;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin-top: 0;
margin-bottom: 12px;
}

.products-page .product .text p {
margin: 0;
color: #56595e;
line-height: 160%;
font-weight: 300;
font-size: 14px;
}

.products-page .product .button {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section.white.products-page .pagination-flex ul li a, .section.white.products-page .pagination-flex ul li span {
    background-color: #f2f2f2;
}

.section.white.products-page .section.pagination .row {
    width: 100%;
    align-items: center;
}

.section.products-page .pagination-flex {
    justify-content: flex-start;
    width: calc(100% - 180px);
    padding-left: 18px;
    padding-right: 0;
}

.products-page .section.pagination ul {
    margin-left: 0;
    margin-right: 0;
}

.section.white.products-page .section.pagination .col.info {
    text-align: right;
    width: 180px;
    line-height: 36px;
    color: #56595e;
    font-size: 14px;
    font-weight: 300;
    padding-right: 18px;
}

.section.product {
    min-height: 100px;

}

.section.product .row {
    justify-content: center;
    align-items: center;
}

.section.product .col.col-tabs {
    padding-top: 24px;
    margin-top: 24px;
}

.section.product .img-container a::before {
    background-color: white;
    opacity: 1;
}

.section.product .col-img {
    padding-right: 24px;
    width: 50%;
    align-self: flex-start;
}

.section.product .col-img .swiper-button-prev, .section.product .col-img .swiper-button-next {
    background-color: #e6e6e6;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    color: white;
    background-color: #001e2b;
    
}

.section.product .swiper-button-next.swiper-button-disabled, .section.product .swiper-button-prev.swiper-button-disabled {
    
}

.section.product .col-img .swiper-button-prev::after, .section.product .col-img .swiper-button-next::after {
    font-size: 18px;
}

.section.product .col-img .swiper-button-prev {
    left: -10px;
}

.section.product .col-img .swiper-button-next { 
    right: -10px;
}    

.section.product .col-full-description {
    padding-left: 48px;
    width: 50%;
}

.section.product .col-img .img-container {
    aspect-ratio: 16/10;
}

.section.product .col-img .img-container a img {
    z-index: 1;
    object-fit: cover;
    background-color: white;
    transform: scale(1);
    border-radius: 5px;
}

.section.product .col-img .img-container a:hover img {
    transform: scale(1);
}

.section.product .col-img .img-container, .section.product .col-img .img-container a, .section.product .col-img .img-container a img {
    border-radius: 10px;
}

section.product .col-img .img-container a img {
    
}

section.product .button {
    padding-top: 18px;
    padding-bottom: 18px;

}

.section.product .img-container a:hover img {
    transform: scale(1);
}

.tabs, .tabs2 {
    float: left;
    width: 100%;
    clear: both;
}

.tabs2 {
    background-color: white;
    padding: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
    border-radius: 10px;
}

.tabs .tab-nav, .tabs .tab-nav li {
    margin: 0;
    padding: 0;
}

.tabs .tab-nav {
    float: left;
    width: 100%;
    display: flex;
    list-style: none;
    clear: both;
}

.tabs .tab-nav li {
    display: inline-block;
    list-style: none;
}

.tabs .tab-nav li a {
    display: block;
    float: left;
    padding: 18px;
    background-color: white;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
    color: #001f2c;
    border-right: 1px solid #e6e6e6;
    font-size: 18px;
    font-weight: 300;
    padding-left: 24px;
    padding-right: 24px;
}

.tabs .tab-nav li:first-child a {
    border-top-left-radius: 5px;
}

.tabs .tab-nav li:last-child a {
    border-right: none;
    border-top-right-radius: 5px;
}

.tabs .tab-nav li.active a {
    background-color: #001f2c;
    color: white;
}

.tabs .tab-container {
    padding: 24px;
    background-color: white;
    float: left;
    width: 100%;
    clear: both;
    border-radius: 10px;
    border-top-left-radius: 0;
}

.tab-container .tab {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
}

.tab-container .tab.active {
    visibility: visible;
    opacity: 1;
    max-height: 120000px;
}

.tab-container .download-list {
    padding-top: 12px;
    padding-bottom: 12px;
}

.tab-container .download-list li {
    transition-delay: 0ms !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.section.tender.padding {
    padding-top: 24px;
    padding-bottom: 24px;
}

.section.tender .col .col-wrapper {
    background-color: white;
    padding: 48px;
    border-radius: 15px;
    padding-left: 64px;
    padding-right: 64px;
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 48px;
    padding-top: 24px;
    overflow: hidden;
    margin-top: 0;
}

.section.tender .download, .section.article .download {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 36px;
    width: calc(100% + 64px);
    margin-left: -36px;
}

.section.article .download {
    margin-top: 24px;
    background-color: white;
    width: 100%;
    margin-left: 0;
}

.section.article blockquote {
    background-color: white;
    padding: 24px;
}

.section.tender .download-list li {
    border-color: white;
}

.download {
    margin-bottom: 24px;
}

.gallery {
    width: 100%;
    margin-bottom: 24px;
    width: calc(100% + 24px);
    margin-left: -12px;
}

.gallery .row {
    display: flex;
    justify-content: left;
}

.gallery .row .col {
    max-width: 50%;
}

.section.gallery-slider {
    background-color: #021f2c;
}


.news-slider.gallery-slider .h2::after {
    background-color: white;
    opacity: 0.7;
}
   
.news-slider.gallery-slider .h1 {
    color: white;
}

.news-slider.gallery-slider .swiper-button-next, .news-slider.gallery-slider .swiper-button-prev {
    background-color: white;
    color: #001f2c;
}

.news-slider.gallery-slider .img-container {
    aspect-ratio: 3/2;
    background-color: white;
}

.news-slider.gallery-slider .img-container img {
    object-fit: cover;
}

.section.jobs .row:last-child {
    margin-top: 48px;
}

.row.category-box {
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-top: -18px;
    margin-bottom: -18px;
    
}

.col.category-box {
    width: calc(33.333% - 36px);
    margin: 18px;
    padding: 0;
}

.partners, .contact-boxes {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.partners li, .contact-boxes li {
    display: block;
    width: 16.666%;
    
    min-width: 140px;
}

ul.partners {
    width: calc(100% + 12px);
    margin-left: -6px;
}

.partners li {
    padding: 6px;
}

.contact-boxes {
    width: calc(100% + 24px);
    margin-left: -12px;
}

.contact-boxes li {
    width: calc(25% - 24px);
    text-align: center;
    background-color: white;
    padding: 24px;
    border-radius: 20px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    margin-right: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-boxes li span {
    display: block;
    width: 100%;
    text-align: center;
}

.partners li .img-container a, .partners li .img-container span, .partners li .img-container, 
.partners  .img-container a, .partners  .img-container span, .partners  .img-container {
    border-radius: 0;
}

.partners li .img-container, .partners  .img-container {
    aspect-ratio: 4/4;
}

.partners li a  .shade, .partners  a .shade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background-color: #341526;
    opacity: 0;
    
}

.partners a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px !important;
}

.partners li a:hover .shade, .partners  a:hover .shade {
    opacity: 0.5;
}
 
.partners li a  .shade i, .partners  a  .shade i {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #f01f22;
    line-height: 45px;
    text-align: center;
    color: white;
    border-radius: 100px;
    font-size: 16px;
}


.partners li .img-container img, .partners .img-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    padding: 24px;
    background-color: white;
    border-radius: 10px;
}

.text-header {
    text-align: center;
}

.text-header .h1 {
    color: #00053b;
}

.text-header .p1 p {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 300;
    margin-top: -12px;
    margin-bottom: 44px;
    opacity: 0.7;
}

.text-header.partners .p1 p {
    text-transform: capitalize;
    padding-left: 15%;
    padding-right: 15%;
    
}

.contact-boxes li span.h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: 600;
    color: #383838;
}

.contact-boxes li span.p3 {
    font-size: 16px;
    margin-bottom: 12px;
}

.contact-boxes li span.p3 i {
    margin-right: 6px;
    color: #f01f22;
}

.contact-form-baika {
    text-align: center;
}

.contact-form-col {
    max-width: 660px;
}

.contact-form-col input, .contact-form-col textarea {
    background-color: #f2f2f2;
    border: 1px solid rgba(0,0,0, 0.1);
    border-radius: 20px;
    color: #00053b !important;
    font-weight: 300;
}

.contact-form-col .button.orange {
    background-color: #025d90 !important;
    border-color: #025d90 !important;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 100px;
}

.contact-form .field.half {
    width: calc(50% - 12px);
}

.contact-form .field.half.last {
    margin-left: 24px;
}

.contact-nav {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;

}

.contact-nav li {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}

.contact-nav li a {
    display: block;
    padding: 12px;
    font-size: 18px;
    background-color: white;
    padding-left: 24px;
    padding-right: 24px;
    text-decoration: none;
    font-weight: 300;
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-nav li.active a {
    background-color: #f01f22;
    color: white;
}

.map-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.map-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.section .row {
    position: relative;
}

 .img-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}