/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0,0,0,0);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body,
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  line-height: 1.42;
  font-family: "Inter",sans-serif;
  font-size: 16px;
  color: #202e3e;
  z-index: 0;
  background: #fff;
  margin: 0;
}

@media screen and (max-width: 1160px) {
  body,
  html {
    font-size: 14px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

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

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
button,
textarea,
input,
button,
input,
optgroup,
select,
textarea {
  font-family: "Inter",sans-serif;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: "Inter",sans-serif;
}

.big-title {
  font-size: 40px;
}

.title {
  font-size: 24px;
}

.container {
  width: 1160px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .mobile,
  .no-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 1160px) {
  .container {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .no-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .no-mobile {
    display: none !important;
  }
}

section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
  --blocks-padding: 30px 20px;
}

@media screen and (max-width: 1160px) {
  section {
    padding: 35px 0;
    --blocks-padding: 15px;
  }
}

.btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn__wrap.btn__wrap--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}

.btn__wrap.btn__wrap--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}

.btn__wrap.btn__wrap--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.btn__wrap.btn__wrap--full-height {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.btn__wrap.btn__wrap--full-width {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.btn__wrap.btn__wrap--full-width a,
.btn__wrap.btn__wrap--full-width button {
  width: 100%;
}

.btn__wrap a,
.btn__wrap input,
.btn__wrap button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  color: #fff;
  background: #1e37a3;
  border: 1px solid rgba(0,0,0,0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn__wrap a svg,
.btn__wrap a path,
.btn__wrap input svg,
.btn__wrap input path,
.btn__wrap button svg,
.btn__wrap button path {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.btn__wrap a:hover,
.btn__wrap input:hover,
.btn__wrap button:hover {
  background: rgba(0,0,0,0);
  color: #1e37a3;
  border-color: #1e37a3;
}

.btn__wrap a.transparent,
.btn__wrap input.transparent,
.btn__wrap button.transparent {
  background: rgba(0,0,0,0);
  color: #fff;
  border: 1px solid #1e37a3;
}

.btn__wrap a.transparent:hover,
.btn__wrap input.transparent:hover,
.btn__wrap button.transparent:hover {
  background: #1e37a3;
  color: #202e3e;
}

.btn__wrap a.secondary,
.btn__wrap input.secondary,
.btn__wrap button.secondary {
  background: hsla(0,0%,100%,.0980392157);
  color: #fff;
  border-color: hsla(0,0%,100%,.0980392157);
}

.btn__wrap a.secondary:hover,
.btn__wrap input.secondary:hover,
.btn__wrap button.secondary:hover {
  background: #1e37a3;
  color: #202e3e;
}

@media screen and (max-width: 1160px) {
  .btn__wrap a.secondary,
  .btn__wrap input.secondary,
  .btn__wrap button.secondary {
    text-align: left;
    color: #1e37a3;
    background: rgba(0,0,0,0);
  }
}

.btn__wrap a.dark,
.btn__wrap input.dark,
.btn__wrap button.dark {
  background: #202e3e;
  color: #fff;
  border-color: #202e3e;
}

.btn__wrap a.dark:hover,
.btn__wrap input.dark:hover,
.btn__wrap button.dark:hover {
  background: rgba(0,0,0,0);
  color: #202e3e;
}

.btn__wrap a.light,
.btn__wrap input.light,
.btn__wrap button.light {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #202e3e;
}

.btn__wrap a.light:hover,
.btn__wrap input.light:hover,
.btn__wrap button.light:hover {
  background: rgba(0,0,0,0);
  border-color: #202e3e;
}

.btn__wrap a.white,
.btn__wrap input.white,
.btn__wrap button.white {
  background: #fff;
  border-color: #666;
  color: #202e3e;
}

.btn__wrap a.white:hover,
.btn__wrap input.white:hover,
.btn__wrap button.white:hover {
  background: #f5f5f5;
  color: #1e37a3;
  border-color: #1e37a3;
}

.btn__wrap a.white:hover svg,
.btn__wrap a.white:hover path,
.btn__wrap input.white:hover svg,
.btn__wrap input.white:hover path,
.btn__wrap button.white:hover svg,
.btn__wrap button.white:hover path {
  fill: #1e37a3;
}

.btn__wrap a.light_2,
.btn__wrap input.light_2,
.btn__wrap button.light_2 {
  background: #f5f5f5;
  border-color: #989898;
  color: #202e3e;
}

.btn__wrap a.light_2:hover,
.btn__wrap input.light_2:hover,
.btn__wrap button.light_2:hover {
  background: rgba(0,0,0,0);
  border-color: #202e3e;
}

.btn__wrap a.white-hover,
.btn__wrap input.white-hover,
.btn__wrap button.white-hover {
  border-color: #fff;
}

.btn__wrap a.white-hover:hover,
.btn__wrap input.white-hover:hover,
.btn__wrap button.white-hover:hover {
  background: #fff;
}

.btn__wrap a.btn--no-p,
.btn__wrap input.btn--no-p,
.btn__wrap button.btn--no-p {
  padding: 0;
  height: 40px;
}

.btn__wrap.no-padding {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  height: 40px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.btn__wrap.no-padding a {
  padding: 0;
}

.tal {
  text-align: left;
}

.up-title {
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  padding: 15px 30px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  color: #666;
}

@media screen and (max-width: 1160px) {
  .up-title {
    padding: 10px 20px;
  }
}

.title {
  font-size: 35px;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
}

.title span {
  color: #1e37a3;
}

@media screen and (max-width: 1160px) {
  .title {
    font-size: 25px;
  }
}

.subtitle {
  margin-bottom: 20px;
}

@media screen and (max-width: 1160px) {
  .subtitle {
    margin-bottom: 0;
  }
}

.section__top {
  display: grid;
  grid-template-columns: 300px 1fr;
}

@media screen and (max-width: 1160px) {
  .section__top {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.section__top--3 {
  display: grid;
  grid-template-columns: 300px 1fr 280px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 34px;
}

@media screen and (max-width: 1160px) {
  .section__top--3 {
    grid-template-columns: 1fr;
  }
}

.section__top--space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1160px) {
  .section__top--space-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}

.breadcrumbs {
  padding: 40px 0 0;
}

@media screen and (max-width: 1160px) {
  .breadcrumbs {
    padding-top: 20px;
  }
}

.breadcrumbs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1160px) {
  .breadcrumbs .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.breadcrumbs a {
  color: #202e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs a:after {
  content: "/";
}

.breadcrumbs p {
  color: #666;
}

.hidden_but_work {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.wc-block-components-button.wp-element-button {
  border: 1px solid #202e3e;
  -webkit-transition: all .1s ease !important;
  -o-transition: all .1s ease !important;
  transition: all .1s ease !important;
  background: rgba(0,0,0,0);
}

.wc-block-components-button.wp-element-button:hover {
  background: #1e37a3;
  color: #fff;
}

.restore_default_styles .wp-block-heading {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 600;
}

.restore_default_styles h1 {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0 10px;
}

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

.restore_default_styles .wp-block-list {
  padding-left: 20px;
  list-style: disc;
}

.restore_default_styles .wp-block-list li {
  list-style: disc;
  margin-bottom: 10px;
}

.restore_default_styles table,
.restore_default_styles tr,
.restore_default_styles td,
.restore_default_styles th {
  border: 1px solid;
  border-collapse: collapse;
}

.restore_default_styles th,
.restore_default_styles td {
  padding: 5px;
}

.header__top,
.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__top .container,
.header__bottom .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1160px) {
  .header__top .container,
  .header__bottom .container {
    grid-template-columns: 130px 1fr;
    gap: 20px;
  }
}

.header__top {
  background-color: #f5f5f5;
  height: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  font-size: 14px;
}

@media screen and (max-width: 1160px) {
  .header__top {
    display: none;
  }
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  height: 100%;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1160px) {
  .header__right {
    gap: 10px;
  }
}

.header__bottom .container {
  height: 80px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}

@media screen and (max-width: 1160px) {
  .header__bottom .container {
    height: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 101;
    background-color: #fff;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.header__block {
  color: #666;
  padding-right: 35px;
  border-right: 1px solid #dfdfdf;
  height: 100%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.header__block:hover {
  color: #1e37a3;
}

.header__block:hover .header__block_title {
  color: #1e37a3;
}

.header__block:hover .header__cats {
  display: grid;
}

.header__block_title {
  display: block;
  font-weight: 600;
  line-height: 100%;
  color: #202e3e;
}

.header__cats {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #f5f5f5;
  z-index: 10000;
  padding: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  display: none;
}

.header__cats a {
  display: block;
  height: 200px;
  padding: 30px 20px;
  background-color: #fff;
  font-size: 25px;
  font-weight: 500;
  color: #202e3e;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
}

.header__cats a:hover {
  background-color: #1e37a3;
  color: #fff;
}

.header__cats.active,
.header__cats:hover {
  display: grid;
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.header__button {
  height: 34px;
  width: 34px;
  text-align: center;
  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: rgba(0,0,0,0);
  cursor: pointer;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.header__button svg,
.header__button path {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header__button:hover {
  border-color: #1e37a3;
}

.header__button:hover svg,
.header__button:hover path {
  fill: #1e37a3 !important;
}

.header__button--dark {
  background-color: #202e3e;
}

.header__button_counter {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  background-color: #1e37a3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  border-radius: 50%;
}

.header__burger {
  background: unset;
  border: unset;
  padding: 0;
}

.header__burger svg {
  cursor: pointer;
}

.header__burger path {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  d: path("m1 4 14 0M15 10 1 10");
}

.header__burger.active path {
  d: path("m1 1 14 12M15 1 1 13");
}

.header__mobile-menu {
  position: absolute;
  top: -500px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
  padding-top: 15px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header__mobile-menu.active {
  top: 55px;
}

.header__mobile-menu_search {
  padding: 12px 40px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  color: #666;
  width: 100%;
  border: unset;
  outline: unset;
  background-image: url("../img/search-icon.svg");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 13px;
}

.header__mobile-menu_search::-webkit-input-placeholder {
  color: #666;
}

.header__mobile-menu_search::-moz-placeholder {
  color: #666;
}

.header__mobile-menu_search:-ms-input-placeholder {
  color: #666;
}

.header__mobile-menu_search::-ms-input-placeholder {
  color: #666;
}

.header__mobile-menu_search::placeholder {
  color: #666;
}

.header__mobile-menu_buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-bottom: 15px;
}

.header__mobile-menu_buttons a {
  height: 40px;
  text-align: center;
  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;
  border-radius: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
  gap: 5px;
  padding: 0;
}

.header__mobile-menu_buttons a:first-child {
  background-color: #1e37a3;
}

.header__mobile-menu_buttons a:last-child {
  background-color: #202e3e;
}

.header__mobile-menu .menu li {
  padding: 12px 0;
  font-size: 16px;
  border-bottom: 1px solid #f5f5f5;
}

.header__mobile-menu_links {
  background: #f5f5f5;
  padding: 12px 0 40px;
}

.header__mobile-menu_links li {
  padding: 5px 0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 1160px) {
  .main-banner {
    padding-top: 20px;
  }
}

.main-banner__up-title {
  text-align: left;
  border: unset;
  padding: 0;
}

@media screen and (max-width: 1160px) {
  .main-banner__up-title {
    max-width: 260px;
  }
}

.main-banner__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
}

.main-banner__title span {
  color: #1e37a3;
}

@media screen and (max-width: 1160px) {
  .main-banner__title {
    font-size: 27px;
    margin-bottom: 15px;
  }
}

.main-banner__top {
  display: grid;
  grid-template-columns: 550px 270px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 1160px) {
  .main-banner__top {
    display: block;
  }
}

.main-banner__top .btn__dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
}

.main-banner__top .btn__dot:before {
  content: "";
  background: #1e37a3;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.main-banner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-banner__right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  color: #666;
}

.main-banner__right a:hover {
  color: #1e37a3;
}

.main-banner__right a:hover .btn__dot {
  border-color: #1e37a3;
}

.main-banner__tabs_image {
  margin-bottom: 10px;
}

.main-banner__tabs_image img {
  border-radius: 15px;
}

@media screen and (max-width: 1160px) {
  .main-banner__tabs_image img {
    border-radius: 0;
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.main-banner__tabs_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media screen and (max-width: 1160px) {
  .main-banner__tabs_list {
    display: block;
  }
}

.main-banner__tab {
  padding: var(--blocks-padding);
  position: relative;
  border-right: 1px solid #e9e9e9;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 1160px) {
  .main-banner__tab {
    border-right: unset;
    border-bottom: 1px solid #e9e9e9;
  }
}

.main-banner__tab:last-child {
  border-right: none;
}

.main-banner__tab:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  rotate: 45deg;
  translate: 50% 50%;
  right: 0;
  bottom: 0;
}

.main-banner__tab.active {
  background-color: #1e37a3;
  color: #fff;
}

.main-banner__tab.active .main-banner__tab_text {
  color: #fff;
}

.main-banner__tab.active .main-banner__tab_icon svg,
.main-banner__tab.active .main-banner__tab_icon path {
  fill: #fff !important;
}

.main-banner__tab_icon {
  margin-bottom: 40px;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.main-banner__tab_icon svg,
.main-banner__tab_icon path {
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

@media screen and (max-width: 1160px) {
  .main-banner__tab_icon svg,
  .main-banner__tab_icon path {
    width: 26px;
    height: 26px;
  }
}

.main-banner__tab_title {
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 15px;
}

.main-banner__tab_text {
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.catalog-cards {
  --transition: all 0.3s ease;
}

@media screen and (max-width: 1160px) {
  .catalog-cards {
    margin-bottom: 35px;
  }
}

.catalog-cards__subtitle {
  margin: 0;
  color: #666;
}

.catalog-cards__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 1160px) {
  .catalog-cards__bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.catalog-cards__bottom li {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  width: 25%;
}

@media screen and (max-width: 1160px) {
  .catalog-cards__bottom li {
    width: 100%;
  }
}

.catalog-cards__bottom li.active {
  width: 50%;
}

@media screen and (max-width: 1160px) {
  .catalog-cards__bottom li.active {
    width: 100%;
    grid-column: span 2;
  }
}

.catalog-cards__bottom li.active a {
  background-repeat: repeat-x;
  background-size: 200px;
}

.catalog-cards__bottom li.active .catalog-cards__info {
  grid-template-columns: 1fr 184px;
}

@media screen and (max-width: 1160px) {
  .catalog-cards__bottom li.active .catalog-cards__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}

.catalog-cards__bottom li.active .catalog-cards__desc {
  height: auto;
  display: block;
}

.catalog-cards__bottom a {
  display: block;
  padding: var(--blocks-padding);
  background: #f5f5f5;
  position: relative;
  height: 100%;
  padding-bottom: 250px;
  background-position: center bottom;
  background-size: 270px;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media screen and (max-width: 1160px) {
  .catalog-cards__bottom a {
    padding-bottom: 200px;
    background-size: contain;
  }
}

.catalog-cards__bottom a:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  rotate: 45deg;
  translate: 50% 50%;
  right: 0;
  bottom: 0;
}

.catalog-cards__info {
  display: grid;
  grid-template-columns: 1fr 0px;
  padding-right: 30px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  overflow: hidden;
}

.catalog-cards__name {
  font-size: 25px;
  font-weight: 500;
}

.catalog-cards__desc {
  color: #666;
  overflow: hidden;
  display: none;
  max-height: 90px;
}

.trust {
  color: #fff;
  padding: 90px 0 65px;
}

@media screen and (max-width: 1160px) {
  .trust {
    padding: 60px 0 70px;
  }
}

.trust__up-title {
  color: #fff;
}

.trust__top {
  margin-bottom: 105px;
}

@media screen and (max-width: 1160px) {
  .trust__top {
    margin-bottom: 30px;
  }
}

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

@media screen and (max-width: 1160px) {
  .trust__cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.trust__card--text {
  padding: var(--blocks-padding) 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: hsla(0,0%,100%,.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 85%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 85%, 100% 0);
}

@media screen and (max-width: 1160px) {
  .trust__card--text {
    padding: 20px;
  }
}

.trust__card--text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 85%, 100% 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(85% - 1px), calc(85% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 1px, 100% 1px, 100% 0);
  clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 85%, 100% 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(85% - 1px), calc(85% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 1px, 100% 1px, 100% 0);
}

@media screen and (max-width: 1160px) {
  .trust__card--text:before {
    -webkit-clip-path: polygon(0 0, 0 99%, 85% 99%, 100% 85%, 100% 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(85% - 1px), calc(85% - 1px) calc(99% - 1px), 1px calc(99% - 1px), 1px 1px, 100% 1px, 100% 0);
    clip-path: polygon(0 0, 0 99%, 85% 99%, 100% 85%, 100% 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(85% - 1px), calc(85% - 1px) calc(99% - 1px), 1px calc(99% - 1px), 1px 1px, 100% 1px, 100% 0);
  }
}

.trust__card--btn {
  padding: var(--blocks-padding) 20px;
  background: #fff;
  color: #202e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1160px) {
  .trust__card--btn {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}

.trust__card--btn .trust__card_title {
  font-size: 25px;
  margin-bottom: 10px;
}

.trust__card--btn .trust__card_text {
  color: #666;
  line-height: 120%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1160px) {
  .trust__card--empty {
    display: none;
  }
}

.trust__card_title {
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 20px;
  font-weight: 500;
}

.how-work {
  background-color: #f5f5f5;
}

@media screen and (max-width: 1160px) {
  .how-work {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .how-work+section {
    padding-top: 75px;
  }
}

.how-work__top {
  margin-bottom: 50px;
}

@media screen and (max-width: 1160px) {
  .how-work__top {
    margin-bottom: 30px;
  }
}

.how-work__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

@media screen and (max-width: 1160px) {
  .how-work__content {
    grid-template-columns: 1fr;
  }
}

.how-work__img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 1160px) {
  .how-work__img_wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.how-work__img {
  position: relative;
}

.how-work__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.how-work__img_text {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 230px;
  padding: 15px 10px 15px 25px;
  background: #fff;
  font-weight: 500;
}

.how-work__img_text:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 12px;
  width: 1px;
  background-color: #1e37a3;
}

.how-work__steps {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 0;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

@media screen and (max-width: 1160px) {
  .how-work__steps {
    padding: 20px 15px;
  }
}

.how-work__steps:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/sphere.png");
  background-position: right center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1160px) {
  .how-work__steps:before {
    content: unset;
  }
}

.how-work__step {
  padding-left: 40px;
  padding-right: 100px;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 1160px) {
  .how-work__step {
    padding-right: 0;
    min-height: 85px;
  }
}

.how-work__step:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #1e37a3;
}

.how-work__step:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 10px;
  bottom: 0;
  width: 1px;
  background-color: #1e37a3;
}

.how-work__step:last-child {
  height: unset;
}

.how-work__step:last-child:after {
  content: unset;
}

.how-work__step_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 10px;
}

.how-work__step_text {
  color: #666;
}

.about {
  position: relative;
}

.about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background-image: url("../img/detail.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translate(-45%, -40%);
  -ms-transform: translate(-45%, -40%);
  transform: translate(-45%, -40%);
}

@media screen and (max-width: 1160px) {
  .about:before {
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    background-size: 70%;
    background-position: right;
  }
}

@media screen and (max-width: 1160px) {
  .about__title {
    font-size: 20px;
  }
}

.about__top {
  margin-bottom: 50px;
}

@media screen and (max-width: 1160px) {
  .about__top {
    margin-bottom: 20px;
  }
}

.about__content {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
}

@media screen and (max-width: 1160px) {
  .about__content {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1160px) {
  .about__img:first-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.about__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

@media screen and (max-width: 1160px) {
  .about__img img {
    width: 100%;
  }
}

.about__right {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about__text {
  width: 370px;
}

@media screen and (max-width: 1160px) {
  .about__text {
    width: unset;
  }
}

.about__subtitle {
  margin-bottom: 30px;
}

.about__subtitle p {
  margin-bottom: 10px;
  color: #666;
}

.about__btn {
  color: #1e37a3;
  font-weight: 500;
}

.about__btn:hover {
  color: #202e3e;
}

.about__btn:hover svg,
.about__btn:hover path {
  fill: #202e3e;
}

.about__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 1160px) {
  .about__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

.about__featured-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #afb6d4;
  font-weight: 500;
}

.about__featured-text span {
  color: #1e37a3;
  font-weight: 600;
  font-size: 50px;
  line-height: 90%;
  position: relative;
}

.about__featured-text span:before {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 18px;
}

.about__featured-text_wrap {
  height: 100%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.delivery-payment {
  color: #666;
}

.delivery-payment .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

@media screen and (max-width: 1160px) {
  .delivery-payment .container {
    grid-template-columns: 1fr;
  }
}

.delivery-payment__block {
  background-color: #f5f5f5;
  padding: 40px 30px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 85%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 85%, 100% 0);
}

@media screen and (max-width: 1160px) {
  .delivery-payment__block {
    padding: 20px 15px;
  }
}

.delivery-payment__block--blue {
  color: #fff;
  background-color: #1e37a3;
  background-image: url("../img/detail_3.png");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.delivery-payment__block--blue .delivery-payment__title {
  color: #fff;
}

.delivery-payment__block--blue .btn {
  color: #fff;
}

.delivery-payment__block--blue .btn svg,
.delivery-payment__block--blue .btn path {
  fill: #fff;
}

.delivery-payment__top {
  margin-bottom: 60px;
}

@media screen and (max-width: 1160px) {
  .delivery-payment__top {
    margin-bottom: 20px;
  }
}

.delivery-payment__title {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 500px;
  line-height: 110%;
  color: #202e3e;
}

@media screen and (max-width: 1160px) {
  .delivery-payment__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.delivery__page .title {
  margin-bottom: 30px;
}

.delivery__page .subtitle {
  margin-bottom: 40px;
  max-width: 800px;
  color: #666;
}

.delivery__page_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .delivery__page_list {
    grid-template-columns: 1fr;
  }
}

.delivery__page_item {
  background-color: #f5f5f5;
  padding: 20px 20px 35px;
  min-height: 300px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 85%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 85%, 100% 0);
}

@media screen and (max-width: 1160px) {
  .delivery__page_item {
    min-height: unset;
  }
}

.delivery__page_item_title {
  font-size: 25px;
  font-weight: 500;
  line-height: 110%;
  color: #202e3e;
  margin-bottom: 20px;
}

@media screen and (max-width: 1160px) {
  .delivery__page_item_title {
    font-size: 20px;
  }
}

.delivery__page_item_text {
  line-height: 130%;
  color: #666;
}

.delivery__page_item svg {
  margin-bottom: 30px;
}

.delivery-payment--2 .delivery-payment__block {
  padding: 50px 30px;
}

.delivery-payment--2 .delivery-payment__block--white {
  background-image: url("../img/detail_6.svg");
  background-position: right top;
  background-size: 55%;
  background-repeat: no-repeat;
}

.delivery-payment--2 .delivery-payment__top {
  margin-bottom: 0;
  max-width: 350px;
}

.delivery-payment--2 .delivery-payment__title {
  margin-bottom: 40px;
  font-size: 25px;
}

@media screen and (max-width: 1160px) {
  .delivery-payment--2 .delivery-payment__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.contacts__title {
  margin-bottom: 40px;
}

.contacts__blocks {
  display: grid;
  grid-template-areas: "block1 block1 block2 block2 block3 block3 block4 block4" "block1 block1 block5 block5 block5 block6 block6 block6";
  gap: 15px;
}

@media screen and (max-width: 1160px) {
  .contacts__blocks {
    grid-template-areas: unset;
    grid-template-columns: 1fr;
  }
}

.contacts__block {
  padding: var(--blocks-padding);
  border: 1px solid #ebebeb;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__block:nth-child(1) {
  grid-area: block1;
  background-color: #f5f5f5;
  border: unset;
}

@media screen and (max-width: 1160px) {
  .contacts__block:nth-child(1) {
    grid-area: unset;
  }
}

.contacts__block:nth-child(2) {
  grid-area: block2;
}

@media screen and (max-width: 1160px) {
  .contacts__block:nth-child(2) {
    grid-area: unset;
  }
}

.contacts__block:nth-child(3) {
  grid-area: block3;
}

@media screen and (max-width: 1160px) {
  .contacts__block:nth-child(3) {
    grid-area: unset;
  }
}

.contacts__block:nth-child(4) {
  grid-area: block4;
}

@media screen and (max-width: 1160px) {
  .contacts__block:nth-child(4) {
    grid-area: unset;
  }
}

.contacts__block:nth-child(5) {
  grid-area: block5;
}

@media screen and (max-width: 1160px) {
  .contacts__block:nth-child(5) {
    grid-area: unset;
  }
}

.contacts__block:nth-child(5) .contacts__block_info_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contacts__block:nth-child(6) {
  grid-area: block6;
}

@media screen and (max-width: 1160px) {
  .contacts__block:nth-child(6) {
    grid-area: unset;
  }
}

.contacts__block:nth-child(7) {
  grid-area: block7;
  display: none;
}

@media screen and (max-width: 1160px) {
  .contacts__block:nth-child(7) {
    grid-area: unset;
  }
}

.contacts__block--blue {
  background-color: #1e37a3;
  color: #fff;
  background-image: url("../img/detail_4.png");
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
}

.contacts__block--blue .contacts__block_title {
  font-size: 30px;
  margin-bottom: 15px;
}

.contacts__block--blue .contacts__block_text {
  color: #fff;
  font-weight: 400;
  max-width: 325px;
}

.contacts__block_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 10px;
}

.contacts__block_text {
  font-weight: 500;
  line-height: 130%;
  color: #666;
  margin-bottom: 40px;
}

.contacts__block .btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
}

.contacts__block_info_wrap {
  height: 100%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.contacts__block_info_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.contacts__block_info_socials a {
  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: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e9e9e9;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.contacts__block_info_socials a:hover {
  background-color: #1e37a3;
}

.contacts__block_info_socials a:hover svg,
.contacts__block_info_socials a:hover path {
  fill: #fff;
}

.contacts__block_info_title {
  font-weight: 500;
  line-height: 130%;
  color: #666;
  margin-bottom: 10px;
}

.contacts__block_info_text {
  font-weight: 500;
  line-height: 120%;
  color: #202e3e;
}

.map .container {
  background: #f5f5f5;
}

.company-details .container {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
}

@media screen and (max-width: 1160px) {
  .company-details .container {
    grid-template-columns: 1fr;
  }
}

.company-details__info {
  background-color: #f5f5f5;
  padding: var(--blocks-padding);
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-details__title {
  font-size: 30px;
  line-height: 110%;
}

.company-details__text {
  margin-bottom: 20px;
}

.company-details__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #eaeaea;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-details__item:last-child {
  border-bottom: 1px solid #eaeaea;
}

.company-details__item_text {
  color: #666;
}

@media screen and (max-width: 1160px) {
  .company-details__item_text {
    text-align: right;
  }
}

.payment__page_list {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .payment__page_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.payment__page_list+p {
  color: #666;
  max-width: 840px;
}

.payment__page_item {
  min-height: unset;
  display: block;
}

.footer {
  padding-bottom: 150px;
  background-image: url("../img/footer-bg.svg");
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1160px) {
  .footer {
    padding-bottom: 50px;
  }
}

.footer__form {
  background: #fff;
  width: 490px;
  padding: 30px 30px 20px;
}

@media screen and (max-width: 1160px) {
  .footer__form {
    padding: 15px;
    width: unset;
  }
}

.footer__form_wrap .container {
  padding: 20px;
  background-color: #1e37a3;
  display: grid;
  background-image: url("../img/form-bg.svg");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 0 100%, 95% 100%, 100% 90%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 95% 100%, 100% 90%, 100% 0);
}

@media screen and (max-width: 1160px) {
  .footer__form_wrap .container {
    padding: 15px 15px 220px;
    -webkit-clip-path: polygon(0 0, 0 100%, 87% 100%, 100% 97%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 87% 100%, 100% 97%, 100% 0);
  }
}

.footer__form p {
  color: #666;
}

.footer__form p.footer__form_title {
  color: #202e3e;
}

.footer__form_title {
  font-size: 35px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 1160px) {
  .footer__form_title {
    font-size: 25px;
  }
}

.footer__form_title span {
  color: #1e37a3;
}

.footer__form_inputs {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1160px) {
  .footer__form_inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__form_input {
  width: 100%;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background: #f5f5f5;
  color: #333;
  height: 50px;
  padding: 0 20px;
  outline: unset;
}

.footer__form_input--acceptance {
  background: #d9d9d9;
}

.footer__form_input--comment {
  padding: 10px 20px;
  height: 100px;
  margin-bottom: 15px;
}

.footer__form .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__form .wpcf7-acceptance label span {
  font-size: 12px;
  color: #666;
}

.footer__form .wpcf7-acceptance label span a {
  text-decoration: underline;
}

.footer__form_btn {
  margin-top: 15px;
  width: 100%;
  border: 1px solid rgba(0,0,0,0);
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: #202e3e;
  text-align: center;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer__form_btn:hover {
  background-color: #fff;
  color: #202e3e;
  border: 1px solid #202e3e;
}

.footer__form .screen-reader-response,
.footer__form .hidden-fields-container {
  position: absolute;
  left: -10000px;
}

.footer__form .wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
}

.footer__top,
.footer__bottom {
  color: #666;
}

.footer__top .container,
.footer__bottom .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
}

@media screen and (max-width: 1160px) {
  .footer__top .container,
  .footer__bottom .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

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

.footer__top .container {
  padding: 25px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1160px) {
  .footer__top .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1160px) {
  .footer__logo,
  .footer__block--space-between,
  .footer .btn__wrap {
    grid-column: span 2;
  }
}

.footer__bottom .container {
  padding-top: 40px;
}

@media screen and (max-width: 1160px) {
  .footer__bottom .container .footer__block {
    grid-column: span 2;
  }

  .footer__bottom .container .footer__block:nth-child(2),
  .footer__bottom .container .footer__block:nth-child(3) {
    grid-column: span 1;
  }

  .footer__bottom .container hr {
    width: 100%;
    grid-column: span 2;
    border: unset;
    border-bottom: 1px solid #e9e9e9;
  }

  .footer__bottom .container:last-child {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .footer__bottom .container:last-child p {
    margin-top: 20px;
  }
}

.footer__block {
  font-size: 14px;
}

.footer__block_title {
  color: #202e3e;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1160px) {
  .footer__block_title {
    font-weight: 600;
  }
}

.footer__block_title--mb {
  margin-bottom: 20px;
}

@media screen and (max-width: 1160px) {
  .footer__block_title--mb {
    margin-bottom: 10px;
  }
}

.footer__block ul {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}

.footer__block--secondary {
  font-size: 12px;
}

.footer__block--secondary .footer__block_title {
  font-size: 16px;
}

.footer__contact_text {
  font-size: 18px;
  font-weight: 600;
  color: #202e3e;
}

@media screen and (max-width: 1160px) {
  .footer__contact_text {
    font-size: 16px;
  }
}

.popup {
  max-width: 490px;
  background: #fff;
  padding: 30px;
  position: relative;
}

@media screen and (max-width: 1160px) {
  .popup {
    padding: 20px;
  }
}

.popup--right {
  width: unset;
}

.popup__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32,46,62,.4);
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  z-index: 11000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media screen and (max-width: 1160px) {
  .popup__wrap {
    padding: 35px;
  }
}

.popup__wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__wrap--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.popup__wrap--noblur {
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
}

.popup__wrap--city .popup {
  max-width: 865px;
}

.popup__title {
  font-size: 35px;
  font-weight: 500px;
  line-height: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1160px) {
  .popup__title {
    font-size: 25px;
  }
}

.popup__title span {
  color: #1e37a3;
  display: block;
}

.popup__text {
  color: #666;
  margin-bottom: 40px;
  max-width: 310px;
}

.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.popup__close:hover svg path {
  stroke: #202e3e;
}

.popup__form_input {
  width: 100%;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background: #f5f5f5;
  color: #333;
  height: 50px;
  padding: 0 20px;
  outline: unset;
}

.popup__form_input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1160px) {
  .popup__form_input_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.popup__form_input--acceptance {
  background: #d9d9d9;
}

.popup__form .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup__form .wpcf7-acceptance label span {
  font-size: 12px;
  color: #666;
}

.popup__form .wpcf7-acceptance label span a {
  text-decoration: underline;
}

.popup__form_btn {
  margin-top: 15px;
  width: 100%;
  border: 1px solid rgba(0,0,0,0);
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: #202e3e;
  text-align: center;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.popup__form_btn:hover {
  background-color: #fff;
  color: #202e3e;
  border: 1px solid #202e3e;
}

.popup .screen-reader-response,
.popup .hidden-fields-container {
  position: absolute;
  left: -10000px;
}

.popup .wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
}

.city__filter {
  width: 100%;
  padding: 10px 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.city__filter:focus {
  outline: unset;
}

.city__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 150px;
}

@media screen and (max-width: 1160px) {
  .city__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.city__list li {
  cursor: pointer;
}

.popup__image {
  min-width: 50vw;
  min-height: 50vh;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  max-width: 90vw;
  max-height: 90vh;
}

.popup__wrap.popup__wrap--image .popup {
  max-width: unset;
}

.catalog-page {
  padding-top: 50px;
}

@media screen and (max-width: 1160px) {
  .catalog-page {
    padding-top: 30px;
  }
}

.catalog-page__title {
  font-size: 40px;
}

@media screen and (max-width: 1160px) {
  .catalog-page__title {
    font-size: 22px;
  }
}

.catalog-page__subtitle {
  color: #666;
  line-height: 100%;
}

.catalog-page__top {
  grid-template-columns: 1fr 340px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1160px) {
  .catalog-page__top {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}

.catalog-page__content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 25px;
}

@media screen and (max-width: 1160px) {
  .catalog-page__content {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1160px) {
  .catalog-page__filters {
    position: absolute;
    left: -10000px;
  }
}

.catalog-page__filters .wc-block-product-filter-price-slider__range {
  --range-color: #1E37A3;
  height: 2px;
}

.catalog-page__filters .wc-block-product-filter-price-slider__range .range-bar {
  height: 2px;
}

.catalog-page__filters .wc-block-product-filter-price-slider__range input[type=range] {
  top: -1px;
}

.catalog-page__filters .wc-block-product-filter-price-slider__content {
  grid-template-areas: "price-slider price-slider" "left-input right-input";
  gap: 6px;
  grid-template-columns: repeat(2, 1fr);
}

.catalog-page__filters .wc-block-product-filter-price-slider .text input[type=text] {
  width: 100%;
  max-width: unset;
  outline: none !important;
  border-radius: 0;
  border: 1px solid #dadada;
}

.catalog-page__filters-mobile {
  display: none;
}

@media screen and (max-width: 1160px) {
  .catalog-page__filters-mobile {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: rgba(0,0,0,0);
    border: none;
    padding: 0;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    text-align: right;
  }
}

.catalog-page__filter_top {
  display: grid;
  grid-template-columns: auto 1fr 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1160px) {
  .catalog-page__filter_top {
    grid-template-columns: 50px 1fr 80px;
    gap: 15px;
  }
}

.catalog-page__filter_bottom {
  margin-bottom: 20px;
  display: none;
}

.catalog-page__filter_bottom.active {
  display: block;
}

.catalog-page__filter_bottom :where(.wc-block-product-filters) .wc-block-product-filters__overlay-content>:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.catalog-page__filter_bottom .wp-block-woocommerce-product-filter-clear-button :where(.wp-block-buttons) {
  margin: 0;
}

.catalog-page__filter_bottom .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
  color: #666;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #666;
  border-color: #666 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  padding: 3px 0 !important;
}

.catalog-page__filter_bottom .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link:before {
  content: "";
  width: 14px;
  height: 13px;
}

.catalog-page__filter_bottom .wc-block-product-filter-removable-chips__items {
  gap: 10px;
}

.catalog-page__filter_bottom .wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}

.catalog-page__filter_bottom .wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item .wc-block-product-filter-removable-chips__remove {
  color: #989898;
}

.catalog-page__search {
  background: unset;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: #666;
  outline: none;
}

.catalog-page__search::-webkit-input-placeholder {
  color: #666;
}

.catalog-page__search::-moz-placeholder {
  color: #666;
}

.catalog-page__search:-ms-input-placeholder {
  color: #666;
}

.catalog-page__search::-ms-input-placeholder {
  color: #666;
}

.catalog-page__search::placeholder {
  color: #666;
}

@media screen and (max-width: 1160px) {
  .catalog-page__search_wrap {
    grid-column: span 3;
  }
}

.catalog-page__search_wrap button {
  background: unset;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.catalog-page__search_wrap .wp-block-search__inside-wrapper input {
  background: unset;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding-left: 20px;
  color: #666;
  outline: none !important;
}

@media screen and (max-width: 1160px) {
  .catalog-page__sort {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.catalog-page__sort select,
.catalog-page__sort .woocommerce.wc-block-catalog-sorting select.orderby {
  font-size: 16px;
  background: unset;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: #666;
}

@media screen and (max-width: 1160px) {
  .catalog-page__sort select,
  .catalog-page__sort .woocommerce.wc-block-catalog-sorting select.orderby {
    font-size: 14px;
  }
}

@media screen and (max-width: 1160px) {
  .catalog-page__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
  }
}

.catalog-page__view_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.catalog-page__view.active svg,
.catalog-page__view.active path,
.catalog-page__view:hover svg,
.catalog-page__view:hover path {
  fill: #202e3e;
  cursor: pointer;
}

.catalog-page__view--cards svg {
  width: 20px;
  height: 20px;
}

.catalog-page__view--list svg {
  width: 22px;
  height: 20px;
}

.catalog-page__products_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 15px;
}

@media screen and (max-width: 1160px) {
  .catalog-page__products_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.catalog-page__item {
  display: grid;
  grid-template-rows: 220px 1fr;
  gap: 15px;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1160px) {
  .catalog-page__item {
    grid-template-rows: 120px 1fr;
    gap: 10px;
  }
}

.catalog-page__item_card-label {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 1px 15px;
  border-radius: 30px;
}

.catalog-page__item_wishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

.catalog-page__item_wishlist .yith-add-to-wishlist-button-block {
  margin: 0;
  text-align: center;
  width: 100%;
}

.catalog-page__item_wishlist .yith-add-to-wishlist-button-block a {
  text-align: center;
}

.catalog-page__item_wishlist .yith-wcwl-icon.yith-wcwl-icon-svg.yith-wcwl-add-to-wishlist-button-icon {
  width: 15px;
}

.catalog-page__item_wishlist .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
  fill: #e6212a;
}

.catalog-page__item_wishlist span {
  display: none;
}

.catalog-page__item_image {
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

@media screen and (max-width: 1160px) {
  .catalog-page__item_image {
    height: 120px;
    padding: 5px;
  }
}

.catalog-page__item_image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog-page__item_content {
  display: grid;
  grid-template-rows: 1fr 80px;
  gap: 15px;
}

.catalog-page__item_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 1160px) {
  .catalog-page__item_title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.catalog-page__item_article {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  margin-bottom: 10px;
}

.catalog-page__item_stock {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  display: none;
}

@media screen and (max-width: 1160px) {
  .catalog-page__item_stock {
    margin-bottom: 5px;
  }
}

.catalog-page__item_stock .in-stock {
  color: #33a828;
}

.catalog-page__item_stock .out-of-stock {
  color: #e6212a;
}

.catalog-page__item_desc {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin-bottom: 10px;
}

@media screen and (max-width: 1160px) {
  .catalog-page__item_desc {
    margin-bottom: 0;
  }
}

.catalog-page__item_price {
  font-size: 18px;
  font-weight: 600;
  color: #202e3e;
}

.catalog-page__item_price_per {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.catalog-page__item_price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 1160px) {
  .catalog-page__item_price_wrap {
    margin-bottom: 5px;
  }
}

.catalog-page__item_rating {
  font-size: 14px;
}

.catalog-page__item_rating span {
  color: #989898;
}

.catalog-page__item_rating strong {
  font-weight: 600;
  color: #202e3e;
}

@media screen and (max-width: 1160px) {
  .catalog-page__item_rating {
    margin-bottom: 10px;
  }
}

.catalog-page__catalog--list .catalog-page__products_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

@media screen and (max-width: 1160px) {
  .catalog-page__catalog--list .catalog-page__products_list {
    gap: 20px;
  }
}

.catalog-page__catalog--list .catalog-page__item {
  grid-template-columns: 280px 1fr;
  grid-template-rows: unset;
  background-color: #f5f5f5;
  gap: 15px;
}

@media screen and (max-width: 1160px) {
  .catalog-page__catalog--list .catalog-page__item {
    grid-template-columns: 130px 1fr;
    background-color: rgba(0,0,0,0);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}

.catalog-page__catalog--list .catalog-page__item_image {
  height: 100%;
  border-right: 1px solid #eaeaea;
}

@media screen and (max-width: 1160px) {
  .catalog-page__catalog--list .catalog-page__item_image {
    border-right: none;
    height: unset;
  }
}

.catalog-page__catalog--list .catalog-page__item_image img {
  height: 100%;
}

.catalog-page__catalog--list .catalog-page__item_content {
  padding: 20px;
  grid-template-rows: unset;
}

@media screen and (max-width: 1160px) {
  .catalog-page__catalog--list .catalog-page__item_content {
    padding: 0;
  }
}

.catalog-page__catalog--list .catalog-page__item_desc {
  font-size: 14px;
}

.catalog-page__catalog--list .catalog-page__item_price_block {
  display: grid;
  grid-template-columns: 156px 1fr;
  gap: 15px;
  margin: 0;
}

@media screen and (max-width: 1160px) {
  .catalog-page__catalog--list .catalog-page__item_price_block {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.catalog-page__catalog--list .catalog-page__item_price_wrap {
  margin: 0;
}

.catalog-page__catalog--list .catalog-page__item .btn__wrap {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media screen and (max-width: 1160px) {
  .catalog-page__catalog--list .catalog-page__item .btn__wrap {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

.catalog-page__catalog--list .catalog-page__item .btn.light {
  background-color: #e8e8e8;
}

@media screen and (max-width: 1160px) {
  .catalog-page .wc-block-product-filters__apply.wp-element-button {
    background-color: #1e37a3;
    color: #fff;
    height: 40px;
    width: 100%;
    padding: 0;
    border: unset;
  }
}

.catalog-page__categories {
  margin-bottom: 100px;
}

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

@media screen and (max-width: 1160px) {
  .catalog-page__categories .catalog-page__products_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.catalog-page__categories .catalog-page__products_list a {
  display: block;
  height: 175px;
  background-color: #f5f5f5;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1160px) {
  .catalog-page__categories .catalog-page__products_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: unset;
  }
}

.catalog-page__categories .catalog-page__products_list a img {
  left: 0;
  right: 0;
  bottom: 0;
  top: 54px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  max-height: calc(100% - 54px);
}

@media screen and (max-width: 1160px) {
  .catalog-page__categories .catalog-page__products_list a img {
    max-height: 100px;
    position: static;
  }
}

.catalog-page__categories .catalog-page__products_list a h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: #202e3e;
  margin: 0;
}

@media screen and (max-width: 1160px) {
  .catalog-page__categories .catalog-page__products_list a h2 {
    font-size: 18px;
    line-height: 110%;
  }
}

.catalog-page__categories .catalog-page__products_list a mark {
  display: none;
}

.catalog-page__bestsellers_title {
  margin-bottom: 40px;
}

.catalog-page__bestsellers .woocommerce .products ul::after,
.catalog-page__bestsellers .woocommerce .products ul::before {
  content: unset;
}

.catalog-page__bestsellers .woocommerce ul.products::after,
.catalog-page__bestsellers .woocommerce ul.products::before {
  content: unset;
}

.catalog-page__bestsellers .woocommerce ul.products li.product,
.catalog-page__bestsellers .woocommerce-page ul.products li.product {
  width: 100%;
}

.catalog-page__bestsellers .woocommerce ul.products li.product strong {
  display: inherit;
}

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

@media screen and (max-width: 1160px) {
  .catalog-page__bestsellers .products.catalog-page__products_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.catalog-page__bestsellers .products.catalog-page__products_list li.product.type-product {
  margin: 0;
}

.catalog-page__bestsellers .woocommerce ul.products li.product a img {
  height: 100%;
  margin: 0;
}

input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked {
  background: #1e37a3;
}

input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked+svg {
  color: #fff;
}

.active .wc-block-product-filter-checkbox-list__text {
  color: #1e37a3;
}

.wp-block-woocommerce-product-filter-price {
  margin-top: 30px;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding-top: 15px;
}

li .page-numbers {
  padding: 0 5px;
}

li .page-numbers:hover,
li .page-numbers.current {
  background: #1e37a3;
  color: #fff;
}

.product-page__top {
  grid-template-columns: 2fr 1fr;
  margin-bottom: 40px;
}

@media screen and (max-width: 1160px) {
  .product-page__top {
    display: none;
  }
}

@media screen and (max-width: 1160px) {
  .product-page__title {
    font-size: 22px;
  }
}

.product-page__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1160px) {
  .product-page__main {
    grid-template-columns: 1fr;
    position: relative;
    margin-bottom: 0;
  }
}

.product-page__left {
  display: grid;
  gap: 10px;
  grid-template-rows: 420px 80px;
}

@media screen and (max-width: 1160px) {
  .product-page__left {
    grid-template-rows: unset;
  }
}

.product-page__image {
  width: 100%;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-page__gallery {
  display: grid;
  grid-template-columns: 12px 1fr 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}

@media screen and (max-width: 1160px) {
  .product-page__gallery {
    grid-template-columns: 1fr;
  }
}

.product-page__gallery_content {
  height: 100%;
}

.product-page__gallery_content img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1160px) {
  .product-page__gallery_content img {
    max-height: 230px;
  }
}

.product-page__gallery_slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media screen and (max-width: 1160px) {
  .product-page__gallery_slide {
    padding: 15px;
  }
}

.product-page__gallery_slide.swiper-slide-active {
  border: 1px solid #666;
}

@media screen and (max-width: 1160px) {
  .product-page__gallery_slide.swiper-slide-active {
    border: unset;
  }
}

.product-page__gallery .swiper {
  height: 100%;
}

.product-page__gallery_next,
.product-page__gallery_prev {
  position: static;
  background-color: #fff;
  background-image: url("../img/arrow.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: unset;
  top: 0;
  bottom: 0;
  margin: 0;
}

@media screen and (max-width: 1160px) {
  .product-page__gallery_next,
  .product-page__gallery_prev {
    display: none;
  }
}

.product-page__gallery_next:before,
.product-page__gallery_next:after,
.product-page__gallery_prev:before,
.product-page__gallery_prev:after {
  content: unset;
}

.product-page__gallery_next {
  right: 0;
  rotate: 180deg;
}

.product-page__gallery_prev {
  left: 0;
}

@media screen and (max-width: 1160px) {
  .product-page__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-page__article {
  color: #666;
  font-size: 12px;
  font-weight: 500;
}

.product-page__article_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media screen and (max-width: 1160px) {
  .product-page__article_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.product-page__stock {
  font-size: 14px;
  font-weight: 600;
  display: none;
}

@media screen and (max-width: 1160px) {
  .product-page__stock {
    position: absolute;
    left: 15px;
    top: 5px;
    z-index: 5;
  }
}

.product-page__stock .in-stock {
  color: #33a828;
}

.product-page__stock .out-of-stock {
  color: #e6212a;
}

.product-page__price {
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 5px;
}

@media screen and (max-width: 1160px) {
  .product-page__price {
    margin-bottom: 15px;
  }
}

.product-page__price_per {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.product-page__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1160px) {
  .product-page__rating {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px;
  }
}

.product-page__rating span {
  color: #666;
}

.product-page__rating strong {
  color: #202e3e;
}

.product-page__stars--yellow {
  position: absolute;
  -webkit-clip-path: polygon(0 0, calc(var(--rating) / 0.05 * 1%) 0, calc(var(--rating) / 0.05 * 1%) 100%, 0 100%);
  clip-path: polygon(0 0, calc(var(--rating) / 0.05 * 1%) 0, calc(var(--rating) / 0.05 * 1%) 100%, 0 100%);
}

.product-page_cart-or-wish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1160px) {
  .product-page_cart-or-wish {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
}

.product-page_cart-or-wish .btn {
  height: 40px;
  width: 260px;
}

.product-page__wishlist {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.product-page__wishlist .yith-add-to-wishlist-button-block {
  margin: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}

.product-page__wishlist .yith-add-to-wishlist-button-block a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  border: 1px solid #dfdfdf;
}

.product-page__wishlist .yith-wcwl-icon.yith-wcwl-icon-svg.yith-wcwl-add-to-wishlist-button-icon {
  width: 20px;
}

.product-page__wishlist .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
  fill: #e6212a;
}

.product-page__wishlist span {
  display: none;
}

.product-page__attrs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1160px) {
  .product-page__attrs {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.product-page__attrs div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-page__attrs span {
  display: inline;
}

@media screen and (max-width: 1160px) {
  .product-page__attrs span:first-child {
    font-weight: 500;
  }
}

.product-page__attrs span:last-child {
  color: #666;
}

.product-page__attrs_short {
  margin-bottom: 40px;
}

@media screen and (max-width: 1160px) {
  .product-page__attrs_short {
    display: none;
  }
}

.product-page__attrs_short div:nth-child(n+7) {
  display: none;
}

.product-page__garanty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 1160px) {
  .product-page__garanty {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
  }
}

.product-page__garanty_title {
  font-size: 20px;
  font-weight: 500;
  color: #202e3e;
  line-height: 100%;
}

.product-page__garanty_text {
  font-weight: 400;
  color: #666;
}

.product-page__tabs_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

@media screen and (max-width: 1160px) {
  .product-page__tabs_list {
    display: none;
  }
}

.product-page__tabs_list li {
  width: 25%;
}

.product-page__tabs_list button {
  background: none;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  text-align: left;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #b3b3b3;
  line-height: 110%;
  padding: 0 0 20px;
  cursor: pointer;
}

.product-page__tabs_list button.active,
.product-page__tabs_list button:hover {
  color: #202e3e;
  border-color: #1e37a3;
}

.product-page__tab {
  padding-top: 50px;
  display: none;
}

@media screen and (max-width: 1160px) {
  .product-page__tab {
    display: block;
  }
}

.product-page__tab.active {
  display: block;
}

.product-page__tab h2 {
  font-size: 25px;
  color: #202e3e;
  font-weight: 500;
  margin-bottom: 30px;
}

@media screen and (max-width: 1160px) {
  .product-page__tab h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.product-page__tab h3 {
  font-size: 20px;
  color: #202e3e;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 1160px) {
  .product-page__tab h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1160px) {
  .product-page__tab--desc {
    padding-bottom: 40px;
  }
}

.product-page__tab--desc ul {
  padding-left: 15px;
}

.product-page__tab--desc ul li {
  list-style: disc;
  margin-bottom: 5px;
  color: #666;
}

.product-page__tab--desc ul li:last-child {
  margin-bottom: 0;
}

.product-page__tab p {
  color: #666;
  margin-bottom: 10px;
}

.product-page__tab .product-page__attrs {
  gap: 15px;
}

@media screen and (max-width: 1160px) {
  .product-page__tab .product-page__attrs {
    gap: 10px;
  }
}

.product-page__tab .product-page__attrs div {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}

@media screen and (max-width: 1160px) {
  .product-page__tab .product-page__attrs div {
    padding-bottom: 0px;
  }
}

.product-page__tab .product-page__attrs div span:nth-child(2) {
  display: none;
}

.product-page__comments {
  background-color: #f5f5f5;
  padding-bottom: 70px;
}

@media screen and (max-width: 1160px) {
  .product-page__comments {
    padding-bottom: 40px;
  }
}

.product-page__comments_content {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1160px) {
  .product-page__comments_content {
    grid-template-columns: 1fr;
  }
}

.product-page__comments_left {
  padding: 20px;
  background-color: #fff;
  background-image: url("../img/detail_2.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 80%;
  -webkit-clip-path: polygon(0 0, 0 100%, 80% 100%, 100% 85%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 80% 100%, 100% 85%, 100% 0);
}

@media screen and (max-width: 1160px) {
  .product-page__comments_left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.product-page__comments_left_title {
  font-size: 20px;
  font-weight: 500;
  color: #202e3e;
  line-height: 130%;
  margin-bottom: 15px;
}

.product-page__comments_left_text {
  color: #666;
  line-height: 130%;
  margin-bottom: 30px;
}

.product-page__comments_left .btn {
  width: 180px;
}

.product-page__comments_add-comment {
  display: none;
}

.product-page__comments_add-comment.active {
  display: block;
}

.product-page__comments_form textarea {
  width: 100%;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background: #fff;
  color: #202e3e;
  padding: 20px;
  outline: unset;
}

.product-page__comments_list {
  display: none;
}

.product-page__comments_list.active {
  display: block;
}

.product-page__comments_show-more {
  display: none !important;
}

.product-page__comments_show-more.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.product-page__comment {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

@media screen and (max-width: 1160px) {
  .product-page__comment {
    background-color: #fff;
    padding: 20px 15px;
  }
}

.product-page__comment_text {
  font-size: 20px;
  color: #666;
  margin-bottom: 10px;
}

.product-page__comment_text span {
  font-weight: 600;
}

.product-page__comment_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1160px) {
  .product-page__comment_name {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.product-page__comment_name span {
  font-weight: 500;
  color: #202e3e;
}

.product-page__comment_date {
  color: #bebebe;
}

.product-page__comment_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1160px) {
  .product-page__comment_actions {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.product-page__comment_actions button {
  background: none;
  border: none;
  color: #666;
  padding: 0;
  cursor: pointer;
}

.product-page__comment_actions button:hover {
  color: #1e37a3;
}

.product-page__comment ul {
  padding-left: 55px;
  display: none;
}

.product-page__comment ul.active {
  display: block;
}

.product-page__reviews_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 1160px) {
  .product-page__reviews_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.product-page__reviews_top h2 {
  margin: 0;
}

.product-page__reviews_top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 1160px) {
  .product-page__reviews_top_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.product-page__reviews_top_right .product-page__rating {
  margin: 0;
}

.product-page__reviews_top .btn__wrap button.btn--no-p {
  height: 30px;
  padding: 0 15px;
}

.product-page__reviews_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1160px) {
  .product-page__reviews_list {
    grid-template-columns: 1fr;
  }
}

.product-page__reviews_show-more {
  display: none !important;
}

.product-page__reviews_show-more.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.product-page__reviews_item {
  padding: 20px;
  background-color: #f5f5f5;
  display: none;
}

.product-page__reviews_item.active {
  display: block;
}

.product-page__reviews_item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1160px) {
  .product-page__reviews_item_top {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-page__reviews_item_top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-page__reviews_item_image img {
  height: 53px;
  width: 53px;
  border-radius: 50%;
}

.product-page__reviews_item_badge {
  background: #fff;
  font-size: 14px;
  color: #33a828;
  padding: 5px 10px;
}

.product-page__reviews_item_text {
  color: #666;
  line-height: 130%;
}

.product-page__reviews_item_name {
  font-weight: 500;
  color: #202e3e;
  line-height: 130%;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.product-page__reviews_item_date {
  color: #bebebe;
}

.product-page__related_wrap {
  padding-bottom: 0;
}

.product-page__related_wrap .woocommerce .products ul::after,
.product-page__related_wrap .woocommerce .products ul::before {
  content: unset;
}

.product-page__related_wrap .woocommerce ul.products::after,
.product-page__related_wrap .woocommerce ul.products::before {
  content: unset;
}

.product-page__related_wrap .woocommerce ul.products li.product strong {
  display: inherit;
}

.product-page__related_wrap .products.catalog-page__products_list {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1160px) {
  .product-page__related_wrap .products.catalog-page__products_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-page__related_wrap .products.catalog-page__products_list li.product.type-product {
  margin: 0;
}

.product-page__related_wrap .woocommerce ul.products li.product a img {
  height: 100%;
  margin: 0;
}

.product-page__related_title {
  font-size: 40px;
  margin-bottom: 40px;
}

#review_form_wrapper {
  margin-top: 40px;
}

#review_form_wrapper #reply-title {
  font-size: 25px;
  margin-bottom: 5px;
  display: block;
}

#review_form_wrapper {
  display: none;
}

#review_form_wrapper.active {
  display: block;
}

#review_form_wrapper label {
  display: block;
  margin-bottom: 5px;
}

#review_form_wrapper input,
#review_form_wrapper textarea {
  width: 100%;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background: #f5f5f5;
  color: #535353;
  padding: 20px;
  outline: unset;
  margin-bottom: 15px;
}

#review_form_wrapper #submit {
  cursor: pointer;
  background-color: #1e37a3;
  color: #fff;
  border: 1px solid #1e37a3;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#review_form_wrapper #submit:hover {
  background-color: #fff;
  color: #1e37a3;
}

#review_form_wrapper .comment-form-cookies-consent input {
  width: unset;
}

#review_form_wrapper .comment-form-cookies-consent label {
  display: inline;
}

#review_form_wrapper .stars {
  display: none;
}

#review_form_wrapper .user-review__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}

#review_form_wrapper .user-review__rating li {
  cursor: pointer;
}

#review_form_wrapper .user-review__rating li svg path {
  fill: #fdd500;
}

#review_form_wrapper .user-review__rating li.active+.deactive svg path,
#review_form_wrapper .user-review__rating li.active+.deactive+.deactive svg path,
#review_form_wrapper .user-review__rating li.active+.deactive+.deactive+.deactive svg path,
#review_form_wrapper .user-review__rating li.active+.deactive+.deactive+.deactive+.deactive svg path {
  fill: #989898;
}

@media screen and (max-width: 1160px) {
  .popup__wrap--cart,
  .popup__wrap--wishlist {
    padding: 0;
  }
}

.popup__wrap--cart .popup,
.popup__wrap--wishlist .popup {
  width: 700px;
  max-width: unset;
}

@media screen and (max-width: 1160px) {
  .popup__wrap--cart .popup,
  .popup__wrap--wishlist .popup {
    width: 100%;
  }
}

.popup__wrap--cart .popup__title,
.popup__wrap--wishlist .popup__title {
  font-size: 30px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #dfdfdf;
}

@media screen and (max-width: 1160px) {
  .popup__wrap--cart .popup__title,
  .popup__wrap--wishlist .popup__title {
    font-size: 27px;
  }
}

@media screen and (max-width: 1160px) {
  .popup__wrap--cart .popup__close,
  .popup__wrap--wishlist .popup__close {
    right: 20px;
    top: 20px;
  }
}

.popup__wrap--cart .btn__wrap,
.popup__wrap--wishlist .btn__wrap {
  margin-bottom: 10px;
}

.popup__wrap--cart .btn__wrap svg,
.popup__wrap--wishlist .btn__wrap svg {
  margin-right: 5px;
}

.cart__list,
.wishlist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.cart__item,
.wishlist__item {
  display: grid;
  grid-template-columns: 102px 1fr 90px 100px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 1160px) {
  .cart__item,
  .wishlist__item {
    grid-template-columns: 80px 1fr 1fr;
    position: relative;
    align-self: flex-start;
  }
}

.cart__item_img,
.wishlist__item_img {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

@media screen and (max-width: 1160px) {
  .cart__item_img,
  .wishlist__item_img {
    grid-row: span 2;
    align-self: flex-start;
  }
}

.cart__item_img img,
.wishlist__item_img img {
  max-width: 100%;
  max-height: 100%;
}

.cart__item_info,
.wishlist__item_info {
  height: 100%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1160px) {
  .cart__item_info,
  .wishlist__item_info {
    grid-column: span 2;
  }
}

.cart__item_title,
.wishlist__item_title {
  font-weight: 500;
  color: #202e3e;
  margin-bottom: 7px;
}

@media screen and (max-width: 1160px) {
  .cart__item_title,
  .wishlist__item_title {
    padding-right: 40px;
  }
}

.cart__item_article,
.wishlist__item_article {
  font-size: 12px;
  color: #666;
}

.cart__item_count,
.wishlist__item_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__item .count--plus,
.cart__item .count--minus,
.wishlist__item .count--plus,
.wishlist__item .count--minus {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  line-height: 15px;
}

.cart__item .count--qty,
.wishlist__item .count--qty {
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border: unset;
  background: rgba(0,0,0,0);
  color: #202e3e;
  font-weight: 500;
  outline: unset;
}

.cart__item_price,
.wishlist__item_price {
  font-size: 18px;
  font-weight: 600;
  color: #202e3e;
}

.cart__item_remove,
.wishlist__item_remove {
  cursor: pointer;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 1160px) {
  .cart__item_remove,
  .wishlist__item_remove {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}

.cart__total,
.wishlist__total {
  font-size: 20px;
  font-weight: 600;
  color: #202e3e;
  margin-bottom: 30px;
}

@media screen and (max-width: 1160px) {
  .cart__total,
  .wishlist__total {
    border-top: 2px solid #dfdfdf;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

.btn.dark.btn--no-p.add_to_cart_button.ajax_add_to_cart.added {
  display: none;
}

.added_to_cart.wc-forward {
  padding: 0;
  height: 40px;
}

.yith_wcwl_wishlist_footer {
  display: none;
}

.checkout__back {
  display: block;
  margin-bottom: 50px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 1160px) {
  .checkout__back {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

.checkout__top {
  margin-bottom: 40px;
}

@media screen and (max-width: 1160px) {
  .checkout__top {
    display: none;
  }
}

.checkout__customer .checkout__block_title {
  margin-bottom: 40px;
}

@media screen and (max-width: 1160px) {
  .checkout__customer .checkout__block_title {
    display: none;
  }
}

.checkout__customer_form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 1160px) {
  .checkout__customer_form {
    grid-template-columns: 1fr;
  }
}

.checkout__customer_input {
  border: unset;
  background: #fff;
  outline: unset;
  padding: 15px 20px;
}

@media screen and (max-width: 1160px) {
  .checkout__customer_input {
    background: #f5f5f5;
  }
}

.checkout__block {
  background-color: #f5f5f5;
  padding: 40px 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1160px) {
  .checkout__block {
    background: unset;
    padding: 0;
  }
}

.checkout__block_title {
  font-size: 30px;
  font-weight: 500;
  line-height: 110%;
}

@media screen and (max-width: 1160px) {
  .checkout__block_title {
    font-size: 18px;
  }
}

.checkout__delivery_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 30px;
}

.checkout__delivery_city_name {
  color: #1e37a3;
  cursor: pointer;
}

.checkout__delivery_tabs_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1160px) {
  .checkout__delivery_tabs_list {
    grid-template-columns: 1fr;
  }
}

.checkout__delivery_tabs_list button {
  width: 100%;
  padding: 10px;
  background-color: rgba(0,0,0,0);
  color: #202e3e;
  border: 1px solid #202e3e;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.checkout__delivery_tabs_list button.active,
.checkout__delivery_tabs_list button:hover {
  background-color: #1e37a3;
  color: #fff;
}

@media screen and (max-width: 1160px) {
  .checkout__delivery_tabs_list button.active,
  .checkout__delivery_tabs_list button:hover {
    background: unset;
    color: #666;
    position: relative;
  }

  .checkout__delivery_tabs_list button.active:after,
  .checkout__delivery_tabs_list button:hover:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1e37a3;
  }
}

@media screen and (max-width: 1160px) {
  .checkout__delivery_tabs_list button {
    text-align: left;
    background: unset;
    padding: 0;
    border: unset;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkout__delivery_tabs_list button span {
    font-size: 14px;
  }

  .checkout__delivery_tabs_list button small {
    display: none;
  }

  .checkout__delivery_tabs_list button:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
  }
}

.checkout__delivery_tabs_list span {
  font-size: 20px;
  font-weight: 600px;
  display: block;
}

.checkout__delivery_tabs_list small {
  font-size: 14px;
}

.checkout__delivery_tab {
  display: none;
}

.checkout__delivery_tab.active {
  display: block;
}

.checkout__delivery_pickup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
  margin-bottom: 10px;
  min-height: 300px;
}

@media screen and (max-width: 1160px) {
  .checkout__delivery_pickup {
    grid-template-columns: 1fr;
  }
}

.checkout__delivery_pickup_info {
  padding: 30px 20px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1160px) {
  .checkout__delivery_pickup_info {
    padding: 0;
  }
}

.checkout__delivery_pickup_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #202e3e;
}

@media screen and (max-width: 1160px) {
  .checkout__delivery_pickup_title {
    font-size: 18px;
    font-weight: 500;
  }
}

.checkout__delivery_pickup_address {
  color: #666;
  max-width: 330px;
  line-height: 100%;
  display: block;
  margin-bottom: 20px;
}

.checkout__delivery_pickup_address small {
  padding-top: 5px;
  display: block;
  font-size: 14px;
  color: #465dc0;
}

.checkout__delivery_pickup_schedule {
  color: #666;
  line-height: 100%;
}

@media screen and (max-width: 1160px) {
  .checkout__delivery_pickup_map {
    display: none;
  }
}

.checkout__delivery_dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

@media screen and (max-width: 1160px) {
  .checkout__delivery_dates {
    display: none;
  }
}

.checkout__delivery_dates li {
  width: 100%;
}

.checkout__delivery_dates li button {
  width: 100%;
  padding: 15px;
  background-color: rgba(0,0,0,0);
  border-radius: 0;
  border: 1px solid #a7a7a7;
  color: #202e3e;
  cursor: pointer;
}

.checkout__delivery_dates li button.active {
  border: 1px solid #1e37a3;
}

.checkout__delivery_delivery {
  padding: var(--blocks-padding);
  background-color: #fff;
  background-image: url("../img/detail_5.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

.checkout__delivery_delivery_info p {
  color: #666;
  margin-bottom: 100px;
}

.checkout__delivery_delivery_title {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 110%;
}

.checkout__delivery_delivery .btn {
  width: 330px;
  max-width: 100%;
}

.checkout__delivery_delivery_address {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
  gap: 10px;
}

.checkout__delivery_delivery_address input {
  grid-column: span 2;
}

.checkout__delivery_delivery_address button {
  text-align: left;
  background: unset;
  border: unset;
  padding: 0;
  cursor: pointer;
}

.checkout__delivery_delivery--form input,
.checkout__delivery_delivery--form textarea,
.checkout__delivery_delivery--form select {
  width: 100%;
  background-color: #fff;
  color: #202e3e;
  padding: 15px;
  border: 1px solid #fff;
}

.checkout__delivery_delivery--form h4 {
  font-size: 25px;
  font-weight: 500;
  color: #202e3e;
  margin-bottom: 20px;
}

.checkout__delivery_delivery--form textarea {
  margin-bottom: 15px;
}

.checkout__delivery_delivery_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.checkout__delivery_delivery_total {
  font-size: 20px;
  font-weight: 500;
  color: #202e3e;
}

.checkout__payment {
  margin-bottom: 60px;
}

.checkout__payment .checkout__block_title {
  margin-bottom: 20px;
}

.checkout__payment_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1160px) {
  .checkout__payment_list {
    grid-template-columns: 1fr;
  }
}

.checkout__payment_item {
  background-color: #fff;
  padding: 20px;
  cursor: pointer;
  border: 2px solid #fff;
}

.checkout__payment_item.active {
  border: 2px solid #1e37a3;
}

.checkout__payment_item_title {
  font-size: 20px;
  font-weight: 500;
  color: #202e3e;
}

.checkout__payment_item_title span {
  background-color: #33a828;
  padding: 5px;
  font-size: 14px;
  color: #fff;
}

.checkout__payment_item_desc {
  color: #666;
}

.checkout__payment_promo {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 10px;
}

@media screen and (max-width: 1160px) {
  .checkout__payment_promo {
    grid-template-columns: 1fr;
  }
}

.checkout__payment_promo input {
  background-color: #fff;
  color: #202e3e;
  padding: 15px;
  border: unset;
  outline: unset;
  height: 100%;
}

.checkout__payment_error {
  margin-top: 15px;
  color: red;
}

.checkout__payment_message {
  margin-top: 15px;
  color: #33a828;
}

.checkout__final {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 1160px) {
  .checkout__final {
    grid-template-columns: 1fr;
  }
}

.checkout__final_content {
  padding: 20px;
  background: #f5f5f5;
}

.checkout__total,
.checkout__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #e0e0e0;
}

.checkout__total {
  font-size: 20px;
  font-weight: 500;
  color: #202e3e;
}

.checkout__list {
  color: #666;
  margin-bottom: 15px;
}

.popup__wrap--pickup .popup {
  max-width: 1180px;
  display: grid;
  grid-template-columns: 400px 670px;
  gap: 10px;
}

@media screen and (max-width: 1160px) {
  .popup__wrap--pickup .popup {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

@media screen and (max-width: 1160px) {
  .popup__wrap--pickup .popup__map {
    display: none;
  }
}

.popup__wrap--pickup .popup .pickup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.popup__wrap--pickup .popup .pickup__item {
  padding: 20px;
}

.popup__wrap--pickup .popup .pickup__item_active {
  color: #1e37a3;
  font-size: 14px;
  display: none;
}

.popup__wrap--pickup .popup .pickup__item .btn {
  width: 140px;
  height: 30px;
}

.popup__wrap--pickup .popup .pickup__item.active {
  background-color: #f5f5f5;
}

.popup__wrap--pickup .popup .pickup__item.active .pickup__item_active {
  display: block;
}

.popup__wrap--pickup .popup .pickup__item.active .btn {
  display: none;
}

.popup__wrap--pickup .popup .pickup__item_title {
  color: #202e3e;
  margin-bottom: 10px;
}

.popup__wrap--pickup .popup .pickup__item_date {
  font-size: 14px;
  color: #33a828;
  margin-bottom: 10px;
}

.popup__wrap--pickup .popup .pickup__item_schedule {
  font-size: 12px;
  margin-bottom: 10px;
}

.popup__wrap--pickup .popup__title {
  font-size: 30px;
}

.delivery__form {
  padding-top: 10px;
}

.delivery__form_inputs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

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

@media screen and (max-width: 1160px) {
  .delivery__form_inputs--3 {
    grid-template-columns: 1fr;
  }
}

.delivery__form_inputs input,
.delivery__form_inputs textarea {
  width: 100%;
  background-color: #f5f5f5;
  color: #202e3e;
  padding: 15px;
  border: unset;
  outline: unset;
  height: 100%;
}

.delivery__form .btn__wrap {
  margin-top: 10px;
}

.woocommerce-customer-details {
  display: none;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 30px;
  margin-bottom: 40px;
}

.woocommerce-Address-title.title .edit {
  font-size: 14px;
  color: #1e37a3;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
  padding: 20px 0;
}

address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.account__page {
  padding-top: 60px;
}

.account__page .woocommerce {
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 30px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

.woocommerce-MyAccount-navigation ul li.active,
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover {
  background-color: #1e37a3;
}

.woocommerce-MyAccount-navigation ul li.active a,
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
}

.woocommerce-MyAccount-navigation-link--dashboard {
  display: none;
}

/* Стили только для компактного вида списка */
.catalog-page__catalog--list .catalog-page__item_image,
.catalog-page__catalog--list .catalog-page__item_image img,
.catalog-page__catalog--list .catalog-page__item_wishlist {
    display: none !important;
}

.catalog-page__catalog--list .catalog-page__item {
    display: flex;
    padding: 8px 10px;
    margin-bottom: 4px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: white;
    min-height: auto !important;
}

.catalog-page__catalog--list .catalog-page__item_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.catalog-page__catalog--list .catalog-page__item_info {
    flex: 1;
    min-width: 0;
}

.catalog-page__catalog--list .catalog-page__item_title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog-page__catalog--list .catalog-page__item_article {
    font-size: 11px;
    color: #666;
    margin-bottom: 2px;
}

.catalog-page__catalog--list .catalog-page__item_stock {
    font-size: 11px;
    color: #2e7d32;
    font-weight: 500;
}

.catalog-page__catalog--list .catalog-page__item_price_block {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: auto;
}

.catalog-page__catalog--list .catalog-page__item_price {
    font-size: 14px;
    font-weight: 600;
    color: #1e37a3;
    white-space: nowrap;
}

.catalog-page__catalog--list .catalog-page__item_rating {
    display: none;
}

.catalog-page__catalog--list .btn__wrap {
    width: auto;
}

.catalog-page__catalog--list .btn {
    padding: 6px 12px !important;
    font-size: 12px !important;
    min-height: auto !important;
    min-width: 80px;
}

.woocommerce-MyAccount-navigation-link--dashboard {
  display: none;
}

/* Компактный вид для ПК */
.catalog-page__catalog--list .catalog-page__item {
    padding: 3px 8px !important;
    min-height: auto !important;
    margin-bottom: 1px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.catalog-page__catalog--list .catalog-page__products_list {
    gap: 1px !important;
    max-width: 100% !important;
    width: 100% !important;
}

.catalog-page__catalog--list {
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
}

/* Стили для селектора количества товаров */
.catalog-page__per_page select {
    font-size: 16px;
    background: unset;
    border: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #666;
    font-family: "Inter", sans-serif;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog-page__per_page label {
    font-family: "Inter", sans-serif;
    color: #666;
    font-size: 14px;
    margin-right: 8px;
}

.catalog-page__per_page {
    display: flex;
    align-items: center;
}

/* Адаптивность */
@media screen and (max-width: 1160px) {
    .catalog-page__per_page select {
        font-size: 14px;
    }
    
    .catalog-page__per_page label {
        font-size: 13px;
    }
}

/* Для мобильных */
@media screen and (max-width: 768px) {
    .catalog-page__per_page {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0;
        order: 0;
    }
    
    .catalog-page__per_page label {
        font-size: 13px;
        margin-right: 8px;
        white-space: nowrap;
    }
    
    .catalog-page__per_page select {
        font-size: 13px;
        min-width: 60px;
    }
    
    /* ФИКСИРУЕМ ФИЛЬТРЫ НАД КАРТОЧКАМИ */
    .catalog-page__filter_top {
        position: relative !important;
        z-index: 100 !important;
        background: white !important;
        padding: 10px 0 !important;
        margin-bottom: 10px !important;
    }
    
    /* ДВУХУРОВНЕВАЯ СТРУКТУРА - ТЕКСТ В 2 СТРОКИ */
    .catalog-page__catalog--list .catalog-page__item {
        padding: 4px 6px !important;
        min-height: auto !important;
        height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .catalog-page__catalog--list .catalog-page__item_content {
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        width: 100% !important;
    }
    
    /* ВЕРХНИЙ УРОВЕНЬ - ПЕРЕНОСИМ ТЕКСТ НА 2 СТРОКИ */
    .catalog-page__catalog--list .catalog-page__item_info {
        width: 100%;
        order: 1;
    }
    
    .catalog-page__catalog--list .catalog-page__item_title {
        font-size: 13px !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
        line-height: 1.3;
        margin-bottom: 2px;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 2.6em;
    }
    
    .catalog-page__catalog--list .catalog-page__item_article {
        font-size: 11px !important;
        color: #666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    /* НИЖНИЙ УРОВЕНЬ */
    .catalog-page__catalog--list .catalog-page__item_price_block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 6px;
        order: 2;
        flex-wrap: wrap;
    }
    
    .catalog-page__catalog--list .catalog-page__item_stock {
        font-size: 11px !important;
        color: #2e7d32;
        font-weight: 500;
        white-space: nowrap;
        flex-shrink: 0;
        order: 1;
    }
    
    .catalog-page__catalog--list .catalog-page__item_price {
        font-size: 13px !important;
        font-weight: 600;
        color: #1e37a3;
        white-space: nowrap;
        flex-shrink: 0;
        order: 2;
    }
    
    .catalog-page__catalog--list .btn__wrap {
        flex-shrink: 0;
        order: 3;
    }
    
    .catalog-page__catalog--list .btn {
        padding: 4px 8px !important;
        font-size: 11px !important;
        min-width: 70px;
        min-height: 28px !important;
        line-height: 1;
    }
}

/* Для очень маленьких экранов */
@media screen and (max-width: 360px) {
    .catalog-page__catalog--list .catalog-page__item {
        padding: 3px 4px !important;
    }
    
    .catalog-page__catalog--list .catalog-page__item_content {
        gap: 3px;
    }
    
    .catalog-page__catalog--list .catalog-page__item_title {
        font-size: 12px !important;
        -webkit-line-clamp: 2;
        max-height: 2.4em;
    }
    
    .catalog-page__catalog--list .catalog-page__item_article {
        font-size: 10px !important;
    }
    
    .catalog-page__catalog--list .catalog-page__item_price {
        font-size: 12px !important;
    }
    
    .catalog-page__catalog--list .btn {
        padding: 3px 6px !important;
        font-size: 10px !important;
        min-width: 60px;
        min-height: 24px !important;
    }
}

/* Стили для ссылки названия товара */
.catalog-page__catalog--list .catalog-page__item_title_link {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    cursor: pointer;
}

.catalog-page__catalog--list .catalog-page__item_title_link:hover .catalog-page__item_title {
    color: #1e37a3;
    text-decoration: underline;
}

.catalog-page__item_title_link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.catalog-page__item_title_link:hover .catalog-page__item_title {
    color: #1e37a3;
}

/* Скрываем селектор количества товаров на страницах с подкатегориями */
.woocommerce .products:has(.product-category) ~ .catalog-page__filter_top .catalog-page__per_page,
.woocommerce .products:has(.product-category) .catalog-page__per_page,
.woocommerce-page .products:has(.product-category) ~ .catalog-page__filter_top .catalog-page__per_page,
.woocommerce-page .products:has(.product-category) .catalog-page__per_page {
    display: none !important;
}

/* Альтернативный вариант - скрываем если есть элементы с классом product-category */
body:has(.product-category) .catalog-page__per_page {
    display: none !important;
}
