/*-----------------Montserrat---------------*/
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Montserrat-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/Montserrat-LightItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/Montserrat-MediumItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 600;
    src: url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
}

/*-----------------Open Sans---------------*/
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/OpenSans-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}

/*--------------------------HTML---------------------------*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "Montserrat";
    font-size: 10px;
    color: #000000;
    line-height: 150%;
    font-weight: 400;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media (max-width: 767.98px) {
    body.scroll-hidden-m {
        overflow-y: hidden;
    }
}

body.stop-transitions * {
    transition: none !important;
}

a {
    color: #000000;
    text-decoration: none;
}


a:hover {
    color: #000000;
}

a:hover,
a:active,
a:visited,
a:link {
    text-decoration: none;
}

ul,
ol,
ul li,
ol li {
    line-height: normal;
    padding: 0px;
    margin: 0px;
}

ul li {
    list-style: none;
}

iframe {
    border: none;
}

textarea,
input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

button:focus,
select:focus,
input:focus,
a:focus {
    outline: none;
    outline: 0;
}

.font-weight-bold {
    font-weight: 600;
}

/*--------------------------DODATKI ADDONS COLOR PALETTE---------------------------*/


.color-palette-addon {
    display: inline-flex;
}

.addon-color-text {
    display: inline-flex;
    position: relative;
    top: 5px;
    margin-right: 3px;
    font-family: "Montserrat";
    font-size: 13px;
}

.color-palette-addon button {
    position: relative;
    margin: 4px;
    transition: all 0.2s;
    width: 16px;
    height: 16px;
    border: 1px solid lightgray;
}


/*--------------------------PAGE---------------------------*/
#page {
    position: relative;
    left: 0px;
    padding-top: 70px;
    background-color: #ffffff;
    overflow: hidden;
}

@media (max-width: 1399.98px) {
    #page {
        padding-top: 70px;
    }
}

@media (max-width: 1199.98px) {
    #page {
        padding-top: 65px;
    }

    #page.side-menu-show {
        left: 0px;
    }
}

/*-------------------------- NEWS blockquote AS ---------------------------*/

.blockquote-wrapper {
    padding: 30px;
    background-color: #F3F3F3;
    position: relative;
    margin: 40px;
}

.blockquote-wrapper-dark {
    background-color: #1E1E1E;
}


.blockquote p {
    color: #434343;
    margin-top: 10px;
    font-style: italic;
    padding: 20px;
}

.blockquote-dark p {
    color: #FFF0AF;
}

/* Blockquote subheader */
.blockquote h6 {
    position: relative;
    color: #9C9C9C;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-left: 20px;
    z-index: 1;
}

/* Blockquote ICON white&dark */

.blockquote-wrapper:before {
    position: absolute;
    content: "";
    background-image: url(../images/icon-quote-light.png);
    top: -18px;
    left: 50px;
    background-repeat: no-repeat;
    width: 62px;
    height: 72px;
}

.blockquote-wrapper-dark:before {
    position: absolute;
    content: "";
    background-image: url(../images/icon-quote.png);
    top: -18px;
    left: 50px;
    background-repeat: no-repeat;
    width: 62px;
    height: 72px;
}

@media (max-width: 1399.98px) {
    .blockquote h6 {
        font-size: 13px;
    }

    .blockquote p {
        font-size: 14px;
    }
}

@media (max-width: 620px) {
    .blockquote-wrapper {
        padding: 20px;
        margin: 30px 5px;
    }
}

/*-------------------------HEADER--------------------------*/
#header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    padding-right: 17px;
    background-color: #1E1E1E;
    z-index: 300;
}

#header::before {
    position: absolute;
    width: 100vw;
    height: 1000px;
    bottom: 0px;
    background-color: #1E1E1E;
    content: "";
}

@media (max-width: 1199.98px) {
    #header {
        padding-right: 0px;
    }
}

.header-bar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0px 65px;
    background-color: #1E1E1E;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 300;
}

.header-bar .btn-menu {
    position: relative;
    display: block;
    width: 40px;
    height: 32px;
    background: url(https://www.drutex.eu/static/layout2021/images/btn-menu.svg) center center no-repeat;
    background-size: 40px;
    border: none;
    cursor: pointer;
}

.header-bar .btn-menu::before,
.header-bar .btn-menu::after {
    position: absolute;
    width: 17px;
    height: 4px;
    background-color: #FED141;
    border-radius: 2px;
    content: "";
    transition: all 0.2s;
}

.header-bar .btn-menu::before {
    top: 11px;
    left: 0px;
}

.header-bar .btn-menu::after {
    bottom: 11px;
    right: 0px;
}

.header-bar .btn-menu:hover::before,
.header-bar .btn-menu:hover::after {
    transition: all 0.3s;
}

.header-bar .btn-menu:hover::before {
    left: 28px;
}

.header-bar .btn-menu:hover::after {
    right: -8px;
}

.side-menu-show .header-bar .btn-menu:hover::before {
    left: -8px;
}

.side-menu-show .header-bar .btn-menu:hover::after {
    right: 28px;
}

.header-bar .btn-menu-products {
    position: relative;
    display: block;
    height: 35px;
    font-family: "Montserrat";
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 34px;
    background: url(https://www.drutex.eu/static/layout2021/images/btn-menu-products.svg) left center no-repeat;
    background-size: 35px 35px;
    margin-left: 50px;
    padding-left: 55px;
    border: none;
    cursor: pointer;
}

.header-bar .btn-menu-products::before,
.header-bar .btn-menu-products::after {
    position: absolute;
    width: 9px;
    height: 21px;
    background-color: #ffffff;
    border-radius: 1px;
    content: "";
    transition: all 0.2s;
}

.header-bar .btn-menu-products::before {
    top: 7px;
    left: 7px;
}

.header-bar .btn-menu-products::after {
    top: 7px;
    left: 19px;
}

.header-bar .btn-menu-products:hover::before {
    height: 13px;
    transition: all 0.2s;
}

.header-bar .btn-menu-products:hover::after {
    height: 7px;
    transition: all 0.25s;
}

.header-bar .header-logo {
    width: 200px;
}

.header-bar .header-logo img {
    width: 100%;
}

.header-bar .bar-items {
    display: flex;
    align-items: center;
    width: 400px;
    height: inherit;
}

.header-bar .bar-items.buttons > * {
    position: relative;
    height: inherit;
    font-family: "Open Sans";
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 70px;
    padding: 0px 20px;
    background-color: transparent;
    border: none;
    transition: all 0.3s;
}

.header-bar .bar-items.buttons > *::before {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 1px;
    height: 60%;
    background-color: #383D3F;
    transform: translateY(-50%);
    content: "";
}

.header-bar .bar-items.buttons > *:hover {
    background-color: #282828;
}

.header-bar .bar-items .btn-show-search {
    width: 60px;
    background: url(https://www.drutex.eu/static/layout2021/images/btn-search.svg) center center no-repeat;
    background-size: 23px 23px;
}

.header-bar .bar-items .btn-show-lang {
    text-transform: uppercase;
}

@media (max-width: 1399.98px) {
    .header-bar {
        height: 70px;
        padding: 0px 30px;
    }

    .header-bar .bar-items.buttons > * {
        font-size: 16px;
        line-height: 70px;
    }
}

@media (max-width: 1199.98px) {
    .header-bar {
        height: 65px;
        padding: 0px 20px;
    }

    .header-bar .header-logo {
        width: 170px;
    }

    .header-bar .btn-menu-products,
    .header-bar .btn-show-search {
        display: none;
    }

    .header-bar .bar-items {
        width: 60px;
    }

    .header-bar .bar-items.buttons > * {
        line-height: 65px;
    }
}

@media (max-width: 767.98px) {
    .header-bar .btn-contact {
        display: none;
    }
}

/*---------------------HEADER - SIDE MENU------------------------*/
.side-menu-bg {
    position: fixed;
    top: 70px;
    bottom: 0px;
    left: -32vw;
    width: 32vw;
    background: #1D1D1D;
    transition: left 0.4s ease;
    transition-duration: 0.41s;
    z-index: 190;
}

.side-menu-show .side-menu-bg {
    left: 0px;
    transition: left 0.6s ease;
}

.side-menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 70px;
    bottom: 0px;
    left: -32vw;
    width: 32vw;
    padding: 40px 110px 50px 65px;
    background: radial-gradient(closest-side, #35373B, #1D1D1D);
    transition: left 0.4s ease;
    z-index: 200;
}

.side-menu .menu-header {
    margin-bottom: 80px;
}

@media (max-width: 1920px) {
    .side-menu .menu-header {
        margin-bottom: 40px;
    }
}

.side-menu .menu-header .menu-btn-back {
    position: relative;
    display: inline-block;
    height: 45px;
    font-family: "Montserrat";
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
    line-height: 45px;
    padding: 0px 20px 0px 40px;
    border: 2px solid #FED141;
    border-top: none;
    border-bottom: none;
    background: url(https://www.drutex.eu/static/layout2021/images/arrow-yellow.svg) 15px 13px no-repeat;
    background-size: 10px;
    cursor: pointer;
    overflow: hidden;
}

.side-menu .menu-header .menu-btn-back::before,
.side-menu .menu-header .menu-btn-back::after {
    position: absolute;
    display: block;
    width: 6px;
    height: 2px;
    border: solid #FED141;
    border-top: none;
    border-bottom: none;
    box-sizing: content-box;
    content: "";
    transition: border 0.3s;
}

.side-menu .menu-header .menu-btn-back::before {
    top: 0px;
    left: 0px;
    border-left-width: 20px;
    border-right-width: 2000px;
}

.side-menu .menu-header .menu-btn-back::after {
    bottom: 0px;
    right: 0px;
    border-left-width: 2000px;
    border-right-width: 20px;
}

.side-menu .menu-header .menu-btn-back:hover::before {
    border-left-width: 70px;
    transition: border 0.4s;
}

.side-menu .menu-header .menu-btn-back:hover::after {
    border-right-width: 70px;
    transition: border 0.4s;
}

.side-menu .menu-header .menu-title {
    font-family: "Montserrat";
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    line-height: 120%;
    padding: 0px 30px;
    margin-top: 50px;
}

.side-menu .scroll-scrolly_visible > .menu-content {
    padding-right: 40px;
}

.side-menu .menu-content {
    overflow: hidden;
}

.side-menu .menu-content .menu .base-item .item-text,
.side-menu .menu-content .menu .sub-item .item-text {
    display: block;
    font-family: "Montserrat";
    color: #DADADA;
    line-height: 110%;
    text-align: right;
}

.side-menu .menu-content .menu .base-item > a {
    display: flex;
    cursor: pointer;
}

.side-menu .menu-content .menu .base-item > a:hover .item-text {
    color: #FED141;
    border-color: #FED141;
    transition: color, border-color 0.5s;
}

.side-menu .menu-content .menu .base-item > a:hover .item-ico {
    opacity: 0.3;
    transition: opacity 0.5s;
}

.side-menu .menu-content .menu .base-item .item-text {
    flex: auto;
    font-size: 22px;
    font-weight: 700;
    padding: 30px 0px 15px 0px;
    border-bottom: 1px solid #383D3F;
    transition: color, border-color 0.3s;
}

.side-menu .menu-content .menu .base-item .item-ico {
    display: block;
    padding-top: 15px;
    padding-left: 20px;
    opacity: 0.75;
    transition: opacity 0.3s;
}

.side-menu .menu-content .menu .base-item .item-ico img {
    width: 50px;
}

.side-menu .menu-content .menu .base-item:last-of-type > a .item-text {
    border-bottom: none;
}

.side-menu .menu-content .menu.small-item > .base-item .item-text {
    font-size: 20px;
    font-weight: 400;
    padding: 15px 0px;
}

.side-menu .menu-content .menu .sub-item a:hover .item-text {
    color: #FED141;
    transition: color 0.5s;
}

.side-menu .menu-content .menu .sub-item .item-text {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0px;
    line-height: 100%;
    border-bottom: none;
    transition: color 0.3s;
}

.side-menu .menu-content .group-name {
    margin-bottom: 5px;
}

.side-menu .menu-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 20px;
    margin-top: auto;
    border-top: 1px solid #383D3F;
}

.side-menu .menu-bottom-bar .menu-links {
    margin: 0px -10px;
}

.side-menu .menu-bottom-bar .menu-links a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0px 10px;
    transition: opacity 0.3s;
}

.side-menu .menu-bottom-bar .menu-links a img {
    width: 100%;
}

.side-menu .menu-bottom-bar .menu-links a:hover {
    opacity: 0.4;
    transition: opacity 0.5s;
}

.side-menu .menu-bottom-bar .menu-buttons {
    margin: 0px -10px;
}

.side-menu .menu-bottom-bar .menu-buttons a,
.side-menu .menu-bottom-bar .menu-buttons button {
    position: relative;
    display: inline-block;
    font-family: "Montserrat";
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    line-height: 35px;
    padding: 0px 15px;
    margin: 0px 10px;
    border: none;
    background: none;
}

.side-menu .menu-bottom-bar .menu-buttons a img,
.side-menu .menu-bottom-bar .menu-buttons button img {
    display: inline-block;
    margin-right: 15px;
}

.side-menu .menu-bottom-bar .menu-buttons a::before,
.side-menu .menu-bottom-bar .menu-buttons a::after,
.side-menu .menu-bottom-bar .menu-buttons button::before,
.side-menu .menu-bottom-bar .menu-buttons button::after {
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #FED141;
    content: "";
    transition: height 0.3s;
}

.side-menu .menu-bottom-bar .menu-buttons a::before,
.side-menu .menu-bottom-bar .menu-buttons button::before {
    bottom: 0px;
    left: 0px;
}

.side-menu .menu-bottom-bar .menu-buttons a::after,
.side-menu .menu-bottom-bar .menu-buttons button::after {
    top: 0px;
    right: 0px;
}

.side-menu .menu-bottom-bar .menu-buttons a:hover::before,
.side-menu .menu-bottom-bar .menu-buttons a:hover::after,
.side-menu .menu-bottom-bar .menu-buttons button:hover::before,
.side-menu .menu-bottom-bar .menu-buttons button:hover::after {
    height: 35px;
    transition: height 0.4s;
}

.side-menu .menu-img {
    position: fixed;
    top: 70px;
    bottom: 0px;
    left: 100vw;
    width: 68vw;
    background-size: cover;
    transition: left 0.4s ease;
    z-index: 200;
}

.side-menu.side-menu-show {
    left: 0px;
    transition: left 0.6s ease;
    z-index: 210;
}

.side-menu.side-menu-show > .menu-content {
    overflow-y: auto;
}

.side-menu.side-menu-show > .menu-img {
    left: 32vw;
    transition: left 0.6s ease;
    z-index: 210;
}

@media (max-width: 1920px) {
    .side-menu {
        padding-bottom: 30px;
        padding-right: 50px;
    }

    .side-menu .menu-header {
        margin-bottom: 20px;
    }

    .side-menu .menu-header .menu-btn-back {
        height: 38px;
        font-size: 14px;
        line-height: 38px;
        padding: 0px 20px 0px 32px;
        background-position: 12px 11px;
        background-size: 8px;
    }

    .side-menu .menu-header .menu-title {
        font-size: 20px;
        font-weight: 600;
        padding: 0px;
        margin-top: 30px;
        text-align: right;
    }

    .side-menu .menu-content .menu .base-item .item-text {
        font-size: 18px;
        font-weight: 600;
        padding: 28px 0px 10px 0px;
    }

    .side-menu .menu-content .menu .base-item .item-ico {
        padding-top: 16px;
        padding-left: 17px;
    }

    .side-menu .menu-content .menu .base-item .item-ico img {
        width: 40px;
    }

    .side-menu .menu-content .menu.small-item > .base-item .item-text {
        font-size: 18px;
        font-weight: 400;
        padding: 13px 0px;
    }

    .side-menu .menu-content .menu .sub-item .item-text {
        font-size: 17px !important;
        font-weight: 400 !important;
        padding: 10px 0px !important;
    }
}

@media (max-width: 1399.98px) {
    .side-menu-bg {
        top: 70px;
        left: -32vw;
        width: 32vw;
    }

    .side-menu {
        top: 70px;
        left: -32vw;
        width: 32vw;
        padding: 40px 50px 30px 30px;
    }

    .side-menu .menu-img {
        top: 70px;
        width: 68vw;
    }

    .side-menu.side-menu-show > .menu-img {
        left: 32vw;
    }
}

@media (max-width: 1199.98px) {

    .side-menu-bg,
    .side-menu {
        top: 65px;
        bottom: 50px;
        left: -60vw;
        width: 60vw;
        transition: left 0.3s ease;
    }

    .side-menu-show .side-menu-bg,
    .side-menu-show .side-menu {
        transition: left 0.4s ease;
    }

    .side-menu {
        padding: 30px 50px 10px 20px;
    }

    .side-menu .menu-header {
        margin-bottom: 10px;
    }

    .side-menu .menu-header .menu-btn-back {
        height: 32px;
        font-size: 13px;
        line-height: 32px;
        padding: 0px 15px 0px 28px;
        background-position: 10px 10px;
        background-size: 7px;
    }

    .side-menu .menu-header .menu-title {
        display: none;
    }

    .side-menu .menu-content .menu .base-item .item-text {
        font-size: 16px;
        padding: 25px 0px 10px 0px;
    }

    .side-menu .menu-content .menu .base-item .item-ico {
        padding-top: 12px;
        padding-left: 16px;
    }

    .side-menu .menu-content .menu .base-item .item-ico img {
        width: 37px;
    }

    .side-menu .menu-content .menu.small-item > .base-item .item-text {
        font-size: 16px;
        padding: 10px 0px;
    }

    .side-menu .menu-content .menu .sub-item .item-text {
        font-size: 16px !important;
        padding: 8px 0px !important;
    }

    .side-menu .menu-img {
        display: none;
    }

    .side-menu .menu-bottom-bar {
        padding-top: 10px;
    }

    .side-menu .menu-bottom-bar .menu-links {
        margin: 0px -6px;
    }

    .side-menu .menu-bottom-bar .menu-links a {
        width: 23px;
        height: 23px;
        margin: 0px 6px;
    }

    .side-menu .menu-bottom-bar .menu-buttons {
        margin: 0px -6px;
    }

    .side-menu .menu-bottom-bar .menu-buttons a,
    .side-menu .menu-bottom-bar .menu-buttons button {
        font-size: 14px;
        padding: 0px 12px;
        margin: 0px 6px;
    }

    .side-menu .menu-bottom-bar .menu-buttons a img,
    .side-menu .menu-bottom-bar .menu-buttons button img {
        width: 33px;
        margin-right: 15px;
    }
}

@media (max-width: 991.98px) {
    .side-menu-bg {
        left: -100vw;
        width: 100vw;
    }

    .side-menu {
        left: -100vw;
        width: 100vw;
        padding: 30px 20px 10px 20px;
    }

    .side-menu .menu-header {
        text-align: right;
    }

    .side-menu .menu-content .menu .base-item .item-text {
        order: 2;
        text-align: left;
    }

    .side-menu .menu-content .menu .base-item .item-ico {
        order: 1;
        padding-right: 16px;
        padding-left: 0px;
    }
}

@media (max-width: 575.98px) {
    .side-menu {
        padding-right: 30px;
    }
}

/*---------------------HEADER - SEARCH PANEL------------------------*/
.search-panel {
    position: fixed;
    top: 70px;
    width: 100vw;
    transform: translateY(-100%);
    padding: 60px 17px 50px 0px;
    background: radial-gradient(closest-side, #35373B, #1D1D1D);
    transition: all 0.4s ease;
    z-index: 220;
}

.search-show .search-panel {
    transform: translateY(0px);
    transition: all 0.4s ease;
}

.search-panel .panel-content {
    width: 750px;
    margin: 0 auto;
}

.search-panel .panel-content .panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.search-panel .panel-content .panel-header .panel-text {
    font-family: "Montserrat";
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    line-height: normal;
}

.search-panel .panel-content .panel-header .btn-close {
    width: 18px;
    height: 18px;
    background: url(https://www.drutex.eu/static/layout2021/images/btn-close.svg) center center no-repeat;
    background-size: 18px;
    opacity: 1;
    transition: opacity 0.2s;
}

.search-panel .panel-content .panel-header .btn-close:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
}

.search-panel .panel-content .search-form {
    background-color: #1D1D1D;
}

.search-panel .panel-content .search-form .btn-search {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(https://www.drutex.eu/static/layout2021/images/btn-search-yellow.svg) center center no-repeat;
    background-size: 28px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    vertical-align: middle;
}

.search-panel .panel-content .search-form .btn-search:hover {
    transform: scale(1.1) rotateZ(15deg);
    transition: all 0.4s;
}

.search-panel .panel-content .search-form .field-search {
    display: inline-block;
    width: 700px;
    height: 50px;
    font-family: "Montserrat";
    font-size: 16px;
    color: #dcdcdc;
    font-weight: 600;
    border: none;
    padding: 0px 20px;
    background-color: #3d3d3d;
    vertical-align: middle;
}

.search-panel .panel-content .quick-search {
    margin: 0px -10px;
    margin-top: 20px;
    text-align: center;
}

.search-panel .panel-content .quick-search button {
    display: inline-block;
    font-family: "Montserrat";
    font-size: 14px;
    color: #DADADA;
    font-weight: 500;
    line-height: normal;
    padding: 3px 10px;
    margin: 5px;
    border: 2px solid #707070;
    background: none;
    transition: border 0.3s;
}

.search-panel .panel-content .quick-search button:hover {
    border-color: #FED141;
    transition: border 0.4s;
}

@media (max-width: 1399.98px) {
    .search-panel {
        top: 70px;
    }

    .search-panel .panel-content .panel-header .panel-text {
        font-size: 20px;
    }
}

@media (max-width: 1199.98px) {
    .search-panel {
        top: auto;
        bottom: 0px;
        left: -60vw;
        width: 60vw;
        height: 50px;
        padding: 0px 30px 0px 20px;
        background: #35373B;
        transform: none;
        transition: left 0.3s ease;
    }

    .side-menu-show .search-panel {
        left: 0px;
        transform: none;
        transition: left 0.4s ease;
    }

    .search-panel .panel-content {
        width: auto;
        margin: 0px;
        margin-left: 50px;
    }

    .search-panel .panel-content .search-form {
        background: none;
    }

    .search-panel .panel-content .search-form .btn-search {
        position: absolute;
        top: 0px;
        left: 10px;
        background-size: 25px;
    }

    .search-panel .panel-content .search-form .field-search {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 15px;
        padding: 0px;
        background: none;
    }

    .search-panel .panel-header,
    .search-panel .quick-search,
    .search-panel::before {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .search-panel {
        left: -100vw;
        width: 100vw;
    }
}

/*---------------------HEADER - LANGUAGE PANEL------------------------*/
.language-panel {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 70px;
    bottom: 0px;
    right: -280px;
    width: 280px;
    padding: 40px 0px;
    background: radial-gradient(closest-side, #35373B, #1D1D1D);
    transition: right 0.4s ease;
    z-index: 230;
}

.modal-open .language-panel {
    right: -297px;
    width: 297px;
    padding-right: 17px;
    opacity: 0;
}

.modal-open .language-panel .btn-close {
    right: 102px;
}

.language-show .language-panel {
    right: 0px !important;
    opacity: 1;
    transition: right 0.4s ease;
}

.language-panel .btn-close {
    position: absolute;
    top: 30px;
    right: 85px;
    width: 18px;
    height: 18px;
    background: url(https://www.drutex.eu/static/layout2021/images/btn-close.svg) center center no-repeat;
    background-size: 18px;
    opacity: 1;
    transition: opacity 0.2s;
}

.language-panel .btn-close:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
}

.language-panel .panel-text {
    font-family: "Montserrat";
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.language-panel .lang-menu li {
    display: block;
    margin: 20px 0px;
}

.language-panel .lang-menu li a {
    display: flex;
}

.language-panel .lang-menu li a img {
    width: 45px;
}

.language-panel .lang-menu li a .shortcut {
    display: block;
    width: 65px;
    font-family: "Montserrat";
    font-size: 13px;
    color: #a7a7a7;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    border: 1px solid #535761;
    border-left: 0px;
    padding-left: 13px;
    transition: all 0.2s;
}

.language-panel .lang-menu li a:hover .shortcut {
    color: #FED141;
    padding-left: 16px;
    transition: all 0.2s;
}

.language-panel .lang-menu li.active .shortcut {
    border-color: #FED141;
    background: url(https://www.drutex.eu/static/layout2021/images/active-yellow.svg) 43px 9px no-repeat;
    background-size: 11px;
}

@media (max-width: 1399.98px) {
    .language-panel {
        top: 70px;
    }

    .modal-open .language-panel .btn-close {
        right: 67px;
    }

    .language-panel .btn-close {
        right: 50px;
    }
}

@media (max-width: 1199.98px) {
    .language-panel {
        top: 65px;
        width: 40vw !important;
        right: -40vw !important;
        padding-right: 0px !important;
    }

    .language-panel .btn-close {
        right: 34px !important;
    }

    .language-panel .panel-text {
        margin-bottom: 30px;
    }

    .language-panel .lang-menu {
        columns: 2;
    }

    .language-panel .lang-menu li {
        margin: 0px 10px 20px 10px;
    }
}

@media (max-width: 767.98px) {
    .language-panel {
        width: 100vw !important;
        right: -100vw !important;
    }
}

/*---------------------HEADER - PAGE NAVIGATION------------------------*/
.active-page-navigation #content .content-sections,
.active-page-navigation #footer {
    padding-left: 70px;
}

@media (max-width: 1920px) {

    .active-page-navigation #content .content-sections,
    .active-page-navigation #footer {
        padding-left: 60px;
    }
}

@media (max-width: 1199.98px) {

    .active-page-navigation #content .content-sections,
    .active-page-navigation #footer {
        padding-left: 0px;
    }
}

#page-navigation {
    position: fixed;
    display: flex;
    align-items: center;
    top: 70px;
    bottom: 0px;
    left: 0px;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    transition: left 0.4s ease, width 0.2s;
    z-index: 180;
}

.side-menu-show #page-navigation {
    transition: left 0.6s ease, width 0.2s;
}

.side-menu-show #page-navigation:hover {
    transition: left 0.6s ease, width 0.3s;
}

#page-navigation:hover {
    width: 310px;
    transition: left 0.4s ease, width 0.3s;
}

#page-navigation:hover ul li a .item-text {
    opacity: 1;
    transition: opacity 0.3s, color 0.3s;
}

