@import url(https://fonts.googleapis.com/css2?family=Monda:wght@400;700&display=swap);

.nie-oplacona {
    display: block;
    position: fixed;
    width: 100%;
    text-align: center;
    font-size: 30px;
    background: #f00;
    z-index: 9999999;
    top: 0;
    add left: 0;
    color: #fff;
}

.bottom-line {
    position: absolute;
    bottom: 0;
    height: 8px;
    width: 100%;
    background: url(../images/block-animation.png) repeat;
    opacity: 0.2;
}

.slider .bottom-line {
    bottom: 73px;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {

    .phone {
        display: none;
    }

    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.lSSlideWrapper>.lightSlider:after {
    clear: both
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lSSlideWrapper .lSFade>*.active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>*.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #428bca
}

.lSSlideOuter .media {
    opacity: .8
}

.lSSlideOuter .media.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../img/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s
}

.lSAction>a:hover {
    opacity: 1
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction>a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.lSSlideOuter.vertical {
    position: relative
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100% !important;
    max-width: none !important
}

.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
    float: left
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important
}

@-webkit-keyframes rightEnd {
    0% {
        left: 0
    }

    50% {
        left: -15px
    }

    100% {
        left: 0
    }
}

@keyframes rightEnd {
    0% {
        left: 0
    }

    50% {
        left: -15px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0
    }

    50% {
        top: -15px
    }

    100% {
        top: 0
    }
}

@keyframes topEnd {
    0% {
        top: 0
    }

    50% {
        top: -15px
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0
    }

    50% {
        left: 15px
    }

    100% {
        left: 0
    }
}

@keyframes leftEnd {
    0% {
        left: 0
    }

    50% {
        left: 15px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0
    }

    50% {
        bottom: -15px
    }

    100% {
        bottom: 0
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0
    }

    50% {
        bottom: -15px
    }

    100% {
        bottom: 0
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative
}

.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.revers {
    unicode-bidi: bidi-override;
    direction: rtl
}

.back-gray {
    background: #f2f2f2
}

.back-orange {
    background: #C23220 !important;
    color: #fff
}

.back-orange a {
    color: #ffdaa8
}

.back-orange a:hover {
    color: #fff
}

.shadow {
    border-radius: 3px;
    border: 1px solid #d8d8d8
}

.subpage .default h2 {
    font-size: 3rem;
    margin: 2rem 0
}

.subpage .default h3 {
    font-size: 2.55rem;
    margin: 2rem 0
}

.subpage .default h4 {
    font-size: 2rem;
    margin: 2rem 0
}

.btn.black {
    background: #1d1d1d !important
}

a {
    color: #C23220
}

a:hover {
    color: #000
}

.center-block {
    display: block;
    margin: 0 auto
}

.mobile-menu {
    display: none !important
}

.nav .dropdown-menu {
    transform: translate3d(19px, 37px, 0px) !important;
    top: 56px !important;
    left: -11px !important;
}

.dropdown-item {
    padding: 0 !important;
}



img {
    max-width: 100%
}

section {
    padding: 10rem 0
}

section.default {
    font-size: 10px
}

.first-section-null {
    margin-top: -150px;
    position: relative;
    z-index: 10
}

p {
    font-size: 1.5rem
}

a {
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3
}

.container {
    max-width: 1400px
}

.btn {
    position: relative;
    border-radius: 0;
    font-size: 1.3rem;
    padding: 0;
    border: 0;
    overflow: hidden;
    background: transparent
}

.btn:focus {
    border: 0 !important;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0)
}

.btn span {
    position: relative;
    z-index: 1;
    padding: 1rem 0rem 1rem 0rem;
    display: block;
    background: #1d1d1d;
    margin: 0 24px;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3
}

.btn::before {
    content: "";
    width: 25px;
    height: 80px;
    position: absolute;
    left: 8px;
    transform: rotate(20deg);
    background: #C23220;
    top: -50%;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3
}

.btn::after {
    content: "";
    width: 25px;
    height: 80px;
    position: absolute;
    right: 8px;
    transform: rotate(20deg);
    background: #C23220;
    top: -50%;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3
}

.btn span::before {
    content: ""
}

.btn span:after {
    content: ""
}

.btn-dark {
    background: transparent
}

.btn-dark::before,
.btn-dark::after {
    background: #1d1d1d
}

.btn-dark:hover {
    background: transparent
}

.btn-dark:hover::before,
.btn-dark:hover::after,
.btn-dark:hover span {
    background: #C23220
}

.btn-primary::before,
.btn-primary::after,
.btn-primary span {
    background: #C23220
}

.btn-primary:hover {
    background: transparent
}

.btn-primary:hover::before,
.btn-primary:hover::after,
.btn-primary:hover span {
    background: #1d1d1d
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border: 0
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgb(239 45 45 / .5)
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    background: transparent !important
}

section.first-section {
    margin-top: -100px;
    padding-top: 15rem
}

section.foot-section {
    font-size: 10px;
    padding: 4em 0 4em !important;
}

section.foot-section li {
    list-style: disc;
    margin-left: 18px
}

section.foot-section a {
    /* display: block;
    width: 100%;
    font-size: 1.3em */
}

section.foot-section h3,
section.foot-section a h4,
section.foot-section a h2 {
    font-size: 20px;
    font-weight: 700
}

section.foot-section .images {
    padding-right: 5rem
}

section.foot-section .images img:nth-of-type(1) {
    float: right;
    max-width: 70%
}

section.foot-section .images img:nth-of-type(2) {
    max-width: 40%;
    position: absolute;
    z-index: 1;
    bottom: -110px
}

section.foot-section .images .phone {
    position: absolute;
    background: #C23220;
    color: #fff;
    z-index: 1;
    padding: .8em 3.1em .2em 5.1em;
    font-size: 1.2em;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 250px
}

section.foot-section .images .phone span {
    top: 25px
}

section.foot-section .row>div:nth-of-type(2),
section.foot-section .row>div:nth-of-type(3),
section.foot-section .row>div:nth-of-type(4) {
    margin-top: 63px
}

section.foot-section .phone::before {
    background: #fff
}

section.foot-section .phone span {
    background: #fff
}

section.foot-section .phone span::before {
    color: #C23220
}

section.foot-section .phone span::after {
    background: #fff
}

@font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon.eot?ytf4k4);
    src: url('../fonts/icomoon.eot?ytf4k4#iefix') format('embedded-opentype'), url(../fonts/icomoon.ttf?ytf4k4) format('truetype'), url(../fonts/icomoon.woff?ytf4k4) format('woff'), url('../fonts/icomoon.svg?ytf4k4#icomoon') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-dokladna-terminowosc:before {
    content: "\e900";
    color: #485358
}

.icon-dokladnosc-i-precyzja:before {
    content: "\e901";
    color: #485358
}

.icon-doswiadczony-zespol:before {
    content: "\e902";
    color: #485358
}

.icon-doswiedczenie:before {
    content: "\e903";
    color: #485358
}

.icon-kontakt:before {
    content: "\e904";
    color: #fff;
    z-index: 1;
    position: relative
}

.phone a {
    color: #fff;
}

.phone a:hover {
    color: #C23220;
}

.icon-nowoczesny-sprzet:before {
    content: "\e905";
    color: #485358
}

.icon-odpowiednie-kwalifikacje:before {
    content: "\e906";
    color: #485358
}

.social {
    position: absolute;
    right: 0;
    width: 50px;
    height: 45px;
    background: #3b5998 url(../images/facebook.png) no-repeat center center;
    z-index: 10;
    text-indent: -200%;
    overflow: hidden;
    top: 21px;
    -webkit-box-shadow: -9px 9px 23px -2px rgba(0, 0, 0, .39);
    -moz-box-shadow: -9px 9px 23px -2px rgba(0, 0, 0, .39);
    box-shadow: -9px 9px 23px -2px rgba(0, 0, 0, .39)
}

.social:hover {
    background: #1d1d1d url(../images/facebook.png) no-repeat center center
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.google-map iframe {
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3;
    width: 100%;
    height: 100%;
    width: 100%;
    filter: grayscale(100%);
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
    border: 1px solid #d6d6d6
}

.google-map iframe.active {
    filter: grayscale(0)
}

.slider {
    position: relative;
    font-size: 10px;
    padding-bottom: 0;
    padding-top: 50px;
    display: block;
    max-width: 1920px;
    margin: 0 auto
}

.slider .container .row {
    margin-bottom: 0;
}

.slider .back-slider {
    background: url(../images/produkcja_sprzedaz_kruszywa_rowipol.png) no-repeat top -6px left;
    position: absolute;
    width: 1400px;
    height: 100%;
    background-size: contain;
    top: -94px;
    z-index: 0;
    right: -500px
}

.slider .slider-title {
    font-size: 40px;
    margin-top: 1rem;
    font-weight: 700
}

.slider .slider-txt,
.slider .slider-txt p {
    font-size: 1.5rem
}

.slider .slider-txt::before {
    content: "";
    display: block;
    width: 3.1em;
    height: 5px;
    background: #C23220;
    margin: 1.1em 0 1.2em
}

.slider .block-img {
    margin-top: 50px
}

.slider .block-img .btn {
    position: absolute;
    bottom: 6em;
    z-index: 11;
    left: 16.8em
}

.lSPager {
    position: relative;
    top: -9.3em;
    z-index: 10;
    border-radius: 0
}

.lSPager li {
    border-radius: 0;
    font-size: inherit
}

.lSPager li a img {
    max-width: 40em !important;
    border-radius: 0 !important
}

.lSSlideWrapper {
    margin-left: 8em
}

.cities a {
    color: #000 !important;
}

.cities a:hover {
    color: #C23220 !important;
}

.main-title {
    font-size: 3em;
    margin-bottom: 2em;
    font-weight: 700
}

li {
    list-style: none;
    font-size: 1.5rem
}

ul {
    padding: 0
}

.title {
    font-size: 4em;
    line-height: 1.4em;
    font-weight: 700;
    padding-bottom: 1.5em
}

.red {
    color: #C23220
}

.list-icon {
    position: relative
}

.list-icon span {
    font-size: 35px;
    padding-bottom: 10px;
    display: block
}

.list-icon span::before {
    color: #fff
}

.list-icon .over {
    overflow: hidden;
    padding: 0 60px
}

.list-icon>div::before {
    content: ""
}

.list-icon>div::after {
    content: ""
}

.list-icon .content {
    height: 100%
}

.list-icon .content:hover::before {
    background: #565656;
    transform: rotate(-20deg)
}

.list-icon .content:hover::after {
    background: #565656;
    transform: rotate(-20deg)
}

.list-icon .content:hover .block {
    background: #565656
}

.list-icon .content::before {
    content: "";
    width: 75px;
    height: 210px;
    position: absolute;
    left: 34px;
    transform: rotate(20deg);
    background: #C23220;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3;
    bottom: -22px
}

.list-icon .content::after {
    content: "";
    width: 75px;
    height: 210px;
    position: absolute;
    right: 31px;
    transform: rotate(20deg);
    background: #C23220;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3;
    bottom: -22px
}

.list-icon .block {
    background: #C23220;
    color: #fff;
    height: 100%;
    position: relative;
    padding: 30px 10px;
    z-index: 1;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3
}

.list-icon .hover {
    width: 0;
    height: 0;
    margin: 0 60px 10px 17px;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3;
    position: absolute;
    left: 0;
    background: #1d1d1d;
    padding: 0;
    color: #fff;
    overflow: hidden;
    opacity: 0;
    z-index: 1
}

.list-icon .active .hover {
    width: calc(100% - 90px);
    height: auto;
    margin: 0 60px 10px 17px;
    position: absolute;
    left: 58px;
    background: #1d1d1d;
    padding: 10px;
    color: #fff;
    opacity: 1
}

.list-icon .hover p {
    font-size: 13px
}

.see-our {
    color: #C23220;
    font-size: 3em;
    font-weight: 900;
    line-height: 1.2em;
    position: absolute;
    right: 40px;
    top: 80%
}


/* oferta */
.bg-with-title {
    height: 300px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-size: cover;
}

.bg-piach {
    background: url(../images/piach-bg.jpg);
}

.bg-zwir {
    background: url(../images/zwir-bg.jpg);
}

.bg-tluczen {
    background: url(../images/tluczen-bg.jpg);
}

.bold {
    font-weight: bold;
}

.title-bg {
    font-size: 4rem !important;
    position: relative;
    font-weight: bold;
    overflow: hidden;
    padding: 0;
}

.title-bg span {
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
    display: block;
    background: #C23220;
    margin: 0 24px;
}

.title-bg::before {
    content: "";
    width: 25px;
    height: 100px;
    position: absolute;
    left: 14px;
    transform: rotate(20deg);
    background: #C23220;
    top: -28%;
}

.title-bg::after {
    content: "";
    width: 25px;
    height: 100px;
    position: absolute;
    right: 14px;
    transform: rotate(20deg);
    background: #C23220;
    top: -28%;
}


.map-pl-img {
    width: 500px;
}

.subpage {
    min-height: calc(100vh - 248px)
}

.subpage section {
    padding-top: 0
}

.subpage ul {
    margin-left: 20px
}

.subpage li {
    position: relative
}

.subpage li::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #2A2A32;
    display: block
}

.subpage .main-title {
    background: #2A2A32;
    text-align: center;
    padding: 60px;
    border-bottom: 1px solid #2a2222;
    color: #fff
}

.subpage .main-title h1,
.subpage .main-title h2,
.subpage .main-title h3,
.subpage .main-title p {
    font-size: 1.2em;
    text-align: left;
    max-width: 1400px;
    margin: 0 auto
}

.subpage .default table tr.noHover td {
    padding: 0;
    font-size: 20px
}

.subpage .default table tr td {
    padding: 10px
}

.subpage .default table tr {
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3
}

.subpage .default table tr:hover {
    background: #C23220
}

.subpage .default table tr:hover td {
    color: #fff !important
}

.subpage .default table tr.noHover:hover {
    background: transparent
}

.subpage .default table tr.noHover:hover td {
    color: #000 !important
}

.oferta-lista a {}

.oferta-lista a:hover {}

.oferta-lista a:hover .link-oferta {
    background: #000;
}

.oferta-lista .link-oferta {
    position: absolute;
    bottom: 20px;
    right: 0;
    background: #C23220;
    padding: 5px 18px;
    color: #fff;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3;
    -o-transition: ease-in-out 0.3;
    transition: ease-in-out 0.3
}


.gallery .realization-box {
    margin-bottom: 30px
}

.gallery .realization-box a {
    color: #C23220 !important
}

.gallery .realization-box a.linked-img {
    max-height: 200px;
    overflow: hidden;
    display: block;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0);
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3
}

