@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "VS";
  src: url("fonts/VelaSans-Regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "VS";
  src: url("fonts/VelaSans-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.post-readmore {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
}

@font-face {
  font-family: "VS";
  src: url("fonts/VelaSans-SemiBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "VS";
  src: url("fonts/VelaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "VS";
  src: url("fonts/VelaSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

*,
::after,
::before {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --color-main-blue: #0d4596;
  --color-heading: #000000;
  --color-text: #000000;
  --color-description: #888888;
  --color-description-blue: #8c90a4;
  --color-link: #0073e2;
  --color-orange: #ff5400;
  --color-blue: #0071e3;
  --color-blue-2: #005eb8;
  --color-blue-hover: #006cd4;
  --color-yellow: #ffd426;
  --color-yellow-hover: #fc0;
  --color-white: #ffffff;
}

html,
body {
  background: #ffffff;
  font-family: "Gilroy", sans-serif;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 13px;
  line-height: 1.4;
  color: var(--color-text);
  font-weight: 500;
  -webkit-font-smoothing: auto;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }
}

a {
  text-decoration: none;
  color: rgb(27, 117, 208);
}

a:hover {
  text-decoration: none;
  color: rgb(21, 92, 162);
}

input,
textarea,
select {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
}

button {
  font-weight: 600;
}

/* Header */

.top-menu {
  width: 100%;
  font-size: 12px;
  background-color: #0158ab;
}

.top-menu-inner {
  margin: 0 auto;
  max-width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  flex-direction: row;
  color: #ffffff;
  justify-content: space-between;
}

.top-menu-social {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.top-menu a {
  color: #ffffff;
}

.top-menu a:hover {
  text-decoration: underline;
}

.top-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}

.top-menu ul li {
  margin: 0;
}

.top-menu .whatsapp,
.top-menu .telegram {
  display: flex;
  align-items: center;
}

.top-menu .telegram .icon {
  background: url("img/icon-telegram-white.svg") no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  float: left;
  padding: 0;
  margin-right: 5px;
}

.top-menu .whatsapp .icon {
  background: url("img/icon-whatsapp-white.svg") no-repeat;
  width: 14px;
  height: 14px;
  background-size: 100%;
  background-position: center;
  float: left;
  padding: 0;
  margin-right: 5px;
}

.header {
  margin: 0 auto;
  position: relative;
  max-width: 1040px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 20px;
  flex-wrap: wrap;
}

.logo-block {
  display: flex;
  flex: 1;
}

.logo {
  background: url("img/winal-logo.svg") no-repeat;
  width: 220px;
  height: 50px;
  float: left;
  background-size: 100%;
  background-position: 0;
  display: block;
  margin: 0;
}

.logo img {
  width: 100%;
  height: auto;
}

.site-description {
  display: block;
  color: var(--color-description);
  font-size: 11px;
  border-left: 1px solid #dddddd;
  padding-left: 20px;
  width: 240px;
  float: left;
  margin: 0 0 0 20px;
  line-height: 16px;
}

.header-search {
  justify-content: flex-end;
  display: flex;
  flex: 0 0 auto;
  margin-right: 60px;
}

#ajaxsearchpro1_1 .probox .proinput input.orig,
#ajaxsearchpro1_2 .probox .proinput input.orig,
div.asp_m.asp_m_1 .probox .proinput input.orig {
  font-weight: 500 !important;
  line-height: 1 !important;
}

div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg {
  width: 16px !important;
}

.call-button {
  background: url("img/calls.svg") no-repeat;
  width: 35px;
  height: 35px;
  background-size: 100%;
  background-position: center;
  display: none;
  float: right;
  padding: 0;
}

.header-right {
  display: flex;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

.header-tel {
  display: block;
  float: left;
  font-size: 11px;
  color: var(--color-description);
  margin-left: 30px;
}

.header-tel:first-child {
  margin: 0;
}

.header-tel a {
  display: block;
  clear: both;
  font-size: 21px;
  color: var(--color-heading);
  text-decoration: none;

  margin: 2px 0 0;
  font-weight: 700;
}

.header-tel a:hover {
  color: var(--color-blue-2);
}

.tel-description {
  display: block;
  clear: both;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .top-menu {
    display: none;
  }

  .header {
    width: 92%;
    margin: 0 4%;
    padding: 20px 0 20px;
  }

  .logo {
    width: 220px;
    height: 50px;
  }

  .site-description {
    display: none;
  }

  .header-search {
    display: none;
  }

  .call-button {
    display: block;
  }

  .header-right {
    padding: 0;
    float: left;
    margin-top: 0;
    display: none;
  }

  .header-tel {
    font-size: 14px;
  }

  .header-tel a {
    font-size: 21px;
  }
}

/* Menu */

.main-menu {
  background-color: #ffffff;
  margin: 0;
  width: 100%;
  /* position: sticky;
    position: -webkit-sticky;
    top: 0; */
  z-index: 100;
}

#mega-menu-wrap-top {
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
}

#mega-menu-wrap-top #mega-menu-top {
  margin: 0 auto;
  width: 1040px;
}

@media (max-width: 768px) {
  header {
    display: none;
  }

  #mega-menu-wrap-top {
    border-top: 0;
  }
}

#mega-menu-wrap-top
  .mega-menu-toggle
  .mega-toggle-block-1
  a.mega-menu-logo
  svg {
  width: 220px;
  height: 50px;
}

#mega-menu-wrap-top
  .mega-menu-toggle
  .mega-toggle-block-1
  a.mega-menu-logo
  img.mega-menu-logo {
  width: 220px !important;
  height: 50px !important;
  margin: 20px 15px;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
  font-weight: 900 !important;
}

#mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-item:first-child
  > a.mega-menu-link {
  padding-left: 0 !important;
}

#mega-menu-wrap-top
  #mega-menu-top
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
  margin: 0 0 0 3px !important;
}

#mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  ul.mega-sub-menu {
  border-top: 0;
}

#mega-menu-wrap-top #mega-menu-top span.mega-menu-badge {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.2;
}

.menu-akz a {
  color: #ff5d26;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-item:first-child
    > a.mega-menu-link {
    padding-left: 10px !important;
  }

  #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 10px;
  }

  #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu {
    background: #f4f4f4;
    border-radius: 4px;
    width: 96%;
    padding: 10px 0;
    margin: 20px 2% 5px;
  }

  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-size: 14px;
    background: transparent;
    line-height: 45px;
  }
}

/* Main */

#wrapper {
  width: 100%;
  margin: 0 auto;
}

.edit {
  display: block;
  position: fixed;
  right: 10%;
  top: 25%;
  font-weight: 700;
  z-index: 1000;
}

a.post-edit-link {
  font-weight: 700;
  border: 1px solid var(--color-blue-2);
  color: var(--color-blue-2);
  padding: 15px;
  background: #ffffff;
}

a.post-edit-link:hover {
  color: #ffffff;
  background: var(--color-blue-2);
}

.break,
.break-10,
.break-20,
.break-40,
.break-50,
.break-60,
.break-100,
.break-line {
  display: block;
  clear: both;
  width: 100%;
}

.break-10 {
  height: 10px;
}

.break-15 {
  height: 15px;
}

.break-20 {
  height: 20px;
}

.break-40 {
  height: 40px;
}

.break-50 {
  height: 50px;
}

.break-60 {
  height: 60px;
}

.break-80 {
  height: 80px;
}

.break-100 {
  height: 100px;
}

.break-line {
  height: 1px;
  border-bottom: 1px solid #f1f1f1;
  margin: 20px 0;
}

.padding-20 {
  padding: 20px 0;
}

.content {
  margin: 0 auto;
  width: 1040px;
  clear: both;
}

.rutube-player-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
  z-index: 3;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.rutube-player {
  width: 100%;
  height: 100%;
}

.rutube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* @media (max-width: 768px) {
  .rutube-player iframe {}
} */

.product-block.content {
  margin: 30px auto 0;
}

.content-slider {
  margin: 0 auto;
  max-width: 1040px;
  clear: both;
}

section {
  width: 100%;
  padding: 0px 0;
}

.grey {
  background: #f5f5f5;
}

@media (max-width: 768px) {
  .content {
    width: 92%;
    margin: 0px 4%;
  }

  .product-block.content {
    width: 92%;
    margin: 20px 4% 0;
  }

  /* section .content {} */

  .edit {
    display: none;
  }

  .break-40 {
    height: 20px;
  }

  .break-60 {
    height: 30px;
  }

  .break-80 {
    height: 40px;
  }
}

.rank-math-breadcrumb {
  margin: 0 auto 10px;
  width: 100%;
  font-size: 9px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #bbbbbb;
}

.rank-math-breadcrumb p {
  margin: 0;
}

.rank-math-breadcrumb a {
  text-decoration: none;
  color: #bbbbbb;
  margin: 0 2px;
}

.rank-math-breadcrumb:first-child a {
  margin-left: 0;
}

.rank-math-breadcrumb a:hover {
  text-decoration: none;
  color: #888888;
}

span.breadcrumb_last {
  color: var(--color-description);
}

@media (max-width: 768px) {
  .rank-math-breadcrumb {
    font-size: 10px;
    line-height: 1.5;
    width: 100%;
  }
}

.title {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  display: block;
  clear: both;
  padding: 0;
  width: auto;
  color: var(--color-heading);
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--color-heading);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6 {
  text-decoration: none;
  color: rgb(21, 92, 162);
}

h1 {
  font-size: 18px;
  margin: 0 0 20px;
}

.product h1 {
  margin-bottom: 10px;
}

