@charset "utf-8";

:root {
    --blue: #20a396;
    --dark-blue: #351f4c;
    --red: #E22424;
    --purple: #8a42f9;
}
body {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    color: #222222;
    background-color: #edf3f5;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-rendering: optimizeSpeed;
    min-width: 320px;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}
html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
h1 {
    font-size: 38px;
    font-weight: 800;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0 0 40px;
}
h1 {
    font-weight: 600;
    text-transform: none;
    font-size: 36px;
    line-height: 1.2;
    color: #222;
}
h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0 0 22px;
}
header {
    background: #fff;
}
header .header__btns .svg {
    color: #222;
}
.header__search {
    flex: 1;
    margin: 0 40px;
    position: relative;
}
.header__search input {
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 0 20px;
    border-radius: 8px;
}
.header__search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 50px;
    outline: none;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__search button img {
    width: 20px;
}
/* bc */
.breadcrumb {
    position: relative;
    background: transparent;
    margin: 30px 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    color: #5e5e5e;
}
.breadcrumb li {
    list-style: none;
    display: inline-block;
    font-weight: 600;
}
.breadcrumb li:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24.000000' height='24.000000' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip307_2708'%3E%3Crect id='SVG' width='24.000000' height='24.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg opacity='0.500000'%3E%3Crect id='SVG' width='24.000000' height='24.000000' fill='%23FFFFFF' fill-opacity='0'/%3E%3Cg clip-path='url(%23clip307_2708)'%3E%3Cpath id='Vector' d='M13 17L18 12L13 7' stroke='%2349296a' stroke-opacity='1.000000' stroke-width='1.500000' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath id='Vector' d='M6 17L11 12L6 7' stroke='%2349296a' stroke-opacity='1.000000' stroke-width='1.500000' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: 8px;
}
.breadcrumb li a {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}
.breadcrumb li:last-child:after {
    content: none;
}
.breadcrumb > li + li:before {
    content: none;
}
.bread-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.btn-catalog {
    height: 67px;
    line-height: 67px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    color: #222;
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    padding: 0 32px;
    font-weight: 500;
    font-size: 15px;
}
/* .bc */
.top-header__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    background: #f8f8f8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0 20px;
}
.top-header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-header__item {
    font-size: 14px;
    margin-right: 40px;
}
.top-header__item:last-child {
    margin-right: 0;
}
.top-header__social {
    margin-left: auto;
}
.top-header__social a {
    color: var(--blue);
}
.top-header__social .top-header__vk svg {
    position: relative;
    top: 1px;
    width: 24px;
    height: 24px;
}
.social-max svg {
    width: 24px;
    height: 24px;
}
.social-max svg path {
    fill: #20a396;
}
.main-header__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 95px;
}
.header__logo img {
  width: 120px;
}
.header__slogan {
    font-size: 14px;
    line-height: 20px;
    margin: 0 20px;
}
.header__btns {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.header__phone a {
    font-weight: bold;
    font-size: 18px;
}
.header__phone span {
    font-size: 13px;
}
.header__social-phone {
    margin-left: 40px;
}
.btn {
    display: inline-block;
    text-align: center;
    padding: 0 24px;
    background: var(--blue);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.btn:hover,
.btn:active,
.btn:focus {
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.btn_red:hover {
    background: #bf1414;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.btn_cart:hover {
    background: #005b8a;
}
.btn_one-click:hover {
    background: #3536a5;
}
.header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #ccc;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.header__btn_cart {
    width: 100%;
}
.header__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 14px;
}
.cart-btn__val {
    margin-right: 14px;
    white-space: nowrap;
    font-size: 14px;
}
.cart-btn__count {
    font-weight: 500;
}
.header__nav {
    background: #fff;
    border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}
.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
}
.header__list > li {
    margin: 0 15px;
}
.header__list > li > a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #222;
}
.header__list > li:first-child {
    margin-left: 0;
} 
footer {
    background: #f8f8f8;
}
.footer__col {
    height: auto;
    padding-top: 46px;
}
.footer__col:not(:last-child) {
}
.footer__col.footer__middle {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.footer__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer__slogan {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
}
.footer__social {
    margin-top: 25px;
}
.footer-social__title {
    color: rgb(0, 119, 182, .6);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}
.footer-social__list a:not(:last-child) {
    margin-right: 10px;
}
.footer__middle .footer__list:not(:last-child) {
    margin-right: 60px;
}
.footer__title {
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.footer__list {
    max-width: 300px;
}
.footer__list li {
    margin-bottom: 6px;
}
.footer__list a {
    font-size: 15px;
    color: #333;
}
.footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}
.footer-item__img {
    margin-right: 12px;
}
.footer-item__label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-item__val {
    font-size: 14px;
}
.footer-bottom__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
}
.footer__bottom a {
    font-size: 14px;
}
.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.hero__main {
    padding: 80px 0 70px;
}
.hero__bens {
    padding: 30px 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 28, 0.18)),to(rgba(0, 0, 28, 0.25)));
    background: -o-linear-gradient(left, rgba(0, 0, 28, 0.18),rgba(0, 0, 28, 0.25) 100%);
    background: linear-gradient(90.00deg, rgba(0, 0, 28, 0.18),rgba(0, 0, 28, 0.25) 100%);
}
h1.hero__h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: 1%;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 16px;
}
.hero__sub {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 32px;
}
.hero__btn a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1%;
    text-transform: uppercase;
}
.hero__btn svg {
    position: relative;
    top: -2px;
    margin-left: 4px;
}
.hero-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
}
.hero-item__numb {
    color: #fff;
    opacity: .4;
    margin-right: 16px;
    font-size: 40px;
}
.hero-item__text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;

}
.front-catalog {
    padding: 75px 0;
}
.cat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.cat-item__img {
    flex-shrink: 0;
    margin-right: 18px;
}
.cats a {
    display: block;
    height: 100%;
    border-radius: 14px;
    -webkit-box-shadow: 0px 4px 25px 0px rgba(3, 4, 94, 0.25);
    box-shadow: 0px 4px 25px 0px rgba(3, 4, 94, 0.25);
    background: rgb(255, 255, 255);
    padding: 8px 20px;
}
.cat-item__title {
    color: var(--dark-blue);
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
    text-transform: uppercase;
}
.cat-item__img img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}
.front-catalog .cats {
    margin-bottom: 78px;
}
.tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 34px;
}
.tab-nav li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
    color: #979797;
    text-transform: uppercase;
    margin-right: 30px;
    white-space: nowrap;
}
.tab-nav li:last-child a {
    margin-right: 0;
}
.tab-nav li a.active {
    color: var(--blue);
}
.tab-nav li a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: calc(100% + 30px);
    height: 3px;
    background: #ccc;
}
.tab-nav li:last-child a:before {
    width: 100%;
}
.tab-nav li a.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: var(--blue);
    z-index: 2;
}
.product-card {
    position: relative;
    border-radius: 0;
    background: #fff;
    padding: 20px 20px 75px 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.product-card__top {
    position: relative;
    z-index: 2;
    color: rgb(0, 119, 182, .5);
}
.product-card__price-block {
    margin-top: auto;
}
.product-card__top > div {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}
.product-card__compare {
    left: 0;
}
.product-card__like {
    right: 0;
}
.product-card__like svg {
    width: 24px;
    height: 24px;
}
.product-card__like svg path {
    stroke: #8fbbdb;
}
.product-card__like.active svg path {
    fill: #8fbbdb;
}
.product-card__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
    height: 190px;
}
.product-card__image img {
    width: auto;
    max-width: 100%;
    max-height: 180px;
    display: block;
    margin: 0 auto;
}
.product-card__image a {
    display: block;
    height: 100%;
    width: 100%;
}
.product-card__image_empty {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    background: rgb(0, 119, 182, .1);
}
.product-card__code {
    font-size: 14px;
    color: rgb(51, 51, 51, .8);
    margin-bottom: 4px;
}
.product-card__title {
    margin-bottom: 20px;
}
.product-card__title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #383535;
}
.product-card__price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-card__qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7px;
}
.product-card__minus, .product-card__plus {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    background: #fff;
}
.product-card__input {
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: #fff;
}
.product-card__qty input {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #000;
    text-align: center;
}
.product-card__minus {
    width: 30px;
    height: 40px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #77add4;
}
.product-card__plus {
    width: 30px;
    height: 40px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #77add4;
}
.product-card__price {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #222;
}
.product-card__btns {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-card__btns > button {
    font-size: 13px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    height: 64px;
    line-height: 64px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 6px;
    text-align: center;
}
.product-card .btn_cart {
    border-radius: 0px 0px 0px 16px;
    background: rgb(0, 119, 182);
}
.product-card .btn_one-click {
    background: var(--blue);
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #f8f8f8;
    border-radius: 4px;
    height: 42px;
    line-height: 42px;
    text-transform: none;
}
.product__tabs {
    border-radius: 12px;
    background: #fff;
    padding: 40px 80px;
}
.product__tabs .tab-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* text block */
.content {
    min-height: calc(100vh - 672px);
    padding-bottom: 60px;
}
.text-block {
    color: #222222;
    font-size: 17px;
    line-height: 25px;
}
.text-block h2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    text-transform: none;
}
.text-block h3 {
    color: var(--blue);
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px;
}
.text-block p + h3,
.text-block ol + h3,
.text-block ul + h3 {
    margin-top: 40px;
}
.text-block p {
    margin-bottom: 20px;
}
.text-block li {
    margin-bottom: 8px;
}
.text-block li {
    margin-bottom: 18px;
}
.text-block ol {
    padding-left: 0;
    margin: 0 0 20px;
}
.text-block ul {
    margin-bottom: 20px;
}
.text-block ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}
.text-block ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background: var(--blue);
    border-radius: 50%;
}
.text-block ul, .text-block ol {
    padding-left: 40px;
    margin-bottom: 20px;
}
.text-block img {
    display: block;
    margin-bottom: 10px;
    max-width: 600px;
}
.blue-bold {
    color: var(--dark-blue);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
}
.blue-bold-sm {
    color: var(--dark-blue);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
}
.about__img img {
    width: 100%;
}
.hero {
    position: relative;
    padding: 60px 0 120px;
}
.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, .8), transparent);
}
.hero .container {
    position: relative;
    z-index: 2;
}
.footer-bottom__copy {
    font-size: 14px;
    font-weight: 500;
}
.banner__title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 14px;
    color: #fff;
}
.banner__title-sub {
    color: var(--blue);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
}
.banner__title span {
    color: var(--blue);
}
.banner__text {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 40px;
}