.gallery .realization-box:hover a.linked-img {
    border-color: #C23220;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .25)
}

.galleries_list ul {
    margin: 0;
    padding: 0
}

.galleries_list li {
    padding-bottom: 3px
}

.galleries_list li a {
    color: #fff;
    width: 100%;
    display: block;
    background: #C23220;
    padding: 10px;
    border-radius: 0;
    text-align: center;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
}

.galleries_list li a.active {
    background: #000
}

.galleries_list li a:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.selected-gallery li::before {
    display: none !important
}

.selected-gallery .title {
    font-size: 14px !important
}

#covid {
    position: fixed;
    z-index: 99
}

#covid-msg {
    padding: 10px;
    text-align: center;
    width: 60px;
    position: fixed;
    bottom: -5px;
    left: 0;
    padding-bottom: 0;
    cursor: pointer;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3;
    transform: scale(1);
    z-index: 10
}

#covid-msg.active {
    transform: scale(1.3) !important
}

#covid-msg img {
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important
}

#msg #close {
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3;
    position: absolute;
    text-decoration: none;
    color: #C23220 !important;
    background: #fff;
    padding: 0 0 0;
    border-radius: 0;
    top: calc(50% - 135px);
    right: -510px;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    font-size: 36px !important;
    border: 1px solid #C23220;
    text-transform: uppercase;
    font-family: 'kelsonsans-normal' !important;
    font-weight: 900;
    line-height: 27px;
    left: -11px;
    margin: 0 auto;
    z-index: 1;
    transform: rotate(-45deg)
}

