.slide1 .text {
	font-size: 2em !important;
    color: #0f328d !important;
    /* text-shadow: none !important; */
    max-width: 600px;
    text-align: center !important;
    margin-left: 2em;
    font-weight: bold;
    /* padding-top: 0px !important; */
    position: relative;
    top: 180px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0.6em !important;
    border-radius: 50px;
    text-shadow: -1px -1px 0 #ffffff,
     1px -1px 0 #ffffff,
    -1px  1px 0 #ffffff,
     1px  1px 0 #ffffff !important;
}

.slide2 .text {
	font-size: 3em !important;
    color: #0f328d !important;
    /* text-shadow: none !important; */
    max-width: 600px;
    text-align: center !important;
    margin-left: 2em;
    font-weight: bold;
    /* padding-top: 0px !important; */
    position: relative;
    top: 180px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0.6em !important;
    border-radius: 50px;
    text-shadow: -1px -1px 0 #ffffff,
     1px -1px 0 #ffffff,
    -1px  1px 0 #ffffff,
     1px  1px 0 #ffffff !important;
}



.slick-slide {
    height: auto;
}

/* .slick-track {
    width: auto !important;
} */

:root {
    --clr-primary: #1468AE;
    --clr-secondary: #C00000;
    --clr-third: #A4A4A433;


    --clr-text: #707070;
    --clr-headline: #19191A;
    --crl-block-bg: #FAFBFB;

    --crl-alert: #e10000;
}

@media (max-width: 40.6rem) {
    :root {
        font-size: 0.815rem;
    }
}

* {
    padding: 0;
    margin: 0;
}

h1 {
    margin-bottom: 15px
}

h2 {
    margin-bottom: 24px
}

* h2:not(:first-child) {
    margin: 40px 0 24px
}

* h3:not(:first-child) {
    margin: 28px 0 10px
}

h1, h2, h3, h4, h5, h6 {
    color: var(--clr-headline);
    font-weight: 400;
}

:not(div,source) + img {
    margin-top: 20px;
    margin-bottom: 20px
}

p + p {
    margin-top: 24px
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
select,
textarea {
    box-sizing: border-box;
    border-radius: 3px;
    margin: 4px 0;

    outline: none;
    padding: 5px 12px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    font-weight: 400;
    line-height: 1.5;

}

select {
  padding-right: 1.4rem;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right .75rem center/8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.field-error {
    color: var(--crl-alert);
    font-size: 0.95rem;
}

body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--clr-text);
  }

ul,
ol {
  list-style-position: inside;
}

ul:not([class]), ul[class=''],
ol:not([class]), ol[class=''] {
  list-style-position: inside;
  text-indent: -1.4em;
  padding: 30px 2em 20px 2em;
}

ul:not([class='']),
ol:not([class='']) {
    list-style: none;
}

ol {
  list-style: none;
  counter-reset: list-count;
}

ol li {
  counter-increment: list-count;
}

ol li::before {
  content: counter(list-count) ". ";
}

img {
  border: 0;
}

a {
    text-decoration: none;
    color: var(--clr-primary);
}


.nav--hor .nav__list {
    display: flex;
    gap: 15px
}

.nav__item--dropdown>a:after {
    content: '';
    border-top: 5px solid rgba(31,35,45,.98);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: inline-block;
    vertical-align: middle;
    vertical-align: sub;
    margin-left: 5px
}

.nav__sub-list {
    position: absolute;
    background: rgba(31,35,45,.98);
    background: rgba(253,253,253,.98);
    min-width: 200px;
    display: none;
    z-index: 99999;
    top: 30px;
    text-align: left;
    list-style: none;
    padding: 10px 0;
    text-indent: inherit
}

.nav__sub-list .nav__item>a {
    color: #424242;
    display: flex;
    align-items: center
}

.nav__item {
    position: relative;
    line-height: 1.2em;
    padding: 5px 0
}

