@import "slider.css";

:root {
    --basic-transition: all 0.3s ease-in-out;
}

a{
    color: #009DEF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #009DEF;
}

.navbar {
    padding-top: 35px;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(66, 68, 90, 0.17);
    -moz-box-shadow: 0px 5px 5px -5px rgba(66, 68, 90, 0.17);
    box-shadow: 0px 5px 5px -5px rgba(66, 68, 90, 0.17);
}

.navbar form.search-form {
    flex-grow: 3;
}

.navbar form.search-form input.form-control {
    border: 0;
    border-radius: 0;
}

.navbar form.search-form input.form-control:active, .navbar form.search-form input.form-control:focus {
    box-shadow: 0 0 0 0 transparent;
}

.select2-container .search-mobile-dropdown {
    background: #efefef;
}

.mobile-menu-context {
    background-color: #FFF;
    z-index: 999;
    box-shadow: 0 -10px 10px rgba(0,0,0,.05);
}

.navbar .selection {
    padding: 0;
}

.navbar .select2-selection {
    padding-left: 0;
}

.mobile-menu-context-con {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.mobile-menu-context-item img {
    width: 18px;
    aspect-ratio: 1 / 1;
}

.mobile-menu-context-item {
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.mobile-menu-context-item, .mobile-menu-context-item:hover {
    color: inherit;
    text-decoration: none;
}

.mobile-menu-context-item p {
    margin-bottom: 0;
    font-size: 12px;
}

.navbar-icon-mobile {
    width: 100px;
    padding: 0 30px;
    position: relative;
}

.navbar-icon-mobile::before {
    content: '';
    width: 1px;
    height: 50%;
    background-color: #c6c6c6;
    position: absolute;
    top: 25%;
    left: -1px;
}

.navbar-icon-mobile .navbar-toggler-icon {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.search-form--mobile {
    max-width: calc(100% - 150px);
}

.menu-mobile-context {
    --title-size: 70px;
}

.menu-mobile-main-panel, .menu-mobile-sub-menu-panel {
    position: fixed;
    right: -100%;
    width: 100%;
    max-width: 320px;
    transition: right ease-in-out .5s;
    z-index: 1031;
}

.menu-mobile-main-panel {
    top: 0;
    z-index: 1030;
    border-radius: 10px 0 0 10px;
    height: 100vh;
}

.menu-mobile-sub-menu-panel {
    top: var(--title-size);
    height: calc(100vh - var(--title-size));
    box-shadow: inset 0 10px 10px rgba(0,0,0,.05);
}

.menu-mobile-sub-menu-title {
    height: var(--title-size);
    border-bottom: 1px solid #EFEFEF;
}

.menu-mobile-background {
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.2);
    display: none;
    position: fixed;
    z-index: 1025;
}

.menu-mobile-title {
    z-index: 1;
    height: var(--title-size);
    border-top-left-radius: 10px;
    position: relative;
}

.menu-mobile-tray {
    box-shadow: inset -10px 10px 10px rgba(0,0,0,.05);
    height: calc(100% - var(--title-size));
    border-bottom-left-radius: 10px;
}

.menu-mobile-background.active,
.menu-mobile-main-panel.active,
.menu-mobile-main-panel.active::before,
.menu-mobile-sub-menu-panel.active {
    right: 0;
}

.menu-mobile-main-panel.active::before {
    opacity: 1;
}

.menu-mobile-main-item-con {
    border-bottom: 1px solid #EFEFEF;
}

.menu-mobile-main-item {
    color: inherit;
    cursor: pointer;
}

.menu-mobile-main-item:hover {
    color: inherit;
    background: #EFEFEF;
    border-radius: 5px;
    text-decoration: none;
}

.direction-button {
    background: #EFEFEF;
    border-radius: 5px;
    height: 36px;
    width: 36px;
    top: 15px;
    left: 15px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu-mobile-sub-menu-tray {
    height: calc(100% - var(--title-size))
}

.hierarchy-plus-con {
    width: 1.5em;
    height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.hierarchy-plus-con .toggle {
    height: 100%;
    width: 100%;
    border: 1px solid;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    cursor: pointer;
    background: white;
    position: relative;
    z-index: 1;
}

.hierarchy-plus-con .toggle-end {
    width: 1.5em;
    height: 1.5em;
    border: 1px solid;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hierarchy-plus-con .toggle-end::after {
    content: '';
    width: 0;
    height: 0;
    padding: .2em;
    background: black;
    border-radius: 100%;
}

.hierarchy-item .hierarchy-item .hierarchy-plus-con .toggle-end {
    width: 0;
    height: 0;
    padding: .25em;
    background: #009DEF;
    border-radius: 100%;
    border: none;
}

.hierarchy-item .hierarchy-item .hierarchy-plus-con .toggle-end::after {
    display: none;
}

.hierarchy-plus-con .toggle:hover, .hierarchy-plus-con .toggle.active {
    color: #009DEF;
    border-color: #009DEF;
}

.hierarchy-item-link {
    color: inherit;
}

.hierarchy-item-link:hover {
    text-decoration: none;
}

.hierarchy-sub-con .hierarchy-item:not(:last-child)::before,
.hierarchy-sub-con .hierarchy-item-title::before {
    content: '';
    position: absolute;
    left: 10px;
    top: -20px;
    height: calc(100% + 10px);
    width: 1px;
    background: #009DEF;
}

.hierarchy-sub-con .hierarchy-item-title:last-child::before {
    height: 2.2em;
}

.hierarchy-item.active > .hierarchy-item-title::after {
    content: '';
    position: absolute;
    left: 26px;
    top: 10px;
    height: 100%;
    width: 1px;
    background: #009DEF;
}

.hierarchy-item-join-line {
    position: absolute;
    background: #009DEF;
    height: 1px;
    left: 10px;
    width: .9rem;
    top: 0.7em;
    display: none;
}

.hierarchy-sub-con .hierarchy-item-join-line {
    display: block;
}

.navbar .search-form.search-form--desktop img {
    height: 19px;
    width: 19px;
    margin-left: 20px;
    margin-right: 5px;
}

.navbar .lang-chooser {
    position: relative;
    font-size: 14px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #fff;
    border-bottom: 0;
    z-index: 1000;
}

.navbar .lang-chooser:hover {
    overflow: visible;
    border: 1px solid #b2b2b2;
    border-bottom: 0;
}

.navbar .lang-chooser i {
    width: 21px;
    display: inline-block;
    font-style: normal;
}

.navbar .lang-chooser ul {
    position: absolute;
    top: 100%;
    left: -1px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: calc(100% + 2px);
    border: 1px solid #b2b2b2;
    border-top: 0;
    background-color: #fff;
}

.navbar .lang-chooser ul li a {
    padding: 10px;
    display: block;
    transition: 0.6s all;
    text-decoration: none;
    color: #000;
}

.navbar .lang-chooser ul li a:hover {
    background-color: #f8f8f8;
    transition: 0.6s all;
}

.navbar .lang-chooser:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #b1b1b1;
}

.navbar .btn-link {
    padding: 6px 12px;
}

.navbar .btn-link:hover {
    text-decoration: none;
}

.navbar .menu {
    background: #efefef;
    width: 100%;
}

.navbar .menu .navbar-menu {
    height: 100%;
}

.navbar .menu .navbar-collapse {
    flex-grow: 0;
}

.navbar .menu .navbar-nav .nav-item {
    font-weight: bold;
    text-transform: uppercase;
}

.navbar .menu .navbar-nav .nav-item .nav-link {
    color: #3c3b3b;
    padding: 1.2rem 0.5rem !important;
}

.navbar .menu .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    color: #1c9dd9;
}

.navbar .menu .navbar-nav .nav-item .nav-link:hover, .navbar .menu .navbar-nav .nav-item .nav-link.active {
    color: #74bae4;
    text-decoration: none;
}

.navbar .menu .navbar-nav .dropdown-item {
    color: #3c3b3b;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding: 0.25rem 1px;
}

.navbar .menu .navbar-nav .dropdown-item:hover, .navbar .menu .navbar-nav .dropdown-item:active {
    background-color: transparent;
    text-decoration: none;
}

.navbar .menu .navbar-nav .dropdown-item:hover, .navbar .menu .navbar-nav .dropdown-item.active {
    color: #009DEF;
}

.navbar .menu .navbar-nav .dropdown-item span {
    display: inline-block;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar .menu .navbar-nav .dropdown-menu {
    border: 0;
    padding: 20px;
    border-radius: 0;
    max-height: 500px;
}

.navbar .menu .navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #efefef;
}

.navbar .menu .menu-banner-con {
    background-color: #FFF;
}

.menu-banner-title {
    border-bottom: 1px solid #efefef;
    color: #009DEF;
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: flex-start;
}

.menu-banner-title > span{
    font-size: 18px;
}

.menu-banner-title a{
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    display: flex;
    position: relative;
    gap: 5px;
    justify-content: space-evenly;
    align-items: center;
}

.menu-banner-title a > span{
    display: block;
}

.menu-banner-title a svg{
    display: block;
    margin-bottom: 3px;
}

.menu-banner-items-con {
    column-count: 2;
    height: calc(100% - 150px);
    overflow: auto;
    text-transform: none;
}

.menu-banner-items-con a {
    color: #3f3e3e;
    font-weight: normal;
}

.menu-banner-items-con a:hover {
    color: #74bae4;
}

.menu-banner {
    overflow: hidden;
    height: 100px;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 10px;
}

.menu-banner img {
    width: 100%;
    position: absolute;
}

.nav-item:not(:hover) .menu-banner-con {
    display: none;
}

.btn {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    border-radius: 0;
    padding: 6px 35px;
}

.btn.btn-primary, .btn.btn-secondary {
    padding: 9px 12px 9px 12px;
    gap: 4px;
    border-radius: 4px;
    background: #009DEF;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
}

.btn.btn-secondary {
    background: #3c3b3b;
}

.btn.btn-link {
    display: flex;
    gap: 6px;
    color: #000;
    position: relative;
}

.btn.btn-link:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #000;
    bottom: 5px;
    left: 12px;
    width: 0;
    transition: 0.8s ease-out all;
}

.btn.btn-link:hover:after {
    width: calc(100% - 24px);
    transition: 0.8s ease-out all;
}

.btn .btn-icon {
    min-width: 17px;
    height: 17px;
}

.btn.btn-outline-light {
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
    display: inline-block;
    background-color: transparent;
    transition: all 0.6s;
}

.btn.btn-outline-light:hover {
    background-color: #fff;
    color: #000;
    transition: all 0.6s;
}

/*
 changing .btn-link would be too much for my task so i decided to add new class
 should be merged into .btn-link in future if possible
*/
.btn-link-custom {
    font-size: 18px;
    font-weight: bold;
    color: #1c9dd9;
    border: 0;
    background-color: transparent;
    padding: 0;
}

a.btn:hover {
    text-decoration: none;
}

.img-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.breadcrumbs-wrapper {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.breadcrumbs-wrapper.grey {
    background-color: #efefef;
}

.breadcrumbs ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ol li {
    display: inline;
}

.breadcrumbs ol li:after {
    padding: 0;
    content: ">";
    color: #1c9dd9;
    margin: 0;
    vertical-align: text-bottom;
    font-size: 14px;
    position: relative;
    bottom: -2px;
}

.breadcrumbs ol li:last-child a {
    color: #3c3b3b;
}

.breadcrumbs ol li:last-child:after {
    content: "";
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow.slick-next {
    right: 15px;
}

.black-arrows .slick-arrow:before {
    background: url("../img/arrow-b-next.png") no-repeat;
}

.type2-arrows .slick-arrow {
    margin-top: -32px;
    height: 65px;
    width: 65px;
}

.type2-arrows .slick-arrow:before {
    background: url("../img/arrow-type2-next.png") no-repeat;
    height: 65px;
    width: 65px;
}

.outer-arrows .slick-arrow.slick-prev {
    left: -100px;
}

.outer-arrows .slick-arrow.slick-next {
    right: -100px;
}

.slick-dots-home{
    position: absolute;
    align-items: center;
    display: flex;
    bottom: -20px;
    list-style-type: none;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    padding:  5px;
    border-radius: 5px;
    box-shadow: 0px 5px 5px -5px rgba(66, 68, 90, 0.17);
}

@media (max-width: 1000px) {
    .slick-dots-home{
        bottom: -15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.slick-dots-home .slick-arrow{
    display: block;
    border: none;
    color: #3F3E3E;
    background-color: transparent !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    padding: 0 15px;
}

.slick-dots-home .slick-arrow.slick-prev{
    left: 0;
}

.slick-dots li, .slick-dots-home li{
    display: inline-block;
    padding: 7px 0;
}

.slick-dots li:last-child button, .slick-dots li:first-child button, .slick-dots li:nth-last-child(2) button,
.slick-dots-home li:last-child button, .slick-dots-home li:first-child button, .slick-dots-home li:nth-last-child(2) button{
    border-right: none;
}

.slick-dots li button, .slick-dots-home li button{
    border: none;
    color: #3F3E3E;
    background-color: transparent !important;
    font-weight: 400;
    font-size: 14px;
    border-right: 1px #EFEFEF solid;
    line-height: 1;
    padding: 0 15px;
}

.slick-dots li.slick-active button, .slick-dots-home li.slick-active{
    color: #1c9dd9 !important;
}

.slick-dots-home .slick-dots{
    margin: 0 !important;
    padding: 0 !important;
}

.slick-dots-home .slick-dots li button{
    border-right: 1px solid #EFEFEF;
}

.slick-dots-home .slick-dots li:last-child button{
    border-right-width: 0;
}

.slider-href-first {
    background-color: #fff !important;
    color: #1c9dd9 !important;
    border-radius: 5px;
    padding: 6px 15px;
    margin-right: 10px;
}

.slider-href-first:hover {
    color: #3F3E3E !important;
}

.slider-href-second {
    border-radius: 5px;
    padding: 6px 15px;
}
.slider-href-second:hover {
    color: #3F3E3E !important;
}

.slick-dots li.slick-active button {
    background-color: #1c9dd9;
    opacity: 1;
    transition: all 0.6s;
}

.brands-slider .slick-track {
    display: flex;
    align-content: center;
    align-items: center;
}

.brands-slider .slide {
    text-align: center;
}

.brands-slider .slide img {
    margin: 0 auto;
}

section {
    padding: 20px 0;
}

section > header, section > .container > header:first-child,
section > h1.header, section > .container > h1.header:first-child,
section > h2.header, section > .container > h2.header:first-child,
.container > h1.header{
    color: #3c3b3b;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}

section > header:before, section > .container > header:first-child:before,
section > h1.header:before, section > .container > h1.header:first-child:before,
section > h2.header:before, section > .container > h2.header:first-child:before, .container > h1.header:before {
    content: "";
    background: url("../img/schiessl-text-logo.png") no-repeat;
    width: 68px;
    height: 13px;
    display: block;
    margin: 0 auto;
}

section > header:after, section > .container > header:first-child:after,
section > h1.header:after, section > .container > h1.header:first-child:after,
section > h2.header:after, section > .container > h2.header:first-child:after {
    content: "";
    width: 43px;
    height: 1px;
    background-color: #a7a7a7;
    display: block;
    margin: 5px auto 30px;
}

section .sub-header {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}

section.grey {
    background-color: #efefef;
}

.offer-list, .benefits-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-content: space-between;
}

.offer-list.sm li, .benefits-list.sm li {
    flex-grow: 0.1;
}

.offer-list li, .benefits-list li {
    display: inline-block;
    flex-grow: 1;
}

.offer-list li a, .benefits-list li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 21px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offer-list li a img, .benefits-list li a img {
    display: block;
    margin-bottom: 15px;
    transition: all 0.6s;
}

.offer-list li a:hover img, .benefits-list li a:hover img {
    transform: scale(1.04);
}

.offer-list li a p, .benefits-list li a p {
    text-transform: none;
    font-size: 12px;
}

.offer-list.bold li a, .benefits-list.bold li a {
    font-weight: bold;
}

.benefits-list li {
    flex-grow: 1;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}

.benefits-list li img {
    margin-bottom: 15px;
}

.two-column-text {
    column-count: 2;
    column-gap: 60px;
}

.h2 {
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px;
    font-size: 25px;
}

.container {
    --root-width: 1250px;
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: calc(var(--root-width) * .8);
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: calc(var(--root-width) * .902608696);
    }
}

@media (min-width: 1300px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: var(--root-width);
    }
}

.container.sm {
    width: calc(var(--root-width) * .8);
}

.container.md {
    width: calc(var(--root-width) * .902608696);
}

.co2_stats {
    background-color: #7ba614;
    color: #fff;
    padding: 20px 40px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.co2_stats span {
    color: #3c3b3b;
    display: inline-block;
    background-color: #fff;
    padding: 3px 20px;
}

.co2_stats p {
    font-size: 14px;
}

.co2_stats p a {
    color: #b1f410;
}

.co2_stats div {
    display: inline-block;
}

.home-box .co2_stats {
    margin: 0 -40px;
}

@media (max-width: 992px) {
    .map-info {
        padding: 170px 15px 0;
    }
}

.map-info p {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 100;
}

@media screen and (min-width: 435px) {
    .map-info p {
        font-size: 55px;
    }
}

.map-info p b {
    display: block;
    color: #1c9dd9;
    font-weight: 800;
    line-height: 1;
    font-size: 48px;
}

@media screen and (min-width: 435px) {
    .map-info p b {
        font-size: 60px;
        line-height: 28px;
    }
}

.hero img {
    width: 100%;
}

.white-box {
    background-color: #fff;
    padding: 20px;
}

.modal-header {
    border-radius: 0;
}

.modal-content {
    border-radius: 0;
}

.form-control{
    padding: 12px 15px 10px 15px;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #C6C6C6;
    background-color: #FFFFFF;
}

.form-group {
    margin-bottom: 2rem;
}

.table-accordion {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 6px;
}

.table-accordion:not(.no-shadow) tbody tr {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.table-accordion thead th {
    color: #3c3b3b;
    font-weight: bold;
    font-size: 13px;
    padding: 0 25px 7px;
    text-align: center;
}

.table-accordion thead th.accordion_state {
    width: 105px;
}

.table-accordion thead th.icon_col {
    width: 80px;
}

.table-accordion tbody tr.t-accordion-button {
    cursor: pointer;
}

.table-accordion tbody tr.t-accordion-button .close {
    display: none;
    width: 64.45px;
}

.table-accordion tbody tr.t-accordion-button .open {
    color: #1c9dd9;
}

.table-accordion tbody tr.t-accordion-button.opened .close, .table-accordion tbody tr.t-accordion-button.expand.opened .close {
    display: block;
}

.table-accordion tbody tr.t-accordion-button.opened .open, .table-accordion tbody tr.t-accordion-button.expand.opened .open {
    display: none;
}

.table-accordion tbody tr.t-accordion-button.expand .close, .table-accordion tbody tr.t-accordion-button.expand .open {
    position: relative;
    text-align: left;
    display: block;
}

.table-accordion tbody tr.t-accordion-button.expand .close:after, .table-accordion tbody tr.t-accordion-button.expand .open:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 5px;
}

.table-accordion tbody tr.t-accordion-button.expand .open {
    color: #3c3b3b;
}

.table-accordion tbody tr.t-accordion-button.expand .open:after {
    right: 1px;
    border-top: 4px solid transparent;
    border-left: 6px solid #1c9dd9;
    border-bottom: 4px solid transparent;
}

.table-accordion tbody tr.t-accordion-button.expand .close {
    display: none;
    width: auto;
}

.table-accordion tbody tr.t-accordion-button.expand .close:after {
    top: 6px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #1c9dd9;
}

.table-accordion tbody tr td {
    background-color: #fff;
    font-size: 13px;
    padding: 13px 25px;
    text-align: center;
}

.table-accordion tbody tr td b, .table-accordion tbody tr td strong {
    font-size: 18px;
}

.table-accordion tbody tr.t-accordion-details td {
    padding: 0;
    transition: padding 0.8s;
    position: relative;
}

.table-accordion tbody tr.t-accordion-details td:before {
    content: "";
    position: absolute;
    top: -6px;
    width: 100%;
    height: 0;
    background-color: #fff;
    left: 0;
    transition: all 0.1s linear 0.6s;
}

.table-accordion tbody tr.t-accordion-details .t-accordion-details-container {
    overflow: hidden;
    max-height: 0;
    transition: padding 0.1s linear 0.5s, max-height 0.6s;
    text-align: left;
    font-size: 16px;
    padding: 0 25px;
    position: relative;
}

.table-accordion tbody tr.t-accordion-details .t-accordion-details-container .close {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
}

.table-accordion tbody tr.t-accordion-details .t-accordion-details-container b {
    display: block;
    margin-bottom: 20px;
}

.table-accordion tbody tr.t-accordion-details .t-accordion-details-container ul:not(.terms-list) {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.table-accordion tbody tr.t-accordion-details .t-accordion-details-container ul:not(.terms-list) li {
    padding-left: 19px;
    position: relative;
}

.table-accordion tbody tr.t-accordion-details .t-accordion-details-container ul:not(.terms-list) li:before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #1c9dd9;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
}

.table-accordion tbody tr.t-accordion-details .t-accordion-details-container div.terms-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.table-accordion tbody tr.t-accordion-details .t-accordion-details-container div.terms-list > div {
    cursor: pointer;
    width: 80%;
}

.table-accordion tbody tr.t-accordion-details .t-accordion-details-container div.terms-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    align-content: stretch;
    justify-content: flex-start;
}

.table-accordion tbody tr.t-accordion-details .t-accordion-details-container div.terms-list div:first-child,
.table-accordion tbody tr.t-accordion-details .t-accordion-details-container div.terms-list div:nth-child(2) {
    width: 5%;
}

.table-accordion tbody tr.t-accordion-details .t-accordion-details-container div.terms-list > div:last-child {
    width: 10%;
    text-align: right;
    position: relative;
}

.table-accordion tbody tr.t-accordion-details .t-accordion-details-container div.terms-list > div:last-child > div.open {
    position: relative;
    width: 100%;
    padding-right: 1rem;
}

.table-accordion tbody tr.t-accordion-details .t-accordion-details-container div.terms-list div:last-child > div.open::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 5px;
    right: 1px;
    border-top: 4px solid transparent;
    border-left: 6px solid #1c9dd9;
    border-bottom: 4px solid transparent;
}

.table-accordion tbody tr.t-accordion-details .t-accordion-details-container div.terms-list div:last-child > div.close::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #1c9dd9;
}


@media screen and (max-width: 768px) {
    .table-accordion tbody tr.t-accordion-details .t-accordion-details-container div.terms-list div:last-child > div.open::after{
        right: -25px;
    }

    .table-accordion tbody tr.t-accordion-details .t-accordion-details-container div.terms-list div:last-child > div.close::after{
        right: -25px;
    }
}

@media screen and (max-width: 576px) {
    .table-accordion tbody tr.t-accordion-details .t-accordion-details-container div.terms-list div:last-child > div.open::after{
        display: none;
    }

    .table-accordion tbody tr.t-accordion-details .t-accordion-details-container div.terms-list div:last-child > div.close::after{
        display: none;
    }
}

.table-accordion tbody tr.t-accordion-details.show .t-accordion-details-container {
    max-height: fit-content;
    transition: padding 0.1s linear 0.1s, max-height 0.6s linear 0.2s;
    padding: 13px 25px 30px;
}

.table-accordion tbody tr.t-accordion-details.show td:before {
    height: 6px;
    transition: all 0.1s linear 0s;
}

.table-accordion.table-striped tbody tr.t-accordion-button td {
    background-color: #f7f7f7;
}

.table-accordion.sm thead th {
    padding: 0 15px 7px;
}

.table-accordion.sm thead th.accordion_state {
    width: 100px;
}

.table-accordion.sm thead th.icon_col {
    width: 65px;
}

.table-accordion.sm tbody tr.t-accordion-button td {
    text-align: center;
    line-height: 10px;
    font-size: 16px;
    min-width: 20%;
}

.table-accordion.sm tbody tr.t-accordion-button.expand .open:after {
    top: 1px;
}

.table-accordion.sm tbody tr.t-accordion-button.expand .close:after {
    top: 2px;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
    background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
    width: auto;
    padding: 0;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

/* control positioning */
.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

/* cursors */
.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
    background: #ddd;
    outline-offset: 1px;
}

.leaflet-container a {
    color: #0078A8;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.leaflet-bar a {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px "Lucida Console", Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(../img/leaflet/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(../img/leaflet/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
    font-size: 13px;
    font-size: 1.08333em;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
    /* used only in path-guessing heuristic, see L.Icon.Default */
    background-image: url(../img/leaflet/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
    line-height: 1.4;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
    text-decoration: underline;
}

.leaflet-attribution-flag {
    display: inline !important;
    vertical-align: baseline !important;
    width: 1em;
    height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

/* popup */
.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
}

.leaflet-popup-content p {
    margin: 17px 0;
    margin: 1.3em 0;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    pointer-events: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-align: center;
    width: 24px;
    height: 24px;
    font: 16px/24px Tahoma, Verdana, sans-serif;
    color: #757575;
    text-decoration: none;
    background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
    color: #585858;
}

.leaflet-popup-scrolled {
    overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

/* Printing */
@media print {
    /* Prevent printers from removing background-images of controls. */
    .leaflet-control {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

.leaflet-popup {
    margin-bottom: 53px;
}

.leaflet-popup .leaflet-popup-content-wrapper {
    background-color: #1c9dd9;
    color: #fff;
    font-size: 12px;
    border-radius: 0;
}

.leaflet-popup .leaflet-popup-tip {
    background: #1c9dd9;
}

.leaflet-popup strong {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.leaflet-popup p, .leaflet-popup a {
    font-size: 12px;
}

.leaflet-popup a {
    color: #fff;
    font-weight: bold;
}

.icon {
    height: 30px;
    width: 30px;
    font-style: normal;
    display: inline-block;
}

.icon.group {
    background: url("../img/icons/group.svg") center no-repeat;
    background-size: contain;
}

.icon.phones {
    background: url("../img/icons/phones.svg") center no-repeat;
    background-size: contain;
}

.icon.locked {
    background: url("../img/icons/locked.svg") center no-repeat;
    background-size: contain;
}

.icon.unlocked {
    background: url("../img/icons/unlocked.svg") center no-repeat;
    background-size: contain;
}

.articles-list a {
    display: block;
    margin-bottom: 30px;
}

.articles-list a:last-of-type {
    margin-bottom: 0;
}

.articles-list a article .article-img div {
    margin-right: 25px;
    z-index: 1;
}

.articles-list a article .article-img div img {
    width: 100%;
    transition: 0.6s all;
}

.articles-list a article .article-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.articles-list a article h2, .articles-list a article .h2 {
    font-size: 20px;
    margin-bottom: 40px;
}

.articles-list a.video article .article-img div:before {
    content: "";
    position: absolute;
    z-index: 2;
    background: url("../img/play_video.png") no-repeat;
    width: 89px;
    height: 89px;
    display: block;
    transition: 0.6s all;
    opacity: 0.8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.articles-list a.video:hover article .article-img div:before {
    transition: 0.6s all;
    opacity: 1;
}

.articles-list a:hover {
    text-decoration: none;
}

.articles-list a:hover article .article-img div img {
    transition: 0.6s all;
    transform: scale(1.08);
}

.articles-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 0 60px;
    padding: 0;
}

.articles-categories li {
    padding: 0 15px;
}

.articles-search {
    margin: 30px auto;
    border-radius: 4px;
}

.articles-search select{
    height: 45px;
}

.articles-search input[type='submit'] {
    margin-right: unset !important;
    margin-left: unset !important;
}

.news-slider .slick-dots { display: none !important; }
.news-slider article {
    padding: 0 21px;
}

.news-slider article, .news-list article, .guide-list article {
    position: relative;
    margin-top: 15px;
}

.news-slider article a, .news-list article a, .guide-list article a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #6C757D;
    text-decoration: none;
    position: relative;
    margin-top: 3px;
    cursor: pointer;
    height: 100%;
    min-height: inherit;
}

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

@media (max-width: 1000px) {
    .bottom-info{
        display: flex;
        justify-content: space-between;
    }

    .bottom-info a{
        color: #009DEF !important;
    }
}

.news-slider article a .article-content, .news-list article a .article-content, .guide-list article a .article-content {
    margin-top: 5px;
}

.news-slider article a .news-img, .news-list article a .news-img, .guide-list article a .news-img {
    margin-bottom: 15px;
    width: 100%;
}

.news-slider article a .category, .news-list article a .category, .guide-list article a .category {
    background-color: #EFEFEF;
    color: #009DEF;
    font-weight: 500;
    font-size: 14px;
    padding: 2px 8px 2px 8px;
    display: inline-block;
    border-radius: 5px;
}

.news-slider article a .category{
    margin: 10px 0;
}

.news-slider article a button, .news-list article a button {
    font-size: 18px;
    font-weight: bold;
    color: #1c9dd9;
    border: 0;
    background-color: transparent;
    padding: 0;
}

.news-slider article a span, .news-slider article a .h2, .news-list article a span, .guide-list article a span, .news-list article a .h2 {
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 24px;
    padding-bottom: 10px;
    color: #3F3E3E;
}

.news-slider article a p, .news-list article a p, .guide-list article a p {
    font-size: 13px;
}

.news-slider article a .date, .news-list article a .date {
    font-size: 14px;
    color: #6C757D;
    font-weight: 400;
}

.news-slider article a:hover .news-img img, .news-list article a:hover .news-img img {
    transform: scale(1.08);
    transition: 0.6s all;
}

.news-list, .guide-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.news-list li {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}


.news-list article.slide{
    border: 1px solid #ffffff;
    padding: 10px 15px !important;
    border-radius: 4px !important;
    position: relative;
    transition: border .2s linear;
    will-change: border;
    overflow: hidden;
    min-height: 440px;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.news-list article.slide:hover .product-see-more{
    display: block;
    text-decoration: none;
    bottom: -1px;
}

.news-list article.slide:hover{
    border: 1px solid #009DEF;
}

@media (min-width: 576px) {
    .news-list li {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .news-list li {
        flex: 0 0 auto;
        width: 33.33333%;
    }
}

.news-list article {
    margin-bottom: 30px;
    min-height: 625px;
}

.guide-list article{
    margin-bottom: 30px;
}

.warto-przeczytac.news-list article {
min-height: 425px;
}

.news-data {
    color: #3c3b3b;
    opacity: 0.5;
}

.news-data a {
    color: #3c3b3b;
    text-transform: uppercase;
}

.news-single h1, .news-single .h1 {
    font-size: 38px;
    font-weight: bold;
    color: #1c9dd9;
    margin-bottom: 40px;
}

.news-single .news-content {
    margin-bottom: 60px;
}

.news-single footer {
    margin-top: 60px;
}

.related-news-list {
    list-style-type: none;
    margin: 0 0 60px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.related-news-list li a {
    display: flex;
    flex-direction: column;
}

.related-news-list li a h2, .related-news-list li a .h2 {
    text-transform: uppercase;
    font-size: 25px;
}

.related-news-list li a .news-img {
    margin-bottom: 10px;
}

.related-news-list li a:hover {
    text-decoration: none;
}

.related-news-list li a:hover .news-data {
    text-decoration: none;
}

.related-news-list li a:hover .news-img img {
    transition: 0.6s all;
    transform: scale(1.08);
}

.news-img {
    position: relative;
    overflow: hidden;
}

.news-img img {
    transition: 0.6s all;
    width: 100%;
    border-radius: 5px;
}

.department-info {
    padding: 30px 0;
}

.department-info header {
    text-align: center;
    text-transform: uppercase;
    font-size: 38px;
    color: #1c9dd9;
    font-weight: bold;
    margin-bottom: 20px;
}

.department-info header img {
    display: block;
    margin: 0 auto 10px;
}
.uni-gallery {
    list-style-type: none;
    padding: 15px 0 40px;
    margin: 0;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    justify-content: center;
}

.product-info .bx-pager .uni-gallery {
    justify-content: left;
}
.uni-gallery a {
    padding: 15px 15px;
}

.uni-gallery a.video {
    position: relative;
}

.uni-gallery a.video:before {
    content: "";
    position: absolute;
    z-index: 2;
    background: url("../img/play_video.png") no-repeat;
    width: 89px;
    height: 89px;
    display: block;
    transition: 0.6s all;
    opacity: 0.8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.uni-gallery a:hover.video:before {
    transition: 0.6s all;
    opacity: 1;
}

#departmentMap {
    max-height: 812px;
    height: 80vh;
    width: 100%;
}

section.sub-section header {
    font-size: 20px;
}

section.sub-section header:before {
    display: none;
}

.documents-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.documents-list > * {
    flex: 0 0 auto;
    width: 16.66667%;
}

.documents-list li {
    margin-bottom: 15px;
}

.documents-list li a {
    display: flex;
    flex-direction: column;
    color: #3c3b3b;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 0 10px;
}

.documents-list li a img {
    max-width: 128px;
    display: block;
    margin: 0 auto 15px;
    transition: all 0.6s;
}

.documents-list li a.documents-cat {
    text-transform: uppercase;
}

.documents-list li a:hover img {
    transform: scale(1.04);
}

.documents-list .icon-btn {
    vertical-align: middle;
    cursor: pointer;
}

.manufacturer-documents-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.manufacturer-documents-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.manufacturer-documents-list li:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #1c9dd9;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 5px;
    top: 7px;
}

.manufacturer-documents-list li a {
    color: #3c3b3b;
}

.category-box {
    margin-bottom: 30px;
}

.category-box .category-head {
    color: #1c9dd9;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    line-height: 54px;
    padding-top: 4px;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 15px;
}

.category-box .category-head.no-border {
    border: 0;
}

.suppliers-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    align-items: center;
    margin-bottom: 15px;
}

.suppliers-list > * {
    flex: 0 0 auto;
}

.suppliers-list li {
    padding: 15px 10px;
}

.suppliers-list li a img {
    width: 100%;
    transition: all 0.6s;
}

.suppliers-list li a:hover img {
    transform: scale(1.04);
    transition: all 0.6s;
}

.supplier-page .supplier-name {
    color: #3c3b3b;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}

.supplier-page .supplier-logo {
    display: block;
    text-align: center;
    margin: 0 auto 30px;
}

.support__types .support__header {
    background-color: #1c9dd9;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.support-types .support-box .head h2, .support-types .support-box .head .h2 {
    font-size: 20px;
    margin: 0;
}

.support__types .support__content {
    background-color: #c4dce7;
    padding: 15px;
}

.support-types .support-box .desc button {
    margin: 0 auto;
}

.support-types .support-box .support-list {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
}

.support-types .support-box .support-list.hide {
    display: none;
}

.support-types .support-box .support-list li {
    margin-bottom: 15px;
}

.support-types .support-box .support-list li .form-select {
    margin-bottom: 10px;
}

.supplier-category-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.supplier-category-list > * {
    flex: 0 0 auto;
    width: 25%;
}

.supplier-category-list li {
    padding: 15px 10px;
    position: relative;
}

.supplier-category-list li a {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #4d4c4c;
    text-transform: uppercase;
}

.supplier-category-list li a .img-container {
    display: flex;
    align-items: center;
    text-align: center;
}

.supplier-category-list li a .img-container img {
    max-height: 100%;
    width: auto;
    margin: 0 auto;
    transition: all 0.6s;
}

.supplier-category-list li a:hover .img-container img {
    transform: scale(1.04);
    transition: all 0.6s;
}

.supplier-category-list li:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #1c9dd9;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.supplier-category-list li:nth-of-type(4n):after, .supplier-category-list li:last-child:after {
    display: none;
}

.projects-list a {
    position: relative;
}

.projects-list a article {
    display: flex;
    align-items: center;
    padding: 40px;
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.projects-list a article .project-img div {
    width: 360px;
    position: relative;
    overflow: hidden;
    margin-right: 25px;
    z-index: 1;
}

.projects-list a article .project-img div img {
    width: 100%;
    transition: 0.6s all;
}

.projects-list a article .project-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.projects-list a article h2, .projects-list a article .h2 {
    font-size: 20px;
    margin-bottom: 40px;
}

.projects-list a article p {
    color: #3c3b3b;
}

.projects-list a article .companies-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.projects-list a article .companies-list li {
    padding: 0 5px;
}

.projects-list a article .companies-list li:first-of-type {
    padding-left: 0;
}

.projects-list a:hover {
    text-decoration: none;
}

.projects-list a:hover article .project-img div img {
    transition: 0.6s all;
    transform: scale(1.08);
}

.history .element .image {
    width: fit-content;
}

.history .element .content .title {
    font-size: 170px;
    color: #efefef;
    line-height: 150px;
}

@media screen and (min-width: 768px) {
    .history .element .content {
        margin: 0 0 0 -72px;
        z-index: 2;
    }

    .history .element .content.flex-md-row-reverse {
        margin: 0 -72px 0 0;
    }

    .history .element .content .details {
        margin: 0 0 0 -80px;
        z-index: 3;
    }

    .history .element .content.flex-md-row-reverse .details {
        margin: 0 -80px 0 0;
    }

    .history .element .content.flex-md-row-reverse .details .year {
        text-align: right;
    }
}

.history .element .content .details .year {
    font-size: 45px;
    line-height: 40px;
    color: #1c9dd9;
}

.europe-map {
    max-width: 700px;
    border: 1px solid #a9a6a2;
    margin: 0 auto;
    position: relative;
}

.europe-map ul {
    list-style-type: none;
    margin-left: 25px;
    margin-top: 25px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.europe-map ul li {
    cursor: pointer;
    font-weight: bold;
    color: #3c3b3b;
    text-transform: uppercase;
    transition: all 0.6s;
}

.europe-map ul li.active {
    color: #1c9dd9;
    transition: all 0.6s;
}

.europe-map svg {
    position: relative;
    z-index: 1;
}

.europe-map svg g path {
    transition: all 0.6s;
}

.europe-map svg g.active path {
    fill: #1c9dd9 !important;
    transition: all 0.6s;
}

.training-term {
    display: none;
    width: 100%;
}

.trainingdetail .h2 {
    font-size: 25px;
    color: #1c9dd9;
    text-transform: uppercase;
}

.trainingdetail {
    margin-bottom: 2rem;
    margin-top: -1rem;
}

.trainingdetail p {
    font-size: 16px;
}

.training-term-form {
    font-size: 16px;
}

.training-term-form h2, .training-term-form .h2 {
    color: #1c9dd9;
    text-transform: uppercase;
}

.training-term-form .participants-list {
    list-style-type: none;
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
}

.training-term-form .add-participant {
    color: #1c9dd9;
    font-weight: bold;
    margin-bottom: 15px;
}

.training-term-form .add-participant > span {
    margin-right: 40px;
    line-height: 34px;
    cursor: pointer;
}

.training-term-form .add-participant > span:before {
    content: "+";
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    background-color: #1c9dd9;
    color: #fff;
    font-size: 28px;
    float: left;
    margin-right: 10px;
    transition: all 0.3s;
}

.training-term-form .add-participant > span:hover:before {
    font-size: 32px;
    transition: all 0.3s;
}

.training-term-form .add-participant b {
    font-weight: bold;
}

.training-term-form form b {
    display: block;
    margin-bottom: 15px;
}

.training-term-form form label {
    font-size: 14px;
}

#contactMap, #departmentMap {
    height: 540px;
    width: 100%;
}

#contactMap.leaflet-container, #departmentMap.leaflet-container {
    background: #fff;
}

#contactMap .marker-icon, #departmentMap .marker-icon {
    background: url("../img/schiessl-logo-l.svg") no-repeat;
    background-size: contain;
    transition: width 0.6s, height 0.6s, margin-left 0.6s, margin-top 0.6s;
}

#contactMap .marker-icon.small, #departmentMap .marker-icon.small {
    width: 35px !important;
    height: 35px !important;
    margin-left: -17.5px !important;
    margin-top: -17.5px !important;
}

#contactMap .marker-icon.big, #departmentMap .marker-icon.big {
    width: 54px !important;
    height: 54px !important;
    margin-left: -27px !important;
    margin-top: -27px !important;
}

#contactMap .marker-icon:hover, #contactMap .marker-icon.active, #departmentMap .marker-icon:hover, #departmentMap .marker-icon.active {
    transition: width 0.6s, height 0.6s, margin-left 0.6s, margin-top 0.6s;
}

#contactMap .marker-icon.small:hover, #contactMap .marker-icon.small.active, #departmentMap .marker-icon.small:hover, #departmentMap .marker-icon.small.active {
    width: 54px !important;
    height: 54px !important;
    margin-left: -27px !important;
    margin-top: -27px !important;
}


#contactMap .marker-icon.big:hover, #contactMap .marker-icon.big.active, #departmentMap .marker-icon.big:hover, #departmentMap .marker-icon.big.active {
    width: 64px !important;
    height: 64px !important;
    margin-left: -32px !important;
    margin-top: -32px !important;
}

.main-contact, .department-contact {
    font-size: 19px;
    position: relative;
}

.main-contact .company-name, .department-contact .company-name {
    color: #1c9dd9;
}

.main-contact:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    display: block;
    background-color: #1c9dd9;
}