#msg #close::before {
    content: "x";
    transform: rotate(45deg);
    display: block;
    font-family: 'Monda', sans-serif;
    font-size: 19px
}

#msg #close.show {
    top: -16px
}

#msg #close:hover {
    color: #fff !important;
    background: #C23220
}

#msg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0
}

#msg .content {
    font-weight: 300;
    background-color: #fff;
    color: #212121;
    border-top: 6px #C23220 solid;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .5);
    width: 500px;
    position: fixed;
    padding: 30px;
    border-radius: 8px;
    vertical-align: middle;
    margin-top: 10px;
    bottom: 30px;
    left: 0;
    font-size: 16px;
    opacity: 1;
    top: calc(50% - 150px);
    max-height: 240px;
    right: 0;
    margin: 0 auto
}

#msg p {
    line-height: 1.4em !important;
    font-size: 17px;
    margin-bottom: 10px;
    text-align: justify
}

#msg h3 {
    font-weight: 700 !important;
    line-height: 1.3em !important;
    margin-bottom: 10px !important;
    font-size: 30px
}

#msg p {
    line-height: 1.4em !important
}

.lg-hide {
    display: none
}

.galleries_gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.galleries_gallery.no-flex {
    display: inline-block
}

.gallery-img {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 2rem;
    min-width: 290px;
    text-align: center;
    margin: 0 15px
}

