@charset "utf-8";

:root {
    --blue: #3949a9;
    --dark-blue: #351f4c;
    --red: #E22424;
    --purple: #8a42f9;

    --border: #d2d2d2;
}
body {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    color: #222222;
    background-color: #fff;
    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 .svg {
    color: var(--blue);
}
.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: 46px;
    line-height: 46px;
    background: var(--blue);
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    padding: 0 23px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
/* .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-weight: 600;
    font-size: 14px;
    margin-right: 40px;
}
.top-header__item:last-child {
    margin-right: 0;
}
.top-header__social {
    margin-left: auto;
}
.top-header__social a {
    margin-left: 16px;
    color: var(--blue);
}
.top-header__social a:first-child {
    margin-left: 0;
}
.top-header__item i {
    margin-right: 8px;
}
.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 {
    margin-right: 40px;
}
.header__logo img {
  width: 180px;
}
.header__slogan {
    font-size: 14px;
    line-height: 20px;
    margin: 0 20px;
}
.header__btns {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.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__btns a {
    margin-left: 12px;
}
.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: auto;
    gap: 8px;
    height: 60px;
    -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;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    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 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;
    height: 65px;
}
.footer__bottom a {
    font-size: 14px;
    color: #03045E;
    font-weight: bold;
}
.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: rgba(3, 4, 94, .6);
    text-transform: uppercase;
    margin-right: 30px;
    white-space: nowrap;
}
.tab-nav li:last-child a {
    margin-right: 0;
}
.tab-nav li a.active {
    color: rgb(3, 4, 94);
}
.tab-nav li a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: calc(100% + 30px);
    height: 3px;
    background: rgba(3, 4, 94, .2);
}
.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: rgb(3, 4, 94);
    z-index: 2;
}
.product-card {
    position: relative;
    border-radius: 0px;
    background: rgb(255, 255, 255);
    padding: 20px 20px 75px 20px;
    background: #f8f8f8;
    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: 500;
    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: rgb(0, 119, 182, .1);
}
.product-card__input {
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: rgb(0, 119, 182, .1);
}
.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: 32px;
    -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: 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;
}
.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 {
    max-width: 100%;
}
.text-block table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 16px;
  line-height: 1.5;
  table-layout: auto;
}

.text-block th,
.text-block td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.text-block th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.text-block tr:nth-child(even) {
  background-color: #fafafa;
}

.text-block table caption {
  caption-side: top;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0.5em;
}


.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: 100px 0;
    margin-bottom: 100px;
}
.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;

}
.banner__title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 14px;
    color: #fff;
}
.banner__text {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 40px;
}

/* .text block */
.cons {
    position: relative;
    padding: 70px 0;
    background: var(--dark-blue);
    background-size: cover;
    background-position: right;
}
.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 input {
    width: 250px;
}
.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: 18px;
    background: var(--ffffff, #FFF);
    -webkit-box-shadow: 0px 2px 36px 0px rgba(144, 202, 249, 0.60);
    box-shadow: 0px 2px 36px 0px rgba(144, 202, 249, 0.60);
    margin-bottom: 24px;
}
.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(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -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: 12px;
}
.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;
}
.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: 102;
}
.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 {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
}
.service-item {
    background: #fff;
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    height: 240px;
    border-radius: 0;
    margin-bottom: 20px;
    transition: .4s;
}
.service-item__img {
    margin-bottom: 20px;
}
.service-item__img img {
    width: auto;
    max-width: 100%;
    height: 160px;
}
.service-item__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    color: #222;
}
.service-item__btn {
    background: #fff;
    color: #222;
    border: 1px solid #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
}
.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;
    font-weight: 600;
    font-size: 14px;

}
header {
    position: relative;
    z-index: 99;
}
.main-header__in {
    position: relative;
}
.catalog-dropdown {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 40px 20px;
    border-radius: 0;
    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: 20px;
    padding-left: 80px;
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.dropdown-parent__link img {
    position: absolute;
    width: 60px;
    height: 100%;
    max-height: 60px;
    object-fit: contain;
    top: 5px;
    left: 0;
}
.dropdown-parent__link > a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}
.catalog-dropdown__child {
    margin-top: 10px;
}
.catalog-dropdown__child a {
    font-size: 14px;
}
.btn-catalog__icon {
    width: 20px;
    height: 15px;
    background-size: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4.625V10.375M16 13.9836L17.6467 13.9688C18.0051 13.9672 18.3484 13.8301 18.6019 13.5872C18.8553 13.3443 18.9984 13.0153 19 12.6719V2.32814C18.9984 1.98466 18.8553 1.65568 18.6019 1.4128C18.3484 1.16992 18.0051 1.03279 17.6467 1.03125L16 1.04607V13.9836ZM4 1.03125L2.275 1.04607C1.53062 1.04607 1 1.63006 1 2.34297V12.6871C1 13.4 1.53062 13.9836 2.275 13.9836L4 13.9688V1.03125ZM16 4.625V10.375V4.625ZM13 3.1875V11.8125V3.1875ZM10 3.90625V11.0938V3.90625ZM7 3.1875V11.8125V3.1875Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.header__catalog.active .btn-catalog__icon {
    background-size: 20px;
    width: 20px;
    height: 20px;
    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");
}
.mp__services {
    margin-top: 40px;
}
.tg-lead {
    position: fixed;
    bottom: 60px;
    right: 60px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #22a0dc;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    font-weight: 600;
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 rgba(34, 160, 220, 0.7);
    transition: box-shadow 0.3s ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(34, 160, 220, 0.7);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(34, 160, 220, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(34, 160, 220, 0);
    }
}
.tg-lead div {
    margin-top: 4px;
}
.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tags-list li a {
    display: block;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid var(--blue);
    color: var(--blue);
}
.header__mobile-phone {
    display: none;
}
.modal-text {
    text-align: center;
}
/* 33524 */
.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: 450px;
    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;
}
.cons .form-group {
    margin-bottom: 0;
}
.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 {
    padding-top: 40px;
}
.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;
}
.hero__features {
    background: #eee;
}
.features__list {
    display: flex;
    gap: 8px;
}
.feature-item {
    width: 25%;
    padding: 40px 20px;
    font-weight: bold;
}
@media (max-width: 991px) {
    .features__list {
        flex-wrap: wrap;
    }
    .feature-item {
        width: 50%;
    }
}

@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;
    }
}

.banner__phone {
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 991px) {
    .header__mobile-phone {
        display: flex;
        gap: 8px;
        align-items: center;
        white-space: nowrap;
        font-weight: 600;
    }
    .feature-item {
        width: 100%;
        padding: 10px;
    }
    .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: 88px;
    }
    .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;
        margin-bottom: 40px;
    }
    .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 {
        background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 119, 182)),to(rgb(3, 4, 94)));
        background: -o-linear-gradient(top, rgb(0, 119, 182),rgb(3, 4, 94) 100%);
        background: linear-gradient(to bottom, rgb(0, 119, 182),rgb(3, 4, 94) 100%);
        padding: 60px 0;
    }
    .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;
    }
    .mobile-header {
        display: block;
    }
    .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;
    }
}
@media (max-width: 768px) {
    .products.row {
        margin: 0;
    }
    .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;
    }
}