#page-navigation ul {
    width: 310px;
    padding: 30px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

#page-navigation ul li {
    display: block;
    width: inherit;
    height: 60px;
}

#page-navigation ul li a {
    position: relative;
    display: block;
    width: inherit;
    height: inherit;
    padding: 0px !important;
}

#page-navigation ul li a::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 5px;
    background-color: #FED141;
    content: "";
    opacity: 0;
    transition: opacity 1s;
}

#page-navigation ul li a.active::before {
    opacity: 1;
    transition: opacity 1.5s;
}

#page-navigation ul li a .item-ico,
#page-navigation ul li a .item-text {
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}

#page-navigation ul li a .item-ico {
    width: 70px;
    text-align: center;
    line-height: 60px;
    transition: opacity 0.3s;
}

#page-navigation ul li a .item-ico img {
    width: 70%;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(318deg) brightness(103%) contrast(101%);
}

#page-navigation ul li a .item-text {
    width: 240px;
    font-family: "Montserrat";
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    line-height: 60px;
    padding-left: 20px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.2s, color 0.3s;
}

#page-navigation ul li a:hover .item-ico {
    opacity: 0.6;
    transition: opacity 0.3s;
}

#page-navigation ul li a:hover .item-text {
    color: #FED141;
    transition: color 0.3s;
}

@media (max-width: 1920px) {
    #page-navigation {
        width: 60px;
    }

    #page-navigation:hover {
        width: 300px;
    }

    #page-navigation ul {
        width: 300px;
        padding: 20px 0px;
    }

    #page-navigation ul li {
        height: 55px;
    }

    #page-navigation ul li a .item-ico {
        width: 60px;
        line-height: 55px;
    }

    #page-navigation ul li a .item-text {
        width: 240px;
        font-size: 15px;
        line-height: 55px;
    }
}

@media (max-width: 1399.98px) {
    #page-navigation {
        top: 70px;
    }
}

@media (max-width: 1199.98px) {
    #page-navigation {
        top: 65px;
        width: 300px;
        left: -300px;
        background-color: rgba(30, 30, 30, 0.9);
        overflow-x: visible;
        transition: left 0.4s ease !important;
    }

    .page-navigation-show #page-navigation {
        left: 0px;
        transition: left 0.6s ease !important;
    }

    #page-navigation:hover {
        width: 300px;
        transition: none;
    }

    #page-navigation ul {
        width: inherit;
        background-color: rgba(0, 0, 0, 0);
        padding: 10px 0px;
    }

    #page-navigation ul li {
        height: 45px;
    }

    #page-navigation ul li a .item-ico {
        width: 50px;
        line-height: 45px;
    }

    #page-navigation ul li a .item-text {
        font-size: 14px;
        line-height: 45px;
        padding-left: 10px;
        opacity: 1;
    }

    #page-navigation .page-nav-buttons {
        position: absolute;
        top: 50%;
        right: 0px;
        width: 60px;
        height: 60px;
        transform: translate(50%, -50%);
    }

    #page-navigation .page-nav-buttons button {
        position: absolute;
        top: 0px;
        width: 50%;
        height: inherit;
        padding: 0px;
        border: 0px;
        background: url(https://www.drutex.eu/static/layout2021/images/btn-page-nav.svg) center center no-repeat;
        background-color: rgba(255, 255, 255, 0.6);
        border-top-right-radius: 100% 50%;
        border-bottom-right-radius: 100% 50%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        transition: opacity 0.3s;
    }

    #page-navigation .page-nav-buttons .btn-nav-hide {
        left: 0px;
        transform: rotate(-180deg);
        opacity: 0;
    }

    .page-navigation-show #page-navigation .page-nav-buttons .btn-nav-hide {
        opacity: 1;
    }

    #page-navigation .page-nav-buttons .btn-nav-show {
        right: 0px;
    }

    .page-navigation-show #page-navigation .page-nav-buttons .btn-nav-show {
        opacity: 0;
    }
}

@media (max-width: 575.98px) {
    #page-navigation {
        width: 100vw;
        left: -100vw;
    }

    #page-navigation:hover {
        width: inherit;
    }

    #page-navigation ul {
        width: inherit;
    }
}

/*---------------------HEADER - TOP SHADOW------------------------*/
.side-menu::before,
.side-menu-bg::before,
.search-panel::before,
.language-panel::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, #161616 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
}

@media (max-width: 1199.98px) {

    .side-menu::before,
    .side-menu-bg::before,
    .search-panel::before,
    .language-panel::before {
        height: 30px;
    }
}

/*--------------------------CONTAINER ST---------------------------*/
.container-st {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0px 30px;
    box-sizing: content-box;
}

@media (max-width: 1399.98px) {
    .container-st {
        padding: 0px 20px;
    }
}

@media (max-width: 767.98px) {
    .container-st {
        padding: 0px 10px;
    }
}


/*--------------------------MODULE DEFAULT---------------------------*/
.module-default {
    position: relative;
    max-width: 1460px;
    margin: 0 auto;
    padding: 120px 30px;
    box-sizing: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.module-default.bg-cover {
    background-size: cover;
}

@media (max-width: 991.98px) {
    .module-default.image-lg-hide {
        background-image: none !important;
    }
}

.module-default.module-full {
    max-width: 100%;
}

.module-default.bg-color-dark-graphite::before,
.module-default.bg-color-dark-graphite::after,
.module-default.bg-color-dark-graphite-glow::before,
.module-default.bg-color-dark-graphite-glow::after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: inherit;
    content: "";
}

.module-default.bg-color-dark-graphite::before,
.module-default.bg-color-dark-graphite-glow::before {
    left: -9000px;
    width: 9000px;
}

.module-default.bg-color-dark-graphite::after,
.module-default.bg-color-dark-graphite-glow::after {
    right: -9000px;
    width: 9000px;
}

.module-default.bg-color-dark-graphite::before,
.module-default.bg-color-dark-graphite::after {
    background-color: #1E1E1E;
}

.module-default.bg-color-dark-graphite-glow::before,
.module-default.bg-color-dark-graphite-glow::after {
    background-color: #191919;
}

.module-default .module-partial-photo {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    width: 50vw;
    background: left center no-repeat;
    background-size: cover;
    z-index: 10;
}

@media (max-width: 1399.98px) {
    .module-default {
        padding: 90px 30px;
    }
}

@media (max-width: 1399.98px) {
    .module-default {
        padding: 70px 20px;
    }
}

@media (max-width: 767.98px) {
    .module-default {
        padding: 50px 10px;
    }

    .module-default .module-partial-photo {
        display: none;
    }
}


/*--------------------------MODULE BANNER---------------------------*/

.module-banner {
    position: relative;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0px;
    box-sizing: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.module-banner-box-center {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px;
}

.bg-color-gold {
    background-color: #F3F3F3 !important;
}

.module-banner::before,
.module-banner::after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: inherit;
    content: "";
}

.module-banner.bg-color-gold::before,
.module-banner.bg-color-gold::after {
    background-color: #F3F3F3;
}

.module-banner.bg-color-gold::before {
    left: -9000px;
    width: 9000px;
}

.module-banner.bg-color-gold::after {
    right: -9000px;
    width: 9000px;
}


.bg-baner-dealer-img {
    background-image: url(../_resources/img/bg-baner-dealer.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}


.image-wrapper-banner {
    height: 350px;
}

.image-wrapper-banner::after {
    position: absolute;
    top: -120px;
    height: 600px;
    background: url(../_resources/img/bg-baner-contact.png) no-repeat;
    content: "";
    width: 472px;
    right: 0;
}

.bg-color-gold .module-header-secondary {
    position: relative;
    width: 50%;
    padding: 50px 0px;
    z-index: 10;
}


@media screen and (max-width: 1100px) and (min-width: 768px) {
    .bg-baner-dealer-img {
        background: rgba(254, 209, 65, 0.1);
    }
}


@media (max-width: 767.98px) {
    .bg-baner-dealer-img.image-sm-hide {
        background-image: none !important;
    }

    .module-banner-box-center {
        position: relative;
        display: flex;
        align-content: center;
        padding: 30px 10px;
    }

    .bg-color-gold .module-header-secondary {
        padding: 10px 0px;
    }

    .image-wrapper-banner::after {
        display: none;
    }

    .image-wrapper-banner {
        height: 0px;
    }
}

@media (max-width: 580px) {
    .module-banner-box-center {
        padding: 10px 10px 30px 10px;
    }

    .bg-color-gold .module-header-secondary {
        padding: 30px 0px 10px 0px;
        width: 100%;
    }

    .module-banner-box-center {
        display: block;
    }
}

/*--------------------------REC INSET---------------------------*/
.rec-inset {
    position: relative;
}

.rec-inset::before {
    position: absolute;
    top: 0px;
    left: -9000px;
    width: 20000px;
    height: 100%;
    content: "";
}

.rec-inset .container-fluid,
.rec-inset > .col {
    position: relative;
    z-index: 10;
}

.rec-inset.rec-white::before {
    background-color: #ffffff;
}

.rec-inset.rec-light-gray::before {
    background-color: #F4F2F3;
}

.rec-inset.rec-dark-graphite::before {
    background-color: #1E1E1E;
}

.rec-inset.rec-left::before {
    left: auto;
    right: 55%;
}

.rec-inset.rec-left.rec-short-h::before {
    right: 73%;
}

.rec-inset.rec-left.rec-middle-h::before {
    right: 50%;
}

.rec-inset.rec-left.rec-extra-short-h::before {
    right: 83%;
}

.rec-inset.rec-right::before {
    left: 55%;
}

.rec-inset.rec-right.rec-short-h::before {
    left: 73%;
}

.rec-inset.rec-right.rec-middle-h::before {
    left: 50%;
}

.rec-inset.rec-right.rec-extra-short-h::before {
    left: 83%;
}

.rec-inset.rec-top::before,
.rec-inset.rec-bottom::before,
.rec-inset.rec-center::before {
    height: 50%;
}

.rec-inset.rec-top.rec-short-v::before,
.rec-inset.rec-bottom.rec-short-v::before,
.rec-inset.rec-center.rec-short-v::before {
    height: 30%;
}

.rec-inset.rec-top.rec-long-v::before,
.rec-inset.rec-bottom.rec-long-v::before,
.rec-inset.rec-center.rec-long-v::before {
    height: 65%;
}

.rec-inset.rec-top.rec-v100::before,
.rec-inset.rec-bottom.rec-v100::before,
.rec-inset.rec-center.rec-v100::before {
    height: 100px;
}

.rec-inset.rec-top.rec-v150::before,
.rec-inset.rec-bottom.rec-v150::before,
.rec-inset.rec-center.rec-v150::before {
    height: 150px;
}

.rec-inset.rec-top.rec-v200::before,
.rec-inset.rec-bottom.rec-v200::before,
.rec-inset.rec-center.rec-v200::before {
    height: 200px;
}

.rec-inset.rec-top.rec-v250::before,
.rec-inset.rec-bottom.rec-v250::before,
.rec-inset.rec-center.rec-v250::before {
    height: 250px;
}

.rec-inset.rec-top.rec-v300::before,
.rec-inset.rec-bottom.rec-v300::before,
.rec-inset.rec-center.rec-v300::before {
    height: 300px;
}

.rec-inset.rec-bottom::before {
    top: auto;
    bottom: 0px;
}

.rec-inset.rec-center::before {
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
    .rec-inset::before {
        display: none;
    }
}


/*--------------------------WHY DRUTEX---------------------------*/

/*/ WHY DRUTEX VIDEO HEADER AFTER /*/
.header-video.module-eclipse-5::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1.0) 100%);
    z-index: 12;
}

.module-top-default .header-video {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.module-top-default .header-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-top-default .header-partial-photo {
    position: absolute;
    top: 0px;
    bottom: -40px;
    left: 50%;
    right: 0px;
    background: center center no-repeat;
    background-size: cover;
    z-index: 12;
}

.module-top-default .header-date {
    font-family: "Montserrat";
    font-size: 24px;
    color: #A7A7A7;
    font-weight: 700;
    line-height: 120%;
}

.module-top-default .header-date span {
    font-weight: 500;
}

.why-drutex .module-header-default .module-header-subtitle {
    font-size: 15px;
    font-family: "Montserrat";
    line-height: 150%;
}


/* VIDEO HEADER TEXT */

.page-video-header .separator-line.separator-line-video::before {
    background-color: #A7A7A7;
    max-width: 65%;
    height: 1px;
    margin-left: 10rem;
}

.why-drutex .module-header-secondary .module-header-title {
    font-size: 26px;
    padding: 40px 10px;
}

.video-header-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 85vh;
    left: 8rem;
}

.video-header-content .header-content-text {
    width: 100%;
    text-align: left;
    padding: 150px 30px 50px 30px;
}


@media (min-width: 1920px) {

    .video-header-content,
    .video-info {
        position: relative;
        width: 100%;
        left: 0px;
        position: relative;
        max-width: 1450px;
        margin: 0 auto;
    }

    .page-video-header .separator-line.separator-line-video::before {
        margin-left: 0;
    }
}

@media (max-width: 1399.98px) {

    .page-video-header .video-header-content {
        left: 20px;
    }

    .page-video-header .separator-line.separator-line-video::before {
        margin-left: 60px;
    }

}

@media (max-width: 1199.98px) {
    .page-video-header .module-top-default {
        height: 95vh;
    }

    .page-video-header .video-header-content {
        height: 70vh;
    }

    .page-video-header .video-info .page-video-logo {
        margin-left: 40px;
    }

    .why-drutex .module-header-secondary .module-section-title {
        font-size: 26px;
        margin-bottom: 50px;
    }

    .page-video-header .module-top-default .header-text {
        font-size: 28px;
    }

    .why-drutex .module-header-secondary .module-header-title {
        padding: 10px 10px 10px 0px;
        text-align: left;
    }

    .why-drutex .module-dostawa .module-header-default {
        padding: 40px 0px;
    }

}