.gallery-img .img_container {
    width: 100%;
    max-width: 316px;
    display: block;
    padding: 0;
    margin: 0 auto 10px
}

.row>.column {
    padding: 0 8px
}

.thumbnail_container {
    width: 80px;
    height: 79px;
    float: left;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    background: #1a1a1a;
    cursor: pointer;
    overflow: hidden
}

.thumbnail_container:hover {
    border-color: #fff
}

.row:after {
    content: "";
    display: table;
    clear: both
}

#thumbnailGallery {
    max-height: 80px;
    white-space: nowrap;
    overflow: auto
}

.column {
    float: left;
    width: 24%;
    max-height: 15vh;
    overflow: hidden;
    margin-right: 1%
}

.modal-gallery {
    display: none;
    position: fixed;
    z-index: 12;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000
}

.modal-gallery-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    height: 70vh
}

.close {
    color: #C23220;
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 45px;
    font-weight: 700;
    opacity: 1;
    text-shadow: 0 0 #000;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3;
    transform: rotate(-45deg);
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 31px;
    border: 1px solid #C23220;
    text-indent: -100px;
    overflow: hidden
}

.close::before {
    content: "Ã—";
    text-indent: 0px !important;
    position: absolute;
    left: -24px;
    top: -2px;
    right: -17px;
    transform: rotate(-45deg)
}