.main-contact p:last-of-type {
    margin-bottom: 0;
}

.department-contact {
    text-align: center;
}

address {
    margin-bottom: 0;
}

.departments-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.departments-list li {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 576px) {
    .departments-list li {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .departments-list li {
        flex: 0 0 auto;
        width: 33.33333%;
    }
}

.departments-list li a {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-size: 12px;
    color: #3c3b3b;
}

.departments-list li a h2, .departments-list li a .h2 {
    font-size: 12px;
    text-transform: uppercase;
    color: #1c9dd9;
    font-weight: bold;
    margin-top: 10px;
}

.departments-list li a:hover {
    text-decoration: none;
}

.departments-list li a:hover .img-container .img-fluid {
    transition: .6s all;
    transform: scale(1.08);
}

.departments-list li.hovered a {
    outline: 6px solid #b2e0f5;
}

.departments-list li.active a {
    outline: 6px solid #1c9dd9;
}

footer.site-footer {
    background-color: #3d3d3d;
    color: #fff;
    padding-top: 80px;
}

footer.site-footer > div {
    background-color: #3d3d3d;
}

footer.site-footer a {
    color: #fff;
    text-decoration: none;
}

footer.site-footer a:hover {
    text-decoration: underline;
    color: #fff;
}

footer.site-footer .logo {
    width: 170px;
}

footer.site-footer .logo24 {
    width: 210px;
    margin-bottom: 20px;
}

footer.site-footer .footer-menu {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
}

footer.site-footer .footer-menu li {
    margin-bottom: 20px;
    position: relative;
}

footer.site-footer .foot {
    width: 80%;
    padding: 20px 0 60px;
}

footer.site-footer .powered-by {
    max-height: 24px;
}

.lang-chooser img {
    width: 37px;
    height: 23px;
}

.authorised-partners .grey {
    background-color: #efefef;
}

#partnersMap .leaflet-bottom.leaflet-right {
    display: none;
}