@media (max-width: 767.98px) {
    .page-video-header .video-header-content {
        height: 75vh;
    }

    .page-video-header .module-top-default .header-text {
        font-size: 22px;
    }

    .page-video-header .video-header-content {
        width: 80%;
    }

    .page-video-header .video-header-content .header-content-text {
        padding: 50px 30px 50px 30px;
    }

    .page-video-header img.mw-150p {
        max-width: 80px;
    }

    .why-drutex .module-header-secondary .module-section-title {
        display: none;
    }

    .why-drutex .image-sample-full-right .img-sample,
    .why-drutex .image-sample-full-left .img-sample {
        width: 100%;
        margin-top: 30px;
    }

    .page-video-header img.mw-150p {
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {

    .page-video-header .video-header-content {
        width: 100%;
    }

    .page-video-header .module-top-default {
        height: 80vh;
    }

    .page-video-header .video-header-content {
        height: 70vh;
        left: 10px;
    }

    .page-video-header .separator-line.separator-line-video::before {
        display: none;
    }

    .video-info .page-video-logo .row > * {
        width: auto;
    }

    .video-info {
        margin-top: -50px;
    }
}


/* IMAGE FULL */

.image-sample-full {
    position: relative;
    min-height: 570px;
}

.image-sample-full-right .img-sample {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 50vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-sample-full-left .img-sample {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 50vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*--------------------------MODULE HEADER DEFAULT---------------------------*/
.module-header-default {
    position: relative;
    width: 80%;
    padding: 70px 0px;
    padding-right: 15px !important;
    margin-bottom: 100px;
    background-color: #1E1E1E;
    z-index: 10;
}

.module-header-default.header-light-gray {
    background-color: #F3F3F3;
}

.module-header-default.header-light-gray::before,
.module-header-default.header-light-gray::after {
    background-color: #F3F3F3;
}

.module-header-default.header-light-gray .module-header-title,
.module-header-default.header-light-gray .module-header-subtitle {
    color: #1E1E1E;
}

.module-header-default.header-full {
    width: 100%;
}

.module-header-default.header-full::before {
    width: 20000px;
}

.module-header-default.header-short {
    width: 70%;
}

.module-header-default.header-tp-medium {
    padding: 40px 0px;
}

.module-header-default::before,
.module-header-default::after {
    position: absolute;
    content: "";
}

.module-header-default::before {
    top: 0px;
    bottom: 0px;
    left: -9000px;
    width: 9000px;
    background-color: #1E1E1E;
}

.module-header-default::after {
    top: -45px;
    left: 0px;
    width: 2px;
    height: 90px;
    background-color: #FED141;
}

.module-line::after {
    bottom: -60px;
    left: 50%;
    width: 2px;
    height: 90px;
    background-color: #FED141;
    position: absolute;
    content: "";
    z-index: 10;
}

.bg-color-dark-graphite-glow .module-header-default {
    background: none;
}

.bg-color-dark-graphite-glow .module-header-default::before {
    background: none;
}

.module-header-default.line-hide::after {
    display: none;
}

.module-header-default .module-header-title {
    position: relative;
    font-family: "Montserrat";
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    line-height: 110%;
}

.module-header-default.header-text-small .module-header-title {
    font-size: 27px;
}

.module-header-default .module-header-subtitle {
    position: relative;
    font-family: "Open Sans";
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 130%;
}

.module-header-default .module-header-subtitle .sub-small {
    font-size: 0.9em;
}

.module-header-default .buttons {
    position: absolute;
    bottom: 70px;
    right: 0px;
}

@media (max-width: 1920px) {
    .module-header-default {
        padding: 50px 0px;
        margin-bottom: 80px;
    }

    .module-header-default.header-tp-medium {
        padding: 30px 0px;
    }

    .module-header-default::after {
        top: -35px;
        height: 70px;
    }

    .module-header-default .module-header-title {
        font-size: 35px;
    }

    .module-header-default.header-text-small .module-header-title {
        font-size: 26px;
    }

    .module-header-default .module-header-subtitle {
        font-size: 16px;
    }

    .module-header-default .buttons {
        bottom: 50px;
    }
}

@media (max-width: 1399.98px) {
    .module-header-default {
        width: 90%;
        padding: 40px 0px;
        margin-bottom: 80px;
    }

    .module-header-default::after {
        top: -30px;
        height: 60px;
    }

    .module-header-default .module-header-title {
        font-size: 30px;
    }

    .module-header-default.header-text-small .module-header-title {
        font-size: 23px;
    }

    .module-header-default .module-header-subtitle {
        font-size: 16px;
    }

    .module-header-default .buttons {
        bottom: 45px;
    }

    .module-line::after {
        height: 60px;
        bottom: -10px;
    }
}

@media (max-width: 1199.98px) {
    .module-header-default {
        padding: 20px 0px;
        margin-bottom: 60px;
    }

    .module-header-default.header-tp-medium {
        padding: 20px 0px;
    }

    .module-header-default::after {
        display: none;
    }

    .module-header-default .module-header-title {
        font-size: 22px;
    }

    .module-header-default.header-text-small .module-header-title {
        font-size: 20px;
    }

    .module-header-default .module-header-subtitle {
        font-size: 14px;
    }

    .module-header-default .buttons {
        bottom: 25px;
    }

    .module-line::after {
        height: 50px;
        bottom: -5px;
    }
}

@media (max-width: 767.98px) {
    .module-header-default {
        width: 100% !important;
    }

    .module-header-default::before {
        width: 20000px;
    }

    .module-header-default .buttons {
        position: static;
        margin-top: 20px;
    }

    .module-line::after {
        height: 40px;
        bottom: -20px;
    }
}

/*--------------------------MODULE HEADER SECONDARY---------------------------*/
.module-header-secondary {
    margin-bottom: 30px;
}

.module-header-secondary.header-simple .module-header-title {
    padding-bottom: 0px !important;
}

.module-header-secondary.header-simple .module-header-title .title-com {
    display: none;
}

.module-header-secondary.header-dark {
    position: relative;
    width: 80%;
    padding: 50px 0px 30px 0px;
    background-color: #1E1E1E;
    z-index: 10;
}

.module-header-secondary.header-dark::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -9000px;
    width: 9000px;
    background-color: #1E1E1E;
    content: "";
}

.module-header-secondary.header-dark .module-header-title {
    color: #2a2a2b;
}

.module-header-secondary.header-dark .module-header-title .title-com {
    color: #ffffff;
}

.module-header-secondary.header-dark.header-simple .module-header-title {
    color: #ffffff;
}

.module-header-secondary.header-dark .module-header-subtitle {
    position: relative;
    color: #ffffff;
}

.module-header-secondary.header-dark.header-full {
    width: 100%;
}

.module-header-secondary.header-dark.header-full::before {
    width: 20000px;
}

.module-header-secondary.header-dark.header-short {
    width: 70%;
}

.module-header-secondary.header-dark.bg-gold-1::before {
    background: url(../images/bg-gold-1.jpg) left center;
}

.module-header-secondary.header-dark.bg-gold-2::before {
    background: url(../images/bg-gold-2.jpg) left center;
}

.module-header-secondary.header-dark.bg-gold-3::before {
    background: url(../images/bg-gold-3.jpg) left center;
}

.module-header-secondary.header-image-bg .module-header-title,
.module-header-secondary.header-image-bg .module-header-title::before,
.module-header-secondary.header-image-bg .module-header-title .title-com,
.module-header-secondary.header-image-bg .module-header-subtitle {
    color: #ffffff;
}

.module-header-secondary.header-image-bg .module-header-title .title-transparent {
    opacity: 0.3;
}

.module-header-secondary.header-image-bg .module-header-subtitle {
    font-weight: 500;
}

.bg-color-dark-graphite-glow .module-header-secondary.header-dark {
    background: none;
}

.bg-color-dark-graphite-glow .module-header-secondary.header-dark::before {
    background: none;
}

.module-header-secondary .module-header-title {
    position: relative;
    font-family: "Montserrat";
    font-size: 60px;
    color: #f0f0f0;
    font-weight: 700;
    line-height: 100%;
    padding-left: 2px;
    padding-bottom: 10px;
}

.module-header-secondary.header-simple .module-header-title {
    font-size: 35px;
    color: #000000;
    line-height: normal;
    padding-left: 0px;
    padding-bottom: 0px;
}

.module-header-secondary.header-simple.header-high-contrast .module-header-title {
    color: #000000;
}

.module-header-secondary .module-header-subtitle {
    font-family: "Open Sans";
    font-size: 21px;
    color: #000000;
    font-weight: 300;
    line-height: 130%;
    margin: 0vw 10vw;
}

.module-header-secondary.header-text-shift .module-header-title,
.module-header-secondary.header-text-extra-shift .module-header-title {
    padding-left: 0px;
}

.module-header-secondary.header-text-shift .module-header-title .title-com,
.module-header-secondary.header-text-extra-shift .module-header-title .title-com {
    left: 3px;
}

.module-header-secondary.header-small .module-header-title {
    font-size: 30px;
}

.module-header-secondary.header-small .module-header-title::before,
.module-header-secondary.header-small .module-header-title .title-com {
    font-size: 20px;
}

.module-header-secondary.header-high-contrast .module-header-title {
    color: #dbdbdb;
}


@media (max-width: 1920px) {
    .module-header-secondary .module-header-title {
        font-size: 50px;
    }

    .module-header-secondary .module-header-title .title-com {
        font-size: 35px;
    }

    .module-header-secondary.header-simple .module-header-title {
        font-size: 30px;
    }

    .module-header-secondary .module-header-subtitle {
        font-size: 19px;
    }
}

@media (max-width: 1399.98px) {
    .module-header-secondary.header-dark {
        padding: 40px 0px 20px 0px;
    }

    .module-header-secondary .module-header-title {
        font-size: 45px;
    }

    .module-header-secondary .module-header-title .title-com {
        font-size: 32px;
    }

    .module-header-secondary.header-simple .module-header-title {
        font-size: 28px;
    }

    .module-header-secondary .module-header-subtitle {
        font-size: 16px;
    }

}

@media (max-width: 1199.98px) {
    .module-header-secondary {
        margin-bottom: 10px;
    }

    .module-header-secondary.header-dark {
        padding: 20px 0px 10px 0px;
    }

    .module-header-secondary .module-header-title {
        font-size: 35px;
    }

    .module-header-secondary .module-header-title .title-com {
        font-size: 25px;
    }

    .module-header-secondary.header-simple .module-header-title {
        font-size: 22px;
    }

    .module-header-secondary.header-top .module-header-title .title-com {
        font-size: 26px;
    }

    .module-header-secondary .module-header-subtitle {
        font-size: 15px;
    }

    .module-header-secondary.header-text-shift .module-header-title {
        padding-bottom: 10px;
    }

    .module-header-secondary.header-text-extra-shift .module-header-title {
        padding-bottom: 10px;
    }

    .module-header-secondary.header-small .module-header-title {
        font-size: 25px;
    }

    .module-header-secondary.header-small .module-header-title .title-com {
        font-size: 17px;
    }

}

@media (max-width: 767.98px) {
    .module-header-secondary.header-dark {
        width: 100% !important;
    }

    .module-header-secondary .module-header-title {
        font-size: 32px;
    }

    .module-header-secondary .module-header-title .title-com {
        font-size: 22px;
    }

    .module-header-secondary.header-simple .module-header-title {
        font-size: 19px;
    }

    .module-header-secondary .module-header-subtitle {
        font-size: 14px;
        margin: 0px 10px;
    }
}

/*--------------------------TEXT DEFAULT---------------------------*/
.text-default {
    font-family: "Montserrat";
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    line-height: 150%;
}

.text-default strong {
    font-weight: 600;
}

.text-default.text-small,
.text-default .text-small {
    font-size: 15px;
}

.text-default.text-extra-small,
.text-default .text-extra-small {
    font-size: 11px;
}

.text-default.text-large,
.text-default .text-large {
    font-size: 19px;
}

.text-default ul li {
    padding: 5px 0px 5px 30px;
    background: url(https://www.drutex.eu/static/layout2021/images/list.svg) 0px 7px no-repeat;
    background-size: 15px;
}

.text-default ul.list-grey li {
    background-image: url(https://www.drutex.eu/static/layout2021/images/list-grey.svg);
}


.text-default ul.list-line li {
    background-image: url(../images/line.png);
}

.text-default ul.list-circle li {
    background-image: url(../images/circle.png);
}

@media (max-width: 1399.98px) {
    .text-default {
        font-size: 16px;
    }

    .text-default.text-large,
    .text-default .text-large {
        font-size: 18px;
    }
}

@media (max-width: 1199.98px) {
    .text-default {
        font-size: 15px;
    }

    .text-default.text-large,
    .text-default .text-large {
        font-size: 17px;
    }
}

/*--------------------------INTERNAL HEADER---------------------------*/
.internal-header {
    font-family: "Open Sans";
    font-size: 40px;
    color: #000000;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
}

.internal-header.header-medium {
    font-size: 30px;
}

.internal-header.header-small {
    font-size: 25px;
}

.internal-header.header-strong,
.internal-header strong {
    font-weight: 600;
}

@media (max-width: 1399.98px) {
    .internal-header {
        font-size: 35px;
    }

    .internal-header.header-medium {
        font-size: 25px;
    }

    .internal-header.header-small {
        font-size: 20px;
    }
}

@media (max-width: 1199.98px) {
    .internal-header {
        font-size: 30px;
    }

    .internal-header.header-medium {
        font-size: 20px;
    }

    .internal-header.header-small {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .internal-header {
        font-size: 25px;
    }

    .internal-header.header-medium {
        font-size: 18px;
    }
}

/*--------------------------IMAGE HEADER---------------------------*/
.image-header {
    display: flex;
    align-items: center;
    font-size: 34px;
    color: #1E1E1E;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 15px;
}

.image-header img {
    margin-right: 20px;
}

@media (max-width: 1399.98px) {
    .image-header {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .image-header {
        font-size: 22px;
    }

    .image-header img {
        max-width: 80px;
    }
}

/*--------------------------MODULE TOP DEFAULT---------------------------*/
.module-top-default {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: -70px;
    background: center center no-repeat;
    background-color: #ffffff;
    background-size: cover;
}

.module-top-default * {
    z-index: 10;
}

.module-top-default.module-short {
    height: 37vh;
    margin-top: 0px !important;
}

.module-top-default.module-medium {
    height: 50vh;
    margin-top: 0px !important;
}

.module-top-default.module-large {
    height: 60vh;
}

.module-top-default .module-header-bottom {
    margin: 0 18rem;
    position: absolute;
    bottom: 70px;
}

.module-top-default.module-eclipse-1::before,
.module-top-default.module-eclipse-2::before,
.module-top-default.module-eclipse-3::before,
.module-top-default.module-eclipse-4::before,
.module-top-default.module-eclipse-5::before,
.header-video.module-eclipse-5::after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
}

.module-top-default.module-eclipse-1::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.module-top-default.module-eclipse-2::before {
    background-color: rgba(0, 0, 0, 0.3);
}

.module-top-default.module-eclipse-3::before {
    background-color: rgba(0, 0, 0, 0.4);
}

.module-top-default.module-eclipse-4::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.module-top-default.module-eclipse-5::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.mh-400 {
    min-height: 400px;
}

.module-top-default .header-text {
    font-family: "Montserrat";
    font-size: 38px;
    color: #000000;
    font-weight: 700;
    line-height: 120%;
}

.module-top-default .header-content-text .header-text {
    text-align: left;
}

@media (max-width: 1920px) {
    .module-top-default .header-date {
        font-size: 22px;
    }

    .module-top-default .header-text {
        font-size: 33px;
    }
}

@media (max-width: 1399.98px) {
    .module-top-default {
        margin-top: -70px;
    }

    .module-top-default .header-date {
        font-size: 20px;
    }

    .module-top-default .header-text {
        font-size: 28px;
    }

    .module-top-default .module-header-bottom {
        margin: 0 10rem;
    }

    .module-top-default .module-header-bottom {
        bottom: 100px;
    }
}

@media (max-width: 1199.98px) {
    .module-top-default {
        margin-top: -65px;
    }

    .module-top-default .header-date {
        font-size: 18px;
    }

    .module-top-default .header-text {
        font-size: 24px;

        line-height: 1.5em;
    }

    .video-header-content {
        left: 30px;
    }

    .module-top-default .module-header-bottom {
        position: relative;
        top: 20px;
    }

}

@media (max-width: 767.98px) {
    .module-top-default {
        margin-top: -65px;
    }

    .module-top-default .header-date {
        font-size: 16px;
    }

    .module-top-default .header-text {
        font-size: 18px;
    }

    .module-top-default .module-header-bottom {
        margin: 0 3rem;
    }
}

@media (max-width: 575.98px) {
    .module-top-default.module-sm-auto {
        height: auto;
    }

    .module-top-default.module-sm-bg-hide {
        background-image: none !important;
    }

    .module-top-default .header-partial-photo {
        position: static;
        height: 35vh;
    }

    .module-top-default .module-header-bottom {
        margin: 0 1rem;
    }
}

/*--------------------------MODULE TOP DEFAULT - PRODUCT HEADER---------------------------*/
.slider-top {
    width: 100%;
    height: 100%;
}

.slider-top.slider-s2 .carousel-inner .carousel-item .slider-right-box,
.slider-top.slider-s2 .carousel-indicators img,
.slider-top.slider-s2 .info-scroll-down,
.slider-top.slider-s2 .slider-service-manual {
    display: none;
}

@media (min-width: 1200px) {
    .slider-top.slider-s2 .carousel-indicators {
        bottom: 60px;
        width: 32vw;
        margin: 0px -8px !important;
        padding-top: 35px !important;
        padding-left: 2vw !important;
        padding-right: 2vw !important;
    }

    .slider-top.slider-s2 .carousel-indicators::before {
        position: absolute;
        top: 0px;
        left: calc(2vw + 8px);
        right: calc(2vw + 8px);
        height: 2px;
        background-color: #363637;
        content: '';
    }

    .slider-top.slider-s2 .carousel-indicators button {
        position: relative;
        opacity: 0.6 !important;
        z-index: 20;
        display: block;
        width: 25% !important;
        padding: 0px !important;
        margin: 8px !important;
    }

    .slider-top.slider-s2 .carousel-indicators button .number {
        display: none;
    }

    .slider-top.slider-s2 .carousel-indicators button img {
        display: block;
        width: 100%;
    }

    .slider-top.slider-s2 .carousel-indicators button::before {
        display: none;
    }

    .slider-top.slider-s2 .carousel-indicators button:hover {
        opacity: 1 !important;
        transform: scale(1.1);
        transition: all 0.3s;
    }

    .slider-top.slider-s2 .carousel-indicators button.active {
        opacity: 1 !important;
    }

    .slider-top.slider-s2 .carousel-indicators .info-scroll-down {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }

    .slider-top.slider-s2 .carousel-inner .carousel-item {
        background: none;
    }

    .slider-top.slider-s2 .carousel-inner .carousel-item::before {
        display: none;
    }

    .slider-top.slider-s2 .carousel-inner .carousel-item .slider-left-box {
        position: relative;
        height: inherit;
        width: 32vw;
        background: radial-gradient(closest-side, #35373B, #1D1D1D);
    }

    .slider-top.slider-s2 .carousel-inner .carousel-item .slider-left-box .slide-content {
        top: 48%;
        bottom: auto;
        transform: translateY(-50%);
        padding: 0px 2vw;
    }

    .slider-top.slider-s2 .carousel-inner .carousel-item .slider-left-box .slide-content .slide-text-secondary {
        font-size: 18px;
    }

    .slider-top.slider-s2 .carousel-inner .carousel-item .slider-left-box .slide-content .slide-text-secondary strong {
        font-weight: 600;
    }

    .slider-top.slider-s2 .carousel-inner .carousel-item .slider-left-box .slide-content .slide-text-third {
        font-size: 25px;
    }

    .slider-top.slider-s2 .carousel-inner .carousel-item .slider-right-box {
        position: absolute;
        display: block;
        top: 0px;
        bottom: 0px;
        left: 32vw;
        right: 0px;
        background: center center no-repeat;
        background-size: cover;
    }

    .slider-top.slider-s2 .slider-progress-bar {
        left: 32vw;
    }

    .slider-top.slider-s2 .slider-service-manual {
        display: block;
        position: absolute;
        bottom: 10vh;
        left: 32vw;
        right: 0px;
        height: 55px;
        overflow: hidden;
    }

    .slider-top.slider-s2 .slider-service-manual.manual-show .service-manual-bar {
        transform: translateX(0%);
    }

    .slider-top.slider-s2 .slider-service-manual.manual-show .service-manual-bar .info-btn {
        transform: rotateZ(180deg);
    }

    .slider-top.slider-s2 .slider-service-manual .service-manual-bar {
        position: absolute;
        height: inherit;
        top: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.5);
        transform: translateX(-100%);
        transition: all 0.4s;
    }

    .slider-top.slider-s2 .slider-service-manual .service-manual-bar .info-text {
        font-family: "Montserrat";
        font-size: 17px;
        color: #ffffff;
        font-weight: 300;
        line-height: 55px;
        padding: 0px 100px 0px 30px;
    }

    .slider-top.slider-s2 .slider-service-manual .service-manual-bar .info-img {
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        width: 70px;
        background: url(https://www.drutex.eu/static/layout2021/images/slider-mouse.svg) center center no-repeat #252627;
        background-size: 25px;
    }

    .slider-top.slider-s2 .slider-service-manual .service-manual-bar .info-btn,
    .slider-top.slider-s2 .slider-service-manual .service-manual-bar .info-btn-yellow {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 25px;
        right: -25px;
        border: none;
        background: url(https://www.drutex.eu/static/layout2021/images/slider-arrow.svg) center center no-repeat #1D1E1F;
        background-size: 12px;
        transition: background 0.3s;
    }

    .slider-top.slider-s2 .slider-service-manual .service-manual-bar .info-btn-yellow {
        background: url(https://www.drutex.eu/static/layout2021/images/slider-arrow-yellow.svg) center center no-repeat #1D1E1F;
    }

    .slider-top.slider-s2 .slider-service-manual .service-manual-bar .info-btn:hover,
    .slider-top.slider-s2 .slider-service-manual .service-manual-bar .info-btn-yellow:hover {
        background-color: #252627;
    }
}

@media (min-width: 1400px) {
    .slider-top.slider-s2 .carousel-indicators {
        margin: 0px -10px !important;
    }

    .slider-top.slider-s2 .carousel-indicators button {
        margin: 10px !important;
    }

    .slider-top.slider-s2 .carousel-inner .carousel-item .slider-left-box .slide-content .slide-text-secondary {
        font-size: 20px;
    }

    .slider-top.slider-s2 .carousel-inner .carousel-item .slider-left-box .slide-content .slide-text-third {
        font-size: 22px;
    }
}

.slider-top .carousel-indicators {
    justify-content: flex-start !important;
    padding: 0px 90px 40px 90px !important;
    margin: 0px -15px !important;
    z-index: 15;
}

.slider-top .carousel-indicators button {
    position: relative;
    width: auto !important;
    height: auto !important;
    font-family: "Montserrat";
    font-size: 26px;
    color: #A7A7A7;
    font-weight: 300;
    line-height: 110%;
    padding: 0px !important;
    padding-top: 13px !important;
    margin: 5px 15px !important;
    text-indent: 0px !important;
    background: none !important;
    border: none;
    opacity: 1 !important;
    transition: all 0.3s;
}

.slider-top .carousel-indicators button:hover {
    color: #FED141 !important;
}

.slider-top .carousel-indicators button.active {
    color: #FED141 !important;
}

.slider-top .carousel-inner {
    width: inherit;
    height: inherit;
}

.slider-top .carousel-inner .carousel-item {
    position: relative;
    width: inherit;
    height: inherit;
    background: center center no-repeat;
    background-size: cover;
}

.slider-top .carousel-inner .carousel-item::before {
    position: absolute;
    top: 55%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 30;
}

.slider-top .carousel-inner .carousel-item .slide-content {
    position: absolute;
    bottom: 110px;
    left: 0px;
    right: 0px;
    padding: 0px 90px;
    z-index: 35;
}

.slider-top .carousel-inner .carousel-item .slide-content .slide-text-primary,
.slider-top .carousel-inner .carousel-item .slide-content .slide-text-primary-light {
    font-family: "Montserrat";
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    line-height: 140%;
    margin: 22px 0px;
}

.slider-top .carousel-inner .carousel-item .slide-content .slide-text-primary-light {
    font-weight: 400;
}

.slider-top .carousel-inner .carousel-item .slide-content .slide-text-secondary {
    font-family: "Montserrat";
    font-size: 26px;
    color: #ffffff;
    font-weight: 300;
    line-height: 140%;
    margin: 22px 0px;
}

.slider-top.slider-s2 .carousel-inner .carousel-item .slider-left-box .slide-content .slide-text-third {
    font-family: "Montserrat";
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    line-height: 140%;
    margin: 24px 0px;
}

.slider-top .carousel-inner .carousel-item .slide-video {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.slider-top .carousel-inner .carousel-item .slide-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-top .slider-progress-bar {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 8px;
    background: rgba(0, 0, 0, 0.3);
}

.slider-top .slider-progress-bar .slider-progress {
    position: absolute;
    top: 0px;
    left: 0px;
    height: inherit;
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1399.98px) {
    .slider-top .carousel-indicators {
        padding: 0px 60px 30px 60px !important;
        margin: 0px -10px !important;
    }

    .slider-top .carousel-indicators button {
        font-size: 20px;
        padding: 10px !important;
        margin: 5px 10px !important;
    }

    .slider-top .carousel-inner .carousel-item .slide-content {
        bottom: 80px;
        padding: 0px 60px;
    }

    .slider-top .carousel-inner .carousel-item .slide-content .slide-text-primary {
        font-size: 30px;
        margin: 16px 0px;
    }

    .slider-top .carousel-inner .carousel-item .slide-content .slide-text-secondary {
        font-size: 19px;
        margin: 16px 0px;
    }

    .slider-top .carousel-inner .carousel-item .slide-content .slide-text-third {
        font-size: 24px;
        margin: 16px 0px;
    }
}

@media (max-width: 1199.98px) {

    .slider-top .carousel-indicators button {
        border: 1px solid black;
        transition: all 0.3s;
    }

    .slider-top .carousel-indicators button.active {
        border: 1px solid #FED141;
        transition: all 0.3s;
    }

    .slider-top .carousel-indicators {
        padding: 0px 40px 20px 40px !important;
        margin: 0px -8px !important;
    }

    .slider-top .carousel-indicators button {
        font-size: 20px;
        padding: 7px !important;
        margin: 4px 8px !important;
    }

    .slider-top .carousel-inner .carousel-item .slide-content {
        bottom: 60px;
        padding: 0px 40px;
    }

    .slider-top .carousel-inner .carousel-item .slide-content .slide-text-primary {
        font-size: 23px;
        margin: 12px 0px;
    }

    .slider-top .carousel-inner .carousel-item .slide-content .slide-text-secondary {
        font-size: 16px;
        margin: 12px 0px;
    }

    .slider-top .slider-progress-bar {
        top: 65px;
        bottom: auto;
        height: 6px;
    }
}

@media (max-width: 767.98px) {
    .slider-top .carousel-indicators {
        justify-content: center !important;
        padding: 0px 20px 20px 20px !important;
    }

    .slider-top .carousel-inner .carousel-item .slide-content {
        padding: 0px 20px;
    }

    .slider-top .carousel-inner .carousel-item .slide-content .btn-st {
        width: 100%;
    }

    .slider-top .carousel-inner .carousel-item .slide-content .btn-st::before,
    .slider-top .carousel-inner .carousel-item .slide-content .btn-st::after {
        width: 90%;
    }

    .slider-top .carousel-inner .carousel-item .slide-content .btn-st:hover::before,
    .slider-top .carousel-inner .carousel-item .slide-content .btn-st:hover::after {
        width: 65%;
    }
}

/*--------------------------MODULE TOP DEFAULT - PRODUCT HEADER---------------------------*/
.product-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: inherit;
    height: inherit;
}

.product-header .header-content {
    width: 100%;
    text-align: center;
    padding: 150px 30px 50px 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.product-header .header-content .product-name {
    font-family: "Montserrat";
    font-size: 70px;
    color: #ffffff;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 10px;
}

.product-header .header-content .product-info {
    font-family: "Montserrat";
    font-size: 28px;
    color: #ffffff;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 40px;
}

.product-header .header-content .product-parameters {
    display: inline-block;
    font-family: "Open Sans";
    color: #ffffff;
    margin: 0px 15px;
}

.product-header .header-content .product-parameters .parameter-value {
    position: relative;
    min-width: 100px;
    height: 60px;
    font-size: 25px;
    font-weight: 300;
    line-height: 60px;
    border: 1px solid #FED141;
    border-top: none;
    border-bottom: none;
    padding: 0px 20px;
    overflow: hidden;
}

.product-header .header-content .product-parameters .parameter-value .small {
    font-size: 16px;
}

.product-header .header-content .product-parameters .parameter-value::before,
.product-header .header-content .product-parameters .parameter-value::after {
    position: absolute;
    display: block;
    left: 0px;
    height: 1px;
    border: solid #FED141;
    border-top: none;
    border-bottom: none;
    border-right-width: 2000px;
    box-sizing: content-box;
    content: "";
}

.product-header .header-content .product-parameters .parameter-value::before {
    top: 0px;
    width: 20px;
    border-left-width: 30px;
}

.product-header .header-content .product-parameters .parameter-value::after {
    bottom: 0px;
    width: 30px;
    border-left-width: 50px;
}

.product-header .header-content .product-parameters .parameter-name {
    font-size: 13px;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin-top: 20px;
    white-space: nowrap;
}

@media (max-width: 1399.98px) {
    .product-header .header-content .product-name {
        font-size: 55px;
    }

    .product-header .header-content .product-info {
        font-size: 25px;
    }

    .product-header .header-content .product-parameters .parameter-value {
        min-width: 80px;
        height: 50px;
        font-size: 23px;
        line-height: 50px;
        padding: 0px 10px;
    }
}

@media (max-width: 1199.98px) {
    .product-header {
        align-items: center;
    }

    .product-header .header-content {
        padding: 50px 30px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    }

    .product-header .header-content .product-name {
        font-size: 40px;
    }

    .product-header .header-content .product-info {
        font-size: 19px;
        font-weight: 500;
        line-height: 120%;
        margin-bottom: 0px;
    }

    .product-header .header-content .product-parameters {
        display: none;
    }
}

/*--------------------------LOGIN PANEL---------------------------*/
.login-panel {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: url(../images/metal-bg.png) center bottom no-repeat;
    background-size: cover;
    padding: 20% 15%;
}

.login-panel .col-one {
    width: 60%;
}

.login-panel .col-two {
    width: 40%;
}

.login-panel .number {
    display: inline-block;
    font-family: "Montserrat";
    font-size: 32px;
    color: #FED141;
    font-weight: 300;
    line-height: 100%;
    border-right: 1px solid #DADADA;
    padding-right: 17px;
    margin-bottom: 20px;
}

.login-panel .name {
    font-family: "Montserrat";
    font-size: 50px;
    color: #A7A7A7;
    line-height: 110%;
    font-weight: 700;
    transition: color 0.4s;
}

.login-panel .name span {
    color: #434343;
    transition: color 0.4s;
}

.login-panel .ico {
    text-align: center;
}

.login-panel .ico img {
    width: 80%;
    opacity: 0.2;
    transition: opacity 0.4s;
}

.login-panel:hover .name {
    color: #434343;
}

.login-panel:hover .name span {
    color: #A7A7A7;
}

.login-panel:hover .ico img {
    opacity: 0.6;
}

.login-panel a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

@media (max-width: 1920px) {
    .login-panel .number {
        font-size: 28px;
    }

    .login-panel .name {
        font-size: 35px;
    }
}

@media (max-width: 1399.98px) {
    .login-panel {
        padding: 15% 10%;
    }

    .login-panel .number {
        font-size: 24px;
    }

    .login-panel .name {
        font-size: 30px;
    }
}

@media (max-width: 1199.98px) {
    .login-panel {
        padding: 30px 15px;
    }

    .login-panel .number {
        font-size: 16px;
        padding-right: 10px;
    }

    .login-panel .name {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .login-panel {
        padding: 15px;
    }

    .login-panel .ico img {
        height: 60px;
    }
}

/*--------------------------LOGIN HOME TOP---------------------------*/
.login-panels-top {
    position: absolute;
    top: 70px;
    bottom: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: -4px 0px;
    background-color: #DEDEDE;
    overflow: hidden;
}

.login-panels-top .login-panel {
    height: 50%;
    margin: 4px 0px 4px 8px;
}

@media (max-width: 1399.98px) {
    .login-panels-top {
        top: 70px;
        margin: -3px 0px;
    }

    .login-panels-top .login-panel {
        margin: 3px 0px 3px 6px;
    }
}

@media (max-width: 1399.98px) {
    .login-panels-top {
        top: 65px;
        margin: -2px 0px;
    }

    .login-panels-top .login-panel {
        margin: 2px 0px 2px 4px;
    }
}

@media (max-width: 767.98px) {
    .login-panels-top {
        position: static;
        margin: 0px;
        height: 250px;
        padding-bottom: 3px;
    }

    .login-panels-top .login-panel {
        margin: 3px 0px 0px 0px;
    }
}

/*--------------------------PRODUCTS PANELS---------------------------*/
.product-version {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0px;
}

.product-version .product {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    margin: 30px 0px;
}

.product-version .product img {
    width: 75%;
}

.product-version .product .product-name,
.product-version .product .product-options {
    font-family: "Montserrat";
    font-size: 16px;
    color: #000000;
    line-height: 110%;
    padding: 0px 10px;
    text-align: center;
}

.product-version .product .product-name {
    font-weight: 700;
    margin-top: 15px;
}

.product-version .product .product-options {
    font-weight: 300;
    margin-top: 5px;
}

.product-version .product .bottom-bar {
    margin-top: auto;
    padding-top: 15px;
}

.product-version .product .bottom-bar button {
    margin: 0px 6px;
}

@media (max-width: 1399.98px) {

    .product-version .product .product-name,
    .product-version .product .product-options {
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    .product-version {
        margin: -20px 0px;
    }

    .product-version .product {
        width: 25%;
        margin: 20px 0px;
    }

    .product-version .product .product-name,
    .product-version .product .product-options {
        font-size: 14px;
    }

    .product-version .product .product-name {
        font-weight: 600;
    }
}

@media (max-width: 767.98px) {
    .product-version .product {
        width: 50%;
    }
}

/*--------------------------PRODUCT COLOR VERSION---------------------------*/
.product-color-version {
    text-align: center;
}

.product-color-version img {
    width: 100%;
}

.product-color-version button {
    margin-top: 30px;
}

/*--------------------------PRODUCT COLOR BUTTONS---------------------------*/
.product-color-buttons {
    text-align: center;
}

.product-color-buttons button {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: center center no-repeat;
    opacity: 0.5;
    border: none;
    transition: opacity 0.3s;
    margin: 10px;
}

.product-color-buttons button:hover {
    opacity: 0.3;
}

.product-color-buttons button.active {
    opacity: 1;
}

.product-color-buttons .btn-window {
    background-image: url(https://www.drutex.eu/static/layout2021/images/btn-window.svg);
}

.product-color-buttons .btn-profil {
    background-image: url(https://www.drutex.eu/static/layout2021/images/btn-profil.svg);
}

@media (max-width: 575.98px) {
    .product-color-buttons {
        margin-top: 10px;
    }
}

/*--------------------------COLOR SAMPLE---------------------------*/
.color-sample {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 170px;
    font-family: "Montserrat";
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    line-height: 130%;
    text-shadow: 1px 1px 2px #333;
}

.color-sample .color-name .text {
    font-weight: 400;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .color-sample {
        height: 150px;
        font-size: 16px;
    }
}

/*--------------------------COLOR PALETTE---------------------------*/
.color-palette.palette-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.color-palette button {
    position: relative;
    width: 55px;
    height: 55px;
    border: none;
    margin: 7px;
    transition: all 0.2s;
}

.color-palette button.active {
    border: 3px solid #FED141;
}

.color-palette button:hover {
    transform: scale(1.15);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
    z-index: 10;
}

.color-palette.palette-small button {
    width: 50px;
    height: 50px;
}

.color-palette.palette-ral {
    text-align: center;
}

.color-palette.palette-ral button {
    width: 6px;
    height: 55px;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 1399.98px) {
    .color-palette button {
        width: 50px;
        height: 50px;
    }

    .color-palette.palette-ral button {
        height: 50px;
        margin: 0px;
    }
}

@media (max-width: 1199.98px) {

    .color-palette.palette-small button,
    .color-palette button {
        width: 50px;
        height: 50px;
        margin: 7px;
    }

    .color-palette.palette-ral button {
        width: 30px;
        height: 30px;
        margin: 3px;
    }
}

@media (max-width: 767.98px) {
    .color-palette {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .color-palette.palette-small button,
    .color-palette button {
        width: 30px;
        height: 30px;
        margin: 3px;
    }
}

/*--------------------------PRODUCT SPECIFICATION---------------------------*/
.product-specification {
    display: flex;
    justify-content: space-around;
}

.product-specification .specification {
    position: relative;
    width: 65%;
}

.product-specification .specification .image img {
    width: 100%;
}

.product-specification .specification .tooltips {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.product-specification .specification .tooltips button {
    position: absolute;
}

.product-specification .logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 28%;
}

.product-specification .logos img {
    width: 35%;
    margin-bottom: 20px;
}

/*--------------------------TOOLTIP ST---------------------------*/
.tooltip-st {
    position: relative;
    width: 22px;
    height: 22px;
    font-family: "Montserrat";
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    border: none;
    background-color: #FED141;
}

.tooltip-st::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    border: 1px solid #FED141;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    content: "";
}

/*--------------------------GLAZING SAMPLES---------------------------*/
.glazing-samples {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: -10px;
    padding-right: 30px;
}

.glazing-samples button {
    width: 25%;
    font-family: "Montserrat";
    font-size: 13px;
    color: #707070;
    font-weight: 400;
    line-height: 110%;
    padding: 10px;
    background: none;
    border: none;
}

.glazing-samples button img {
    transition: all 0.2s;
}

.glazing-samples button:hover img:hover {
    transform: scale(1.05);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
}

.glazing-samples button img {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

@media (max-width: 1199.98px) {
    .glazing-samples {
        padding-right: 0px;
    }
}

@media (max-width: 767.98px) {
    .glazing-samples button {
        width: 50%;
    }
}

.glazing-sample-full {
    position: relative;
    min-height: 700px;
}

.glazing-sample-full .img-sample {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 50vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1199.98px) {
    .glazing-sample-full {
        min-height: 400px;
        margin-top: 40px;
    }

    .glazing-sample-full .img-sample {
        width: 100%;
    }
}

/*--------------------------SLIDER PRO---------------------------*/
.slider-pro .carousel-inner .carousel-item {
    position: relative;
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}

.slider-pro .carousel-indicators {
    position: static;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
}

.slider-pro .carousel-indicators button {
    flex-grow: 1;
    width: auto;
    height: auto;
    font-family: "Montserrat";
    font-size: 16px;
    color: #a7a7a7;
    font-weight: 600;
    line-height: 110%;
    border: none;
    border-bottom: 2px solid #a7a7a7;
    background: none;
    padding: 15px 0px;
    margin: 0px 1%;
    text-indent: 0px;
    opacity: 1;
    transition: all 0.2s;
}

.slider-pro .carousel-indicators button::before {
    display: block;
    height: 25px;
    background: url(https://www.drutex.eu/static/layout2021/images/arrow-top-yellow.svg) center bottom no-repeat;
    background-size: 17px;
    margin-bottom: 7px;
    opacity: 0;
    content: "";
    transition: all 0.2s;
}

.slider-pro .carousel-indicators button.active,
.slider-pro .carousel-indicators button:hover {
    color: #ffffff;
    border-color: #FED141;
    transition: all 0.3s;
}

.slider-pro .carousel-indicators button.active::before {
    opacity: 1;
    transition: all 0.3s;
}

@media (max-width: 1199.98px) {
    .slider-pro .carousel-inner .carousel-item {
        height: 350px;
    }

    .slider-pro .carousel-indicators button {
        font-size: 14px;
        font-weight: 500;
        padding: 10px 0px;
        margin: 0px 1%;
    }

    .slider-pro .carousel-indicators button::before {
        height: 20px;
        background-size: 15px;
        margin-bottom: 5px;
    }
}

@media (max-width: 767.98px) {
    .slider-pro .carousel-indicators button {
        width: 46%;
        margin: 0px 2%;
    }
}

/*--------------------------GALLERY ST---------------------------*/
.gallery-st {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -20px;
}

.gallery-st .gallery-item {
    position: relative;
    width: 25%;
    padding: 20px;
}

.gallery-st .gallery-item .item-content {
    position: relative;
}

.gallery-st .gallery-item .img-box {
    display: block;
    overflow: hidden;
}

.gallery-st .gallery-item .top-box {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    opacity: 1;
}

.gallery-st .gallery-item .top-box .res-img img {
    opacity: 1;
}

.gallery-st .gallery-item .top-box:hover .res-img img {
    opacity: 0.6;
}

.gallery-st .gallery-item .res-img {
    position: relative;
}

.gallery-st .gallery-item .res-img::before,
.gallery-st .gallery-item .res-img::after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: '';
    z-index: 10;
}

.gallery-st .gallery-item .res-img::before {
    -webkit-box-shadow: inset 0px 0px 150px -68px black;
    -moz-box-shadow: inset 0px 0px 150px -68px black;
    box-shadow: inset 0px 0px 150px -68px black;
}

.gallery-st .gallery-item .res-img::after {
    background: url(https://www.drutex.eu/static/layout2021/images/ico-loupe.svg) center center no-repeat;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.gallery-st .gallery-item .res-img img {
    transition: all 0.5s ease-in;
}

.gallery-st .gallery-item .res-img:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease-out;
}

.gallery-st .gallery-item .res-img:hover::after {
    opacity: 1;
    transition: all 0.4s ease-out;
}

.gallery-st .gallery-item img {
    width: 100%;
    transition: transform 0.5s ease-in;
}

.gallery-st .gallery-item .text {
    position: relative;
    display: block;
    font-family: "Montserrat";
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    margin-top: 15px;
}

.gallery-st .gallery-item .text .subtext {
    display: block;
    font-weight: 400;
    margin-top: 5px;
}

.gallery-st .gallery-item > a:hover img {
    transition: transform 0.4s ease-out;
    transform: scale(1.1);
}

.gallery-st.gallery-h400 .gallery-item img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 400px;
    margin: 0 auto;
}

.gallery-st.gallery-h380 .gallery-item img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 380px;
    margin: 0 auto;
}

.gallery-st.gallery-h360 .gallery-item img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 360px;
    margin: 0 auto;
}

.gallery-st.gallery-h340 .gallery-item img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 340px;
    margin: 0 auto;
}

.gallery-st.gallery-h320 .gallery-item img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 320px;
    margin: 0 auto;
}

.gallery-st.gallery-h300 .gallery-item img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
}

.gallery-st.gallery-h280 .gallery-item img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 280px;
    margin: 0 auto;
}

.gallery-st.gallery-h250 .gallery-item img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 250px;
    margin: 0 auto;
}

.gallery-st.gallery-h220 .gallery-item img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 220px;
    margin: 0 auto;
}

.gallery-st.gallery-h190 .gallery-item img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 190px;
    margin: 0 auto;
}

.gallery-st.gallery-h160 .gallery-item img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 160px;
    margin: 0 auto;
}

.gallery-st.gallery-padding-small {
    margin: -10px;
}

.gallery-st.gallery-padding-small .gallery-item {
    padding: 10px;
}

.gallery-st.gallery-col-2 .gallery-item {
    width: 50%;
}

.gallery-st.gallery-col-3 .gallery-item {
    width: 33.3333333%;
}

.gallery-st.gallery-col-4 .gallery-item {
    width: 25%;
}

.gallery-st.gallery-col-5 .gallery-item {
    width: 20%;
}

.gallery-st.gallery-t2 .gallery-item .text {
    display: inline-block;
    text-align: left;
    padding: 15px 30px;
    margin-top: -17px;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.1);
}

.gallery-st.gallery-t2 .gallery-item .hidden-item-menu {
    bottom: 40px;
}

.gallery-st.gallery-t2-full .gallery-item .text {
    display: block;
    text-align: center;
    padding: 15px 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

.gallery-st.gallery-t2-full .gallery-item > a:hover .text {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

.gallery-st.gallery-t3 .gallery-item {
    display: flex;
    flex-direction: column;
}

.gallery-st.gallery-t3 .gallery-item .text {
    margin-top: auto;
    padding: 30px 30px 15px 30px;
    border-bottom: 2px solid #a7a7a7;
}

.gallery-st.gallery-dark .gallery-item .text {
    color: #a7a7a7;
    border-bottom-color: #a7a7a7;
}

@media (max-width: 1399.98px) {
    .gallery-st {
        margin: -15px;
    }

    .gallery-st .gallery-item {
        padding: 15px;
    }

    .gallery-st .gallery-item .text {
        font-size: 15px;
        margin-top: 13px;
    }

    .gallery-st.gallery-t2 .gallery-item .text {
        padding: 12px 20px;
        margin-top: -17px;
    }

    .gallery-st.gallery-t3 .gallery-item .text {
        padding: 25px 20px 12px 20px;
    }
}

@media (max-width: 1199.98px) {
    .gallery-st {
        margin: -10px;
    }

    .gallery-st .gallery-item {
        padding: 10px;
        padding-bottom: 20px;
    }

    .gallery-st .gallery-item .text {
        font-size: 14px;
        font-weight: 500;
        margin-top: 10px;
    }

    .gallery-st.gallery-t2 .gallery-item .text {
        padding: 10px 15px;
        margin-top: -15px;
    }

    .gallery-st.gallery-t3 .gallery-item .text {
        padding: 17px 15px 8px 15px;
    }
}

@media (max-width: 767.98px) {
    .gallery-st .gallery-item {
        width: 50% !important;
    }
}

@media (max-width: 575.98px) {
    .gallery-st .gallery-item .text {
        font-size: 13px;
    }

    .gallery-st.gallery-m-phone-full .gallery-item {
        width: 100% !important;
    }
}

/*--------------------------CARDS COLLECTION---------------------------*/
.cards-collection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cards-collection.two-col {
    margin: -3% 0px;
}

.cards-collection.two-col .card-st {
    width: 42%;
    margin: 3% 4%;
}

.cards-collection.three-col {
    margin: -2%;
}

.cards-collection.three-col .card-st {
    width: 29.333333%;
    margin: 2%;
}

.cards-collection.four-col .card-st {
    width: 25%
}


@media (max-width: 1399.98px) {
    .cards-collection.four-col .card-st {
        width: 50%
    }
}


@media (max-width: 767.98px) {

    .cards-collection.two-col,
    .cards-collection.three-col {
        margin: -2%;
    }

    .cards-collection.two-col .card-st,
    .cards-collection.three-col .card-st {
        width: 46%;
        margin: 2%;
    }

}

@media (max-width: 575.98px) {
    .cards-collection {
        margin: -20px 0px !important;
    }

    .cards-collection .card-st {
        width: 100% !important;
        margin: 20px 0px !important;
    }
}

/*--------------------------ARTICLE CARD---------------------------*/
.article-card {
    position: relative;
    padding-bottom: 55px;
    background-color: #ffffff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

.article-card:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.article-card:hover .article-img {
    background-size: 110%;
}

.article-card .article-img {
    background: center center no-repeat;
    background-size: 101%;
    transition: background-size 0.3s linear;
}

.article-card .article-img img {
    width: 100%;
}

.article-card .article-date,
.article-card .article-title,
.article-card .article-content,
.article-card .article-more {
    padding: 0px 30px;
}

.article-card .article-date {
    font-family: "Montserrat";
    font-size: 16px;
    color: #3e3e3e;
    font-weight: 400;
    line-height: normal;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #EEEEEE;
}

.article-card .article-title {
    font-family: "Montserrat";
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    line-height: 120%;
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F3F3F3;
}

.article-card .article-title a {
    color: #000000;
    transition: color 0.3s;
}

.article-card .article-title a:hover {
    color: #A7A7A7;
}

.article-card .article-content {
    font-family: "Open Sans";
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    line-height: 150%;
    margin-top: 20px;
}

.article-card .article-more {
    position: absolute;
    bottom: 0px;
    overflow: hidden;
}

.article-card .article-more a {
    position: relative;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 500;
    line-height: 35px;
    background-color: #FED141;
    padding-right: 30px;
    transition: all 0.3s;
}

.article-card .article-more a::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -50px;
    width: 50px;
    background-color: #FED141;
    content: "";
    transition: all 0.3s;
}

.article-card .article-more a::after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 10px;
    width: 12px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: rotateZ(-90deg);
    content: "";
}

.article-card .article-more a:hover,
.article-card .article-more a:hover::before {
    background-color: #F3F3F3;
}

@media (max-width: 1399.98px) {
    .article-card .article-title {
        font-size: 20px;
    }
}

@media (max-width: 1199.98px) {

    .article-card .article-date,
    .article-card .article-title,
    .article-card .article-content,
    .article-card .article-more {
        padding-left: 20px;
        padding-right: 20px;
    }

    .article-card .article-date {
        font-size: 15px;
    }

    .article-card .article-title {
        font-size: 18px;
    }

    .article-card .article-content {
        font-size: 15px;
    }
}

/*--------------------------PERSON CARD---------------------------*/
.person-card {
    position: relative;
    padding-bottom: 10px;
}

.person-card::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 2px;
    background-color: #FED141;
    content: "";
}

.person-card .images {
    position: relative;
    margin-bottom: 20px;
}

.person-card .images img {
    width: 100%;
}

.person-card .name {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    padding: 0px 20px 3px 30px;
}

.person-card .function {
    font-family: "Montserrat";
    font-size: 17px;
    font-weight: 300;
    line-height: 120%;
    padding: 0px 20px 0px 30px;
}

@media (max-width: 1399.98px) {
    .person-card .name {
        font-size: 18px;
    }

    .person-card .function {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {
    .person-card .name {
        font-size: 17px;
        padding: 0px 15px 2px 20px;
    }

    .person-card .function {
        font-size: 15px;
        padding: 0px 15px 0px 20px;
    }
}

/*--------------------------CONTACT CARD---------------------------*/
.contact-card {
    font-family: "Open Sans";
    color: #000000;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #FED141;
    padding: 20px 0px;
}

.contact-card.card-basic {
    border-top: none;
    box-shadow: none;
    padding-top: 0px;
}

.contact-card .name {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    padding: 0px 20px;
    margin-bottom: 15px;
}

.contact-card .function {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    background-color: #EEEEEE;
    padding: 12px 20px;
    margin-bottom: 25px;
}

.contact-card .data-box {
    display: inline-block;
    text-align: left;
}

.contact-card .data {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    padding: 0px 20px;
    margin-bottom: 15px;
}

.contact-card .data.no-ico {
    display: block;
}

.contact-card .data img {
    margin-right: 10px;
}

@media (max-width: 1199.98px) {
    .contact-card .name {
        font-size: 17px;
    }

    .contact-card .function,
    .contact-card .data {
        font-size: 15px;
    }
}


/*--------------------------CONTACT CARD DARK---------------------------*/

.card-dark {
    color: #fff;
    background-color: #000;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #FED141;
    padding: 20px 0px;
}

.card-dark .function,
.card-dark-grey .function {
    background-color: #1E1E1E;
}

.card-dark-grey {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(30, 30, 30, 1) 100%);
    color: #fff;
}


/*--------------------------LINK CARD---------------------------*/
.link-card {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

.link-card:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.link-card:hover .card-image {
    background-size: 110%;
}

.link-card .card-image {
    background: center center no-repeat;
    background-size: 100%;
    transition: background-size 0.3s linear;
}

.link-card .card-image img {
    width: 100%;
}

.link-card .card-name {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    padding: 20px;
    border-top: 3px solid #FED141;
}

.link-card .card-name .sub-text {
    display: block;
    font-size: 15px;
    color: #535761;
    font-weight: 500;
    margin-top: 5px;
}

.link-card .card-link {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.cards-dark .link-card {
    position: relative;
    background-color: #000;
    border: 3px solid #000;
    padding-bottom: 30px;
}

.cards-dark .link-card .card-name {
    text-align: left;
    position: relative;
    font-family: "Montserrat";
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    padding: 20px;
    border-top: none;
    margin-top: -60px;
}

.cards-dark .text-default {
    padding: 20px;
}

@media (max-width: 1199.98px) {
    .why-drutex .link-card .card-name {
        font-size: 16px;
        font-weight: 500;
        padding: 15px 20px;
    }

    .why-drutex .link-card .card-name .sub-text {
        font-size: 13px;
    }

    .why-drutex .cards-dark .link-card .card-name {
        font-size: 18px;
        padding: 0px 20px;
    }
}


@media (max-width: 991.98px) {

    .why-drutex .link-card .card-image img {
        height: 350px;
    }

}

@media (max-width: 767.98px) {
    .why-drutex .cards-dark .link-card {
        padding-bottom: 20px;
    }

}


@media (max-width: 580px) {
    .why-drutex .cards-dark .link-card {
        padding-bottom: 0px;
    }
}

/*--------------------------IMAGE CARD---------------------------*/
.image-card {
    position: relative;
    overflow: hidden;
}

.image-card .image {
    display: block;
    height: 18vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 0.5s ease-in;
}

.image-card .card-link:hover .image {
    transition: transform 0.4s ease-out;
    transform: scale(1.1);
}

.image-card .btn-more {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

@media (max-width: 1920px) {
    .image-card .image {
        height: 22vw;
    }
}

@media (max-width: 1399.98px) {
    .image-card .image {
        height: 26vw;
    }
}

@media (max-width: 991.98px) {
    .image-card {
        padding-bottom: 35px;
    }

    .image-card .btn-more {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .image-card .image {
        height: 50vw;
    }
}

/*--------------------------NUMBERS CARD---------------------------*/
.numbers-card {
    position: relative;
    padding: 45px 40px;
}

.numbers-card::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: 3px solid #FED141;
    content: "";
}

.numbers-card .card-number {
    font-family: "Montserrat";
    font-size: 80px;
    color: #DADADA;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 5px;
}

.numbers-card .card-text-s1 {
    font-family: "Montserrat";
    font-size: 20px;
    color: #535761;
    font-weight: 700;
    line-height: 120%;
}

.numbers-card .card-text-s2 {
    font-family: "Montserrat";
    font-size: 16px;
    color: #535761;
    font-weight: 300;
    line-height: 120%;
    margin-top: 6px;
}

@media (min-width: 768px) {
    .numbers-card.card-right {
        text-align: right;
        padding-left: 15px;
    }

    .numbers-card.card-right:not(.card-overlay)::before {
        border-left: none;
    }

    .numbers-card.card-left {
        text-align: left;
        padding-right: 15px;
    }

    .numbers-card.card-left:not(.card-overlay)::before {
        border-right: none;
    }

    .numbers-card.card-overlay.card-right::before {
        left: -113.5%;
    }

    .numbers-card.card-overlay.card-left::before {
        right: -113.5%;
    }
}

@media (max-width: 1399.98px) {
    .numbers-card {
        padding: 35px 30px;
    }

    .numbers-card .card-number {
        font-size: 60px;
    }

    .numbers-card .card-text-s1 {
        font-size: 18px;
    }

    .numbers-card .card-text-s2 {
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    .numbers-card {
        padding: 30px 25px;
    }

    .numbers-card .card-number {
        font-size: 50px;
    }

    .numbers-card .card-text-s1 {
        font-size: 16px;
    }

    .numbers-card .card-text-s2 {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .numbers-card {
        padding: 20px !important;
        background-color: #ffffff;
        border-top: 2px solid #FED141;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    }

    .theme-dark .numbers-card {
        padding: 20px !important;
        background-color: #191919;
    }

    .numbers-card::before {
        border: none;
    }

    .numbers-card .card-number {
        font-size: 35px;
    }
}

/*--------------------------PRO CARD---------------------------*/
.pro-card {
    display: flex;
    flex-wrap: wrap;
}

.pro-card .card-image {
    width: 100%;
    margin-bottom: 40px;
}

.pro-card .card-content {
    display: flex;
}

.pro-card .card-content .card-number {
    height: 90px;
    font-family: "Montserrat";
    font-size: 25px;
    color: #FED141;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    border-left: 2px solid #FED141;
    padding: 0px 15px;
}

.pro-card .card-content .card-text {
    font-family: "Montserrat";
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 300;
    line-height: 140%;
}

.pro-card .card-content .card-text .card-name {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 1399.98px) {
    .pro-card .card-image {
        margin-bottom: 30px;
    }

    .pro-card .card-content .card-number {
        height: 80px;
        font-size: 23px;
        padding: 0px 15px;
    }

    .pro-card .card-content .card-text {
        font-size: 15px;
    }

    .pro-card .card-content .card-text .card-name {
        font-size: 19px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1199.98px) {
    .pro-card .card-image {
        margin-bottom: 25px;
    }

    .pro-card .card-content .card-number {
        height: 60px;
        font-size: 21px;
        padding: 0px 12px;
    }

    .pro-card .card-content .card-text {
        font-size: 14px;
    }

    .pro-card .card-content .card-text .card-name {
        font-size: 17px;
        margin-bottom: 12px;
    }
}


/*--------------------------LINK CARD PRO---------------------------*/
.cards-pro-collection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #1E1E1E;
}

.cards-pro-collection.padding-v {
    padding: 80px 0px;
}

.cards-pro-collection.bg-black {
    background-color: #000000;
}

.cards-pro-collection.bg-black .link-card-pro,
.cards-pro-collection.bg-black .link-card-carieer {
    border-color: #000000;
}

.cards-pro-collection.four-col .link-card-pro,
.cards-pro-collection.four-col .link-card-carieer {
    width: 25%;
    height: 23vw;
}

.cards-pro-collection.five-col .link-card-pro,
.cards-pro-collection.five-col .link-card-carieer {
    width: 20%;
    height: 30vw;
}

@media (max-width: 1399.98px) {
    .cards-pro-collection.padding-v {
        padding: 60px 0px;
    }
}

@media (max-width: 1199.98px) {
    .cards-pro-collection.padding-v {
        padding: 40px 0px;
    }
}

@media (max-width: 767.98px) {
    .cards-pro-collection.padding-v {
        padding: 40px 0px;
    }

    .cards-pro-collection.four-col .link-card-pro,
    .cards-pro-collection.four-col .link-card-carieer {
        width: 50%;
        height: 50vw;
    }

    .cards-pro-collection.five-col .link-card-pro,
    .cards-pro-collection.five-col .link-card-carieer {
        width: 50%;
        height: 60vw;
    }
}

.link-card-pro,
.link-card-carieer {
    position: relative;
    overflow: hidden;
    border: 1px solid #1E1E1E;
    background-color: #1E1E1E;
}

.link-card-pro .card-image,
.link-card-carieer .card-image {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: center center no-repeat;
    background-size: cover;
    opacity: 0.6;
    transition: all 0.3s linear;
}

.link-card-pro .card-name,
.link-card-carieer .card-name {
    position: relative;
    font-family: "Montserrat";
    font-size: 33px;
    color: #ffffff;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    padding: 40px 20px;
}

.link-card-pro .card-name::after {
    display: block;
    font-size: 16px;
    color: #808080;
    line-height: 100%;
    padding-top: 10px;
    content: attr(data-info);
    opacity: 0;
    transition: all 0.4s linear;
}

.card-s2 .link-card-pro,
.card-s2 .link-card-carieer {
    border-width: 2px;
}

.card-s2 .link-card-pro .card-image {
    opacity: 1;
}

.card-s2 .link-card-pro .card-image::before,
.card-s2 .link-card-pro .card-image::after,
.card-s2 .link-card-carieer .card-image::after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    transition: all 0.3s;
}

.card-s2 .link-card-pro .card-image::before {
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.3s;
}

.card-s2 .link-card-pro .card-image::after,
.card-s2 .link-card-carieer .card-image::after {
    top: 20%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    transition: all 0.2s;
    opacity: 0;
}

.card-s2 .link-card-pro .card-name,
.card-s2 .link-card-carieer .card-name {
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 25px;
}

.link-card-pro .card-link {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.link-card-pro:hover .card-image,
.link-card-carieer:hover .card-image {
    transform: scale(1.1);
    opacity: 1;
}

.link-card-pro:hover .card-image::before {
    opacity: 0;
}

.link-card-pro:hover .card-image::after {
    opacity: 1;
}

.link-card-pro:hover .card-name::after {
    opacity: 1;
}

@media (max-width: 1920px) {

    .link-card-pro .card-name,
    .link-card-carieer .card-name {
        font-size: 26px;
    }

    .link-card-pro .card-name::after {
        font-size: 14px;
    }

    .card-s2 .link-card-pro .card-name,
    .card-s2 .link-card-carieer .card-name {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .card-s2 .link-card-pro .card-name::after {
        font-size: 12px;
    }
}

@media (max-width: 1399.98px) {

    .link-card-pro .card-name,
    .link-card-carieer .card-name {
        font-size: 20px;
        padding-top: 30px;
    }

    .link-card-pro .card-name::after {
        font-size: 13px;
    }

    .card-s2 .link-card-pro .card-name,
    .card-s2 .link-card-carieer .card-name {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {

    .link-card-pro .card-name,
    .link-card-carieer .card-name {
        font-size: 17px;
    }

    .link-card-pro .card-name::after {
        font-size: 12px;
    }

    .card-s2 .link-card-pro .card-name,
    .card-s2 .link-card-carieer .card-name {
        font-size: 15px;
    }

    .card-s2 .link-card-pro::after {
        font-size: 11px;
    }
}

@media (max-width: 767.98px) {

    .link-card-pro .card-name,
    .link-card-carieer .card-name {
        font-size: 15px;
        padding: 20px 15px 0px 15px;
    }

    .link-card-pro .card-name::after {
        font-size: 11px;
    }

    .card-s2 .link-card-pro .card-name,
    .card-s2 .link-card-carieer .card-name {
        font-size: 14px;
    }
}


/*--------------------------CARIEER CARD---------------------------*/


.link-card-carieer .card-name {
    padding: 20px;
}

.link-card-carieer .card-image,
.card-s2 .link-card-carieer .card-image::after {
    opacity: 1;
}


/*--------------------------SIMPLE INFO BOX---------------------------*/
.simple-info-box {
    padding: 13% 10%;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.simple-info-box .title {
    font-family: "Montserrat";
    font-size: 30px;
    color: #1E1E1E;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 15px;
}

.simple-info-box .text {
    font-family: "Montserrat";
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 500;
    line-height: 140%;
}

@media (max-width: 1399.98px) {
    .simple-info-box {
        padding: 11% 9%;
    }

    .simple-info-box .title {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .simple-info-box .text {
        font-size: 15px;
        font-weight: 500;
    }
}

@media (max-width: 1199.98px) {
    .simple-info-box {
        padding: 5% 5%;
    }

    .simple-info-box .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .simple-info-box .text {
        font-size: 15px;
        font-weight: 500;
    }
}

/*--------------------------SIMPLE CARD---------------------------*/
.simple-cards-container {
    display: flex;
    flex-wrap: wrap;
    margin: -2.5%;
}

.simple-cards-container .simple-card {
    margin: 2.5%;
    transition: all 0.3s;
}

.simple-cards-container .simple-card:hover {
    transform: scale(0.9);
}

.simple-cards-container.two-col .simple-card {
    width: 45%;
}

.simple-cards-container.three-col .simple-card {
    width: 28.333333%;
}

@media (max-width: 767.98px) {
    .simple-cards-container.three-col .simple-card {
        width: 45%;
    }
}

@media (max-width: 575.98px) {
    .simple-cards-container {
        margin: -10px 0px;
    }

    .simple-cards-container .simple-card {
        width: 100% !important;
        margin: 10px 0px !important;
    }
}

.simple-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Montserrat";
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    border: 2px solid #FED141;
    background: center right no-repeat;
    background-size: contain;
}

.simple-card a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 20px;
}

.simple-card span {
    display: block;
}

.simple-card.small-paddings a {
    padding: 20px 20px;
}

.simple-card .text-small {
    font-size: 16px;
}

.simple-card .text-large {
    font-size: 22px;
}

@media (max-width: 1399.98px) {
    .simple-card {
        font-size: 17px;
    }

    .simple-card a {
        padding: 35px 15px;
    }

    .simple-card .text-small {
        font-size: 15px;
    }

    .simple-card .text-large {
        font-size: 21px;
    }
}

@media (max-width: 1199.98px) {
    .simple-card {
        font-size: 15px;
    }

    .simple-card a {
        padding: 30px 10px;
    }

    .simple-card .text-small {
        font-size: 14px;
    }

    .simple-card .text-large {
        font-size: 19px;
    }
}


/*/ KAMPANIA CARD COLLECTION /*/


.cards-collection-kampania .cards-collection.two-col .card-st {
    width: 50%;
    height: 600px;
    margin: 0%;
}

.cards-collection-kampania .cards-dark .link-card .card-name {
    text-transform: none;
    margin-top: -40px;
    font-size: 18px;
}


@media (max-width: 1399.98px) {
    .cards-collection-kampania .cards-collection.two-col .card-st {
        height: 400px;
    }
}

@media (max-width: 991.98px) {
    .cards-collection-kampania .cards-collection.two-col .card-st {
        height: 350px;
    }
}


@media (max-width: 767.98px) {
    .cards-collection-kampania .cards-collection.two-col .card-st {
        height: 350px;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .cards-collection-kampania .cards-collection.two-col .card-st {
        height: 350px;
        width: 100%;
    }
}


/*/ NUMBERS SEPARATOR WHY DRUTEX /*/

.img-number {
    max-width: 100%;
}

@media (max-width: 1399.98px) {
    .page-video-header .separator-line.separator-line-video::before {
        max-width: 50%;
    }
}

@media (max-width: 1260.98px) {
    .content-number .box-number {
        margin-top: 25px;
    }
}

@media (max-width: 575.98px) {
    .content-number .box-number {
        align-items: center;
    }

    .img-number {
        max-width: initial;
    }

}


/*--------------------------BUSINESS PARTNER---------------------------*/
.business-partner {
    font-family: "Montserrat";
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 140%;
}

.business-partner .name {
    font-size: 23px;
    font-weight: 700;
    line-height: 100%;
    border-bottom: 2px solid #FED141;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.business-partner .address {
    font-size: 18px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 25px;
}

.business-partner .data {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}

.business-partner .data img {
    margin-right: 10px;
}

/*--------------------------TABLE BOX---------------------------*/
@media (max-width: 991.98px) {
    .table-box.box-large {
        width: 100%;
        padding-bottom: 30px;
        overflow: hidden;
        overflow-x: scroll;
    }
}

@media (max-width: 767.98px) {
    .table-box {
        width: 100%;
        padding-bottom: 30px;
        overflow: hidden;
        overflow-x: scroll;
    }
}

/*--------------------------TABLE ST---------------------------*/
.table-st {
    width: 100%;
}

.comparison-table,
.table-comparison {
    table-layout: fixed;
}

.table-st th,
.table-st td {
    font-family: "Montserrat";
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    padding: 15px 13px;
}

.table-st th.marked,
.table-st td.marked {
    background-color: #ffffff !important;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.1);
}

.table-st th {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: bottom;
}

.table-st th img {
    display: block;
    margin: 0 auto 30px auto;
    max-width: 150px;
}

.table-st td.difference {
    background-color: #fee8a0 !important;
}

.table-st tr:nth-child(even) td {
    background-color: #f9f9f9;
}

.table-st.table-comparison td {
    width: 16.66666%;
}


@media (max-width: 1399.98px) {

    .table-st th,
    .table-st td {
        font-size: 13px;
    }

    .table-st th {
        font-size: 16px;
    }

    .table-st th img {
        margin-bottom: 25px;
    }
}

@media (max-width: 1199.98px) {

    .table-st th,
    .table-st td {
        font-size: 12px;
        padding: 10px 7px;
    }

    .table-st th {
        font-size: 14px;
    }

    .table-st th img {
        margin-bottom: 25px;
    }
}

@media (max-width: 575.98px) {
    .table-st td {
        font-size: 11px;
    }
}

/*--------------------------TABLE ST PRO---------------------------*/
.table-st-pro {
    width: 100%;
}

.table-st-pro tr {
    border-bottom: 1px solid #DADADA;
}

.table-st-pro tr th:first-of-type,
.table-st-pro tr td:first-of-type {
    padding-left: 0px;
}

.table-st-pro tr th:last-of-type,
.table-st-pro tr td:last-of-type {
    padding-right: 0px;
}

.table-st-pro th,
.table-st-pro td {
    font-family: "Montserrat";
    line-height: 140%;
    vertical-align: top;
}

.table-st-pro th.fw-bold,
.table-st-pro td.fw-bold {
    font-weight: 500 !important;
}

.table-st-pro th {
    font-size: 18px;
    color: #A7A7A7;
    font-weight: 500;
    padding: 0px 20px 25px 20px;
}

.table-st-pro td {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    padding: 20px;
}

@media (max-width: 1199.98px) {
    .table-st-pro th {
        font-size: 15px;
        padding: 0px 15px 20px 15px;
    }

    .table-st-pro td {
        font-size: 13px;
        padding: 13px 8px;
    }
}

/*--------------------------TABLE BASIC---------------------------*/
.table-basic {
    width: 100%;
}

.table-basic th,
.table-basic td {
    font-family: "Montserrat";
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    line-height: 140%;
    padding: 5px 10px;
}

.table-basic th {
    font-size: 15px;
    font-weight: 500;
}

/*--------------------------PAGINATION ST---------------------------*/
.pagination-st li {
    display: inline-block;
    font-family: "Montserrat";
    font-size: 19px;
    color: #434343;
    font-weight: 500;
    line-height: 34px;
    margin: 5px;
    vertical-align: middle;
}

.pagination-st li a,
.pagination-st li span {
    display: block;
    width: 33px;
    height: 33px;
    text-align: center;
}

.pagination-st li a {
    color: #B4B3B3;
    border-radius: 50%;
    transition: all 0.3s;
}

.pagination-st li a:hover {
    color: #ffffff;
    background-color: #DADADA;
    border-radius: 25px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
}

.pagination-st .prev a,
.pagination-st .next a {
    background: url(https://www.drutex.eu/static/layout2021/images/arrow-gray.svg) center center no-repeat;
    background-size: 10px;
}

.pagination-st .next {
    transform: scaleX(-1);
}

@media (max-width: 767.98px) {
    .pagination-st li {
        font-size: 17px;
        line-height: 32px;
        margin: 3px;
    }

    .pagination-st li a,
    .pagination-st li span {
        width: 30px;
        height: 30px;
    }

    .pagination-st li .prev a,
    .pagination-st li .next a {
        background-size: 7px;
    }
}

/*--------------------------GRAY CONTAINER---------------------------*/
.gray-container {
    position: relative;
    padding: 10%;
    background-color: #F3F3F3;
}

.gray-container.top-extension::before {
    position: absolute;
    height: 150px;
    top: -150px;
    left: 0px;
    right: 0px;
    background-color: #F3F3F3;
    content: "";
}

@media (max-width: 1399.98px) {
    .gray-container {
        padding: 8%;
    }

    .gray-container.top-extension::before {
        height: 110px;
        top: -110px;
    }
}

@media (max-width: 767.98px) {
    .gray-container.top-extension::before {
        display: none;
    }
}

/*--------------------------GRAY HEAD---------------------------*/
.gray-hd {
    background-color: #F3F3F3;
    padding: 20px 30px;
}

@media (max-width: 767.98px) {
    .gray-hd {
        padding: 15px 20px;
    }
}

/*--------------------------NAVIGATION TABS---------------------------*/
.navigation-tabs {
    position: relative;
    display: flex;
    padding: 40px 0px;
    margin: 0px -20px;
    background-color: #1E1E1E;
}

.navigation-tabs::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -9000px;
    width: 20000px;
    background-color: #1E1E1E;
    content: "";
}

.navigation-tabs button {
    position: relative;
    font-family: "Montserrat";
    font-size: 22px;
    color: #6E6E6E;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 20px;
    background: none;
    border: none;
    transition: all 0.3s;
}

.navigation-tabs button.active {
    color: #FED141 !important;
}

.navigation-tabs button.active::before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 2px;
    height: 80px;
    background-color: #FED141;
    transform: translate(-50%, 100%);
    content: "";
}

.navigation-tabs button:hover {
    color: #ffffff;
}

.navigation-tabs.nav-bottom button.active::before {
    top: 0px;
    bottom: auto;
    transform: translate(-50%, -100%);
}

@media (max-width: 1399.98px) {
    .navigation-tabs {
        margin: 0px -10px;
    }

    .navigation-tabs button {
        font-size: 18px;
        padding: 10px;
    }
}

@media (max-width: 1199.98px) {
    .navigation-tabs button {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .navigation-tabs {
        padding: 20px 0px;
    }

    .navigation-tabs button::before {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navigation-tabs {
        margin: 0px -8px;
    }

    .navigation-tabs button {
        font-size: 15px;
        padding: 8px;
    }
}

/*--------------------------MODAL---------------------------*/
.modal {
    padding-right: 0px !important;
}

.modal.modal-left .modal-dialog {
    margin: 0px !important;
}

.modal.modal-right .modal-dialog {
    margin: 0px !important;
    margin-left: auto !important;
}

.modal .modal-content {
    border-radius: 0px;
    min-height: 400px;
}

.modal .modal-content .modal-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #232323;
    cursor: pointer;
    z-index: 10;
}

.modal .modal-content .modal-close::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: url(https://www.drutex.eu/static/layout2021/images/btn-close.svg) center center no-repeat;
    background-size: 18px;
    opacity: 1;
    transition: opacity 0.2s;
    content: "";
}

.modal .modal-content .modal-close:hover::before {
    opacity: 0.6;
    transition: opacity 0.3s;
}

.modal .modal-content .modal-header {
    padding: 20px 40px;
}

.modal .modal-content .modal-body {
    margin-top: 80px;
    padding: 0px 40px 60px 40px;
}

@media (max-width: 1399.98px) {
    .modal .modal-content .modal-header {
        padding: 10px 30px;
    }

    .modal .modal-content .modal-body {
        margin-top: 60px;
        padding: 0px 30px 40px 30px;
    }
}

@media (max-width: 991.98px) {
    .modal .modal-content .modal-header {
        padding: 10px 20px;
    }

    .modal .modal-content .modal-body {
        margin-top: 50px;
        padding: 0px 20px 30px 20px;
    }
}

@media (max-width: 767.98px) {
    .modal .modal-content .modal-header {
        padding: 10px 15px;
    }

    .modal .modal-content .modal-body {
        padding: 0px 15px 30px 15px;
    }
}

/*--------------------------MODAL SEARCH---------------------------*/
.modal-search .modal-dialog .modal-header {
    position: relative;
    padding-right: 60px;
    background-color: #1D1D1D;
    background: radial-gradient(closest-side, #35373B, #1D1D1D);
}

.modal-search .modal-dialog .modal-header .modal-close {
    width: 60px !important;
    height: auto !important;
    top: 0px !important;
    bottom: 0px !important;
}

.modal-search .modal-dialog .modal-body {
    margin-top: 0px;
}

.modal-search .search-form {
    display: flex;
    background-color: #1D1D1D;
}

.modal-search .search-form .btn-search {
    display: block;
    width: 50px;
    height: 50px;
    background: url(https://www.drutex.eu/static/layout2021/images/btn-search-yellow.svg) center center no-repeat;
    background-size: 28px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.modal-search .search-form .btn-search:hover {
    transform: scale(1.1) rotateZ(15deg);
    transition: all 0.4s;
}

.modal-search .search-form .field-search {
    display: block;
    width: 100%;
    height: 50px;
    font-family: "Montserrat";
    font-size: 16px;
    color: #dcdcdc;
    font-weight: 600;
    border: none;
    padding: 0px 20px;
    background-color: #3d3d3d;
}

.modal-search .quick-search {
    margin: -5px;
    text-align: center;
}

.modal-search .quick-search button {
    display: inline-block;
    font-family: "Montserrat";
    font-size: 14px;
    color: #DADADA;
    font-weight: 500;
    line-height: normal;
    padding: 3px 10px;
    margin: 5px;
    border: 2px solid #707070;
    background: none;
    transition: border 0.3s;
}

.modal-search .quick-search button:hover {
    border-color: #FED141;
    transition: border 0.4s;
}

@media (max-width: 1399.98px) {
    .modal-search .search-form .btn-search {
        width: 50px;
        height: 45px;
        background-size: 24px;
    }

    .modal-search .search-form .field-search {
        height: 45px;
        font-size: 15px;
        font-weight: 500;
        padding: 0px 15px;
    }

    .modal-search .quick-search button {
        font-size: 13px;
        padding: 3px 7px;
        border-width: 1px;
    }
}

@media (max-width: 1199.98px) {
    .modal-search .search-form .btn-search {
        width: 45px;
        height: 40px;
        background-size: 22px;
    }

    .modal-search .search-form .field-search {
        height: 40px;
    }
}

@media (max-width: 991.98px) {
    .modal-search .modal-dialog .modal-header {
        padding-right: 0px;
        padding-left: 0px;
    }

    .modal-search .modal-dialog .modal-header .modal-close {
        width: 40px !important;
        height: 40px !important;
        top: 10px !important;
        bottom: auto !important;
    }

    .modal-search .modal-dialog .modal-body {
        margin-top: 0px;
    }

    .modal-search .search-form .field-search {
        padding-right: 45px;
    }

    .modal-search .quick-search {
        margin: -3px;
        margin-top: 10px;
    }

    .modal-search .quick-search button {
        font-size: 12px;
        margin: 3px;
        padding: 2px 5px;
    }
}

.search-result .searched-phrase {
    font-family: "Montserrat";
    font-size: 30px;
    color: #383D3F;
    font-weight: 700;
    line-height: 140%;
    padding: 20px 0px;
}

.search-result .result-section {
    margin-bottom: 30px;
}

.search-result .result-section:last-of-type {
    margin-bottom: 0px;
}

.search-result .result-section .section-name {
    font-family: "Montserrat";
    font-size: 20px;
    color: #383D3F;
    font-weight: 500;
    line-height: 140%;
    padding: 10px 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DADADA;
}

.search-result .result-section .result-list {
    display: flex;
    flex-wrap: wrap;
    margin: -1%;
}

.search-result .result-section .result-list.result-col-6 .result {
    width: 14.6666666%;
}

.search-result .result-section .result-list.result-col-4 .result {
    width: 23%;
}

.search-result .result-section .result-list .result {
    width: 23%;
    margin: 1%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
}

.search-result .result-section .result-list .result:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}

.search-result .result-section .result-list .result a {
    display: block;
    padding-top: 10px;
}

.search-result .result-section .result-list .result .img {
    display: block;
    width: 100%;
    height: 200px;
    background: center center no-repeat;
    background-size: contain;
}

.search-result .result-section .result-list .result.img-cover {
    padding-top: 0px;
}

.search-result .result-section .result-list .result.img-cover a {
    padding-top: 0px;
}

.search-result .result-section .result-list .result.img-cover .img {
    background-size: cover;
}

.search-result .result-section .result-list .result .text {
    display: block;
    font-family: "Montserrat";
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    padding: 15px 20px;
}

@media (max-width: 1399.98px) {
    .search-result .searched-phrase {
        font-size: 25px;
        padding: 15px 0px;
    }

    .search-result .result-section .section-name {
        font-size: 18px;
        padding: 8px 0px;
        margin-bottom: 20px;
    }

    .search-result .result-section .result-list .result .img {
        height: 170px;
    }

    .search-result .result-section .result-list .result .text {
        font-size: 14px;
        font-weight: 400;
        padding: 15px;
    }
}

@media (max-width: 991.98px) {
    .search-result .searched-phrase {
        font-size: 20px;
        padding: 15px 0px 12px 0px;
    }

    .search-result .result-section .section-name {
        font-size: 16px;
        padding: 6px 0px;
        margin-bottom: 15px;
    }

    .search-result .result-section .result-list.result-col-6 .result {
        width: 23%;
    }

    .search-result .result-section .result-list.result-col-4 .result {
        width: 48%;
    }
}

@media (max-width: 767.98px) {
    .search-result .result-section .result-list {
        margin: -2%;
    }

    .search-result .result-section .result-list .result {
        margin: 2%;
    }

    .search-result .result-section .result-list.result-col-6 .result {
        width: 46%;
    }

    .search-result .result-section .result-list.result-col-4 .result {
        width: 96%;
    }
}

/*--------------------------MODAL COMPARISON---------------------------*/

#modal-product-comparison .btn-st {
    margin-top: 3rem;
}

#modal-product-comparison .form-check-label, #modal-product-comparison .form-check-label span {
    margin-top: 20px;
}

/*--------------------------MAP WRAPPER---------------------------*/
#map-wrapper {
    height: 70vh;
}

.map-wrapper-banner #map-wrapper {
    height: 450px;
}


/*---------------------------SITE MAP-----------------------------*/
ul.site-map {
    column-count: 2;
}

ul.site-map li {
    position: relative;
    font-weight: 500;
    padding: 5px 0px 15px 20px;
    background: none;
}

ul.site-map li ul {
    margin-top: 5px;
}


ul.site-map li::before {
    position: absolute;
    top: 11px;
    left: 0px;
    width: 7px;
    height: 7px;
    background-color: #FED141;
    content: "";
}

ul.site-map li li {
    padding-bottom: 5px;
    font-weight: 400;
}

ul.site-map li li::before {
    background-color: #DADADA;
}

ul.site-map li a {
    transition: color 0.3s;
}

ul.site-map li a:hover {
    color: #FED141 !important;
}


@media (max-width: 767.98px) {
    ul.site-map {
        column-count: 1;
    }

    ul.site-map > li {
        padding-bottom: 10px;
    }
}

/*---------------------------HIDDEN ITEM MENU----------------------------*/
.btn-item-menu-show,
.btn-item-menu-close {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    border: none;
    opacity: 1;
    background: center center no-repeat;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
}

.btn-item-menu-show:hover,
.btn-item-menu-close:hover {
    opacity: 0.6;
}

.btn-item-menu-show {
    background-image: url(https://www.drutex.eu/static/layout2021/images/ico-item-menu-show.svg);
}

.btn-item-menu-close {
    background-image: url(https://www.drutex.eu/static/layout2021/images/ico-item-menu-close.svg);
}

.hidden-item-menu {
    position: absolute;
    display: none;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-bottom: 20px;
    background-color: #383D3F;
    transition: opacity 0.3s;
    z-index: 20;
}

.hidden-item-menu .item-menu-content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.hidden-item-menu .menu-title {
    font-family: "Open Sans";
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 10px;
    border-bottom: 1px solid #7e7e7e;
}

.hidden-item-menu ul {
    padding: 10px 0px;
}

.hidden-item-menu ul li {
    padding: 0px 20px;
}

.hidden-item-menu ul li a {
    display: block;
    font-family: "Open Sans";
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    padding: 10px;
    transition: all 0.3s;
}

.hidden-item-menu ul li a:hover {
    color: #000000;
    background-color: #FED141;
}

@media (max-width: 1399.98px) {
    .hidden-item-menu .menu-title {
        font-size: 16px;
        padding: 10px;
        padding-right: 40px;
    }
}

@media (max-width: 1199.98px) {
    .hidden-item-menu .menu-title {
        font-size: 16px;
    }

    .hidden-item-menu ul li a {
        font-size: 15px;
        padding: 7px;
    }
}

@media (max-width: 1399.98px) {

    .btn-item-menu-show,
    .btn-item-menu-close {
        top: 7px;
        right: 10px;
        width: 25px;
        height: 25px;
    }
}

/*---------------------------VIDEO PRESENTATION----------------------------*/
.video-presentation {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    background: #1E1E1E;
}

.video-presentation .video-list,
.video-presentation .video-container,
.video-presentation .video-play,
.video-presentation .video-revers,
.video-presentation .description,
.video-presentation .triggers {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.video-presentation.main-view-init .video-list .video-container:first-of-type {
    opacity: 1;
    z-index: 10;
}

.video-presentation.main-view-init .video-list .video-container:first-of-type .video-play {
    opacity: 1;
    z-index: 10;
}

.video-presentation.main-view-show .video-list .video-container.active {
    opacity: 1;
    z-index: 10;
}

.video-presentation.main-view-show .video-list .video-container.active .video-play {
    opacity: 0;
    z-index: 0;
}

.video-presentation.main-view-show .video-list .video-container.active .video-revers {
    opacity: 1;
    z-index: 10;
}

.video-presentation.main-view-show .video-list .video-container.active .description {
    left: -350px;
    transition: all 0.5s;
}

.video-presentation.main-view-hide .video-list .video-container.active {
    opacity: 1;
    z-index: 10;
}

.video-presentation.main-view-hide .video-list .video-container.active .video-play {
    opacity: 1;
    z-index: 10;
}

.video-presentation.main-view-hide .video-list .video-container.active .video-revers {
    opacity: 0;
    z-index: 0;
}

.video-presentation.triggers-show .triggers {
    opacity: 1;
    z-index: 20;
}

.video-presentation.triggers-show .triggers button {
    cursor: pointer;
}

.video-presentation.triggers-show .video-list .video-container.active .video-play {
    opacity: 1;
    z-index: 10;
}

.video-presentation.triggers-show .video-list .video-container.active .video-revers {
    opacity: 0;
    z-index: 0;
}

.video-presentation.btn-main-show .btn-back {
    opacity: 1;
    cursor: pointer;
    z-index: 20;
}

.video-presentation.btn-main-show .video-list .video-container .description {
    left: 0px;
}

.video-presentation.btn-main-show .video-list .video-container.active .video-play {
    opacity: 0;
    z-index: 0;
}

.video-presentation.btn-main-show .video-list .video-container.active .video-revers {
    opacity: 1;
    z-index: 10;
}

.video-presentation .video-list {
    z-index: 10;
}

.video-presentation .video-list .video-container {
    opacity: 0;
    z-index: 0;
    overflow: hidden;
}

.video-presentation .video-list .video-container .video-play,
.video-presentation .video-list .video-container .video-revers {
    opacity: 0;
    z-index: 0;
}

.video-presentation .video-list .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-presentation .video-list .video-container .description {
    display: flex;
    left: -350px;
    right: auto;
    width: 350px;
    padding: 35px;
    background-color: rgba(1, 1, 1, 0.7);
    transition: all 0.8s;
    z-index: 20;
}

.video-presentation .video-list .video-container .description .text-content {
    align-self: center;
}

.video-presentation .video-list .video-container .description .title {
    font-family: "Montserrat";
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    line-height: 120%;
}

.video-presentation .video-list .video-container .description .text {
    font-family: "Montserrat";
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 150%;
}

.video-presentation .triggers {
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 0;
}

.video-presentation .triggers button {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #FED141;
    padding: 0px;
    border: none;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: auto;
}

.video-presentation .triggers button::before {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border: 2px solid #FED141;
    border-radius: 50%;
    content: "";
    transition: all 0.3s;
}

.video-presentation .triggers button:hover {
    transform: scale(0.9);
}

.video-presentation .triggers button:hover::before {
    transform: scale(1.3);
}

.video-presentation .btn-back {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    cursor: auto;
    transition: opacity 0.3s;
}

/*------------INFO SCROLL DOWN----------------*/
.info-scroll-down {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.info-scroll-down .scroll-down {
    position: relative;
    width: 44px;
    height: 65px;
    margin: 0 auto;
    opacity: 1;
    transition: opacity 0.5s, margin 0.5s;
}

.info-scroll-down .scroll-down::before,
.info-scroll-down .scroll-down::after {
    position: absolute;
    display: block;
    width: 44px;
    height: 15px;
    top: 75px;
    background: center center no-repeat;
    content: '';
    animation-name: scroll-down;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.info-scroll-down .scroll-down::before {
    background-image: url(../images/scroll-down-1.png);
    animation-delay: 0.22s;
}

.info-scroll-down .scroll-down::after {
    background-image: url(../images/scroll-down-2.png);
}

@keyframes scroll-down {
    0% {
        top: 75px;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    35% {
        opacity: 1;
    }

    50% {
        top: 120px;
        opacity: 0;
    }

    100% {
        top: 120px;
        opacity: 0;
    }
}

/*------------MOVIE PLAY----------------*/
.movie-container {
    position: relative;
}

.btn-movie-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.btn-movie-play::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: #000000;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    content: "";
}

.btn-movie-play::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    background: url(https://www.drutex.eu/static/layout2021/images/ico-play.svg) center center no-repeat;
    background-position: 40px center;
    content: "";
}

.btn-movie-play:hover {
    background: rgba(0, 0, 0, 0);
}

.btn-movie-play:hover::before {
    width: 100%;
    height: 100%;
}

/*------------LOADER----------------*/
.loader-small::before,
.loader-medium::before,
.loader-large::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: center center no-repeat #000000;
    opacity: 0.6;
    content: "";
}

.loader-small::before {
    background-image: url(../images/loader-small.gif);
}

.loader-medium::before {
    background-image: url(../images/loader-medium.gif);
}

.loader-large::before {
    background-image: url(../images/loader-large.gif);
}

/*------------INSPIRATION----------------*/
.inspiration {
    margin-top: 60px;
}

.inspiration .order-md-1 .inspiration-info::before {
    left: auto;
    right: -224px;
}

.inspiration ~ .inspiration .inspiration-info::before {
    display: block;
}

.inspiration .inspiration-info {
    position: relative;
    padding: 4vw 3vw;
}

.inspiration .inspiration-info::before {
    display: none;
    position: absolute;
    top: -60px;
    left: -224px;
    width: 200px;
    height: 60px;
    background-color: #1E1E1E;
    content: "";
}

.inspiration .inspiration-info .name {
    position: relative;
    font-family: "Montserrat";
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 150%;
    padding-bottom: 30px;
}

.inspiration .inspiration-info .name::after {
    position: absolute;
    bottom: 0px;
    left: -3vw;
    right: -3vw;
    height: 2px;
    background-color: #FED141;
    content: "";
}

.inspiration .inspiration-info table {
    margin: 20px 0px;
}

.inspiration .inspiration-info table td {
    font-family: "Montserrat";
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    line-height: 120%;
    padding: 8px 10px;
}

.inspiration .inspiration-info table td:first-child {
    font-weight: 400;
    padding-left: 0px;
}

.inspiration .inspiration-info .link {
    display: inline-block;
    font-family: "Montserrat";
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    line-height: 120%;
    padding: 10px 25px;
    border: 1px solid #FED141;
}

@media (max-width: 1199.98px) {
    .inspiration .inspiration-info::before {
        display: none;
    }

    .inspiration .inspiration-info .name {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .inspiration .inspiration-info table {
        margin: 15px 0px;
    }

    .inspiration .inspiration-info table td {
        font-size: 14px;
        padding: 5px 10px;
    }

    .inspiration .inspiration-info .link {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .inspiration {
        margin-top: 40px;
    }

    .inspiration .inspiration-info {
        padding: 20px 0px;
    }

    .inspiration .inspiration-info .name::after {
        left: 0px;
        right: 0px;
    }
}


/*------------ZALUZJE LAMELE----------------*/
.lamele-box {
    margin-top: 60px;
}

.lamele-box .lamele-box-img img {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 0.5s ease-in;
}

.lamele-box .order-md-1 .inspiration-info::before {
    left: auto;
    right: -224px;
}

.lamele-box ~ .lamele-box .lamele-box-info::before {
    display: block;
}

.lamele-box .lamele-box-info {
    position: relative;
    padding: 4vw 3vw;
}


.lamele-box .lamele-box-info .name {
    position: relative;
    font-family: "Montserrat";
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 150%;
    padding-bottom: 30px;
}

.lamele-box .lamele-box-info .name-right {
    text-align: right;
}

.lamele-box .lamele-box-info .name::after {
    position: absolute;
    bottom: 0px;
    left: -3vw;
    right: -3vw;
    height: 2px;
    background-color: #A7A7A7;
    content: "";
}


@media (max-width: 1199.98px) {

    .lamele-box .lamele-box-info .name {
        font-size: 16px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .lamele-box {
        margin-top: 40px;
    }

    .lamele-box .lamele-box-info {
        padding: 20px 0px;
    }

    .lamele-box .lamele-box-info .name::after {
        left: 0px;
        right: 0px;
    }

    .lamele-box .lamele-box-info .name-right {
        text-align: left;
    }
}


/*------------ PROMO TAG ----------------*/

.promo-tag::before,
.promo-tag::after {
    display: block;
    font-family: "Montserrat";
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    line-height: 120%;
    padding: 7px 18px;
    background: linear-gradient(150deg, #FAE57A 0%, #CB9F37 100%);
}

.promo-tag.promo-top::before,
.promo-tag.promo-top-overlay::before,
.promo-tag.promo-bottom::after,
.promo-tag.promo-bottom-overlay::after {
    content: attr(data-promo-tag);
}

.promo-tag.promo-top-overlay::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -30%);
}

.promo-tag.promo-bottom-overlay::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -70%);
}

.promo-tag.promo-mt::before,
.promo-tag.promo-mt::after {
    margin-top: 6px;
}

.promo-tag.promo-mb::before,
.promo-tag.promo-mb::after {
    margin-bottom: 6px;
}

.promo-dodatki .promo-tag::before,
.promo-dodatki .promo-tag::after {
    position: absolute;
    top: 25px;
}

@media (max-width: 1399.98px) {

    .promo-tag::before,
    .promo-tag::after {
        font-size: 14px;
        padding: 8px 17px;
    }
}

@media (max-width: 767.98px) {

    .promo-tag::before,
    .promo-tag::after {
        font-size: 13px;
        padding: 6px 15px;
    }

}

/*-------------------------FOOTER--------------------------*/
#footer {
    position: relative;
    background: url(../images/footer-bg.png) top center no-repeat #1C1C1D;
    background-size: contain;
}

#footer::after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -400px;
    width: 400px;
    background-color: #1C1C1D;
    content: "";
}

#footer .footer-bar {
    height: 70px;
    background-color: #2E2E2E;
}

#footer .footer-bar .bar-text {
    font-family: "Montserrat";
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 110%;
}

#footer .footer-bar .buttons {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 70px;
    margin: 0px -10px;
}

#footer .footer-bar .buttons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0px 10px;
    background: center center no-repeat;
    transition: all 0.3s;
}

#footer .footer-bar .buttons a:hover {
    opacity: 0.6;
}

#footer .footer-bar .buttons .btn-instagram {
    background-image: url(https://www.drutex.eu/static/layout2021/images/btn-instagram.svg);
}

#footer .footer-bar .buttons .btn-facebook {
    background-image: url(https://www.drutex.eu/static/layout2021/images/btn-facebook.svg);
}

#footer .footer-bar .buttons .btn-youtube {
    background-image: url(https://www.drutex.eu/static/layout2021/images/btn-youtube.svg);
}

#footer .footer-bar .buttons .btn-tik-tok {
    background-image: url(https://www.drutex.eu/static/layout2021/images/btn-tik-tok.svg);
}

@media (max-width: 767.98px) {
    #footer .footer-bar .bar-text {
        font-size: 17px;
    }

    #footer .footer-bar .buttons {
        justify-content: center;
    }
}

#footer .footer-content {
    max-width: 1460px;
    margin: 0 auto;
    padding: 80px 30px 50px 30px;
    box-sizing: content-box;
}

#footer .footer-content.content-mobile {
    display: none;
}

#footer .footer-content .footer-menu .menu-header {
    position: relative;
    font-family: "Montserrat";
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 10px;
    margin-bottom: 12px;
}

#footer .footer-content .footer-menu .menu-header::before,
#footer .footer-content .footer-menu .menu-header::after {
    position: absolute;
    background-color: #FED141;
    content: "";
}

#footer .footer-content .footer-menu .menu-header::before {
    left: 0px;
    bottom: 0px;
    width: 1px;
    height: 16px;
}

#footer .footer-content .footer-menu .menu-header::after {
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 1px;
}

#footer .footer-content .footer-menu li a {
    display: block;
    font-family: "Montserrat";
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    line-height: 130%;
    padding: 5px 0px;
    transition: color 0.2s;
}