.close::before:hover {
    background: #ef2d2d
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 1 !important;
    background: #000
}

.mySlides {
    display: none;
    text-align: center;
    height: 100%;
    position: relative;
    background: #1a1a1a
}

.mySlides img {
    max-width: 100%;
    width: auto;
    max-height: 70vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none
}

.prev {
    left: -100px
}

.next {
    right: -100px;
    border-radius: 3px 0 0 3px
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, .8)
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.caption-container {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff
}

#caption {
    min-height: 25px
}

img.thumbnail:hover {
    opacity: .8
}

.active,
.demo:hover {
    opacity: 1
}

img.hover-shadow {
    transition: 0.3s;
    cursor: pointer;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    border: 1px solid #d8d8d8
}

.hover-shadow:hover {
    border-color: #C23220;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

body {
    font-family: 'Monda', sans-serif;
    overflow-x: hidden;
    position: relative;
}

html {
    font-size: 10px;
    overflow-x: hidden;
}

body.login-page .container {
    max-width: 1400px;
}

body.login-page .sidebar nav,
body.login-page footer {
    font-family: 'Monda', sans-serif;
}

body.login-page {
    font-size: 16px !important;
}

body.login-page section {
    height: calc(100vh - 245px);
}

body.login-page .footer p {
    font-size: 1.5rem;
}

body.login-page #login-content h1 {
    font-size: 40px;
}

body.login-page #login-content label {
    margin-bottom: 8px;
}

body.login-page .btn {
    font-size: 11px !important;
}

body.login-page .form-control {
    padding: 6px 12px;
    height: 38px;
    font-size: 16px;
}