.title h1 {
  font-size: 21px;
}

.alt-title {
  line-height: 1.2;
  font-size: 21px;
  margin: 0 0 10px;
  font-weight: 700;
  display: block;
  width: 100%;
}

h2 {
  font-size: 15px;
}

.posts h2 {
  margin: 10px 0;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 14px;
}

.uppercase {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 16px;
  }

  article h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 15px;
  }

  h4 {
    font-size: 15px;
  }

  .home-slider-block {
    margin: 0;
  }

  .main-description-block {
    width: 90%;
    padding: 20px 5%;
    height: auto;
  }

  .main-title {
    width: 100%;
  }
}

p {
  margin: 0 0 20px;
  line-height: 1.5;
}

img {
  width: 100%;
  height: auto;
  border: none !important;
  border-radius: 4px;
}

.fancybox__image {
  border-radius: 4px;
}

a img,
a:hover img,
a:focus img,
a:active img,
:link img,
:visited img {
  border: none !important;
}

figure a,
figure a:focus,
figure a:active,
figure a:visited {
  border: none;
  color: transparent;
  outline: none;
}

ul {
  padding-left: 15px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.title-section {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.28571429em;
  margin: calc(2rem - 0.14286em) 0 1rem;
  padding: 0;
}

.title-line {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-right: 20px;
  font-size: 1.16em;
  text-transform: uppercase;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}

.title-inline {
  padding-top: 0px;
  padding-right: 20px;
  background: #ffffff;
  position: absolute;
  bottom: -10px;
}

/* SIDEBAR */

.sidebar {
  min-height: auto;
  display: block;
  /* width: 25%; */
}

.sidebar.left {
  float: left;
}

.sidebar.right {
  float: right;
}

/* .sidebar.search-filter {
  position: sticky;
  top: 80px;
  position: -webkit-sticky;
} */

.sticky {
  position: sticky;
  position: -webkit-sticky;
}

/* .files {} */

/* .docs {} */

.file {
  border: 1px solid #eaebec;
  display: grid;
  align-items: center;
  grid-template-columns: 20px 90%;
  gap: 10px;
  padding: 10px;
  justify-items: start;
  max-width: 500px;
  color: var(--color-blue-2);
  margin: 10px 0;
}

.file a:hover {
  color: var(--color-blue-2);
}

.file .pdf-icon {
  background: url("img/PDF_icon.svg") no-repeat;
  width: 15px;
  height: 20px;
  background-size: 100%;
  background-position: 0;
  margin-right: 10px;
}

.filter {
  padding: 25px;
  position: relative;
  margin: 0;
  width: 100%;
  display: inline-block;
  background: #f9f9f9;
  border-radius: 4px;
}

.sidebar .menu-filter {
  float: left;
}

.partner-form {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 25px;
  gap: 15px;
  background: #f9f9f9;
  justify-items: center;
  height: max-content;
  border-radius: 4px;
}

.category .partner-form {
  padding: 45px;
}

.partner-form-title {
  font-weight: 700;
  font-size: 16px;
}

.sidebar .partner-form-title {
  font-size: 14px;
}

.partner-form p {
  margin: 0;
}

.grid-3 .partner-form {
  text-align: center;
  gap: 20px;
  padding: 50px;
}

#faq .partner-form {
  text-align: center;
  gap: 20px;
  padding: 40px;
  height: max-content;
}

.partner-form button {
  width: auto;
  min-width: 200px;
}

.grid-3 .partner-form p {
  font-size: 13px;
}

.contact-form {
  display: flex;
  justify-content: space-between;
  padding: 45px;
  /* background: #f7f7f7; */
  align-items: center;
}

/* .contact-form-text {} */

.contact-form-title {
  font-weight: 700;
  font-size: 15px;
}

.contact-form p {
  margin: 0;
}

section.grey .contact-form {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  /* background: #f5f5f5; */
  align-items: center;
}

.form-bg {
  background: url("img/formbg.jpg") no-repeat;
  background-size: 100%;
  background-position: 0;
}

section.grey .contact-form-text {
  width: 30%;
}

section.grey .contact-form-title {
  font-weight: 700;
  font-size: 16px;
}

section.grey .contact-form p {
  margin: 10px 0;
  font-size: 13px;
}

section.grey .button {
  width: 25%;
}

.contact.sidebar {
  float: left;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  top: auto;
}

.sidebar .break-line {
  margin: 0;
}

@media (max-width: 768px) {
  .sidebar {
    width: 100%;
  }

  .sidebar.left {
    float: none;
  }

  .sidebar.right {
    float: none;
    margin-top: 20px;
  }

  .sidebar.search-filter {
    display: none;
  }

  .sidebar .menu-filter {
    display: none;
  }

  .grid-3 .partner-form {
    text-align: center;
    gap: 10px;
    padding: 30px;
  }

  .sidebar .partner-form {
    display: none;
  }

  .form-bg {
    background-size: auto;
  }

  .contact-form {
    padding: 30px;
    display: flex;
    gap: 20px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    /* background: #f7f7f7; */
    align-items: center;
  }

  .contact-form-title {
    font-size: 14px;
  }

  section.grey .contact-form {
    justify-content: center;
    padding: 45px 0;
  }

  section.grey .contact-form-text {
    width: 90%;
  }

  section.grey .contact-form-title {
    font-weight: 700;
    font-size: 16px;
  }

  section.grey .contact-form p {
    margin: 10px 0;
    font-size: 14px;
  }

  section.grey .button {
    width: auto;
  }

  .category .partner-form {
    padding: 30px;
  }
}

.sidebar .menu-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar .menu-filter ul li {
  list-style: none;
  display: block;
  padding: 0px 0 20px;
}

.sidebar .searchandfilter ul li {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.sidebar .searchandfilter ul li:last-child {
  padding-bottom: 0px;
}

.sidebar .menu-filter ul li a {
  list-style: none;
  display: block;
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.sidebar .menu-filter ul li a:hover {
  color: #0150b9;
}

.sidebar .menu-filter ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar .menu-filter ul li ul li {
  border-top: 0px;
  padding: 0px 0 5px;
  margin: 0;
  font-size: 12px;
}

.sidebar .menu-filter ul li ul li a {
  display: block;
  padding: 4px 0;
  padding-right: 0;
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
  color: var(--color-description);
  border-top: 1px solid #f1f1f1;
  margin: 0;
}

.sidebar .menu-filter ul li ul li:last-child a {
  border-bottom: 1px solid #f1f1f1;
}

.sidebar .menu-filter ul ul li a:hover {
  text-decoration: none;
}

.sidebar a {
  text-decoration: none;
}

.sidebar .current-menu-item a {
  color: var(--color-link);
  font-weight: 700;
}

.sidebar .current-menu-item ul li a {
  color: #666666;
  font-weight: 400;
}

.sidebar .current-menu-item ul li a:hover {
  color: var(--color-link);
}

.main-title {
  width: 60%;
}

.searchandfilter h4 {
  margin: 0;
  padding: 0 0 10px !important;
  font-size: 13px !important;
}

.home-slider-block {
  width: 100%;
  display: block;
  clear: both;
  float: left;
  margin: 20px 0;
}

.main-slider-block {
  width: 65%;
  display: block;
}

.main-description-block {
  width: 25%;
  display: block;
  padding: 30px;
  background: #ffffff;
  /* height: 470px; */
  /* border-radius: 10px; */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 24px 0px,
    rgba(0, 0, 0, 0.05) 0px 2px 8px 0px;
}

.section-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: #000000;
  display: block;
  width: 100%;
  clear: both;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.grid-title {
  font-size: 21px;

  margin: 0 auto 20px;
  display: block;
  clear: both;
  padding: 0;
  width: auto;
  color: var(--color-heading);
  font-weight: 700;
}

@media (max-width: 768px) {
  .grid-title {
    font-size: 18px;
    margin: 0 auto 15px;
  }
}

.grid-title a {
  color: var(--color-link);
}

.grid-title:hover a {
  text-decoration: underline;
}

/* .catalogue {} */

.catalogue.left {
  float: left;
}

.catalogue.right {
  float: right;
}

/* ГАЛЕРЕЯ */

.grid-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 0;
}

.grid-gallery-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 0;
}

figure {
  margin: 0;
}

.grid-gallery .grid-gallery-item {
  padding: 0;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.grid-gallery .grid-gallery-itemm:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/3;
}

.grid-gallery .grid-gallery-item:nth-child(10) {
  grid-row: 3/5;
  grid-column: 3/5;
}

.grid-gallery .grid-gallery-item:nth-child(11) {
  grid-area: 5 / 1 / 7 / 3;
}

.grid-gallery .grid-gallery-item:nth-child(20) {
  grid-area: 7 / 3 / 9 / 5;
}

.grid-gallery-5 .grid-gallery-item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}

.grid-gallery-5 .grid-gallery-item:nth-child(14) {
  grid-area: 3 / 4 / 5 / 6;
}

.grid-gallery-5 .grid-gallery-item:nth-child(15) {
  grid-area: 5 / 1 / 7 / 3;
}

.grid-gallery-5 .grid-gallery-item:nth-child(28) {
  grid-area: 7 / 4 / 9 / 6;
}

.grid-gallery-item a {
  display: block;
  height: 100%;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  border-radius: 4px;
}

.grid-gallery-item img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
  mix-blend-mode: darken;
}

.grid-gallery-item img:hover {
  transform: scale(1.1);
}

/* СЕТКА */

.grid {
  display: grid;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  padding: 20px 0;
}

.grid-1-1 {
  grid-template-columns: 1fr 1fr;
}