#footer .footer-content .footer-menu li a:hover {
    color: #FED141;
    transition: color 0.3s;
}

@media (max-width: 1399.98px) {
    #footer .footer-content .footer-menu .menu-header {
        font-size: 16px;
    }

    #footer .footer-content .footer-menu li a {
        font-size: 14px;
    }
}

@media (max-width: 1199.98px) {

    #footer .footer-content,
    #footer::before {
        display: none;
    }

    #footer .footer-content {
        padding: 40px 30px;
    }

    #footer .footer-content.content-mobile {
        display: block;
    }

    #footer .accordion-footer-menu {
        width: 100%;
        max-width: 600px;
    }

    #footer .accordion-footer-menu .accordion-item {
        border-bottom-color: rgba(255, 255, 255, 0.1);
        background: none;
    }

    #footer .accordion-footer-menu .accordion-item .accordion-header {
        background: none;
    }

    #footer .accordion-footer-menu .accordion-item .accordion-header .accordion-button {
        background: none;
        color: #FED141;
        padding: 10px 0px;
        transition: color 0.3s;
    }

    #footer .accordion-footer-menu .accordion-item .accordion-header .accordion-button.collapsed {
        color: #ffffff;
    }

    #footer .accordion-footer-menu .accordion-item .accordion-body {
        padding-top: 0px;
    }

    #footer .accordion-footer-menu .accordion-item:hover .accordion-button {
        color: #FED141 !important;
    }
}