/* .text block */
.cons__in {
    position: relative;
    background: #222;
    padding: 72px;
}
.file-group label {
    padding-top: 10px;
    padding-left: 30px;
    position: relative;
}
.file__icon {
    position: absolute;
    top: 14px;
    left: 0;
}
.file__title {
    font-weight: 700;
    font-size: 15px;
    line-height: 160%;
    text-transform: uppercase;
    color: var(--ffffff);
}
.file__sub {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: var(--ffffff);
    opacity: .7;
}
.file-group input {
    display: none;
}

.cons__title {
    font-weight: bold;
    font-size: 38px;
    line-height: 118%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}
.cons__sub {
    font-weight: bold;
    font-size: 20px;
    line-height: 125%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 26px;
}
.cons__text {
    color: #fff;
    opacity: .7;
    line-height: 1.4;
}
.cons__sub span {
    color: var(--blue);
}
.cons__decor img {
    max-width: 400px;
}
.cons__in .row {
    position: relative;
    z-index: 2;
}
.cons__decor {
    opacity: .04;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cons h2 {
    color: #fff;
    margin-bottom: 30px;
}
.form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"] {
    width: 100%;
    border-radius: 8px;
    padding: 18px 0;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    padding: 0 20px;
    background: #fff;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cons .form-group input {
    width: 100%;
}
.cons .form-group label {
    color: #fff;
}
.cons .form-group .btn_red {
    width: 250px;
}