.grid-1-2 {
  grid-template-columns: 1fr 2fr;
}

.grid-2-1 {
  grid-template-columns: 1fr 2fr;
}

.grid-2,
.grid-2-3,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10 {
  display: grid;
  margin: 0;
  box-sizing: border-box;
  gap: 15px;
}

.grid-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.grid-flex-item {
  width: 18%;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .grid-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 13px;
  }

  .grid-flex-item {
    width: 48%;
  }

  .grid-flex-item:nth-child(7) {
    width: 100%;
  }

  .grid-flex-item:last-child {
    width: 100%;
  }
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.gap-60 {
  gap: 60px;
}

.border-top {
  border-top: 1px solid #f1f1f1;
}

.border-bottom {
  border-bottom: 1px solid #f1f1f1;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
}

.grid-4-2 {
  grid-template-columns: 3fr 2fr;
  margin: 0;
  display: grid;
}

.product-block .grid-4-2 {
  grid-template-columns: 1fr 350px;
}

.product-block .product-hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}

.product-block .product-hero__top {
  display: flex;
  flex-direction: column;
}

.product-block .product-hero__actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.product-block .product-hero__actions .buttons {
  justify-content: flex-start;
}

.grid-4-2 > .catalogue {
  min-width: 0;
}

.category-description-html .catalog-term-content {
  display: grid;
  gap: 32px;
}

.category-description-html .catalog-term-intro {
  color: var(--color-text);
}

.category-description-html .catalog-term-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  padding: 24px 0;
  border-top: 1px solid #f1f1f1;
}

.category-description-html .catalog-term-row.is-reverse .catalog-term-media {
  order: 2;
}

.category-description-html .catalog-term-row.is-reverse .catalog-term-copy {
  order: 1;
}

.category-description-html .catalog-term-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.category-description-html .catalog-term-copy {
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-text);
}

.category-description-html .catalog-term-copy h3 {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.4;
}

.category-description-html .catalog-term-copy p,
.category-description-html .catalog-term-copy ul,
.category-description-html .catalog-term-copy ol {
  margin: 0 0 20px;
}

.category-description-html .catalog-term-copy ul,
.category-description-html .catalog-term-copy ol {
  padding-left: 20px;
}

#category-subcategories .product-card,
#category-new-products .product-card,
#category-products .product-card {
  flex-direction: column;
  gap: 12px;
}

#category-subcategories .product-card .product-card-main,
#category-new-products .product-card .product-card-main,
#category-products .product-card .product-card-main {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

#category-subcategories .product-card .product-card-action,
#category-new-products .product-card .product-card-action,
#category-products .product-card .product-card-action {
  margin-top: 12px;
  width: 100%;
}

#category-subcategories .product-card .product-card-action button,
#category-new-products .product-card .product-card-action button,
#category-products .product-card .product-card-action button {
  width: auto;
}

.catalogue .product-card .description .card-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.catalogue .product-card .description .card-title-row a h2 {
  margin: 0;
}

.catalogue .product-card .description .card-more {
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-blue-2);
  text-decoration: none;
  line-height: 1.2;
}

.catalogue .product-card .description .card-more::after {
  content: " \2192";
}

.catalogue .product-card .description .card-more:hover {
  color: var(--color-blue-hover);
  text-decoration: none;
}

.catalogue #category-subcategories .product-card .description .subcategory-teaser {
  margin: 0;
  padding: 3px 0 3px;
  border-top: 1px solid #f1f1f1;
  color: var(--color-description);
}

@media only screen and (max-width: 900px) {
  .product-block .product-hero {
    height: auto;
    justify-content: flex-start;
  }

  .category-description-html .catalog-term-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 0;
  }

  .category-description-html .catalog-term-row.is-reverse .catalog-term-media,
  .category-description-html .catalog-term-row.is-reverse .catalog-term-copy {
    order: initial;
  }

  .category-description-html .catalog-term-copy h3 {
    font-size: 14px;
  }

  #category-subcategories .product-card .product-card-main,
  #category-new-products .product-card .product-card-main,
  #category-products .product-card .product-card-main {
    flex-wrap: wrap;
    gap: 15px;
  }

  .catalogue .product-card .description .card-title-row {
    align-items: flex-start;
    gap: 8px;
  }

  .catalogue .product-card .description .card-more {
    font-size: 12px;
  }
}

.grid-1-1 {
  grid-template-columns: 1fr 1fr;
}

.grid-1-3 {
  grid-template-columns: 1fr 3fr;
  display: grid;
  box-sizing: border-box;
}

.grid-3-1 {
  grid-template-columns: 3fr 1fr;
  display: grid;
  box-sizing: border-box;
}

.grid-2-3 {
  grid-template-columns: 2fr 1fr;
}

.grid-2-3:nth-child(2n) {
  grid-template-columns: 1fr 2fr;
}

.grid-2-3:nth-child(2n) .item-1.grid-item {
  order: 2;
}

.grid-2-3:nth-child(2n) .item-2.grid-item {
  order: 1;
}

.grid-3-2 {
  grid-template-columns: 1fr 2fr;

  display: grid;
  box-sizing: border-box;
}

.grid-3-2:nth-child(2n) {
  grid-template-columns: 2fr 1fr;
}

.grid-3-2:nth-child(2n) .item-1.grid-item {
  order: 2;
}

.grid-3-2:nth-child(2n) .item-2.grid-item {
  order: 1;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid-7 {
  grid-template-columns: repeat(7, 1fr);
}

.grid-8 {
  grid-template-columns: repeat(8, 1fr);
}

.grid-8 .thumb {
  height: 170px;
}

.grid-10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.grid-item__img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.link:after {
  content: "";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(-90deg);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}

#partner-logos .grid-item {
  flex-direction: row;
  margin: 20px;
  height: auto;
}

#partner-logos .grid-item img {
  filter: grayscale(100%);
  transition: all 0.2s;
}

#partner-logos .grid-item:hover img {
  filter: grayscale(0);
}

.full-width-banner {
  width: 100%;
  height: 200px;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-color: #f1f1f1;
}

/* .full-width-banner .thumb {} */

.full-width-banner .banner-title {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  margin: 15px;
}

.full-width-banner .banner-title h2 {
  font-size: 14px;
  color: #000000;
  line-height: 1.2;
  margin: 0;
  padding: 5px;
  width: auto;
  float: left;
}

.badges-block {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}

.badge-new {
  display: block;
  width: fit-content;
  padding: 0.4em 0.5em;
  border-radius: 2px;
  font-weight: 600;
  font-size: 10px;
  /* vertical-align: -webkit-baseline-middle; */
  color: #fff;
  transform: translateZ(0);
  /* vertical-align: middle; */
  line-height: 1;
}

.badges-block .badge-new {
  margin: 0;
}

.badge-new.orange {
  background-color: #ff5d26;
}

.badge-new.green {
  background-color: #08ac69;
}

.badge-new.yellow {
  background-color: #ffaa26;
}

.badge-new.blue {
  background-color: #157ee6;
}

.full-width-banner .banner-title p {
  font-size: 12px;
  color: #000000;
  line-height: 1.4;
  margin: 0;
  padding: 5px;
  width: 40%;
  clear: both;
}

@media (max-width: 768px) {
  .full-width-banner .banner-title p {
    width: 100%;
  }

  .catalogue {
    width: 100%;
    float: none;
  }

  .catalogue.left {
    float: none;
  }

  .catalogue.right {
    float: none;
  }

  .grid-gallery-5 {
    gap: 5px;
  }

  /* .grid-1,
  .grid-2,
  .grid-2-3,

  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10 {} */

  .grid-1-3,
  .grid-3-1,
  .grid-4-2 {
    grid-template-columns: 1fr;
  }

  .grid-1-3.gap-50,
  .grid-3-1.gap-50 {
    gap: 0;
  }

  .grid-gallery {
    gap: 5px;
  }

  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  #perforation .grid-3,
  #profile .grid-3,
  #related-news .grid-3,
  .sferi.grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .cat.grid-4,
  .sferi.grid-4,
  #advantages .grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* .cat.grid-5 .grid-item:nth-child(5) {} */

  .catalogue .grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-7 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-7 .card .thumb {
    height: 100px;
  }

  .grid-8 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-8 .thumb {
    height: 120px;
  }

  .grid-10 {
    grid-template-columns: repeat(5, 1fr);
  }

  .catalogue .grid-3,
  .catalogue .grid-4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  #products .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .grid-2-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-2-3:nth-child(2n) {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-3-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-3-2:nth-child(2n) {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-3-2:nth-child(odd) {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-3-2:nth-child(odd) .grid-item.item-1 {
    order: 2;
  }

  .grid-3-2:nth-child(odd) .grid-item.item-2 {
    order: 1;
  }

  .gap-40,
  .gap-50,
  .product-block .gap-50 {
    gap: 20px;
  }
}

.grid-item {
  min-height: auto;
  display: flex;
  /* height: 100%; */
  /* flex-grow: 1; */
  /* float: left; */
  position: relative;
  overflow: hidden;
  flex-direction: column;
  white-space: normal;
  text-overflow: ellipsis;
  align-items: stretch;
  height: 100%;
}

a.grid-item:hover {
  text-decoration: none;
}

#perforation .grid-3,
#profile .grid-3,
#related-news .grid-3 {
  gap: 20px;
}

.perforation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  /* padding: 10px 0; */
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* background: #f9f9f9; */
  height: max-content;
  color: #000000;
  border-radius: 4px;
}