@media (max-width: 767.98px) {
    #footer .footer-content {
        padding: 30px 20px;
    }
}

#footer .footer-copyright {
    position: relative;
    height: 47px;
    font-family: "Montserrat";
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 47px;
    text-align: center;
    background-color: #000000;
}

#footer .footer-copyright::before {
    position: absolute;
    top: 0px;
    left: -200px;
    width: 200px;
    height: inherit;
    background-color: #000000;
    content: "";
}

/*--------------------------SIZE---------------------------*/
.w-1220 {
    width: 100%;
    max-width: 1220px;
}

.w-750 {
    width: 100%;
    max-width: 750px;
}

.w-650 {
    width: 100%;
    max-width: 650px;
}

.mw-800 {
    min-width: 800px;
}

@media (max-width: 1199.98px) {
    .h-100-mobile {
        height: 100% !important;
    }
}

.mw-150p {
    max-width: 150px;
}

.mh-80 {
    max-height: 80px;
}

/*--------------------------MARGIN---------------------------*/
.margin-top-n20 {
    margin-top: -20px;
}

.margin-top-n30 {
    margin-top: -30px;
}

.margin-top-n40 {
    margin-top: -40px;
}

.margin-top-n50 {
    margin-top: -50px;
}

.margin-top-n60 {
    margin-top: -60px;
}