body.login-page .form-group {
    margin-bottom: 16px;
}

body.login-page button[type="submit"] {
    padding-top: 8px;
    padding-bottom: 12px;
}

body.login-page .bg-icon_telefon {
    width: 41px;
    height: 65px;
    background: url(../images/css_sprites.png) -223px -346px;
    zoom: 52%;
    float: left;
    position: absolute;
    left: 3em;
    top: .2em;
}

body.login-page .sidebar .container {
    z-index: 9;
}

#login-content {
    background: #ececec;
    width: 400px;
    margin: auto;
    padding: 30px;
    position: absolute;
    top: -120px;
    bottom: 0;
    height: 410px;
    left: 0;
    right: 0;
}

.footer a:hover {
    color: #C23220 !important;
}

.footer img {
    max-width: 63px;
    margin-left: 10px;

}

.footer {
    background: #333333;
    color: #fff;
    font-size: 10px;
    /* padding-top: 5em; */
    padding-bottom: 5em;
    clip-path: polygon(0 0, 100% 7vw, 100% 100%, 0 100%);
    padding-top: 100px;
}

.footer .row {
    padding-top: 50px;
}

.footer .copyright .copy-txt,
.footer .copyright a {
    font-size: 1.2em;
    color: #fff;
}

.footer nav ul li {
    font-size: inherit
}

.footer nav ul li a {
    color: #fff;
    font-size: 1.4em;
}

.footer nav ul li a.active {
    color: #C23220
}

.footer nav ul li a:hover {
    color: #C23220
}

.sidebar {
    font-size: 10px;
    position: relative;
    z-index: 10
}

.sidebar .container {
    position: relative;
    padding: 0 0
}

.sidebar nav li {
    font-size: inherit;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3
}

.sidebar nav li:nth-child(2) {
    padding-left: 0.9em;
}

.sidebar nav li.logo {
    /* background: #fff; */
    position: relative;
    height: 100%;
    top: 0;
    width: 28em;
    left: 0;
    text-indent: -99999px
}

.sidebar nav li.logo::before {
    content: '';
    width: 13.5em;
    height: 100%;
    position: absolute;
    left: -13.5em;
    bottom: -100%;
    background: #fff;
    display: none
}



.sidebar nav li.logo a {
    width: 100%;
    height: 5em;
    background: url(../images/logo-lupek-black.png) center no-repeat;
    background-size: contain;
    display: block;
    margin: 0.5em auto 0;
    padding: 0;
}

.sidebar nav li a {
    color: #000;
    font-size: 1.5em;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out .3;
    -o-transition: ease-in-out .3;
    transition: ease-in-out .3;
    padding: 2.4em 1rem
}

.sidebar nav li a.active {
    color: #fff;
    background: #2A2A32;
}

.sidebar nav li a.active:hover {
    color: #fff;
}

.sidebar nav li.logo a.active {
    background: url(../images/logo-lupek-black.png) center no-repeat;
    background-size: contain !important;
}



body.home .sidebar nav li.logo a {
    background: url(../images/logo-lupek-white.png) center no-repeat;

}

body.home .sidebar nav li a {
    color: #fff;
}

body.home .sidebar nav li a:hover {
    color: #C23220;
}

body.home .sidebar nav li a.active {
    color: #C23220;
}

.sidebar nav li a:hover {
    color: #C23220
}


.sidebar nav .dropdown-menu li a {
    width: 100%;
    display: inline-block;
    padding: .25rem 1.5rem;
}

.dropdown-menu li:nth-child(2) {
    padding: 0 !important;
}

.navbar .nav-item:not(:last-child) {
    margin-right: 35px;
}

.dropdown-toggle::after {
    transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}

.phone {
    position: absolute;
    color: #fff;
    font-size: 1.2em;
    overflow: hidden;
    padding-left: 35px;
    top: 25px;
    right: -25px;
    z-index: 1000;
}

.slider .phone {
    position: absolute;
    left: 211px;
    color: #fff;
    z-index: 11;
    font-size: 1.2em;
    top: 26px;
    overflow: hidden;
    padding-left: 35px
}


