@import 'settings.css';
@import 'head-menu-new.css';

/* GLOBAL */

/* [fancybox] */
.fancybox__content > .carousel__button.is-close {
    top: 15px !important;
    right: 15px !important;
    border: 3px solid #fff;
    font-size: 12px !important;
}
.carousel__button svg {
    width: 12px !important;
    height: 12px !important;
    stroke-width: 5px !important;
    transition: 0.3s ease;
}

.carousel__button:hover svg {
    transform: rotate(180deg);
}

.block {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
}

.sect-ttl {
    font-family: var(--accent-font);
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 5px;
    /* color: var(--accent-color-dark); */
    color: var(--accent-color-light);
}

.ttl-underline-wf {
    display: block;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--accent-color-super-light);
    border-bottom: 1px solid var(--accent-color-super-light);
}

.blue-link {
    text-decoration: none;
    color: var(--accent-color-super-duper-light);
}

.relative {
    position: relative;
}

.no-filters {
    flex: 1;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: rgba(116, 116, 116, 0.474);
    color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    transition: 0.3s ease;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    border-radius: 40%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 600 !important;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev.blue,
.swiper-button-next.blue {
    background-color: var(--accent-color-light);
    color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 0;
    transition: 0.3s ease;
}

/* autocomplete start */
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
}
/* autocomplete end */

/* [ONCE POPUP START] */
#once-popup {
    background-image: url(/img/backgrounds/bg_q_form.jpg);
    /* background-color: #1b3d71; */
    box-shadow: inset 0 0 0 2000px #1b3d71ea;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 60px 50px;
    width: 90%;
    max-width: 800px;
}
.once-popup__inner-wrapper {
    padding: 30px 20px;
    border: 1px solid rgba(255, 255, 255, 0.562);
}
/* [ONCE POPUP END] */

/* REQUEST INFO DIALOG */
div.request-dialog,
#requestInfo-dialog,
#register-dialog,
#login-dialog,
#request-different-config,
#subscribe-dialog {
    position: relative;
    background-image: url(/img/backgrounds/bg_q_form.jpg);
    /* background-color: #1b3d71; */
    box-shadow: inset 0 0 0 2000px #1b3d71ea;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 100px 175px;
    width: 80%;
}
#request-different-config-empty {
    padding: 39px 45px;
    width: auto;
}

.requestInfo--content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#requestInfo-dialog .requestInfo--content > h1,
#register-dialog .requestInfo--content > h1,
#login-dialog h1,
#subscribe-dialog h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 59px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    color: #ffffff;
    font-family: var(--accent-font);
}
#requestInfo-dialog .requestInfo--content > p,
#register-dialog .requestInfo--content > p {
    font-size: 16px;
    margin-bottom: 15px;
}
#requestInfo-dialog form,
#register-dialog form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

#request-different-config .request-different-config__options,
.request-dialog .request-different-config__options {
    display: flex;
    align-items: baseline;
    column-gap: 30px;
    grid-column: 1/-1;
}
#request-different-config .request-different-config__options label input,
.request-dialog .request-different-config__options label input {
    margin-top: 5px;
}

#subscribe-dialog input {
    padding: 10px;
}

.login-form-row {
    display: flex;
    gap: 30px;
}
.login-form {
}

.grid-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

main {
    min-height: 500px;
    /* background-color: #f9f9f9; */
}

.swiper.h-swiper {
    width: 100%;
    height: 100%;
}
.swiper.h-swiper .swiper-wrapper {
}

.h-swiper .swiper-slide {
    font-size: 18px;
    background: var(--accent-color-dark);
    color: #fff;
    width: 100%;
    max-height: 440px;
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.h-swiper .swiper-slide > img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    min-height: 400px;
    max-height: 650px;
}
.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper.h-swiper .swiper-button-prev {
    left: 5% !important;
}
.swiper.h-swiper .swiper-button-next {
    right: 5% !important;
}
.h-slide-content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    max-width: var(--max-width);
    padding: 0 10%;
    display: flex;
    z-index: 1;
}
.h-slide-content > div {
    padding-bottom: 50px;
}
.h-slide-content > div:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 800px;
    width: 100%;
    width: 100%;
    padding-right: 61px;
}
.h-slide-content > div:first-of-type h1 {
    font-family: var(--accent-font);
    font-weight: 900;
    font-size: 30px;
    /* line-height: 80px; */
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.h-slide--learn {
    width: max-content;
    display: block;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    padding: 8px 15px;
    margin-top: 60px;
    transition: 0.3s ease;
}
.h-slide--learn:hover {
    background-color: var(--accent-color-dark);
}
.h-slide-content > div:last-of-type {
    display: flex;
    align-items: center;
}
.h-slide-content > div:last-of-type img {
    display: block;
    max-width: 100%;
}

.h-search-sect,
.h-pr-sect {
    /* background-color: #f9f9f9; */
}
.h-search {
    width: 80%;
    position: relative;
    z-index: 1;
    margin-top: -70px;
    filter: drop-shadow(0px 5px 30px rgba(0, 0, 0, 0.3));
}
.h-search-tabs {
    display: flex;
}
.h-search-tabs button {
    background-color: var(--accent-color-dark);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 50px;
    transition: 0.2s ease;
}
.h-search-tabs button:not(:last-of-type) {
    border-right: 2px solid #00000027;
}
.h-search-tabs button:hover {
    background-color: var(--accent-color-light);
}
.h-search-tabs button.active {
    background-color: var(--accent-color-light);
    font-weight: 400;
}
.h-search-contents {
    padding: 0 50px;
    background-color: var(--accent-color-light);
    padding-block: 25px 45px;
}
.h-search-content input,
.h-search-content select {
    width: 100%;
    padding: 10px;

    border: 1px solid #00000027;
}
.h-search-content .select2-container--default .select2-selection--single {
    width: 100%;
}
.h-search-content .select2-container--default .select2-selection--single,
.h-search-content .select2-container--default .select2-selection--single .select2-selection__rendered,
.h-search-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    border-radius: 0;
    height: 38px;
    line-height: 38px;
}
.h-search-content label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}
.h-search-content__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 25px;
}
.h-search-content__head button {
    color: #eaf6fe;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.h-search-content__title {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.h-search-content__top {
    padding-top: 17px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 15px;
}
.h-search-content__input-wp {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.h-search-content__top .btn-arrow {
    min-width: 200px;
    justify-content: center;
    padding: 11px 50px 11px 25px;
    color: #000;
}

.h-search-content__divider {
    width: 100%;
    height: 2px;
    background-color: var(--accent-color-dark);
    margin: 20px 0;
    position: relative;
}
.h-search-content__divider::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #ffffff41;
}
.h-search-content__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 25px;
}
.h-search-content__bottom .btn-arrow {
    min-width: 200px;
    justify-content: center;
    padding: 11px 50px 11px 25px;
    color: #000;
}
.h-search-content__top .btn-arrow:hover,
.h-search-content__bottom .btn-arrow:hover {
    color: #fff;
}

/* .h-search form {
    padding: 0 50px;
    background-color: var(--accent-color-light);
    padding-block: 25px 45px;
} */

.h-pr-sect .block {
    padding-block: 30px;
    padding-inline: var(--block-padding);
}
.h-pr-sect .sect-ttl {
    margin-bottom: 25px;
}
.h-pr-list {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
}
.h-pr-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}
.h-pr-item > .h-pr-item-context {
    text-decoration: none;
    color: #000;
}
.h-pr-item:not(:first-of-type) > .h-pr-item-context {
    width: 100%;
    border-left: 1px solid #bdbdbd;
    display: flex;
    flex-direction: column;
}
.h-pr-item > .h-pr-item-context img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
    max-height: 150px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.h-pr-item p {
    text-align: center;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    max-width: 350px;
    margin: 25px auto;
}
.h-pr-item p::before {
    content: '// ';
    color: var(--accent-color-super-duper-light);
    font-weight: 600;
    font-size: 18px;
    line-height: 39px;
}

.h-ind-sect {
    background-color: #d6e5fb;
}

.h-ind-sect > .block {
    display: flex;
}
.h-ind--wrapper {
    display: flex;
    width: 100%;
    /* justify-content: stretch; */
    justify-content: flex-end;
}
.h-ind--left {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 50px 20px 50px var(--block-padding);
}
.h-ind--right {
    width: max-content;
}

.h-ind--left > div:first-child {
    width: 90%;
    margin-bottom: 15px;
}