.margin-top-n70 {
    margin-top: -70px;
}

/*--------------------------Z INDEX---------------------------*/
.z-index-10 {
    z-index: 10;
}

.z-index-20 {
    z-index: 20;
}

.z-index-30 {
    z-index: 30;
}

/*--------------------------TEXT COLORS---------------------------*/
.color-black {
    color: #000000 !important;
}

.color-white {
    color: #ffffff !important;
}

.color-grey {
    color: #A7A7A7 !important;
}

.color-light-grey {
    color: #DADADA !important;
}

.color-yellow {
    color: #FED141 !important;
}

/*--------------------------BG COLORS---------------------------*/
.bg-black {
    background-color: #000000 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-color-dark-graphite {
    background-color: #1E1E1E !important;
}

.bg-color-dark-graphite-glow {
    background: radial-gradient(closest-side, #3B3D43, #191919) !important;
}

.bg-yellow {
    background-color: #FED141 !important;
}

.bg-light-gray {
    background-color: #F3F3F3 !important;
}

/*--------------------------LIST---------------------------*/
ul.two-col {
    column-count: 2;
}

@media (max-width: 575.98px) {
    ul.two-col {
        column-count: 1;
    }
}

/*--------------------------VERTICAL CENTER LINE---------------------------*/
.vertical-center-line {
    position: relative;
    overflow: hidden;
}

.vertical-center-line::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: #FED141;
    content: "";
}