.cons h2 {
    color: #fff;
    margin-bottom: 30px;
}
.form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"] {
    border-radius: 8px;
    padding: 20px 0;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    background: #fff;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cons .form-group label {
    color: #fff;
}
.cons .form-group .btn_red {
    width: 250px;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.form-row_first {
    margin-bottom: 24px;
}
.form__terms {
    font-size: 14px;
    line-height: 22px;
}
.form__terms a {
    font-weight: bold;
}
.cons .form__terms {
    color: #fff;
}
.post-item__link {
    display: block;
}
.post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    height: 380px;
    border-radius: 24px;
    color: #fff;
    padding: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-bottom: 30px;
}
.post-item:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.post-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 182, 0.4)),color-stop(77.511%, rgb(3, 4, 94)));
    background: -o-linear-gradient(top, rgba(0, 119, 182, 0.4),rgb(3, 4, 94) 77.511%);
    background: linear-gradient(180.00deg, rgba(0, 119, 182, 0.4),rgb(3, 4, 94) 77.511%);
}
.product-item__in {
    position: relative;
    z-index: 2;
}
.post-item__date {
    font-size: 14px;
    margin-bottom: 6px;
}
.post-item__title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 17px;
}
.post-item__more {
    font-size: 14px;
    font-weight: 800;
    color: #F4DC23;
    text-transform: uppercase;
}
.content {
    padding-bottom: 80px;
}
.facetwp-load-more {
    display: block;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    background: transparent;
    border-radius: 12px;
    height: 56px;
    line-height: 56px;
    white-space: nowrap;
    padding: 0 10px;
}
.front-about {
    position: relative;
    overflow: hidden;
}
.front-about .container {
    position: relative;
}
.front-about__decor {
    position: absolute;
    top: 300px;
    right: -290px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.front-about__decor {
    opacity: .1;
}
.front-about__decor img {
    width: 800px;
}
.doc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    border-radius: 20px;
    background: #e8f1f8;
}
.doc-item img {
    width: auto;
    max-height: 280px;
}
.doc-item a {
    display: block;
}
.front-about__text {
    max-width: 1100px;
    padding-bottom: 60px;
}
.front-about__sert {
    padding-bottom: 80px;
}
.partner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e8f1f8;
    border-radius: 16px;
    margin-bottom: 24px;
    height: 120px;
}
.partner-item img {
    width: auto;
    max-height: 80px;
}
.front-partners {
    padding: 70px 0;
}
.partners__img {
    margin-bottom: 35px;
}
.partners__img img {
    display: block;
    margin: 0 auto;
    opacity: .1;
}
.partners__text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: var(--dark-blue);
}
.cat__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cat__panel {
    margin-bottom: 20px;
}
.cat-panel__sort .facetwp-type-sort,
.cat-panel__per-page .facetwp-type-pager {
    display: inline-block;
    margin: 0 0 0 10px;
}
.cat-panel__sort .facetwp-type-sort select,
.cat-panel__per-page .facetwp-type-pager select {
    color: var(--blue);
    font-weight: 500;
    background: none;
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
}
.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    border: 1px solid rgba(0, 119, 182, 0.2);
    border-radius: 14px;
    background: rgba(230, 242, 248, 0.2);
    padding: 24px 32px;
    margin-bottom: 40px;
}
.filter__title {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark-blue);
    text-transform: uppercase;
}
.filter__options {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.filter__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filter__option {
    position: relative;
    z-index: 3;
}
.filter-option__label {
    cursor: pointer;
}
.filter-option__cont {
    position: absolute;
    display: none;
    top: 32px;
    left: -10px;
    width: 220px;
    height: auto;
    overflow-y: auto;
    background: #fff;
    border-radius: 7px;
    padding: 20px;
    -webkit-box-shadow: 0 5px 30px rgba(34,34,34,.1);
    box-shadow: 0 5px 30px rgba(34,34,34,.1);
}
.filter__option.active .filter-option__cont {
    display: block;
}
.filter-option__label:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='10.003906' height='5.501953' viewBox='0 0 10.0039 5.50195' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector' d='M0.501953 0.501953L5.00195 5.00195L9.50195 0.501953' stroke='%23222222' stroke-opacity='1.000000' stroke-width='1.000000' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    position: relative;
    display: inline-block;
    margin-left: 6px;
    width: 13px;
    height: 7px;
    background-size: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.filter__option.active .filter-option__label:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.about-img {
    margin-bottom: 30px;
}
.about-img img {
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 28px;
}
.filter .facetwp-facet {
    margin-bottom: 0;
}
.category-page .cats {
    margin-bottom: 40px;
}
.contacts__list.row .col-6 .contact__block,
.contacts__list.row .col-6 .contact__btns {
    height: auto;
}
.contacts__map iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 30px;
}
.contact__block {
    padding: 30px 40px;
    border-radius: 26px;
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 119, 182, 0.25);
    box-shadow: 0px 4px 25px 0px rgba(0, 119, 182, 0.25);
    background: rgb(255, 255, 255);
}
.contact__btn {
    border-radius: 16px;
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 119, 182, 0.25);
    box-shadow: 0px 4px 25px 0px rgba(0, 119, 182, 0.25);
    background: rgb(255, 255, 255);
    padding: 20px;
}
.contact-item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 23px;
}
.contact-item:last-child {
    margin-bottom: 0;
}
.contact-item__icon {
    position: absolute;
    top: 4px;
    left: 0;
}
.contact-item__label {
    color: rgba(0, 119, 182, .6);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-item__value {
    font-size: 15px;
    line-height: 20px;
}
.contact__block {
    margin-bottom: 40px;
}
.contact__btns a {
    display: block;
}
.contact__btn {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
}
.contact__btn i {
    display: block;
    margin: 0 auto 10px;
}
.row.auto-h .contact__btns .col-6 {
    margin-bottom: 0;
}
.contact-btn__title {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(3, 155, 229);
}
.contact__btn_wa .contact-btn__title {
    color: rgb(81, 200, 93);
}
.contacts__list {
    margin-bottom: 40px;
}
/* faq */
.i-faq {
    padding: 80px 0;
}
.faq-item {
    border-radius: 0;
    background: var(--ffffff, #FFF);
    margin-bottom: 10px;
}
.faq-question {
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 19px;
    line-height: 28px;
    padding: 32px 60px 32px 32px;
}
.faq-item__helper {
    position: absolute;
    top: 32px;
    right: 98px;
}
.faq-item__helper:before {
    content: 'Подробнее о вакансии';
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--blue);
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.17px;
    text-transform: uppercase;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.faq-item.active .faq-item__helper:before {
    content: 'Скрыть описание';
}
.faq-item__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 22px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--blue);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.faq-item .faq-item__arrow svg {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-item.active .faq-item__arrow svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-item.active .faq-question {
    color: #34343F;
}
.faq-answer {
    font-weight: 300;
    color: #514F4F;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease-out;
    -o-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
}
.faq-answer__in {
    padding-top: 15px;
    margin: 0 30px 30px;
    border-top: 1px solid #c2c3c4;
}
.faq-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}
.facetwp-checkbox {
    font-size: 14px;
    line-height: 20px;
}
.cart-list {
    width: 100%;
}
.cart-item td {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 119, 182, .2);
}
.cart-item__price_val {
    font-size: 18px;
    font-weight: bold;
}
.cart-item__price_text {
    font-size: 14px;
    color: rgba(51, 51, 51, .8);
}
.cart-item .cart-item__title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}
.cart-item__remove button {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: bold;
}
.cart-item__remove button .svg {
    top: -2px;
    position: relative;
}
.cart-item__remove {
    width: 250px;
    text-align: right;
}
.cart-item__qty {
    width: 150px;
    text-align: right;
}
.cart-item__price {
    width: 200px;
}
.cart-item__qty .product-card__qty {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cart-item .svg {
    color: var(--blue);
}
.cart-item__img {
    width: 60px;
}
.cart-item__img img {
    width: 100%;
    max-width: 60px;
}
.product-attributes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
}
.product-attributes-column {
    width: 50%;
}
.product-attribute {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2px;
}
.product-attribute:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(0, 119, 182, .2);
    z-index: 1;
}
.attribute-name,
.attribute-value {
    position: relative;
    display: block;
    background: #fff;
    z-index: 2;
    font-size: 12px;
    font-weight: 500;
}
.attribute-name {
    padding-right: 20px;
}
.attribute-value {
    text-align: right;
    padding-left: 20px;
}
.tab {
    display: none;
}
.tab.active {
    display: block;
}
.product-page__head {
    margin-bottom: 40px;
}
.product__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.btn_cart {
    background: var(--blue);
    width: 50%;
}
.btn_one-click {
    background: var(--dark-blue);
    width: 50%;
}
.product__tabs {
    margin-bottom: 70px;
}
.product-gallery {
    margin-top: 40px;
}
.product-gallery img {
    width: 100%;
    height: 88px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #eee;
}
.product-page__main h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}
.product__code {
    color: rgb(51, 51, 51);
    font-size: 14px;
}
.product__more {
    font-size: 14px;
    font-weight: bold;
    color: var(--dark-blue);
    margin-bottom: 20px;
}
.product__price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}
.product-card__qty {
    margin-left: 20px;
}
.product__compare {
    margin-left: auto;
}
.product__compare button:before {
    content: 'Добавить в сравнение';
    display: inline-block;
    margin-right: 6px;
}
.product__compare button {
    color: var(--blue);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-slide img {
    display: block;
    margin: 0 auto;
}
.product-page__fav {
    position: absolute;
    top: 0;
    left: 0;
}
.product-page__fav button {
    color: var(--blue);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-page__fav button .svg {
    margin-left: 4px;
    position: relative;
    top: -2px;
}
.product-page__fav button .svg svg {
    width: 22px;
    height: 22px;
}
.product-page__fav button.active .svg path {
    fill: var(--blue);
}
.product-head__btns {
    position: relative;
}
.product-page__gallery {
    position: relative;
}
.filter .noUi-horizontal {
    border: none;
    height: 5px;
}
.filter .noUi-horizontal .noUi-handle {
    top: -8px;
    border-radius: 50%;
}
.mobile-header {
    display: none;
}
.notification {
    position: fixed;
    top: 20px;
    right: -100%;
    padding: 10px 20px 10px 70px;
    background: #fff;
    color: #222;
    border-radius: 5px;
    -webkit-animation: slideNot 0.5s forwards;
    animation: slideNot 0.5s forwards;
    display: none;
    font-size: 13px;
    max-width: 300px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 119, 182, 0.25);
    box-shadow: 0px 4px 25px 0px rgba(0, 119, 182, 0.25);
    z-index: 78;
}
.notification img,
.notification .product-card__image_empty {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}
@-webkit-keyframes slideNot {
    0% {
        right: -100%;
    }
    100% {
        right: 20px;
    }
}
@keyframes slideNot {
    0% {
        right: -100%;
    }
    100% {
        right: 20px;
    }
}
.cart-totals {
    margin-top: 60px;
    padding: 24px 0;
    background: #49296a;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.cart-totals__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order-form input[type="text"],
.order-form input[type="email"],
.order-form textarea {
    border: 1px solid rgba(0, 119, 182, .4);
    width: 100%;
}
.order-form.form textarea {
    border-radius: 8px;
    padding: 20px;
    height: 170px;
}
.woocommerce-page form .form-row::before {
    content: none;
}
.order-form .form-row .form-group {
    margin-bottom: 0;
}
.order {
    padding: 70px 0;
}
.facetwp-type-fselect .fs-option .fs-option-label {
    white-space: normal !important;
    font-size: 14px;
    line-height: 20px;
}
.products-slider {
    padding: 20px;
}
.page-compare .product-card {
    height: 400px;
    overflow: hidden;
}
.compare__in {
    position: relative;
    padding-left: 320px;
}
.compare__chars {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 460px;
    width: 300px;
}
.product-card__chars {
    margin-top: 40px;
}
.char-item {
    height: 80px;
}
.top-header__social img {
    width: 20px;
}
.marg {
    margin-bottom: 60px;
}
.left-nav {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}
.service-item {
    background: #fff;
    display: flex;
    padding: 15px;
    height: 240px;
    border-radius: 12px;
    transition: .4s;
}
.service-item__count {
    margin-top: auto;
    font-size: 14px;
    color: gray;
}
.service-item__img {
    margin-bottom: 20px;
}
.service-item__img img {
    width: auto;
    max-width: 100%;
    height: 110px;
}
.service-item__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    color: #222;
    margin-bottom: 10px;
}
.service-item__btn {
    background: #fff;
    color: #222;
    border: 1px solid #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
}
.footer__brand {
    margin-bottom: 20px;
}
.footer__brand img {
    width: 120px;
}
.footer__callback .btn {
    background: var(--blue);
    font-size: 12px;
    height: 42px;
    line-height: 42px;
}
.footer__slogan {
    margin: 20px 0;
}
.wpc-filter-set-widget-title {
    display: none;
}
footer {
    margin-top: 40px;
}
.city-select {
    background: transparent;

}

.header__nav {
    border-top: 1px solid #eee;
}
.header__nav-in {
    position: relative;
    display: flex;
    gap: 24px;
    height: 67px;
    align-items: center;
}
.header__logo img {
    width: 72px;
}
.header__slogan-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 6px;
    letter-spacing: 4px;
}
.header__slogan-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}
.header__slogan-text span {
    font-size: 14px;
    letter-spacing: 13px;

}
.front-hero {
    margin-top: 40px;
}
.hero {
    overflow: hidden;
}
.hero__in {
    position: relative;
    z-index: 2;
}
.front-bens {
    position: relative;
    z-index: 2;
    margin-top: -60px;
}
.feature-item {
    background: #fff;
    padding: 60px 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item__title {
    font-size: 20px;
    font-weight: bold;
    color: var(--blue);
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.feature-item__text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #222;
    margin-top: 20px;
}
.m-80 {
    margin-bottom: 80px;
}
/* Advantages Section */

.advantages {
    margin-bottom: 20px;
}
.advantages__item {
    display: flex;
    gap: 25px;
    justify-content: center;
}

.advantages__icon {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}
.advantages__icon svg {
    width: 50px;
    height: 50px;
}

.advantages__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    margin: 0;
}
.advantages__front {
    background: #d6e6eb;
    padding: 60px 0;
}
.advantages.m-80 {
    margin-bottom: 80px;
}