.nav__sub-list .nav__item {
    position: relative;
    line-height: 1.2em;
    padding: 5px 10px
}

.nav__item:hover>.nav__sub-list {
    display: block
}

.nav__sub-list .nav__sub-list {
    left: 100%;
    top: -10px;
    margin: 0;
    width: 100%
}

.icon {
    background-size: cover;
    width: 1rem;
    height: 1rem;
    display: inline-block;
}

.icon-ow-search {
    background-image: url(./images/icons/ow-search.png);
}

.icon-ow-search:hover {
    background-position: 0 100%;
}

.icon-ow-contacts-white {
    background-image: url(./images/icons/ow-contacts-white.png);
}

.icon-ow-contacts-white--address {
    background-position: 0 0;
}

.icon-ow-contacts-white--tel {
    background-position: -1rem 0;
}

.icon-ow-contacts-white--fax {
    background-position: -2rem 0;
}

.icon-ow-contacts-white--email {
    background-position: -3rem 0;
}

.toggle-menu {
    display: block;
    z-index: 100;
    right: 15px;
    top: 23px;
    width: 36px;
    height: 36px;
    background: #005AA6 url(./images/icons/ow-menu_toggle.png) no-repeat;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}

.toggle-menu.active {
    background-position-x: -2.25rem;
}


.chip {
    padding: 0.2rem 1rem;
    display: inline-flex;
    background: #f6f6f6;
    border-radius: 5px;
    font-size: 0.9rem;
    width: fit-content;
}

.chips__list {
    display: flex;
    gap: 8px;
}

.pagination__list {
    margin-top: 30px;
    display: flex;
}

.pagination__list .active {
    background-color: var(--clr-primary);
    color: #fff;
}

.pagination__list li {
    padding: 2px 8px;
    color: var(--clr-primary);
    border: 1px solid var(--crl-block-bg);
}


.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 20%;
    bottom: 0;
    z-index: 99999;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 15px;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}

.logo > img {
    width: 100%;
}

.header__main {
    background-color: var(--clr-third);
}

.header__main .header__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
}

 .header__main .container {
    display: flex;
    justify-content: space-between;
}

.header .logo {
    max-width: 320px;
    width: 60%;
}

/* .nav--main .nav__list {
    display: flex;
    text-indent: unset;
    gap: 15px;
    list-style: none;
    padding: 0;
}
*/

.header__main-nav {
    /* background-color: var(--clr-third); */
}

.header__main-nav .container {
    padding-top: 0;
    padding-bottom: 0;
}

.main-nav .nav__list {
    justify-content: end;
}

.main-nav > .nav__list > .nav__item {
    color: #111;
}

.main-nav > .nav__list > .nav__item > a {
    color: inherit;
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 1.2rem 0px;
} 

.main-nav .nav__sub-list {
    border: 3px solid #1468AE;
    background: #F3F3F3;
    transition: all 0.5s;
}

.main-nav .nav__sub-list .nav__sub-list {
    top: -13px;
}

/* .main-nav > .nav__list > .nav__item >.nav__sub-list {
    top: 2.72rem;
} */

.main-nav .nav__item--dropdown > a:after {
    content: none;
}


.tabs__nav > li {
    display: inline;
}

.tabs__nav > li.active a {
    color: inherit;
}

@media only screen and (max-width: 650px){
    .tabs__nav-block, 
    .tabs__nav {
        display: none;
    }
}
    
.tabs li a, .tabs li.active ~ .active a {
    color: #ccc;
}

.tabs__panes {
    border: 1px solid #f6f6f6;
    padding: 5px;
}

.tabs__panes:not(.active).tabs__panes-content {
    display:none;
}
    
.tabs__panes-title:after {
    content : '+'
} 

.tabs__panes-title {
        position: relative;
}

.tabs__panes-title:after {
    content: '-';
    position: absolute;
    right: 0;
}