.theme-dark #page .vertical-center-line::before {
    background-color: #FED141;
}

@media (max-width: 767.98px) {

    .vertical-center-line::before,
    .vertical-center-line::after,
    .vertical-center-line .line-hidden {
        display: none;
    }
}

.vertical-center-line.line-ending-circle::after {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0px;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    background: #FED141;
    content: "";
}

.vertical-center-line .line-hidden {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 300px;
    background: #ffffff;
}

/*--------------------------SEPARATOR LINE---------------------------*/
.separator-line {
    padding: 30px 0px;
    width: 100%;
}

.separator-line::before {
    display: block;
    width: 100%;
    max-width: 240px;
    height: 2px;
    background-color: #FED141;
    content: "";
}


.separator-line.line-short::before {
    max-width: 110px;
}

.separator-line.line-gray::before {
    background-color: #e6e6e6;
}

.separator-line.line-full::before {
    max-width: 100%;
}

@media (max-width: 1399.98px) {
    .separator-line {
        padding: 25px 0px;
    }
}

@media (max-width: 1199.98px) {
    .separator-line {
        padding: 20px 0px;
    }
}

/*--------------------------BTN ST---------------------------*/
.btn-st {
    position: relative;
    display: inline-block;
    height: 45px;
    font-family: "Montserrat";
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: 45px;
    white-space: nowrap;
    margin: 6px;
    padding: 0px 25px;
    background-color: #FED141;
    border: none;
    cursor: pointer;
}

.btn-st::before,
.btn-st::after {
    position: absolute;
    width: 47%;
    height: inherit;
    border: 2px solid #FED141;
    content: "";
    transition: all 0.2s;
}

.btn-st::before {
    top: -6px;
    right: -6px;
    border-bottom: none;
    border-left: none;
}

.btn-st::after {
    bottom: -6px;
    left: -6px;
    border-top: none;
    border-right: none;
}

.btn-st:hover::before,
.btn-st:hover::after {
    width: 80%;
    height: 50% !important;
    transition: all 0.3s;
}

.btn-st.btn-dark {
    color: #ffffff;
    background: none;
}

.btn-st.btn-dark::before,
.btn-st.btn-dark::after {
    border-width: 1px;
}

.btn-st.btn-top-connection::after {
    height: 200px !important;
}

.btn-st.btn-long-lines::before,
.btn-st.btn-long-lines::after {
    width: 95%;
}

.btn-st.btn-small {
    height: 38px;
    font-size: 15px;
    line-height: 38px;
    padding: 0px 20px;
}

.btn-st.btn-small.btn-video {
    padding-left: 50px;
    background-position: 14px 11px;
    background-size: 25px;
}

.btn-st.btn-small.btn-download {
    padding-left: 50px;
    background-position: 14px 11px;
    background-size: 25px;
}

.btn-st.btn-video {
    padding-left: 60px;
    background-image: url(https://www.drutex.eu/static/layout2021/images/btn-video.svg);
    background-position: 16px 13px;
    background-repeat: no-repeat;
    background-size: 28px;
}

.btn-st.btn-download {
    padding-left: 60px;
    background-image: url(https://www.drutex.eu/static/layout2021/images/btn-download.svg);
    background-position: 16px 13px;
    background-repeat: no-repeat;
    background-size: 28px;
}

.btn-st.btn-download-small {
    padding-left: 60px;
    background-image: url(https://www.drutex.eu/static/layout2021/images/btn-download.svg);
    background-position: 16px 13px;
    background-repeat: no-repeat;
    background-size: 28px;
}

.btn-st.btn-dealer {
    padding-left: 65px;
    background-image: url(https://www.drutex.eu/static/layout2021/images/btn-dealer-s2.svg);
    background-position: 16px 12px;
    background-repeat: no-repeat;
    background-size: 34px;
}

.btn-st.btn-dealer.btn-dark {
    background-image: url(https://www.drutex.eu/static/layout2021/images/btn-dealer.svg);
}

.btn-st.btn-gallery {
    padding-left: 60px;
    background-image: url(https://www.drutex.eu/static/layout2021/images/btn-gallery.svg);
    background-position: 17px 14px;
    background-repeat: no-repeat;
    background-size: 24px;
}

.btn-st.btn-consent {
    padding-left: 55px;
    background-image: url(https://www.drutex.eu/static/layout2021/images/btn-consent.svg);
    background-position: 18px 13px;
    background-repeat: no-repeat;
    background-size: 20px;
}

@media (max-width: 1399.98px) {
    .btn-st {
        height: 38px !important;
        font-size: 15px !important;
        line-height: 38px !important;
        padding: 0px 20px !important;
    }

    .btn-st.btn-video {
        padding-left: 50px !important;
        background-position: 14px 11px !important;
        background-size: 25px !important;
    }

    .btn-st.btn-download {
        padding-left: 50px !important;
        background-position: 14px 11px !important;
        background-size: 25px !important;
    }

    .btn-st.btn-dealer {
        padding-left: 55px !important;
        background-position: 14px 10px !important;
        background-size: 31px !important;
    }

    .btn-st.btn-gallery {
        padding-left: 47px !important;
        background-position: 14px 11px !important;
        background-size: 20px !important;
    }

    .btn-st.btn-consent {
        padding-left: 45px !important;
        background-position: 18px 11px !important;
        background-size: 17px !important;
    }
}

@media (max-width: 1199.98px) {
    .btn-st {
        height: 34px !important;
        font-size: 14px !important;
        line-height: 34px !important;
        padding: 0px 15px !important;
    }

    .btn-st.btn-video {
        padding-left: 45px !important;
        background-position: 12px 9px !important;
        background-size: 22px !important;
    }

    .btn-st.btn-download {
        padding-left: 45px !important;
        background-position: 12px 9px !important;
        background-size: 22px !important;
    }

    .btn-st.btn-dealer {
        padding-left: 50px !important;
        background-position: 12px 8px !important;
        background-size: 29px !important;
    }

    .btn-st.btn-gallery {
        padding-left: 42px !important;
        background-position: 14px 11px !important;
        background-size: 17px !important;
    }

    .btn-st.btn-consent {
        padding-left: 40px !important;
        background-position: 16px 10px !important;
        background-size: 15px !important;
    }
}

/*--------------------------BTN DARK BASIC---------------------------*/
.btn-dark-basic {
    position: relative;
    font-family: "Montserrat";
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 45px;
    white-space: nowrap;
    padding: 0px 18px;
    background-color: #2A2A2A;
    border: none;
    cursor: pointer;
}

@media (max-width: 1399.98px) {
    .btn-dark-basic {
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    .btn-dark-basic {
        font-size: 14px;
    }
}

/*--------------------------BTN DARK LINE---------------------------*/
.btn-dark-pro {
    position: relative;
    font-family: "Montserrat";
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 45px;
    white-space: nowrap;
    padding: 0px 35px;
    background-color: #2A2A2A;
    border: none;
    cursor: pointer;
}

.btn-dark-pro::before,
.btn-dark-pro::after {
    position: absolute;
    width: 2px;
    height: 75%;
    background-color: #FED141;
    content: "";
    transition: height 0.3s;
}

.btn-dark-pro::before {
    left: 10px;
    bottom: 0px;
}

.btn-dark-pro::after {
    right: 10px;
    top: 0px;
}

.btn-dark-pro:hover::before,
.btn-dark-pro:hover::after {
    height: 30%;
    transition: height 0.4s;
}

@media (max-width: 1399.98px) {
    .btn-dark-pro {
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    .btn-dark-pro {
        font-size: 14px;
    }
}

/*--------------------------BTN ICO---------------------------*/
.btn-ico {
    position: relative;
    width: 45px;
    height: 45px;
    border: 1px solid #D2D2D2;
    background-color: #ffffff;
}

.btn-ico::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: center center no-repeat;
    filter: invert(79%) sepia(9%) saturate(15%) hue-rotate(323deg) brightness(85%) contrast(85%);
    content: "";
    transition: all 0.3s;
}

.btn-ico:hover::before {
    filter: invert(74%) sepia(63%) saturate(407%) hue-rotate(358deg) brightness(103%) contrast(109%);
    transition: all 0.4s;
}

.btn-ico.ico-palette::before {
    background-image: url(https://www.drutex.eu/static/layout2021/images/ico-palette.svg);
    background-size: 20px;
}

.btn-ico.ico-info::before {
    background-image: url(https://www.drutex.eu/static/layout2021/images/ico-info.svg);
    background-size: 12px;
}

@media (max-width: 1399.98px) {
    .btn-ico {
        width: 40px;
        height: 40px;
    }

    .btn-ico.ico-palette::before {
        background-size: 18px;
    }

    .btn-ico.ico-info::before {
        background-size: 11px;
    }
}

@media (max-width: 1199.98px) {
    .btn-ico {
        width: 36px;
        height: 36px;
    }

    .btn-ico.ico-palette::before {
        background-size: 16px;
    }

    .btn-ico.ico-info::before {
        background-size: 9px;
    }
}

/*--------------------------BTN MORE---------------------------*/
.btn-more {
    position: relative;
    font-family: "Montserrat";
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 110%;
    padding: 15px 65px 15px 25px;
    background-color: #2A2A2A;
    border: none;
    cursor: pointer;
}

.btn-more::before,
.btn-more::after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 40px;
    content: "";
}

.btn-more::before {
    background: url(https://www.drutex.eu/static/layout2021/images/arrow-white.svg) center center no-repeat;
}

.btn-more::after {
    background: url(https://www.drutex.eu/static/layout2021/images/arrow-black.svg) center center no-repeat #FED141;
    transition: all 0.4s;
}

.btn-more:hover::after {
    opacity: 0;
    transition: all 0.3s;
}

@media (max-width: 1399.98px) {
    .btn-more {
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    .btn-more {
        font-size: 14px;
    }
}

/*--------------------------BTN SHOW MORE---------------------------*/
.btn-show-more {
    font-family: "Montserrat";
    font-size: 22px;
    color: #434343;
    font-weight: 500;
    line-height: 110%;
    background: none;
    border: none;
    cursor: pointer;
}

.btn-show-more::after {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(https://www.drutex.eu/static/layout2021/images/arrow-black.svg) center center no-repeat #ffffff;
    background-position: 13px center;
    margin: 0 auto;
    margin-top: 15px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    transform: rotateZ(90deg);
    content: "";
    transition: all 0.3s;
}

.btn-show-more:hover::after {
    background-color: #FED141;
    transition: all 0.4s;
}

@media (max-width: 1399.98px) {
    .btn-show-more {
        font-size: 20px;
    }
}

@media (max-width: 1199.98px) {
    .btn-show-more {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .btn-show-more {
        font-size: 16px;
    }
}

/*--------------------------GREYSCALE---------------------------*/
.greyscale-1 {
    filter: grayscale(1);
    transition: filter 0.3s, transform 0.3s;
}

.greyscale-1:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}

/*--------------------------P YELLOW FRAME---------------------------*/
p.yellow-frame {
    padding: 30px;
    border: 3px solid #FED141;
    margin-top: 50px;
}

/*--------------------------HR---------------------------*/
hr.text-line {
    margin: 2rem 0;
}

/*--------------------------WHITE HALO---------------------------*/
.white-halo {
    position: relative;
}

@media (min-width: 1200px) {
    .white-halo::before {
        position: absolute;
        top: -33px;
        bottom: -33px;
        left: -33px;
        right: -33px;
        background-color: #ffffff;
        content: "";
    }
}

.white-halo-small {
    position: relative;
}

@media (min-width: 768px) {
    .white-halo-small::before {
        position: absolute;
        top: -15px;
        bottom: -15px;
        left: -15px;
        right: -15px;
        background-color: #ffffff;
        content: "";
    }
}

/*--------------------------GRAY FRAME---------------------------*/
.grey-frame {
    padding: 30px;
    border: 1px solid #e6e6e6;
}

@media (max-width: 1199.98px) {
    .grey-frame {
        padding: 25px 15px;
    }
}

/*--------------------------TITLE BOX---------------------------*/
.title-box {
    position: relative;
    padding: 15px 20px;
    border: 1px solid #e6e6e6;
}

.title-box .title {
    position: absolute;
    top: -15px;
    left: 0px;
    padding: 0px 30px 0px 20px;
    background-color: #ffffff;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .title-box {
        padding: 15px;
    }
}

/*--------------------------FORM CONTROL---------------------------*/
.form-control,
.form-select {
    display: inline-block;
    height: 55px;
    font-family: "Montserrat";
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    border: 1px solid #DADADA;
    padding: 0px 20px;
    border-radius: 0px;
    background-color: #ffffff;
    vertical-align: middle;
}

.form-control::placeholder,
.form-select::placeholder {
    color: #A7A7A7;
}

@media (max-width: 1399.98px) {

    .form-control,
    .form-select {
        height: 45px;
        font-size: 15px;
    }
}

.form-select:focus,
input.form-control:focus {
    border-color: #FFDD4F;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 200px;
}

/*--------------------------FORM CONTROL---------------------------*/
.dropdown.select-st button {
    display: block;
    height: 55px;
    width: 100%;
    font-family: "Montserrat";
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    text-align: left;
    border: 1px solid #DADADA;
    padding: 0px 20px;
    border-radius: 0px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.dropdown.select-st .dropdown-menu {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #DADADA;
    border-top: 4px solid #FED141;
    margin-top: -2px !important;
}

.dropdown.select-st .dropdown-menu li a {
    display: block;
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 150%;
    padding: 10px 20px;
    transition: all 0.3s;
    border-bottom: 1px solid #EEEEEE;
}

.dropdown.select-st .dropdown-menu li a:hover {
    background-color: #fee8a0;
}

.dropdown.select-st .dropdown-menu li:last-of-type a {
    border-bottom: none;
}

@media (max-width: 1399.98px) {
    .dropdown.select-st button {
        height: 45px;
        font-size: 15px;
    }

    .dropdown.select-st .dropdown-menu li a {
        font-size: 15px;
    }
}

/*--------------------------FORM CHECK---------------------------*/
.form-check {
    display: flex;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #FED141 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-radius: 0px !important;
    box-shadow: none !important;
    vertical-align: middle;
}

.form-check-input:checked {
    background-color: #FED141;
    border-color: #FED141;
}

.form-check-label {
    font-family: "Montserrat";
    font-size: 17px;
    color: #1E1E1E;
    font-weight: 500;
    line-height: 120%;
    padding-left: 10px;
}

@media (max-width: 1399.98px) {
    .form-check-label {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {
    .form-check-label {
        font-size: 14px;
        margin-top: 2px;
    }
}

/*--------------------------CAROUSEL---------------------------*/
.carousel-control-next,
.carousel-control-prev {
    width: 60px;
    opacity: 1 !important;
}

.carousel-control-next:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon,
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-prev:hover .carousel-control-next-icon {
    background-color: #323232;
}

.carousel-control-next.shadow-bg {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.carousel-control-prev.shadow-bg {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 50px;
    height: 50px;
    background-image: url(https://www.drutex.eu/static/layout2021/images/prev-next-ico.svg);
    background-color: rgba(50, 50, 50, 0.7);
    background-size: 20px;
    border-radius: 50%;
    transition: all 0.3s;
}

.carousel-control-next-icon {
    transform: scale(-1);
}

@media (max-width: 1199.98px) {

    .carousel-control-next,
    .carousel-control-prev {
        width: 40px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 30px;
        height: 30px;
        background-image: url(https://www.drutex.eu/static/layout2021/images/prev-next-ico.svg);
        background-size: 16px;
    }
}

/*--------------------------ACCORDION---------------------------*/
.accordion .accordion-header button {
    font-family: "Montserrat";
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    line-height: 140%;
    box-shadow: none !important;
}

.accordion .accordion-header button .text-s2 {
    display: block;
    font-size: 16px;
    color: #434343;
}

.accordion:not(.accordion-footer-menu) .accordion-body {
    font-family: "Open Sans";
    font-size: 15px;
    color: #000000;
    font-weight: 300;
    line-height: 150%;
}

.accordion:not(.accordion-footer-menu) .accordion-body strong {
    font-weight: 600;
}

.accordion:not(.accordion-footer-menu) .accordion-body:not(.text-default) ul li {
    position: relative;
    padding: 5px 0px 5px 25px;
}

.accordion:not(.accordion-footer-menu) .accordion-body:not(.text-default) ul li::before {
    position: absolute;
    top: 14px;
    left: 0px;
    width: 12px;
    height: 4px;
    background-color: #DADADA;
    content: "";
}

.accordion.accordion-pro .accordion-item {
    border-bottom: none;
    margin-bottom: 30px;
}

.accordion.accordion-pro .accordion-item:last-of-type {
    margin-bottom: 0px;
}

.accordion.accordion-pro .accordion-header button {
    overflow: hidden;
}

.accordion.accordion-pro .accordion-header button::after {
    display: none;
}

.accordion.accordion-pro .accordion-header button:hover .toggle::before {
    background: #FED141;
}

.accordion.accordion-pro .accordion-header .toggle {
    display: flex;
    position: relative;
    font-size: 15px;
    padding-left: 20px;
    margin-left: auto;
}

.accordion.accordion-pro .accordion-header .toggle img {
    width: 13px;
    order: 2;
    margin-left: 12px;
    position: relative;
}

.accordion.accordion-pro .accordion-header .toggle::before {
    position: absolute;
    top: -400px;
    bottom: -400px;
    left: 0px;
    right: -400px;
    background: #DADADA;
    opacity: 1;
    content: "";
    transition: opacity 0.1s, background 0.3s;
}

.accordion.accordion-pro .accordion-header .toggle::after {
    position: relative;
    content: attr(data-show-text);
}

@media (max-width: 767.98px) {
    .accordion.accordion-pro .accordion-header .toggle {
        padding-left: 6px;
    }

    .accordion.accordion-pro .accordion-header .toggle::after {
        display: none;
    }
}

.accordion.accordion-pro .accordion-header button.collapsed {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
}

.accordion.accordion-pro .accordion-header .accordion-button {
    transition: background 0.3s;
}

.accordion.accordion-pro .accordion-header .accordion-button:not(.collapsed) .toggle img {
    transform: rotate(-180deg);
}

.accordion.accordion-pro .accordion-header .accordion-button:not(.collapsed) .toggle::before {
    opacity: 0;
}

.accordion.accordion-pro .accordion-header .accordion-button:not(.collapsed) .toggle::after {
    background: none;
    content: attr(data-hide-text);
}

@media (max-width: 1199.98px) {
    .accordion .accordion-header button {
        font-size: 16px;
    }

    .accordion .accordion-body {
        font-size: 14px;
    }
}

.accordion-button:not(.collapsed) {
    background-color: #FED141;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*--------------------------AKAPIT W RAMCE---------------------------*/
img.contact-map {
    position: absolute;
    bottom: 20%;
    left: 50%;
}

@media (max-width: 767.98px) {
    img.contact-map {
        position: relative;
        bottom: 0%;
        left: 0%;
    }
}

/*--------------------------THEME DARK---------------------------*/
.theme-dark #page {
    background-color: #000000;
}

.theme-dark #page .gray-container,
.theme-dark #page .gray-container.top-extension::before,
.theme-dark #page .white-halo::before,
.theme-dark #page .white-halo-small::before,
.theme-dark #page .rec-inset.rec-white::before,
.theme-dark #page .vertical-center-line .line-hidden,
.theme-dark #page .title-box .title {
    background-color: #000000;
}

.theme-dark #page .bg-white {
    background-color: #000000 !important;
}

.theme-dark #page .table-st tr:nth-child(even) td {
    background-color: #1E1E1E;
}

.theme-dark #page .table-st th.marked,
.theme-dark #page .table-st td.marked {
    background-color: #0d0d0d !important;
}

.theme-dark #page .module-header-default.header-light-gray,
.theme-dark #page .module-header-default.header-light-gray::before,
.theme-dark #page .module-header-default.header-light-gray::after,
.theme-dark #page .rec-inset::before,
.theme-dark #page .separator-line.line-gray::before,
.theme-dark #page .btn-ico,
.theme-dark #page .form-check-input,
.theme-dark #page .simple-info-box,
.theme-dark #page .gallery-st.gallery-t2 .gallery-item .text,
.theme-dark #page .grey-frame {
    background-color: #1E1E1E;
}

.theme-dark #page .grey-frame,
.theme-dark #page .title-box {
    border-color: #717171;
}

.theme-dark #page .btn-ico {
    border-color: #535353;
}

.theme-dark #page .table-st-pro tr {
    border-color: #1E1E1E;
}

.theme-dark #page .product-color-buttons button {
    filter: brightness(4);
}

.theme-dark #page .text-default,
.theme-dark #page .module-header-default .module-header-title,
.theme-dark #page .module-header-default .module-header-subtitle,
.theme-dark #page .module-header-secondary .module-header-title,
.theme-dark #page .module-header-secondary .module-header-subtitle,
.theme-dark #page .module-header-secondary .module-header-title .title-com,
.theme-dark #page .internal-header,
.theme-dark #page .simple-card,
.theme-dark #page .simple-card a,
.theme-dark #page .pro-card .card-content .card-text,
.theme-dark #page .numbers-card .card-number,
.theme-dark #page .numbers-card .card-text-s1,
.theme-dark #page .numbers-card .card-text-s2,
.theme-dark #page .table-st th,
.theme-dark #page .table-st td,
.theme-dark #page .table-st-pro th,
.theme-dark #page .table-st-pro td,
.theme-dark #page .person-card,
.theme-dark #page .image-header,
.theme-dark #page .btn-show-more,
.theme-dark #page .site-map a,
.theme-dark #page .glazing-samples button,
.theme-dark #page .form-check-label,
.theme-dark #page .simple-info-box .title,
.theme-dark #page .simple-info-box .text,
.theme-dark #page .gallery-st.gallery-t2 .gallery-item .text {
    color: #ffffff;
}


.theme-dark #page .accordion-body .text-default,
.theme-dark #page .table-st td.difference {
    color: #000000;
}

.theme-dark #page .numbers-card::before {
    border-color: #1E1E1E;
}

/*# sourceMappingURL=style.css.map */

.module-header-title .silver-gradient {
    background: -webkit-linear-gradient(161deg, rgb(184, 184, 185) 0%, rgb(253, 249, 249) 47%, rgb(162, 163, 164) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
}

.text-default ul.list-text li.color-white a {
    color: #fff;
}




/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*--------------------------DO SKOPIOWANIA---------------------------*/




/*-----------------------HEADER-------------------------*/

@media (max-width: 1199.98px) {
    .drx-header {
        display: none;
    }

    .drx-header-m {
        display: block !important;
    }
}

/*--------------------HEADER - BAR-----------------------*/

.drx-header {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 300;
}

.drx-header .drx-bar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: inherit;
    height: inherit;
    background-color: #000000;
    padding: 0px 40px 0px 55px;
    z-index: 220;
}

.drx-header .drx-bar::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    background-color: #403E39;
    content: '';
}

.drx-header .drx-bar-sec {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 10;
}

.drx-header .drx-logos-sec {
    display: flex;
    gap: 30px;
    align-items: center;
    height: 70%;
    padding-right: 50px;
    margin-right: 40px;
    border-right: 1px solid #3E3E3E;
}

.drx-header .drx-logo {
    width: 166px;
}

.drx-header .drx-logo a {
    display: block;
}

.drx-header .drx-logo img {
    width: 100%;
}

.drx-header .drx-40years {
    width: 69px;
}

.drx-header .drx-40years a {
    display: block;
}

.drx-header .drx-40years img {
    width: 100%;
}

.drx-header .drx-bar .drx-menu {
    height: 100%;
}

.drx-header .drx-bar .drx-menu ul {
    display: flex;
    align-items: stretch;
    height: 100%;
    gap: 15px;
}

.drx-header .drx-bar .drx-menu .drx-menu-item {
    position: relative;
}

.drx-header .drx-bar .drx-menu .drx-menu-item a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    font-family: "Montserrat";
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    padding: 0px 15px 0px 10px;
    transition: all 0.5s;
}

.drx-header .drx-bar .drx-menu .drx-menu-item .drx-item-ico {
    display: block;
    width: 34px;
    height: 34px;
    opacity: 1;
    transition: opacity 0.5s;
}

.drx-header .drx-bar .drx-menu .drx-menu-item .drx-item-ico img {
    width: 100%;
}

.drx-header .drx-bar .drx-menu .drx-menu-item a::after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0px;
    height: 3px;
    background-color: #FFC837;
    transition: width 0.5s;
    content: '';
}

.drx-header .drx-bar .drx-menu .drx-menu-item a:hover {
    color: #b5b5b5 !important;
}

.drx-header .drx-bar .drx-menu .drx-menu-item a:hover .drx-item-ico {
    opacity: 0.6;
}

.drx-header .drx-bar .drx-menu .drx-menu-item a:hover::after {
    width: 100%;
}

.drx-header .drx-bar .drx-menu .drx-menu-item.drx-item-marked a {
    color: #F5CB4D;
}

.drx-header .drx-bar .drx-menu .drx-menu-item.drx-item-marked::before {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 60%;
    background-color: #2B2B2B;
    border-radius: 3px;
    transform: translateY(-50%);
    transition: all 0.5s;
    content: '';
}

.drx-header .drx-bar .drx-menu .drx-menu-item.drx-item-marked:hover a {
    color: #FFFFFF;
}

.drx-header .drx-bar .drx-menu .drx-menu-item.drx-item-marked:hover::before {
    opacity: 0;
}

.drx-header .drx-bar .drx-menu .drx-menu-item.active::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #161616;
    border: 1px solid #403E39;
    border-top: none;
    border-bottom: none;
    content: '';
}

.drx-header .drx-buttons-sec {
    display: flex;
    align-items: stretch;
    height: 70%;
    margin-left: 10px;
}

.drx-header .drx-buttons-sec .drx-btn {
    width: 60px;
    border: none;
    border-left: 1px solid #3E3E3E;
    transition: all 0.5s;
}

.drx-header .drx-buttons-sec .drx-btn:hover {
    background-color: #3E3E3E;
}

.drx-header .drx-btn-show-search {
    background: url(https://www.drutex.eu/static/layout2021/images/szukaj-ico.svg) center center no-repeat;
    background-size: 22px 22px;
}

.drx-header .drx-btn-show-lang {
    font-family: "Open Sans";
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: none;
    background: none;
}

@media (max-width: 1700px) {

    .drx-header {
        height: 70px;
    }

    .drx-header .drx-bar {
        padding: 0px 15px 0px 30px;
    }

    .drx-header .drx-logos-sec {
        padding-right: 30px;
        margin-right: 20px;
    }

    .drx-header .drx-logo {
        width: 140px;
    }

    .drx-header .drx-40years {
        width: 55px;
    }

    .drx-header .drx-bar .drx-menu ul {
        gap: 10px;
    }

    .drx-header .drx-bar .drx-menu .drx-menu-item a {
        font-size: 14px;
        padding: 0px 10px 0px 7px;
    }

    .drx-header .drx-bar .drx-menu .drx-menu-item .drx-item-ico {
        width: 30px;
        height: 30px;
    }

    .drx-header .drx-buttons-sec .drx-btn {
        width: 50px;
    }

    .drx-header .drx-btn-show-search {
        background-size: 19px 19px;
    }

    .drx-header .drx-btn-show-lang {
        font-size: 16px;
    }
}

/*--------------------------HEADER - MENU BOX - MENU---------------------------*/

.drx-header .drx-menu-box {
    position: absolute;
    display: flex;
    align-items: stretch;
    width: 100%;
    background-color: #161616;
    padding: 45px 0px;
    transform: translateY(-100%);
    transition: all 0.5s;
    z-index: 210;
}

.drx-header .drx-menu-box.drx-box-show {
    transform: translateY(0px);
    z-index: 215;
}

.drx-header .drx-menu-box .drx-menu {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
    width: 28%;
    max-width: 520px;
    border-right: 1px solid #2B2B2B;
    overflow: hidden;
}

.drx-header .drx-menu-box .drx-menu ul {
    display: flex;
    flex-direction: column;
    width: 350px;
}

.drx-header .drx-menu-box .drx-menu .drx-menu-item a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Montserrat";
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 20px;
    transition: all 0.5s;
}

.drx-header .drx-menu-box .drx-menu .drx-menu-item a::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 100%;
    left: 0px;
    background-color: #2B2B2B;
    opacity: 0;
    transition: opacity 0.5s, left 0.7s;
    content: '';
}

.drx-header .drx-menu-box .drx-menu .drx-menu-item .drx-item-ico {
    display: block;
    width: 29px;
    height: 29px;
}

.drx-header .drx-menu-box .drx-menu .drx-menu-item .drx-item-ico img {
    width: 100%;
    opacity: 0.6;
}

.drx-header .drx-menu-box .drx-menu .drx-menu-item a:hover {
    color: #F5CB4D;
    background-color: #2B2B2B !important;
}

.drx-header .drx-menu-box .drx-menu .drx-menu-item a:hover .drx-item-ico img {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(97%) sepia(39%) saturate(4757%) hue-rotate(319deg) brightness(103%) contrast(92%);
}

.drx-header .drx-menu-box .drx-menu .drx-menu-item a:hover::before {
    left: -200px;
    opacity: 1;
}

.drx-header .drx-menu-box .drx-menu .drx-menu-item.active a {
    background-color: #242424;
}

.drx-header .drx-menu-box .drx-menu .drx-menu-separator {
    height: 1px;
    background-color: #2B2B2B;
    margin: 25px 0px 25px 25px;
}

@media (max-width: 1700px) {

    .drx-header .drx-menu-box {
        padding: 35px 0px;
    }

    .drx-header .drx-menu-box .drx-menu ul {
        width: 310px;
    }

    .drx-header .drx-menu-box .drx-menu .drx-menu-item a {
        gap: 10px;
        font-size: 14px;
        padding: 7px 15px;
    }

    .drx-header .drx-menu-box .drx-menu .drx-menu-item .drx-item-ico {
        width: 26px;
        height: 26px;
    }

    .drx-header .drx-menu-box .drx-menu .drx-menu-separator {
        margin: 20px 0px 20px 20px;
    }
}

/*--------------------------HEADER - MENU BOX - SUBMENU---------------------------*/

.drx-header .drx-menu-box .drx-submenu {
    display: none;
    align-items: stretch;
    width: 100%;
    max-width: 950px;
    padding: 0px 60px;
    box-sizing: content-box;
}

.drx-header .drx-menu-box .drx-submenu.drx-menu-show {
    display: flex;
}

.drx-header .drx-menu-box .drx-submenu .drx-submenu-bg {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.drx-header .drx-menu-box .drx-submenu .drx-submenu-bg img {
    display: block;
    height: 100%;
}

.drx-header .drx-menu-box .drx-submenu > ul {
    position: relative;
    display: flex;
    gap: 40px;
    width: 100%;
    background-color: rgba(22, 22, 22, 0.8);
    padding-right: 30px;
}

.drx-header .drx-menu-box .drx-submenu > ul > li {
    flex-grow: 1;
    max-width: 280px;
}

.drx-header .drx-menu-box .drx-submenu .drx-menu-header {
    display: block;
    font-family: "Montserrat";
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #707070;
    padding: 15px 0px 10px 0px;
    margin-bottom: 10px;
}

.drx-header .drx-menu-box .drx-submenu ul ul {
    display: flex;
    flex-direction: column;
}

.drx-header .drx-menu-box .drx-submenu .drx-menu-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Montserrat";
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 400;
    text-transform: none;
    padding: 11px 0px;
    transition: all 0.3s;
}

.drx-header .drx-menu-box .drx-submenu .drx-menu-item a:hover {
    color: #F5CB4D;
}

.drx-header .drx-menu-box .drx-menu .drx-menu-item .drx-item-new,
.drx-header .drx-menu-box .drx-submenu .drx-menu-item .drx-item-new {
    font-family: "Montserrat";
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    text-transform: lowercase;
    background-color: #F5CB4D;
    padding: 0px 3px;
}

@media (max-width: 1700px) {

    .drx-header .drx-menu-box .drx-submenu {
        padding: 0px 40px;
    }

    .drx-header .drx-menu-box .drx-submenu > ul {
        gap: 30px;
    }

    .drx-header .drx-menu-box .drx-submenu .drx-menu-header {
        font-size: 14px;
        padding: 12px 0px 8px 0px;
        margin-bottom: 8px;
    }

    .drx-header .drx-menu-box .drx-submenu .drx-menu-item a {
        gap: 8px;
        font-size: 14px;
        padding: 9px 0px;
    }

    .drx-header .drx-menu-box .drx-menu .drx-menu-item .drx-item-new,
    .drx-header .drx-menu-box .drx-submenu .drx-menu-item .drx-item-new {
        font-size: 11px;
        padding: 0px 2px;
    }
}

/*--------------------------HEADER MOBILE - BAR---------------------------*/

.drx-header-m {
    display: none;
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 300;
}

.drx-header-m .drx-bar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: inherit;
    height: inherit;
    background-color: #000000;
    padding: 0px 15px 0px 10px;
    z-index: 220;
}