.perforation .thumb {
  height: 100px;
  width: 30%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.perforation .text {
  width: 65%;
  padding-right: 10px;
}

.perforation .text a:hover {
  text-decoration: none;
}

.perforation .text h3 {
  font-size: 13px;
  margin-bottom: 5px;
}

.perforation .text a:hover h3 {
  text-decoration: none;
  color: var(--color-blue-2);
}

.perforation .text p {
  margin: 0;
}

.perforation table tr:first-child {
  font-size: 13px;
}

.perforation table tr {
  border: 0;
}

.perforation table tr td {
  padding: 1px 0;
}

@media (max-width: 768px) {
  #perforation .grid-3,
  #profile .grid-3,
  #related-news .grid-3 {
    gap: 10px;
  }

  .perforation {
    font-size: 12px;
  }

  .perforation .thumb {
    height: 100px;
    width: 30%;
  }

  .perforation .text {
    width: 65%;
  }
}

.grid-item:hover .thumb img,
.grid-item:hover .thumb picture {
  transform: scale(1.1);
}

.sticker {
  font-size: 11px;
  border-radius: 4px;
  line-height: 2;
  font-weight: 700;
  color: #ffffff;
  background: var(--color-orange);
  display: block;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  /* width: 30px; */
  padding: 0 5px;
}

.sticker-akzia {
  font-size: 11px;
  border-radius: 4px;
  line-height: 2;
  font-weight: 700;
  color: #ffffff;
  background: var(--color-orange);
  display: inline-block;
  position: relative;
  /* width: 20%; */
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: center;
}

.category {
  height: 270px;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-color: rgba(238, 239, 240, 1);
  border-radius: 4px;
}

.category .badges-block {
  position: absolute;
  top: 15px;
  bottom: auto;
  right: 15px;
  left: auto;
  z-index: 3;
}

@media (max-width: 768px) {
  .category {
    height: 230px;
  }
}

.category_page {
  height: 200px;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-color: rgba(0, 0, 0, 0.04);
}

.category_page .category-title {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  margin: 15px;
}

.category_page .category-title h1 {
  color: #333333;
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
  padding: 8px 10px;
  width: auto;
  text-transform: uppercase;
  font-weight: 800;
}

.category .thumb,
.category_page .thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  height: 100%;
}

/* SWIPER SLIDER */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  height: auto !important;
}

.swiper-slide img,
.swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-swiper {
  height: 450px;
  width: 1040px;
  margin: 0px auto 0px;
}

/* .main-swiper .swiper-slide img,
.main-swiper .swiper-slide picture {} */

.main-swiper .slider-description {
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  position: absolute;
  right: 5%;
  top: 60px;
  display: flex;
  flex-flow: column;
  width: 30%;
  padding: 30px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.93);
  border-radius: 4px;
}

/* .main-swiper .slider-description .bg {} */

.main-swiper .slider-description h1 {
  line-height: 1.3;
  font-size: 15px;
  color: #000000;
  margin-bottom: 15px;
}

.main-swiper .slider-description h2 {
  line-height: 1.3;
  font-size: 15px;
  color: #000000;
  margin-bottom: 15px;
}

.main-swiper .slider-description button {
  margin-top: 30px;
}

/* .company-swiper {} */

.category-swiper {
  height: 450px;
}

.dekor-swiper {
  height: auto;
  width: 1040px;
}

.dekor-swiper .swiper-slide {
  overflow: hidden;
}

.wall-swiper {
  height: auto;
  width: 100%;
}

.dekor-swiper .thumb {
  position: unset;
  height: 250px;
  /* border-radius: 4px; */
}

.dekor-swiper h2 {
  margin: 0;
  z-index: 2;
  position: absolute;
  top: 18px;
  left: 18px;
  line-height: 1.2;
  text-align: left;
  font-size: 12px;
  width: auto;
  padding: 0;
  max-width: 85%;
}

.dekor-swiper h3 {
  margin: 0;
  z-index: 2;
  position: absolute;
  top: 18px;
  left: 18px;
  line-height: 1.2;
  text-align: left;
  font-size: 13px;
  width: auto;
  padding: 0;
  max-width: 85%;
}

.dekor-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 10px;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.dekor-swiper .swiper-pagination {
  bottom: 0px !important;
}

.dekor-swiper .swiper-pagination-bullet {
  opacity: 0.5 !important;
  background: #8c90a4 !important;
}

.dekor-swiper .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #0d4596 !important;
}

/* .category-title {} */

.category-title h1 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 15px;
  z-index: 2;
  position: absolute;
  top: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 1);
}

.product-swiper,
.category-swiper {
  height: 512px;
  /* margin-bottom: 10px; */
}

.product-swiper-thumbs {
  height: 90px;
}

.product-swiper .swiper-slide,
.product-swiper-thumbs .swiper-slide,
.category-swiper .swiper-slide {
  background: #f5f5f5;
}

.product-swiper-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.product-swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.product-swiper .swiper-slide img,
.product-swiper-thumbs .swiper-slide img,
.product-swiper .swiper-slide picture,
.product-swiper-thumbs .swiper-slide picture,
.category-swiper .swiper-slide img {
  mix-blend-mode: darken;
}

.swiper-button-next,
.swiper-button-prev {
  color: #555555 !important;
  background: rgba(255, 255, 255, 1);
  padding: 0;
  border-radius: 5px;
  width: 40px !important;
  height: 50px !important;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.12);
  top: 45% !important;
}

.swiper-button-next {
  right: -20px !important;
}

.swiper-button-prev {
  left: -20px !important;
}

.product-swiper .swiper-button-next,
.category-swiper .swiper-button-next {
  right: 10px !important;
  top: 50% !important;
}

.product-swiper .swiper-button-prev,
.category-swiper .swiper-button-prev {
  left: 10px !important;
  top: 50% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
  font-weight: bold;
}

.swiper-button-next:after {
  margin-left: 3px;
}

.swiper-button-prev:after {
  margin-left: -3px;
}

.main-swiper .swiper-pagination {
  bottom: 20px !important;
}

.main-swiper .swiper-pagination-bullet,
.category-swiper .swiper-pagination-bullet {
  opacity: 0.5 !important;
  background: #ffffff !important;
  width: 20px !important;
  height: 3px !important;
  border-radius: 0 !important;
  margin: 0 3px !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #888 !important;
}

.main-swiper .swiper-pagination-bullet-active,
.category-swiper .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #ffffff !important;
}

@media (max-width: 768px) {
  /* .swiper-button-next,
  .swiper-button-prev {} */

  .main-swiper {
    width: 92%;
    height: 500px;
    margin: 0px auto 0;
  }

  /* .main-swiper.swiper {} */

  .main-swiper .swiper-slide {
    min-height: auto;
    height: auto;
  }

  .main-swiper .swiper-slide img,
  .main-swiper .swiper-slide picture {
    height: 250px;
  }

  .main-swiper .slider-description {
    margin: 0px 0 0px;
    font-size: 13px;

    right: 0px;
    top: 250px;
    bottom: 0px;
    width: 100%;
    padding: 20px 0px 0;
    z-index: 1;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
  }

  .main-swiper .slider-description h1 {
    font-size: 17px;
  }

  .main-swiper .slider-description h2 {
    font-size: 17px;
  }

  .main-swiper .slider-description button {
    margin-top: 20px;
  }

  .main-swiper .swiper-pagination {
    bottom: initial !important;
    top: 220px;
  }

  /* .main-swiper .swiper-pagination-bullet {
    opacity: .5!important;
  background: #8c90a4!important;
  } */

  /* .main-swiper .swiper-pagination-bullet-active {
    opacity: 1!important;
  background: #0d4596!important;
  } */

  .main-swiper .swiper-button-prev,
  .main-swiper .swiper-button-next,
  .dekor-swiper .swiper-button-prev,
  .dekor-swiper .swiper-button-next {
    display: none;
  }

  .dekor-swiper {
    width: 100%;
  }

  .dekor-swiper .swiper-slide {
    width: 92%;
    min-height: auto;
    height: auto;
  }

  .dekor-swiper .thumb {
    position: unset;
    height: 220px;
  }

  .category-swiper {
    height: 280px;
  }

  .content-slider .swiper-button-next,
  .content-slider .swiper-button-prev {
    display: none !important;
  }

  .category-title {
    top: 15px;
    left: 15px;
  }

  .category-title h1 {
    font-size: 12px;
    padding: 15px;
  }

  .product-swiper {
    aspect-ratio: 1/1;
    height: auto;
  }

  .product-swiper-thumbs {
    height: 70px;
  }

  /* .product-swiper-thumbs.swiper {} */
}

/* TESTIMONIALS - ОТЗЫВЫ */

/* .testimonials {} */

.testimonials-swiper {
  width: 1040px;
  padding-bottom: 50px !important;
}

/* .testimonials-swiper .swiper-slide {} */

.testimonial {
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  text-align: left;
  gap: 10px;
  height: 300px;
}

/* .testimonial .client-logo {} */

.testimonial .client-logo img {
  display: block;
  height: 30px;
  width: auto;
}

.testimonial .client-review {
  margin: 10px 0;
}

/* .testimonial .client {} */

.testimonial .client-name {
  font-weight: 600;
}

.testimonial .client-status {
  color: #ccc;
  font-size: 12px;
}

.testimonial .rating {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .testimonials-swiper {
    width: 92%;
  }

  /* .testimonials-swiper .swiper-slide {} */

  .testimonial .client-logo img {
    height: 35px;
  }
}

/* ВАРИАНТЫ СТОИМОСТИ */