@media screen and (max-width: 991px) {
    .authorised-partners .authorised-partners_form {
        border: none !important;
    }

    #partnersMap {
        height: 70vw !important;
    }
}

.project__list .project__element,
.project__category__link {
    transition: var(--basic-transition);
    width: 100%;
}

.project__list .project__element:hover {
    border-color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    border-radius: 1rem !important;
}

.project__category__link:hover {
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.card__download {
    transition: var(--basic-transition);
}

.card__download:hover {
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    border-bottom-color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

@media screen and (min-width: 768px) {
    .formularz-kontaktowy {
        display: flex;
    }

    .formularz-kontaktowy > fieldset {
        width: 50%;
    }
}

span.offer-head, .offer-head.h1 {
    color: #1c9dd9;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    padding-bottom: 5px;
}

.offer-back {
    line-height: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #4d4c4c;
    font-size: 13px;
    margin-bottom: 40px;
    cursor: pointer;
}

.offer-back:before {
    content: '';
    background: url("../img/offer-back.png") no-repeat;
    width: 20px;
    height: 16px;
    float: left;
    margin-right: 10px;
}

.offer-back:hover {
    color: #1c9dd9;
    text-decoration: none;
}

.offer-block-list {
    color: #4d4c4c;
    font-size: 13px;
    text-transform: uppercase;
}

.offer-block-list b {
    display: block;
}

.offer-block-list b a {
    color: #4d4c4c;
}

.offer-block-list b a:hover {
    color: #1c9dd9;
    text-decoration: none;
}

.offer-block-list ul {
    list-style-type: none;
    padding: 0;
}

.offer-block-list ul li {
    margin-bottom: 5px;
}

.offer-block-list ul li a {
    color: #4d4c4c;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.offer-block-list ul li a:hover {
    color: #1c9dd9;
    text-decoration: none;
}

.offer-block-list ul li a:before {
    content: '';
    background: url("../img/offer-list-arrow.png") no-repeat top left;
    width: 12px;
    height: 11px;
    float: left;
    margin-right: 7px;
}

.nav-tabs.offer-tabs li a.nav-link {
    font-weight: bold;
    padding: 15px 20px;
    color: #4d4c4c;
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
    border-color: #e9ecef #e9ecef #dee2e6;
    position: relative;
    z-index: 2;
}

.nav-tabs.offer-tabs li a.nav-link.active {
    background: #1c9dd9;
    color: #fff;
}

.nav-tabs.offer-tabs li a.nav-link.offer-tabs-back {
    color: transparent;
    font-size: 2.5px;
    border-top-left-radius: 0;
    padding: 15px 13px 15px 17px;
    margin-left: -9px;
    z-index: 1;
}

.nav-tabs.offer-tabs li a.nav-link.offer-tabs-back:before {
    content: '';
    display: block;
    background: url("../img/offer-tab-back.png") no-repeat;
    width: 24px;
    height: 13px;
    background-size: contain;
    margin-top: 4px;
}

.offer-content .offer-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.offer-description h1{
    font-size: 28px;
    font-weight: 600;
}

.offer-content .offer-section-head {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.offer-content .offer-section-head select{
    border-radius: 4px;
    border: 1px solid #C6C6C6;
    padding: 8px 5px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #ffffff;
}

.offer-content .offer-section-head > div:first-child select{
    margin-left: 0 !important;
}

.offer-content .offer-section-head > div:last-child{
    display: flex;
    align-items: center;
}

.offer-content .offer-subcategories {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px 20px;
}

.offer-content .offer-subcategories li {
    display: block;
    padding: 3px 20px;
    color: #4d4c4c;
    margin: 0 7px 10px;
    font-weight: bold;
    cursor: pointer;
}

.offer-content .offer-subcategories li:hover a {
    color: #4d4c4c;
}

.offer-content .offer-subcategories li.active {
    background: #1c9dd9;
    color: #fff;
}

.offer-content .reset-button {
    color: #3c3b3b;
    opacity: .8;
    float: right;
}

.offer-content .reset-button:hover {
    opacity: 1;
}

.offer-content .back-to-previous {
    margin-bottom: 15px;
    display: block;
}

.offer-content .back-to-previous:before {
    content: '';
    display: inline-block;
    background: url("../img/offer-prev.png") no-repeat;
    width: 20px;
    height: 21px;
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}

.offer-content .back-to-previous span {
    display: inline-block;
    background: #1c9dd9;
    color: #fff;
    padding: 3px 20px;
}

.offer-content .back-to-previous:hover span {
    background-color: #3eacdf;
}

.documents_list {
    overflow: hidden;
}

.refrigerant-list > div {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.refrigerant-list > div > div, .refrigerant-list > div > a {
    width: 32%;
    position: relative;
    cursor: pointer;
}

.refrigerant-list > div > a{
    display: block;
    width: 20%;
    background: #1c9dd9;
    font-size: 1.2rem;
    color: #fff;
    padding: 1rem 2rem;
    text-align: center;
}

.refrigerant-list > div > a:hover{
    text-decoration: none;
}

.refrigerant-list > div > div:hover img{
    opacity: .7;
}

.refrigerant-list > div > div img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.refrigerant-list h3{
    text-align: center;
}

.refrigerant-list > div > div span {
    display: block;
    font-size: 2rem;
    position: absolute;
    bottom: 3rem;
    width: 100%;
    background-color: rgba(255, 255, 255, .5);
    padding: 1rem;
}

.refrigerant-list > div > div:hover span{
    background-color: rgba(255, 255, 255, .8);
}

.refrigerant-list > div > a.refrigerant-dobierz{
    padding: 1rem 1.5rem !important;
    font-size: 1.2rem !important;
    background-color: rgba(0, 0, 0, .3);
}

.refrigerant-list > div > a.refrigerant-dobierz:hover{
    background-color: rgba(0, 0, 0, .2);
}

@media (max-width: 991px) {
    .refrigerant-list > div > a{
        font-size: 1rem;
        padding: .5rem;
    }

    .refrigerant-list > div > a.refrigerant-dobierz{
        font-size: 1rem !important;
        padding: .5rem !important;
        width: 35% !important;
    }

    .refrigerant-list > div > div span{
        font-size: 1rem;
        padding: .5rem;
        bottom: 1.5rem;
    }
}

section .container,
.container-map {
    position: relative;
    z-index: 0;
}

#navbarSupportedContent ul li a {
    white-space: normal!important;
}

#navbarSupportedContent ul li.dropdown a .mobile-menu-icon i {
    font-size: 30px;
}

#navbarSupportedContent ul li.dropdown a .mobile-menu-icon i.fa-caret-down {
    display: block;
}

#navbarSupportedContent ul li.dropdown a .mobile-menu-icon i.fa-caret-up {
    display: none;
}