.phone::before {
    content: "";
    width: 25px;
    height: 80px;
    position: absolute;
    left: 10px;
    transform: rotate(-20deg);
    background: #C23220;
    top: -50%
}

.phone::after {
    content: "";
    width: 25px;
    height: 80px;
    position: absolute;
    right: 10px;
    transform: rotate(-20deg);
    background: #2A2A32;
    top: -50%;
}

.phone p {
    margin: 0;
    font-size: 1em;
    padding: 10px 55px;
}

.phone p::before {
    content: "";
    width: calc(100% - 40px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    background: #2A2A32;
}

.phone strong {
    font-size: 1.3em;
    position: relative;
}

.phone span {
    font-size: 20px;
    color: #fff !important;
    position: absolute;
    opacity: 1;
    left: 19px;
    top: 0;
    background: #C23220;
    padding: 10px 2px 15px;
}

.phone span::after {
    content: "";
    width: 25px;
    height: 80px;
    position: absolute;
    left: 12px;
    transform: rotate(-20deg);
    background: #C23220;
    top: -50%;
}

.burger {
    color: #fff;
    position: absolute;
    margin-left: 2px;
    margin-top: 10px;
    width: 17px;
    height: 1px;
    background-color: currentColor;
    display: none
}

.burger::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 17px;
    height: 1px;
    background-color: currentColor;
    display: block
}

.burger::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 17px;
    height: 1px;
    background-color: currentColor;
    display: block
}

@media all and (max-width:1700px) {
    .slider .back-slider {
        right: -640px
    }
}

@media all and (max-width:1500px) {
    .slider .back-slider {
        right: -800px
    }
}

@media all and (max-width:1400px) {
    .sidebar nav li.logo a {
        margin-left: 30px
    }

    .slider .back-slider {
        right: -800px
    }
}

@media all and (max-width:1280px) {
    .slider .back-slider {
        right: -900px
    }
}

@media all and (max-width:1190px) {
    .slider .back-slider {
        right: -1000px
    }
}

@media all and (max-width:991px) {
    .burger {
        display: initial;
        color: #2A2A32;
    }

    body.home .list-icon {
        background: #C23220;
    }



    .sidebar {
        font-size: 10px;
        position: relative;
        background: #fff;
    }

    .sidebar nav li.logo {
        background: transparent
    }

    .sidebar nav li.logo a {
        line-height: 100;
        overflow: hidden;
        margin: 10px 0 10px 40px !important
    }

    .sidebar nav li a {
        padding: .5em 1rem;
        font-size: 14px
    }

    .sidebar nav li a:hover {
        color: #C23220;
    }

    .sidebar .nav.active li:nth-child(2) {
        margin-top: 0
    }

    .sidebar .container {
        padding: 1rem 0
    }

    .slider .phone {
        position: absolute;
        right: 1.2em;
        background: #C23220;
        color: #fff;
        z-index: 1;
        padding: 0 3.1em .6em 5.1em;
        font-size: 1.2em;
        top: 2.3em;
        left: 12.6em;
        width: 220px
    }

    .sidebar nav ul {
        padding-right: 90px;
        text-align: right;
        width: 100%
    }

    .sidebar nav li {
        width: 100%
    }

    .sidebar nav ul.active li+li {
        width: 100%;
        height: 3.2em
    }

    .sidebar nav li.logo::before {
        display: none
    }

    .sidebar nav li+li {
        position: relative;
        width: 0;
        height: 0;
        overflow: hidden
    }

    .bg-icon_telefon {
        left: 5em !important
    }

    .mobile-menu {
        display: block !important;
        position: absolute;
        right: 69px;
        cursor: pointer;
        width: 22px;
        height: 20px;
        top: 34px
    }

    body.home .sidebar nav li.logo a {
        background: url(../images/logo-lupek-black.png) center no-repeat;
    }

    body.home .sidebar nav li a {
        color: #2A2A32;
    }

    .social {
        webkit-box-shadow: -9px 9px 23px -2px rgba(0, 0, 0, 0);
        -moz-box-shadow: -9px 9px 23px -2px rgba(0, 0, 0, 0);
        box-shadow: -9px 9px 23px -2px rgba(0, 0, 0, 0)
    }

    .burder {
        color: #fff;
        position: absolute;
        margin-left: 2px;
        margin-top: 10px;
        width: 17px;
        height: 1px;
        background-color: currentColor;
        right: 40px;
        bottom: 46px
    }

    section.foot-section {
        padding: 3rem 0 2em !important
    }

    section.foot-section .row>div:nth-of-type(2),
    section.foot-section .row>div:nth-of-type(3),
    section.foot-section .row>div:nth-of-type(4) {
        margin-top: 14px
    }

    section.foot-section .phone {
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 260px
    }
}