.tabs__nav:not(.hidden) + .tabs__panes .tabs__panes-pane:not(.active),
.tabs__nav:not(.hidden) + .tabs__panes .tabs__panes-pane.active  ~ .active,
.tabs__nav-block:not(.hidden) + .tabs__panes .tabs__panes-pane:not(.active),
.tabs__nav-block:not(.hidden) + .tabs__panes .tabs__panes-pane.active  ~ .active {
    display:none;
}

.tabs__nav:not(.hidden) + .tabs__panes .tabs__panes-pane .tabs__panes-pane-title:after,
.tabs__nav-block:not(.hidden) + .tabs__panes .tabs__panes-pane .tabs__panes-pane-title:after {
    content: ' ';
}

.header .search-form {
    position: relative;
    max-width: 220px;
}

.header .search-form__input {
    width: 100%;
    padding: 5px 2rem 5px 5px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
}

.header .search-form__submit-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    background-color: transparent;
    border: none;
}

.header .search-form__submit-btn i {
    width: 35px;
    height: 35px;
}

.header .search-form__submit-btn span {
    display: none;
}

@media (min-width: 1020px ) {
    .header__main .toggle-menu {
        display: none;
    }
}

@media (max-width: 40.6rem) {
    .header__main .toggle-menu.active {
        background-position-x: -2.7rem;
    }
}

@media (max-width: 1020px ) {
    .main-nav {
        display: none;
        overflow: auto;
        position: fixed;
        bottom: 0;
        top: 0;
        background: var(--crl-block-bg);
        padding: 10px;
        box-shadow: 0 0 15px;
        left: 0;
        width: 70%;
        max-width: 260px;
        z-index: 999999;
    }

    .main-nav.active {
        display: block;
    }

    .main-nav .nav__list {
        flex-direction: column;
        gap: 5px;
    }

    .main-nav .nav__sub-list {
        display: block;
    }

    .main-nav .nav__sub-list {
        position: unset;
        border: 0;
        background: unset;
    }

    .header__main .header__right {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

.mobile_manage{
	display: none !important;
}

.sk_filter_opened:after{
	transform: rotate(180deg);
}

@media (max-width: 620px ) {
	h1 {
		margin-bottom: 0px;
	}
	
	.mfilter-modern-horizontal .mfilter-heading-content{
		width: 80vw !important;
	}
	
	.mobile_hide{
		display: none !important;
	}
	
	.mobile_manage{
		display: flex !important;
		margin-top: 1em;
	}
	
    .header__main .container {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .header__main .toggle-menu {
        position: absolute;
        top: 18%;
        right: 15px;
    }

    .header .search-form {
        max-width: unset;
    }

    .header__main .header__right {
        display: block;
        margin-top: 10px;
    }
}


.breadcrumbs-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--clr-text);
}

.breadcrumbs-list a {
    color: var(--clr-text);
}

.breadcrumbs-list a:hover {
    color: var(--clr-primary);
}

.breadcrumbs-list >:not(:first-child):before {
    content: '/';
    padding: 0 8px 0 0;
    color: var(--clr-third);
}

.breadcrumbs-list:last-child {
    color: var(--clr-headline);
}


.footer {
    background-color: var(--clr-primary);
    color: #fff;
    box-shadow: 0px 500px 0px 500px var(--clr-primary);
}

.footer a {
    color: #fff;
}

.footer .btn-gotop {
	background-image: url(images/gotop.png);
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 25px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

.footer .btn-gotop:hover {
    color: #FEFF00;
	background-position: 0 100%;
}

.footer__row--main .container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: end;
	position: relative;
}

.footer .sitemap {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    /* justify-content: space-between; */
    flex: 1 1 60%;
}

.footer .sitemap ul {
    list-style: none;
    text-indent: unset;
    padding: 0;
}

.footer__row--contacts .container {
    display: flex;
    gap: 0.5rem 2%;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    border: 1px solid #fff;
    margin-bottom: 30px;
}

.footer .logo {
    max-width: 450px;
}

/* @media (min-width: 1230px) {
    .footer .sitemap {
        flex: 1;
    }
} */

@media (max-width: 47.5rem) {
    .footer .sitemap {
        display: none;
    }

    .footer__row--main .container {
        justify-content: center;
    }

    .footer__row--contacts .container {
        text-align: center;
        align-items: center;
        gap: 0.8rem 2%;
        justify-content: space-around;
    }
}

.slider img {
    width: 100%;
    margin: 0;
}

.about-us-section {
    background-color: #e6e7e9;
}

.header {
	background-color: #e6e7e9;
}


.about-us-section .container {
    max-width: 820px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 15px;
}

.about-us-section .btn {
    display: inline-flex;
    align-self: center;
    padding: 0.5rem 1.5rem;
    background: #0A95A0;
    color: #fff;
}


.fs-certified-section .title {
    margin-bottom: 24px;
    text-align: center;
}

.fs-certified__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.fs-certified__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 30%;
    align-items: center;
    text-align: center;
    background-color: #FAFBFB;
    padding: 15px;
}