#navbarSupportedContent ul li.dropdown a.show .mobile-menu-icon i.fa-caret-down {
    display: none;
}

#navbarSupportedContent ul li.dropdown a.show .mobile-menu-icon i.fa-caret-up {
    display: block;
    line-height: 45px;
}

.product_departments_contact .address p {
    margin: 0;
}

.product_departments_contact a {
    color: #3C3B3B;
}

.social-icon:hover .hover-hide {
    display: none;
}

.social-icon:not(:hover) .hover-show {
    display: none;
}

#main-container{
    margin-top: 7rem;
}

@media (max-width: 1000px) {
    .product-info .bx-pager .uni-gallery {
        justify-content: center;
        padding: 0;
        margin: 0;
    }

    .product-info .bx-pager{
        margin: 0 auto !important;
    }

    .product-info .bx-pager .uni-gallery a{
        padding: 5px;
        width: auto;
    }
}

.login-panel{
    margin: 2rem 0;
    padding: 3rem 0;
    overflow: hidden;
}

.login-panel label{
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
}

.login-panel-leftside, .reqister-panel-leftside{
    border-radius: 4px;
    box-shadow: 0px 0px 24.1px 0px #C6C6C633;
    padding: 50px 60px;
    height: 100%;
}

.reqister-panel-leftside{
    padding-left: 40px;
    padding-right: 40px;
}