/* Reviews Section */

.reviews__wrapper {
    background-color: #1a1a1a;
    border-radius: 0;
    padding: 40px;
    color: white;
}

.reviews__stars {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
}

.reviews__rating {
    display: flex;
    align-items: center;
    gap: 16px;
}

.reviews__rating-number {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.reviews__stars-container {
    display: flex;
    gap: 4px;
}

.reviews__star {
    font-size: 24px;
    color: #666;
}

.reviews__star--filled {
    color: #ffd700;
}

.reviews__star--half {
    color: #ffd700;
    position: relative;
}

.reviews__star--half::after {
    content: '★';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
    color: #666;
}

.reviews__count {
    font-size: 14px;
    color: #999;
}

.reviews__link {
    background-color: #ffd602;
    color: #222;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.reviews__link:hover {
    background-color: #357ABD;
}

.reviews__item {
    background-color: #2a2a2a;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reviews__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.reviews__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #444;
}

.reviews__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews__author-name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 4px 0;
}

.reviews__author-stars {
    display: flex;
    gap: 2px;
}

.reviews__author-stars .reviews__star {
    font-size: 14px;
}

.reviews__text {
    font-size: 14px;
    line-height: 1.5;
    color: #ccc;
    margin-bottom: 16px;
    flex-grow: 1;
}

.reviews__date {
    font-size: 12px;
    color: #999;
}

/* Product Selection Section */
.product-selection__title {
    text-align: center;
}

.product-selection__subtitle {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #666;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.product-selection__items {
    margin-top: 60px;
}

.product-selection__item {
    text-align: center;
    margin-bottom: 40px;
}

.product-selection__image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 24px;
    background-color: #f0f0f0;
    border: 4px solid var(--blue);
}

.product-selection__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-selection__item-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
}

.product-selection__item-text {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 16px;
}