.fs-certified__item-title {
    color: var(--clr-headline);
    font-size: 1.2rem;
}

.fs-certified-section .container {
    padding: 40px 15px;
}

@media (max-width: 36.25rem) {
    .fs-certified__list {
        flex-direction: column;
    }
}


.case-studies-section .container {
    padding: 40px 15px;
}

.case-studies-section .title {
    margin-bottom: 24px;
    text-align: center;
}

.case-studies__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.slick-slider.case-studies__list {
    display: block;
}
.slick-slider.case-studies__list .slick-track {
    display: flex;
    gap: 20px;
}

.case-studies__list .case-studies__item {
    flex: 0 1 29%;
}

.case-studies__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
}

.case-studies__item .image-wrap {
    overflow: hidden;
    height: 200px;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.case-studies__item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: left center;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.case-studies__content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.case-studies__item .tags {
    display: flex;
    gap: 10px;
}

.case-studies__item-title {
    color: var(--clr-headline);
    font-size: 1.2rem;
}

.case-studies__item-description {
	height: 7.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    color: var(--clr-text);
}

@media (max-width: 45rem) {
    .case-studies__list:not(.slick-slider) {
        grid-template-columns: repeat(2, 1fr);
    }
}



.news__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.slick-slider.news__list {
    display: block;
}
.slick-slider.news__list .slick-track {
    display: flex;
    gap: 20px;
}

.news__list-item {
    flex: 0 1 29%;

    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
}

.news__list-item .image-wrap {
    overflow: hidden;
    height: 200px;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.news__list-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: left center;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.news__list-item-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.news__list-item .tags {
    display: flex;
    gap: 10px;
}

.news__list-item-title {
    color: var(--clr-headline);
    font-size: 1.2rem;
}

.news__list-item-description {
	height: 7.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    color: var(--clr-text);
}

@media (max-width: 45rem) {
    .news__list:not(.slick-slider) {
        grid-template-columns: repeat(2, 1fr);
    }
}



.sub-sections__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}


.sub-sections__item {
    width: 7.5rem;
    text-align: center;
    font-size: 0.9rem;
    line-height: normal;
    padding: 10px;
    color: var(--clr-headline);
}

.sub-sections__item--active {
    background-color: #F7F7F7;
    border-radius: 12px;
}

.sub-sections__item img {
    width: 2.37rem;
}


.sub-sections__list--big {
    justify-content: center;
}

.sub-sections__list--big .sub-sections__item {
    width: 15.5rem;
}

.sub-sections__list--big .sub-sections__item img {
    width: 9.37rem
}


.products__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.products__list .product-card {
    flex: 0 1 32%;
}

.products__list .product-card__container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 57.4rem) {
    .products__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 47.5rem) {
    .products__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.list-display-type .isActive {
    font-weight: bold;
}

.product-card {
    background-color: var(--crl-block-bg);
}

.product-card__container {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.product-card__preview {
    justify-self: center;
}

.product-card__preview img {
    width: 100%;
}

.product-card__name {
    line-height: normal;
    color: var(--clr-headline);
    font-size: 1.2rem;
    /* font-weight: bold; */
}

.product-card__price .price {
    font-size: 1.2rem;
    /* font-weight: bold; */
    color: var(--clr-headline);
}

.product__price-tags {
	font-size: 12px;
	line-height: 18px;
	color: var(--clr-text);
}

.product-card__stats {
	font-size: 12px;
	line-height: 20px;
}

.product-card__stats-brown {
	color: #A65300;
}

.product-card__stats-divider {
	color: #E5E5E5;
}

.product-card__stats-blue {
	color: #0060BF;
}


.product-card .chip--orange {

}

.product-card .chip--purple {
    background-color: #ECDDF9;
    color: #512971;
}

.products__list-table {
    overflow-x: auto;
}

.products__list-table table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.products__list-table th {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    position: relative;
    padding: 12px 24px 12px 4px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: -.02em;
    border-bottom: 1px solid #d4d6e4;
    background: #f2f2f1;
}

.products__list-table td {
    color: #2c3541;
    font-size: 14px;
    line-height: 17px;
    padding: 16px 8px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #d4d6e4;
}

.products__list-table th + th, .products__list-table td + td {
    border-left: 1px solid #d4d6e4;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.product__availability {
    font-weight: 500;
}

.product {

}

.product__main.container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 4%;
}

@media (max-width: 35rem) {
    .product__main.container {
        display: block;
    }
}

.product__header > * {
    display: inline;
}

.product__gallery {
        flex: 1;
    min-width: 0;
    overflow: hidden;
}

.product-gallery__main-image {
    max-width: 700px;
    width:100%;
}

/* .product-gallery__main-image img {
    width: 100% !important;
    display: block;
} */

.product-gallery__thumbnails {
    width: 150px;
    height: 150px;
}

.product-gallery__thumbnails img {
    width: 100%;
    display: block;
}

.product__main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product__title {
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--clr-headline);
}