.variants {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.variants h4 {
  padding: 0 20px;
  margin: 20px 0;
  font-size: 13px;
}

.grid-item:first-child .popular {
  display: block;
}

.variants .popular {
  display: none;
  border-radius: 4px;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 8px;
  background-color: rgb(237, 245, 253);
  color: rgb(21, 92, 162);
  font-size: 10px;
  text-transform: lowercase;
}

.variants-img {
  padding: 0 15px 15px;
}

.variants-img img,
.variants-img picture {
  border-radius: 4px;
}

.variants .description {
  padding: 0 20px 10px;
  font-size: 12px;
}

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

.variants ul li {
  padding-left: 0px;
  position: relative;
  margin-bottom: 10px;
}

.variants ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("img/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 7px;
  vertical-align: middle;
}

.variants .price {
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
  margin: 15px 0;
}

.variants .button {
  padding: 0 20px;
  margin: 20px 0;
}

@media (max-width: 768px) {
  #variants .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ДЕКОР СТЕНА */

.grid-dekor {
  display: grid;
  margin: 0 auto 30px;
  box-sizing: border-box;
  gap: 40px;
  grid-template-columns: 1fr 2fr;
  margin: 40px 0;
}

.grid-dekor .button {
  margin-top: 40px;
}

.grid-dekor p {
  margin: 20px 0;
}

.wall-swiper-thumbs.swiper,
.krep-swiper-thumbs.swiper {
  overflow: visible;
}

.wall-swiper-thumbs .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  height: auto;
}

.krep-swiper-thumbs .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: auto;
}

.wall-swiper-thumbs .swiper-slide,
.krep-swiper-thumbs .swiper-slide {
  flex-shrink: 1;
  width: 100% !important;
  align-items: stretch;
}

.wall-swiper-thumbs .swiper-slide .card,
.krep-swiper-thumbs .swiper-slide .card {
  width: 100%;
}

.wall-swiper-thumbs .swiper-slide .shadow,
.krep-swiper-thumbs .swiper-slide .shadow {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 24px 0px,
    rgba(0, 0, 0, 0.05) 0px 2px 8px 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wall-swiper-thumbs .swiper-slide:hover .shadow,
.krep-swiper-thumbs .swiper-slide:hover .shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 24px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 8px 0px;
}

.wall-swiper-thumbs .swiper-slide .card .thumb {
  height: 100px;
}

.krep-swiper-thumbs .swiper-slide .card .thumb {
  height: 150px;
}