.product-selection__link {
    color: var(--blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.product-selection__link:hover {
    border-bottom-color: #4A90E2;
}

/* Responsive */
@media (max-width: 768px) {
    .reviews__stars {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .reviews__rating {
        flex-direction: column;
        gap: 12px;
    }
    
    .product-selection__title,
    .reviews__title {
        font-size: 32px;
    }
    .advantages__front {
        padding: 20px 0;
    }
    .advantages__item {
        justify-content: flex-start;
        padding: 30px 15px;
    }
    
    .reviews__wrapper {
        padding: 24px;
    }
}
.top-header__social svg {
    width: 20px;
    height: auto;
}
.top-header__social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.text-block table {
  width: 100%;
  border: 1px solid #dedcde;
  font-size: 13px;
  background: #fff;
  color: #222;
  font-weight: 500;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.text-block img.alignleft {
    float: left;
    padding: 10px;
}

.text-block table tr th {
  padding: 4px;
  font-weight: 500;
  background: #ebf1fb;
  border-right: 1px solid #dedcde;
}

.text-block table tr td {
  padding: 4px;
  border-bottom: 1px solid #dedcde;
  border-right: 1px solid #dedcde;
}
.wp-caption {
    margin-bottom: 20px;
}
.form__terms {
    font-size: 12px;
    margin-top: 12px;
}
.product-page__main .attribute-name, 
.product-page__main .attribute-value {
    background: #edf3f5;
}
.product__tabs img {
    max-width: 600px !important;
}

.blog-item__date {
  opacity: 0.36;
}

.blog-item {
  position: relative;
}

.blog-item__right {
  width: 100%;
}

.blog-item__text {
  position: absolute;
  bottom: 0;
}

.blog-item__fio {
  margin-bottom: 20px;
}

.blog-item__title {
  margin-bottom: 10px;
  color: var(--color-blue);
  font-weight: 500;
}
.catalog-product {
    margin-bottom: 40px;
}
.sevice-item__link {
    height: auto;
}
.catalog-product .row {
    margin: 0;
}
.catalog-product .row.auto-h .col-20 {
    padding: 10px;
    background: #fff;
    margin-bottom: 0;
    width: 16.66%;
}
.catalog-product .service-item {
    display: flex;
    background: #fff;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
    height: 100%;
    border-radius: 0;
    padding: 20px;
    border: 1px solid #eee;
}
.catalog-product .service-item__img {
    flex-shrink: 0;
}
.catalog-product .service-item .service-item__title {
    text-align: center;
}
.catalog-tags {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.catalog-tags a {
    white-space: nowrap;
    color: var(--blue);
    font-weight: bold;
    border: 2px solid var(--blue);
    padding: 10px 20px;
    border-radius: 8px;
}

/* Базовая сетка: контейнер sidebar уже col-4 в шаблоне */
.sidebar-cats .pcat-widget {
  border: 1px solid #e5e7eb;
  padding: 8px 0;
  background: #fff;
}

.pcat-title {
  font-weight: 600;
  padding: 8px 16px 10px;
  border-bottom: 1px solid #f1f5f9;
}

.pcat-tree {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.pcat-tree .pcat-item {
  position: relative;
}

.pcat-tree > .pcat-item > .pcat-link,
.pcat-tree .pcat-item > .pcat-link {
  display: inline-block;
  padding: 8px 16px 8px 36px;
  text-decoration: none;
  color: #111827;
}

.pcat-tree .pcat-item.is-current > .pcat-link {
  color: var(--blue);
  font-weight: 600;
}

.pcat-tree .pcat-item .pcat-toggle,
.pcat-tree .pcat-item .pcat-toggle-spacer {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.pcat-tree .pcat-item .pcat-toggle::before {
  content: '▸';
  display: inline-block;
  transform: rotate(0deg);
  transition: transform .15s ease;
  color: #6b7280;
}

.pcat-tree .pcat-item.is-open > .pcat-toggle::before {
  transform: rotate(90deg);
  color: #374151;
}

/* Вложенные списки */
.pcat-tree .pcat-item > ul {
  margin: 0;
  padding-left: 14px; /* визуальная иерархия */
  border-left: 1px dashed #e5e7eb;
}

/* Скрытие вложенных по умолчанию — управляет JS добавляя/удаляя is-open */
.pcat-tree .pcat-item:not(.is-open) > ul {
  display: none;
}

/* Ховер/фокус */
.pcat-link:hover, .pcat-link:focus {
  color: #0ea5e9;
  text-decoration: none;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.pagination .page-numbers {
    font-size: 18px;
}
.pagination .current {
    color: var(--blue);
}
.wpc-filter-title {
    font-weight: bold;
}
.catalog-page__top {
    margin-bottom: 40px;
}
.catalog-page__action {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
    background: #d6e6eb;
    padding: 10px;
}
.catalog-action__sub {
    font-weight: 500;
}
.catalog-action__sub a {
    color: var(--blue);
}
.wpc-filter-content select {
    padding: 10px;
    border: 1px solid #eee;
}
.folio-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.folio-item {
    margin-bottom: 20px;
}
.service__actions .btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.service__actions {
    padding: 20px;
    background: #fff;
    position: sticky;
    top: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.service-actions__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}
.btn.btn_ghost {
    background: transparent;
    border: 2px solid var(--blue);
    color: var(--blue);
    line-height: 46px;
}

/* Базовая сетка меню */
.header__nav {
  position: relative;
  z-index: 50;
}

.header__list {
  position: relative;
  gap: 0;
}

.header__list > li {
  position: relative;
}

/* Ссылки верхнего уровня */
.header__list > li > a {
  display: inline-block;
  padding: 12px 10px;
  color: #222;
  text-decoration: none;
  transition: color .2s ease;
}
.header__list > li > a:hover,
.header__list > li:hover > a,
.header__list > li:focus-within > a {
  color: var(--blue, #0ea5e9);
}

/* Выпадающее меню второго уровня */
.header__list > li.menu-item-has-children {
  /* для стрелочки-указателя, опционально */
}
.header__list > li.menu-item-has-children > a::after {
  content: '▾';
  margin-left: 6px;
  font-size: 12px;
  color: #777;
  transition: transform .15s ease;
}

/* Контейнер подменю */
.header__list > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid rgba(34,34,34,0.08);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  padding: 8px 0;
  display: none; /* скрываем по умолчанию */
  z-index: 100;
}

/* Элементы подменю */
.header__list > li > .sub-menu > li {
  position: relative;
  white-space: nowrap;
}
.header__list > li > .sub-menu > li > a {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  text-decoration: none;
  transition: background-color .15s ease, color .15s ease;
}
.header__list > li > .sub-menu > li > a:hover,
.header__list > li > .sub-menu > li > a:focus {
  background: #f6f7f9;
  color: var(--blue, #0ea5e9);
}

/* Показ подменю по :hover и :focus-within (десктоп) */
@media (hover:hover) and (pointer:fine) {
  .header__list > li.menu-item-has-children:hover > .sub-menu,
  .header__list > li.menu-item-has-children:focus-within > .sub-menu {
    display: block;
  }
  .header__list > li.menu-item-has-children:hover > a::after,
  .header__list > li.menu-item-has-children:focus-within > a::after {
    transform: rotate(180deg);
  }
}

/* Предотвращаем срез подменю у правого края */
.header__list > li.menu-item-has-children:last-child > .sub-menu {
  left: auto;
  right: 0;
}

/* Мобильная адаптация: подменю в потоке, раскрытие по классу */
@media (max-width: 992px) {
  .header__nav .header__nav-in {
    position: relative;
  }

  /* Переключение всего меню по классу .is-open на .header__nav (повесь из JS на клик .js-show-menu) */
  .header__nav:not(.is-open) .header__list {
    display: none;
  }
  .header__nav.is-open .header__list {
    display: block;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 0;
  }

  .header__list > li {
    margin: 0;
    border-top: 1px solid rgba(34,34,34,0.06);
  }
  .header__list > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 12px;
    width: 100%;
  }
  .header__list > li.menu-item-has-children > a::after {
    content: '▸';
    transform: none;
  }

  /* Подменю в потоке — по классу .open на LI (установи из JS при тапе по ссылке/стрелке) */
  .header__list > li > .sub-menu {
    position: static;
    display: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 8px;
    background: transparent;
  }
  .header__list > li.open > .sub-menu {
    display: block;
  }
  .header__list > li.open > a::after {
    content: '▾';
  }
  .header__list > li > .sub-menu > li > a {
    padding: 10px 16px 10px 24px;
    font-size: 14px;
  }
}

/* Небольшие улучшения доступности */
.header__list > li > a,
.header__list .sub-menu a {
  outline: none;
}
.header__list > li > a:focus,
.header__list .sub-menu a:focus {
  box-shadow: inset 0 0 0 2px rgba(14,165,233,0.35);
  border-radius: 4px;
}

.footer-bottom__text-sub {
    font-size: 12px;
    margin-top: 20px;
}
/*
.sidebar-cats {
    position: sticky;
    top: 0;
}
*/

 .folio { padding: 30px 0; } .folio h2 { margin-bottom: 16px; }
.folio-slider-wrap {
position: relative;
display: flex;
align-items: center;
gap: 16px;
}

.folio-swiper {
width: 100%;
}

.folio-item {
overflow: hidden;
border-radius: 6px;
background: #f3f4f6;
}

.folio-item img {
display: block;
width: 100%;
height: 220px;
object-fit: cover;
}

/* Кнопки навигации */
.folio-nav {
flex: 0 0 50px;
width: 50px;
height: 50px;
border-radius: 50%;
background: #fff;
color: #111827;
cursor: pointer;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.folio-nav svg {
    width: 15px;
    height: auto;
    flex-shrink: 0;
}

.folio-nav:disabled { opacity: 0.4; cursor: default; }

/* Адаптив под мобильные */
@media (max-width: 1199px) {
.folio-item img { height: 200px; }
}
@media (max-width: 991px) {
.folio-item img { height: 180px; }
}
@media (max-width: 767px) {
.folio-item img { height: 160px; }
}

.form .form__terms label {
    text-transform: none;
    font-size: 14px;
}
.form .form__terms label input {
    margin-right: 10px;
    display: inline-block;
}
.product__more a {
    color: #21a396;
}
.text-block img {
    max-width: 100% !important;
}
.text-block img.width-full {
    min-width: 100% !important;
}
.text-block .row-inline-img img {
    height: 100%;
    object-fit: contain;
    max-height: 400px;
}
.text-block .row-inline-img {
    margin-bottom: 40px;
}


img {
    height: auto;
    max-width: 100%;
}

.wp-caption {
    margin: 0; /* browser reset */
    max-width: 100%;
}

/* iOS does not obey max-width if width is set. */
.ios .wp-caption {
    width: auto !important;
}

dl.wp-caption dt.wp-caption-dt img {
    display: inline-block;
    margin-bottom: -1ex;
}

div.mceTemp {
    -ms-user-select: element;
}

dl.wp-caption,
dl.wp-caption * {
    -webkit-user-drag: none;
}

.wp-caption-dd {
    font-size: 14px;
    padding-top: 0.5em;
    margin: 0; /* browser reset */
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

/* Remove blue highlighting of selected images in WebKit */
img[data-mce-selected]::selection {
    background-color: transparent;
}

/* Styles for the WordPress plugins */
.mce-content-body img[data-mce-placeholder] {
    border-radius: 0;
    padding: 0;
}

.mce-content-body img[data-wp-more] {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 96%;
    height: 16px;
    display: block;
    margin: 15px auto 0;
    outline: 0;
    cursor: default;
}

.mce-content-body img[data-mce-placeholder][data-mce-selected] {
    outline: 1px dotted #888;
}

.mce-content-body img[data-wp-more="more"] {
    background: transparent url( images/more.png ) repeat-y scroll center center;
}

.mce-content-body img[data-wp-more="nextpage"] {
    background: transparent url( images/pagebreak.png ) repeat-y scroll center center;
}

.mce-object-style {
    background-image: url( images/style.svg );
}

.mce-object-script {
    background-image: url( images/script.svg );
}

/* Styles for formatting the boundaries of anchors and code elements */
.mce-content-body a[data-mce-selected] {
    padding: 0 2px;
    margin: 0 -2px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #bfe6ff;
    background: #bfe6ff;
}

.mce-content-body .wp-caption-dt a[data-mce-selected] {
    outline: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: transparent;
}

.mce-content-body code {
    padding: 2px 4px;
    margin: 0;
    border-radius: 2px;
    color: #222;
    background: #f2f4f5;
}

.mce-content-body code[data-mce-selected] {
    background: #e9ebec;
}

/* Gallery, audio, video placeholders */
.mce-content-body img.wp-media {
    border: 1px solid #aaa;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center center;
    width: 99%;
    height: 250px;
    outline: 0;
    cursor: pointer;
}

.mce-content-body img.wp-media:hover {
    background-color: #ededed;
    border-color: #72777c;
}

.mce-content-body img.wp-media.wp-media-selected {
    background-color: #d8d8d8;
    border-color: #72777c;
}

.mce-content-body img.wp-media.wp-gallery {
    background-image: url(images/gallery.png);
}

/* Image resize handles */
.mce-content-body div.mce-resizehandle {
    border-color: #72777c;
    width: 7px;
    height: 7px;
}

.mce-content-body img[data-mce-selected] {
    outline: 1px solid #72777c;
}

.mce-content-body img[data-mce-resize="false"] {
    outline: 0;
}

audio,
video,
embed {
    display: -moz-inline-stack;
    display: inline-block;
}

audio {
    visibility: hidden;
}

/* Fix for proprietary Mozilla display attribute, see #38757 */
[_moz_abspos] {
    outline: none;
}

a[data-wplink-url-error],
a[data-wplink-url-error]:hover,
a[data-wplink-url-error]:focus {
    outline: 2px dotted #dc3232;
    position: relative;
}

a[data-wplink-url-error]:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    outline: 2px dotted #fff;
    z-index: -1;
}

/**
 * WP Views
 */

.wpview {
    width: 99.99%; /* All IE need hasLayout, incl. 11 (ugh, not again!!) */
    position: relative;
    clear: both;
    margin-bottom: 16px;
    border: 1px solid transparent;
}

.mce-shim {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wpview[data-mce-selected="2"] .mce-shim {
    display: none;
}

.wpview .loading-placeholder {
    border: 1px dashed #ccc;
    padding: 10px;
}

.wpview[data-mce-selected] .loading-placeholder {
    border-color: transparent;
}

/* A little "loading" animation, not showing in IE < 10 */
.wpview .wpview-loading {
    width: 60px;
    height: 5px;
    overflow: hidden;
    background-color: transparent;
    margin: 10px auto 0;
}

.wpview .wpview-loading ins {
    background-color: #333;
    margin: 0 0 0 -60px;
    width: 36px;
    height: 5px;
    display: block;
    -webkit-animation: wpview-loading 1.3s infinite 1s steps(36);
    animation: wpview-loading 1.3s infinite 1s steps(36);
}

@-webkit-keyframes wpview-loading {
    0% {
        margin-left: -60px;
    }
    100% {
        margin-left: 60px;
    }
}

@keyframes wpview-loading {
    0% {
        margin-left: -60px;
    }
    100% {
        margin-left: 60px;
    }
}

.wpview .wpview-content > iframe {
    max-width: 100%;
    background: transparent;
}

.wpview-error {
    border: 1px solid #ddd;
    padding: 1em 0;
    margin: 0;
    word-wrap: break-word;
}

.wpview[data-mce-selected] .wpview-error {
    border-color: transparent;
}

.wpview-error .dashicons,
.loading-placeholder .dashicons {
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    font-size: 32px;
}

.wpview-error p {
    margin: 0;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wpview-type-gallery:after {
    content: "";
    display: table;
    clear: both;
}

.gallery img[data-mce-selected]:focus {
    outline: none;
}

.gallery a {
    cursor: default;
}

.gallery {
    margin: auto -6px;
    padding: 6px 0;
    line-height: 1;
    overflow-x: hidden;
}

.ie7 .gallery,
.ie8 .gallery {
    margin: auto;
}

.gallery .gallery-item {
    float: left;
    margin: 0;
    text-align: center;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ie7 .gallery .gallery-item,
.ie8 .gallery .gallery-item {
    padding: 6px 0;
}

.gallery .gallery-caption,
.gallery .gallery-icon {
    margin: 0;
}

.gallery .gallery-caption {
    font-size: 13px;
    margin: 4px 0;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.333%;
}

.ie8 .gallery-columns-3 .gallery-item,
.ie7 .gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.665%;
}

.gallery-columns-7 .gallery-item {
    width: 14.285%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.111%;
}

.gallery img {
    max-width: 100%;
    height: auto;
    border: none;
    padding: 0;
}

img.wp-oembed {
    border: 1px dashed #888;
    background: #f7f5f2 url(images/embedded.png) no-repeat scroll center center;
    width: 300px;
    height: 250px;
    outline: 0;
}

/* rtl */
.rtl .gallery .gallery-item {
    float: right;
}

@media print,
    (-o-min-device-pixel-ratio: 5/4),
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 120dpi) {

    .mce-content-body img.mce-wp-more {
        background-image: url( images/more-2x.png );
        background-size: 1900px 20px;
    }

    .mce-content-body img.mce-wp-nextpage {
        background-image: url( images/pagebreak-2x.png );
        background-size: 1900px 20px;
    }
}
.modal-text {
    text-align: center;
}
/* 33524 */

header {
    position: relative;
    z-index: 99;
}
.main-header__in {
    position: relative;
}
.catalog-dropdown {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 40px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}
.header__catalog.active .catalog-dropdown {
    display: block;
}
.catalog-dropdown__parent {
    display: flex;
    flex-wrap: wrap;
}
.dropdown-parent__link {
    width: 33%;
    padding: 0 20px;
    margin-bottom: 40px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}
.dropdown-parent__link img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
}
.dropdown-parent__link > a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
}
.catalog-dropdown__child {
    margin-top: 10px;
}
.catalog-dropdown__child a {
    font-size: 14px;
}
.btn-catalog__icon {
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='2' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='4' cy='12' r='2' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='2' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
.header__catalog.active .btn-catalog__icon {
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg fill='%23000' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M5.293 5.293a1 1 0 0 1 1.414 0l12 12a1 1 0 0 1-1.414 1.414l-12-12a1 1 0 0 1 0-1.414z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M18.707 5.293a1 1 0 0 0-1.414 0l-12 12a1 1 0 1 0 1.414 1.414l12-12a1 1 0 0 0 0-1.414z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.header__catalog.active .btn-catalog {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
}
/* 912 */
.modal {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.50);
    padding: 20px;
}
.modal-content {
    position: relative;
    width: 650px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    background-color: #fff;
    padding: 30px;
    -webkit-animation: slideIn .3s;
    animation: slideIn .3s;
    border-radius: 7px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}
.modal-content h2 {
    color: #007568;
}
.modal-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 30px;
    text-align: center;
}
.modal .form label,
.modal .form__terms,
.modal .form__terms a {
    color: #222;
}
.modal .form__terms {
    margin-left: 0;
}
.modal .btn-main {
    width: 100%;
}
.content {
    padding-bottom: 100px;
}
.modal .close {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
.modal .close::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 22px;
    height: 2px;
    background: var(--dark-blue);
}
.modal .close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 22px;
    height: 2px;
    background: var(--dark-blue);
}
.form input[type="text"],
.form input[type="email"] {
    border: 1px solid rgba(0, 119, 182, .4);
}
.form textarea {
    border: 1px solid rgba(0, 119, 182, .4);
}
.cons .form input[type="text"],
.cons .form input[type="email"] {
    border: none;
}
.form-group {
    margin-bottom: 20px;
}
.modal .form input[type="text"],
.modal .form input[type="email"],
.modal .form .btn_red {
    width: 100%;
}

.panel-adaptive {
    position: fixed;
    top: 70px;
    right: 0;
    left: 100%;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding-bottom: 55px;
    overflow-y: auto;
    background: #fff;
    display: none;
    -webkit-transition: -webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
    transition: -webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
    -o-transition: transform .35s cubic-bezier(.55,.085,.68,.53);
    transition: transform .35s cubic-bezier(.55,.085,.68,.53);
    transition: transform .35s cubic-bezier(.55,.085,.68,.53), -webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
    transition: transform .35s cubic-bezier(.55,.085,.68,.53),-webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
}
.panel-adaptive.panel-right {
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition-duration: .63s;
         -o-transition-duration: .63s;
            transition-duration: .63s;
    -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
         -o-transition-timing-function: cubic-bezier(.23,1,.32,1);
            transition-timing-function: cubic-bezier(.23,1,.32,1);
}
.panel-adaptive ul li {
    position: relative;
    list-style: none;
    padding: 0 20px;
}
.panel-adaptive ul li a {
    display: block;
    color: #4C4C4C;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 30px;
}

@-webkit-keyframes slideIn {
  0% {
    opacity: .7;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slideIn {
  0% {
    opacity: .7;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.top-btn {
    position: fixed;
    font-size: 1.5em;
    width: 2.1em;
    padding-top: 10px;
    height: 2em;
    background-color: var(--blue);
    color: #fff;
    border-radius: 50%;
    margin-left: 0.4em;
    cursor: pointer;
    right: 3.8%;
    bottom: 3.8%;
    z-index: 99;
    text-align: center;
    display: none;
}
.top-btn svg {
    display: inline-block;
    color: var(--black);
}

.swiper-pagination-bullet {
    opacity: 1;
    background: #C4C4C4;
    width: 12px;
    height: 12px;
    vertical-align: middle;
}
.swiper-pagination-bullet-active {
    background: #FFB3B3;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.swiper-pagination {
    margin-top: 48px;
    display: block;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px;
}
.header__menu {
    display: none;
    margin-left: auto;
}
.header__menu button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--blue);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.go-to__filter {
    display: none;
}
@media (max-width: 1300px) {
    .products .col-3 {
        width: calc(100% / 3);
    }
}
@media (max-width: 1150px) {
    .top-header__item {
        font-size: 13px;
        margin-right: 15px;
    }

    .header__slogan {
        display: none;
    }
}

.product-att__action {
    display: none;
}

@media (max-width: 991px) {
    .header__phone a {
        font-size: 16px;
        line-height: 1;
    }
    .top-header__social {
        gap: 10px;
    }
    .header__phone span {
        line-height: 1;
        font-size: 10px;
    }

    .catalog-product .service-item {
        gap: 10px;
        padding: 10px;
    }
    .service-item__img img {
        max-height: 60px;
    }
    .product-card__btns {
        left: 4px;
        right: 4px;
    }
    .product-att__action {
        display: block;
    }
    .products.row.m-2 .col-4 {
        padding: 0 4px;
        margin-bottom: 8px;
    }
    .product-card {
        padding: 6px 6px 75px 6px;
    }
    .product-att {
        display: none;
    }
    .header__catalog {
        display: none;
    }
    .header__search {
        display: none;
    }
    body {
        padding-top: 70px;
        font-size: 14px;
        line-height: 20px;
    }
    .top-header,
    .header__nav,
    .header__btns {
        display: none;
    }
    .main-header__in {
        height: 70px;
    }
    .header__logo img {
        width: 60px;
    }
    .mobile-header {
        display: none;
    }
    .banner__title {
        font-size: 24px;
        line-height: 1.2;
    }
    .banner__title br {
        display: none;
    }
    .header__menu {
        display: block;
    }
    h1.hero__h1 {
        font-size: 24px;
        line-height: 32px;
    }
    h1.hero__h1 br {
        display: none;
    }
    .hero__bens {
        overflow: hidden;
    }
    .hero__bens .row {
        width: 100%;
        overflow-x: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .hero-item {
        width: 320px;
        padding-bottom: 10px;
    }
    .front-catalog {
        padding: 40px 0;
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .cat-item__title {
        font-size: 15px;
    }
    .front-catalog .cats {
        margin-bottom: 40px;
    }
    .product-card__title a {
        font-size: 14px;
        line-height: 20px;
    }
    .footer__in {
        display: block;
    }
    .footer__col.footer__middle {
        padding: 0;
        margin: 0;
        border: none;
    }
    .footer__col:last-child {
        display: none;
    }
    .footer-bottom__in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer-bottom__copy {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .hero-item__text {
        font-size: 14px;
        line-height: 20px;
    }
    .hero__sub {
        font-size: 14px;
        line-height: 20px;
    }
    .hero__sub br {
        display: none;
    }
    .hero__main {
        padding: 40px 0;
    }
    .tab-nav li a {
        font-size: 14px;
        line-height: 30px;
    }
    .footer__brand {
        text-align: center;
    }
    .footer__slogan {
        display: none;
    }
    .footer__social {
        text-align: center;
        margin-bottom: 40px;
    }
    .footer__bottom {
        margin-top: 50px;
    }
    .footer__top {
        border: none;
    }
    .products.row {
        margin: 0 -10px;
    }
    .products .col-3 {
        padding: 0 10px;
        width: calc(100% / 2);
    }
    .partners-list.row {
        margin: 0 -10px;
    }
    .partners-list .col-4 {
        padding: 0 10px;
        width: calc(100% / 2);
    }
    .partner-item {
        padding: 0 15px;
    }
    .partner-item img {
        max-width: 100%;
        height: auto;
        max-height: 50px;
    }
    .cons .form-group {
        margin-bottom: 20px;
    }
    .form-row {
        display: block;
    }
    .cons .form__terms br {
        display: none;
    }
    .form input[type="text"],
    .form input[type="email"] {
        width: 100%;
    }
    .cons .form-group .btn_red {
        width: 100%;
    }
    .partners__img {
        margin-top: 40px;
    }
    .partners__img img {
        width: 120px;
    }
    .partners__text {
        font-size: 15px;
    }
    .front-partners {
        padding: 40px 0;
    }
    .front-about__sert {
        padding-bottom: 0;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 77;
        background: #fff;
    }
    .banner__text {
        font-size: 16px;
    }
    .banner__text br {
        display: none;
    }
    .mobile-header .header__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cart-btn__val {
        display: none;
    }
    .header__btn {
        width: 46px;
        height: 46px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex: none;
        flex: none;
    }
    .header__btn .svg svg {
        width: 20px;
        height: 20px;
    }
    .header__btns a {
        margin-left: 10px;
    }
    .header__btns a:first-child {
        margin: 0 auto 0 0;
    }
    .mobile-header .btn_red {
        padding: 0 20px;
        font-size: 12px;
        height: 46px;
        line-height: 46px;
    }
    .mobile-header__top {
        padding: 20px 0;
    }
    .text-block {
        font-size: 14px;
        line-height: 20px;
    }
    .blue-bold {
        font-size: 18px;
        line-height: 24px;
    }
    .mobile-social-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mobile-phone {
        font-size: 16px;
        font-weight: bold;
    }
    .mobile-schedule {
        font-size: 14px;
    }
    .mobile__social {
        margin-left: auto;
    }
    .mobile__social a {
        margin-left: 6px;
        color: var(--dark-blue);
    }
    .mobile__social a:first-child {
        margin-left: 0;
    }
    .mobile-header__middle {
        padding-bottom: 20px;
    }
    .tab-nav {
        overflow-y: auto;
        width: 100%;
        padding-bottom: 10px;
    }
    .filter {
        /* display: none; */
        flex-direction: column;
    }
    .filter__options {
        justify-content: center;
    }

    .go-to__filter a {
        padding: 22px 28px 12px;
        color: #FFFFFF;
        background-color: #49296a;
        border-radius: 24px 24px 0 0;
        font-size: 14px;
        font-weight: 800;
    }
    .go-to__filter {
        display: block;
        transform: rotate(270deg);
        position: fixed;
        right: -70px;
        top: 50%;
        z-index: 999;
    }
    .cat-panel__per-page {
        display: none;
    }
    h1 {
        font-size: 26px;
        line-height: 34px;
        font-weight: 800;
        margin-bottom: 28px;
    }
    .category-page .cats {
        margin-bottom: 28px;
    }
    .notification {
        top: 90px;
    }
    .form__terms br {
        display: none;
    }
    .form__terms {
        margin-top: 20px;
    }
    .breadcrumb {
        margin: 0;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 20px;
    }
    .cart-item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(0, 119, 182, .2);
    }
    .cart-item__remove {
        position: absolute;
        top: 0;
        right: 0;
    }
    .cart-item__remove span {
        display: none;
    }
    .cart-item td {
        border: none;
    }
    .cart-item__img {
        width: 50px;
    }
    .cart-item__title {
        font-size: 13px;
        line-height: 18px;
    }
    .cart-item__price {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .cart-item .cart-item__title {
        width: calc(100% - 50px);
    }
    .cart-item__qty .product-card__qty {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
    }
    .cart-item__price {
        width: auto;
        margin-left: auto;
    }
    .panel-adaptive {
        display: block;
    }
    .faq-item__helper {
        display: none;
    }
    .product__tabs {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        background: #fff;
    }
    .product__tabs .tab-nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .tab-nav {
        margin-bottom: 20px;
    }
    .product__compare {
        display: none;
    }
    .product-card__qty {
        margin-left: auto;
    }
    .product__btns {
        gap: 10px;
    }
    .product__btns .btn {
        padding: 0 10px;
        font-size: 12px;
    }
    .product-page__main h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .product-attributes {
        display: block;
    }
    .product-attributes-column {
        width: 100%;
    }
    .contact__btn {
        margin-bottom: 20px;
    }
    .product-page__head h1 {
        margin-bottom: 10px;
    }
    .product-page__head .product__code {
        margin-bottom: 20px;
    }
    .compare__chars {
        width: 100px;
        padding-top: 360px;
        font-size: 12px;
    }
    .char-item {
        font-size: 12px;
    }
    .compare__in {
        padding-left: 120px;
    }
    .page-compare .product-card {
        height: 300px;
    }
    .product-card__compare-buy .btn {
        width: 100%;
        font-size: 10px;
    }
    .header__social-phone {
        display: block;
    }
    .cons__in {
        padding: 20px;
        overflow: hidden;
    }
    .catalog-product .row.auto-h .col-20 {
        width: 50%;
        padding: 5px;
    }
    .text-block {
        overflow: hidden;
    }
    .sidebar-cats .pcat-widget {
        display: none;
    }
    .catalog-page__action {
        flex-direction: column;
    }
    .text-block img.alignleft  {
        float: none;
        padding: 0;
    }
}
@media (max-width: 768px) {
    .products .col-3 {
        padding: 0;
        width: 100%;
    }
    .cart-totals__in {
        display: block;
    }
}
/* 267 */
@media (max-width: 340px) {
    h1.hero__h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .mobile-header .btn_red {
        padding: 0 6px;
    }
}