body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin: 0;
    min-width: 350px;
    color: #000000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

a {
    text-decoration: none;
    color: initial;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    min-height: 10px;
}

pre {
    white-space: break-spaces;
}

.fs-30px {
    font-size: 30px;
}

@keyframes dotpulse {
    from {transform: scale(1);}
    to {transform: scale(0.6);}
}

@keyframes playpulse {
    from {transform: translate(-50%, -50%) scale(1);}
    to {transform: translate(-50%, -50%) scale(1.1);}
}

@keyframes dotpulse2 {
    from {transform: scale(1) translate(-50%, -50%);}
    to {transform: scale(0.6) translate(-50%, -50%);}
}

@keyframes textAnimate {
    0% {
        stroke-dasharray: 0 50%;
        stroke-dashoffset:  20%;
        fill: rgb(14, 178, 229);

    }

    100% {
        stroke-dasharray: 50% 0;
        stroke-dashoffstet: -20%;
        fill: white;
    }

}

@keyframes textAnimate2 {
    0% {
        stroke-dasharray: 0 50%;
        stroke-dashoffset:  20%;
        fill: rgb(14, 178, 229);

    }

    100% {
        stroke-dasharray: 50% 0;
        stroke-dashoffstet: -20%;
        fill: transparent;
    }

}

.svgDot {
    transform-box: fill-box;
    transform-origin: center;
    /*transform: scale(1);*/
    /*transition: transform .8s;*/
    animation-fill-mode: forwards;
    animation-name: dotpulse;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: paused;
}

.svgDot.active {
    animation-play-state: running !important;
}

.btn {
    background: white;
    border: 2px solid #0EB2E5;
    color: #1256AC;
    font-size: 18px;
    border-radius: 0;
    padding: 20px 30px;
    line-height: 1;
}

.btn:hover {
    background: #0EB2E5;
    border: 2px solid #0EB2E5;
    color: #ffffff;
}

.btn img {
    padding-left: 10px;
}

img.fb-icon {
    width: 20px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

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

.lh-0 {
    line-height: 0;
}

.ml-3px {
    margin-left: 3px;
}

.fancy-absolute {
    max-width: 44%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.fancy-text svg {
    max-width: 80%;
    height: auto;
    margin-bottom: 15px;
}

.fancy-text.fancy-absolute svg {
    max-width: 100%;
}

.fancy-text svg text {
    fill: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 187px;
    font-weight: 700;
    paint-order: fill;
    stroke: rgb(14, 178, 229) !important;
    stroke-width: 2px;
    white-space: pre;
    text-anchor: end;
    transition: fill .3s;
}

.fancy-text:not(.animation1).visible svg text {
    animation: textAnimate 5s;
}

.fancy-text:not(.animation1).transparent.visible svg text {
    animation: textAnimate2 5s;
}

.section-showroom .fancy-text svg text:hover {
    fill: rgb(14, 178, 229) !important;
}

.fancy-text.animation1 .letter {
    font-size: 162px;
    color: rgb(14, 178, 229);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -4px;
}

.product-pegaz table {
    color: #1256AC;
    border-spacing: 10px 0;
    border-collapse: separate;
    margin-top: 50px;
}

.product-pegaz table tr td {
    padding: 20px;
    line-height: 20px;
}

.product-pegaz table tr td:first-of-type {
    font-weight: 800;
    text-align: center;
    min-width: 20%;
}

.product-pegaz table tr:nth-of-type(2n+1) td {
    background: #B2B3B3;
}

h1 {
    font-size: 60px;
    color: #1256AC;
    font-weight: 700;
    position: relative;
}

h2 {
    font-size: 36px;
    color: #1256AC;
    font-weight: 700;
    position: relative;
}

h2 small {
    font-size: 12px;
    font-weight: 400;
    display: block;
}

h2:after {
    content: "";
    display: block;
    width: 120px;
    height: 5px;
    background: #0EB2E5;
    margin-top: 15px;
}

.projektywni-log,
.projektywni-reg {
    background: #0B9ECE;
    transition: .3s all;
}

.projektywni-log h2,
.projektywni-reg h2 {
    color: #1256AC;
    transition: .3s all;
}

.projektywni-log:hover,
.projektywni-reg:hover {
    background: #1256AC;
    transition: .3s all;
}

.projektywni-log:hover h2,
.projektywni-reg:hover h2 {
    color: white;
    transition: .3s all;
}

::backdrop {
    z-index:0;
    background-color: white !important;
}

html, *:fullscreen, *:-webkit-full-screen, *:-moz-full-screen {
    background-color: white !important;
    z-index:1;
}

.text-center > h2:after {
    margin: 15px auto 0;
}

h3 {
    font-size: 24px;
    color: #1256AC;
    font-weight: 700;
    position: relative;
}

.no-border {
    border: none !important;
}

.icon {
    position: relative;
}

.icon > *:not(img) {
    position: relative;
    z-index: 2;
}

.icon > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
}

.img-scale {
    display: block;
    overflow: hidden;
}

.img-scale > img {
    transform: scale(1);
    transition: transform .3s;
}

.img-scale > img:hover {
    transform: scale(1.15);
}

/*<editor-fold desc="header">*/
header {
    height: 160px;
    background: white;
    position: fixed;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 -3px 8px 3px #9c9c9c;
    transition: height .5s;
}

header a.logo {
    max-width: 60%;
    width: 165px;
}

header a img {
    max-width: 100%;
}

header a.logo img {
    height: 73px;
    transition: height .5s;
}

.navbar-toggler i {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2818, 86, 172, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #1256AC;
}

.top-nav .container > div {
    border-top: 1px solid #ececec;
}

.top-nav .ul0 {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
    /*position: relative;*/
}

.top-nav .ul0 li {
    flex: 1;
}

.top-nav .ul0 > li {
    padding: 5px 50px;
    display: flex;
    align-items: center;
}

.top-nav .ul0 > li > a {
    display: flex;
}

.top-nav a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #1256AC;
}

.top-nav li a {
    /*padding: 5px 18px;*/
}

.top-nav li.selected > a {
    color: #0EB2E5;
}

.top-nav a:hover {
    color: #0EB2E5;
}

.top-nav .submenu.level1 {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: white;
    width: 100%;
    border-color: #0EB2E5;
    border-style: solid;
    border-width: 1px 0 1px 0;
    padding: 55px;
}

.top-nav .ul0 > li.expand:hover .submenu.level1 {
    display: block;
}

.top-nav .submenu.level1 ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.top-nav .submenu.level1 li {
    flex: 1 1 auto;
}

.top-nav .submenu.level1 a {
    text-align: left;
}

.top-nav .submenu.level1 > ul > li > a {
    font-weight: 700;
    text-transform: uppercase;
}

.top-nav .submenu.level2 ul {
    flex-direction: column;
    padding: 20px 0 0 0;
    max-width: 90%;
    margin: 0;
}

.top-nav .submenu.level2 a {
    padding: 5px 35px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 350px;
    transition: all .3s;
}

.top-nav .submenu.level2 a:hover {
    background: #0EB2E5;
    color: #1256AC;
}

.top-nav .submenu.level2 a img {
    opacity: 0;
    transition: all .3s;
}

.top-nav .submenu.level2 a:hover img {
    opacity: 1;
}

.top-nav .icon > img {
    width: initial;
}
/*</editor-fold>*/

footer {
    background: #2B2A29;
    color: white;
    font-size: 16px;
}

footer .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

footer a {
    color: white;
}

footer .top {
    border-bottom: 5px solid #0EB2E5;
    padding-bottom: 50px;
}

footer .icon > img {
    width: 26px;
}

footer .top p {
    margin-bottom: 0;
}

footer .top .col-auto {
    margin-bottom: 50px;
}

footer .bottom .links {
    padding-top: 40px;
    /*padding-bottom: 70px;*/
}

footer .bottom .links a {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 20px 20px;
}

footer a:hover {
    color: #0EB2E5;
}

#form label {
    display: none;
}

#form .form-control {
    color: #76b200;
    border: 2px solid #ededed;
    border-radius: 0;
}

#form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #76b200;
    opacity: 1; /* Firefox */
}

#form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #76b200;
}

#form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #76b200;
}

.contact-info {
    color: #464646;
    font-size: 12px;
}

#content {
    padding-top: 160px;
    transition: all .5s;
}

#content .content {
    max-width: 1920px;
    margin: 0 auto;
}

/*<editor-fold desc="section-video">*/
.section-video {
    background-image: url('/public/page/img/bg-filmik.jpg');
}

.section-video .video-container,
.automatyka-video .video-container {
    position: relative;
    text-align: center;
}

.section-video video {
    max-width: 100%;
    max-height: calc(100vh - 160px);
}

.automatyka-video video {
    max-width: 660px;
    width: 100%;
}

.section-video .play-btn,
.automatyka-video .play-btn {
    position: absolute;
    display: block;
    z-index: 100;
    max-width: 20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    cursor: pointer;
    transition: transform .3s;
}