.product__title span {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	color: #707070;	
}

.product__main-props {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
}

.product__main-props >:not(:first-child):before {
    content: '|';
    padding: 0 8px 0 0;
    color: var(--clr-third);
}

.product-option__select {
    border: 1px solid var(--clr-third);
    border-radius: 3px;
    outline: 0;
}

.product__options .product-option {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product__price {
    font-size: 1.5rem;
    color: var(--clr-headline);
}

.product__old-price {
    position: relative;
    color: var(--clr-headline);
}

.product__old-price:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ff2d37;
    position: absolute;
    top: 50%;
    left: 0;
}

.product__buy-btn {
    background-color: var(--clr-secondary);
    color: #fff;
    padding: 0.5rem 1.5rem;
    border: 0;
    border-radius: 3px;
}


.product-specs__group-title {

}

.product__specs {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.product__spec {
    display: flex;
    padding: 5px 10px;
    color: var(--clr-headline);
}

.product__spec :first-child {
    flex: 0 0 40%;
    font-weight: 500;
}

.product__spec:nth-child(odd) {
    background: color-mix(in srgb, var(--clr-primary), white 95%);
}

.product-specs {
    display: grid;
    gap: 30px;
}

.product-specs__group-title + .product__specs {
    margin-top: 10px;
}

.product__tabs .tabs__nav-block {
    background-color: var(--clr-third);
}

.product__tabs .tabs__panes {
    border: 0;
    padding: 30px 15px 30px;
}

.product__tabs .tabs__nav {
    display: flex;
    gap: 15px;
}

.product__tabs .tabs__nav.container {
    padding-top: 0;
    padding-bottom: 0;
}

.product__tabs .tabs__nav li {
    padding: 15px;
}

.product__tabs .tabs__nav li.active {
    border-bottom: 2px solid var(--clr-secondary);
}

.product__tabs .tabs-pane__content {
    margin-top: 20px;
}


.product__price-tags {
	font-size: 13px;
	line-height: 20px;
	color: var(--clr-text);
}

.product__price-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 20px;
	background: #F7F7F7;
	border-radius: 8px;
}