.login-panel-leftside h3, .reqister-panel-leftside h3{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

.form-group-last{
    text-align: center;
    margin-bottom: 0 !important;
}

hr{
    color: #EFEFEF;
    background-color: #EFEFEF;
    height: 1px;
    opacity: 100%;
}

.login-panel-rightside{
    background: #009FE3 linear-gradient(-180deg, rgba(20, 27, 53, 0.55) 24.58%, rgba(20, 27, 53, 0) 83.66%);
    color: #ffffff;
    width: 610px;
    height: 100%;
    border-radius: 4px;
    position: relative;
    padding: 50px 60px;
}

.login-panel-rightside img{
    position: absolute;
    right: 0;
    bottom: 0;
}

.login-panel-rightside h4{
    font-size: 28px;
    font-weight: 400;
    line-height: 44.8px;
    margin-bottom: 2rem;
}

.login-panel-rightside h4 strong{
    font-weight: 700;
}

.login-panel-rightside h4 span, .login-panel-rightside h3 span {
    font-weight: bold;
    background-color: #009DEF;
    border-radius: 4px;
    padding: .3rem .6rem;
    text-transform: uppercase;
    color: #ffffff;
}

.btn-logowanie{
    padding: 10px 25px;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #009DEF;
    font-size: 14px;
    font-weight: 400;
}

.btn-logowanie:hover{
    color: #009DEF;
}

.login-panel-rightside-benefits{
    margin-top: 4rem;
}

.login-panel-rightside-benefits ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.login-panel-rightside-benefits ul li{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 20px;
    color: #ffffff;
    width: 45%;
    display: flex;
    gap: 15px;
}

.login-panel-rightside-benefits ul li > span:first-child{
    flex: 0 0 45px;
}

.form-check input{
    width: 15px !important;
    height: 15px !important;
    float: left !important;
    padding: 0 !important;
    margin-top: 0.1rem;
}

.form-check label{
    display: inline-block;
    width: auto !important;
    color: #3F3E3E;
    font-size: 14px;
}

@media (max-width: 1000px) {
    .login-panel-rightside{
        width: 100%;
        height: 100%;
        border-radius: 4px;
        position: relative;
        padding: 20px 20px;
        margin-top: 3rem;
    }

    .login-panel-leftside{
        padding: 20px 20px;
    }

    .login-panel-rightside-benefits ul{
        flex-direction: column;
    }

    .login-panel-rightside-benefits ul li{
        width: 100%;
        font-size: 14px;
        font-weight: 500;
    }

    .login-panel-rightside-benefits ul li > span:first-child{
        width: 30px;
    }

    .login-panel-rightside-benefits ul li svg{
        width: 25px !important;
        height: 25px !important;
    }
}

.reqister-account-type div{
    border: 1px solid #C6C6C6;
    padding: 20px 15px 20px 15px;
    border-radius: 4px;
    margin-bottom: .5rem;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.reqister-account-type div span{
    color: #6C757D;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.reqister-account-type div label{
    font-size: 14px;
    color: #3F3E3E;
    font-weight: 600;
    margin-bottom: .3rem;
    z-index: 0;
    position: relative;
    display: block;
    cursor: pointer;
}

.reqister-account-type div label input{
    margin-bottom: .3rem;
    margin-right: .3rem;
}

.reqister-account-info{
    font-size: 12px !important;
    margin-top: .7rem;
    display: block;
    color: #6C757D;
}

#panel-rejestracja{
    margin-top: 1.5rem;
}

.reqister-account-type h4, #panel-rejestracja h4{
    color: #3F3E3E;
    font-weight: 600;
    font-size: 14px !important;
    margin-bottom: .7rem;
}