.ind-quote {
    background-color: var(--accent-color-light);
    color: #fff;
    max-width: 590px;
    padding: 65px;
    box-shadow: 0px 29px 50px -50px black;
}
.ind-quote .sect-ttl {
    line-height: 100%;
}
.ind-quote input, .ind-quote select {
    margin-bottom: 15px;
}

.carousel__nav {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.carousel__button.is-prev,
.carousel__button.is-next {
    position: unset;
    transform: unset;

    margin: 0 12px;

    width: 26px;
    height: 26px;

    --carousel-button-svg-width: 17px;
    --carousel-button-svg-height: 17px;
    --carousel-button-svg-stroke-width: 2.6;

    border-radius: 50%;
    box-shadow: 0 0 0 2px #1d1d1f;
    outline: none;

    transition: opacity 0.15s;
}

.carousel__button.is-prev:not([disabled]):hover,
.carousel__button.is-next:not([disabled]):hover {
    background: #1d1d1f;
    color: #fff;
}

.swiper.h-ind-swiper,
.h-ind-carousel {
    /* max-width: 1465px; */
    /* width: 100%; */
    /* max-width: 1315px; */
}
.swiper.h-ind-swiper .swiper-wrapper {
    justify-content: stretch;
    padding-bottom: 50px;
}

.h-ind-swiper .swiper-slide,
.h-ind-carousel--slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: max-content;
    height: max-content; */
    /* width: 400px; */
    height: 350px;
    width: 100%;
    /* height: 100%; */
    max-width: 350px;
    /* max-height: 400px; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.h-ind-carousel .carousel__slide {
    width: max-content;
}
.sw-ind-item {
    display: flex;
    width: 90%;
    height: 90%;
    justify-content: center;
    /* align-items: center; */
    padding: 15px;
    color: #fff;
    text-decoration: none;
    background-color: rgba(27, 61, 113, 0.4);
    border: 1px solid #ffffff;
    transition: 0.3s ease;
    position: relative;
    overflow-y: auto;
}
.sw-ind-item:hover {
    background: rgba(27, 61, 113, 0.72);
}
.sw-ind-item h3 {
    font-family: var(--accent-font);
    font-weight: bold;
    line-height: 100%;
    font-size: 26px;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    margin-bottom: 15px;
}
.sw-ind-item p {
    font-size: 16px;
    line-height: 130%;
}
.sw-ind-item--lm {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.459);
}

.h-about-test {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
}
.h-about {
    background-color: var(--bg-color-1);
    display: flex;
}
.h-about > img {
    display: block;
    max-width: 50%;
    height: auto;
    object-fit: cover;
}
.h-about > div {
    padding: 55px 30px 55px 55px;
}
.h-about > div p {
    line-height: 130%;
}
.h-about .btn--trans {
    margin-top: 30px;
    color: var(--accent-color-light);
}
.h-test {
    background-color: var(--bg-color-2);
}
.h-test {
    padding: 55px 0 55px 22px;
    width: calc(100% - 20px);
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}
.swiper.test-swiper {
    width: 100%;
    height: max-content;
    /* max-height: 300px; */
    padding: 65px 0;
    margin: auto 0;
}
.text-swiper-btns {
    position: absolute;
    bottom: 20px;
}
.text-swiper-btns .swiper-button-next {
    left: 42px;
}
.text-swiper-btns .swiper-button-prev {
    left: 0;
}
.test-swiper .swiper-slide {
    font-size: 18px;
    background: #fff;
    width: 100%;
    max-width: 375px;
    height: 100%;
    font-size: 16px;
    line-height: 130%;

    box-shadow: 0 78px 20px -66px rgb(0 0 0 / 14%);
}
.test-swiper .swiper-slide > div::after {
    content: '';
    position: absolute;
    top: -27px;
    left: 8px;
    width: 54px;
    height: 54px;
    background-color: var(--accent-color-super-light);
    background-image: url(/img/icons/p_quotes.svg);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    z-index: 1;
}
.test-swiper .swiper-slide > div {
    padding: 50px 36px;
    position: relative;
}
/* .test-swiper .swiper-slide > div::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.145);
    background-color: red;
    z-index: -11;
} */

.home-about {
}

.home-about__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
}