.product__price-block-left {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.product__price-block-left .product__price {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #19191A;
}

.product__price-block-left .product__serial {
	font-size: 14px;
	line-height: 22px;
	color: var(--clr-text);
}

.product__price-block-right {
	font-size: 13px;
	line-height: 20px;
	color: #646466;
}


.product__advantages {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(352px, 1fr));
	gap: 20px;
	padding: 24px 0;
}

.product__advantage {
	display: flex;
	flex-direction: column;
}

.product__advantage-icon {
	font-size: 31px;
}

.product__advantage-title {
	font-size: 16px;
	font-weight: 600;
	color: var(--clr-headline);
	padding: 16px 0 8px;
}

.product__advantage ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.product__advantage li {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	color: var(--clr-text);
}

.product__advantage li::before {
	content: '•';
	position: absolute;
	left: 0;
	top: 0;
}

.product__advantage-more {
	font-size: 14px;
	color: #0060BF;
	margin-top: 2px;
	margin-left: 15px;
	cursor: pointer;
}

.product__advantage-more svg {
	padding-left: 5px;
}

@media (max-width: 767px) {
    .product__advantage-top {
        display: flex;
		align-items: center;
    }
	.product__advantage-icon {
		margin-right: 20px;
	}
	.product__advantage ul {
		margin-left: 54px;
	}
	.product__advantage-more {
		margin-left: 69px;
	}
}

.product__advantage.product__misc li {
	color: #19191A;
	line-height: 20px;
	margin: 8px 0;
}

.product__advantage.product__misc .product__advantage-more {
	margin-left: 0;
}

.product__advantage-free-ship {
	font-size: 13px;
	line-height: 20px;
	color: #707070;	
}