.drx-header-m .drx-bar::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    background-color: #403E39;
    content: '';
}

.drx-header-m .drx-bar-sec {
    position: relative;
    display: flex;
    align-items: center;
    width: 33%;
    z-index: 10;
}

.drx-header-m .drx-bar-sec.drx-sec-content-center {
    justify-content: center;
}

.drx-header-m .drx-bar-sec.drx-sec-content-end {
    justify-content: flex-end;
}

.drx-header-m .drx-logos-sec {
    display: flex;
    align-items: center;
    gap: 25px;
}

.drx-header-m .drx-logo {
    width: 130px;
}

.drx-header-m .drx-logo a {
    display: block;
}

.drx-header-m .drx-logo img {
    width: 100%;
}

.drx-header-m .drx-40years {
    width: 52px;
}

.drx-header-m .drx-40years a {
    display: block;
}

.drx-header-m .drx-40years img {
    width: 100%;
}

.drx-header-m .drx-bar .drx-menu {
    height: 100%;
}

.drx-header-m .drx-bar .drx-menu ul {
    display: flex;
    align-items: stretch;
    height: 100%;
    gap: 15px;
}

.drx-header-m .drx-bar .drx-menu .drx-menu-item a {
    display: flex;
    align-items: center;
    height: 100%;
    font-family: "Montserrat";
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 500;
    transition: all 0.5s;
}

.drx-header-m .drx-btn-show-lang {
    width: 50px;
    height: 40px;
    font-family: "Open Sans";
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-right: 1px solid #3E3E3E;
    background: none;
    margin-right: 20px;
    transition: all 0.5s;
}

.drx-header-m .drx-btn-show-lang:hover {
    background-color: #3E3E3E;
}

.drx-header-m .drx-btn-menu-toggle {
    width: 40px;
    height: 40px;
    border: 1px solid #3E3E3E;
    background: none;
    background: url(https://www.drutex.eu/static/layout2021/images/show-menu-ico.svg) center center no-repeat;
    background-size: 22px 22px;
}

.drx-header-m.drx-menu-show .drx-btn-menu-toggle {
    background-image: url(https://www.drutex.eu/static/layout2021/images/hide-menu-ico.svg);
}

@media (max-width: 767.98px) {

    .drx-header-m .drx-bar .drx-menu {
        display: none;
    }
}

/*--------------------------HEADER MOBILE - MENU---------------------------*/

.drx-header-m .drx-menus-container {
    position: fixed;
    top: 60px;
    bottom: 0px;
    right: 0px;
    width: 400px;
    background-color: #191919;
    transform: translateX(100%);
    transition: all 0.5s;
    overflow: hidden;
}

.drx-header-m.drx-menu-show .drx-menus-container {
    transform: translateX(0px);
}

.drx-header-m .drx-menus-container .drx-menus-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
}

.drx-header-m .drx-menus-container .drx-menus-footer .drx-buttons {
    display: flex;
    align-items: stretch;
    height: 50px;
    border: 1px solid #3e3e3e;
    border-left: none;
    border-right: none;
}

.drx-header-m .drx-menus-container .drx-menus-footer .drx-buttons .drx-socials {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px 30px;
    border-right: 1px solid #3e3e3e;
}

.drx-header-m .drx-menus-container .drx-menus-footer .drx-buttons .drx-socials a {
    display: block;
    width: 22px;
    height: 22px;
}

.drx-header-m .drx-menus-container .drx-menus-footer .drx-buttons .drx-socials a img {
    display: block;
    width: 100%;
}

.drx-header-m .drx-menus-container .drx-menus-footer .drx-buttons .drx-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    font-family: "Montserrat";
    font-size: 15px;
    color: #FFC837;
    font-weight: 500;
    padding: 0px 30px;
    cursor: pointer;
}

.drx-header-m .drx-menus-container .drx-menus-footer .drx-buttons .drx-btn .drx-btn-ico {
    display: block;
    width: 30px;
    height: 30px;
}

.drx-header-m .drx-menus-container .drx-menus-footer .drx-buttons .drx-btn .drx-btn-ico img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(97%) sepia(39%) saturate(4757%) hue-rotate(319deg) brightness(103%) contrast(92%);
}

.drx-header-m .drx-menus-container .drx-menus-footer .drx-search {
    height: 50px;
    background-color: #2b2b2b;
}

.drx-header-m .drx-menus-container .drx-menus-footer .drx-search .drx-search-form {
    display: flex;
    align-items: stretch;
    gap: 5px;
    height: 100%;
}

.drx-header-m .drx-menus-container .drx-menus-footer .drx-search .drx-btn-search {
    flex-shrink: 0;
    width: 50px;
    background: url(https://www.drutex.eu/static/layout2021/images/szukaj-ico.svg) center right no-repeat;
    background-size: 20px;
    border: none;
    opacity: 0.8;
}

.drx-header-m .drx-menus-container .drx-menus-footer .drx-search .drx-field-search {
    width: 100%;
    font-family: "Open Sans";
    font-size: 15px;
    color: #CDCDCD;
    font-weight: 600;
    background: none;
    border: none;
    padding: 0px 15px;
}

.drx-header-m .drx-menu-box {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0px;
    bottom: 100px;
    width: 100%;
    background-color: #191919;
    transform: translateX(-100%);
    transition: all 0.5s;
    overflow: hidden;
}

.drx-header-m .drx-menu-box.drx-box-show {
    transform: translateX(0px);
}

.drx-header-m .drx-menu-box .drx-box-header,
.drx-header-m .drx-menu-box .drx-box-footer {
    width: 100%;
    height: 45px;
    flex-shrink: 0;
    background-color: #2B2B2B;
}

.drx-header-m .drx-menu-box .drx-box-header .drx-btn-back {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    font-family: "Montserrat";
    font-size: 14px;
    color: #FFC837;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 33px;
    cursor: pointer;
}

.drx-header-m .drx-menu-box .drx-box-header .drx-btn-back::before {
    width: 28px;
    height: 60%;
    background: url(https://www.drutex.eu/static/layout2021/images/back-ico.svg) center left no-repeat;
    background-size: 9px;
    border-right: 1px solid #4e4e4e;
    content: '';
}

.drx-header-m .drx-menu-box .drx-box-footer .drx-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 100%;
    font-family: "Montserrat";
    font-size: 15px;
    color: #FFC837;
    font-weight: 500;
    padding: 0px 30px;
    cursor: pointer;
}

.drx-header-m .drx-menu-box .drx-box-footer .drx-btn .drx-btn-ico {
    display: block;
    width: 30px;
    height: 30px;
}

.drx-header-m .drx-menu-box .drx-box-footer .drx-btn .drx-btn-ico img {
    width: 100%;
}

.drx-header-m .drx-menu-box .drx-menu,
.drx-header-m .drx-menu-box .drx-menu-simple {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.drx-header-m .drx-menu-box .drx-menu ul,
.drx-header-m .drx-menu-box .drx-menu-simple > ul {
    display: flex;
    flex-direction: column;
    padding: 15px 30px 25px 30px;
}

.drx-header-m .drx-menu-box .drx-menu-simple > ul {
    gap: 10px;
}

.drx-header-m .drx-menu-box .drx-menu .drx-menu-item a,
.drx-header-m .drx-menu-box .drx-menu-simple .drx-menu-item a {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Montserrat";
    font-size: 15px;
    color: #FFFFFF;
}

.drx-header-m .drx-menu-box .drx-menu .drx-menu-item a {
    gap: 12px;
    font-weight: 500;
    padding: 14px 0px 4px 0px;
}

.drx-header-m .drx-menu-box .drx-menu-simple .drx-menu-item a {
    gap: 8px;
    font-weight: 400;
    padding: 8px 0px;
}

.drx-header-m .drx-menu-box .drx-menu .drx-menu-item a::before {
    position: absolute;
    bottom: 0px;
    left: 43px;
    right: 0px;
    height: 1px;
    background-color: #3e3e3e;
    content: '';
}

.drx-header-m .drx-menu-box .drx-menu .drx-menu-item .drx-item-ico {
    display: block;
    width: 31px;
    height: 31px;
}

.drx-header-m .drx-menu-box .drx-menu .drx-menu-item .drx-item-ico img {
    width: 100%;
    opacity: 0.6;
}

.drx-header-m .drx-menu-box .drx-menu .drx-menu-item .drx-item-new,
.drx-header-m .drx-menu-box .drx-menu-simple .drx-menu-item .drx-item-new {
    font-family: "Montserrat";
    font-size: 11px;
    color: #000000;
    font-weight: 600;
    text-transform: lowercase;
    background-color: #F5CB4D;
    padding: 0px 2px;
}

.drx-header-m .drx-menu-box .drx-menu-simple .drx-menu-header {
    display: block;
    font-family: "Montserrat";
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #3e3e3e;
    padding: 15px 0px 10px 0px;
    margin-bottom: 5px;
}

@media (max-width: 767.98px) {

    .drx-header-m .drx-menus-container {
        width: 100%;
    }
}