.zgody .form-check label{
    width: 90% !important;
}
.zgody .form-check .form-check-input{
    margin-left: 0;
    margin-right: .5rem;
}

.zgody .form-check{
    padding-left: 0 !important;
    margin-bottom: 1rem;
}

.zgody button{
    width: auto;
}

.zgody a{
    text-decoration: underline;
}

.register-panel-rightside{
    height: auto;
}

.register-panel-rightside h4{
    margin-bottom: 10px;
}

.register-panel-rightside h3{
    line-height: 32px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.register-panel-rightside p{
    margin: 25px 0 0 0;
    text-align: center;
}

.register-panel-rightside-differents{
    display: flex;
    gap: 10px;
    width: 100%;
    margin-top: 1rem;
}

.register-panel-rightside-differents h4{
    font-weight: 600;
    color: #3F3E3E;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.register-panel-rightside-differents > div{
    border-radius: 4px;
    border: 1px solid #EFEFEF;
    padding: 15px 20px;
    width: 50%;
}

.register-panel-rightside-differents ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.register-panel-rightside-differents ul li{
    margin-bottom: 15px;
    background-image: url("../../assets/img/register-dot.svg");
    background-position: left 3px;
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 1.3;
}

.panel-rejestracja-pro{
    display: block;
}

.account-pro-blue{
    color: #009DEF;
    font-weight: 600;
}

.account-pro-blue-background{
    background-image: url("../../assets/img/register-dot-blue.svg") !important;
}

@media (max-width: 1000px) {
    .register-panel-rightside-differents{
        flex-direction: column;
    }

    .register-panel-rightside-differents > div{
        width: 100%;
    }

    .reqister-panel-leftside{
        padding: 20px;
    }

    .offer-content .offer-section-head > div:last-child{
        display: block;
        align-items: center;
    }

    .offer-section-head .switch-view{
        margin-top: 10px;
        text-align: end;
    }

    .offer-content .offer-section-head select{
        margin-right: 0;
    }

}

#filtry .disabled{
    color: #6C757D;
}