.product__resources {
	/* display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    display: flex;
    flex-wrap: wrap;
	gap: 20px;
	padding: 24px 0;
}

.product__resource {
    width: 260px;
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #f7f7f7;
	border-radius: 4px;
	padding: 16px;
	/* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
	min-height: 52px;
}

.product__resource-icon {
	font-size: 20px;
}

.product__resource-title {
	font-size: 14px;
	line-height: 22px;
	color: var(--clr-headline);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.product__resource-title span{
	color: #09832a;	
}



.category-cart {

}

.categoties-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.case-studies__list .case-studies__item {
    flex: 0 1 29%;
}

.category-cart {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
}

.category-cart__content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-cart .image-wrap {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.category-cart img {
    width: 100%;
}


.category-cart__title {
    color: var(--clr-headline);
    font-weight: 500;
}

.category-cart__items-list {
    display: flex;
    flex-direction: column;
}

.category-cart__items-list a {
    color:  var(--clr-text);
}

.category-cart__items-list a:hover {
    color:  var(--clr-primary);
}


@media (max-width: 45rem) {
    .categoties-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.categoties-tabs.tabs {
    display: grid;
    gap: 30px;
}

.categoties-tabs .tabs__nav {
    display: flex;
    gap: 15px;

}

.categoties-tabs .tabs__nav li {
    width: 100px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.categoties-tabs .tabs__nav li img {
    width: 100%;
}

.categoties-tabs .tabs__nav li.active {
    background-color: var(--crl-block-bg);
    border-bottom: 1px solid var(--clr-secondary);
}

.categoties-tabs .tabs__panes {
    border: 0;
}

/* .categoties-sections__top:not(.slick-slider) {
    display: none;
} */

.slick-slider.sub-sections__list {
    display: initial;
}

.slick-slider.sub-sections__list .slick-slide {
    height: auto;
}

/* .slick-slider.sub-sections__list .sub-sections__item {
    width: 7.5rem !important;
    justify-items: center;
} */

.slick-slider.sub-sections__list .slick-track {
    /* margin-left: 0; */
}

.slick-slider.sub-sections__list .sub-sections__item {
    justify-items: center;
    box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}

.categoties-sections-list {
    display: grid !important;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    margin: 30px 0;
}

@media (max-width: 45rem) {
    .categoties-sections-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.slick-slider.sub-sections__list .slick-current .sub-sections__item {
    background-color: #F7F7F7;
    border-radius: 12px;
}

.slider--main {
	max-width: 3000px;
}

.slider--main .slide_container{
	height: 400px;
    width: 100%;
	background-repeat: no-repeat;
    background-size: cover;
}

.slider--main:not(.slick-slider) > *:not(:first-child) {
    display: none;
}

.slider--main .slide_container .text {
    line-height: 1em;
    padding-top: 250px;
    color: white;
    font-size: 4em;
    text-align: center;
	text-shadow:
    -2px -2px 0 #0f328d,
     2px -2px 0 #0f328d,
    -2px  2px 0 #0f328d,
     2px  2px 0 #0f328d;
}

@media (max-width: 1023px) {
    .slider--main .slide_container .text {
        font-size: 2.5em !important;
		padding: 0.4em !important;
		margin: 0 auto;
		top: 230px;
    }
}

@media (max-width: 767px) {
	.slider--main .slide_container .text {
        font-size: 2em !important;
		margin: 0 10px;
		top: 250px;
    }
	.slider--main .slide1 .text {
        font-size: 1.5em !important;
    }
   
}

.slick-dots {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    list-style: none;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    text-indent: -9999px;
    transition: all 0.3s ease;
    padding: 0;
	cursor: pointer;
}

.slick-dots li.slick-active button {
    width: 20px;
    border-radius: 10px;
    background-color: #555;
}


.main-custom-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.main-custom-arrow:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.main-custom-arrow span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid white;
	border-left: 2px solid white;
}

.main-custom-arrow .arrow-left {
	margin-left: 5px;
}

.main-custom-arrow .arrow-right {
	margin-left: -5px;
}

.arrow-left {
	transform: rotate(-45deg);
}

.arrow-right {
	transform: rotate(135deg);
}

.main-slick-prev {
	left: 20px;
}

.main-slick-next {
	right: 20px;
}


.filters-container {
	display: flex;
	justify-content: space-between;
	align-items: end;
	flex-wrap: wrap;
	gap: 8px;
	font-family: sans-serif;
	padding: 15px 0;
}

@media (max-width: 1060px) {
    .filters-container {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    } 
}

.filters-left,
.filters-right {
	display: flex;
	align-items: center;
	gap: 10px;
}

.filter-btn {
	border: 1px solid #ddd;
	background-color: white;
	border-radius: 999px;
	padding: 5px 17px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
}

.filter-btn .arrow {
	font-size: 10px;
}

.icon {
	margin-left: 6px;
}

.results-count {
	font-size: 12px;
	color:  var(--clr-text);
}


.pagination {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.pagination .links * {
    color: var(--clr-primary);
    border: 1px solid var(--clr-third);
    padding: 4px 11px;
}

.pagination .links b {
    color: #fff;
    background-color: var(--clr-primary);
    font-weight: 400;
}

.btn--primary {
    background-color: var(--clr-secondary);
    color: #fff;
    padding: 0.5rem 1.5rem;
    border: 0;
    border-radius: 3px;
}

.form-order-mail {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-order-mail label {
    display: block;
}

.form-order-mail input,
.form-order-mail textarea {
    width: 100%;
    max-width: 600px;
}


/* Mega filter */
.box-content.mfilter-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}

.mfilter-modern-horizontal .mfilter-content > ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: auto;
}

.mfilter-modern-horizontal.mfilter-modern-closed .mfilter-content > ul > li {
    float: none;
    margin: 0;
    padding: 0;
    width: unset;
    height: auto;
}

.mfilter-modern-horizontal .mfilter-content > ul > li .mfilter-heading {
    border: 0;
    height: auto;
    width: auto;
    min-height: auto;
    min-width: auto;
}

.mfilter-modern-horizontal .mfilter-filter-item {
    text-indent: 0;
}

.mfilter-modern-horizontal .mfilter-heading-text {
    margin: 0;
}

.mfilter-modern-horizontal .mfilter-heading-text > span {
    padding: 0;
}

.mfilter-modern-horizontal .mfilter-content-opts {
    position: absolute;
}



li.mfilter-filter-item.mfilter-checkbox.mfilter-manufacturers {
    height: auto;
}



.mfilter-modern-horizontal .mfilter-content > ul > li .mfilter-heading, .mfilter-modern-horizontal .mfilter-content > ul > li:first-child .mfilter-heading {
    height: auto;
    border: 0;
}

.mfilter-modern-horizontal .mfilter-head-icon {
    float: none;
}

.mfilter-modern-horizontal .mfilter-heading-content {
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 999px;
    padding: 5px 17px;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 192px;
}

.mfilter-heading .mfilter-head-icon {
    background: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.4844 0.890625L7 7.375L0.515625 0.890625L1.21875 0.1875L7 5.95312L12.7812 0.1875L13.4844 0.890625Z" fill="%23707070"></path></svg>') no-repeat;
}

.mfilter-modern-horizontal .mfilter-content > ul > li .mfilter-content-opts, .mfilter-modern-horizontal .mfilter-content > ul > li:first-child .mfilter-content-opts {
    margin-top: auto;
}

.mfilter-modern-horizontal .mfilter-content > ul > li .mfilter-heading.mfilter-opened {
    position: unset;
    border: 0;
}

.mfilter-modern-horizontal .mfilter-opts-container {
    border: 0;
    box-shadow: 0 0 15px #ccc;
}

.mfilter-modern-horizontal .mfilter-category-tree ul li:hover, .mfilter-modern-horizontal .mfilter-tb .mfilter-tb:hover {
    background-color: unset;
}

.mfilter-modern-horizontal .mfilter-button-bottom {
    border: 0;
}

.mega-filter {
    /* width: 70%; */
}

@media (max-width: 1060px) {
    .mega-filter {
        width: auto;
    }
}

.mega-filter .hidden-sm.mobile_text {
    display: none;
}

.mfilter-button-reset {
    color: #b7b7b7;
    margin-top: 5px;
    font-size: 0.9rem;
}

.mfilter-reset-icon {
    background: none;
    width: unset;
    margin-right: unset;
    height: unset;
}



.jsDropdown__select-btn {
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 999px;
    padding: 5px 17px;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 20px;
}

.jsDropdown__select-btn:after {
    content: '';
    background: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.4844 0.890625L7 7.375L0.515625 0.890625L1.21875 0.1875L7 5.95312L12.7812 0.1875L13.4844 0.890625Z" fill="%23707070"></path></svg>') no-repeat;
    width: 17px;
    height: 9px;
}

.jsDropdown--toggled .jsDropdown__select-btn:after {
    transform: rotate(-180deg);
}

.jsDropdown__options {
    position: absolute;
    border: 0;
    box-shadow: 0 0 15px #ccc;
    padding: 8px;
    background: #fff;
    z-index: 99999;
    display: none;
}

.jsDropdown--toggled .jsDropdown__options {
    display: block;
}

.jsDropdown__options-item {
    display: block;
    color: var(--clr-text);
}

.jsDropdown__options-item--active {
    display: none;
}