.home-about__content {
    padding: 60px 60px 60px calc(var(--block-padding) * 2);
}
.home-about__content-subtitle {
    color: var(--Light-blue, #0075b3);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
    margin-bottom: 32px;
}
.home-about__content-text {
    line-height: 130%;
}
.home-about__content-actions {
    margin-top: 30px;
}

.home-about__why {
    border-top: 1px solid #bbd4f0;
    padding-top: 30px;
    margin-top: 30px;
}

.home-about__why-layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
    margin-top: 15px;
}
.home-about__why-text {
    color: var(--Black, #000);
    font-size: clamp(18px, 2.5vw, 26px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 33.8px */
}
.home-about__why-list {
    color: var(--Black, #000);
    font-size: clamp(16px, 2.5vw, 22px);
    font-style: italic;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.home-about__why-list > div {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.home-about__image {
    background: #eaf6fe;
    padding: 60px calc(var(--block-padding) * 2) 60px 60px;
}
.home-about__image img {
    max-width: 100%;
}
@media (max-width: 1200px) {
    .home-about__layout {
        grid-template-columns: 1fr;
    }
    .home-about__content {
        padding: 60px var(--block-padding) 60px var(--block-padding);
    }
}
@media (max-width: 600px) {
    .home-about__why-layout {
        grid-template-columns: 1fr;
    }
    .home-about__why-list {
        font-size: 16px;
    }
}
.h-why {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.h-why > h2 {
    font-weight: 500;
    font-size: 52px;
    line-height: 85px;
    text-transform: uppercase;
    color: #ffffff;
}
.h-why > h2,
.h-why__title {
    font-weight: 500;

    text-transform: uppercase;
    color: #ffffff;
    font-size: 32px;
    line-height: unset;
    position: relative;
    margin-bottom: 30px;
}

.h-why__title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);

    width: 100px;
    height: 1px;
    background-color: #fff;
}
.why-swiper {
    max-width: var(--max-width);
}
.h-why-slide h3 {
    font-weight: 400;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    color: #ffffff;
}
.h-why-slide__test {
    text-align: center;
    color: #fff;
    max-width: 1300px;
    margin: 0 auto;
}
.h-why-slide__test > div:nth-child(1) {
    margin-bottom: 30px;
    line-height: 120%;
}
.h-why-slide__test > div:nth-child(2) {
    font-style: italic;
}
.why-checkmarks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.why-checkmark {
    position: relative;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    padding-left: 45px;
    color: #8ac9e9;
    margin: 15px 30px;
}
.why-checkmark::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-image: url(/img/icons/p_checkmark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.h-blogs-grid {
    max-width: var(--max-width);
    margin: 0 auto;

    /* TEMPORARY COMMENTED */
    /* display: grid;
    grid-template-columns: 532px 1fr;
    gap: 20px; */
}
.h-blogs--subscribe {
    background-color: var(--bg-color-2);
}
.h-blogs--subscribe form {
    max-width: 369px;
    height: 80%;
    margin: 58px 35px 58px auto;
    padding: 40px 30px;
    border: 1px solid #0075b3;
}
.h-blogs--subscribe form h2 {
    font-family: var(--accent-font);
    font-weight: 500;
    font-size: 32px;
    line-height: 52px;
    text-transform: uppercase;
    color: var(--accent-color-dark);
}
.weg-blogs {
    width: calc(100% - 10%);
    margin: 0 auto; /* TEMPORARY ADDED */
}
.weg-blogs > div:first-of-type {
    margin: 44px 0 20px 0;
}
.weg-blogs-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.weg-blog-item {
    display: block;
    text-decoration: none;
    color: #000;
    /* max-width: 400px; */
    padding: 0 9px;
    flex: 1;
}
.weg-blog-item:not(:first-child) {
    border-left: 1px solid #e0e0e0;
}
.weg-blog-item > img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 40%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.weg-blog-item > * {
    display: block;
    margin-bottom: 20px;
}
.weg-blog-item p,
.weg-blog-item b {
    line-height: 130%;
}
.date-cal {
    position: relative;
    padding-left: 30px;
    color: #5d5d5d;
}
.date-cal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    background-image: url(/img/icons/p_calendar.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.h-locations {
    background-repeat: no-repeat;
    padding-top: 35px;
    padding-bottom: 100px;
    background-size: contain;
    background-blend-mode: color-burn;
    background-position: 100% 100%;
}
.loc-grid {
    width: 90%;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.loc-item {
    position: relative;
    padding-left: 35px;
    max-width: 270px;
    margin-bottom: 30px;
}
.loc-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 30px;
    background-image: url(/img/icons/p_pin_blue.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.loc-item > a {
    text-decoration: none;
}
.loc-item h4 {
    font-weight: normal;
    text-decoration: none;
    font-size: 26px;
    line-height: 100%;
    color: var(--accent-color-super-light);
}
.loc-item h4 a {
    color: var(--accent-color-super-light);
    text-decoration: none;
}
.loc-item small {
    color: var(--accent-color-super-light);
}
.loc-item p {
    font-size: 16px;
    line-height: 160%;
}

.breadcrumbs {
    margin-top: 80px;
}

.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 23px;
}
.breadcrumbs-list a {
    text-decoration: none;
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease;
}
.breadcrumbs-list a:not(.current):hover {
    color: var(--accent-color-light);
}
.breadcrumbs-list a.current {
    font-weight: 400;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 80px;
}
.industries-grid .h-ind-carousel--slide {
    max-width: unset;
    height: 500px;
}
.industrie-info-grid {
    display: flex;
    gap: 80px;
    margin-bottom: 80px;
    padding-left: 5%;
}
.industrie-info {
    flex: 1;
}
.industrie-info > img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    max-height: 500px;
    object-fit: cover;
}
.industrie-info p {
    line-height: 130%;
}
.prs-tabs {
    display: flex;
}
.prs-tabs button {
    background-color: none;
    border: none;
    outline: none;
    color: var(--accent-color-light);
    display: flex;
    align-items: center;
    width: max-content;
    font-size: 22px;
    padding: 5px 0;
    margin-right: 15px;
}
.prs-tabs button img {
    margin-right: 10px;
}
.prs-tabs button.active span {
    border-bottom: 3px solid var(--accent-color-super-duper-light);
}

.prs-ttl {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.prs-ttl h1 {
    font-weight: 500;
    font-size: 25px;
    line-height: 52px;
    text-transform: uppercase;
}

.prs-tabs-content-item {
    display: none;
}
.prs-tabs-content-item.active {
}

.pr-swiper .swiper-wrapper {
    padding: 20px 0 50px 0;
}
.pr-download-swiper .swiper-wrapper {
    align-items: stretch;
    padding: 20px 0 50px 0;
}
.pr-swiper .swiper-slide,
.pr-download-swiper .swiper-slide {
    /* width: max-content; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pr-download-swiper .swiper-slide {
    align-self: stretch !important;
    height: auto !important;
}
.ind-dwnload-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-self: stretch;
    align-self: stretch;
    max-width: 260px;
    text-decoration: none;
    transition: 0.3s ease;
    height: auto;
    justify-content: space-between;
}
.ind-dwnload-item .dwnload-pview img {
    aspect-ratio: 3/4;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 280px;
    border: 5px solid #f2f2f2;
}
.ind-dwnload-item > div {
}
.ind-dwnload-item > div > span,
.ind-dwnload-item > div > strong {
    display: block;
    position: relative;
    margin: 20px 0;
    padding-left: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
}
.ind-dwnload-item > div > span::before,
.ind-dwnload-item > div > span::before {
    content: '// ';
    position: absolute;
    top: 0;
    left: 0;
    color: var(--accent-color-light);
}
.ind-dwnload-item .btn--trans {
    background-color: #fff;
    width: 100%;
    font-size: 14px;
    text-transform: none;
    justify-content: center;
    padding: 3px 10px;
}

.ind-pr-item {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    padding: 25px;
    transition: 0.3s ease;
}
.ind-pr-item img {
    max-width: 150px;
    max-height: 150px;
}
.ind-pr-item span {
    font-weight: bold;
    font-size: 16px;
    margin: 25px 0 0 0;
    color: var(--accent-color-light);
}
.ind-pr-item .ind-pr-item-descr {
    color: #000;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.ind-pr-item .btn--trans {
    margin-top: auto;
    font-weight: 400;
}
.ind-pr-item:hover .btn--trans {
    color: #fff;
    background-color: var(--accent-color-light);
}
.ind-pr-item:hover {
    transform: scale(1.02);
    box-shadow: 0 78px 20px -66px rgb(0 0 0 / 14%);
}

.about-content {
    display: flex;
    gap: 40px;
}
.about-content > img {
    max-width: 100%;
    object-fit: scale-down;
}
.about-content .sect-ttl {
    margin-bottom: 50px;
}
.about-timeline,
.about-map {
    margin: 30px auto;
}
.about-timeline img,
.about-map img {
    max-width: 100%;
}

.about-points-swiper {
    width: 90%;
}
.about-points-swiper .swiper-wrapper {
    margin: 0 auto;
    padding: 65px 0;
    align-items: stretch;
    align-content: stretch;
}

.about-points-swiper .swiper-slide {
    border: 1px solid #8ac9e9;
    padding: 30px 30px;
    text-align: center;
    height: unset;
}
.about-points-swiper .swiper-slide h3 {
    font-family: var(--accent-font);
    font-weight: 400;
    font-size: 65px;
    line-height: 100%;
    color: #8ac9e9;
}
.about-points-swiper .swiper-slide hr {
    border: none;
    border-bottom: 5px solid var(--accent-color-super-light);
    margin: 20px auto;
    width: 81px;
}
.about-points-swiper .swiper-slide p {
    font-weight: 400;
    font-size: 26px;
    line-height: 130%;
    color: #fff;
}

.page-nav.pn-products {
    /* margin: 70px 0 40px 0; */
    padding: 70px 0 40px 0;
}
.pn-links,
.pn-sub-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px 0;
}
.pn-sub-links {
    margin-left: 17px;
}
.pn-sub-link.active {
    font-weight: 600;
    color: #000;
}
.pn-sub-link {
    color: #838383;
    text-decoration: none;
    padding: 0px 8px;
    margin: 4px 0;
}
.pn-sub-link:not(:first-of-type) {
    border-left: 1px solid #000;
}
.pn-link {
    display: block;
    border: none;
    outline: none;
    color: var(--accent-color-dark);
    display: flex;
    align-items: center;
    width: max-content;
    font-size: 22px;
    padding: 3px 0;
    margin-right: 15px;
    text-decoration: none;
}
.pn-link.comp-link {
    font-size: 16px;
}
.pn-link span {
    padding: 5px 0;
}
.pn-link.active span {
    border-bottom: 5px solid var(--accent-color-super-duper-light);
}
.pn-link img {
    margin-right: 10px;
}

.pr-view-main .breadcrumbs-list,
.pr-view-main .prs-ttl {
    margin: 0;
}
.pr-view-main.single-product .prs-ttl {
    margin-bottom: 20px;
}
.prs-ttl h1 {
    font-family: var(--accent-font);
}
.pr-view-main .breadcrumbs-list {
    margin-bottom: 30px;
}
.prdcts-grid {
    margin: 40px 0;
    /* display: flex;
    flex-wrap: wrap; */
    /* justify-content: space-evenly; */
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.prdcts-grid .ind-pr-item {
    max-width: unset;
    /* min-width: 225px; */
    min-width: 300px;
    flex: 0 1 23%;
    color: #000;
    max-width: 430px;
    /* height: max-content; */
}
.prdcts-grid .ind-pr-item p,
.ind-pr-item .ind-pr-item-descr {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pr-view-with-filter {
    display: flex;
    gap: 40px;
    position: relative;
}
.pr-view-with-filter .pr-view-right {
    /* flex: 0 2; */
    /* max-width: 300px;  */
    /* position: sticky; */
    /* top: 80px; */
    width: 350px;
    min-width: 320px;
    will-change: min-height, height;
    /* height: max-content; */
}
.inner-wrapper-sticky {
    will-change: position, transform;
}
.pr-view-with-filter .pr-view-main {
    flex: 1;
}
.toggle-pr-menu.open {
    transform: rotate(180deg);
}
.tree-menu {
    background-color: var(--accent-color-light);
    padding: 22px;
    color: #fff;
    margin-bottom: 15px;
}
.inner-wrapper-sticky .tree-menu:last-of-type {
    margin-bottom: 0;
}
.tree-menu .ztree {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}
/* .menu-block {
    position: sticky;
    top: 80px;
} */
.tree-menu hr {
    margin: 15px 0;
    border: none;
    opacity: 0.3;
    border-bottom: 1px solid #f9f9f9;
}
.tree-menu > b {
    display: flex;
    justify-content: space-between;
}
.tree-menu > b .pr-menu-ttl img {
    margin-right: 5px;
}

.tree-menu .ztree {
    scrollbar-width: thin;
    scrollbar-color: var(--accent-color-super-duper-light) transparent;
}

.tree-menu .ztree::-webkit-scrollbar {
    width: 12px;
}

.tree-menu .ztree::-webkit-scrollbar-track {
    background: var(--accent-color-dark);
}

.tree-menu .ztree::-webkit-scrollbar-thumb {
    background-color: var(--accent-color-super-light);
    border-radius: 0;
    border: 3px solid transparent;
}
.pr-menu-content .btn--trans {
    text-transform: none;
    border: 1px solid #fff;
    color: #fff;
}

.filter-cat-toggler {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    /* margin-bottom: 15px; */
}
.filter-cat-toggler img {
    max-width: 100%;
    object-fit: scale-down;
    transform: rotate(180deg);
}
.filter-cat-toggler.open img {
    transform: rotate(0);
}
.filter-categorie {
    padding-bottom: 15px;
}
.filter-categorie:not(:first-of-type) {
    margin-top: 15px;
}
.filter-categorie:not(:last-of-type) {
    border-bottom: 1px solid #f9f9f94b;
}
.filter-categorie:last-of-type {
    margin-top: 15px;
}

.search-filter-input-wrapper {
    position: relative;
    /* margin-top: 10px; */
    margin-bottom: 10px;
}

.filter-categorie .search-filter-input {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 10px;
    padding-right: 35px;
    width: 100%;
    border: 1px solid rgba(249, 249, 249, 0.5);
    /* position: relative; */

    background-image: url(/img/icons/pam_search.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.filter-categorie .search-filter-input::placeholder {
    color: #ffffffac;
}

.filter-categorie ul::-webkit-scrollbar {
    width: 12px;
}

.filter-categorie ul::-webkit-scrollbar-track {
    background: var(--accent-color-dark);
}

.filter-categorie ul::-webkit-scrollbar-thumb {
    background-color: var(--accent-color-super-light);
    border-radius: 0;
    border: 3px solid transparent;
}

.filter-categorie ul {
    margin-top: 15px;
    list-style: none;
    max-height: 155px;
    overflow-y: auto;
    overflow-x: hidden;
}
.filter-categorie ul li {
    margin-left: 30px;
}
.filter-categorie .pretty .state label {
    margin-left: 8px;
    font-size: 12px;
}
.filter-categorie .pretty.p-svg .state .svg {
    left: -2px;
}
.filter-categorie .pretty .state label:before,
.filter-categorie .pretty .state label:after {
    top: 0;
}
.pr-line-content {
    display: grid;
    grid-template-columns: 1fr;
    /* display: flex;
    align-items: flex-start; */
    gap: 40px;
    margin-bottom: 15px;
}
.pr-line-content img {
    max-width: 100%;
    /* flex: 0 1 500px; */
    /* width: 100%;
    max-width: 500px; */
}
.pr-line-content > div {
    /* width: 100%; */
}
.prdts-tab-buttons {
    display: flex;
}
.prdts-tab-buttons .prdts-tab-button {
    flex: 1;
    background-color: var(--accent-color-super-duper-light);
    padding: 10px;
    transition: 0.3s ease;
}
.prdts-tab-buttons .prdts-tab-button.active {
    color: #fff;
    background-color: var(--accent-color-light);
}

.prdts-tab-downloads {
    display: flex;
}
.pr-download-tabs {
    display: flex;
    flex-direction: column;
    max-width: 270px;
    padding: 30px 0 30px 20px;
}
.pr-download-tabs > * {
    /* margin-bottom: 10px; */
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 5px;
}
.pr-download-tabs__item {
    text-align: left;
    transition: 0.3s;
    font-weight: 700;
    font-family: var(--accent-font);
    border-bottom: 1px solid rgba(0, 0, 0, 0.234);
}
.pr-download-tabs__item.active {
    color: var(--accent-color-dark);
    font-weight: 900;
    /* border-right: 5px solid var(--accent-color-super-duper-light); */
    box-shadow: -10px 0 0 -5px var(--accent-color-super-duper-light) inset;
}
.pr-download-tabs__item:hover {
    color: var(--accent-color-super-duper-light);
}

.products-playground {
    background-color: #fff;
}
.products-playground-table {
    width: 100%;
    overflow: auto;
}
.products-playground-actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 15px;
}
.products-playground-actions > * {
    margin-bottom: 10px;
}
.products-playground-actions > div:last-of-type {
    flex-wrap: wrap;
}
.products-playground-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.products-playground-buttons > * {
    margin-right: 25px;
}
.pr-layout-sq,
.pr-layout-list {
    background-position: center center;
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    transition: 0.3s ease;
}
.pr-layout-list {
    background-size: 90%;
    background-image: url(/img/icons/p_list_gray.svg);
}
.pr-layout-list.active {
    background-image: url(/img/icons/p_list.svg);
}
.pr-layout-sq {
    background-size: 75%;
    background-image: url(/img/icons/p_squares_gray.svg);
}
.pr-layout-sq.active {
    background-image: url(/img/icons/p_squares.svg);
}
.products-playground-table thead {
    background-color: var(--accent-color-light);
    color: #fff;
}
.products-playground-table th {
    font-weight: 400;
    padding: 5px 7px;
    font-size: 14px;
}

.products-playground-table th.js-sortTable {
    cursor: pointer;
}
.products-playground-table th.sort-icon {
    padding-right: 15px;
}
.sort-icon {
    margin-left: 5px;
    position: relative;
}
.sort-icon::after {
    content: '▲';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(calc(-50% - 4px));
    font-size: 7px;
    opacity: 0.7;
}
.sort-icon::before {
    content: '▼';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(calc(-50% + 4px));
    font-size: 7px;
    opacity: 0.8;
}

.sort-icon.sort-asc::after {
    content: '▲';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 10px;
    opacity: 1;
}
.sort-icon.sort-desc::after {
    content: '▼';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 10px;
    opacity: 1;
}

.sort-icon.sort-asc::before,
.sort-icon.sort-desc::before {
    content: none;
}

.products-playground-table th.center {
    text-align: center;
}
.products-playground-table td {
    padding: 10px 7px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 11px;
    white-space: nowrap;
}

.products-playground-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.products-playground-table tbody tr:hover {
    background-color: #e9e9e9;
}
.products-playground-table td.center {
    text-align: center;
}
.products-playground-table td img {
    max-width: 55px;
}
.products-playground-table td svg {
    max-height: 20px;
}

.products-playground-items {
    /* display: flex;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 15px;
}
/* .products-playground-items,
.products-playground-items * {
    transition: 0.3s ease;
} */
.pr-playgroud-item {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #e0e0e0;
}
.products-playground-items.list-style .pr-playgroud-item {
    max-width: 100%;
}
.pr-playgroud-item:not(.list-style) .pr-pl-preview {
    min-height: 150px;
}
.pr-playgroud-item:not(.list-style) .pr-pl-preview b {
    font-size: 14px;
}
/* .pr-playgroud-item:not(.list-style) .pr-pl-preview:hover .pr-pl-details {
    opacity: 1;
    top: 0;
    left: 0;
    background-color: #eaf6fef8;
} */

.pr-pl-preview {
    position: relative;
    /* padding: 20px 15px; */
    padding: 20px 15px 0 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.pr-pl-details {
    opacity: 1;
    padding: 10px 0;
    /* background-color: #eaf6fe2e; */
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.3s ease;
}
/* .pr-pl-details {
    position: absolute;
    opacity: 1;
    top: 100%;
    left: 0;
    padding: 20px 15px;
    background-color: #eaf6fe2e;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.3s ease;
} */

.pr-pl-details table {
    width: 100%;
}

.pr-pl-details table tr td {
    font-size: 12px;
    padding-bottom: 5px;
}
.pr-pl-details table tr td:nth-child(1) {
    font-weight: 600;
}

.pr-pl-details ul {
    list-style: none;
    /* margin: 34px 15px 0 15px; */
    margin: 0px;
}
.pr-pl-details ul li {
    margin: 3px 0;
}
.pr-pl-details .pr-pl-prop {
    font-size: 10px;
    font-weight: 600;
    margin-right: 10px;
}
.pr-pl-details .pr-pl-prop-val {
    font-size: 10px;
}
.pr-pl-details b {
    display: flex;
    justify-content: center;
}
.pr-pl-preview > img {
    max-width: 100%;
}

.pr-pl-downloads {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 15px 5px 10px 5px;
    border-top: 1px solid #e0e0e0;
}
.pr-pl-downloads a {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    row-gap: 5px;

    color: var(--Corporate-blue, #005ca5);
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 15.6px */
}
.pr-pl-downloads a:first-of-type {
    padding-right: 5px;
}
.pr-pl-downloads a:not(:first-of-type) {
    border-left: 1px solid #e0e0e0;
    margin-left: 5px;
}
.pr-pl-actions {
    /* padding: 20px 15px; */
    padding: 0px 15px 20px 15px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    align-items: center;
}
.pr-pl-actions-line-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pr-pl-actions-line-1 .common-link {
    display: flex;
    align-items: baseline;
    column-gap: 5px;
}
.pr-playgroud-item:not(.list-style) .pr-pl-actions-line-1 .pretty,
.pr-playgroud-item:not(.list-style) .pr-pl-actions-line-1 .common-link {
    margin: 5px 0;
    align-items: center;
}
.pr-playgroud-item:not(.list-style) .pr-pl-actions-line-1 .pretty {
    margin-right: 10px;
}
.pr-pl-actions-line-2 {
    width: 100%;
}
.pr-pl-actions-line-2 div {
    display: flex;
    margin-top: 5px;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pr-pl-actions-line-2 div button {
    flex: 1;
    justify-content: center;
    white-space: nowrap;
}
.pr-pl-actions-line-2 .ls {
    display: none;
}
.pr-pl-actions-line-3 {
    width: 100%;
    display: flex;
}
.pr-pl-actions-line-3 .ls.common-link {
    display: none;
}
.pr-pl-actions-line-3 button,
.pr-pl-actions-line-3 a {
    font-size: 13px;
    flex: 1;
    justify-content: center;
    white-space: nowrap;
}
.pr-pl-actions-line-4 {
    margin-top: 10px;
}

/* List style */
.products-playground-items.list-style {
    grid-template-columns: 1fr;
    gap: 0;
}
.products-playground-items.list-style .pr-playgroud-item {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px 15px;
    justify-content: space-between;
    border: none;
    font-size: 12px;
}
.products-playground-items.list-style .pr-playgroud-item:nth-child(even) {
    background-color: var(--bg-color-2);
}
.products-playground-items.list-style .pr-pl-preview {
    flex-direction: row;
    padding: 0;
}
.products-playground-items.list-style .pr-pl-details b {
    display: none;
}
.products-playground-items.list-style .pr-pl-details {
    position: initial;
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0 15px;
}
.products-playground-items.list-style .pr-pl-details ul {
    display: flex;
    align-items: center;
    margin: 0;
    white-space: nowrap;
}
.products-playground-items.list-style .pr-pl-details ul {
    /* max-width: 300px; */
}
.products-playground-items.list-style .pr-pl-details ul li:not(:first-of-type)::before {
    content: ' , ';
}
.products-playground-items.list-style .pr-pl-prop {
    display: none;
}
.products-playground-items.list-style .pr-pl-preview img {
    max-width: 55px;
    margin: 0 15px;
}
.products-playground-items.list-style .pr-pl-preview b {
    font-weight: 400;
}
.products-playground-items.list-style .pr-pl-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    flex: 1;
    justify-content: flex-end;
}
.products-playground-items.list-style .pr-pl-actions .pr-pl-actions-line-1 {
    flex-wrap: nowrap;
}
.products-playground-items.list-style .pr-pl-actions .pr-pl-actions-line-1 > .common-link {
    margin: 0 12px;
}
.products-playground-items.list-style .pr-pl-actions .pr-pl-actions-line-1 > .common-link span {
    display: none;
}
.products-playground-items.list-style .pr-pl-actions .pr-pl-actions-line-2 {
    order: 2;
}
.products-playground-items.list-style .pr-pl-actions .pr-pl-actions-line-2 div:not(.ls) {
    display: none;
}
.products-playground-items.list-style .pr-pl-actions .pr-pl-actions-line-2 .ls {
    display: block;
    white-space: nowrap;
}
.products-playground-items.list-style .pr-pl-actions .pr-pl-actions-line-2 .ls button {
    margin: 0 12px;
}
.products-playground-items.list-style .pr-pl-actions-line-3 a:not(.ls) {
    display: none;
}
.products-playground-items.list-style .pr-pl-actions-line-3 .ls.common-link {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.products-overview {
    padding: 30px 15px;
    background-color: #fff;
}
.products-overview .pr-ov-banner img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.products-overview .pr-ov-accent {
    display: flex;
    flex-direction: row;
    padding: 30px 0;
    background-color: var(--bg-color-1);
    /* flex-wrap: wrap; */
}

.products-overview .pr-ov-accent > div:first-of-type img {
    width: 100%;
    min-width: 200px;
    max-width: 500px;
}
.products-overview .pr-ov-accent > div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 700px;
}
.products-overview .pr-ov-accent > div:last-of-type p {
    line-height: 150%;
}
.pr-ov-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    padding: 30px 60px;
    background-color: #d8dadc;
}
.pr-ov-item {
    display: flex;
    gap: 40px;
}
.pr-ov-item > div:first-of-type {
    width: 100%;
    max-width: 252px;
}
.pr-ov-item > div:first-of-type img {
    object-fit: cover;
    width: 100%;
}
.pr-ov-item > div:last-of-type ul {
    padding-left: 20px;
    line-height: 130%;
}
.pr-ov-item > div:last-of-type ul li {
    margin-bottom: 5px;
}
.pr-download-grid {
    width: 100%;
    padding: 30px 15px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /* display: flex;
    flex-wrap: wrap; */
    gap: 15px;
}
.pr-download-grid .ind-dwnload-item {
    /* max-width: unset; */
}
.pr-download-grid .ind-dwnload-item .dwnload-pview {
    display: block;
}
.pr-download-grid .ind-dwnload-item .dwnload-pview img {
    display: block;
    margin: 0 auto;
}

.pr-ov-section {
    display: flex;
    padding: 30px 15px;
    position: relative;
    gap: 20px;
}
.pr-ov-section.txt-top .pr-ov-section-txt {
    justify-content: flex-start !important;
}
.pr-ov-section .pr-ov-section-img {
    width: 100%;
    flex: 1 0 50%;
}
.pr-ov-section .pr-ov-section-img img {
    display: block;
    width: 100%;
    min-width: 200px;
    /* max-width: 500px; */
    object-fit: scale-down;
}
.pr-ov-section .pr-ov-section-txt .sect-ttl {
    line-height: 120%;
    margin-bottom: 20px;
}

/* section image as background  */
.pr-ov-section.img-background {
    overflow: hidden;
    padding: 50px 30px;
}
.pr-ov-section.img-background .pr-ov-section-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.pr-ov-section.img-background .pr-ov-section-img img {
    max-width: unset;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    filter: brightness(0.8);
}
.pr-ov-section.img-background .pr-ov-section-txt {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.624);
    padding: 3% 10%;
    border: 1px solid rgba(255, 255, 255, 0.248);
    box-shadow: 0 0 30px -15px black;
}
.pr-ov-section.img-background .pr-ov-section-txt .sect-ttl {
    line-height: 120%;
    margin-bottom: 20px;
}
/* section image right  */
.pr-ov-section.img-r {
    flex-direction: row-reverse;
}
.pr-ov-section.img-r .pr-ov-section-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* section image left  */
.pr-ov-section.img-l .pr-ov-section-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pr-ov-section ul,
.pr-ov-section ol{
    padding-left: 25px;
}

/* section image center  */
.pr-ov-section.img-c {
    flex-direction: column;
}
.pr-ov-section.img-c .pr-ov-section-img img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* [PRODUCT INNER PAGE] */
.gen-doc-form {
    padding: 30px;
}
.gen-doc__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 780px) {
    .gen-doc__grid {
        grid-template-columns: 1fr;
    }
    .gen-doc__grid > div {
        grid-column: auto !important;
    }
    .gen-doc-form {
        padding: 0;
    }
}
.gen-doc-form .grid-2col {
    gap: 5px 30px;
    margin-bottom: 30px;
}
.pr-view {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 50px;
}
.pr-v-image {
    grid-column: 1;
    width: 100%;
    height: max-content;
    border: 1px solid #bbd4f0;
    padding: 20px;
}
.pr-vi {
    background-color: #fff;
}
.pr-v-compare-box {
    grid-column: 1;
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
    align-items: center;
    background-color: none;
}
.pr-v-content {
    grid-column: 2;
    grid-row: 1;
    display: grid;
    grid-auto-rows: max-content;
    gap: 20px;
}
.pr-v-image .pr-vi img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.pr-v-actions {
    display: flex;
    flex-direction: column;
    row-gap: 17px;
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* grid-template-columns: minmax(100px, 1fr) max-content 1fr; */
    /* gap: 10px 30px;
    justify-content: space-between; */
    background-color: #fff;
    /* padding: 40px 0; */
}
.pr-rice-value {
    font-size: 22px;
}
.pr-qty-box {
    display: flex;
    align-items: center;
}
.pr-qty-box > .pr-qty-box-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 200px;
}
.pr-qty-box > .pr-qty-box-inner input.pr-qty {
    padding: 0 10px;
    text-align: center;
}
.pr-qty-box .pr-qty-box-inner button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 42px;
    height: 42px;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    transition: 0.3s ease;
}
.pr-qty-box .pr-qty-box-inner button:hover {
    background-color: var(--accent-color-light);
    font-weight: 700;
    color: #fff;
}
.pr-qty-box .pr-qty {
    max-width: 100px;
}
.pr-actions-box {
    grid-column: 3;
    grid-row: 1/4;
    align-items: flex-start;
    height: max-content;
}

.pr-actions-box,
.pr-actions-box > div {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    row-gap: 10px;
}
.pr-actions-box > div .btn-reg {
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 0;
}
.pr-actions-box > div > *,
.pr-actions-box > a {
    margin: 0 5px;
}
/* .pr-actions-box > div > button {
    margin-top: 10px;
} */
.req-info {
    display: flex;
    align-items: center;
}
.pr-va-1,
.pr-va-2,
.pr-va-3 {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.pr-va-1 b,
.pr-va-2 b,
.pr-va-3 b {
    margin-right: 5px;
}
.g-inventory {
    border-top: 1px solid #bbd4f0;
    padding-top: 20px;
    margin-top: 5px;
}
.stock {
    color: red;
}
.stock.in-stock {
    color: rgb(0, 0, 0);
}
.pr-details {
    background-color: #fff;
}
.pr-tab-desrc {
    padding: 30px 15px;
}
.pr-descr-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    /* column-count: 2;
    column-gap: 30px; */
}

.pr-descr-list li {
    font-size: 16px;
    line-height: 200%;
}
.pr-descr-list table {
    height: fit-content;
}
.pr-descr-list table td {
    padding: 10px;
    border-bottom: 1px solid #c1c1c1;
}
.pr-descr-list table tr td:nth-child(odd) {
    background-color: #ececec;
    font-weight: 700;
}
@media only screen and (max-width: 780px) {
    .pr-descr-list {
        grid-template-columns: 1fr;
        row-gap: 0;
    }
    .pr-descr-list table tr td:nth-child(odd) {
        width: 50%;
    }
}
/* CONTACT US */
.contact-grid {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 532px 1fr;
}
.contact-form {
    padding-top: 200px;
    position: relative;
}
.contact-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 40px;
}
.contact-form form .jfilestyle {
    width: auto;
}
.contact-form form input {
    background-color: #fff;
}
.contact-left {
    background-color: var(--bg-color-2);
}
.contact-left > div {
    max-width: 369px;
    margin: 58px 35px 0px auto;
}
.contact-left > div > h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}
.contact-socials > a {
    display: inline-block;
    margin-right: 15px;
}

#map {
    height: 600px;
    z-index: 0;
    /* border-radius: 20px; */
    /* margin-bottom: 100px; */
}

.contact-map {
    background-image: url(/img/misc/p_map.jpg);
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    min-height: 700px;
    position: relative;
}

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

/* [BLOGS] */
.blogs-playground {
    display: grid;
    grid-template-columns: 1fr minmax(0, 400px);
    gap: 50px;
    padding-bottom: 50px;
}
.blogs-menu {
    position: sticky;
    top: 80px;
    height: max-content;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.blogs-menu-item {
    margin-bottom: 30px;
}
.blogs-menu-item > h3 {
    font-weight: bold;
    font-size: 26px;
    line-height: 43px;
    text-transform: uppercase;
    color: #333333;
}
.blogs-menu-item > hr {
    border: 1px solid #bbd4f0;
    margin-bottom: 20px;
}
.tags-list {
    display: flex;
    flex-direction: column;
}
.tags-list .pretty {
    margin: 5px 0;
}
.pop-blogs {
    display: flex;
    flex-direction: column;
}

.pop-blog {
    display: flex;
    text-decoration: none;
    margin-bottom: 20px;
}
.pop-blog .pb-img {
    width: 100%; /* Adjust as needed */
    max-width: 120px;
    height: 100%;
    min-height: 80px;
    max-height: 80px;
    margin-right: 15px;

    position: relative;
    /* padding-bottom: 21.25%; */
}
.pop-blog .pb-img img {
    display: block;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* height: 100%; */
    /* aspect-ratio: 14/9; */
}
.pop-blog .pb-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
    color: #000;
}
.blogs-grid {
    width: 100%;
    display: grid;
    /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 20px;
}
.blogs-item {
    width: 100%;
    /* height: max-content; */
    background-color: #fff;
    text-decoration: none;
    color: #000;
    transition: 0.3s ease;
}
.blogs-item:hover {
    box-shadow: 0 78px 20px -66px rgb(0 0 0 / 14%);
}
.blogs-item .bi-img {
    position: relative;
}
.blogs-item .bi-img > img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.bi--lm {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.459);
}
.bi-content {
    padding: 15px;
}
.bic-ttl {
    margin: 20px 15px;
    padding-left: 15px;
    border-left: 5px solid var(--accent-color-light);
    font-weight: 600;
    font-size: 16px;
}
.popular-posts-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
    color: #000;
}
.bic-date {
    margin: 20px 0;
}
.bi-content p {
    line-height: 150%;
}
.blog-head-img {
    width: 100%;
    margin-bottom: 30px;
}
.blog-head-img img {
    max-width: 100%;
    margin-bottom: 10px;
}

/* [Download Center] */
.download-center.pr-menu-content label {
    display: block;
    margin-bottom: 20px;
}
.download-center.pr-menu-content label > span {
    display: block;
    margin-bottom: 5px;
}
.download-general {
    background-color: var(--bg-color-2);
    padding: 20px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}
.download-general-items {
    display: flex;
    gap: 15px;
    margin-left: 20px;
}
.download-general-item {
    position: relative;
    width: 170px;
    display: flex;
    font-size: 14px;
    text-align: center;
}
.download-general-item a {
    text-decoration: none;
    color: var(--accent-color-dark);
}
.dgi-download {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    background-color: var(--bg-color-2);
    transition: 0.3s ease;
}
.dgi-download:hover {
    width: 40px;
    height: 40px;
}
.dgi-file {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dgi-file p {
    margin: 15px 0;
}
.dgi-file img {
    display: block;
    width: 100%;
    object-fit: cover;
}

/* [COMPARE] */
.compare-table tbody td,
.compare-table tbody th {
    max-width: 200px;
}
.compare-table tbody:nth-child(odd) td,
.compare-table tbody:nth-child(odd) th {
    background-color: #fff;
}
.compare-table tbody:nth-child(even) td,
.compare-table tbody:nth-child(even) th {
    background-color: var(--bg-color-2);
}
.compare-prod-img {
    position: relative;
}
.compare-prod-img img {
    width: 100%;
    max-width: 200px;
}
.compare__remove {
    text-decoration: none;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 25px;
    font-weight: 600;
    line-height: 100%;
    color: var(--accent-color-dark);
    transition: 0.3s ease;
}
.compare__remove:hover {
    transform: scale(1.5);
}
/* .compare-table tbody th.compare-table--group-head{ */
.compare-table tbody th[scope='row'] {
    font-weight: 500;
}

/* [SHOPPING/QUOTE CART] */
.cart-table thead th {
    background-color: var(--accent-color-light);
    color: #fff;
    font-weight: 400;
    padding: 24px 15px 17px 15px;
}
.cart-table tbody tr td {
    background-color: #fff;
}
.cart-table tbody tr:nth-child(even) td {
    background-color: var(--bg-color-2);
}
.cart-table tbody tr:nth-child(even) th {
    background-color: var(--bg-color-2);
}
.cart-table tbody tr:nth-child(odd) th {
    background-color: #fff;
}
.cart-table tbody tr td {
    vertical-align: middle;
}

.cart-table tbody td .ct-pr-image {
    display: block;
    max-width: 100px;
}
.cart-table tbody tr td .pr-qty-box {
    max-width: 200px;
}
.cart-table tbody tr td .pr-qty-box > div {
    margin: 0;
}
.cart-table tbody tr td .pr-qty-box input {
    background-color: transparent;
}
.delete-from-cart {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    /* background-color: var(--bg-color-1); */
    background-color: tomato;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #bdbdbd; */
    transition: 0.3s ease;
}
.delete-from-cart:hover {
    background-color: var(--accent-color-light);
    color: #fff;
}
.btn-action {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: var(--bg-color-1);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bdbdbd;
    transition: 0.3s ease;
}
.btn-action.delete {
    background-color: tomato;
    border: none;
}
.btn-action.delete svg path {
    fill: #fff;
}
.btn-action:hover {
    background-color: var(--accent-color-light);
    color: #fff;
}

.cart-extra {
    padding: 20px 0;
}
.cart-extra__row {
    display: flex;
    gap: 50px;
    margin-bottom: 15px;
}

.cart-summary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}
.cs-row {
    width: 200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
}
.cs-row p {
    text-align: right;
}
.oi-row {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 10px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 900px;
}
.oi-label {
    color: var(--accent-color-light);
}

.cart-empty-msg {
    padding: 20px;
    display: none;
    text-align: center;
}

/* [PROFILE PAGE] */
#prof-top-nav {
    padding: 20px 0 20px 0;
    background-color: #fff;
}
.profile .breadcrumbs-list {
    margin: 0;
}
.prof-sect-ttl {
    display: flex;
    color: var(--accent-color-dark);
    margin-top: 20px;
    margin-bottom: 20px;
}
.prof-sect-inner-ttl {
    display: block;
    color: var(--accent-color-dark);
    margin-bottom: 30px;
}
.prof-sect-ttl img {
    margin-right: 10px;
}
.prof-sect {
    background-color: #fff;
    padding: 38px 47px;
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
}
.prof-sect.ps-flex {
    display: flex;
}
.prof-sect-item:not(:last-of-type) {
    /* border-right: 1px solid #e0e0e0; */
}
.prof-sect.ps-flex .prof-sect-item {
    padding: 0;
}
.prof-sect-item {
    width: 100%;
    padding-right: 50px;
    margin-bottom: 20px;
    position: relative;
}
.prof-sect-item:not(:last-of-type)::after {
    content: '';
    position: absolute;
    background-color: #e0e0e0;
    width: 1px;
    height: 100%;
    top: 0;
    right: -25px;
}
.prof-sect-item .btn--trans {
    text-transform: unset;
    justify-content: center;
    align-items: center;
    min-width: 130px;
    padding: 12px 15px;
}
.prof-sect-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.prof-sect-buttons > * {
    margin-right: 5px;
}

.prof-sect-row {
    width: 100%;
    display: grid;
    gap: 15px 20px;
    /* grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); */
    grid-template-columns: minmax(100px, 150px) minmax(150px, 1fr);
    white-space: pre-wrap;
}
.prof-sect .btn-arrow {
    height: max-content;
}
.prof-sect-row input {
    padding: 2px 10px;
    border: 1px solid #e0e0e0;
}
.psr-col1 {
    color: var(--accent-color-super-light);
}
.general-contact-line {
    position: relative;
}
.general-contact-line .contact-line-actions {
    position: absolute;
    top: 0;
    right: -100px;
}
.contact-line {
    margin-bottom: 10px;
}
.contact-line-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-line-edit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}
.contact-line-edit input {
    padding: 2px 10px;
    border: 1px solid #e0e0e0;
    margin-right: 10px;
}
.contact-line-actions {
    display: flex;
}
.contact-line-view .psr-col1,
.contact-line-edit .psr-col1 {
    margin-right: 5px;
}
.contact-line-actions button {
    margin-right: 10px;

    width: 30px;
    height: 30px;
}
.contact-line-actions button:hover path {
    fill: #fff;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.acp-form {
    text-align: initial;
}
.acp-form input,
.acp-form textarea {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
}
.btn-side-menu {
    display: none;
    margin: 10px 10px 10px auto;
}
.btn-side-menu svg {
    margin-left: 10px;
}
.btn-side-menu.sm-filter {
    margin: 0;
    align-items: center;
}
.btn-side-menu.sm-filter svg {
    margin: 0;
    width: 15px;
    height: 100%;
    fill: #d8d8d8;
    transition: 0.3s ease;
}
.btn-side-menu.sm-filter:hover svg {
    transform: scale(1.2);
}
.btn-side-menu.sm-filter {
    display: none;
}