.wall-swiper-thumbs .swiper-slide .card .thumb img,
.krep-swiper-thumbs .swiper-slide .card .thumb img,
.wall-swiper-thumbs .swiper-slide .card .thumb picture,
.krep-swiper-thumbs .swiper-slide .card .thumb picture {
  transform: scale(1);
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.wall-swiper-thumbs .swiper-slide:hover .thumb img,
.krep-swiper-thumbs .swiper-slide:hover .thumb img,
.wall-swiper-thumbs .swiper-slide:hover .thumb picture,
.krep-swiper-thumbs .swiper-slide:hover .thumb picture {
  transform: scale(1.1);
}

.wall-swiper-thumbs .swiper-slide .color-id,
.krep-swiper-thumbs .swiper-slide .color-id {
  padding: 8px 5px;
  font-size: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.wall-swiper .color-id,
.krep-swiper .color-id {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  top: 20px;
  left: 20px;
  padding: 8px 15px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .grid-dekor {
    display: grid;
    margin: 0 auto 30px;
    box-sizing: border-box;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    margin: 40px 0;
  }

  .wall-swiper-thumbs .swiper-wrapper,
  .krep-swiper-thumbs .swiper-wrapper {
    gap: 10px;
    height: auto;
  }

  .wall-swiper-thumbs,
  .krep-swiper-thumbs {
    order: 1;
  }

  .wall-swiper-thumbs,
  .krep-swiper-thumbs {
    order: 2;
  }

  .wall-swiper .color-id,
  .krep-swiper .color-id {
    background: rgba(255, 255, 255, 0.8);
    bottom: 10px;
    left: 10px;
    top: auto;
    padding: 8px 15px;
    max-width: 95%;
  }
}

/* МОНТАЖ */

/* .montage {} */

.imp-tooltip {
  color: #000000 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 24px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 8px 0px;
}

.tooltip-title {
  color: #000000 !important;
  font-family: "Gilroy", sans-serif !important;
}

.tooltip-text {
  color: #000000 !important;
  font-family: "Gilroy", sans-serif !important;
}

.imp-tooltip p {
  color: #000000 !important;
  font-size: 11px !important;
  font-family: "Gilroy", sans-serif !important;
  font-weight: 500 !important;
}

.category .thumb img,
.dekor .thumb-250 img,
.dekor .thumb-230 img,
.category .thumb picture,
.dekor .thumb-250 picture,
.dekor .thumb-230 picture {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
}

.category img {
  mix-blend-mode: darken;
}

.category:hover .thumb img,
.dekor:hover .thumb-250 img,
.dekor:hover .thumb-230 img,
.category:hover .thumb picture,
.dekor:hover .thumb-250 picture,
.dekor:hover .thumb-230 picture {
  transform: scale(1.1);
}

.category .category-title,
.dekor .dekor-title {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  /* background: rgba(255, 255, 255, 1); */

  margin: 15px;
}

.category .category-title h2,
.dekor .dekor-title h2 {
  color: #000000;
  line-height: 1.2;
  margin: 0;
  padding: 5px;
  width: auto;
  float: left;
}

.category .category-title h3,
.dekor .dekor-title h3 {
  color: #000000;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  width: auto;
  float: left;
}

.category .category-title h2 {
  font-size: 13px;
}

.dekor .dekor-title h2 {
  font-size: 12px;
}

.category .category-title h3,
.category .category-title h2 {
  font-size: 14px;
  float: none;
}

.dekor .dekor-title h3 {
  font-size: 12px;
}

.category .category-title p,
.dekor .dekor-title p {
  color: #000000;
  line-height: 1.4;
  margin-top: 10px;
  display: inline-block;
  padding: 0;
  width: auto;
  clear: both;
  font-size: 12px;
  max-width: 350px;
}

@media (max-width: 768px) {
  .category .category-title {
    margin: 10px;
  }

  .category .category-title h2 {
    font-size: 13px;
    line-height: 1.2;
    padding: 5px;
  }

  .dekor .dekor-title h2 {
    font-size: 12px;
    line-height: 1.2;
    padding: 0px;
  }

  .category .category-title h3 {
    font-size: 13px;
    line-height: 1.2;
    padding: 5px;
  }

  .dekor .dekor-title h3 {
    font-size: 12px;
    line-height: 1.2;
    padding: 0px;
  }

  .category .category-title p,
  .dekor .dekor-title p {
    font-size: 12px;
  }
}

.features {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 4px;
}

.features ul {
  margin: 0;
  padding: 0;
}

.features ul li {
  list-style: none;
  list-style-type: none;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.features ul li:last-child {
  margin: 0;
}

.features ul li .features-icon {
  width: 30px;
}

.features ul li img {
  width: 30px;
  height: auto;
  border-radius: 0;
}

.features ul li h3 {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1;
}

.features ul li p {
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
}

/* ТАБЛИЦА */

table {
  height: auto !important;
  border-collapse: collapse;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
}

.table-grey {
  background: #f7f7f7;
  padding: 40px;
  font-size: 12px;
  border-radius: 4px;
}

.table-white {
  background: #ffffff;
  padding: 0;
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .features {
    padding: 30px 20px;
  }

  .table-grey {
    padding: 20px;
    font-size: 12px;
  }
}

.table-block {
  display: block;
  width: 100%;
  overflow: hidden;
}

.table-block table {
  overflow: inherit;
}

table tbody {
  vertical-align: top;
  display: table;
  width: 100%;
}

table tr:first-child {
  font-weight: 700;

  color: var(--color-heading);
}

#description table tr:first-child {
  font-size: 13px;
}

table.features tr:first-child {
  font-weight: 500;
  color: #303030;
}

table.features tr {
  border: 0;
}

table.features tr td {
  padding: 0 10px 0 0;
}

table.features tr td:first-child {
  padding: 0px 15px 0 0;
  width: 7% !important;
}

table.features h2 {
  margin-bottom: 5px;
  font-size: 13px;
}

table.features p {
  margin-bottom: 20px;
}

.table-white table tr:first-child {
  font-weight: 500;
  border-top: 1px solid #f1f1f1;
}

thead tr th {
  text-align: left;
  padding: 10px;
}

table tr td {
  padding: 7px 15px 7px 0;
  height: auto !important;
  border: 0;
  margin: 0;
}

.table-block table tr td:last-child {
  padding-right: 0;
}

table tr {
  height: auto !important;
  border-bottom: 1px solid #f1f1f1;
}

table tr td:first-child {
  color: var(--color-heading);
}

table img,
table picture {
  width: 100%;
  height: auto;
}

.table-white table.specs img,
.table-white table.specs picture {
  width: auto;
  height: auto;
}

.table-white table.specs tr td {
  padding: 7px 15px 7px 0;
  height: auto !important;

  border: 0;
  margin: 0;
}

table ul {
  margin: 0;
  padding: 0;
}

table ul li {
  display: block;
  list-style: none;
  margin-left: 0;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .table-block {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  /* table {} */

  .grid table {
    font-size: 12px;
    width: 100%;
  }

  table.features tr td:first-child {
    width: 10% !important;
    padding-right: 10px;
  }
}

/* КАРТОЧКА ПРОДУКТА - ГОРИЗОНТАЛЬНАЯ */

.product-card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  padding: 20px 0;
}

/* .product-card:last-child {} */

.product-card.border {
  padding: 20px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}

.product-card .thumb {
  border-radius: 4px;
}

.product-card a .thumb {
  width: 160px;
  height: 180px;
  flex-shrink: 0;
  background: rgba(33, 32, 31, 0.03);
  border-radius: 4px;
  overflow: hidden;
}

.product-card a .full.thumb {
  height: 200px;
}

.product-card a .thumb img,
.product-card a .thumb picture {
  display: flex;
  flex-shrink: 0;
  mix-blend-mode: darken;
  border-radius: 4px;
}

.product-card a .thumb img:hover,
.product-card a .thumb picture:hover {
  transform: scale(1.1);
  border-radius: 4px;
}

.product-card .description {
  color: #000000;
  font-size: 11px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-card .description a:hover {
  text-decoration: none;
}

.product-card .description a h2,
.product-card .description a h3 {
  font-size: 14px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-bottom: 5px;
}

.product-card .description a h2:hover,
.product-card .description a h3:hover {
  color: var(--color-blue-2);
}

.product-card .description .param {
  padding: 3px 0 3px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f1f1f1;

  text-align: right;
}

.product-card .description .param:last-child {
  border-bottom: 1px solid #f1f1f1;
}

.product-card .description span {
  color: var(--color-description);
  text-align: left;
}

.product-card .price-block {
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.product-card .price-block .price-discount {
  font-size: 12px;
}

/* .product-card .price-block .price span {
  font-weight: 400;
font-size: 12px;
} */

.product-card .price-block .price {
  font-size: 15px;
  margin: 0 0 20px;
}

.product-card .price-block a {
  color: #707f8d;
}

.product-card .price-block a:hover {
  text-decoration: none;
}

.product-card .price-block button {
  font-weight: 500;
}

@media (max-width: 768px) {
  .product-card {
    flex-wrap: wrap;
    gap: 15px;
  }

  .product-card.border {
    padding: 20px 0;
    border: 0;
    border-top: 1px solid #f1f1f1;
  }

  .product-card:last-child.border {
    border-bottom: 1px solid #f1f1f1;
  }

  .product-card > * {
    flex: 1 1 100px;
  }

  .product-card a .thumb {
    height: 180px;
    width: 130px;
  }

  .product-card .description {
    color: #000000;
    font-size: 12px;
    flex-grow: 4;
  }

  .product-card .description a h2 {
    font-size: 14px;
  }

  .product-card .description .param {
    text-align: left;
    display: block;
  }

  .product-card .price-block {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center;
  }

  .product-card .price-block .price {
    font-size: 14px;
    margin: 0;
  }

  .product-card .price-block button {
    font-size: 11px;
    font-weight: 700;
    padding: 10px 15px;
  }
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
}

.card .thumb {
  height: 250px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.catalogue .grid-5 .card .thumb {
  height: 150px;
}

.grid-7 .card .thumb,
.grid-8 .card .thumb {
  height: 100px;
}

.grid-10 .card .thumb {
  height: 80px;
}

.card img,
.card picture {
  border-radius: 0;
}

@media (max-width: 768px) {
  .card .thumb {
    height: 300px;
  }

  .catalogue .grid-5 .card .thumb {
    height: 100px;
  }

  .grid-10 .card .thumb {
    height: 80px;
  }
}

/* .product {} */

.title h1 {
  margin-bottom: 0;
  font-size: 18px;
  float: left;
  clear: none;
}

.title > * {
  vertical-align: middle;
}

.rating {
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin: 0;
  align-items: center;
  gap: 5px;
  height: 18px;
  clear: both;
}

.rating-stars {
  width: 60px;
  height: 18px;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-content: center;
}

.rating-stars svg {
  width: 12px;
  fill: #fc9702;
  height: 18px;
}

.rating-stars .cover {
  background: white;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  right: 0;
}

.rating-text {
  color: #cccccc;
  font-size: 10px;
  height: 11px;
}

.product-card .description .rating span {
  color: #cccccc;
  font-size: 10px;
  height: 11px;
}

.product h1.add {
  font-size: 16px;
}

.card .product {
  padding: 20px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-clip: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 24px 0px,
    rgba(0, 0, 0, 0.05) 0px 2px 8px 0px;
}

@media (max-width: 768px) {
  /* .product {} */

  .product-block .product {
    margin: 0 auto;
    width: 100%;
  }

  /* .card .product {} */
}

.product h2 {
  font-size: 13px;
  line-height: 1.3;
  padding: 0 0 13px;
  margin: 0;
  display: block;
  width: auto;
  clear: both;

  min-height: 35px;
}

.product table {
  margin: 0 0 20px;
  padding: 0;
  font-size: 11px;
  width: auto;
}

.card .product table {
  font-size: 10px;
}

.product table tr {
  border-top: 1px solid #f1f1f1;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.product table tr:first-child {
  font-weight: 500;
}

.product table tr:last-child {
  border-bottom: 1px solid #f1f1f1;
}

/* .product table tr:last-child {} */

.product table tr td {
  border: 0;
  padding: 7px 0;
  color: #666666;
}

.product table tr td:first-child {
  font-weight: 600;
  color: #000000;
}

@media (max-width: 768px) {
  .product table {
    font-size: 12px;
  }

  /* .product table tr td:first-child {} */

  /* .product table tr {} */
}

.color-id {
  color: #000000;
  padding: 10px 5px;
  text-align: center;
  font-size: 11px;
}

.button_white {
  margin: 20px;
}

/* .category,
.dekor {} */

.category h2 {
  margin: 15px;
}

.advantages-grid__item {
  margin-bottom: 0px;
}

.product h2 {
  margin: 0;
}

.card .product table {
  font-size: 11px;
}

.thumb,
.thumb-270,
.thumb-250,
.thumb-230 {
  background-size: cover;
  background-position: center;
  width: 100%;
  top: 0%;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.thumb {
  height: 300px;
}

.thumb-270 {
  height: 270px;
}

.thumb-250 {
  height: 250px;
}

.thumb-230 {
  height: 230px;
}

.thumb img,
.thumb-270 img,
.thumb-250 img,
.thumb-230 img,
.thumb picture,
.thumb-270 picture,
.thumb-250 picture,
.thumb-230 picture {
  transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  position: absolute;
  z-index: 1;
}

.thumb:hover img,
.thumb-270:hover img,
.thumb-250:hover img,
.thumb-230:hover img,
.thumb:hover picture,
.thumb-270:hover picture,
.thumb-250:hover picture,
.thumb-230:hover picture {
  transform: scale(1.1);
}

.decor .thumb img {
  transform: scale(1.1);
}

.decor .thumb:hover img {
  transform: scale(1.2);
}

a:hover h2.grid-title,
a:hover h3.grid-title {
  text-decoration: none !important;
}

a:active h2.grid-title,
a:active h3.grid-title {
  text-decoration: none !important;
  color: #0150b9;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 0;
  margin: 0;
}

.advantages-grid__item {
  background: #fff;
  /* margin-bottom: 20px; */
}

.advantages-grid__link {
  text-decoration: none;

  outline: none !important;
  padding: 0px;
}

.advantages-grid__icon {
  display: block;
  clear: both;
}

.advantages-grid__icon img,
.advantages-grid__icon picture {
  width: 13%;
  height: auto;
}

.advantages-grid h3 {
  font-weight: 700;
  font-size: 14px;
  padding: 0;

  margin: 0px auto 5px;
}

.advantages-grid__desc {
  padding-top: 0px;
  line-height: 1.4;
}

/* Сферы применения - стили для ссылок на карточки */

.sfera-card {
  position: relative;
}

.sfera-card__link {
  position: absolute !important;
  inset: 0;
  z-index: 10 !important;
  display: block;
}

.sfera-card > * {
  position: relative;
  z-index: 2;
}

.sfera-card:hover h3 {
  text-decoration: none;
  color: rgb(21, 92, 162);
  cursor: pointer;
}

/* .sfera-card__link:focus,
.sfera-card__link:focus-visible {
  outline: 1px solid var(--color-link);
  outline-offset: 1px;
} */

@media (max-width: 768px) {
  .advantages-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .advantages-grid__item {
    flex-basis: 100%;
    margin-left: 0;
    min-height: auto;
    height: auto;
  }

  .advantages-grid__icon img {
    width: 10%;
  }

  .advantages-grid h3 {
    font-size: 15px;
    line-height: 1.4;
  }

  .advantages-grid__desc {
    font-size: 14px;
    line-height: 1.4;
  }

  .thumb-270 {
    height: 230px;
  }

  .thumb-230 {
    height: 200px;
  }
}

/* Продукт */

.post-thumb {
  width: 20%;
  float: right;
}

.product-left {
  display: block;
  width: 50%;
  float: left;
}

.product-slider {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.product-left h1 {
  margin-bottom: 20px;
}

.product-left h2,
.product-left h3 {
  margin-bottom: 10px;
}

.product-left p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .product-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.product-right {
  width: 45%;
  float: right;
}

.product-right h1 {
  font-size: 21px;
  margin: 0 0 20px;
}

.product-right button {
  width: auto;
  padding: 15px 45px;
  float: left;
}

.right-sidebar {
  display: block;
  width: 27%;
  float: right;
}

@media (max-width: 768px) {
  .product-right {
    width: 90%;
    float: none;
  }

  .right-sidebar {
    display: block;
    width: 100%;
    float: right;
  }
}

.right-sidebar .grid-title {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 7px;
  font-weight: 500;
}

.right-sidebar .grid-content-1-3 {
  width: 100%;
  margin-right: 0;
  font-size: 11px;
}

.right-sidebar .grid-content-1-3 .grid-title {
  font-size: 11px;
}

.right-sidebar .param-block {
  margin: 0px 5%;
  width: 90%;
  font-size: 11px;
}

.right-sidebar a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .right-sidebar .grid-content-1-3 {
    font-size: 15px;
  }

  .right-sidebar .grid-content-1-3 .grid-title {
    font-size: 13px;
  }

  .right-sidebar .param-block {
    font-size: 13px;
  }

  .card {
    padding: 0px;

    height: auto;
  }
}

.product-characteristics {
  width: auto;
  display: block;
  line-height: 1.3;
  font-size: 12px;
}

.grid .product-characteristics {
  font-size: 11px;
  padding: 0 13px;
}

.param-block {
  display: inline-block;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #e7e7e7;
  padding: 8px 0;
}

a .product-characteristics {
  text-decoration: none;
  color: #000000;
}

.param-block:first-child {
  border-top: 1px solid #e7e7e7;
}

.grid .param-block:last-child {
  border-bottom: 0;
}

.param-1 {
  display: block;
  float: left;
  width: 46%;
  margin-right: 2%;
  font-weight: 500;
}

.param-2 {
  display: block;
  float: left;
  width: 52%;
  color: #555555;
}

@media (max-width: 768px) {
  .grid .product-characteristics {
    font-size: 13px;
  }

  .param-block {
    float: left;
    padding: 10px 0;
  }

  .grid .param-1 {
    width: 36%;
    margin-right: 4%;
  }

  .grid .param-2 {
    width: 60%;
  }

  section#katalog-dekorov .grid-content-1-5 {
    min-height: auto;
    height: auto;
  }

  section#katalog-dekorov .grid-content-1-5 .thumb {
    height: auto;
    overflow: visible;
  }

  section#katalog-dekorov .grid-content-1-5 .thumb img,
  section#katalog-dekorov .grid-content-1-5 .thumb picture {
    position: relative;
  }

  section#katalog-dekorov a h3.grid-title {
    font-size: 14px;
    padding: 8px;
    text-transform: none;
  }
}

/* Блок цены */

.price-block {
  margin: 20px 0;
}

.price-discount {
  font-size: 14px;
  font-weight: 700;
  color: #a1a1a1;
  text-decoration: line-through;
}

.price {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

/* .price span {} */

.price-block .available {
  font-size: 11px;
  font-weight: 600;
  color: #0dac6a;
}

.card .price-block {
  margin-bottom: 0;
  padding: 0 0 15px;
  margin-top: auto;
}

.card .price-discount {
  font-size: 12px;
  font-weight: 700;
  color: #a1a1a1;
}

.card .price {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.card .price span {
  font-weight: 400;
  font-size: 12px;
}

.buttons {
  display: flex;
  clear: both;
  width: 100%;
  margin: 0;
  justify-content: space-between;
}

/* .button {} */

button {
  white-space: nowrap;
  width: 100%;
  display: block;
  cursor: pointer;
  color: #000000;
  padding: 15px 25px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  border: none;
  outline: none;
  outline-style: none;
  font-family: "Gilroy";
}

.gcontainer button {
  padding: 0;
}

.buttons button {
  width: auto;
  padding: 15px 65px;
}



@media (max-width: 768px) {
  /* .buttons {} */

  .buttons button {
    padding: 15px 35px;
    font-size: 12px;
  }
}

button.buy {
  font-family: "Gilroy";
  background-color: #0158ab;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 4px;
  color: #ffffff;
}

button.buy:hover {
  background-color: #004d98;
}

button.blue {
  color: var(--color-white);
  font-weight: 500;
  background-color: var(--color-blue-2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

button.blue:hover {
  color: var(--color-white);
  background-color: var(--color-blue-hover);
}

.product-right button.buy {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    padding: 0;
  }

  .title {
    font-size: 16px;
  }

  .product-characteristics {
    font-size: 13px;
  }

  button {
    font-size: 13px;
  }

  button a {
    font-size: 15px;
  }

  .product-right button.buy {
    margin-right: 0px;
  }
}

.grid .param-1 {
  width: 34%;
}

.grid .param-2 {
  width: 64%;
}

.grid-content-1-3 button,
.grid-content-1-4 button.buy {
  font-size: 11px;
}

@media (max-width: 768px) {
  .grid-content-1-3 button.buy,
  .grid-content-1-4 button.buy {
    margin: 10px 0%;
    width: 100%;
    font-size: 15px;
  }
}

.grid-content-1-3:hover button.buy,
.grid-content-1-4:hover button.buy {
  background-color: #fc0;
}

button.order {
  font-family: "Gilroy";
  background-color: var(--color-white);
  color: var(--color-blue-2);
  border: 1px solid var(--color-blue-2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 4px;
}

button.order:hover {
  /* background-color: var(--color-blue-hover); */
  color: var(--color-blue-hover);
}

button.white {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #707f8d;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 4px;
}

button.white:hover {
  background-color: #dcdcdc;
}

a button {
  text-decoration: none;
  border-radius: 4px;
}

a button:hover {
  text-decoration: none;
}

a:hover button {
  text-decoration: none;
}

.button a:hover {
  text-decoration: none;
}

.price-block a:hover {
  text-decoration: none;
}

.button_white {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  margin: 30px;
  padding: 0;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;

  cursor: pointer;
}

.button_white:hover {
  -webkit-transition: color 0.15s linear, -webkit-transform 0.1s ease-out;
  transition: color 0.15s linear, -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, color 0.15s linear;
  transition: transform 0.1s ease-out, color 0.15s linear,
    -webkit-transform 0.1s ease-out;
  background: #f5f5f5;
}

.button_white a {
  padding: 0 25px;
  color: #001a34;
}

.button_white a:hover {
  text-decoration: none;
}

input:is([type="button"], [type="submit"], [type="reset"]) {
  height: 44px;
  width: 100%;
  font-size: 12px;
  display: inline-block;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  padding: 0 30px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  cursor: pointer;
}

input:is([type="button"], [type="submit"], [type="reset"]):hover {
  -webkit-transition: color 0.15s linear, -webkit-transform 0.1s ease-out;
  transition: color 0.15s linear, -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, color 0.15s linear;
  transition: transform 0.1s ease-out, color 0.15s linear,
    -webkit-transform 0.1s ease-out;
  background: #f5f5f5;
}

.delivery {
  display: block;
  width: auto;
}

.delivery p {
  display: block;
  padding: 0;
  margin: 0 0 15px;
  font-size: 12px;
}

.product .delivery {
  padding: 0;
  border: 0;
  margin-top: 20px;
}

/*  ВСПЛЫВАЮЩАЯ ФОРМА */

#price-popup,
#order-popup,
#partner-popup,
#contact-popup {
  width: 500px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  #price-popup,
  #order-popup,
  #partner-popup,
  #contact-popup {
    width: auto;
  }
}

.description h2 {
  font-size: 14px;
}

/* FAQ */

/* .faq-accordion {
  max-width: 600px;
} */

#vakansii .faq-accordion {
  max-width: 1000px;
}

.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}

#vakansii .faq-item:first-child {
  border-top: 1px solid #e7e7e7;
}

.faq-question {
  border: none;
  text-align: left;
  outline: none;
  transition: max-height 0.2s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

#vakansii .faq-question:first-child {
  margin-top: 20px;
}

.faq-question h4,
.faq-question h3,
.faq-question h2 {
  margin: 0;
  max-width: 95%;
}

.faq-question:hover h4,
.faq-question:hover h3,
.faq-question:hover h2 {
  color: rgb(0, 94, 184);
}

.faq-answer {
  max-width: 95%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.faq-answer.active {
  max-height: 500px;
  /* Adjust based on content */
}

#vakansii .faq-answer.active {
  max-height: 1500px;
  /* Adjust based on content */
}

.arrow {
  transition: transform 0.2s ease-in-out;
  width: 14px;
  height: 14px;
}

.faq-question.active .arrow {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
}

.rwmb-oembed-not-available {
  display: none;
}

@media (max-width: 768px) {
  iframe {
    width: 100%;
  }
}

.grid_logos {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
}

.partner_logo {
  display: inline-block;
  text-align: center;
  width: 22%;
  vertical-align: top;
  padding: 15px 15px 30px 15px;
  background: #ffffff;
}

@media (max-width: 768px) {
  .partner_logo {
    width: 45%;
    padding: 15px 1%;
  }
}

.partner_logo img,
.partner_logo picture {
  width: 100%;
  height: auto;
}

.address-block {
  display: block;
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.address-block:first-child {
  padding-top: 10px;
  border-top: 1px solid #e7e7e7;
}

.address-block h2 {
  margin: 0 0 5px;
  font-size: 14px;
}

.address-block h2 a {
  color: #000000;
  text-decoration: none;
}

.address-block h2 a:hover {
  text-decoration: none;
}

.address-block ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.address-block li {
  margin: 3px 0;
  display: block;
}

.address-block a {
  text-decoration: none;
}

.address-block a:hover {
  text-decoration: underline;
}

.sidebar .address-block ul li a {
  color: var(--color-heading);
  font-size: 13px;
  font-weight: 700;
}

.map {
  display: block;
}

.map p {
  margin: 0;
  padding: 0;
}

/* ПОДВАЛ */

footer {
  padding: 0px;
  display: inline-block;
  height: 100%;
  width: 100%;
  clear: both;
  background-color: #ffffff;
  border-top: 1px solid #f1f1f1;
  margin: 0;
  /* float: left; */
}

footer a:hover {
  text-decoration: none;
}

.footer {
  width: 1040px;

  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 3%;
}

.col-md-4 {
  flex: 0 0 28%;
  max-width: 28%;
}

.col-md-2 {
  flex: 0 0 15%;
  max-width: 15%;
}

footer .content {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  font-size: 11px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .footer {
    width: 90%;
    padding: 40px 0 0;
    font-size: 13px;
    gap: 20px 2%;
  }

  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
  }

  .col-md-2 {
    flex: 0 0 49%;
    max-width: 49%;
  }

  footer .content {
    flex-direction: column;
  }
}

.footer a {
  color: var(--color-text);
}

.footer a:hover {
  color: var(--color-blue-2);
}

.footer .footer-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.footer ul li a {
  display: block;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.footer ul ul {
  margin: 0 0 10px;
}

.footer ul ul li a {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 7px;
  line-height: 1.3;
  display: block;
  clear: both;
}

.footer p {
  margin: 0 0 10px;

  font-size: 12px;
}

.footer p.company-description {
  color: #888888;
}

.social-icons {
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
  margin-top: 20px;
}

.icon {
  width: 25px;
  height: auto;
  line-height: 1;
  align-self: center;
}

.icon svg {
  width: 100%;
  height: auto;
}

.dzen.icon {
  width: 120px;
}

@media (max-width: 768px) {
  .footer .footer-title {
    font-size: 14px;
  }

  .footer ul {
    clear: none;
  }

  .footer ul li {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
  }

  .footer ul ul li a {
    margin-bottom: 0;
  }

  .footer ul li:first-child {
    font-size: 13px;
  }

  .footer p {
    font-size: 13px;
  }

  .icon {
    width: 30px;
  }
}

.company-info {
  display: block;
  clear: both;
  color: #ffffff;
  margin: 0 0 20px;
}

.company-info p {
  font-size: 12px;
  line-height: 1.5;
  max-width: 60%;
}

@media (max-width: 768px) {
  .company-info,
  .company-info p {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
}

a.current h3.grid-title {
  color: #0150b9;
}

.fancybox-inner {
  overflow: visible !important;
}

.carousel__button {
  /* background: rgba(0, 0, 0, 0.5) !important; */
  border-radius: 0 !important;
  width: 40px !important;
  height: 40px !important;
}

.carousel__button svg {
  width: 20px !important;
  height: 20px !important;
}

#price-popup .carousel__button,
#order-popup .carousel__button,
#partner-popup .carousel__button,
#contact-popup .carousel__button,
#doc-popup .carousel__button {
  background: rgba(0, 0, 0, 0) !important;
}

.gform_wrapper {
  padding: 0px;
  width: auto;
  max-width: 500px;

  background: #ffffff;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0 !important;
}

.gform_wrapper input:is([type="button"], [type="submit"], [type="reset"]) {
  background: #ffd426;
  font-weight: 600;
  color: #000000;
  border: 0;
  border-radius: 4px !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.gform_wrapper
  input:is([type="button"], [type="submit"], [type="reset"]):hover {
  background: #fc0;
  font-weight: 600;
  color: #000000;
}

.form-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #000000;
}

.form-description {
  color: #000000;
  margin-bottom: 20px;
}

.field-description {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
}

.gfield_label {
  margin: 0 0 5px;
  display: block;
}
.gform-field-label {
  margin-left: 8px;
}

.gform_wrapper input,
.gform_wrapper textarea {
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin: 0;
  padding: 5px;
}

.form-agree {
  border: 0;
  padding: 0;
  margin: 10px 0;
  font-size: 11px;
}

.gfield_required_asterisk {
  color: rgb(203, 0, 0);
  font-weight: 400;
  margin: 0 2px;
}

.ginput_container_select select {
  margin: 0;
}

fieldset.select-check {
  border: 0;
  margin: 0;
  padding: 0;
}

.select-check .gfield_label {
  font-weight: 700;
  padding: 0;
}

.gfield select.large {
  font-size: 14px;
}

.gfield_select {
  font-size: 14px;
}

.gfield--width-half {
  float: left;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large,
.gform_wrapper.gravity-theme textarea.large {
  font-size: 12px !important;
  outline: none;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 100px !important;
}

.ginput_container_select {
  width: 100%;
  height: 35px;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  background: url("img/chevron-down.svg") no-repeat;
  border: 1px solid #dddddd !important;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  background-size: 4%;
  background-position: 98%;
}

.ginput_container_select select {
  background: transparent;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;

  font-size: 11px;
  border: 0;
  border-radius: 0;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 11px !important;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  color: #ccc;
  font-size: 11px !important;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme .gfield textarea.small {
  border: 1px solid #dddddd !important;
  font-size: 12px !important;
}

.gform_wrapper {
  padding: 0px;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 12px !important;
  font-weight: 500 !important;
}

.gfield_captcha_container img {
  width: auto;
}

/* ВИДЕО YOUTUBE */

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* КАРТА САЙТА */

.wsp-container h2 {
  margin: 20px 0;
  border-top: 1px solid #f1f1f1;
  padding-top: 15px;
}

.wsp-container ul li {
  display: block;
  list-style: none;
  margin-bottom: 5px;
}

.wsp-container a {
  color: #000000;
}

.wsp-container a:hover {
  color: var(--color-blue-2);
}

/* СТАТЬИ */

.post {
  display: grid;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  grid-template-columns: 1fr 2fr;
}

.post .thumb {
  height: auto;
  width: 100%;
  background: rgba(33, 32, 31, 0.03);
  aspect-ratio: 1/1;
}

.sidebar .post {
  grid-template-columns: 1fr 3fr;
  gap: 20px;
}

.post .thumb img,
.post .thumb picture {
  mix-blend-mode: darken;
}

.table-contents {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 4px;
  margin: 20px 0 40px;
}

.table-contents .title {
  font-size: 14px;
  font-weight: 700;
}

.table-contents ul,
.table-contents ol {
  padding-left: 15px;
}

.table-contents ul li,
.table-contents ol li {
  margin: 15px 0;
}

.table-contents ul li a,
.table-contents ol li a {
  color: #000;
}

.table-contents ul li a:hover,
.table-contents ol li a:hover {
  color: rgb(21, 92, 162);
  cursor: pointer;
}

.post-title h2 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}

.sidebar .post h4 {
  font-size: 13px;
}

.post-date {
  margin-bottom: 5px;
  font-size: 12px;
  color: #cccccc;
}

.post p {
  margin-bottom: 10px;
}

.post-video-cover {
  position: relative;
  display: block;
  line-height: 0;
}

.post-video-cover picture,
.post-video-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.post-video-cover__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0;
  margin: 20px 0 !important;
}

.gallery-item {
  float: none !important;
  margin: 0 !important;
  margin-top: 0 !important;
  width: 100% !important;
}

.gallery .gallery-item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}

.gallery-item a {
  display: block;
  height: 100%;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  border-radius: 4px;
}

.gallery-item img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.post-tags {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.post-tags h1 {
  color: rgb(21, 92, 162);
  background-color: rgb(237, 245, 253);
  border-radius: 4px;
  font-size: 16px;
  text-transform: lowercase;
  padding: 4px 6px;
  font-weight: 500;
}

.post-tags a {
  color: rgb(21, 92, 162);
  background-color: rgb(237, 245, 253);
  border-radius: 4px;
  font-size: 12px;
  text-transform: lowercase;
  padding: 4px 6px;
}

.post-tags a:hover {
  background-color: rgb(214, 232, 250);
  text-decoration: none;
}

.fancybox__container {
  z-index: 100000 !important;
}

.wa__widget_container {
  z-index: 5 !important;
}

.chaty-tooltip .on-hover-text,
.chaty-tooltip:after {
  font-size: 13px !important;
  font-family: "Gilroy" !important;
}

@media (max-width: 768px) {
  .post {
    gap: 20px;
  }

  /* .post .thumb {} */

  .posts.grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .wa__btn_popup .wa__btn_popup_txt {
    display: none !important;
  }
}

/* ===== /catalog/ IA layout ===== */
.catalog-ia {
  padding-bottom: 12px;
}

.catalog-ia__switches {
  margin: 24px 0 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-ia__switch-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid #d8e2ef;
  border-radius: 4px;
  background: #f8fbff;
  color: var(--color-blue-2);
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.catalog-ia__switch-link:hover {
  background: #edf5fd;
  text-decoration: none;
}

.catalog-ia__sections {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.catalog-ia__area {
  margin: 0;
}

.catalog-ia__area .catalog-ia__heading {
  width: 100%;
}

.catalog-ia__area .home-2026-section-heading__subtitle {
  max-width: 760px;
}

.catalog-ia__full-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.catalog-ia__compact-grid {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.catalog-ia__small-row {
  display: grid;
  gap: 16px;
}

.catalog-ia__small-row--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-ia__small-row--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.catalog-ia__small-row--cols-1 {
  grid-template-columns: 1fr;
}

.catalog-ia__card-label.home-2026-catalog-label--small {
  width: min(285px, calc(100% - 12px));
}

@media (max-width: 1024px) {
  .catalog-ia__small-row--cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .catalog-ia__switches {
    margin: 20px 0 24px;
  }

  .catalog-ia__sections {
    gap: 52px;
  }

  .catalog-ia__small-row--cols-3,
  .catalog-ia__small-row--cols-2,
  .catalog-ia__small-row--cols-1 {
    grid-template-columns: 1fr;
  }
}