@media all and (max-width:500px) {
    .slider .phone {
        left: 5.1em;
        top: 2em;
        width: 220px;
        background: transparent;
        padding: 0 0 .6em 62px
    }

    .sidebar nav ul {
        padding-right: 25px
    }

    .sidebar nav li.logo {
        width: 17.5em;
    }

    .slider .block-img .btn {
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 220px
    }
}

@media all and (min-width:2000px) {
    footer.footer .row {
        max-width: 1920px;
        margin: 0 auto
    }

    .sidebar::before {
        width: calc(100% - 1920px)
    }

    .slider .phone {
        left: 110px !important
    }
}

@media all and (max-width:991px) {
    .slider .back-slider {
        opacity: .2
    }

    .slider .back-slider .phone {
        display: none
    }

    .title {
        text-align: center
    }

    .google-map {
        height: 400px;
        margin-top: 30px
    }

    section.default {
        text-align: center;
    }

    section {
        padding-bottom: 4rem
    }

    .slider .slider-title {
        margin-top: 5rem
    }

    .slider .block-txt {
        left: 0;
        text-align: center;
        margin-bottom: 5.7em
    }

    .slider .slider-txt::before {
        margin: 1.1em auto 1.2em
    }

    .lSSlideOuter::before {
        background: #C23220;
        top: -2px;
        z-index: 11;
        height: 2px;
        width: 100%
    }
}

@media all and (max-width:600px) {
    .slider-title {
        margin-top: 0
    }

    .subpage .main-title {
        padding: 20px
    }

    .subpage .default h2 {
        font-size: 2.5rem
    }

    .subpage .default h3 {
        font-size: 2rem
    }

    .subpage .default h4 {
        font-size: 1.7rem
    }

    .subpage .main-title h1 {
        font-size: 1em;
        text-align: center
    }

    .slider .slider-title {
        font-size: 35px
    }

    .slider .block-img::before {
        width: 30em;
        height: 30em
    }

    .foot-section .title {
        margin-top: 2em
    }

    .galleries_gallery.no-flex {
        margin-left: 0;
        margin-right: 0
    }

    .slider .slider-txt::before {
        margin: 1.1em 0 1.2em
    }
}

@media all and (max-width:500px) {
    #covid {
        display: none !important
    }

    #msg .content {
        width: 300px;
        max-height: 310px;
        top: calc(50% - 167px)
    }

    #msg #close {
        right: -310px
    }

    #msg #close.show {
        top: calc(50% - 177px)
    }

    body.home .list-icon>.col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .see-our {
        display: none
    }

    section {
        padding: 3rem 0
    }

    .title {
        padding-bottom: 1rem
    }

    .slider .back-slider {
        right: -1090px;
        top: -232px
    }
}

@media all and (min-width:2000px) {
    h2 {
        font-size: 3rem
    }

    .see-our {
        color: #C23220;
        font-size: 4.3em;
        font-weight: 900;
        line-height: 1.2em;
        position: absolute;
        right: 38px;
        top: 80%
    }

    .container {
        max-width: 1920px
    }

    .realization-box img {
        width: 100%;
        margin-top: -10%
    }

    .lg-hide {
        display: block
    }

    .subpage .main-title h2,
    .subpage .main-title h1,
    .subpage .main-title h3,
    .subpage .main-title p {
        max-width: 1920px
    }

    .slider .back-slider {
        right: -320px
    }

    .slider .slider-title {
        margin-top: 18rem
    }

    .slider .slider-txt,
    .slider .slider-txt p {
        font-size: 1.5em
    }

    .slider .slider-title {
        margin-top: 5rem
    }

    .slider .slider-txt+.btn {
        margin-top: 30px
    }
}