.automatyka-video .play-btn {
    transform-box: fill-box;
    transform-origin: center;
    animation-fill-mode: forwards;
    animation-name: playpulse;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.section-video .play-btn:hover,
.automatyka-video .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
/*</editor-fold>*/

/*<editor-fold desc="section-about">*/
.section-about {
    background: linear-gradient(90deg, #1256AC 50%, white 50%);
}

.section-about .container {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(90deg, #1256AC 27%, white 27%);
}

.section-about .about-content {
    width: 83%;
    margin-left: auto;
    color: #1d1d1b;
}
/*</editor-fold>*/

/*<editor-fold desc="section-realizations">*/
.section-realizations a {
    display: block;
    height: 100%;
    position: relative;
}

.section-realizations a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.section-realizations a .text {
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    position: absolute;
    bottom: 27%;
    left: 10%;
    z-index: 1;
    width: 85%;
}

.section-realizations a .text-bottom {
    bottom: 27%;
}

.section-realizations a .text-top {
    top: 27%;
}

.section-realizations a .text-1 {
    bottom: 10%;
}

.section-realizations a .text small {
    font-size: 16px;
    font-weight: 400;
}

.section-realizations a .text-yellow {
    color: #0EB2E5;
}

.section-realizations a .text-blue {
    color: #1256AC;
}

.section-realizations a .text-white {
    color: #ffffff;
}

.section-realizations .realization .text {
    opacity: 1;
    transition: opacity .3s;
}

.section-realizations .realization-1,
.section-realizations .realization-5 {
    background: #1256AC;
}

.section-realizations .realization-1 img,
.section-realizations .realization-5 img,
.section-realizations .realization-6 img {
    opacity: .3;
    transition: all .3s;
}

.section-realizations .realization-2,
.section-realizations .realization-6 {
    background: #0EB2E5;
}

.section-realizations .realization-2 img {
    opacity: .57;
    transition: all .3s;
}

.section-realizations .realization-3 {
    background: #ffffff;
}

.section-realizations .realization-3 img {
    opacity: .27;
    transition: all .3s;
}

.section-realizations .realization-4 {
    background: #ffffff;
}

.section-realizations .realization-4 img {
    opacity: .43;
    transition: all .3s;
}

.section-realizations .realization:hover img {
    opacity: 1;
}

.section-realizations .realization:hover .text {
    opacity: 0;
    visibility: hidden;
}
/*</editor-fold>*/

/*<editor-fold desc="section-news">*/
.section-news {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-news .arrows {
    width: 16%;
    min-width: 130px;
    flex-shrink: 0;
}

.section-news .arrows-xs {
    display: none;
}

.section-news .arrows .arrow-left {
    border: 2px solid #0EB2E5;
    padding: 7px;
    cursor: pointer;
}

.section-news .arrows .arrow-right {
    border: 2px solid #0EB2E5;
    padding: 7px;
    border-left: 0;
    cursor: pointer;
}

.section-news .arrows .arrow-left > * {
    transform: rotateY(180deg);
}

.section-news .news-container {
    min-width: 0;
}

.section-news .news-carousel {
    margin-top: 78px;
}

.section-news .news-item {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 385px;
}

.section-news .news-text {
    padding: 33px 30px;
    position: absolute;
    left: 0;
    z-index: 1;
    background: #1256AC;
    color: white;
    font-size: 16px;
    top: 63%;
    height: 100%;
    width: 100%;
    transition: top .5s;
}

.section-news .news-text .date {
    text-transform: capitalize;
}

.section-news .news-text b {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0 45px;
    display: block;
    text-transform: uppercase;
}

.section-news .news-text .news-short {
    opacity: 0;
    transition: all .5s;
}

.section-news .news-item:hover .news-text {
    top: 0;
}

.section-news .news-item:hover .news-short {
    opacity: 1;
}
/*</editor-fold>*/

.section-showroom .fancy-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-showroom .fancy-text svg {
    max-width: 100%;
    margin-bottom: 70px;
}

.section-showroom .btn {
    padding: 24px 22px;
    transition: all .5s;
}

.automatyka-4 {
    padding: 100px 0;
}

.automatyka-7-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 992px) {
    .automatyka-7-1 .col-lg-2 {
        flex: 0 0 auto;
        width: 20%;
    }
}

/*<editor-fold desc="section-carousel">*/
.section-carousel {
    padding-bottom: 140px;
}

.section-carousel h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
}

.section-carousel h2:after {
    width: 100%;
}

.section-carousel h2 b {
    font-weight: 700;
}

.section-carousel h2 small {
    font-size: 24px;
    line-height: 1 !important;
    display: inline-block;
    margin-top: 10px;
}

.section-carousel h2 * {
    line-height: 1 !important;
}

.section-carousel .arrows > div {
    cursor: pointer;
}

.section-carousel .owl-item {
    position: relative;
    transition: all 500ms ease;
    transform-style: preserve-3d;
    z-index: 1;
    opacity: 0.5;
    transform: translate3d(0,0,0) scale(0.6);
}

.section-carousel .owl-item.center {
    opacity: 1;
    transform: translate3d(0,0,0px) scale(1);
    transition: all 500ms ease;
    transform-style: preserve-3d;
    z-index: 2;
}

.section-carousel .btn {
    width: 370px;
    max-width: 80%;
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
}

.section-carousel .container {
    border-bottom: 5px solid #0EB2E5;
    padding-bottom: 50px;
}

.products-carousel .owl-stage-outer {
    overflow-y: initial;
    overflow-x: clip;
}

.products-arrows {
    position: relative;
    z-index: 100;
}

.products-arrows img {
    transform: scale(1);
    transition: .3s;
}

.products-arrows img:hover {
    transform: scale(1.2);
}

.products-carousel .owl-item .sprawnosc {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 20%;
    opacity: 0;
    transition: all .5s;
    display: none !important;
}

.products-carousel .item > p {
    display: none;
}

.products-carousel .owl-item .sprawnosc img:first-of-type {
    width: 100px;
}

.products-carousel .owl-item .sprawnosc img:last-of-type {
    width: 40px;
}

.products-carousel .owl-item .sprawnosc-txt {
    position: absolute;
    right: 2px;
    color: #2f2867;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: -2px;
}

.products-carousel .owl-item .name {
    text-align: center;
    text-transform: uppercase;
    color: #0EB2E5;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .5s;
}

.products-carousel .owl-item .icons {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .5s;
}

.products-carousel .owl-item .icons .icon-container {
    align-items: center;
    /*width: 33%;*/
    /*flex: 1 1 auto;*/
    padding: 0 20px;
}

.products-carousel .owl-item .icons .icon + div {
    margin-top: 5px;
}
.products-carousel .owl-item .icons .txt {
    font-size: 8px;
    color: #1256AC;
    text-align: center;
    line-height: 1;
}

.products-carousel .owl-item .icons .value {
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0EB2E5;
    text-align: center;
    line-height: 16px;
    margin-top: 0;
}

.products-carousel .owl-item img.icon-img {
    width: 15px;
}

.products-carousel .owl-item.center:hover {
    transform: translate3d(0,0,0px) scale(1.2);
}

.flex-carousel * {
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
}

.more-products-carousel .owl-stage-outer {
    overflow-y: initial;
    overflow-x: clip;
}

.more-products-carousel .img-scale {
    padding: 15px;
}

.more-products-carousel span.name {
    margin-top: 15px;
    display: block;
    background: #0EB2E5;
    color: #ffffff;
    line-height: 1;
    padding: 5px 6px;
    font-size: 15px;
    font-weight: 700;
}

.logos-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.logos-carousel .owl-stage img {
    max-height: 85px;
    width: auto;
    margin: 0 auto;
}

.menu-langs .current-lang {
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
}

.menu-langs {
    position: relative;
    z-index: 1000;
}

.menu-langs .current-lang,
.menu-langs .langs a {
    display: inline-block;
    text-transform: uppercase;
}

.menu-langs .current-lang img,
.menu-langs .langs a img {
    position: absolute;
    top: 3px;
    left: 20px;
}

.menu-langs .langs {
    display: none;
    position: absolute;
    top: -5px;
    left: -20px;
    padding-top: 32px;
    padding-left: 20px;
    z-index: -1;
    border: 1px solid #ccc;
    border-top: none;
    width: 80px;
    -moz-box-shadow: 0 3px 10px 0 rgba(50, 50, 50, 0.4);
    -webkit-box-shadow: 0 3px 10px 0 rgb(50 50 50 / 40%);
    box-shadow: 0 3px 10px 0 rgb(50 50 50 / 40%);
}

.menu-langs:hover .langs,
.menu-langs .langs:hover .langs {
    display: block;
    background-color: #fff;
}

.menu-langs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu-langs .langs li {
    line-height: 30px;
    position: relative;
    margin: 5px 0;
}

/*</editor-fold>*/

.serwis-kontakt {
    background: #f2f2f2;
}

.serwis-kontakt .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.serwis-kontakt .text {
    font-size: 16px;
    color: #1d1d1b;
    padding: 60px 0;
}

.serwis-kontakt .columns div {
    margin: 20px 0;
    font-size: 18px;
    color: #1256AC;
}

.serwis-kontakt .form b {
    font-size: 18px;
    color: #1256AC;
}

.serwis-kontakt small {
    font-size: 14px;
    line-height: 1.3;
    display: block;
}

.serwis-kontakt label {
    display: none;
}

.serwis-kontakt button {
    text-transform: initial !important;
}

.serwis-kontakt button:first-letter {
    text-transform: uppercase;
}

.serwis-kontakt .simple-input {
    border-width: 0 0 1px 0;
    border-color: #1256AC;
    border-radius: 0;
    color: #1256AC;
    font-size: 18px;
    background: none;
    padding-left: 0;
}

.serwis-kontakt select {
    appearance: auto;
}


.serwis-kontakt ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #1256AC;
    font-size: 18px;
}
.serwis-kontakt ::-moz-placeholder { /* Firefox 19+ */
    color: #1256AC;
    font-size: 18px;
}
.serwis-kontakt :-ms-input-placeholder { /* IE 10+ */
    color: #1256AC;
    font-size: 18px;
}
.serwis-kontakt :-moz-placeholder { /* Firefox 18- */
    color: #1256AC;
    font-size: 18px;
}

.page-top {
    position: relative;
}

.page-top .content {
    position: absolute;
    bottom: 30%;
    width: 100%;
    font-size: 60px;
    font-weight: 700;
    color: white;
    line-height: 1em;
}

.page-top .container > div {
    padding-left: 50px;
    border-left: 5px solid #0EB2E5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 1;
}

.page-top .content small {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}

.top-text {
    color: #403873;
    font-size: 28px;
}

.product-start {
    padding: 90px 0 75px;
}

.product-start iframe.img-360 {
    width: 100%;
    height: 100%;
}

.product-start .icon-360 {
    position: absolute;
    right: 0;
    top: -60px;
}

.product-start .sprawnosc {
    display: inline-flex;
    align-items: center;
    position: relative;
    right: 0;
    bottom: 20%;
    opacity: 1;
    transition: all .5s;
}

.product-start .sprawnosc img:first-of-type {
    width: 180px;
}

.product-start .sprawnosc img:last-of-type {
    width: 90px;
}

.product-start .sprawnosc-txt {
    position: absolute;
    right: 2px;
    color: #2f2867;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: -2px;
}

.product-icons {
    background: #f2f2f2;
    padding-top: 100px;
    padding-bottom: 50px;
}

.product-icons .d-flex.flex-wrap {
    justify-content: center;
}

.product-icons .icon-container {
    margin-bottom: 50px;
    align-items: center;
    min-width: 110px;
    flex: 1 1 auto;
    padding: 0 15px;
    max-width: 13%;
}

.lang-ru .product-icons .icon-container,
.lang-de .product-icons .icon-container {
    max-width: 18%;
}

.product-icons .txt {
    font-size: 18px;
    color: #1256AC;
    text-align: center;
    line-height: 23px;
}

.product-icons .icon + div {
    margin-top: 20px;
}

.product-icons .value {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0EB2E5;
    text-align: center;
    line-height: 23px;
    margin-top: 4px;
}

.product-centrala {
    margin-top: 8rem;
    position: relative;
}

.product-centrala .bg {
    background: #1256AC;
    position: absolute;
    width: 35%;
    height: 100%;
    z-index: 1;
}

.product-centrala img {
    width: 1115px;
    max-width: 80%;
    position: relative;
    left: 0;
    z-index: 0;
}
.centrala-dot-container {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
}

.centrala-dot {
    content: "";
    background: rgba(14, 178, 229, .3);
    width: 95px;
    height: 95px;
    border-radius: 50%;
    transform: scale(1);
    transform-box: fill-box;
    transform-origin: center;
    animation-fill-mode: forwards;
    animation-name: dotpulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

.centrala-dot2 {
    content: "";
    background: rgba(14, 178, 229, 1);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-description {
    padding: 100px 0;
}

.product-description .arrows-xs {
    display: none;
}

.carousel-arrow.arrow-left {
    border: 2px solid #0EB2E5;
    padding: 7px;
    cursor: pointer;
    flex: 0 0 50px;
}

/** { box-sizing: border-box; min-width: 0; min-height: 0; }*/

.carousel-arrow.arrow-right {
    border: 2px solid #0EB2E5;
    padding: 7px;
    cursor: pointer;
    flex: 0 0 50px;
}

.carousel-arrow.arrow-left > * {
    transform: rotateY(180deg);
}

.product-description .product-carousel .img-scale {
    padding: 20px 30px;
}

.product-description .thumbs-carousel {
    max-width: 400px;
    flex: 0 1 auto;
    min-width: 1px;
}

.product-construction {
    background: linear-gradient(90deg, white 50%, #1256AC 50%);
}

.product-construction .container {
    background: white;
}

.product-construction .images {
    background: linear-gradient(90deg, white 50%, #1256AC 50%);
}

.product-construction .row > div {
    padding: 100px 0;
}

.product-variants {
    background: linear-gradient(90deg, #1256AC 35%, white 35%);
}

.product-variants .variants-txt {
    background: #1256AC;
}

.product-variants .row > div {
    padding: 50px 0 100px;
}

.product-variants .table-responsive {
    background: white;
}

.product-variants .table-responsive > p {
    padding: 20px;
}

.product-variants .table-responsive > p:not(:first-of-type) {
    padding-top: 0;
}

.product-variants .table {
    text-align: center;
    font-size: 14px;
    line-height: 1;
    /*margin-left: auto;*/
    max-width: 660px;
    width: 100%;
}

.product-variants .table-col {
    transform: none !important;
}

.product-variants .table thead {
    background: #322359;
    color: white;
    vertical-align: middle;
}

.product-variants .table th {
    font-weight: 500;
}

.product-variants .table tbody td {
    background: white !important;
    vertical-align: middle;
    border: none;
}

.product-variants .table th,
.product-variants .table td {
    padding: 17px 10px;
}

.product-variants .table tbody tr:first-of-type td {
    background: white !important;
    box-shadow: none !important;
    border-bottom-width: 0 !important;
    padding: .5rem;
}

.product-variants .table tbody tr:nth-of-type(2) td {
    padding: .5rem;
}

.about-2 .row > div {
    padding: 0;
    transform: none !important;
}

.about-2 .row > div:first-of-type {
    padding: 100px 0;
    background: white;
}

.about-2 .text-content strong {
    color: #1256AC;
    font-weight: 600;
}

.about-2 .video-container {
    display: flex;
    align-items: flex-start;
}

.about-2 .video-container > * {
    width: 50%;
}

.about-2 .video-container .img {
    position: relative;
}

.about-2 .video-container .img img {
    width: 100%;
}

.about-2 .video-container .video {
    width: 50%;
    margin-top: 10%;
    position: relative;
}

.about-2-1 {
    background: linear-gradient(90deg, white 65%, #1256AC 65%);
}

.image-counter {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.image-counter .top {
    padding: 0 30px;
    font-weight: 800;
    font-size: 95px;
    line-height: .65;
    transform: scale(1);
    transition: .3s all;
}

.image-counter .top-6,
.image-counter .top-7,
.image-counter .top-8 {
    font-size: 60px;
}

.image-counter .top.top-text {
    font-size: 30px;
    margin-bottom: 23px;
}

.image-counter .bottom {
    color: white;
    padding: 10% 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

.image-counter-zoom-top:hover .top {
    transform: scale(1.1);
}

.image-counter.counter-yellow .top {
    color: #0EB2E5;
}

.image-counter.counter-yellow .bottom {
    background: #0EB2E5;
}

.image-counter.counter-blue .top {
    color: #1256AC;
}

.image-counter.counter-blue .bottom {
    background: #1256AC;
}

.image-counter.counter-white .top {
    color: #ffffff;
}

.image-counter.counter-white .bottom {
    background: #ffffff;
    color: #1256AC;
}

.about-3 {
    padding: 60px 0 100px;
}

.about-3 .col-12 {
    padding: 60px 0;
}

.about-5 {
    background: linear-gradient(90deg, white 55%, #f2f2f2 55%);
}

.about-5 .row:first-of-type > div:first-of-type {
    padding: 100px 0 0;
}

.about-5 .row:last-of-type {
    padding: 100px 0;
}

.contact-1 {
    padding: 100px 0;
}

.contact-1 p {
    color: #1256AC;
    font-size: 18px;
}

.contact-tabs .tab {
    font-size: 22px;
    font-weight: 400;
    color: #1256AC;
    margin-right: 50px;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 5px solid transparent;
    transition: border .4s;
}

.contact-tabs .tab.active,
.contact-tabs .tab:hover {
    font-weight: 800;
    border-bottom: 5px solid #0EB2E5;
}

.contact-tabs-content .tab {
    display: none;
    transition: .4s all;
}

.contact-tabs-content .tab.active {
    display: block;
}

.contact-2 {
    background: #f2f2f2;
    padding: 100px 0;
}

.contact-2 .form-control {
    border: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #1256AC;
    padding-left: 0;
    color: #1256AC;
    font-size: 18px;
}

.contact-2 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #1256AC;
    font-size: 18px;
}
.contact-2 ::-moz-placeholder { /* Firefox 19+ */
    color: #1256AC;
    font-size: 18px;
}
.contact-2 :-ms-input-placeholder { /* IE 10+ */
    color: #1256AC;
    font-size: 18px;
}
.contact-2 :-moz-placeholder { /* Firefox 18- */
    color: #1256AC;
    font-size: 18px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding-left: 80px;
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 45px;
    height: 45px;
    background: transparent;
    border: 2px solid #0EB2E5;
    position: absolute;
    left: 0;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background: #0EB2E5;
}

.btn-primary {
    padding: 29px 35px 22px;
    color: white;
    background: #0EB2E5;
    text-transform: capitalize;
}

.btn-primary.opposite {
    padding: 13px 35px;
    color: white;
    background: #1256AC;
    border: solid white !important;
    border-width: 0 2px !important;
    text-transform: none;
}

.btn-primary2 {
    background: #1256AC;
    color: white;
    text-transform: capitalize;
    border: 5px solid #1256AC;
    padding: 10px 40px;
    font-size: 30px;
}

.btn-primary.opposite.active,
.btn-primary.opposite:hover,
.btn-primary.opposite:focus,
.btn-primary.opposite:active {
    background: #0EB2E5;
    border: 2px solid #0EB2E5;
    color: black;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #1256AC;
    border: 2px solid #1256AC;
    color: white;
}

.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2:active {
    background: #0EB2E5;
    color: white;
    border: 5px solid #0EB2E5;
}

.btn-primary.btn-sm,
.btn-secondary.btn-sm {
    padding: 15px 35px 15px;
}

.btn-yellow {
    background: #0EB2E5;
    color: white;
    border: 0;
    font-weight: 800;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    padding: 0;
    line-height: 1;
    transition: all .3s;
}

.btn-yellow:hover {
    background: #1256AC;
    color: white;
    border: 0;
}

.btn-yellow span.button-text {
    padding: 12px 30px;
}

.btn-yellow span.button-right {
    height: 42px;
    width: 47px;
    border-left: 5px solid white;
    background: #0EB2E5 !important;
    color: white !important;
}

.ue-1 {
    padding: 100px 0;
}

.ue-1 p {
    margin-bottom: 2rem;
}

.ue-1 .text-blue {
    color: #1256AC;
}

.ue-1 .text-line {
    font-size: 18px;
    font-weight: 800;
    margin-top: 40px;
}

.ue-1 .text-line:after {
    content: "";
    display: block;
    width: 120px;
    height: 5px;
    background: #0EB2E5;
    margin: 15px auto 0;
}

.ue-1 hr {
    height: 5px;
    color: #0EB2E5;
    margin: 4rem 0;
    background-color: currentColor;
    border: 0;
    opacity: 1;
}

.nagrody-1 {
    background: linear-gradient(90deg, #f2f2f2 35%, white 35%);
}

.nagrody-1 .col-left {
    padding: 100px 0;
    background: #f2f2f2;
}

.nagrody-1 .col-right {
    padding-top: 100px;
    padding-bottom: 100px;
    background: white;
}

.nagrody-1 .col-left a {
    color: #1256AC;
    font-size: 18px;
    line-height: 1;
}

.nagrody-1 .col-left .kariera-title {
    color: #1256AC;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
}

.nagrody-1 .col-left .kariera-title:after {
    content: "";
    display: block;
    width: 120px;
    height: 5px;
    background: #0EB2E5;
    margin-top: 5px;
}

.nagrody-1 .col-left a.active {
    font-weight: 800;
}

.nagrody-1 .col-left a.active:after {
    content: "";
    display: block;
    width: 120px;
    height: 5px;
    background: #0EB2E5;
    margin-top: 5px;
}

.nagrody-1 .col-left .group {
    background: #0EB2E5;
    padding: 10px 20px 8px;
    cursor: pointer;
}

.nagrody-1 .col-left .group ~ div:not(.group) {
    padding-left: 20px;
}

.nagrody-1 .col-left .group > div {
    color: #1256AC;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}

.nagrody-1 .col-left a.not-active2 {
    padding-left: 5px;
    border-left: 3px solid transparent;
}

.nagrody-1 .col-left a.active2 {
    padding-left: 5px;
    border-left: 3px solid #0EB2E5;
    font-weight: 800;
}

.kariera-job hr {
    width: 60%;
    height: 5px;
    margin: 2rem auto;
    background-color: #0EB2E5;
    opacity: 1;
}

.kariera-header h2 {
    font-size: 60px;
}

.kariera-header h2:after {
    display: none;
}

.kariera-list > div {
    margin: 20px 0;
}

.kariera-list > div.active .number .tick {
    opacity: 1;
}

.kariera-list > div.active .text{
    background: #0EB2E5;
    color: #fff;
    font-weight: 700;
}

.kariera-list .number {
    border: 3px solid #0EB2E5;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #1256AC;
    font-weight: 700;
    position: relative;
}

.kariera-list .number .tick {
    position: absolute;
    background: #0EB2E5;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .3s all;
}

.kariera-list .text {
    color: #1256AC;
    font-size: 20px;
    padding: 0 20px;
    line-height: 1.2;
    width: 100%;
    max-width: 340px;
    display: flex;
    align-items: center;
    transition: .3s background-color;
}

.cv-text {
    font-size: 12px;
}

.cv-text hr {
    height: 5px;
    margin: 4rem auto;
    background-color: #0EB2E5;
    opacity: 1;
}

.blog-item {
    padding: 100px 0;
}

.blog-item.item-left {
    background: linear-gradient(90deg, #f2f2f2 35%, white 35%);
}

.blog-item.item-right {
    background: linear-gradient(90deg, white 65%, #f2f2f2 65%);
}

.blog-title {
    padding: 100px 0 50px;
}

.blog-title div {
    color: #1256AC;
    font-size: 18px;
}

.blog-item .border-t {
    border-top: 5px solid #0EB2E5;
}

.blog-item .border-r {
    border-right: 5px solid #0EB2E5;
}

.blog-item .border-b {
    border-bottom: 5px solid #0EB2E5;
}

.blog-item .border-l {
    border-left: 5px solid #0EB2E5;
}

.automatyka-1 {
    background: linear-gradient(90deg, #1256AC 35%, white 35%);
    padding: 100px 0 50px;
}

.automatyka-1 .img {
    /*position: absolute;*/
    /*!*right: 50%;*!*/
    /*width: 50vw;*/
}

.automatyka-1 .fancy-container {
    max-width: 60%;
}

.automatyka-2 {
    background: linear-gradient(90deg, white 65%, #f2f2f2 65%);
}

.automatyka-2 .row > div {
    padding: 100px 0;
    transform: none !important;
    transform: none !important;
}

.automatyka-2 .row > div:first-of-type {
    padding: 200px 0;
}

.automatyka-2 .video-container {
    display: flex;
    align-items: flex-start;
}

.automatyka-2 .video-container > * {
    width: 50%;
}

.automatyka-2 .video-container .img {
    border-bottom: 5px solid #0EB2E5;
    position: relative;
}

.automatyka-2 .video-container .img img {
    width: 100%;
}

.automatyka-2 .video-container .video {
    width: 50%;
    margin-top: 10%;
    border-top: 5px solid #0EB2E5;
    border-left: 5px solid #0EB2E5;
}

.automatyka-3 {
    background: #f2f2f2;
    padding: 100px 0;
}

.automatyka-3 .arrow-left {
    position: absolute;
    left: -50px;
}

.automatyka-3 .arrow-right {
    position: absolute;
    right: -50px;
}

.automatyka-3 .item {
    max-width: 344px;
    margin: 0 auto;
}

.automatyka-carousel .text {
    font-size: 18px;
    color: #1256AC;
    border-left: 5px solid #0EB2E5;
    padding-left: 25px;
}

.automatyka-8 {
    background: linear-gradient(90deg, white 61%, #1256AC 61%);
}

.automatyka-8 .row > div:first-of-type,
.automatyka-8 .row > div:last-of-type {
    padding: 100px 0 55px;
}

.automatyka-8 .automatyka-carousel-2 {
    position: relative;
    right: -2px;
}

.automatyka-list h3 {
    color: white;
    font-size: 30px;
    font-weight: 400;
}

.automatyka-list .automatyka-items {
    position: relative;
}

.automatyka-list .automatyka-items:before {
    content: " ";
    height: 100%;
    width: 1px;
    position: absolute;
    background: #0EB2E5;
}

.automatyka-list .automatyka-item {
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    padding: 18px;
    cursor: pointer;
    transition: color .4s, border .4s;
    border-left: 5px solid transparent;
    margin-left: -2px;
}

.automatyka-list .automatyka-item.active,
.automatyka-list .automatyka-item:hover {
    font-weight: 800;
    color: #0EB2E5;
    border-left: 5px solid #0EB2E5;
}

.product-plug {
    background: linear-gradient(90deg, #1256AC 35%, white 35%);
}

.product-plug .video-container {
    display: flex;
    align-items: flex-start;
}

.product-plug .video-container > * {
    width: 50%;
}

.product-plug .video-container .img {
    border-bottom: 5px solid #0EB2E5;
    position: relative;
}

.product-plug .video-container .img img {
    width: 100%;
}

.product-plug .video-container .img:after {
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 5.1px;
    height: 50%;
    background-color: #1256AC;
    position: absolute;
    top: calc(100% + 5px);
    right: -5px;
}

.product-plug .video-container .video {
    width: 50%;
    margin-top: 10%;
    border-top: 5px solid #0EB2E5;
    border-left: 5px solid #0EB2E5;
}

.product-plug .row > div {
    transform: none !important;
}

.product-plug-img {
    position: absolute;
    height: 100%;
    right: 0;
    max-width: 315px;
    object-fit: cover;
    object-position: 5%;
}

.product-plug-img4 {
    max-width: initial;
}

.product-plug-cons {
    background-color: #1256AC;
    padding-top: 100px;
    padding-bottom: 50px;
}

.product-plug-cons .row {
    margin-top: 100px;
}

.product-plug-cons .col-12 {
    font-size: 18px;
    margin-bottom: 50px;
    text-align: center;
    padding: 0 30px;
}

.product-plug-cons .col-12 b {
    color: #ffffff;
}

.product-plug-cons * {
    color: white;
}

.product-pegaz {
    padding: 100px 0;
}

.product-pegaz b {
    color: #1256AC;
}

.product-contact {
    position: relative;
}

.product-contact img {
    object-fit: cover;
    min-height: 300px;
}

.product-contact .content {
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 36px;
    color: white;
    line-height: 1.3em;
    text-align: center;
}

.product-contact .content b {
    color: #0EB2E5;
}

.product-contact .content .btn {
    min-width: 250px;
}

.map-dist {
    max-width: 812px;
    max-height: 705px;
}

#svgWorld.with-switch {
    opacity: 0;
    transform: scale(0);
    transition: opacity .25s, transform 1s;
}

#svgWorld.active {
    opacity: 1;
    transform: scale(1);
}

.map-region {
    box-sizing: border-box;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: opacity .25s, transform 1s;
}

.map-region.active {
    opacity: 1;
    transform: scale(1);
}

.btn-back-world.active {
    color: #1256AC;
    background-color: #0EB2E5;
    border-color: #0EB2E5;
}

.btn-back-world {
    opacity: 0;
    transition: opacity .3s;
}

.btn-back-world.active {
    opacity: 1;
}

.contact-map__data {
    display: none;
    padding: 40px 30px;
    /*border: 1px solid #0EB2E5;*/
}

.contact-map__data.active {
    display: block;
}

.map-dot-container {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -30px;
    top: -20px;
}

.map-dot2 {
    content: "";
    background: rgba(14, 178, 229, 1);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.map-dot {
    content: "";
    background: rgba(14, 178, 229, .3);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: scale(1);

    transform-box: fill-box;
    transform-origin: center;
    animation-fill-mode: forwards;
    animation-name: dotpulse;
    animation-duration: .5s;
    animation-iteration-count: 6;
    animation-direction: alternate;
    animation-play-state: paused;
}

.map-data-product .map-dot-container {
    width: 25px;
    height: 25px;
}

.map-data-product .map-dot2 {
    width: 11px;
    height: 11px;
}

.map-data-product .map-dot {
    width: 24px;
    height: 24px;
}

.contact-map__data.active .map-dot {
    animation-play-state: running !important;
}

.product-map-data {
    position: absolute;
    top: 30px;
    width: 45%;
    left: 57%;
}

.product-map-data .ml11 .letter {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    white-space: normal;
}

.product-map-data h3 {
    color: #0EB2E5;
    font-size: 18px !important;
    white-space: normal !important;
}

.product-map-data p {
    color: #0EB2E5;
    font-size: 12px !important;
}

.ml11 {
    position: relative;
}

.ml11 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
}

.ml11 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #0EB2E5;
    transform-origin: 0 50%;
}

.ml11 .line1 {
    top: 0;
    left: 0;
}

.ml11 .letters {
    /*overflow: hidden;*/
}

.ml11 .letter {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    /*line-height: 1em;*/
}

.ml11 .letter h3 {
    white-space: nowrap;
}

.ml11 .letter p:last-of-type {
    margin-bottom: 0 !important;
}

.products-list .product > div {
    border-bottom: 5px solid #0EB2E5;
    padding-bottom: 50px;
}

.products-list .product .image-player {
    height: 60%;
}

.products-list .product .image-player img {
    opacity: 1;
    transform: scale(1);
    transition: .3s;
}

.products-list .product:hover .image-player img {
    transform: scale(1.1);
}

.products-list .product .player-wrap {
    top: 0;
    left: 0;
    opacity: 0;
}

.products-list .product .btn {
    width: 220px;
    max-width: 80%;
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translate(-50%, 3px);
    padding: 14px 25px 12px;
    font-size: 18px;
}

.products-list .sprawnosc {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.products-list .sprawnosc img:first-of-type {
    width: 100px;
}

.products-list .sprawnosc img:not(:first-of-type) {
    width: 40px;
}

.products-list .sprawnosc-txt {
    position: absolute;
    right: 2px;
    color: #2f2867;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: -2px;
}

.products-list .doc p {
    line-height: 17px;
}

.products-list .icons {
    display: flex;
    justify-content: center;
    position: relative;
}

.products-list .icons .icon-container {
    align-items: center;
    /*width: 33%;*/
    /*flex: 1 1 auto;*/
    padding: 0 20px;
}

.products-list .icons .icon + div {
    margin-top: 5px;
}
.products-list .icons .txt {
    font-size: 8px;
    color: #1256AC;
    text-align: center;
    line-height: 1;
}

.products-list .icons .value {
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0EB2E5;
    text-align: center;
    line-height: 16px;
    margin-top: 0;
}

.products-list img.icon-img {
    width: 15px;
}

.products-list .product h3 {
    font-size: 28px;
    transform: scale(1);
    transition: all .3s;
    transform-origin: left;
}

.products-list .product h3.scale {
    transform: scale(1.1);
    transition: all .3s;
}

.products-list .product .small-name {
    font-size: 16px;
    color: #1256AC;
    font-weight: 700;
    position: relative;
}

.products-list .product .small-name:after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    background: #0EB2E5;
    margin-bottom: 10px;
}
.one-news .col-12 img {
    margin-bottom: 15px;
}

.realization-groups {
    padding-top: 100px;
    padding-bottom: 100px;
}

.realization-groups .d-flex > div {
    padding: 5px 10px;
}

.realization-groups a {
    font-size: 22px;
    color: #1256AC;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .3s all;
}

.realization-groups a.active,
.realization-groups a:hover {
    font-weight: 700;
    border-bottom: 5px solid #0EB2E5;
}

.realization-groups a:after {
    content: attr(title);
    content: attr(title)/"";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

.realizations {
    padding-bottom: 100px;
}

/*.realization-1 { grid-area: realization-1; }*/
/*.realization-2 { grid-area: realization-2; }*/
/*.realization-3 { grid-area: realization-3; }*/
/*.realization-4 { grid-area: realization-4; }*/
/*.realization-5 { grid-area: realization-5; }*/
/*.realization-6 { grid-area: realization-6; }*/
/*.realization-7 { grid-area: realization-7; }*/
/*.realization-8 { grid-area: realization-8; }*/

.realization-1 { grid-row: span 2; grid-column: span 2; }
.realization-2 { grid-row: span 1; grid-column: span 2; }
.realization-3 { grid-row: span 1; grid-column: span 2; }
.realization-4 { grid-row: span 2; grid-column: span 1; }
.realization-5 { grid-row: span 1; grid-column: span 1; }
.realization-6 { grid-row: span 1; grid-column: span 2; }
.realization-7 { grid-row: span 1; grid-column: span 2; }
.realization-8 { grid-row: span 1; grid-column: span 1; }

.realizations-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto auto auto auto;
    gap: 20px 20px;
    grid-auto-flow: row;
    /*grid-template-areas:*/
    /*"realization-1 realization-1 realization-2 realization-2"*/
    /*"realization-1 realization-1 realization-3 realization-3"*/
    /*"realization-4 realization-5 realization-6 realization-6"*/
    /*"realization-4 realization-7 realization-7 realization-8";*/
}

.realizations-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /*opacity: .65;*/
    /*transition: .5s opacity;*/
}

.realizations-container > div {
    position: relative;
    overflow: hidden;
}

.realizations-container .text {
    background: #1256ACe8;
    border-top: 5px solid #0EB2E5;
    color: white;
    font-size: 13px;
    padding: 6% 30px;;
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    transition: top .5s;
    top: 100%;
    /*top: calc(100% - 145px);*/
}

.realizations-container > div:hover img {
    opacity: 1;
}

.realizations-container > div:hover .text {
    top: 0;
}

.pager {
    display: flex;
    justify-content: center;
}

.pager > * {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#0EB2E5 !important;
    border: 2px solid #0EB2E5;
    margin: 5px;
}

.pager a {
    opacity: .20;
    transition: .3s all;
}

.pager a:hover {
    opacity: 1;
}

.owl-right {
    position: relative;
}

.owl-right .owl-dots {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;
    /*left: -50px;*/
    left: -5vw;
    transform: translateY(-50%);
}

.owl-right.owl-theme .owl-dots .owl-dot {
    margin: 18px 0;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: .3s all;
}

.owl-right.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background: #f2f2f2;
    margin: 9px;
    transition: .3s all;
}

.owl-right.owl-theme .owl-dots .owl-dot.active,
.owl-right.owl-theme .owl-dots .owl-dot:hover {
    border: 1px solid #0EB2E5;
}

.owl-right.owl-theme .owl-dots .owl-dot.active span,
.owl-right.owl-theme .owl-dots .owl-dot:hover span {
    background: #0EB2E5;
}

.section-showroom > img {
    min-height: 300px;
    object-fit: cover;
}

.product-plug-list .col-left {
    padding-top: 140px;
    min-height:500px;
}

.btn-projektywni {
    padding: 5px 20px !important;
}

.projektywni-bg-1 {
    background: #0EB2E5;
    color: #2B2A29;
}

.projektywni-bg-2 {
    background: #2B2A29;
    color: white;
}

.projektywni-bg-1 h2:after {
    display: none;
}

.projektywni-bg-2 h2:after {
    display: none;
}

.projektywni-bg-2 h2 {
    color: white;
}

.projektywni-bg-2 .btn-primary:hover,
.projektywni-bg-2 .btn-primary:focus,
.projektywni-bg-2 .btn-primary:active {
    background: #1256AC;
    border: 2px solid #0EB2E5;
    color: #0EB2E5;
}

.projektywni-bg-2 .btn-primary:hover,
.projektywni-bg-2 .btn-primary:focus,
.projektywni-bg-2 .btn-primary:active {
    background: #1256AC;
    border: 2px solid #0EB2E5;
    color: #0EB2E5;
}

.projektywni-form input {
    border-radius: 0;
    padding: 0.75rem;
    max-width: 90%;
}

.projektywni-form label {
    font-size: 20px;
    font-weight: 300;
}

.projektywni-form .info {
    padding-top: 30px;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 300;
}

.benefits-list .benefit {
    position: relative;
    margin-bottom: 100px;
    text-align: center;
    max-width: 85%;
}

.benefits-list .benefit > div {
    display: inline-block;
    position: relative;
}

.benefits-list .benefit .number {
    font-size: 11rem;
    font-weight: 800;
    color: #0EB2E5;
    position: absolute;
    top: -38px;
    left: -75px;
    line-height: 1;
}

.benefits-list .benefit .name {
    color: #1256AC;
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
}

.benefits-list .benefit-row {
    margin-bottom: 100px;
}

.benefits-list .benefit-row .benefit-content h2 {
    font-size: 50px;
}

.benefits-list .benefit-row .benefit-content h2:after {
    margin-top: 5px;
    margin-bottom: 25px;
}

.benefits-list .benefit-row .benefit-content .benefit-grid-div {
    font-size: 20px;
}

.benefits-list .benefit-row .number {
    font-size: 11rem;
    font-weight: 800;
    color: #0EB2E5;
    line-height: 1;
}

.benefits-list .benefit-row.benefit-right .benefit-content {
    text-align: right;
}

.benefits-list .benefit-row.benefit-right .benefit-content h2:after {
    margin-left: auto;
}

.benefits-list .benefit-row.benefit-right .benefit-content {
    padding: 0 20px 0 50px;
}

.benefits-list .benefit-row.benefit-left .benefit-content {
    padding: 0 50px 0 20px;
}

.benefit-content {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 20px 20px;
    grid-template-areas:
    "benefit-grid-title ."
    "benefit-grid-div benefit-grid-number";
}

.grid-reverse .benefit-content {
    grid-template-areas:
    ". benefit-grid-title"
    "benefit-grid-number benefit-grid-div";
}

.benefit-grid-title { grid-area: benefit-grid-title; }
.benefit-grid-div { grid-area: benefit-grid-div; }
.benefit-grid-number { grid-area: benefit-grid-number; }

.projektywni-files h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
}

.projektywni-files th,
.projektywni-files td {
    padding: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
}

.projektywni-files th {
    border-width: 4px 0 !important;
    border-color: #1256AC;
}

.projektywni-files th:first-of-type {
    border-right: 2px solid #d1d1d1 !important;
}

.projektywni-files td {
    border: 2px solid #d1d1d1;
}

.projektywni-files .bg {
    background: #e6e6e6;
}

.projektywni-yt a {
    display: flex;
    flex-direction: column;
}

.projektywni-yt a span {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}

.projektywniBanner {
    position: fixed;
    bottom: -300px;
    left: 0;
    width: 100%;
    z-index: 1000;
}

@media (min-width: 1201px) {
    .product-plug .video-container {
        position: absolute;
        right: 50%;
        width: 50vw;
        max-width: 960px;
    }

    .product-plug .plug-play-img{
        max-width: 60%;
    }

    .automatyka-2 .video-container {
        position: absolute;
        left: 50%;
        width: 50vw;
        max-width: 960px;
    }

    .about-2 .video-container {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 50vw;
        max-width: 960px;
        transform: translateY(-50%);
    }

    .about-3 .col-12 {
        padding: 160px 0;
    }

    .about-3 .img {
        position: absolute;
        width: 50vw;
        right: 0;
        text-align: right;
        padding-right: 50px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 992px) {
    #mainMenu {
        height: 100%;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .mt-lg-n6{margin-top:-4rem!important}
}

@media (min-width: 768px) {
    .products-carousel .owl-item.center:hover .name,
    .products-carousel .owl-item.center:hover .sprawnosc,
    .products-carousel .owl-item.center:hover .icons {
        opacity: 1;
    }
}

@media (max-width: 1300px) {
    .top-nav .ul0 > li {
        padding: 5px 30px;
    }

    .section-news .news-item {
        width: 305px;
    }

    .section-news .news-text {
        padding: 25px 30px;
        font-size: 14px;
    }

    .section-news .news-text b {
        font-size: 14px;
        line-height: 17px;
        margin: 10px 0 25px;
    }

    .section-news .news-text div {
        line-height: 18px;
    }

    .realizations-container .text {
        font-size: 16px;
        padding: 20px 30px;
    }

    .realizations-container > div:hover .text {
        /*top: calc(100% - 120px);*/
    }
}

@media (max-width: 1500px) {
    .owl-right .owl-dots {
        left: -50px;
    }

    .image-counter .top {
        font-size: 88px;
    }

    .image-counter .top-6,
    .image-counter .top-7,
    .image-counter .top-8 {
        font-size: 48px;
    }
}

@media (max-width: 1250px) {
    .owl-right.owl-carousel {
        width: 90%;
        margin-left: auto;
    }
}

@media (max-width: 1200px) {
    .product-start {
        padding: 70px 0;
    }

    .fancy-text.animation1 .letter {
        font-size: 130px;
    }

    header {
        height: 100px;
    }

    #content {
        padding-top: 100px;
    }

    .section-realizations a .text {
        font-size: 26px;
    }

    .product-variants {
        background: linear-gradient(90deg, #1256AC 10%, white 10%);
    }
    .product-variants .table-col {
        background: linear-gradient(90deg, #1256AC 65%, white 65%);
    }

    .product-variants .row > div {
        padding: 50px 0;
    }

    .product-variants .table-responsive {
        margin: 0 auto;
    }

    .product-plug {
        background: linear-gradient(90deg, #1256AC 10%, white 10%);
    }

    .product-plug .video-col {
        background: linear-gradient(90deg, #1256AC 65%, white 65%);
    }

    .product-plug .row > div {
        padding: 50px 0;
    }

    .product-plug .video-container {
        max-width: 90vw;
        width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .product-plug .video-container .img:after {
        height: 25%;
    }

    .automatyka-2 .row > div:first-of-type {
        padding: 100px 0;
    }

    .automatyka-2 .row > div {
        padding: 50px 0;
    }

    .product-plug-img {
        position: relative;
        height: 100%;
        right: 0;
        max-width: 50%;
    }

    .benefits-list .benefit .number {
        font-size: 8rem;
        top: -30px;
        left: -55px;
    }

    .benefits-list .benefit-row {
        margin-bottom: 70px;
    }

    .benefit-content {
        display: grid;
        grid-auto-columns: 1fr;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        gap: 20px 20px;
        grid-template-areas:
            "benefit-grid-title benefit-grid-title"
            "benefit-grid-div benefit-grid-number";
    }

    .benefits-list .benefit-row.benefit-right .benefit-content {
        padding: 0 20px 0 20px;
    }

    .benefits-list .benefit-row .benefit-content h2 {
        font-size: 40px;
    }

    .benefits-list .benefit-row .benefit-content h2:after {
        margin-bottom: 0;
    }

    .benefits-list .benefit-row .benefit-content .benefit-grid-div {
        font-size: 18px;
        line-height: 1.2;
    }

    .benefits-list .benefit-row .number {
        font-size: 8rem;
    }
}

@media (max-width: 1100px) {
    .top-nav .ul0 > li {
        padding: 5px 20px;
    }

    .top-nav .submenu.level1 {
        padding: 25px;
    }

    .automatyka-3 .container {
        max-width: 85% !important;
    }
}

@media (max-width: 1000px) {
    .section-about .about-content {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .product-start {
        padding: 40px 0;
    }

    .fancy-text.animation1 .letter {
        font-size: 80px;
    }

    header {
        height: 70px;
    }

    header a img {
        max-height: 45px;
    }

    header .top {
        position: relative;
    }

    header .top-nav {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .top-nav .ul0 {
        flex-direction: column;
        align-items: start;
    }

    .top-nav .ul0 > li {
        padding: 0;
        flex-wrap: wrap;
    }

    .top-nav a {
        padding: 5px 20px;
    }

    .top-nav .txt {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .top-nav .social-icons {
        margin-left: 10px;
    }

    header .top > .d-lg-none {
        z-index: 10;
        position: relative;
        background: white;
    }

    .top-nav .submenu.level1 {
        position: relative;
        border-width: 0;
        padding: 0;
    }

    .top-nav .submenu.level1 ul {
        flex-direction: column;
        margin: 0 0 0 10px;
    }

    .top-nav .submenu.level2 ul {
        padding: 0;
        margin: 0;
    }

    .top-nav .submenu.level2 a {
        padding: 4px 40px;
    }

    #mainMenu {
        position: relative;
        left: 0;
        background: white;
        width: 100%;
        box-shadow: 0 -3px 8px 3px #9c9c9c;
        z-index: 1;
        overflow: auto;
        max-height: calc(100vh - 70px);
    }

    .page-top .content {
        bottom: 30%;
        font-size: 40px;
    }

    .page-top .container > div {
        padding-left: 40px;
    }

    .page-top .content small {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #content {
        padding-top: 70px;
    }

    .btn {
        font-size: 16px;
        padding: 14px 27px;
    }

    .container {
        max-width: 90% !important;
    }

    .section-video .container {
        max-width: 80% !important;
    }

    .section-realizations a .text {
        font-size: 20px;
    }

    .section-realizations a .text small {
        font-size: 14px;
    }

    .section-showroom .fancy-text svg {
        margin-bottom: 30px;
    }

    .section-showroom .btn {
        padding: 18px 22px;
        font-size: 14px;
    }

    .realization-groups {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .realizations {
        padding-bottom: 50px;
    }

    .realizations-container .text {
        font-size: 14px;
        padding: 5% 20px;
    }

    .realizations-container > div:hover .text {
        /*top: calc(100% - 110px);*/
    }

    .about-5 .row:first-of-type > div:first-of-type {
        background: white;
        padding-right: 20px !important;
    }

    .automatyka-2 .row > div:first-of-type {
        padding: 50px 0 0;
        background: white;
    }

    .automatyka-3 {
        padding: 50px 0;
    }

    .automatyka-4 {
        padding: 50px 0;
    }

    .automatyka-6 {
        padding: 50px 0;
    }

    .automatyka-6 .row > div:first-of-type {
        background: white;
    }

    .product-icons {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .product-icons .icon-container {
        max-width: 33%;
    }

    .product-plug-cons {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .product-plug-cons .row {
        margin-top: 50px;
    }

    .product-plug-cons .col-12 {
        margin-bottom: 30px;
    }

    .col-automatyka-list {
        background: #1256AC;
    }

    .automatyka-8 .row > div:first-of-type,
    .automatyka-8 .row > div:last-of-type {
        padding: 30px 0;
    }

    .contact-1 {
        padding: 50px 0;
    }

    .contact-2 {
        padding: 50px 0;
    }

    .blog-item {
        padding: 50px 0;
    }

    .blog-title {
        padding: 50px 0 10px;
    }

    .benefits-list .benefit {
        margin-bottom: 50px;
    }

    .benefits-list .benefit-row {
        margin-bottom: 50px;
    }

    .benefits-list .benefit-row .benefit-content h2 {
        font-size: 30px;
    }

    .benefits-list .benefit-row .benefit-content .benefit-grid-div {
        font-size: 16px;
        line-height: 1.2;
    }

    .benefits-list .benefit-row .number {
        font-size: 6rem;
    }
}

@media (max-width: 767px) {
    .realization-1 { grid-row: span 4; grid-column: span 4; }
    .realization-2 { grid-row: span 2; grid-column: span 4; }
    .realization-3 { grid-row: span 2; grid-column: span 4; }
    .realization-4 { grid-row: span 4; grid-column: span 2; }
    .realization-5 { grid-row: span 2; grid-column: span 2; }
    .realization-6 { grid-row: span 2; grid-column: span 2; }
    .realization-7 { grid-row: span 2; grid-column: span 2; }
    .realization-8 { grid-row: span 2; grid-column: span 2; }

    .product-start {
        padding: 20px 0;
    }

    .fancy-text.animation1 .letter {
        font-size: 60px;
    }

    .ml11 .letter {
        white-space: normal;
    }

    .page-top .content {
        bottom: 20%;
        font-size: 30px;
    }

    .page-top .container > div {
        padding-left: 30px;
    }

    .page-top .content small {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .section-about .container,
    .section-news,
    .section-map {
        padding-top: 20px;
        padding-bottom: 20px;
     }

    .contact-map__data {
        display: none;
        padding: 40px 30px 20px;
    }

    .section-carousel {
        padding-bottom: 50px;
    }

    .section-realizations .text-4b,
    .section-realizations .text-5b {
        width: 50%;
        max-height: 200px;
        height: auto;
    }

    .section-realizations .text-4b img,
    .section-realizations .text-5b img {
        max-height: 200px;
    }

    .section-realizations .text-6b,
    .section-realizations .text-6b img {
        max-height: 200px;
    }

    .section-realizations .text-6b .text {
        left: 5%;
    }

    .section-news .news-carousel {
        margin-top: 40px;
    }

    .section-showroom .fancy-text svg {
        margin-bottom: 20px;
    }

    .section-showroom .btn {
        padding: 12px 22px;
        font-size: 12px;
    }

    .product-start iframe.img-360 {
        width: 100%;
        height: 60vw;
    }

    .product-description,
    .product-construction .row > div {
        padding: 20px 0;
    }

    .product-contact .content {
        font-size: 25px;
    }

    .automatyka-1 {
        padding: 20px 0 0;
    }

    .automatyka-1 .col-12 {
        background: white;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-2 .row > div:first-of-type {
        padding: 20px 0;
    }

    .about-3 {
        padding: 0;
    }

    .product-icons {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .about-5 .row:first-of-type > div:first-of-type {
        padding: 20px 0;
    }

    .product-icons .icon-container {
        max-width: 50%;
    }

    .about-5 .row:last-of-type {
        padding: 20px 0;
    }

    .owl-right.owl-theme .owl-dots .owl-dot {
        margin: 0;
    }

    .image-counter .top {
        padding: 0 30px;
        font-size: 80px;
    }

    .image-counter .top-6,
    .image-counter .top-7,
    .image-counter .top-8 {
        font-size: 43px;
    }

    .image-counter .bottom {
        padding: 10% 30px;
        font-weight: 500;
        font-size: 16px;
    }

    .nagrody-1 .col-left {
        padding: 20px 0 0 0;
    }

    .nagrody-1 .col-right {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .nagrody-1 .col-left a {
        font-size: 14px;
        text-align: center;
    }

    .nagrody-1 .realization-groups {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .nagrody-1 .realization-groups .d-flex > div {
        padding: 2px 10px;
        width: 100%;
        text-align: center;
    }

    .nagrody-1 .col-left a.active::after {
        margin-top: 0;
    }

    .realization-groups a.active, .realization-groups a:hover {
        font-weight: 700;
        border-bottom: 4px solid #0EB2E5;
    }

    .ue-1 {
        padding: 50px 0;
    }

    .about-2-1 {
        background: linear-gradient(90deg, white 95%, #1256AC 95%);
    }

    .product-plug-list .col-left {
        padding-top: 70px;
    }

    .automatyka-2 .row > div {
        padding: 0 0 20px 0;
    }

    .automatyka-2 .row > div:first-of-type {
        padding: 20px 0 0;
    }

    .automatyka-2 {
        background: linear-gradient(90deg, white 95%, #f2f2f2 95%);
    }

    .automatyka-3 {
        padding: 20px 0;
    }

    .serwis-kontakt .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    footer .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .realization-groups {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .realization-groups a {
        font-size: 18px;
    }

    .blog-item {
        padding: 20px 0;
    }

    .blog-title {
        padding: 20px 0 10px;
    }

    h1 {
        font-size: 40px;
    }

    .product-variants {
        background: linear-gradient(90deg, #1256AC 2%, white 2%);
    }

    .product-variants .row > div {
        padding: 20px 0;
    }

    .product-centrala {
        margin-top: 0;
    }

    .product-centrala .bg {
        opacity: 0;
    }

    .product-centrala img {
        max-width: 90%;
        left: 5%;
    }

    .product-plug {
        background: linear-gradient(90deg, #1256AC 2%, white 2%);
    }

    .product-plug .row > div {
        padding: 20px 0;
    }

    .product-pegaz {
        padding: 20px 0;
    }

    .product-pegaz .contact-map__data {
        display: block;
    }

    .product-pegaz .contact-map__data {
        padding: 20px 30px 20px;
    }

    .product-pegaz table tr td {
        display: block;
    }

    .product-pegaz table tr td {
        background: transparent !important;
    }

    .product-pegaz table tr:nth-of-type(2n+1) td {
        background: #B2B3B3 !important;
    }

    .product-construction {
        background: linear-gradient(90deg, white 0%, #1256AC 0%);
    }

    .product-construction .images {
        background: linear-gradient(90deg, white 0%, #1256AC 0%);
    }

    .product-construction .product-map-data {
        position: relative;
        top: 0;
        width: 100%;
        left: 20px;
    }

    .product-description .product-carousel .img-scale {
        padding: 20px 0;
    }

    .product-description .product-carousel .img-scale > img:hover {
        transform: scale(1);
    }

    div > p:last-of-type {
        margin-bottom: 0;
    }

    .product-plug .video-container > * {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 700px) {
    .benefits-list .benefit .number {
        font-size: 6rem;
        top: -20px;
        left: -40px;
    }
}

@media (max-width: 650px) {
    .section-realizations a .text {
        font-size: 20px;
    }

    .section-news .arrows-lg {
        display: none !important;
    }

    .section-news .arrows-xs {
        display: flex;
    }

    .image-counter .top {
        padding: 0 15px;
        font-size: 40px;
    }

    .image-counter .top-6,
    .image-counter .top-7,
    .image-counter .top-8 {
        font-size: 23px;
    }

    .image-counter .top.top-text {
        font-size: 18px;
        margin-bottom: 13px;
    }

    .image-counter .bottom {
        padding: 10% 15px;
        font-weight: 500;
        font-size: 11px;
    }

    .ue-1 {
        padding: 20px 0;
    }

    .ue-1 hr {
        margin: 1rem 0;
    }
}

@media (max-width: 600px) {
    .kariera-header h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .product-icons .icon-container {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .section-about .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .section-about .about-col {
        background: white;
        padding-top: 50px;
    }

    .owl-right.owl-carousel {
        width: 100%;
    }

    .page-top .content {
        bottom: 20%;
        font-size: 18px;
    }

    .page-top .container > div {
        padding-left: 20px;
    }

    .page-top .content small {
        font-size: 12px;
        margin-bottom: 7px;
    }

    .automatyka-3 .container {
        max-width: 75% !important;
    }

    .automatyka-8 .row > div:first-of-type {
        background: white;
    }

    .product-plug-list .col-left {
        padding-top: 30px;
    }

    .product-plug .row > div {
        padding: 0;
    }

    .product-plug {
        background: linear-gradient(90deg, #1256AC 2%, white 2%);
    }

    .cv-text hr {
        margin: 1rem auto;
    }

    .contact-1 {
        padding: 20px 0;
    }

    .product-plug-cons {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .product-plug-cons .row {
        margin-top: 20px;
    }

    .product-plug-cons .col-12:last-of-type {
        margin-bottom: 0;
    }

    .serwis-kontakt .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .serwis-kontakt .text {
        padding: 20px 0;
    }

    footer .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    footer .top {
        padding-bottom: 20px;
    }

    footer .top .col-auto {
        margin-bottom: 20px;
    }

    .more-products-container {
        flex-wrap: wrap !important;
    }

    .more-products-container .more-products-carousel {
        order: -1;
        width: 100%;
    }

    .more-products-container .img-scale > img:hover {
        transform: scale(1);
    }

    .projektywni-form .info {
        padding-top: 5px;
        font-size: 15px;
        line-height: 1;
        font-weight: 300;
    }
}

@media (max-width: 500px) {
    .fancy-text.animation1 .letter {
        font-size: 40px;
    }

    .section-realizations .text-4b,
    .section-realizations .text-5b {
        width: 50%;
        max-height: 150px;
    }

    .section-realizations .text-4b img,
    .section-realizations .text-5b img {
        max-height: 150px;
    }

    .section-realizations .text-6b,
    .section-realizations .text-6b img {
        max-height: 150px;
    }

    .section-realizations a .text {
        font-size: 20px;
    }

    .benefit-content {
        grid-template-areas:
        "benefit-grid-title benefit-grid-title"
        "benefit-grid-div benefit-grid-number";
    }

    .grid-reverse .benefit-content {
        grid-template-areas:
        "benefit-grid-title benefit-grid-title"
        "benefit-grid-number benefit-grid-div";
    }

    .benefits-list .benefit-row.benefit-right .benefit-content {
        padding: 0;
    }
}

@media (max-height: 750px) and (min-width: 992px) {
    .top-nav .submenu.level2 a img {
        max-width: 35px;
    }
}

/*@media (max-width: 1000px) {*/
/*    body {*/
/*        min-width: 1200px;*/
/*    }*/
/*}*/

@media (min-width: 1400.02px) and (max-width: 1599.98px) {
    header a.logo { width: 150px !important; }
    header a.logo img { height: 65px !important; object-fit: contain; max-width: 100%; }
    .top-nav .ul0 > li { padding: 5px 18px !important; }
    .top-nav a { font-size: 15px !important; }
    .social-icons .icon lord-icon { width: 45px !important; height: 45px !important; }
    .social-icons .icon img { width: 25px !important; }
    .btn-projektywni { padding: 15px 22px !important; font-size: 15px !important; }
    header .ms-xl-5 { margin-left: 2rem !important; }
    header .ms-xl-4 { margin-left: 1rem !important; }
    header .ms-xl-3 { margin-left: 0.75rem !important; }
}
@media (min-width: 992px) and (max-width: 1400px) {
    header a.logo { width: 140px !important; }
    header a.logo img { height: 60px !important; object-fit: contain; max-width: 100%; }
    .top-nav .ul0 > li { padding: 5px 12px !important; }
    .top-nav a { font-size: 14px !important; }
    .social-icons .icon lord-icon { width: 40px !important; height: 40px !important; }
    .social-icons .icon img { width: 22px !important; }
    .btn-projektywni { padding: 12px 18px !important; font-size: 13px !important; }
    header .ms-xl-5 { margin-left: 1.5rem !important; }
    header .ms-xl-4 { margin-left: 0.75rem !important; }
    header .ms-xl-3 { margin-left: 0.5rem !important; }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    header a.logo { width: 120px !important; }
    header a.logo img { height: 50px !important; }
    .top-nav .ul0 > li { padding: 5px 8px !important; }
    .social-icons .icon lord-icon { width: 35px !important; height: 35px !important; }
    .social-icons .icon img { width: 20px !important; }
    .btn-projektywni { padding: 8px 12px !important; }
    header .ms-xl-5 { margin-left: 0.5rem !important; }
    header .ms-xl-4 { margin-left: 0.5rem !important; }
    header .ms-xl-3 { margin-left: 0.25rem !important; }
}

/* VBW rebranding */
header a.logo {
    width: 300px;
}

header a.logo img {
    width: 100%;
    height: auto;
    max-height: 73px;
    object-fit: contain;
}

footer .top img[src="/public/page/img/logo-bottom.svg"] {
    width: 320px;
    max-width: 100%;
}

@media (min-width: 1400.02px) and (max-width: 1599.98px) {
    header a.logo { width: 270px !important; }
}

@media (min-width: 992px) and (max-width: 1400px) {
    header a.logo { width: 230px !important; }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    header a.logo { width: 190px !important; }
}

@media (max-width: 991.98px) {
    header a.logo {
        width: 240px;
    }

    header a.logo img {
        max-height: 58px;
    }
}