#filtry .active{
    color: #000000;
}

.products-view-grid .flag-container{
    gap: 2px;
}

.alert-warning{
    background-color: rgba(243, 57, 45, 0.05);
    padding: .5rem 1rem;
    color: #E90E00;
    margin-bottom: 10px;
    border-radius: 4px;
    width: auto !important;
}

.product-query{
    margin-top: 10px;
}

.product-query label{
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #C6C6C6;
}
.product-query input{
    font-size: 14px;
    padding: 8px 10px;
}

.product-query .form-group{
    margin-bottom: .5rem;
}

.product-query .row{
    margin-top: 1rem;
}

.product-query .col-9 label{
    color: #3F3E3E;
    text-align: left;
}

.reqister-account-type .account-pro{
    margin-left: 5px;
    color: #fff;
    padding: .15rem .3rem;
    font-weight: bold !important;
}

.home-slider .slide {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#videoTitle{
    padding: 5px;
}

#home-main-branches-map{
    max-width: 80%;
    width: 80%;
    float: right;
    position: relative;
}

#home-main-branches-map > img{
    display: block;
    z-index: 0;
}

#home-main-branches-map > div{
    background-image: url("../img/map-point.svg");
    width: 40px;
    height: 39px;
    position: absolute;
    cursor: pointer;
}

