@font-face{font-family:Circe;src:url(./fonts/circe400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Circe;src:url(./fonts/circe700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Circe;src:url(./fonts/circe800.ttf) format("ttf");font-weight:800;font-style:normal;font-display:swap}
@font-face {
    font-display: swap;
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/dela-gothic-one.eot');
    src: url('./fonts/dela-gothic-one.eot?#iefix') format('embedded-opentype'),
        url('./fonts/dela-gothic-one.woff2') format('woff2'),
        url('./fonts/dela-gothic-one.woff') format('woff'),
        url('./fonts/dela-gothic-one.ttf') format('truetype'),
        url('./fonts/dela-gothic-one.svg#DelaGothicOne') format('svg');
}

.sorting-form{
    margin-bottom: 16px;
}
.sys-thumb-i-subcaption{
    margin-top: auto;
}
*,::after,::before {box-sizing: border-box}
html, body {scroll-behavior: smooth; padding: 0; margin: 0; font-family: 'Circe', sans-serif; -webkit-tap-highlight-color: transparent; background: var(--wcms-background-ultralight); color: #101010; font-size: 16px;}
h1, h2, h3, h4, h5, h6 {margin-top: 0; margin-bottom: .5rem; font-family: 'Dela Gothic One'; font-weight: 800; line-height: 1.2; text-transform: uppercase;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: .5rem; font-family: 'Dela Gothic One'; font-weight: 700; line-height: 1.2; color: inherit; text-transform: uppercase;}
p {margin-top: 0; margin-bottom: 1rem;}
a {text-decoration: none; outline: none; color: var(--wcms-color-links);}
a:hover {text-decoration: none; color: var(--wcms-color-links-hover);}
button, input, optgroup, select, textarea {margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; outline: none;}
h1 {font-size: 3.375rem;}
.container-fluid {max-width: 1570px; margin: 0 auto; padding-right: 15px; padding-left: 15px;}
.container-fluid.not-padded {padding-right: 0; padding-left: 0;}
.nowrap {white-space: nowrap;}

.highlight {
	color: #ED5D43;
}

.highlight-white {
    color: #fff;
}

@media (max-width: 992px) { 
    h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    h1 {font-size: 1.5rem;}
}

/* HEADER */
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 0 25px;
    margin: 0 auto;
    
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(205, 207, 210, 0.5);
}

.h-menu {
    font-family: 'Dela Gothic One', sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: 8px;
    padding: 25px 0;
    position: sticky;
}

.h-menu-items {
    padding: 0 32px;
}

.h-menu-item {
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #444;
    transition: 0.3s ease color;
    margin-right: 54px;
}
.h-menu-item:last-child {
    margin-right: 0;
}

.h-menu-item:hover {
    color: #ED5D43;
}

.h-menu-logos {
    display: flex;
    gap: 36px;
}

.frsol-logo {
    height: 38px;
}

.frsol-logo.entities {
    margin-bottom: 84px;
    visibility: hidden;
}

.frsol-logo img {
    height: 38px;
}

.h-menu-contacts {
    display: flex;
    gap: 48px;
    font-family: 'Circe', sans-serif;
}

.h-menu-contact {
    font-size: 20px;
}

.h-menu-contact a:hover {
    text-decoration: underline;
}

.contacts-hint {
    text-align: right;
    font-size: 15px;
    line-height: 120%;
    text-align: right;
    color: #ed5d43;
}

.mobile-menu-toggle,
.mobile-menu {
    display: none;
}

.mobile-menu-toggle {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    padding: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    gap: 4px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 0 6px 0 rgba(68, 68, 68, 0.2);
    background: rgba(255, 255, 255, 0.35);
    transition: 0.3 ease all;
}

.mobile-menu-toggle.active {
    box-shadow: none;
    background: none;
}

.mobile-menu-toggle span {
    display: block;
    height: 2px;
    width: 20px;
    background: #444;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle span:nth-child(1),
.mobile-menu-toggle span:nth-child(3){
    display: block;
    height: 2px;
    width: 15px;
    background: #444;
    border-radius: 5px;
    transition: all 0.3s ease;
}

@media (max-width: 1615px) {
    .h-menu-logos {
        gap: 16px;
    }
    .h-menu-item {
        margin-right: 32px;
    }
    .h-menu-contacts {
        gap: 16px;
    }
}

@media (max-width: 1370px) {
    .h-menu-contacts {
        gap: 16px;
    }
    
    .h-menu-items {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    .frsol-logo.entities {
        margin-bottom: 122px;
    }

    .h-menu-item {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {

    .h-menu {
        gap: 16px;
        padding: 18px 0;
    }

    .h-menu-items {
        padding: 0 16px;
    }

    .h-menu-item {
        font-size: 13px;
    }

    .h-menu-logos {
        gap: 12px;
    }

    .frsol-logo img {
        height: 32px;
    }

    .h-menu-contact {
        font-size: 16px;
    }

    .contacts-hint {
        font-size: 12px;
    }

}

@media (max-width: 850px) {

    .h-menu {
        padding: 12px 0;
    }

    .h-menu-item {
        font-size: 12px;
    }

    .h-menu-logos {
        gap: 8px;
    }

    .frsol-logo img {
        height: 28px;
    }

}

@media (max-width: 768px) {
    .header {
        top: 28px;
        border: none;
    }
    .h-menu {
        display: none;
    }

    .frsol-logo {
        padding-top: 96px;
    }

    .mobile-menu-toggle {
        display: flex;
        z-index: 2;
        top: -20px;
        position: absolute;
        right: 10px;
    }

    .mobile-menu {
        display: none;
        flex-direction: column;
        border-radius: 8px;
        padding: 24px;
        gap: 18px;

        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        box-shadow: 0 0 6px 0 rgba(68, 68, 68, 0.2);
        background: rgba(255, 255, 255, 0.75);

        position: absolute;
        top: -22px;
        right: 0;  
        left: 0;

        margin-right: 15px;
        margin-left: 15px;
    }

    .mobile-menu.active {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .mobile-menu-link {
        font-family: 'Circe', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: var(--wcms-color-primary);
        text-decoration: none;
        padding: 8px 16px;
        border-radius: 6px;
        transition: background 0.2s;
    }

    .mobile-menu-link:hover {
        background: rgba(0,0,0,0.05);
    }

    .h-menu-item {
        font-weight: 400;
        font-size: 13px;
        line-height: 120%;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        font-family: 'Dela Gothic One';
    }

    .frsol-logo.entities {
        margin-bottom: 32px;
    }
}

.sys-popup.pp{
    background: white;
    border: 1px solid #ddebeb;
    border-radius: 32px;
    overflow: hidden;
}
.pp-cpt{
    border-radius: 32px 32px 88px 88px;
    background: #ddebeb;
    padding: 32px 40px;
    position: relative;
}
.pp-close.b-close{
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 24px;
}
.pp-cpt h2{
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #343434;
}
.pp-cnt{
    padding: 48px 32px;
}
.pp-cnt .wa-name{
    display: none;
}
.pp-cnt .wa-value input, textarea{
    border: 1px solid rgba(52, 52, 52, 0.5);
    border-radius: 16px;
    width: 100%;
    padding: 14px 16px;
}
.pp-cnt .wcms-from{
    display: flex;
    flex-flow: column;
    grid-gap: 20px;
}
.pp-cnt button{
    border: 1px solid #993668;
    width: 100%;
    background: #993668;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    padding: 16px;
    border-radius: 16px;
    transition: var(--transition);
}
.pp-cnt button:hover{
    background: rgba(153, 54, 104, 0.8);
}
.s-form{
    margin-top: 56px;
    position: relative;
}
.s-form input[type="text"]:focus {
    border: 1px solid rgb(0 0 0);
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.s-form input[type="text"] {
    border: 1px solid rgb(0 0 0 / 50%);
    border-radius: 16px;
    padding: 0 16px;
    width: 100%;
    height: 49px;
    font-size: 20px;
    color: #000000;
    background: none;
    transition: var(--transition);
}
.s-form button{
    position: absolute;
    right: 0;
    height: 100%;
    border-radius: 16px;
    border: none;
    background: no-repeat;
    width: 49px;
}
.s-form + .s-types .tags-filter{
    list-style: none;
    padding: 0;
}
.s-form + .s-types .tag{
    color: #343434;
}
.s-form + .s-types .tag.active{
    background: #009ea1;
    color: white;
}
.s-res {margin-top: 32px;padding: 15px; border-radius: 7px; overflow: hidden; margin-bottom: 15px; background: var(--wcms-background-primary);}
.s-res:last-child {margin-bottom: 0;}
.s-res-cpt {font-weight: bold; font-size: 1.1em; margin-bottom: 15px;}
.s-res-cpt a {color: var(--wcms-color-primary);}
.s-res-dt {margin-top: 15px; font-size: 0.9em;}
.s-res-more {margin-top: 15px; font-weight: bold;}
.s-res-pg-wrap {margin-top: 20px;}
.wcms-form-success {
    position: relative;
}
.wcms-form-success-close {
    position: absolute;
    top: 14px;
    right: 8px;
    padding: 0 !important;
    background: none;
    border: none;
    cursor: pointer;
    transition: 0.3s ease all;
}
.wcms-form-success-close:hover svg path {
    fill-opacity: 1;
}
.sys-message-text {
    margin-top: 0 !important;
}
.sys-message-text.wcms-form-success-text {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 110%;
    color: #363c3d;
    margin-bottom: 12px;
}
/*.container-app {*/
/*    font-family: sans-serif;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    background: #f9f9f9;*/
/*    color: #333;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/

/*.container {*/
/*    min-width: 1200px;*/
/*    margin: auto;*/
/*    padding: 20px;*/
/*    flex: 1;*/
/*}*/

/*.breadcrumbs {*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*    margin-bottom: 10px;*/
/*}*/

/*h1 {*/
/*    margin-top: 0;*/
/*}*/

/*.content {*/
/*    display: flex;*/
/*    gap: 20px;*/
/*    min-height: 500px;*/
/*}*/

/*.sidebar {*/
/*    width: 250px;*/
/*    background: #fff;*/
/*    padding: 15px;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);*/
/*    flex-shrink: 0;*/
/*}*/

.filter-title {
    font-weight: 400;
    margin: 0 0 10px;
    cursor: pointer;
    position: relative;
    padding: 20px;
    display: block;
    color: var(--wcms-color-primary);
    font-size: 0.9em;
}

.filter-title svg {
    font-size: 14px;
    position: absolute;
    right: 20px;
    width: 13px;
    top: 24px;
    transform: rotate(90deg);
}

.filter-group.collapsed .filter-title svg {
    transform: rotate(0);
}

.filters.wa-form .wa-field-checkbox {
    border-radius: 12px;
    background: #f4f4f4;
}

.filter-group.collapsed.wa-field .wa-name{
    padding: 20px;
    margin: 0;
}

.filter-content {
    display: block;
    transition: all 0.3s ease;
}

.filters {
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

.filter-group {
    float: left;
    width: 100%;
    border-bottom: 1px solid var(--wcms-background-ultralight);
}

.filter-group.collapsed .filter-content {
    display: none;
}

.filter-content label {
    float: left;
    width: 100%;
}

.checkbox-label {
    padding: 0 20px;
    margin-bottom: 10px;
}

.wa-form input[type="number"]{
    padding: 7px;
    font-size: 0.9em;
    width: 100%;
    border: 1px solid;
    border-radius: 3px;
    border-color: var(--wcms-color-ultralight);
    min-height: 40px;
    background: var(--wcms-background-ultralight);
}

.price-range-inputs {
    display: flex;
    align-items: center;
    gap: 20px;
}

.price-range input {
    width: 100%;
    margin-top: 5px;
}

.ff-item-range input {
    max-width: calc(50% - 25px);
    padding: 12px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
}

.categories {
    flex-grow: 1;
    min-width: 0;
}

.subcategories {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 10px;
}

.subcategories a {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 12px;
    background: var(--wcms-background-ultralight);
    border-color: var(--wcms-color-ultralight);
    border-radius: 6px;
    text-decoration: none;
    color: var(--wcms-color-primary);
    transition: background 0.3s;
}

.subcategories a:hover {
    background: var(--wcms-background-ultralight);
}
.pagination.mt30{
    margin-top: 30px;
}

.container-product {
    max-width: 1200px;
    margin: auto;
}

.product-image {
    width: 100%;
    max-width: 400px;
    background: var(--wcms-background-primary);
    padding: 10px;
    border: 1px solid var(--wcms-color-ultralight);
    border-radius: 5px;
}

.product-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

.product-info {
    flex: 1 1 400px;
}

.price {
    margin-top: 15px;
    margin-left: 13px;
    text-align: right;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.3em;
}
.price + .sys-thumb-i-more.pt0{
    padding: 0;
}
.price + .sys-thumb-i-more.pt0 .popup-deploy{
    border-radius: 5px;
    color: var(--wcms-color-secondary);
    background: var(--wcms-color-links);
    outline: none;
    border: none;
    width: 100%;
    padding: 12px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.characteristics {
    border-radius: 18px;
    padding: 32px;
    background: #fff;
}

.characteristics h2 {
    text-align: left;
    font-size: 1.125rem;
    margin-bottom: 18px;
}

.characteristics table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.table-container {
    overflow: auto;
}

.characteristics-item {
    margin-bottom: 48px;
}

.characteristics-item:last-child {
    margin-bottom: 0;
}

.characteristics th,
.characteristics td {
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid var(--wcms-background-ultralight);
}
.characteristics tbody tr:last-child td, .characteristics tbody tr:last-child th {
    border-bottom: none;
}

.page-content.padded{
    margin-right: 0;
}

.filters .ui-slider-horizontal {
    background: rgba(136, 136, 136, 0.3);;
    height: 2px;
    position: relative;
    margin: 9px 10px 25px;
}

.filters .ui-slider-range {
    background: var(--wcms-color-links);
    position: relative;
}

.filters .ui-slider-handle {
    background: var(--wcms-color-links);
    border: 1px solid var(--wcms-color-links);
    border-radius: 10px;
    width: 20px;
    height: 20px;
    top: -9px;
    outline: none;

    border: 1.50px solid #fff;
    border-radius: 6px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 5px 0 rgba(42, 171, 238, 0.5);
    background: #ED5D43;
}

.filters .ui-slider-handle.ui-state-hover {
    background: #1793d6;
}

.filters .ui-slider-range {
    height: 100%;
    background: #ED5D43;
}

.filters .ui-slider-handle {
    margin-left: -10px;
    position: absolute;
    z-index: 2;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.image-nav-p {
    padding: 10px;
}
.image-nav.slick-slider{
    display: grid;
    grid-template-columns: 30px 1fr 30px;
    align-items: center;
    grid-gap: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    /*height: 105px;*/
}
.product-arrow {
    min-width: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 20px);
    position: relative;
    background: var(--wcms-background-ultralight);
    bottom: 0;
    border: none;
    transition: all .3ms;
    cursor: pointer;
}
.product-arrow:hover{
    color: var(--wcms-background-primary);
    background: var(--wcms-background-light);
}
.product-prev{
    border-radius: 8px 0 0 8px;
}
.product-next{
    border-radius: 0 8px 8px 0;
    margin-left: auto;
}
.product-next svg{
    transform: rotate(-90deg);
    width: 15px;
}
.product-prev svg{
    transform: rotate(90deg);
    width: 15px;
}
.image-slider:not(.slick-initialized), .image-nav:not(.slick-initialized){
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}


/* CONTENT */

.frsol-title {
    position: relative;
    background-repeat: no-repeat; 
    background-size: 100%; 
    background-position: center center;
}

.frsol-homepage-header {
    font-size: 3.125rem;
    margin-top: 100px;
    padding-top: 96px;
}

.frsol-homepage-header p {
    font-size: 2.375rem;
}

.frsol-homepage-header-button {
    display: inline-block;
    border-radius: 24px;
    padding: 41px 80px;
    box-shadow: inset 0 0 20px 0 #b3dcf1;
    background: #ED5D43;
    font-weight: 800;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.frsol-homepage-header-button:hover {
    color: #FFFFFF;
    transform: translateY(-8px) scale(1.05);
}

h2 {
	text-align: center;
	font-size: 1.75rem;
}

.frsol-homepage-solutions-header {
    margin-bottom: 28px;
}

.frsol-homepage-solutions {
	display: flex; 
	gap: 15px;
}

.frsol-homepage-card-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.frsol-homepage-card-wrap.products {
    grid-template-columns: repeat(2, 1fr);
}

.catalog-wrap {
    border-radius: 32px;
    padding: 72px 48px;
    background: rgba(217, 219, 222, 0.25);
}

.frsol-homepage-img-wrap {
    position: relative;
    flex: 1.5; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}
		
.frsol-homepage-card {
    position: relative;
    display: flex;
    gap: 18px;
    width: 100%;
    border: 1px solid #cdcfd2;
    background: #fff;
    border-radius: 12px;
    padding: 28px;
}

.frsol-homepage-card > * {
    position: relative;
    z-index: 1;
}

.frsol-homepage-card .card-name {
    white-space: normal;  
    word-break: break-word;  
    overflow-wrap: anywhere;
    font-weight: 800;
    font-size: 1.375rem;
}

.frsol-homepage-card .card-price {
    border-radius: 4px;
    padding: 6px 8px;
    background: rgba(205, 207, 210, 0.5);
    width: fit-content;
}

.frsol-homepage-card .card-payback {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 24px;
}

.frsol-homepage-card .card-payback span {
    font-weight: 700;
}

.frsol-homepage-card .card-arrow {
    border-radius: 24px;
    width: 24px;
    height: 24px;
    background: rgba(205, 207, 210, 0.5);
    color: #101010;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 28px;
    left: 28px;
    transition: 0.3s ease all;
}

.frsol-homepage-card:hover .card-arrow {
    background: #ED5D43;
    color: white;
}


.frsol-homepage-img-item {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.3s ease;
    max-width: 360px;
    width: 100%;
}

.frsol-homepage-img-item.active {
    opacity: 1;
}

.frsol-homepage-card img {
    opacity: 1;
    display: block;
    max-width: 96px;
    max-height: 96px;
    object-fit: contain;
    height: auto;
    flex-shrink: 0;
    transition: 0.3s ease opacity;
}

.card-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.frsol-homepage-img-item img {
    max-width: 360px;
    width: 100%;
}

.catalog-more {
    border-radius: 12px;
    background: white;
    width: fit-content;
    margin: 0 auto;
    padding: 12px;

    position: relative;
    top: -40px;
}

.frsol-homepage-popular-button {
    display: block;
    border-radius: 8px;
    box-shadow: inset 0 0 10px 0 rgba(68, 68, 68, 0.25);
    padding: 36px 48px;
    background: white;

    font-weight: 800;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 1230px) {
    .frsol-homepage-card-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    
    .product-content {
        flex-direction: column;
    }
    .frsol-homepage-img-wrap {
        display: none;
    }
    .frsol-homepage-card img {
        display: flex;
    }
    .frsol-homepage-card:hover img {
        opacity: 1;
    }
    .arrow-icon {
        position: relative;
        width: 42px;
        height: 12px;
        margin-right: 10%;
    }

    .arrow-icon::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 21px;
        height: 2px;
        background-color: #101010;
        transform: translateY(-50%);
        transition: all 0.4s ease;
    }

    .arrow-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 21px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #101010;
        border-top: 2px solid #101010;
        transform: translateY(-50%) rotate(45deg);
        transition: all 0.4s ease;
    }

    .frsol-homepage-card:hover .arrow-icon::after {
        right: 0;
    }

    .frsol-homepage-card:hover .arrow-icon::before {
        width: 42px;
    }

    .frsol-homepage-card {
        min-height: 120px;
        padding: 32px 0;
        font-weight: 800;
        font-size: 1rem;
    }

    .frsol-homepage-solutions-header {
        font-size: 1.125rem;
        text-align: center;
    }

    .frsol-homepage-header {
        font-size: 1.375rem;
        text-align: center;
        margin-top: 62px;
        padding-top: 62px;
    }
    
    .frsol-homepage-header p {
        font-size: 0.875rem;
    }

    .characteristics {
        padding: 12px;
    }

    .characteristics h2 {
        font-size: 0.8125rem;
        margin-bottom: 18px;
    }

    .characteristics p {
        font-size: 0.9375rem;
    }


}



.frsol-homepage-development {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 32px;
}

.development-card {
    border-radius: 22px;
    padding: 38px;
    background: #f4f4f4;
}
    
.frsol-homepage-development-caption {
    grid-column: span 5 / span 5;
}

.frsol-homepage-development-world {
    grid-column: span 7 / span 7;
    grid-column-start: 6;
}

.frsol-homepage-development-russia {
    grid-column: span 7 / span 7;
    grid-row-start: 2;
}

.frsol-homepage-development-aims {
    grid-column: span 5 / span 5;
    grid-column-start: 8;
    grid-row-start: 2;
}

.frsol-homepage-development-caption h2 {
    margin-bottom: 24px;
    font-size: 2.125rem;
    text-align: left;
}

.frsol-homepage-development-caption p {
    font-size: 1.875rem;
    color: #202020;
}

.development-card-caption {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.development-card h3 {
    font-family: 'Circe';
    font-size: 1.25rem;
    font-weight: 800;
}

.development-card-content {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.development-card-item {
    flex: 1;
}

.development-card-item-title {
    font-family: 'Dela Gothic One';
    font-size: 1.5rem;
    color: #ED5D43;
    line-height: 130%;
    letter-spacing: 0.02em;
}

.development-card-item-text {
    font-size: 0.875rem;
    text-transform: uppercase;
}

.development-card-text p {
    font-size: 0.875rem;
    line-height: 180%;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 1050px) {
    .frsol-homepage-development {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        gap: 24px;
    }

    .frsol-homepage-development-caption {
        grid-column: 1 / -1;
    }

    .frsol-homepage-development-world,
    .frsol-homepage-development-russia {
        grid-column: span 1;
        grid-row: auto;
    }

    .frsol-homepage-development-aims {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .development-card-content {
        gap: 24px;
    }
}

@media (max-width: 992px) {
    .frsol-homepage-card {
        padding: 15px;
    }
    .frsol-homepage-card-wrap .card-name {
        font-size: 1.125rem;
    }

    .frsol-homepage-card-wrap .card-price {
        font-size: 0.875rem;
    }
    .frsol-homepage-card-wrap .card-payback {
        font-size: 0.875rem;
    }
    .frsol-homepage-card-wrap .card-arrow {
        bottom: 15px;
        left: 15px;
    }
}

@media (max-width: 768px) {
    .frsol-homepage-development-caption h2 {
        margin-bottom: 24px;
        font-size: 1.125rem;
        text-align: center;
        line-height: 140%;
    }
    .frsol-homepage-development-caption p {
        display: none;
    }
    .development-card h3 {
        font-size: 1.125rem;
    }
    .development-card-content {
        flex-direction: column;
    }
    .development-card {
        padding: 24px;
    }
    .development-card-caption img {
        max-width: 65px;
    }
    .frsol-homepage-card-wrap,
    .frsol-homepage-card-wrap.products {
        grid-template-columns: 1fr;
    }
    .catalog-wrap {
        border-radius: 24px;
        padding: 72px 0;
    }
    .frsol-homepage-card .card-payback {
        margin-bottom: 0;
        margin-top: 42px;
    }
}

.frsol-homepage-support-header {
    margin-bottom: 40px;
}

.frsol-homepage-support-subcaption {
    font-size: 1.875rem;
}

@media (max-width: 768px) {
    
}

.support-homepage-wrap {
    overflow: hidden;
    display: flex;
    gap: 20px;
    padding: 36px;
    border: 2px solid #f4f4f4;
    border-radius: 36px;
}

.support-items {
    flex: 1;
    max-width: 100%;
}

.product-slider-wrap h2 {
    margin-bottom: 36px;
}

.support-item.swiper-slide {
    width: 100%;
}

.support-slider-wrap {
    flex: 1;
    max-width: 50%;
    border-radius: 48px;
    position: relative;
    padding: 36px;
    background: #fff;
}

.popular-slider-wrap {
    flex: 1;
    max-width: 75%;
    border-radius: 48px;
    position: relative;
    padding: 32px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(16, 16, 16, 0.1);
    border: 1px solid #cdcfd2;
}

.callback {
    flex: 1;
}

.frsol-homepage-contacts-header {
    margin-bottom: 48px;
}

.frsol-homepage-contacts-item {
	display: flex;
    align-items: center;
	gap: 18px;
}

.contacts-icon {
    border-radius: 12px;
    background: #f4f4f4;
    border: 1px solid #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.homepage-contact-phone {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 120%;
    text-transform: capitalize;
}

.homepage-contact-phone .hint {
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;
    color: #3e3b3c;
}

.support-slider-head {
    gap: 20px;
    margin-bottom: 36px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-slider-head {
    max-width: 99%;
}

.product-slider-head h2 {
    text-align: left;
}

.popular-arrows {
    display: flex;
    gap: 12px;
}

.popular-arrows .swiper-button-prev,
.popular-arrows .swiper-button-next {
    position: static;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #ED5D43;
    margin-top: 0;
    color: white;
    transition: all 0.3s ease;
}

.popular-arrows .swiper-button-disabled,
.popular-arrows .swiper-button-disabled{
    background: #CDCFD2;
    color: #ED5D43;
    opacity: 1 !important;
}

.support-arrows {
    display: flex;
    gap: 24px;
}

.support-counter {
    font-family: 'Dela Gothic One';
    font-size: 2.375rem;
    color: #848484;
}

.support-counter .current {
    font-size: 4rem;
    color: #ED5D43;
}

.support-arrows .swiper-button-prev,
.support-arrows .swiper-button-next {
    position: static;
    top: 0;
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: #f4f4f4;
    margin-top: 0;
    color: #101010;
    transition: all 0.3s ease;
}

.support-arrows .swiper-button-prev:hover,
.support-arrows .swiper-button-next:hover {
    background: #ED5D43;
    color: #FFFFFF;
}

.support-arrows .swiper-button-prev:active,
.support-arrows .swiper-button-next:active {
    background: #1793d6;
    color: #FFFFFF;
}

.support-arrows .swiper-button-prev svg {
    transform: rotate(180deg);
}

.support-caption {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 200%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.support-subcaption {
    font-size: 0.875rem;
    color: #444;
}

.homepage-form-upper-text {
    font-size: 1.125rem;
    margin-bottom: 24px;
}

.homepage-form-text {
    font-size: 1.5rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 72px;
	color: white;
}

.support-button-form {
    display: flex;
    gap: 14px;
    font-size: 0.875rem;
    padding: 25px 16px;
    width: 280px;
    box-shadow: inset 0 0 16px 0 rgba(237, 93, 67, 0.4);
    border-radius: 12px;
    background: #fff;
    font-weight: 800;
    text-transform: uppercase;
    color: #101010 !important;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.support-button-form svg {
    color: #ED5D43;
}

.support-button-form.orange {
    color: #fff !important;
    background: #ED5D43;
    box-shadow: inset 0 0 16px 0 rgba(255, 255, 255, 0.4);
    margin-top: 24px;
}


.support-button-form.orange svg {
    color: #fff !important;
}

.support-button-form:hover {
    transform: translateY(-8px) scale(1.05);
}

.wcms-block-support-form {
	padding: 54px;
	border-radius: 28px;
}

.frsol-popular {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    flex: 1;
}

.popular-slider-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 19px;
}

.popular-title {
    font-weight: 800;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.popular-pagination {
	display: flex;
	width: 100%;
}

.popular-pagination .swiper-pagination-bullet {
	flex: 1;
	height: 2px;
	background: #cdcfd2;
	border-radius: 2px;
	margin: 0 !important;
    transition: 0.3s ease all;
}


.popular-pagination .swiper-pagination-bullet-active {
	background: #ed5d43;
}

.popular-logo {
    border-radius: 12px;
    width: 320px;
    height: 320px;
    flex-shrink: 0;
}

.popular-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-item.swiper-slide {
    display: flex;
    gap: 32px;
    margin-top: 32px;
}

.popular-text {
    display: flex;
    flex-direction: column;
}

.popular-caption {
    font-weight: 800;
    font-size: 36px;
}

.popular-subcaption {
    border-radius: 4px;
    padding: 8px 12px;
    background: #e6e7e9;
    font-weight: 700;
    font-size: 18px;
    color: #ed5d43;
    width: fit-content;
    margin-top: 12px;
    margin-bottom: 20px;
}

.popular-button-wrap {
    margin-top: auto;
}

.popular-info {
    width: 265px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.popular-info-item {
    backdrop-filter: blur(8px);
    --webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 24px 0 rgba(16, 16, 16, 0.08);
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid #cdcfd2;
    border-radius: 8px;
    padding: 24px 32px;
    position: relative;
    overflow: hidden;
}

.popular-info-item:before {
    content: "";
    position: absolute;
    top: -90px;
    left: -90px;
    width: 180px;
    height: 180px;
    filter: blur(16px);
    background: radial-gradient(50% 50% at 50% 50%, #ed5d43 0%, rgba(237, 93, 67, 0) 100%);
    z-index: -1;
    opacity: 0.4;
}

.popular-info-caption {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #ed5d43;
    font-family: 'Dela Gothic One';
    line-height: 130%;
}

.popular-info-caption span {
    font-size: 16px;
}

.popular-info-subcaption {
    font-size: 14px;
}


.popular-button-wrap a {
    border-radius: 12px;
    width: fit-content;
}

@media (max-width: 1050px) {
    .support-homepage-wrap {
        flex-direction: column;
        padding: 15px;
    }
    .support-slider-wrap {
        flex: 1;
        max-width: 100%;
        border-radius: 48px;
        position: relative;
        padding: 18px;
        background: #fff;
    }
}

@media (max-width: 992px) {
    .frsol-popular {
        flex-direction: column;
    }
    .popular-slider-wrap {
        max-width: 100%;
        padding: 14px;
    }
    .popular-item.swiper-slide {
        flex-direction: column;
    }
    .popular-logo {
        width: 100%;
        max-height: 180px;
        object-fit: cover;
    }
    .popular-text {
        align-items: flex-start;
    }
    .popular-info {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 20px;
    }
    .popular-info-item {
        flex: 1;
    }
    .popular-info-item::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .frsol-homepage-support-header h2 {
        font-size: 1.125rem;
    }
    .frsol-homepage-support-subcaption {
        font-size: 1.125rem;
    }
    .support-counter {
        font-size: 1rem;
    }
    .support-counter .current {
        font-size: 2rem;
    }
    .support-caption,
    .support-subcaption {
        font-size: 0.875rem;
    }
    .wcms-block-support-form {
        border-radius: 18px;
        padding: 24px;
    }
    .homepage-form-upper-text {
        font-size: 1rem;
        margin-bottom: 24px;
        text-align: center;
    }
    .homepage-form-text {
        font-size: 0.875rem;
        text-align: center;
        margin-bottom: 48px;
    }
    .support-button-form {
        width: 100%;
        max-width: 100%;
        padding: 30px 0;
    }
    .support-homepage-wrap {
        border-radius: 18px;
    }
    
    .popular-title {
        font-size: 0.8125rem;
    }
    .popular-caption {
        font-size: 1.1875rem;
    }
    .popular-subcaption {
        font-size: 0.8125rem;
    }
    .popular-button-wrap {
        width: 100%;
    }
    .popular-button-wrap a {
        font-size: 0.875rem;
        width: 100%;
        text-align: center;
        padding: 30px 20px;
    }
    .popular-info {
        background: none;
    }
    .popular-info-caption {
        font-size: 1.125rem;
    }
    .popular-info-caption span {
        font-size: 0.8125rem;
    }
    .popular-info-subcaption {
        font-size: 0.75rem;
    }
    .popular-info-item {
        backdrop-filter: none;
        --webkit-backdrop-filter: none;
        box-shadow: none;
        background: none;
        border: none;
        padding: 0;
        position: relative;
        overflow: hidden;
    }
    .product-slider-wrap h2 {
        margin-bottom: 18px;
    }
}


.frsol-homepage-contacts-items,
.frsol-homepage-contacts-items-map {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.frsol-homepage-contacts-item a {
    font-weight: 700;
    font-size: 1.25rem;
}

.frsol-homepage-contacts-item a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.worltime {
    margin-top: 30px;
}

.worktime-title {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.worktime-items {
    display: flex;
    gap: 32px;
}    

.worktime-item {
    font-weight: 700;
    font-size: 1.25rem;
}

.worktime-days {
    font-size: 1rem;
    color: #888;
}

.frsol-homepage-contacts-item.address {
    max-width: 450px;
}

.frsol-homepage-contacts-metro-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    height: 100%;
}

.frsol-homepage-contacts-metro-text p {
    margin-bottom: 0;
}

.frsol-homepage-contacts-metro a {
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #ED5D43;
}

.frsol-homepage-contacts-metro a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.frsol-homepage-contacts-items-map iframe {
    border-radius: 12px;
    border: none;
}

.social-network-items {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.social-network-item {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    width: 54px;
    height: 54px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
    background: #ed5d43;
    transition: background ease 0.3s;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-network-item:hover {
    background: rgba(1, 1, 1, 0.5);
}

.social-network-item:active {
    background: rgba(1, 1, 1, 0.7);
}

.social-network {
    margin-top: 32px;
    border-radius: 18px;
    padding: 32px;
    max-width: 360px;
    width: 100%;
    height: 170px;
    background: #ed5d43;
}


.frsol-homepage-contacts-content {
	display: grid;
	grid-template-columns: 375px 1fr;
	gap: 32px;
}

.homepage-map {
    height: 100%;
}

.homepage-map-wrap {
    height: 100%;
}
	
.frsol-homepage-contacts-content iframe {
    width: 100%;
    height: 100%;
}

.agreement-wrap {
    border-radius: 8px;
    width: 100%;
    background: #f5f6f6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 23px 20px;
    margin-bottom: 72px;
}

.footer-text-wrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.footer-text-wrap a {
    display: inline-block;
    font-size: 1rem;
    color: #444;
}

.footer-text-wrap a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.font-license {
    display: flex;
}

.font-license a {
    display: inline-block;
    font-size: 0.75rem;
    margin-top: auto;
}

.frsol-homepage-contacts-header {
	text-align: left;
	font-size: 2.125rem;
}

@media (max-width: 992px) {
    .frsol-homepage-contacts-content {
        display: flex;
        flex-direction: column;
    }
    .frsol-homepage-contacts-items {
        gap: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .frsol-homepage-contacts-items-map {

    }
    .frsol-homepage-contacts-map-top-section {
        display: flex;
        justify-content: space-between;
        gap: 32px;
    }
    .frsol-homepage-contacts-items-map iframe {
        min-height: 400px;
    }
    .worltime {
        margin-top: 0;
    }
    .footer-text {
        margin-top: 0;
    }
}

@media (max-width: 768px) {

    .frsol-homepage-contacts-item {
        display: flex;
        align-items: center;
        gap: 14px;
        flex-direction: column;
    }
    .worktime-title {
        text-align: center;
    }
    .worktime-items {
        display: flex;
        gap: 8px;
        flex-direction: column;
        align-items: center;
    }
    .worktime-item {
        width: 155px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .social-network {
        grid-column: span 2;
        max-width: 100%;
    }
    .frsol-homepage-contacts-header {
        font-size: 1.125rem;
        text-align: center;
    }
    .homepage-contact-phone {
        font-size: 1.125rem;
    }
    .homepage-contact-phone .hint {
        font-size: 0.875rem;
    }
    .frsol-homepage-contacts-item a {
        font-size: 1.125rem;
    }
    .frsol-homepage-contacts-item.address {
        font-size: 0.875rem;
        text-align: center;
    }
    .frsol-homepage-contacts-metro-text {
        display: flex;
        align-items: center;
        gap: 24px;
        margin-bottom: 16px;
        flex-direction: column;
    }
    .frsol-homepage-contacts-metro {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer-text {
        text-align: center;
    }
    .footer-text-wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .agreement-wrap {
        margin-bottom: 16px;
    }
}


/* BREADCRUMBS */

.sys-breadcrumbs {
    font-size: 0.875rem;
    margin-bottom: 24px;
}

.sys-breadcrumbs a {
    color: #ED5D43;
}

.sys-breadcrumbs a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.sys-breadcrumbs-last {
    color: #101010;
}

.breadcrumbs-divider {
    padding-left: 10px;
    padding-right: 10px;
}


/* FILTER PAGE */

.main-layout {
    display: flex;
    gap: 82px;
}

.left-sidebar {
    width: 325px;
    flex-shrink: 0;
}

.right-content {
    width: 100%;
}

.products a:last-child {
    margin-bottom: 0;
}

.sys-thumb-i.wcms-block-product-thumbs-item {
    width: 100%;
    padding: 18px 36px 18px 18px;
    border-radius: 12px;
    border: 2px solid #f4f4f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
}

.sys-thumb-i.wcms-block-product-thumbs-item:last-child {
    margin-bottom: 0;
}

.sys-thumb-i.wcms-block-product-thumbs-item:hover {
    background: #ED5D43;
    border: 2px solid #ED5D43;
}

.thumb-item-content {
    display: flex;
    gap: 32px;
    align-items: center;
    max-width: 75%;
}

.sys-thumb-i-img {
    width: 144px;
    height: 144px;
    border-radius: 8px;
    background: #fff;
    flex-shrink: 0;
}

.thumb-item-content img {
    border-radius: 8px;
    max-width: 100%;
    height: 100%;
    flex-shrink: 0;
    object-fit: contain;
}

.sys-thumb-i-name {
    font-weight: 800;
    font-size: 2rem;
}

.thumb-item-more {
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-family: 'Dela Gothic One';
    text-transform: uppercase;
    font-size: 1.125rem;
}

.sys-thumb-i.wcms-block-product-thumbs-item:hover .thumb-item-more {
    opacity: 1;
}

.catalog-caption {
    margin-bottom: 72px;
}

.sbc-list {
    border-radius: 12px;
    padding: 6px;
    background: #f4f4f4;
    width: 100%;
}

.list-item,
.sbc-list li {
    border-bottom: 1px solid rgba(136, 136, 136, 0.1);
    padding: 12px 16px;
    transition: 0.3s ease all;
    border-radius: 6px;
}

.list-item:last-child,
.sbc-list li:last-child {
    border-bottom: none;
}

.list-item:hover,
.sbc-list li:hover {
    box-shadow: 0 0 6px 0 rgba(68, 68, 68, 0.15);
    background: #ffffff;
}

.categories {
    margin-bottom: 80px;
}

.catalog-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.wcms-block-support-form.catalog {
    height: 300px;
    padding: 0 60px;
}

.wcms-block-support-form.catalog .homepage-form-text {
    margin-bottom: 0;
}

.right-content .font-license,
.product-form .font-license {
    margin-bottom: 18px;
}

.popup-filter {
    position: relative;
}

.filter-button {
    border: 2px solid #f4f4f4;
    border-radius: 18px;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 48px;
    position: relative;
    z-index: 0;
}

.filter-button-inner {
    border-radius: 12px;
    padding: 24px;
    background: #f4f4f4;
    font-size: 0.75rem;
    color: #444;
    text-transform: uppercase;
    font-family: 'Dela Gothic One';
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease all;
    position: relative;
    z-index: 2;
}

.filter-button:hover .filter-button-inner {
    background: #dadada;
}

.filter-button:active .filter-button-inner {
    background: #cccccc;
}

.popup-filter {
    display: none;
}

.sbc-list li {
    list-style: none;

}

@media (max-width: 1200px) {
    .wcms-block-support-form.catalog {
        height: auto;
        padding: 40px 20px;
    }

    .catalog-form {
        flex-direction: column;
        gap: 32px;
    }
    .thumb-item-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        max-width: 100%;
    }
    .sys-thumb-i.wcms-block-product-thumbs-item {
        padding: 15px;
        align-items: flex-start;
    }
    .left-sidebar {
        display: none;
    }
    .filter-button {
        display: block;
    }

    .popup-filter-content {
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        display: none;
        padding: 15px;
        box-shadow: 0 2px 16px 0 rgba(68, 68, 68, 0.25);
        background: #fff;
        border: 1px solid #f4f4f4;
        border-radius: 18px;
        z-index: 3;
    }

    .popup-filter.active .popup-filter-content {
        display: block;
    }
    .popup-filter-content .filter-button {
        padding: 0;
        border: none;
    }
    .popup-filter {
        display: block;
    }
    h3.filter-title {
        margin-top: 24px;
    }
    .ff-item-range input {
        max-width: 100%;
        width: 100%;
        padding: 12px;
        border: 1px solid #d5d5d5;
        border-radius: 6px;
    }
}

@media (max-width: 768px) {
    .sys-thumb-i-img {
        width: 88px;
        height: 88px;
        border-radius: 8px;
        background: #fff;
        flex-shrink: 0;
    }
    .sys-thumb-i-name {
        font-size: 1.375rem;
    }
    .thumb-item-more {
        font-size: 0.875rem;
    }
    .wcms-block-support-form.catalog {
        padding: 24px;
    }
    .homepage-form-upper-text {
        font-size: 1rem;
    }
    .thumb-item-more {
        position: absolute;
        right: 15px;
    }
    .categories {
        margin-bottom: 96px;
    }
}

/* PRODUCT PAGE */

.caption-container.product {
    margin: 0 auto;
    margin-bottom: 136px;
    margin-top: 128px;
}

.caption-container.product .sys-breadcrumbs {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.caption-container.product .sys-breadcrumbs-last,
.caption-container.product .breadcrumbs-divider {
    color: white;
}

.frsol-title-product {
    border-radius: 18px;
    padding: 28px 48px 48px;
    height: 720px;
}

.product-items {
    max-width: 100%;
    overflow: hidden;
}

.product-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 100%;
    padding-bottom: 10px;
}

.product-slide {
    max-height: 310px;
    position: relative;
}

.product-slide img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    display: block;
}

.product-slide .lightbox-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-slide:hover .lightbox-overlay {
    opacity: 1;
}

.lightbox-icon {
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.15);
    width: 84px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-video h2 {
    text-align: left;
    margin-bottom: 48px;
}

.product-video-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.product-video-item-wrapper {
    height: 310px;
    width: 100%;
}

.product-video-item {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

@media (max-width: 992px) {
    .product-video-items {
        grid-template-columns: repeat(2, 1fr);
    }
}



@media (max-width: 768px) {
    .caption-container.product img {
        display: none;
    }
    .product .support-slider-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 15px;
        flex-direction: column;
    }
    .caption-container.product {
        max-width: 100%;
        padding: 0 15px;
        margin-top: 88px;
        margin-bottom: 60px;
    }
    .product-video-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .product-video-item-wrapper {
        height: 280px;
    }
    .callback-left {
        display: none;
    }
    .callback {
        width: 100%;
    }
    .product-other h2 {
        margin-bottom: 24px;
    }
    .product-video h2 {
        font-size: 1rem;
        margin-bottom: 18px;
    }
}

.block {
    margin-bottom: 136px;
}

.h-menu-logos-mobile {
    display: none;
}

@media (max-width: 768px) {
    .block {
        margin-bottom: 60px;
    }
    .header {
        width: 100%;
        margin: 0;
    }
    .mobile-menu.active {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .mobile-menu.active {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: calc(100% - 10px);
        margin-right: auto;
        margin-left: auto;
    }
    
    .mobile-menu-wrap {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 64px;
    }

    .mobile-menu-contacts .contacts-hint  {
        font-size: 13px;
        text-align: left;
    }

    .mobile-menu-contacts .h-menu-contact {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .mobile-menu-contacts .h-menu-contact:last-child {
        margin-bottom: 0;
    }
    
    .h-menu-logos-mobile {
        display: flex;
        position: absolute;
        gap: 12px;
        top: 22px;
        left: 22px;
    }

    .frsol-logo-mobile img {
        max-height: 28px;
    }
}

.error {
    margin-top: 160px;
}


h3.filter-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: rgba(16, 16, 16, 0.6);
    margin-bottom: 12px;
    padding: 0;
}

.sidebar {
    margin-bottom: 36px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    margin-bottom: 8px;
    font-size: 14px;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkbox-custom {
    width: 18px;
    height: 18px;
    border: 1px solid #101010;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    transition: all 0.2s ease;
}

.checkbox-custom svg.checkbox-check {
    display: none;
    position: relative;
    top: 5px;
    left: 3px;
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom svg.checkbox-check {
    display: block;
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
    background-color: #ED5D43;
    border-color: #ED5D43;
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom::after {
    opacity: 1;
}

.checkbox-label-text {
    flex: 1;
}

.filter-title.price-title {
    padding: 0;
}

.filter-group.range {
    margin-top: 24px;
}

.frsol-homepage-contacts-map-top-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.product h1 {
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 140%;
    text-transform: uppercase;
    margin-top: 48px;
    color: #fff;
}

.caption-container.product img {
    width: 240px;
    height: 240px;
    object-fit: contain;
}

.product-container-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
}

.product-info-wrap {
    display: flex;
    gap: 24px;
}

.frsol-title-product-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-info-item {
    border-radius: 12px;
    padding: 24px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(16, 16, 16, 0.45);
}

.product-item-hint {
    font-weight: 800;
    font-size: 0.8125rem;
    line-height: 140%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.product-item-caption {
    font-family: 'Dela Gothic One';
    font-size: 2rem;
    color: #ed5d43;line-height: 140%;
}

.product-item-caption span.first-span {
    font-size: 1rem;
    color: #fff;
}

.product-item-caption span.second-span {
    font-size: 1.125rem;
}

br.mob-show {
    display: none;
}

.product-blue-block {
    padding: 48px;
    border-radius: 24px;
    background: #f5f6f6;
}

.block-blue {
    margin-bottom: 96px;
}

.product-other h2 {
    text-align: left;
    margin-bottom: 18px;
}

.product-feature-link {
    display: inline-block;
    margin-right: 10px;
	margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 30px;
    background: #f5f6f6;
	transition: 0.2s all;
}

.product-feature-link:hover {
	color: white;
	background: #ed5d43;
}

@media (max-width: 992px) {

    .product h1 {
        font-weight: 400;
        font-size: 1.1rem;
        line-height: 140%;
        text-transform: uppercase;
        color: #fff;
        margin-top: 0;
    }

    .frsol-title-product-wrap {
        justify-content: flex-start;
    }

    .product-info-wrap {
        margin-top: 32px;
    }
    
    .product-container-bottom {
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
    }
    .product-forms {
        width: 100%;
    }

    .product-forms .support-button-form {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .frsol-title-product {
        border-radius: 12px;
        padding: 15px;
    }

    .product-container-bottom {
        height: 100%;
    }

    .support-button-form.orange {
        margin-top: 12px;
    }
    .caption-container.product .sys-breadcrumbs {
        padding-bottom: 10px;
    }
    .caption-container.product .sys-breadcrumbs {
        font-size: 0.75rem;
        margin-bottom: 24px;
    }
    .product-info-item {
        padding: 12px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .product-item-hint {
        font-size: 0.6875rem;
    }
    .product-item-caption {
        font-size: 1.125rem;
    }
    .product-item-caption.first-span {
        font-size: 0.8125rem;
    }
    .product-item-caption.second-span {
        font-size: 1.125rem;
    }
    .product-info-wrap {
        gap: 10px;
    }
    br.mob-show {
        display: block;
    }
    .support-slider-head h2 {
        font-size: 1rem;
    }
    .product-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        max-width: 100%;
    }
    .product-slide {
        max-height: 150px;
    }

    .product-blue-block {
        border-radius: 24px;
        padding: 24px 15px;
    }

    .block-blue {
        margin-bottom: 24px;
    }

    .footer-text-wrap a {
        text-align: center;
    }

    .product-other h2 {
        text-align: center;
        margin-bottom: 18px;
        font-size: 1rem;
    }

    .product-slider-head h2 {
        font-size: 1rem;
        margin-bottom: 18px;
    }
}