/* [FOOTER] */
footer {
    background-color: #1b3d71;
    color: #fff;
}

.ft,
.fb {
    padding-inline: var(--block-padding);
    display: flex;
    justify-content: space-between;
}
.fb {
    background-color: #143669;
    padding: 30px 0;
    padding-inline: var(--block-padding);
}
.ft--col:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ft--col:nth-child(1) > div a {
    margin-right: 20px;
}
.ft--col {
    padding: 30px 15px;
}

.ft--col h5 {
    font-family: var(--accent-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.ft ul {
    list-style: none;
}
.ft ul > li {
    margin-bottom: 3px;
}
.ft ul a,
.ft a,
.ft p {
    text-decoration: none;
    font-size: 16px;
    line-height: 130%;
    color: #bbd4f0;
    transition: 0.3s ease;
}
.ft ul a:hover {
    color: #fff;
}

.ft--subscribe {
    font-size: 14px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
}

/* || SEARCH RESULTS PAGE || */

.no-results {
    display: grid;
    width: 100%;
    height: 300px;
    place-items: center;
    font-size: clamp(20px, 2vw, 26px);
}

.search-results-page .page-nav.pn-products {
    padding: 30px 0;
}
.search-resutlts__title {
    font-weight: 500;
    font-size: 32px;
    font-family: var(--accent-font);
    text-transform: uppercase;
    padding-top: 50px;
}

.search-results-page .pr-download-grid {
    grid-template-rows: max-content;
}
.search-results-page .products-playground {
    background-color: unset;
}
.page-result {
    padding: 25px 0;
}

.page-result h2 {
    font-weight: normal;
    font-size: clamp(20px, 2vw, 26px);
    margin-bottom: 20px;
    color: var(--accent-color-light);
}
.page-result .common-link {
    display: block;
    margin-top: 25px;
    text-decoration: underline;
}

.responsive-iframe {
    display: block; /* iframes are inline by default */
    background: #000;
    border: none; /* Reset default border */
    height: 100vh; /* Viewport-relative units */
    width: calc(100vw - 15px);
    margin: 0;
}

@media only screen and (max-width: 1750px) {
    .ft {
        flex-wrap: wrap;
    }
    .ft--col:nth-child(1) {
        flex: 1 0 100%;
    }
}
@media only screen and (max-width: 1600px) {
    .pr-actions-box,
    .pr-actions-box > div {
        flex-wrap: wrap;
    }
    .pr-actions-box > div > * {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1750px) {
    .btn-reg {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1550px) {
    .download-general {
        flex-direction: column;
    }
    .download-general-items {
        margin: 20px 0;
        flex-wrap: wrap;
    }

    #request-different-config,
    .request-dialog {
        padding: 70px;
        width: auto;
    }
}

@media only screen and (max-width: 1450px) {
    .h-search {
        width: 95%;
    }
    .h-search-content__top,
    .h-search-content__bottom {
        column-gap: 10px;
    }
    .h-pr-item p,
    .h-pr-item p::before {
        font-size: 20px;
        line-height: unset;
    }
    .contact-line-view,
    .contact-line-edit {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }
    .contact-line-view > div,
    .contact-line-edit > div {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1300px) {
    #requestInfo-dialog,
    #register-dialog,
    #login-dialog,
    #subscribe-dialog {
        padding: 70px;
    }
    .h-blogs-grid {
        grid-template-columns: max-content 1fr;
    }
    .h-blogs--subscribe form {
        margin: 58px 20px 58px 20px;
    }
    .weg-blogs {
        width: 100%;
    }
}

@media only screen and (max-width: 1250px) {
    .h-ind--wrapper {
        flex-direction: column;
    }
    .h-ind--right {
        width: 100%;
    }
    .ind-quote {
        margin: 0 auto;
        max-width: unset;
    }
    .h-about-test {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .h-test {
        width: 100%;
        padding: 55px 20px 55px 20px;
    }
    .industrie-info {
        flex: unset;
    }
}
@media only screen and (max-width: 1000px) {
    .pr-view {
        display: block;
    }
    .pr-v-compare-box {
        margin: 15px 0;
    }
    .pr-v-actions {
        grid-template-columns: 1fr 1fr;
        padding: 40px 10px;
    }
    .g-qty {
        grid-area: g-qty;
        flex-wrap: wrap;
    }
    .pr-qty-box .pr-actions-box {
        margin-top: 20px;
        flex: 1 0 100%;
    }
    .g-price {
        grid-area: g-price;
    }
    .g-locations {
        grid-area: g-locations;
    }
    .g-inventory {
        grid-area: g-inventory;
    }
    .g-actions {
        grid-area: g-actions;
    }
    .pr-v-actions {
        grid-template-areas:
            'g-qty g-price'
            'g-locations g-locations'
            'g-inventory g-inventory'
            'g-actions g-actions' !important;
    }
}
@media only screen and (max-width: 1195px) {
    .blogs-playground {
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (max-width: 1150px) {
    .h-slide-content > div:first-of-type h1 {
        /* font-size: 35px; */
        /* line-height: 110%; */
    }
    .h-slide-content {
        padding: 0 13%;
    }
    /* .h-swiper .swiper-slide {
        max-height: 300px;
    } */
    .h-swiper .swiper-slide > img {
        height: auto;
    }
    .h-slide--learn {
        margin-top: 40px;
    }
    .about-content {
        flex-direction: column;
    }
    .about-content > img {
        object-fit: contain;
        max-height: 600px;
    }
    .h-search {
        margin-top: -25px;
    }
    .h-search-tabs button {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1100px) {
    .pr-line-content {
        /* flex-direction: column; */
        display: grid;
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 1050px) {
    .h-blogs-grid {
        display: flex;
        flex-direction: column;
    }
    .h-blogs--subscribe form {
        max-width: unset;
    }
    .weg-blogs {
        padding: 0 5%;
    }
    .date-cal {
        font-size: 12px;
    }
    .industrie-info-grid {
        display: block;
        padding: 0 5%;
    }
    .industrie-info {
        margin-bottom: 50px;
    }
    .pr-details .prdts-tab-buttons {
        flex-direction: column;
        gap: 1px;
    }
    .contact-grid {
        grid-template-columns: 1fr 1fr;
    }
    .contact-left > div {
        margin: 58px auto 0px auto;
    }
}
@media only screen and (max-width: 1000px) {
    .h-swiper .swiper-slide p {
        font-size: 14px;
    }
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 950px) {
    .prs-ttl {
        flex-wrap: wrap;
    }
    .prs-ttl .flex {
        flex-wrap: wrap;
    }
    .h-slide-content > div:first-of-type h1 {
        font-size: 25px;
    }
    .h-search-content__top {
        flex-direction: column;
        justify-content: stretch;
        align-items: flex-start;
        row-gap: 10px;
    }
    .h-search-content__input-wp {
        width: 100%;
    }

    .h-search-content__bottom {
        flex-direction: column;
        justify-content: stretch;
        align-items: flex-start;
        row-gap: 10px;
    }
}

@media only screen and (max-width: 850px) {
    .contact-grid {
        display: flex;
        flex-direction: column;
    }
    .contact-left > div,
    .contact-left .h-blogs--subscribe form {
        max-width: unset;
        margin: unset;
        padding: 30px;
    }
    .contact-form {
        padding-top: 40px;
    }
    .prof-sect.ps-flex {
        flex-direction: column;
    }
    .prof-sect.ps-flex .prof-sect-item:not(:last-of-type)::after {
        content: none;
    }
    .btn-side-menu {
        display: block;
    }
    .download-center .select2 {
        width: 100% !important;
    }
    .download-center .select2-container--default .select2-selection--multiple {
        padding: 10px;
    }
    .btn-side-menu.sm-filter {
        display: initial;
        position: fixed;
        top: 280px;
        right: 0;
        background-color: #fff;
        z-index: 99;
        height: 40px;
    }
    .pr-view-with-filter .pr-view-right {
        position: fixed;
        height: max-content;
        /* max-height: 90vh; */
        top: 0;
        left: -100%;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        overflow-y: auto;
    }
    .ztree li a {
        max-width: unset !important;
    }
    .prdts-tab-downloads {
        flex-direction: column;
    }
    .pr-download-tabs {
        max-width: 100%;
    }
}

@media only screen and (max-width: 780px) {
    #request-different-config .request-different-config__options,
    .request-dialog .request-different-config__options {
        flex-direction: column;
    }
    #request-different-config .request-different-config__options input,
    .request-dialog .request-different-config__options input,
    #request-different-config .request-different-config__options label,
    .request-dialog .request-different-config__options label {
        width: 100%;
    }
    #request-different-config .request-different-config__options label,
    .request-dialog .request-different-config__options label {
        margin-bottom: 10px;
    }

    #requestInfo-dialog,
    #register-dialog,
    #login-dialog,
    #subscribe-dialog {
        width: 100%;
    }
    .h-slide-content > div:first-of-type h1 {
        font-size: 18px;
    }
    .h-slide-content > div:first-of-type {
        flex: 2;
    }
    .h-slide-content > div:last-of-type {
        flex: 1.5;
    }
    .login-form-row {
        flex-direction: column;
    }
    .h-why > h2 {
        font-size: 40px;
        line-height: unset;
    }
    .h-why-slide h3 {
        font-size: 25px;
        line-height: 120%;
    }
    .why-checkmark {
        font-size: 16px;
        line-height: 100%;
        padding-left: 25px;
    }
    .why-checkmark::before {
        width: 16px;
        height: 16px;
    }
    .pn-link span {
        font-size: 14px;
    }
    .prdts-tab-buttons {
        flex-direction: column;
        gap: 1px;
    }
    .pr-ov-section.img-r {
        flex-direction: column;
    }
    .pr-ov-section.img-l {
        flex-direction: column;
    }
}
@media only screen and (max-width: 650px) {
    .h-about {
        flex-direction: column;
    }
    .h-about > img {
        max-width: 100%;
    }
    .h-search-tabs {
        flex-direction: column;
    }
    .h-search-contents {
        padding: 25px 20px;
    }
}
@media only screen and (max-width: 600px) {
    .h-pr-item p,
    .h-pr-item p::before {
        font-size: 16px;
    }
    .weg-blogs-grid {
        display: flex;
        flex-direction: column;
    }
    .weg-blog-item > img {
        width: 100%;
        object-fit: cover;
    }
    .sect-ttl {
        font-size: 25px;
        line-height: 100%;
    }
    .industries-grid {
        grid-template-columns: 1fr;
    }
    .prof-sect {
        padding: 30px 10px;
    }
    .prof-sect p {
        font-size: 12px;
    }
    .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
        font-size: 10px;
    }
    .cart-extra__row {
        flex-direction: column;
        gap: 15px;
    }
}

@media only screen and (max-width: 550px) {
    #requestInfo-dialog form,
    .contact-form form,
    #register-dialog form,
    #requestInfo-dialog .grid-2col,
    #register-dialog .grid-2col,
    #request-different-config .grid-2col,
    .request-dialog .grid-2col {
        display: flex;
        flex-direction: column;
    }
    .prs-tabs button {
        font-size: 16px;
    }
    .pr-descr-list {
        column-count: auto;
    }
    .prdcts-grid {
        justify-content: center;
    }
    .prdcts-grid .ind-pr-item {
        flex: 1 1 100%;
    }
}

@media only screen and (max-width: 500px) {
    #requestInfo-dialog,
    #register-dialog,
    #login-dialog,
    #subscribe-dialog,
    .ind-quote {
        padding: 30px;
    }
    .sect-ttl {
        font-size: 25px;
    }
    .prs-ttl h1 {
        font-size: 25px;
        line-height: 100%;
        margin-bottom: 10px;
    }
    .h-pr-list {
        flex-direction: column;
    }
    .h-pr-item {
        margin-bottom: 40px;
    }
    .h-pr-item p {
        margin: 15px auto;
    }
    .h-pr-item:not(:first-of-type) > .h-pr-item-context {
        border: none;
    }
    .h-about > div {
        padding: 20px;
    }
    .h-search {
        margin-top: -25px;
    }
    .h-slide-content > div:last-of-type {
        display: none;
    }
    .pn-sub-links {
        margin-left: 0;
    }
    .pn-sub-link {
        font-size: 12px;
    }
    .fb {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .prdcts-grid .ind-pr-item {
        min-width: unset;
    }
    .products-playground-actions .btn-reg,
    .prs-ttl .btn-reg {
        font-size: 12px;
    }
    .products-playground-actions > div:last-of-type {
        margin-top: 10px;
    }

    .pop-blog .pb-img {
        max-width: 80px;
        min-height: 60px;
        max-height: 60px;
    }
}

.hidden {
    display: none;
}