#home-main-branches-map > div > div{
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 5px 4px 11.8px 0px #6C757D47;
    padding: 15px;
    border-radius: 5px 5px 0 5px;
    overflow: hidden;
    position: relative;
    left: -200px;
    top: -135px;
    width: 200px;
    display: none;
    z-index: 2;
}

#home-main-branches-map > div > div span{
    color: #009DEF;
    font-weight: 700;
}

#home-main-branches-map > div#warszawa{
    top: 180px;
    right: 110px;
    background-image: url("../img/map-point-big.svg");
    width: 69px;
    height: 66px;
}

#home-main-branches-map.concat-site > div#warszawa{
    right: 135px;
}

#home-main-branches-map > div#szczecin{
    top: 70px;
    left: 15px;
}

#home-main-branches-map > div#gdansk{
    top: 25px;
    left: 180px;
}

#home-main-branches-map > div#bialystok{
    top: 90px;
    left: 360px;
}

#home-main-branches-map.concat-site > div#bialystok{
    right: 70px;
}

#home-main-branches-map > div#bydgoszcz{
    top: 110px;
    left: 140px;
}

#home-main-branches-map > div#poznan{
    top: 180px;
    left: 100px;
}

#home-main-branches-map > div#wroclaw{
    top: 250px;
    left: 120px;
}

#home-main-branches-map > div#lodz{
    top: 220px;
    left: 230px;
}

#home-main-branches-map > div#sosnowiec{
    top: 315px;
    left: 210px;
}

#home-main-branches-map > div#krakow{
    top: 335px;
    left: 260px;
}

#home-main-branches-map > div#rzeszow{
    top: 300px;
    left: 320px;
}

#home-main-branches-map > div#lublin{
    top: 250px;
    left: 350px;
}

#home-main-branches-map-mobile{
    max-width: 100%;
    width: 100%;
    float: right;
    position: relative;
}

#home-main-branches-map-mobile > img{
    display: block;
    z-index: 0;
}

#home-main-branches-map-mobile > div{
    background-image: url("../img/map-point-mobile.svg");
    width: 32px;
    height: 31px;
    position: absolute;
    cursor: pointer;

}

#home-main-branches-map-mobile-info > div{
    background-color: rgba(0,0,0,0.3);
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

#home-main-branches-map-mobile-info p{
    margin-bottom: 0;
}

#home-main-branches-map-mobile-info > div span{
    color: #009DEF;
    font-weight: 700;
}

#home-main-branches-map-mobile-info > div > div{
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 5px 4px 11.8px 0px #6C757D47;
    padding: 15px;
    border-radius: 5px 5px 0 5px;
    overflow: hidden;
    z-index: 3;
    position: fixed;
    inset: 0;
    width: 80%;
    height: fit-content;
    margin: auto;
}

#home-main-branches-map-mobile > div#warszawa{
    top: 110px;
    right: 50px;
    background-image: url("../img/map-point-big-mobile.svg");
    width: 48px;
    height: 45px;
}

#home-main-branches-map-mobile > div#szczecin{
    top: 40px;
    left: 10px;
}

#home-main-branches-map-mobile > div#gdansk{
    top: 15px;
    left: 120px;
}

#home-main-branches-map-mobile > div#bialystok{
    top: 70px;
    left: 240px;
}

#home-main-branches-map-mobile > div#lublin{
    top: 160px;
    left: 230px;
}

#home-main-branches-map-mobile > div#bydgoszcz{
    top: 60px;
    left: 90px;
}

#home-main-branches-map-mobile > div#poznan{
    top: 110px;
    left: 50px;
}

#home-main-branches-map-mobile > div#krakow{
    top: 220px;
    left: 170px;
}

#home-main-branches-map-mobile > div#lodz{
    top: 120px;
    left: 130px;
}

#home-main-branches-map-mobile > div#rzeszow{
    top: 200px;
    left: 210px;
}

#home-main-branches-map-mobile > div#wroclaw{
    top: 160px;
    left: 70px;
}

#home-main-branches-map-mobile > div#sosnowiec{
    top: 200px;
    left: 120px;
}

@media (max-width: 1000px) {
    .footer-logo img{
        max-width: 60px !important;
        margin: 0 auto 20px auto !important;
        display: block;
    }

    .footer-menu ul{
        width: 50%;
        margin: 0 auto;
    }

    footer.site-footer .footer-menu li{
        margin-bottom: 10px;
        text-align: center;
    }

    .footer-social{
        margin-bottom: 25px;
    }

    footer.site-footer .footer-menu li{
        margin-right: 20px !important;
    }
}

#home-main-product-list .favorite{
    position: absolute;
    top: 0;
    right: 0;
}

#home-main-product-list .product-foto{
    position: relative;
}

.back-to-top {
    /* Basic styling */
    background-color: #009DEF;
    border-radius: 0.5rem;
    display: inline-block;
    padding: 0.5rem;
    position: fixed;
    inset: auto 2em 2em auto;
}

@media (max-width: 1000px) {
    .back-to-top{
        margin-bottom: 25px;
        inset: auto 1em 4em auto;
    }
}

.back-to-top:is(:link, :visited) {
    /* Instead of the link color, use the text color */
    color: #009DEF;
    text-decoration: none;
}

.back-to-top span {
    /* Hide text accessibly */
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

@property --angle {
    syntax: '<angle>';
    inherits: true;
    initial-value: -90deg;
}

@keyframes progress {
    0% {
        --progress: 0%;
        --angle: 0deg;
    }

    2% {
        --angle: -90deg;
    }

    100% {
        --progress: 100%;
    }
}

.back-to-top svg {
    /* … */
    transform: rotate(var(--angle));
}

@media(prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

@media (max-width: 1000px) {
    .bx-controls-direction{
        display: none;
    }
}