@charset "UTF-8";
/*Reboot*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*Grid*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/*Fork*/
@media (min-width: 1500px) {
  .row_sided {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1500px) {
  .col_left {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media (min-width: 1500px) {
  .col_right {
    padding-left: 30px;
    padding-right: 0;
  }
}

table td,
table th {
  border: 1px solid #a8a8a8;
  padding: 13px;
}

.table-responsive {
  max-width: 100%;
  overflow: auto;
}

@media (min-width: 1340px) {
  .container {
    max-width: 1310px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1420px;
  }
}

@media (min-width: 1730px) {
  .container {
    max-width: 1708px;
  }
}

/*Slick-slider*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(../img/i/ajax-loader.gif) center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

/*Fonts*/
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-bold-italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-black-italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/*Scaffolding*/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

body,
html {
  height: 100%;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  width: 100%;
}

.site-header {
  order: -1;
  position: relative;
  z-index: 2;
}

.overflow-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: flex;
}

.home-page-content-section {
  padding-bottom: 80px;
}

@media (max-width: 1729px) {
  .home-page-content-section {
    padding-bottom: 65px;
  }
}

@media (max-width: 1499px) {
  .home-page-content-section {
    padding-bottom: 55px;
  }
}

@media (max-width: 1339px) {
  .home-page-content-section {
    padding-bottom: 45px;
  }
}

@media (max-width: 1199px) {
  .home-page-content-section {
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .home-page-content-section {
    padding-bottom: 30px;
  }
}

.home-page-content-section,
.inner-page-content-section {
  flex-grow: 1;
}

.inner-page-content-section_relative {
  position: relative;
}

.inner-page-content-section {
  padding-bottom: 85px;
}

@media (max-width: 1729px) {
  .inner-page-content-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 1499px) {
  .inner-page-content-section {
    padding-bottom: 65px;
  }
}

@media (max-width: 1339px) {
  .inner-page-content-section {
    padding-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .inner-page-content-section {
    padding-bottom: 30px;
  }
}

a {
  color: #0b7c3d;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: #ff843e;
}

p {
  line-height: 1.6;
}

b,
strong {
  font-weight: 700;
}

img {
  max-width: 100%;
}

input:focus,
input:active,
button:active,
button:focus,
textarea:active,
textarea:focus {
  outline: none;
}

.typical-btn {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 24px;
  background-color: #0b7c3d;
  border: 0;
  border-radius: 5px;
  min-height: 54px;
  color: #fff;
  transition: all 0.3s ease;
}

.typical-btn:hover,
.typical-btn:focus {
  background-color: #11994d;
  text-decoration: none;
  color: #fff;
}

.typical-btn:active {
  box-shadow: inset 0 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #318355;
}

.typical-btn_gray {
  background-color: #edeef8;
  color: #1a1a1a;
}

.typical-btn_gray:hover, .typical-btn_gray:focus {
  background-color: #595d7e;
}

.typical-btn_gray:hover .typical-btn__i, .typical-btn_gray:focus .typical-btn__i {
  filter: brightness(10);
}

.typical-btn_gray:active {
  background-color: #717383;
}

.typical-btn_dark-violet {
  color: #fff;
  background-color: #595d7e;
}

.typical-btn_dark-violet:hover, .typical-btn_dark-violet:focus {
  background-color: #6b73b6;
  color: #fff;
}

.typical-btn_dark-violet:hover .typical-btn__i, .typical-btn_dark-violet:focus .typical-btn__i {
  filter: brightness(10);
}

.typical-btn_dark-violet:active {
  background-color: #414777;
}

.form-field {
  width: 100%;
  font-weight: 400;
  background: #fff;
  color: #000;
  font-size: 16px;
  height: 54px;
  border: 1px solid #dee0ee;
  padding: 10px 32px;
  border-radius: 5px;
  box-shadow: none;
  transition: all ease 0.3s;
  margin: 0;
}

@media (max-width: 991px) {
  .form-field {
    font-size: 15px;
    padding: 15px;
  }
}

@media (max-width: 1339px) {
  .form-field {
    padding: 10px 15px;
  }
}

.form-field_backgr {
  border: 0;
  color: #2d353b;
}

textarea.form-field {
  height: 114px;
  padding: 15px 32px;
}

@media (max-width: 1339px) {
  textarea.form-field {
    padding: 10px 15px;
  }
}

.form-field::placeholder {
  opacity: 1;
  font-size: 16px;
  color: #000;
}

@media (max-width: 991px) {
  .form-field::placeholder {
    font-size: 15px;
  }
}

.form-field_backgr::placeholder {
  color: #2d353b;
}

.form-field:focus {
  box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.policy-label {
  display: flex;
  margin-bottom: 0;
}

.policy-label input[type="checkbox"] {
  display: none;
}

.policy-label a {
  text-decoration: underline;
}

.policy-decor-checkbox {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #fff;
  margin-right: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
}

.policy-decor-checkbox:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #6a6767;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.policy-label input[type="checkbox"]:checked + .policy-decor-checkbox {
  border-color: #6a6767;
}

.policy-label input[type="checkbox"]:checked + .policy-decor-checkbox:before {
  opacity: 1;
}

.policy-text {
  margin-top: -4px;
}

.inner-content-area > .container > :last-child {
  margin-bottom: 0;
}

.inner-content-area *:not(.uniq):not(.slick-slider) ul:not(.uniq) {
  list-style: none;
  padding-left: 12px;
  margin-bottom: 29px;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .inner-content-area *:not(.uniq):not(.slick-slider) ul:not(.uniq) {
    margin-top: 15px;
  }
}

.inner-content-area *:not(.uniq):not(.slick-slider) ol:not(.uniq) {
  padding-left: 12px;
  margin-bottom: 29px;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .inner-content-area *:not(.uniq):not(.slick-slider) ol:not(.uniq) {
    margin-top: 15px;
  }
}

.inner-content-area *:not(.uniq):not(.slick-slider) ul:not(.uniq):last-child,
.inner-content-area *:not(.uniq):not(.slick-slider) ol:not(.uniq):last-child {
  margin-bottom: 0;
}

.inner-content-area *:not(.uniq):not(.slick-slider) ul:not(.uniq) li,
.inner-content-area *:not(.uniq):not(.slick-slider) ol:not(.uniq) li {
  line-height: 1.3;
}

.inner-content-area *:not(.uniq):not(.slick-slider) ul:not(.uniq) li:not(:last-child),
.inner-content-area *:not(.uniq):not(.slick-slider) ol:not(.uniq) li:not(:last-child) {
  margin-bottom: 18px;
}

.inner-content-area *:not(.uniq):not(.slick-slider) ul:not(.uniq) li {
  position: relative;
}

.inner-content-area *:not(.uniq):not(.slick-slider) ul:not(.uniq) li:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 9px;
  width: 4px;
  height: 1px;
  background: #000;
}

.centered-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-center {
  text-align: center;
}

.no-margin-top {
  margin-top: 0;
}

.content-text-block {
  margin-bottom: 25px;
}

.content-text-block.row-center {
  align-items: center;
}

@media (max-width: 991px) {
  .column-first {
    order: -1;
    margin-bottom: 18px;
  }
  .column-images img {
    display: block;
    margin: 0 auto;
  }
  .column-images img:not(:last-child) {
    margin-bottom: 15px;
  }
  .content-text-block .col-lg-6:not(:last-child) {
    margin-bottom: 18px;
  }
}

.content-text-block h2,
.content-text-block h3,
.content-text-block h4,
.content-text-block h5,
.content-text-block h6 {
  margin-top: 0;
}

body .page-wrapper p:last-child {
  margin-bottom: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 900;
  margin: 52px 0 27px;
  color: #000;
  line-height: 1.2;
}

@media (max-width: 767px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    margin: 20px 0 15px;
  }
}

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 19px;
}

@media (max-width: 991px) {
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    margin: 20px 0 15px;
  }
}

.inner-content-area h1, .inner-content-area .h1,
.inner-content-area h2, .inner-content-area .h2,
.inner-content-area h3, .inner-content-area .h3,
.inner-content-area h4, .inner-content-area .h4,
.inner-content-area h5, .inner-content-area .h5,
.inner-content-area h6, .inner-content-area .h6 {
  line-height: 1.1;
}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  color: #000;
}

h1, .h1 {
  margin: 0;
}

@media (min-width: 1340px) {
  h1, .h1 {
    font-size: 24px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h5, .h5 {
    font-size: 24px;
  }
  h6, .h6 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  h1, .h1 {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 24px;
  }
  h6, .h6 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 24px;
  }
  h2, .h2 {
    font-size: 22px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 16px;
  }
  h6, .h6 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    text-align: center;
  }
}

.section-title {
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  line-height: 1;
  color: #000;
}

@media (max-width: 1199px) {
  .section-title {
    text-align: center;
  }
}

.section-subtitle {
  line-height: 1.305;
  font-weight: 900;
}

@media (max-width: 1199px) {
  .section-subtitle {
    text-align: center;
  }
}

@media (min-width: 1730px) {
  .section-title {
    font-size: 24px;
  }
  .section-subtitle {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-title {
    text-align: center;
  }
  .section-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .section-subtitle {
    font-size: 16px;
  }
}

table {
  width: 100%;
}

/*Mobile menu toggler*/
@media (min-width: 1200px) {
  .mobile-menu-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .mobile-menu-toggler {
    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    transition: all 0.3s ease;
    margin: 0 10px 0 0;
  }
  .mobile-menu-toggler:active {
    opacity: 0.55;
  }
  .mobile-menu-toggler.active .mobile-menu-toggler__bar {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
  }
  .mobile-menu-toggler.active .mobile-menu-toggler__bar:first-child {
    display: none;
  }
  .mobile-menu-toggler.active .mobile-menu-toggler__bar:nth-child(2) {
    transform: rotate(45deg);
  }
  .mobile-menu-toggler.active .mobile-menu-toggler__bar:nth-child(3) {
    transform: rotate(-45deg);
  }
}

.mobile-menu-toggler__bar {
  width: 25px;
  height: 2px;
  background: #000;
  transition: transform 0.3s ease;
}

@media (max-width: 767px) {
  .mobile-menu-toggler {
    width: 40px;
    margin-top: 0;
    margin-right: 5px;
  }
  .mobile-menu-toggler__bar {
    width: 20px;
  }
}

@media (max-width: 389px) {
  .mobile-menu-toggler {
    margin-right: 5px;
  }
}

.mobile-menu-toggler__bar:not(:last-child) {
  margin-bottom: 5px;
}

/*Mobile menu*/
.mobile-menu .mobile-menu__inner-wrap {
  transition: transform 0.4s ease;
}

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

.mobile-menu {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 110;
  display: block;
  width: 270px;
  height: 100%;
  min-height: 100%;
  background: #0b7c3d;
  padding-bottom: 20px;
  transform: translateX(-270px);
  transition: transform .3s;
}

.mobile-menu.active {
  box-shadow: 5px 0 25px rgba(0, 0, 0, 0.3);
}

.mobile-menu__list {
  transition: transform .3s;
}

.mobile-menu__list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.mobile-menu__list ul a {
  display: block;
  padding: 10px;
  color: #fff;
  transition: background 0.2s ease;
}

.mobile-menu__list ul a:hover,
.mobile-menu__list ul a:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .mobile-menu__list li:not(.mobile-menu__back):hover {
    background: #ff843e;
    color: #fff;
  }
}

.mobile-menu__list li.active {
  background: #ff843e;
  color: #fff;
}

@media (max-width: 767px) {
  .mobile-menu__list ul li:not(.mobile-menu__back):active {
    background: #ff843e;
    color: #fff;
  }
}

.mobile-menu__parent-link {
  position: relative;
  padding-right: 30px;
}

.mobile-menu__list > ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

.mobile-menu__has-child {
  display: flex;
}

.mobile-menu__arrow {
  position: relative;
  flex: 0 0 45px;
}

.mobile-menu__has-child > a:first-child,
.mobile-menu__has-child > span:first-child {
  flex-grow: 1;
}

.mobile-menu__arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  -ms-transform: rotate(45deg) translate(-50%, 0);
  transform: rotate(45deg) translate(-50%, 0);
}

.mobile-menu .mobile-menu__list-shown {
  display: block;
  width: 100%;
  padding-left: 0;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.mobile-menu__back {
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  padding-left: 25px;
  margin: 10px 0;
  text-decoration: none;
}

.mobile-menu__back:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 8px;
  height: 8px;
  background: 0;
  margin: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}

/*custom-collapse*/
body .collapse_shown {
  display: block;
}

.collapse-item__content {
  display: none;
}

/*custom-tabs*/
.tab-pane {
  opacity: 0;
  display: none;
}

.tab-pane_active {
  display: block;
  opacity: 1;
}

/*Modals*/
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
}

.modal_z-closesd {
  z-index: 11;
}

.modal_wide .modal__wrapper {
  max-width: 1000px;
}

.modal_wide .modal__content {
  max-width: inherit;
  padding: 0 10px;
}

.modal__outer-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
}

.modal__wrapper {
  position: relative;
  max-width: 400px;
  width: 100%;
  background: #edeef8;
  padding: 50px 15px 55px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  max-height: 100%;
  overflow: auto;
  border-radius: 25px;
}

.modal_search .modal__wrapper {
  border-radius: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
  max-width: 510px;
}

.modal_search .modal__content {
  max-width: inherit;
  margin: 0;
}

.modal_search .modal__outer-box {
  align-items: flex-start;
  padding-top: 30px;
}

@media (max-width: 1599px) {
  .modal__wrapper {
    padding: 30px 15px 35px;
  }
}

@media (max-width: 575px) {
  .modal__wrapper {
    padding: 20px 15px 15px;
  }
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.modal__header {
  text-align: center;
  padding: 0 35px;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .modal__header {
    padding: 0 22px;
  }
}

@media (max-width: 1599px) {
  .modal__header {
    margin-bottom: 15px;
  }
}

@media (max-width: 1329px) {
  .modal__header {
    margin-bottom: 15px;
  }
}

.modal__close {
  display: block;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

@media (min-width: 576px) {
  .modal__close {
    top: 20px;
    right: 20px;
    height: 24px;
    width: 24px;
  }
}

@media (max-width: 575px) {
  .modal__close {
    top: 15px;
    right: 15px;
    height: 15px;
    width: 15px;
  }
}

.modal__close svg {
  display: block;
}

.modal__close:hover,
.modal__close:focus {
  opacity: 0.5;
}

.modal_search .modal__close {
  border-radius: 100%;
  background: #edeef8;
  width: 30px;
  height: 30px;
  left: 50%;
  top: auto;
  bottom: -50px;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_search .modal__close .modal__close-line {
  stroke-width: 2px;
}

.modal_search .modal__close svg {
  width: 14px;
}

.open-search_modal .open-search__field,
.open-search_modal .open-search__field::placeholder {
  font-size: 16px;
}

.modal__title {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 1599px) {
  .modal__title {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .modal__title {
    font-size: 22px;
  }
}

.modal__subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 26px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .modal__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 1599px) {
  .modal__subtitle {
    margin-bottom: 15px;
  }
}

.modal__content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 300px;
}

@media (max-width: 575px) {
  .modal__content {
    padding: 0;
  }
}

.modal__content form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.modal__form-group {
  margin-bottom: 7px;
}

.modal__form-field {
  text-align: center;
}

.modal__wrapper .form-field:focus {
  box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

.modal__submit-btn {
  font-weight: 700;
  width: 100%;
}

.modal__agreement {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin: 15px 0 10px;
}

.modal__agreement a:hover,
.modal__agreement a:focus {
  text-decoration: none;
}

.modal__agreement input {
  margin-right: 3px;
}

.modal__agreement input[type="checkbox"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #fff;
  margin: 0 8px 0 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.modal__agreement input[type="checkbox"]:checked:before {
  opacity: 1;
}

.modal__agreement input[type="checkbox"]:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #073f67;
  opacity: 0;
}

.modal__content .simple-checkbox {
  display: flex;
  align-items: flex-start;
  font-size: 11px;
  margin: 0 0 10px;
  max-width: 260px;
}

.modal__content .simple-checkbox a {
  color: #fff;
}

.modal__content .simple-checkbox a:hover,
.modal__content .simple-checkbox a:focus {
  color: #cfa80e;
}

@media (min-width: 768px) {
  .modal__formgroup {
    margin-bottom: 10px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .modal__formgroup {
    margin-bottom: 15px;
    width: 100%;
  }
}

.modal__content .smFormContent {
  margin-bottom: 35px;
}

@media (max-width: 1559px) {
  .modal__content .smFormContent {
    margin-bottom: 15px;
  }
}

.modal__content .input input {
  font-size: 18px;
  width: 100%;
  padding: 15px 45px;
  border-radius: 30px;
  border: 0;
  height: 55px;
  background: #e9f1f7;
}

.modal__content .input input::placeholder {
  opacity: 1;
  color: #000;
}

.modal__content .input input:focus {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35) inset;
}

.modal__content .input:not(:last-child) {
  margin-bottom: 10px;
}

.modal__content .smFormContentIn {
  margin-bottom: 15px;
  width: 100%;
  max-width: 324px;
}

.modal__content .buttonOut button {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 252px;
  height: 54px;
  border-radius: 30px;
  background: #0d6bb4;
  border: 0;
}

.modal__content .buttonOut button:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35) inset;
}

.modal__policy-text {
  font-size: 14px;
  color: #000;
  text-align: center;
}

.modal__policy-text a {
  color: #000;
}

@media (max-width: 575px) {
  .modal__policy-text br {
    display: none;
  }
}

.modal__close-line {
  fill: none;
  stroke: #0b7c3d;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1px;
}

@media (min-width: 576px) {
  .modal-cityes__header {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .modal-cityes__header {
    margin-bottom: 35px;
  }
}

.choose-cityes-list {
  display: flex;
  justify-content: center;
}

.choose-cityes-list > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .choose-cityes-list > ul {
    column-count: 5;
  }
}

@media (min-width: 360px) and (max-width: 991px) {
  .choose-cityes-list > ul {
    column-count: 4;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  .choose-cityes-list > ul {
    column-count: 3;
  }
}

@media (min-width: 360px) and (max-width: 575px) {
  .choose-cityes-list > ul {
    column-count: 2;
  }
}

@media (max-width: 575px) {
  .choose-cityes-list > ul {
    width: 95%;
  }
}

@media (max-width: 359px) {
  .choose-cityes-list > ul {
    width: 90%;
  }
}

.choose-cityes-list > ul li {
  padding-right: 15px;
  width: 16.6666667%;
  position: relative;
}

.choose-cityes-list > ul li:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 9px;
  width: 4px;
  height: 1px;
  background: #000;
}

.choose-cityes-list > ul li a {
  font-size: 15px;
  color: #000;
}

@media (max-width: 1199px) {
  .choose-cityes-list > ul li a {
    font-size: 14px;
  }
}

@media (max-width: 359px) {
  .choose-cityes-list > ul li a {
    font-size: 15px;
  }
}

.choose-cityes-list > ul li a:hover, .choose-cityes-list > ul li a:focus {
  color: #0b7c3d;
}

.choose-cityes-list > ul li:not(:last-child) {
  margin-bottom: 10px;
}

/*404*/
.not-found-section__row {
  align-items: center;
  margin-bottom: 50px;
}

.not-found-section {
  margin-bottom: 40px;
}

.not-found-section__404 {
  font-size: 240px;
  font-weight: 700;
  color: #135cb0;
  line-height: 0.8;
}

.not-found-section__404-col {
  flex: 0 0 auto;
  width: auto;
}

.not-found-section__text-col {
  flex: 0 0 auto;
  width: auto;
  font-size: 30px;
  line-height: 1.2;
}

.not-found-section__subtitle {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .not-found-section {
    margin-bottom: 15px;
  }
  .not-found-section__subtitle {
    text-align: center;
  }
  .not-found-section__row {
    justify-content: center;
    margin-bottom: 15px;
  }
  .not-found-section__text-col {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .not-found-section {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .not-found-section__subtitle {
    font-size: 24px;
  }
  .not-found-section__404 {
    font-size: 170px;
  }
  .not-found-section__text-col {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .not-found-section__404 {
    font-size: 80px;
  }
  .not-found-section__404-col {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .not-found-section__text-col {
    font-size: 18px;
    width: 100%;
  }
  .not-found-section__subtitle {
    font-size: 19px;
  }
}

/*Button-up*/
.button-up {
  opacity: 0.95;
  display: none;
  position: fixed;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  width: 66px;
  height: 66px;
  background: url(../img/i/white-arrow-up.webp) no-repeat 50% 50% #0b7c3d;
  transition: opacity 0.3s ease;
}

.button-up:hover, .button-up:focus {
  opacity: 0.6;
}

@media (min-width: 768px) {
  .button-up {
    bottom: 50px;
    right: 50px;
  }
}

@media (max-width: 767px) {
  .button-up {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 575px) {
  .button-up {
    bottom: 45px;
  }
}

/*Header*/
.site-header__top-line {
  color: #fff;
  background: #08572b;
  padding: 10px 0;
  margin-bottom: 27px;
}

@media (max-width: 1699px) {
  .site-header__top-line {
    margin-bottom: 20px;
  }
}

@media (max-width: 1499px) {
  .site-header__top-line {
    margin-bottom: 15px;
  }
}

@media (min-width: 1340px) {
  .site-header__city-col {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .site-header__city-col {
    display: none;
  }
}

.site-header-city {
  position: relative;
  padding-left: 25px;
}

@media (max-width: 1339px) {
  .site-header-city {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .site-header-city {
    padding-left: 18px;
  }
}

.site-header-city:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  height: 16px;
  background: url(../img/i/green-location-pin.webp) no-repeat 0 0;
}

@media (max-width: 575px) {
  .site-header-city__title {
    display: none;
  }
}

.site-header-city__link {
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s ease;
}

.site-header-city__link:hover, .site-header-city__link:focus {
  color: #fff;
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .site-header__worktime-col {
    display: none;
  }
}

.work-time-text {
  position: relative;
  padding-left: 25px;
}

@media (max-width: 1339px) {
  .work-time-text {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .work-time-text {
    padding-left: 20px;
  }
}

.work-time-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 17px;
  height: 17px;
  background: url(../img/i/green-clock.webp) no-repeat 0 0;
}

@media (max-width: 1199px) {
  .work-time-text__title {
    display: none;
  }
}

.site-header__email-col {
  margin: 0 120px 0 auto;
}

@media (max-width: 1499px) {
  .site-header__email-col {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .site-header__email-col {
    display: none;
  }
}

.site-header-email {
  position: relative;
  padding-left: 25px;
}

@media (max-width: 1339px) {
  .site-header-email {
    font-size: 15px;
  }
}

.site-header-email:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
  height: 17px;
  background: url(../img/i/green-envelope.webp) no-repeat 0 0;
}

.site-header-email__link {
  color: #fff;
  text-decoration: underline;
}

.site-header-email__link:hover, .site-header-email__link:focus {
  color: #fff;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .site-header__phones-col {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .site-header__phones-col {
    margin: 0 auto;
  }
}

.site-header-phones {
  display: flex;
  position: relative;
  padding-left: 30px;
}

@media (max-width: 1339px) {
  .site-header-phones {
    padding-left: 22px;
  }
}

@media (max-width: 1199px) {
  .site-header-phones {
    padding-left: 20px;
  }
}

.site-header-phones:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  height: 17px;
  background: url(../img/i/green-phone.webp) no-repeat 0 0;
}

.site-header-phones__item {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}

@media (max-width: 1339px) {
  .site-header-phones__item {
    font-size: 15px;
  }
}

.site-header-phones__item:hover, .site-header-phones__item:focus {
  color: #fff;
  opacity: 0.7;
}

.site-header-phones__item:not(:last-child) {
  margin-right: 25px;
}

@media (max-width: 1339px) {
  .site-header-phones__item:not(:last-child) {
    margin-right: 15px;
  }
}

@media (max-width: 1199px) {
  .site-header-phones__item:not(:last-child) {
    margin-right: 7px;
  }
}

/*@media (max-width: 575px) {
  .site-header-phones__item:last-child {
    display: none;
  }
}*/

.inner-page__header {
  margin-bottom: 30px;
}

@media (max-width: 1499px) {
  .inner-page__header {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .inner-page__header {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .inner-page__header {
    margin-bottom: 30px;
  }
}

@media (max-width: 409px) {
  .inner-page__header {
    margin-bottom: 18px;
  }
}

.site-header__first-holder {
  height: 95px;
  margin-bottom: 27px;
}

@media (max-width: 1699px) {
  .site-header__first-holder {
    margin-bottom: 20px;
  }
}

@media (max-width: 1499px) {
  .site-header__first-holder {
    margin-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .site-header__first-holder {
    height: 126px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .site-header__first-holder {
    height: 50px;
  }
}

@media (max-width: 409px) {
  .site-header__first-holder {
    height: 38px;
  }
}

.site-header__fixed-wrapper {
  height: 100%;
  top: -100%;
  transition: top 0.3s ease;
}

.site-header_fixed .site-header__fixed-wrapper {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
  padding: 10px 0;
}

.site-header_fixed .site-header__logo-col {
  margin-right: auto;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .site-header_fixed .site-header__logo-col {
    order: -2;
  }
}

@media (min-width: 1500px) and (max-width: 1729px) {
  .site-header_fixed .site-header__logo-col {
    flex: 0 0 220px;
    max-width: 220px;
  }
}

@media (max-width: 991px) {
  .site-header_fixed .site-header__logo-col {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .site-header_fixed .site-header__logo-wrap {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header_fixed .site-header__mobile-menu-btn {
    margin-right: 0;
  }
}

.site-header_fixed .site-header__fixed-phone-col {
  display: block;
}

@media (min-width: 1200px) {
  .site-header_fixed .site-header__fixed-phone-col {
    order: -1;
  }
}

@media (min-width: 1730px) {
  .site-header_fixed .site-header__cart-col {
    margin-left: 15px;
  }
}

@media (max-width: 1729px) {
  .site-header_fixed .site-header__cart-col {
    margin-left: 0;
  }
}

.site-header_fixed .site-header__logo-pic {
  max-height: 60px;
}

.site-header_fixed .site-header__search-col {
  padding-left: 0;
}

@media (min-width: 992px) {
  .site-header_fixed .site-header__search-col {
    margin-left: auto;
  }
}

@media (min-width: 1730px) {
  .site-header_fixed .site-header__search-col {
    flex: 0 0 370px;
    max-width: 370px;
  }
}

@media (min-width: 1500px) and (max-width: 1729px) {
  .site-header_fixed .site-header__search-col {
    flex: 0 0 225px;
    max-width: 225px;
  }
}

@media (max-width: 1729px) {
  .site-header_fixed .site-header__search-col {
    flex: 0 0 auto;
    max-width: auto;
  }
}

@media (max-width: 1499px) {
  .site-header_fixed .open-search_header {
    display: none;
  }
}

@media (min-width: 1500px) and (max-width: 1729px) {
  .site-header_fixed .open-search__field {
    padding: 10px 10px 10px 32px;
  }
  .site-header_fixed .open-search__field::placeholder {
    font-size: 14px;
  }
}

@media (min-width: 1500px) and (max-width: 1729px) {
  .site-header_fixed .open-search__submit {
    left: 13px;
  }
}

@media (max-width: 1499px) {
  .site-header_fixed .site-header__mobile-search-btn {
    display: inline-flex;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .site-header_fixed .site-header__mobile-search-btn {
    width: 34px;
    height: 34px;
    min-height: 34px;
  }
}

@media (max-width: 767px) {
  .site-header_fixed .site-header__mobile-search-btn-i {
    width: 12px;
  }
}

@media (max-width: 767px) {
  .site-header_fixed .site-header__cart-btn {
    width: 34px;
    height: 34px;
    min-height: 34px;
  }
}

@media (max-width: 767px) {
  .site-header_fixed .site-header__cart-btn_notified:after {
    top: 0;
    left: 20px;
  }
}

@media (min-width: 992px) {
  .site-header_fixed .site-header__fixed-phone-col {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .site-header_fixed .site-header__fixed-phone-col {
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .site-header_fixed .site-header__fixed-phone {
    font-size: 22px;
  }
}

@media (min-width: 1340px) {
  .site-header_fixed .site-header__fixed-phone {
    font-size: 23px;
  }
}

@media (min-width: 1500px) {
  .site-header_fixed .site-header__fixed-phone {
    font-size: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .site-header_fixed .site-header__fixed-phone {
    font-size: 19px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header_fixed .site-header__fixed-phone {
    font-size: 23px;
  }
}

@media (max-width: 409px) {
  .site-header_fixed .site-header__fixed-phone {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .site-header_fixed .mobile-catalog-col {
    order: 2;
  }
}

@media (max-width: 991px) {
  .site-header_fixed .big-catalog-menu__btn {
    width: auto;
  }
}

@media (max-width: 767px) {
  .site-header_fixed .big-catalog-menu__btn {
    min-height: 34px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .site-header_fixed .site-header__backcall-col,
  .site-header_fixed .site-header__consult-col,
  .site-header_fixed .site-header__divider,
  .site-header_fixed .site-header__shop-links-col {
    display: none;
  }
}

.site-header__first-content {
  height: 100%;
}

.site-header__first-row {
  align-items: center;
  height: 100%;
}

.site-header__logo-col {
  padding-right: 5px;
}

@media (max-width: 1199px) {
  .site-header__logo-col {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .site-header__logo-col {
    padding-right: 0;
  }
}

a.site-header__logo-wrap {
  transition: opacity 0.3s ease;
}

@media (max-width: 1729px) {
  a.site-header__logo-wrap {
    display: block;
    max-width: 300px;
  }
}

@media (max-width: 1499px) {
  a.site-header__logo-wrap {
    max-width: 250px;
  }
}

@media (max-width: 1339px) {
  a.site-header__logo-wrap {
    max-width: 190px;
  }
}

@media (max-width: 1199px) {
  a.site-header__logo-wrap {
    max-width: 250px;
  }
}

@media (max-width: 991px) {
  a.site-header__logo-wrap {
    max-width: 200px;
  }
}

@media (max-width: 409px) {
  a.site-header__logo-wrap {
    max-width: 155px;
  }
}

a.site-header__logo-wrap:hover, a.site-header__logo-wrap:focus {
  opacity: 0.6;
}

@media (min-width: 1200px) {
  .mobile-catalog-col {
    display: none;
  }
}

@media (max-width: 991px) {
  .mobile-catalog-col {
    order: 3;
  }
}

@media (max-width: 767px) {
  .mobile-catalog-col {
    order: 1;
    padding-right: 0;
  }
}

@media (max-width: 519px) {
  .mobile-catalog-col {
    display: none;
  }
}

@media (min-width: 1200px) {
  .site-header__divider {
    display: none;
  }
}

@media (max-width: 1199px) {
  .site-header__divider {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .site-header__divider {
    display: none;
  }
}

.site-header__search-col {
  flex: 0 0 405px;
  max-width: 405px;
  padding-right: 0;
}

@media (max-width: 1729px) {
  .site-header__search-col {
    flex: 0 0 295px;
    max-width: 295px;
  }
}

@media (max-width: 1499px) {
  .site-header__search-col {
    flex: 0 0 265px;
    max-width: 265px;
  }
}

@media (max-width: 1339px) {
  .site-header__search-col {
    flex: 0 0 225px;
    max-width: 225px;
  }
}

@media (max-width: 1199px) {
  .site-header__search-col {
    order: 1;
    flex-grow: 1;
    max-width: inherit;
  }
}

@media (max-width: 767px) {
  .site-header__search-col {
    flex-grow: unset;
    flex: 0 0 auto;
    order: 2;
  }
}

.site-header__fixed-phone-col {
  display: none;
  padding-right: 0;
}

.site-header__fixed-phone {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

@media (min-width: 768px) {
  .site-header__mobile-search-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .site-header__mobile-search-btn {
    width: 54px;
    height: 54px;
    padding: 0;
    border: 0;
    border-radius: 100%;
  }
  .site-header__mobile-search-btn:hover, .site-header__mobile-search-btn:focus {
    opacity: 0.6;
  }
  .site-header__mobile-search-btn:active {
    margin-top: 2px;
  }
}

@media (max-width: 409px) {
  .site-header__mobile-search-btn {
    width: 34px;
    height: 34px;
    min-height: 34px;
  }
}

.site-header__mobile-search-btn-i {
  filter: invert(100);
}

@media (max-width: 409px) {
  .site-header__mobile-search-btn-i {
    width: 12px;
  }
}

.open-search {
  position: relative;
}

@media (max-width: 767px) {
  .open-search_header {
    display: none;
  }
}

.open-search__field {
  padding-left: 48px;
}

@media (max-width: 1499px) {
  .open-search__field {
    padding: 10px 15px 10px 37px;
  }
}

@media (max-width: 1339px) {
  .open-search__field {
    font-size: 14px;
    padding-left: 30px;
  }
  .open-search__field::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .open-search__field {
    font-size: 15px;
    padding-left: 35px;
  }
  .open-search__field::placeholder {
    font-size: 15px;
  }
}

.open-search_wide__field {
  padding-right: 48px;
  padding-left: 25px;
}

@media (max-width: 1499px) {
  .open-search_wide__field {
    padding: 10px 37px 10px 15px;
  }
}

.open-search__submit {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 15px;
  height: 16px;
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  background: url(../img/i/black-magnifier.webp) no-repeat 0 0;
  transition: all 0.3s ease;
}

@media (max-width: 1499px) {
  .open-search__submit {
    left: 15px;
  }
}

@media (max-width: 1339px) {
  .open-search__submit {
    left: 10px;
  }
}

@media (max-width: 1199px) {
  .open-search__submit {
    left: 13px;
  }
}

.open-search__submit:hover, .open-search__submit:focus {
  opacity: 0.6;
}

.open-search__submit:active {
  margin-top: 2px;
}

.open-search_wide-submit {
  left: auto;
  right: 30px;
}

@media (max-width: 1499px) {
  .open-search_wide-submit {
    right: 16px;
  }
}

.site-header__backcall-col {
  padding-right: 0;
}

@media (max-width: 767px) {
  .site-header__backcall-col {
    display: none;
  }
}

.site-header__backcall-btn {
  position: relative;
  padding-left: 55px;
}

.site-header__backcall-btn:before {
  content: '';
  position: absolute;
  left: 27px;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  height: 17px;
  background: url(../img/i/black-phone.webp) no-repeat 0 0;
  transition: all ease 0.3s;
}

@media (max-width: 1729px) {
  .site-header__backcall-btn:before {
    left: 15px;
  }
}

@media (min-width: 1730px) {
  .site-header__backcall-btn {
    width: 214px;
  }
}

@media (max-width: 1729px) {
  .site-header__backcall-btn {
    padding-left: 35px;
  }
}

.site-header__backcall-btn:hover:before, .site-header__backcall-btn:focus:before {
  filter: invert(1);
}

@media (max-width: 1339px) {
  .site-header__backcall-btn {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .site-header__backcall-btn {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .site-header__backcall-btn {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .site-header__consult-col {
    padding-right: 0;
  }
}

@media (min-width: 1730px) {
  .site-header__consult-col {
    margin-right: 11px;
  }
}

@media (max-width: 767px) {
  .site-header__consult-col {
    display: none;
  }
}

.site-header__consult-btn {
  position: relative;
  padding-left: 55px;
}

.site-header__consult-btn:before {
  content: '';
  position: absolute;
  left: 27px;
  top: 50%;
  transform: translate(0, -50%);
  width: 19px;
  height: 16px;
  background: url(../img/i/black-chat-cloud.webp) no-repeat 0 0;
  transition: all ease 0.3s;
}

@media (max-width: 1729px) {
  .site-header__consult-btn:before {
    left: 10px;
  }
}

.site-header__consult-btn:hover:before, .site-header__consult-btn:focus:before {
  filter: invert(1);
}

@media (min-width: 1730px) {
  .site-header__consult-btn {
    width: 284px;
  }
}

@media (max-width: 1729px) {
  .site-header__consult-btn {
    padding-left: 35px;
  }
}

@media (max-width: 1339px) {
  .site-header__consult-btn {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .site-header__consult-btn {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .site-header__consult-btn {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .site-header__shop-links-col {
    order: 2;
  }
}

@media (max-width: 767px) {
  .site-header__shop-links-col {
    display: none;
  }
}

@media (min-width: 409px) {
  .site-header-phones__mobile-item {
    display: none;
  }
}

.shop-links-warp {
  display: flex;
  align-items: center;
}

.shop-links-warp__item {
  position: relative;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}

@media (max-width: 1499px) {
  .shop-links-warp__item {
    max-width: 40px;
  }
}

@media (max-width: 1339px) {
  .shop-links-warp__item {
    max-width: 35px;
  }
}

.shop-links-warp__item:not(:last-child) {
  margin-right: 15px;
}

@media (max-width: 1729px) {
  .shop-links-warp__item:not(:last-child) {
    margin-right: 5px;
  }
}

.shop-links-warp__item:hover, .shop-links-warp__item:focus {
  opacity: 0.5;
}

.shop-links-warp__item_notified:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 3px solid #fff;
  background: #ff843e;
}

.site-header__cart-col {
  margin-left: auto;
  padding-left: 0;
}

@media (max-width: 1199px) {
  .site-header__cart-col {
    order: 3;
  }
}

@media (max-width: 767px) {
  .site-header__cart-col {
    display: flex;
    margin-left: 0;
    padding-left: 15px;
  }
}

.site-header__cart-btn {
  width: 137px;
  padding-left: 50px;
  position: relative;
}

@media (max-width: 1499px) {
  .site-header__cart-btn {
    width: 125px;
    padding-left: 35px;
  }
}

.site-header__cart-btn:before {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 17px;
  background: url(../img/i/white-cart.webp) no-repeat 0 0;
  transition: all ease 0.3s;
}

@media (max-width: 1499px) {
  .site-header__cart-btn:before {
    left: 12px;
  }
}

@media (max-width: 1339px) {
  .site-header__cart-btn:before {
    left: 8px;
  }
}

@media (max-width: 1339px) {
  .site-header__cart-btn {
    font-size: 15px;
    width: 115px;
    padding-left: 38px;
  }
}

@media (max-width: 767px) {
  .site-header__cart-btn {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    padding: 0;
  }
  .site-header__cart-btn:before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 409px) {
  .site-header__cart-btn {
    width: 34px;
    height: 34px;
    min-height: 34px;
  }
}

@media (max-width: 767px) {
  .site-header__cart-btn-text {
    display: none;
  }
}

.site-header__cart-btn_notified:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 30px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #ff843e;
}

@media (max-width: 1499px) {
  .site-header__cart-btn_notified:after {
    left: 25px;
  }
}

@media (max-width: 1339px) {
  .site-header__cart-btn_notified:after {
    left: 18px;
  }
}

@media (max-width: 767px) {
  .site-header__cart-btn_notified:after {
    left: 30px;
  }
}

@media (max-width: 409px) {
  .site-header__cart-btn_notified:after {
    top: 0;
    left: 20px;
  }
}

.site-header__catalog-col {
  padding-right: 10px;
  position: static;
}

@media (max-width: 1199px) {
  .site-header__catalog-col {
    display: none;
  }
}

.big-catalog-menu:hover .big-catalog-menu__list-holder {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.big-catalog-menu__btn {
  width: 220px;
  padding-left: 42px;
}

@media (max-width: 1499px) {
  .big-catalog-menu__btn {
    width: 180px;
    padding-left: 35px;
  }
}

@media (max-width: 1339px) {
  .big-catalog-menu__btn {
    width: 150px;
    padding-left: 45px;
  }
}

@media (max-width: 1199px) {
  .big-catalog-menu__btn {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .big-catalog-menu__btn {
    width: auto;
    padding: 10px 20px;
  }
}

@media (min-width: 1200px) {
  .big-catalog-menu__btn:hover .big-catalog-menu__btn-burger {
    background: rgba(255, 255, 255, 0);
  }
  .big-catalog-menu__btn:hover .big-catalog-menu__btn-burger:before {
    transform: rotate(45deg);
    bottom: 0;
  }
  .big-catalog-menu__btn:hover .big-catalog-menu__btn-burger:after {
    transform: rotate(-45deg);
    top: 0;
  }
}

.big-catalog-menu__btn-burger {
  position: absolute;
  left: 38px;
  top: 50%;
  transform: translate(0, -50%);
  width: 9px;
  height: 2px;
  background: white;
  transition: all 0.3s ease;
}

@media (max-width: 1499px) {
  .big-catalog-menu__btn-burger {
    left: 25px;
  }
}

@media (max-width: 1339px) {
  .big-catalog-menu__btn-burger {
    left: 17px;
  }
}

@media (max-width: 767px) {
  .big-catalog-menu__btn-burger {
    display: none;
  }
}

.big-catalog-menu__btn-burger:before {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 17px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

.big-catalog-menu__btn-burger:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 17px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

.big-catalog-menu__list-holder {
  visibility: hidden;
  left: 0;
  right: 0;
  position: absolute;
  padding-top: 12px;
  opacity: 0;
  transform: translate(0, -30px);
  transition: all 0.3s ease;
}

.big-catalog-menu__list-wrap {
  background: #edeef8;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  padding: 40px 0 50px;
}

@media (max-width: 1729px) {
  .big-catalog-menu__list-wrap {
    padding: 30px 0 40px;
  }
}

@media (max-width: 1499px) {
  .big-catalog-menu__list-wrap {
    padding: 25px 0 35px;
  }
}

.big-catalog-menu__list-container > ul {
  column-count: 6;
}

@media (max-width: 1499px) {
  .big-catalog-menu__list-container > ul {
    column-count: 5;
  }
}

.big-catalog-menu__list-container > ul > li {
  break-inside: avoid-column;
  padding-right: 25px;
}

@media (max-width: 1499px) {
  .big-catalog-menu__list-container > ul > li {
    padding-right: 15px;
  }
}

.big-catalog-menu__list-container > ul > li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1499px) {
  .big-catalog-menu__list-container > ul > li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.big-catalog-menu__list-container > ul ul li a {
  display: inline-block;
  line-height: 1.2;
  font-size: 14px;
  color: #000;
}

.big-catalog-menu__list-container > ul ul li a:hover, .big-catalog-menu__list-container > ul ul li a:focus {
  color: #0b7c3d;
}

.big-catalog-menu__list-container > ul ul li:not(:last-child) {
  margin-bottom: 10px;
}

.big-catalog-menu__list-container ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.big-catalog-menu__list-i-wrap {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
}

.big-catalog-menu__list-i {
  max-height: 100%;
}

.big-catalog-menu__list-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #0b7c3d;
  margin-bottom: 10px;
}

.site-header__menu-col {
  flex-grow: 1;
}

@media (max-width: 1199px) {
  .site-header__menu-col {
    display: none;
  }
}

.main-menu {
  display: flex;
  background: #edeef8;
  border-radius: 5px;
  height: 100%;
  padding-left: 95px;
  padding-right: 95px;
}

@media (max-width: 1729px) {
  .main-menu {
    padding-left: 45px;
	padding-right: 45px;
  }
}

@media (max-width: 1339px) {
  .main-menu {
    padding-left: 25px;
	padding-right: 25px;
  }
}

.main-menu > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.main-menu > ul > li.active > a {
  color: #0b7c3d;
}

.main-menu > ul > li > a {
  color: #000;
}

.main-menu > ul > li > a:hover, .main-menu > ul > li > a:focus {
  color: #0b7c3d;
}

.main-menu > ul > li:not(:last-child) {
  margin-right: 100px;
}

@media (max-width: 1729px) {
  .main-menu > ul > li:not(:last-child) {
    margin-right: 60px;
  }
}

@media (max-width: 1499px) {
  .main-menu > ul > li:not(:last-child) {
    margin-right: 40px;
  }
}

@media (max-width: 1339px) {
  .main-menu > ul > li:not(:last-child) {
    margin-right: 30px;
  }
}

.main-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*Home page*/
.home-page__header {
  margin-bottom: 29px;
}

.home-page__intro {
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .home-page__intro {
    margin-bottom: 30px;
  }
}

@media (min-width: 1730px) {
  .intro-section__present-col {
    flex: 0 0 1263px;
    max-width: 1263px;
  }
}

@media (max-width: 1199px) {
  .intro-section__present-col {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .intro-section__present-col {
    margin-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .intro-section__form-col {
    padding-left: 7px;
  }
}

@media (min-width: 1730px) {
  .intro-section__form-col {
    max-width: 445px;
  }
}

.intro-section__form-col form {
  height: 100%;
}

.intro-section__form {
  height: 100%;
}

@media (max-width: 1729px) {
  .intro-section__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 1729px) {
  .intro-section__form .open-form__header {
    margin: 0 0 19px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .intro-section__form-content {
    display: flex;
    flex-wrap: wrap;
  }
  .intro-section__form-content .form-agreement {
    min-width: 100%;
  }
  .intro-section__form-content .gray-form__submit-wrap {
    flex-grow: 1;
  }
  .intro-section__form-content .form-submit-btn {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .intro-section__form-content .gray-form__submit-wrap {
    max-width: 35%;
  }
  .intro-section__form-content .form-submit-btn {
    font-size: 14px;
    padding: 5px 7px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .intro-section__form .intro-section__form-content .form-group {
    margin: 0 7px 0 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.present-single:not(.slick-initialized) .present-single__item:not(:first-child) {
  display: none;
}

.present-single.slick-dotted {
  margin-bottom: 0;
}

.present-single__item {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

@media (max-width: 767px) {
  .present-single__item {
    border-radius: 10px;
  }
}

@media (min-width: 1500px) {
  .present-single__item {
    height: 353px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .present-single__item {
    height: 330px;
  }
}

.present-single__item-link {
  transition: opacity 0.3s ease;
}

.present-single__item-link:hover, .present-single__item-link:focus {
  opacity: 0.75;
}

@media (min-width: 1200px) {
  .present__item-pic {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    max-width: inherit;
  }
}

@media (min-width: 1200px) and (max-width: 1729px) {
  .present__item-pic {
    height: 100%;
  }
}

.circle-arrowed-present .slick-arrow {
  width: 52px;
  height: 52px;
  background: #fff;
  z-index: 1;
  border-radius: 100%;
  transition: all 0.3s ease;
}

.circle-arrowed-present .slick-arrow:hover, .circle-arrowed-present .slick-arrow:focus {
  opacity: 0.6;
}

.circle-arrowed-present .slick-arrow:active {
  margin-top: 5px;
}

.circle-arrowed-present .slick-arrow:before {
  display: none;
}

.circle-arrowed-present .slick-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 16px;
  background: url(../img/i/black-arrows.webp) no-repeat 0 0;
}

.circle-arrowed-present .slick-prev {
  left: -15px;
}

.circle-arrowed-present .slick-next {
  right: -15px;
}

.circle-arrowed-present .slick-next:after {
  background-position: -20px 0;
}

.circle-arrowed-present .slick-dots {
  left: 0;
}

.circle-arrowed-present .slick-dots li {
  width: auto;
  height: auto;
}

.circle-arrowed-present .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  background: #b5b5b5;
  border-radius: 100%;
}

.circle-arrowed-present .slick-dots li button:before {
  display: none;
}

.circle-arrowed-present .slick-dots li.slick-active > button {
  background: #4d4d4d;
}

.home-page__materials {
  margin-bottom: 62px;
}

@media (max-width: 1729px) {
  .home-page__materials {
    margin-bottom: 50px;
  }
}

@media (max-width: 1499px) {
  .home-page__materials {
    margin-bottom: 45px;
  }
}

@media (max-width: 1339px) {
  .home-page__materials {
    margin-bottom: 40px;
  }
}

.home-page__materials .slick-dots {
  bottom: -15px;
}

.materials-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .materials-section__header {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .materials-section__header {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .materials-section__title {
    margin-bottom: 15px;
  }
}

.materials-section__more {
  text-decoration: underline;
}

.materials-present__item {
  padding: 15px 10px 25px;
}

@media (max-width: 767px) {
  .materials-present__item {
    padding: 0px 3px 6px;
  }
}

.materials-present .slick-list {
  margin: 0 -10px;
}

@media (max-width: 767px) {
  .materials-present .slick-list {
    margin: 0 -3px;
  }
}

.materials-present:not(.slick-initialized) .materials-present__item:first-child {
  opacity: 0;
}

.materials-present:not(.slick-initialized) .materials-present__item:not(:first-child) {
  display: none;
}

.material-cat-item {
  display: flex;
  flex-direction: column;
  background: #edeef8;
  border-radius: 5px;
  box-shadow: -3px 8px 7px 2px rgba(0, 0, 0, 0.08);
  padding: 27px 25px 0;
  height: 190px;
  transition: all 0.3s ease;
}

@media (max-width: 1499px) {
  .material-cat-item {
    padding: 20px 20px 0;
  }
}

@media (max-width: 991px) {
  .material-cat-item {
    padding: 15px 15px 0;
    height: 185px;
  }
}

@media (max-width: 767px) {
  .material-cat-item {
    box-shadow: none;
    padding: 10px 10px 0;
    height: 165px;
  }
}

.material-cat-item:hover, .material-cat-item:focus {
  opacity: 0.75;
  text-decoration: none;
}

@media (min-width: 768px) {
  .material-cat-item:hover, .material-cat-item:focus {
    transform: translate(0, -10px);
  }
}

.material-cat-item__title {
  font-size: 16px;
  font-weight: 900;
  color: #2d353b;
  text-align: center;
}

@media (max-width: 767px) {
  .material-cat-item__title {
    font-size: 14px;
  }
}

.material-cat-item__pic {
  margin-top: auto;
  align-self: center;
}

.home-page__preims-blocks {
  margin-bottom: 84px;
}

@media (max-width: 1729px) {
  .home-page__preims-blocks {
    margin-bottom: 64px;
  }
}

@media (max-width: 1499px) {
  .home-page__preims-blocks {
    margin-bottom: 54px;
  }
}

@media (max-width: 1339px) {
  .home-page__preims-blocks {
    margin-bottom: 45px;
  }
}

@media (max-width: 1199px) {
  .home-page__preims-blocks {
    margin-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .home-page__preims-blocks {
    margin-bottom: 30px;
  }
}

.home-page__popular {
  margin-bottom: 78px;
}

@media (max-width: 1729px) {
  .home-page__popular {
    margin-bottom: 65px;
  }
}

@media (max-width: 1499px) {
  .home-page__popular {
    margin-bottom: 55px;
  }
}

@media (max-width: 1339px) {
  .home-page__popular {
    margin-bottom: 45px;
  }
}

@media (max-width: 1199px) {
  .home-page__popular {
    margin-bottom: 30px;
  }
}

.popular-products-section__title {
  margin-bottom: 45px;
}

@media (max-width: 1729px) {
  .popular-products-section__title {
    margin-bottom: 40px;
  }
}

@media (max-width: 1499px) {
  .popular-products-section__title {
    margin-bottom: 35px;
  }
}

@media (max-width: 1339px) {
  .popular-products-section__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .popular-products-section__title {
    margin-bottom: 25px;
  }
}

.home-page__materals-cats {
  margin-bottom: 80px;
}

@media (max-width: 1729px) {
  .home-page__materals-cats {
    margin-bottom: 65px;
  }
}

@media (max-width: 1499px) {
  .home-page__materals-cats {
    margin-bottom: 55px;
  }
}

@media (max-width: 1339px) {
  .home-page__materals-cats {
    margin-bottom: 45px;
  }
}

@media (max-width: 1199px) {
  .home-page__materals-cats {
    margin-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .home-page__materals-cats {
    margin-bottom: 30px;
  }
}

.materials-cats-section__title {
  margin-bottom: 45px;
}

@media (max-width: 1729px) {
  .materials-cats-section__title {
    margin-bottom: 40px;
  }
}

@media (max-width: 1499px) {
  .materials-cats-section__title {
    margin-bottom: 35px;
  }
}

@media (max-width: 1339px) {
  .materials-cats-section__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .materials-cats-section__title {
    margin-bottom: 25px;
  }
}

.mat-cats {
  margin: 0 -11px 22px;
}

.mat-cats__col {
  padding: 0 11px;
  margin-bottom: 22px;
}

.rounded-box {
  border-radius: 25px;
  padding: 35px 40px 30px;
  background: #edeef8;
  box-shadow: -10px 15px 10px 2px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1729px) {
  .rounded-box {
    padding: 25px;
  }
}

@media (max-width: 1339px) {
  .rounded-box {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .rounded-box {
    box-shadow: -7px 7px 7px 7px rgba(0, 0, 0, 0.05);
  }
}

.rounded-box_green {
  color: #fff;
  background: linear-gradient(to bottom, #0b7c3d 0%, #08572b 100%);
}

.mat-cat-item {
  display: flex;
  height: 100%;
  padding-top: 39px;
}

@media (max-width: 1339px) {
  .mat-cat-item {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .mat-cat-item {
    flex-direction: column;
  }
}

.mat-cat-item:hover, .mat-cat-item:focus {
  color: #fff;
  background: linear-gradient(to bottom, #0b7c3d 0%, #08572b 100%);
}

.mat-cat-item:hover .mat-cat-item__toggle, .mat-cat-item:focus .mat-cat-item__toggle {
  color: #fff;
}

.mat-cat-item__pic-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: 0 0 260px;
  max-width: 260px;
  margin-right: 35px;
}

@media (max-width: 1729px) {
  .mat-cat-item__pic-wrap {
    flex: 0 0 210px;
    max-width: 210px;
  }
}

@media (max-width: 1499px) {
  .mat-cat-item__pic-wrap {
    flex: 0 0 180px;
    max-width: 180px;
    margin-right: 25px;
  }
}

@media (max-width: 1339px) {
  .mat-cat-item__pic-wrap {
    flex: 0 0 140px;
    max-width: 140px;
    margin-right: 15px;
  }
}

@media (max-width: 1199px) {
  .mat-cat-item__pic-wrap {
    flex: 0 0 260px;
    max-width: 260px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .mat-cat-item__pic-wrap {
    flex: 0 0 auto;
    max-width: inherit;
    margin: 0 0 15px;
  }
}

.mat-cat-item__content-wrap {
  flex-grow: 1;
}

.mat-cat-item__title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 19px;
}

@media (max-width: 1339px) {
  .mat-cat-item__title {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .mat-cat-item__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.mat-cat-item__text {
  line-height: 1.5;
  margin-bottom: 26px;
}

@media (max-width: 1499px) {
  .mat-cat-item__text {
    line-height: 1.35;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .mat-cat-item__text {
    margin-bottom: 10px;
  }
}

.mat-cat-item__text_shorted:after {
  content: '...';
}

.mat-cat-item__content-wrap:not(.mat-cat-item__content-wrap_shorted) .mat-cat-item__text_shorted {
  display: none;
}

.mat-cat-item__content-wrap_shorted .mat-cat-item__text {
  display: none;
}

.mat-cat-item__content-wrap_shorted .mat-cat-item__text_shorted {
  display: block;
}

.mat-cat-item__toggle {
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: underline;
  color: #084d27;
}

.home-page__devs-logos {
  margin-bottom: 26px;
}

@media (max-width: 991px) {
  .home-page__devs-logos {
    margin-bottom: 40px;
  }
}

.devs-logos-section__title {
  margin-bottom: 40px;
}

@media (max-width: 1729px) {
  .devs-logos-section__title {
    margin-bottom: 35px;
  }
}

@media (max-width: 1499px) {
  .devs-logos-section__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .devs-logos-section__title {
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .devs-logos-section__title {
    margin-bottom: 15px;
  }
}

.logos-present {
  padding: 0 35px;
}

.logos-present .slick-arrow {
  background: #edeef8;
}

.logos-present:not(.slick-initialized) .logos-present__item:not(:first-child) {
  display: none;
}

.logos-present .slick-dots {
  bottom: -15px;
}

.logos-present__item {
  display: flex;
  transition: opacity 0.3s ease;
}

.logos-present__item:hover, .logos-present__item:focus {
  opacity: 0.6;
}

.logos-present__item-pic-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.logos-present__item-pic {
  max-height: 100%;
  max-width: 80%;
}

@media (max-width: 1199px) {
  .logos-present__item-pic {
    max-width: 70%;
  }
}

.hit-products-section {
  border-top: 1px solid #dee0ee;
  padding-top: 78px;
}

@media (max-width: 1729px) {
  .hit-products-section {
    padding-top: 65px;
  }
}

@media (max-width: 1499px) {
  .hit-products-section {
    padding-top: 55px;
  }
}

@media (max-width: 1339px) {
  .hit-products-section {
    padding-top: 45px;
  }
}

@media (max-width: 1199px) {
  .hit-products-section {
    padding-top: 35px;
  }
}

@media (max-width: 991px) {
  .hit-products-section {
    padding-top: 30px;
  }
}

.home-page__hits {
  margin-bottom: 85px;
}

@media (max-width: 1729px) {
  .home-page__hits {
    margin-bottom: 65px;
  }
}

@media (max-width: 1499px) {
  .home-page__hits {
    margin-bottom: 55px;
  }
}

@media (max-width: 1339px) {
  .home-page__hits {
    margin-bottom: 45px;
  }
}

@media (max-width: 1199px) {
  .home-page__hits {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .home-page__hits {
    margin-bottom: 30px;
  }
}

.hit-products-section__title {
  margin-bottom: 45px;
}

@media (max-width: 1729px) {
  .hit-products-section__title {
    margin-bottom: 40px;
  }
}

@media (max-width: 1499px) {
  .hit-products-section__title {
    margin-bottom: 35px;
  }
}

@media (max-width: 1199px) {
  .hit-products-section__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .hit-products-section__title {
    margin-bottom: 25px;
  }
}

.home-page__tips {
  margin-bottom: 85px;
}

@media (max-width: 1729px) {
  .home-page__tips {
    margin-bottom: 65px;
  }
}

@media (max-width: 1499px) {
  .home-page__tips {
    margin-bottom: 55px;
  }
}

@media (max-width: 1339px) {
  .home-page__tips {
    margin-bottom: 45px;
  }
}

@media (max-width: 1199px) {
  .home-page__tips {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .home-page__tips {
    margin-bottom: 30px;
  }
}

.home-page__about {
  margin-bottom: 45px;
}

@media (max-width: 1339px) {
  .home-page__about {
    margin-bottom: 45px;
  }
}

@media (max-width: 1199px) {
  .home-page__about {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .home-page__about {
    margin-bottom: 30px;
  }
}

.about-block__title {
  font-size: 24px;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .about-block__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .about-block__title {
    margin-bottom: 15px;
  }
}

.about-section__content-col {
  padding-right: 0;
}

@media (max-width: 1199px) {
  .about-section__content-col {
    margin-bottom: 30px;
  }
}

@media (min-width: 786px) {
  .buy-materials {
    padding-bottom: 50px;
  }
}

.buy-materials__pic-col {
  flex: 0 0 288px;
  max-width: 288px;
}

@media (max-width: 1729px) {
  .buy-materials__pic-col {
    flex: 0 0 240px;
    max-width: 240px;
    padding-right: 10px;
  }
}

@media (max-width: 1499px) {
  .buy-materials__pic-col {
    flex: 0 0 220px;
    max-width: 220px;
    padding-right: 10px;
  }
}

@media (max-width: 1339px) {
  .buy-materials__pic-col {
    flex: 0 0 190px;
    max-width: 190px;
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .buy-materials__pic-col {
    flex: 0 0 288px;
    max-width: 288px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .buy-materials__pic-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}

.buy-materials__pic {
  margin-bottom: 15px;
  border-radius: 5px;
}

.buy-materials__price-btn {
  width: 100%;
}

@media (max-width: 1729px) {
  .buy-materials__price-btn {
    padding: 5px 15px;
  }
}

@media (max-width: 1499px) {
  .buy-materials__price-btn {
    padding: 5px 10px;
  }
}

@media (max-width: 1339px) {
  .buy-materials__price-btn {
    padding: 5px 7px;
  }
}

@media (max-width: 1199px) {
  .buy-materials__price-btn {
    font-size: 16px;
    padding: 5px 10px;
  }
}

@media (max-width: 767px) {
  .buy-materials__price-btn {
    max-width: 258px;
  }
}

.buy-materials__content-col {
  flex: 0 0 486px;
  max-width: 486px;
}

@media (max-width: 1729px) {
  .buy-materials__content-col {
    flex: 0 0 420px;
    max-width: 420px;
  }
}

@media (max-width: 1499px) {
  .buy-materials__content-col {
    flex: 0 0 385px;
    max-width: 385px;
  }
}

@media (max-width: 1339px) {
  .buy-materials__content-col {
    flex: 0 0 340px;
    max-width: 340px;
  }
}

@media (max-width: 1199px) {
  .buy-materials__content-col {
    flex: 0 0 632px;
    max-width: 632px;
  }
}

@media (max-width: 991px) {
  .buy-materials__content-col {
    flex: 0 0 392px;
    max-width: 392px;
  }
}

@media (max-width: 767px) {
  .buy-materials__content-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.buy-materials__title {
  font-size: 24px;
  color: #000;
  margin: 0 0 20px;
  line-height: 1.2;
}

@media (max-width: 1729px) {
  .buy-materials__title {
    line-height: 1.4;
    margin: 0 0 15px;
  }
}

@media (max-width: 1339px) {
  .buy-materials__title {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .buy-materials__title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .buy-materials__title {
    line-height: 1.2;
  }
}

.buy-materials__content a {
  color: #000;
  text-decoration: underline;
}

.buy-materials__content a:hover, .buy-materials__content a:focus {
  color: #0b7c3d;
}

.buy-materials__content p {
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .buy-materials__content p {
    font-size: 16px;
  }
}

@media (max-width: 1499px) {
  .br-big-note {
    display: none;
  }
}

/*Inner pages*/
.inner-content-area a {
  text-decoration: underline;
}

.inner-page__meta {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .inner-page__meta {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .inner-page__meta {
    margin-bottom: 15px;
  }
}

.page-meta__breadcrumbs {
  margin-bottom: 15px;
}

@media (max-width: 1499px) {
  .page-meta__breadcrumbs {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .page-meta__breadcrumbs {
    margin-bottom: 5px;
  }
}

.breadcrumbs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .breadcrumbs {
    justify-content: center;
  }
}

.breadcrumbs__link {
  font-size: 14px;
  color: #797c91;
}

.breadcrumbs__last {
  font-size: 14px;
  color: #797c91;
}

.breadcrumbs__sep {
  width: 4px;
  height: 4px;
  background: #797c91;
  border-radius: 100%;
  margin: 0 7px;
  align-self: center;
}

.breadcrumbs__sep:last-child {
  margin-right: 0;
}

.page-title {
  color: #000;
  font-size: 24px;
}

@media (max-width: 991px) {
  .page-title {
    text-align: center;
  }
}

@media (min-width: 1730px) {
  .cart-content__products-col {
    flex: 0 0 1118px;
    max-width: 1118px;
  }
}

@media (min-width: 1200px) and (max-width: 1729px) {
  .cart-content__products-col {
    flex: 0 0 1000px;
    max-width: 1000px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .cart-content__products-col {
    flex: 0 0 890px;
    max-width: 890px;
  }
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .cart-content__products-col {
    flex: 0 0 800px;
    max-width: 800px;
  }
}

@media (max-width: 1199px) {
  .cart-content__products-col {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .cart-content__products-col {
    margin-bottom: 30px;
  }
}

.cart-table td, .cart-table th {
  border: 0;
  padding: 22px 0;
}

@media (max-width: 991px) {
  .cart-table td, .cart-table th {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .cart-table {
    display: block;
  }
  .cart-table tbody {
    display: block;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  .cart-table .quantity-control {
    margin: 0 auto;
    width: 65px;
  }
}

@media (max-width: 991px) {
  .cart-table .quantity-control__field {
    font-size: 13px;
    height: 30px;
  }
}

@media (max-width: 991px) {
  .cart-table__title-row {
    display: none;
  }
}

.cart-table__title-row th {
  font-size: 14px;
  font-weight: 400;
  color: #2d353b;
  padding: 0 0 15px;
}

.cart-table__prod-item {
  position: relative;
}

.cart-table__prod-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 4px;
  border: 1px solid #dee0ee;
  border-radius: 5px;
  z-index: -1;
}

.cart-table__prod-item td {
  border-bottom: 4px solid transparent;
}

@media (max-width: 991px) {
  .cart-table__prod-item {
    display: flex;
    flex-wrap: wrap;
  }
  .cart-table__prod-item:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    order: -1;
  }
}

.cart-table .cart-table__prod-pic-col {
  padding-right: 10px;
  padding-left: 20px;
}

@media (max-width: 1729px) {
  .cart-table .cart-table__prod-pic-col {
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .cart-table .cart-table__prod-pic-col {
    order: -3;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .cart-table .cart-table__prod-pic-col {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.cart-table__prod-pic-wrap {
  display: flex;
  width: 110px;
  height: 80px;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

@media (max-width: 1499px) {
  .cart-table__prod-pic-wrap {
    width: 80px;
    height: 60px;
  }
}

@media (max-width: 991px) {
  .cart-table__prod-pic-wrap {
    width: 60px;
    height: 50px;
  }
}

.cart-table__prod-pic-wrap:hover, .cart-table__prod-pic-wrap:focus {
  opacity: 0.5;
}

.cart-table__prod-pic {
  max-height: 100%;
}

.cart-table .cart-table__prod-name-col {
  padding-right: 15px;
  max-width: 354px;
  min-width: 354px;
}

@media (max-width: 1729px) {
  .cart-table .cart-table__prod-name-col {
    max-width: 300px;
    min-width: 300px;
  }
}

@media (max-width: 1499px) {
  .cart-table .cart-table__prod-name-col {
    max-width: 280px;
    min-width: 280px;
  }
}

@media (max-width: 991px) {
  .cart-table .cart-table__prod-name-col {
    max-width: 75%;
    min-width: inherit;
    order: -2;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .cart-table .cart-table__prod-name-col {
    max-width: 72%;
  }
}

@media (max-width: 575px) {
  .cart-table .cart-table__prod-name-col {
    max-width: inherit;
    flex-grow: 1;
    padding-left: 80px;
    padding-right: 45px;
  }
}

.cart-table__prod-content {
  display: flex;
  flex-direction: column;
  color: #000;
}

.cart-table__prod-articul {
  font-size: 14px;
  margin-bottom: 5px;
}

.cart-table__prod-name {
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .cart-table__prod-name {
    font-size: 14px;
  }
}

.cart-table .cart-table__prod-price-col {
  padding-right: 25px;
}

@media (max-width: 991px) {
  .cart-table .cart-table__prod-price-col {
    padding-top: 5px;
    padding-left: 10px;
    align-self: center;
  }
}

@media (max-width: 575px) {
  .cart-table .cart-table__prod-price-col {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.cart-table .cart-table__prod-quant-col {
  padding-right: 25px;
}

@media (max-width: 991px) {
  .cart-table .cart-table__prod-quant-col {
    padding-top: 5px;
  }
}

@media (max-width: 575px) {
  .cart-table .cart-table__prod-quant-col {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.cart-table__prod-price {
  font-size: 24px;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 1499px) {
  .cart-table__prod-price {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .cart-table__prod-price {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .cart-table__prod-price {
    font-size: 14px;
  }
}

.cart-table__prod-currency {
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .cart-table__prod-currency {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .cart-table .cart-table__prod-total-col {
    align-self: center;
    padding-top: 5px;
  }
}

@media (max-width: 575px) {
  .cart-table .cart-table__prod-total-col {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}

.cart-table .cart-table__prod-delete-col {
  padding-right: 40px;
  padding-left: 45px;
}

@media (max-width: 1499px) {
  .cart-table .cart-table__prod-delete-col {
    padding: 0 25px;
  }
}

@media (max-width: 991px) {
  .cart-table .cart-table__prod-delete-col {
    position: absolute;
    top: 30px;
    right: 0;
  }
}

@media (max-width: 767px) {
  .cart-table .cart-table__prod-delete-col {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  .cart-table .cart-table__prod-delete-col {
    padding: 0 15px;
    top: 15px;
  }
}

.cart-table__prod-delete-i {
  padding: 0;
  border: 0;
  width: 23px;
  height: 27px;
  background: url(../img/i/gray-trash.webp) no-repeat 0 0;
  background-size: contain;
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
  .cart-table__prod-delete-i {
    width: 18px;
    background-size: contain;
  }
}

.cart-table__prod-delete-i:hover, .cart-table__prod-delete-i:focus {
  opacity: 0.5;
}

.quantity-control {
  position: relative;
  width: 114px;
}

@media (max-width: 1499px) {
  .quantity-control {
    width: 95px;
  }
}

.quantity-control__field {
  text-align: center;
  padding: 10px;
}

.quantity-control__btn {
  position: absolute;
  height: 100%;
  width: 30px;
  border: 0;
  padding: 0;
  background: transparent;
}

@media (max-width: 575px) {
  .quantity-control__btn {
    width: 20px;
  }
}

.quantity-control__btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 11px;
  background: url(../img/i/small-black-arrows.webp) no-repeat 0 0;
  transition: all 0.3s ease;
}

.quantity-control__btn:hover:before, .quantity-control__btn:focus:before {
  opacity: 0.5;
}

.quantity-control__btn:active:before {
  margin-top: 4px;
}

.quantity-control__btn_plus {
  right: 0;
  top: 0;
}

.quantity-control__btn_plus:before {
  background-position: -7px;
}

.quantity-control__btn_minus {
  left: 0;
  top: 0;
}

.cart-table-total {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .cart-table-total {
    flex-direction: column;
    align-items: center;
  }
}

.cart-table-total__text-col {
  margin-right: 24px;
}

@media (max-width: 767px) {
  .cart-table-total__text-col {
    margin: 0 0 20px;
  }
}

.cart-table-total__text {
  font-size: 14px;
  color: #0b7c3d;
  line-height: 1.4;
  text-align: right;
}

@media (max-width: 767px) {
  .cart-table-total__text {
    text-align: center;
  }
}

.cart-table-total__price-col {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .cart-table-total__price-col {
    text-align: center;
    margin: 0;
  }
}

.cart-table-total__title {
  font-size: 15px;
  margin-bottom: 5px;
}

.cart-table-total__price {
  font-size: 30px;
  white-space: nowrap;
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .cart-table-total__price {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .cart-table-total__price {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .cart-table-total__price {
    font-size: 20px;
  }
}

@media (min-width: 1730px) {
  .cart-content__form-col {
    flex: 0 0 590px;
    max-width: 590px;
  }
}

@media (min-width: 1200px) and (max-width: 1729px) {
  .cart-content__form-col {
    flex: 0 0 420px;
    max-width: 420px;
  }
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .cart-content__form-col {
    flex: 0 0 340px;
    max-width: 340px;
  }
}

.gray-form {
  background: #edeef8;
  border-radius: 25px;
  padding: 56px 15px 50px;
}

@media (max-width: 1729px) {
  .gray-form {
    padding: 30px 15px 30px;
  }
}

@media (max-width: 1339px) {
  .gray-form {
    padding: 20px 15px 20px;
  }
}

@media (max-width: 1199px) {
  .gray-form {
    padding: 20px 30px 20px;
  }
}

.gray-form__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 12px;
}

@media (max-width: 1199px) {
  .gray-form__submit-wrap {
    display: flex;
    justify-content: center;
  }
}

.form-submit-btn {
  width: 100%;
  font-weight: 900;
}

@media (max-width: 1199px) {
  .form-submit-btn {
    width: 270px;
  }
}

.form-agreement {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

.form-agreement a {
  color: #000;
}

.form-agreement a:hover, .form-agreement a:focus {
  color: #0b7c3d;
}

.form-switchers {
  display: flex;
}

@media (max-width: 575px) {
  .form-switchers {
    flex-direction: column;
  }
}

.form-switchers__item {
  flex-grow: 1;
  color: #b1b4d0;
  text-align: center;
}

@media (max-width: 1339px) {
  .form-switchers__item {
    padding: 10px 25px;
  }
}

.form-switchers__item:not(:last-child) {
  margin-right: 12px;
}

@media (max-width: 575px) {
  .form-switchers__item:not(:last-child) {
    margin: 0 0 12px;
  }
}

.form-switchers__item:not(.form-switchers__item_active):hover {
  color: #2d353b;
}

.form-switchers__item:focus {
  box-shadow: none;
}

.form-switchers__item_active {
  position: relative;
  color: #2d353b;
}

.form-switchers__item_active:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 10px;
  background: url(../img/i/green-shevron-down.webp) no-repeat 0 0;
}

@media (max-width: 1339px) {
  .form-switchers__item_active:before {
    width: 10px;
    height: 7px;
    left: 12px;
    background-size: contain;
  }
}

.fast-order-btn {
  position: fixed;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  padding: 20px 30px;
  border: 0;
  z-index: 9;
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.08);
  background: linear-gradient(to bottom, #fd813c 0%, #e9612a 100%);
  text-shadow: 2px 0 2px rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .fast-order-btn {
    right: 0;
    top: 50%;
    transform: translate(0, 100%) rotate(90deg);
    transform-origin: 100% 0;
    border-radius: 0 0 5px 5px;
  }
}

@media (max-width: 767px) {
  .fast-order-btn {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 5px 5px 0 0;
  }
}

.fast-order-btn:hover, .fast-order-btn:focus {
  opacity: 0.6;
}

@media (max-width: 1199px) {
  .fast-order-btn {
    font-size: 18px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .fast-order-btn {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .fast-order-btn {
    font-size: 15px;
    padding: 15px 20px;
  }
}

@media (max-width: 1499px) {
  .full-product-intro__delivery {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .full-product-intro__delivery {
    width: 100%;
  }
}

.page-wrapper__delivery {
  margin-bottom: 52px;
}

@media (max-width: 1729px) {
  .page-wrapper__delivery {
    margin-bottom: 45px;
  }
}

@media (max-width: 1499px) {
  .page-wrapper__delivery {
    margin-bottom: 40px;
  }
}

@media (max-width: 1339px) {
  .page-wrapper__delivery {
    margin-bottom: 35px;
  }
}

@media (max-width: 1199px) {
  .page-wrapper__delivery {
    margin-bottom: 30px;
  }
}

.delivery-cityes-section {
  background: #edeef8;
  padding: 50px 0 56px;
}

@media (max-width: 1729px) {
  .delivery-cityes-section {
    padding: 45px 0;
  }
}

@media (max-width: 1499px) {
  .delivery-cityes-section {
    padding: 40px 0;
  }
}

@media (max-width: 1339px) {
  .delivery-cityes-section {
    padding: 35px 0;
  }
}

@media (max-width: 1199px) {
  .delivery-cityes-section {
    padding: 30px 0;
  }
}

.delivery-cityes-section__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 38px;
}

@media (max-width: 1729px) {
  .delivery-cityes-section__title {
    font-size: 22px;
    margin-bottom: 34px;
  }
}

@media (max-width: 1499px) {
  .delivery-cityes-section__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1339px) {
  .delivery-cityes-section__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.delivery-cityes {
  margin-bottom: -4px;
}

.delivery-cityes ul {
  list-style: none;
  padding-left: 12px;
  margin-bottom: 0;
  column-count: 8;
}

@media (max-width: 1339px) {
  .delivery-cityes ul {
    column-count: 6;
  }
}

@media (max-width: 991px) {
  .delivery-cityes ul {
    column-count: 5;
  }
}

@media (max-width: 767px) {
  .delivery-cityes ul {
    column-count: 3;
  }
}

@media (max-width: 459px) {
  .delivery-cityes ul {
    column-count: 2;
  }
}

.delivery-cityes ul li {
  position: relative;
}

.delivery-cityes ul li:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 9px;
  width: 4px;
  height: 1px;
  background: #000;
}

.delivery-cityes ul li a {
  font-size: 14px;
  color: #000;
}

@media (max-width: 1199px) {
  .delivery-cityes ul li a {
    font-size: 13px;
  }
}

.delivery-cityes ul li a:hover, .delivery-cityes ul li a:focus {
  color: #0b7c3d;
}

.delivery-cityes ul li:not(:last-child) {
  margin-bottom: 4px;
}

.page-wrapper__map {
  margin-bottom: 53px;
}

@media (max-width: 1729px) {
  .page-wrapper__map {
    margin-bottom: 45px;
  }
}

@media (max-width: 1499px) {
  .page-wrapper__map {
    margin-bottom: 40px;
  }
}

@media (max-width: 1339px) {
  .page-wrapper__map {
    margin-bottom: 35px;
  }
}

@media (max-width: 1199px) {
  .page-wrapper__map {
    margin-bottom: 30px;
  }
}

.contacts-map {
  height: 533px;
  border-radius: 25px;
  overflow: hidden;
}

@media (max-width: 1729px) {
  .contacts-map {
    height: 500px;
  }
}

@media (max-width: 1339px) {
  .contacts-map {
    height: 450px;
  }
}

@media (max-width: 1199px) {
  .contacts-map {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .contacts-map {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .contacts-map {
    height: 300px;
  }
}

/* .cat-category-page__content-row {
  margin-bottom: 128px;
}

@media (max-width: 1729px) {
  .cat-category-page__content-row {
    margin-bottom: 115px;
  }
}

@media (max-width: 1499px) {
  .cat-category-page__content-row {
    margin-bottom: 100px;
  }
}

@media (max-width: 1199px) {
  .cat-category-page__content-row {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .cat-category-page__content-row {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .cat-category-page__content-row {
    margin-bottom: 30px;
  }
} */

.page-sided__sidebar-col {
  max-width: 245px;
  flex: 0 0 245px;
  padding-right: 10px;
}

@media (min-width: 1200px) {
  .page-sided__sidebar-col {
    order: -1;
  }
}

@media (max-width: 1499px) {
  .page-sided__sidebar-col {
    max-width: 220px;
    flex: 0 0 220px;
  }
}

@media (max-width: 1339px) {
  .page-sided__sidebar-col {
    max-width: 205px;
    flex: 0 0 205px;
  }
}

@media (max-width: 1199px) {
  .page-sided__sidebar-col {
    padding: 0;
    height: 0;
  }
}

@media (max-width: 1199px) {
  .hiding-sidebar {
    display: none;
  }
}

.page-sided__sidebar-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
}

.page-sided__sidebar-cat-children {
  margin-bottom: 22px;
}

.page-sided__sidebar-cat-children ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.page-sided__sidebar-cat-children ul li:not(:last-child) {
  margin-bottom: 12px;
}

.page-sided__sidebar-cat-children ul li a {
  color: #000;
  line-height: 1.5;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .page-sided__sidebar-cat-children ul li a {
    font-size: 15px;
  }
}

.page-sided__sidebar-cat-children ul li a:hover, .page-sided__sidebar-cat-children ul li a:focus {
  color: #0b7c3d;
}

.page-sided__sidebar-cat-children .page-sided__sidebar-cat-children_active > a {
  color: #0b7c3d;
}

.sided-cat-filters {
  background: #edeef8;
  border-radius: 5px;
  box-shadow: -10px 15px 15px 5px rgba(0, 0, 0, 0.1);
}

.sided-cat-filters__title {
  font-size: 20px;
  font-weight: 700;
  padding: 25px 30px 17px;
  border-bottom: 1px solid #dee0ee;
}

@media (min-width: 1500px) and (max-width: 1729px) {
  .sided-cat-filters__title {
    padding: 20px 20px 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .sided-cat-filters__title {
    font-size: 18px;
    padding: 15px;
  }
}

.cat-filter-item {
  padding: 12px 30px;
}

@media (min-width: 1500px) and (max-width: 1729px) {
  .cat-filter-item {
    padding: 12px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .cat-filter-item {
    padding: 12px 15px;
  }
}

.cat-filter-item:not(:first-child) {
  border-top: 1px solid #dee0ee;
}

.cat-filter-item__title {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding-right: 14px;
}

.cat-filter-item__title:hover, .cat-filter-item__title:focus {
  opacity: 0.6;
}

.cat-filter-item__title:before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 11px;
  height: 7px;
  background: url(../img/i/black-shevron-down.png) no-repeat 0 0;
}

.cat-filter-item__title_closed:before {
  transform: scale(-1, -1);
}

.cat-filter-item__options-wrap {
  display: flex;
  flex-direction: column;
  padding: 18px 0 13px;
}

.cat-filter-item__options-wrap_shorted .cat-filter-item__option:nth-child(n+7) {
  display: none;
}

.cat-filter-item__option {
  display: flex;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.cat-filter-item__option:hover, .cat-filter-item__option:focus {
  opacity: 0.6;
}

.cat-filter-item__option-checkbox {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  cursor: pointer;
  width: 19px;
  height: 19px;
  border: 1px solid #000;
  border-radius: 5px;
  margin-right: 10px;
  transition: all 0.3s ease;
}

@media (min-width: 1340px) and (max-width: 1499px) {
  .cat-filter-item__option-checkbox {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 2px;
  }
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .cat-filter-item__option-checkbox {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    border-radius: 2px;
  }
}

.cat-filter-item__option-checkbox:checked {
  background: #0b7c3d url(../img/i/white-shevron-down.png) no-repeat 50%;
  border: 0;
}

.cat-filter-item__option-title {
  font-size: 14px;
  color: #2d353b;
  transform: translate(0, 2px);
}

@media (min-width: 1340px) and (max-width: 1499px) {
  .cat-filter-item__option-title {
    font-size: 13px;
    transform: translate(0, 0);
  }
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .cat-filter-item__option-title {
    font-size: 13px;
    transform: translate(0, -2px);
  }
}

.sided-cat-filters__main-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 27px;
}

.sided-cat-filters__show-btn {
  font-size: 14px;
  width: 163px;
  min-height: 33px;
  margin-bottom: 7px;
}

.sided-cat-filters__reset-btn {
  position: relative;
  font-size: 14px;
  color: #2d353b;
  width: 163px;
  height: 33px;
  background: transparent;
  border: 1px solid #c3c6dd;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.sided-cat-filters__reset-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(0, -50%);
  width: 9px;
  height: 9px;
  background: url(../img/i/mini-gray-close.png) no-repeat 0 0;
}

.sided-cat-filters__reset-btn:hover, .sided-cat-filters__reset-btn:focus {
  background-color: #c3c6dd;
}

.sided-cat-filters__reset-btn:active {
  box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, 0.08);
  background-color: #dbdef0;
}

.cat-filter-item__short-toggle-btn {
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 14px;
  color: #2d353b;
  border-bottom: 1px dotted #2d353b;
  transition: opacity 0.3s ease;
  align-self: flex-start;
  margin-top: 5px;
}

.cat-filter-item__short-toggle-btn:hover, .cat-filter-item__short-toggle-btn:focus {
  opacity: 0.6;
}

.page-sided__content-col {
  flex: 0 0 1463px;
  max-width: 1463px;
}

@media (max-width: 1729px) {
  .page-sided__content-col {
    flex: 0 0 1175px;
    max-width: 1175px;
  }
}

@media (max-width: 1499px) {
  .page-sided__content-col {
    flex: 0 0 1090px;
    max-width: 1090px;
  }
}

@media (max-width: 1339px) {
  .page-sided__content-col {
    flex: 0 0 935px;
    max-width: 935px;
  }
}

@media (max-width: 1199px) {
  .page-sided__content-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.cat-category-page__products-prevs {
  margin-bottom: 30px;
}

/* @media (max-width: 1729px) {
  .cat-category-page__products-prevs {
    margin-bottom: 90px;
  }
}

@media (max-width: 1499px) {
  .cat-category-page__products-prevs {
    margin-bottom: 80px;
  }
}

@media (max-width: 1339px) {
  .cat-category-page__products-prevs {
    margin-bottom: 70px;
  }
}

@media (max-width: 1199px) {
  .cat-category-page__products-prevs {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .cat-category-page__products-prevs {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .cat-category-page__products-prevs {
    margin-bottom: 40px;
  }
} */

@media (max-width: 575px) {
  .cat-category-page__products-prevs {
    margin-bottom: 15px;
  }
}

.cat-category__intro {
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .cat-category__intro {
    font-size: 15px;
    text-align: center;
  }
}

.cat-prevs-controls__keys {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 32px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cat-prevs-controls__keys {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .cat-prevs-controls__keys {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .cat-prevs-controls__keys {
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}

.cat-prevs-controls__key-btn {
  white-space: nowrap;
  min-height: 33px;
  font-size: 14px;
  padding: 5px 15px;
  margin-bottom: 3px;
}

.cat-prevs-controls__key-btn:not(:last-child) {
  margin-right: 3px;
}

.cat-prevs-controls__key-btn:nth-child(n+6) {
  display: none;
}

.cat-prevs-controls__keys_all-shown .cat-prevs-controls__key-btn:nth-child(n+6) {
  display: inline-flex;
}

.cat-prevs-controls__all-btn {
  white-space: nowrap;
  min-height: 33px;
  font-size: 14px;
  padding: 5px 15px;
  margin-bottom: 3px;
}

.cat-prevs-controls__sort-scheme-wrap {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 991px) {
  .cat-prevs-controls__sort-scheme-wrap {
    justify-content: center;
  }
}

.cat-prevs-controls__sort {
  margin-right: auto;
}

@media (max-width: 991px) {
  .cat-prevs-controls__sort {
    margin: 0 0 20px;
  }
}

.cat-prev-sort__count {
  font-size: 14px;
  color: #2d353b;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .cat-prev-sort__count {
    order: -1;
    margin-right: 10px;
  }
}

.cat-prev-sort__opts-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .cat-prev-sort__opts-wrap {
    min-width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .cat-prev-sort__opts-wrap {
    display: none;
  }
}

@media (max-width: 575px) {
  .cat-prev-sort__opts-wrap {
    justify-content: center;
    text-align: center;
  }
  .cat-prev-sort__opts-wrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    order: -1;
    margin-bottom: 15px;
  }
}

.cat-prev-sort__opts-title {
  font-size: 14px;
  color: #2d353b;
}

@media (max-width: 575px) {
  .cat-prev-sort__opts-title {
    order: -1;
  }
}

@media (min-width: 576px) {
  .cat-prev-sort__opts-title {
    margin-right: 20px;
  }
}

.cat-prev-sort__opts-btn {
  font-size: 14px;
  color: #2d353b;
  text-decoration: underline;
  padding: 0;
  border: 0;
  background: transparent;
}

.cat-prev-sort__opts-btn:hover, .cat-prev-sort__opts-btn:focus {
  color: #0b7c3d;
  text-decoration: underline;
}

.cat-prev-sort__opts-btn:not(:last-child) {
  margin-right: 20px;
}

.cat-prev-sort__opts-btn_active {
  position: relative;
  color: #0b7c3d;
  text-decoration: none;
  padding-right: 18px;
}

.cat-prev-sort__opts-btn_active:before {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 11px;
  height: 7px;
  background: url(../img/i/black-shevron-down.webp) no-repeat 0 0;
}

.cat-prev-sort__opts-btn_asc:before {
  transform: scale(-1, -1);
}

.cat-prevs-scheme {
  display: flex;
}

@media (min-width: 768px) {
  .cat-prevs-scheme__filters {
    margin-right: 8px;
  }
}

.filters-toggle-btn {
  min-height: 33px;
  padding: 5px 12px;
  font-size: 15px;
}

@media (min-width: 1200px) {
  .filters-toggle-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .filters-toggle-btn {
    padding: 5px 10px;
  }
}

.filters-toggle-btn:before {
  content: '';
  display: block;
  width: 15px;
  height: 13px;
  margin-right: 5px;
  background: url(../img/i/filter.webp) no-repeat 0 0;
  background-size: contain;
}

@media (max-width: 767px) {
  .filters-toggle-btn:before {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .filters-toggle-btn__name {
    display: none;
  }
}

.cat-prevs-scheme__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border: 1px solid #dee0ee;
  background: transparent;
  border-radius: 5px;
}

.cat-prevs-scheme__btn:not(:last-child) {
  margin-right: 8px;
}

.cat-prevs-scheme__btn:hover {
  background: #dee0ee;
}

@media (max-width: 767px) {
  .cat-prevs-scheme__btn:not(.cat-prevs-scheme__btn-mobile) {
    display: none;
  }
}

.cat-prevs-scheme__btn_active {
  background: #dee0ee;
}

.cat-prevs-scheme__btn-mobile {
  transition: opacity 0.3s ease;
}

.cat-prevs-scheme__btn-mobile:active {
  background: #fff;
}

@media (min-width: 768px) {
  .cat-prevs-scheme__btn-mobile {
    display: none;
  }
}

.cat-items-row {
  margin: 0 -11px -22px;
}

.cat-items-row.products-view-2 {
  margin-bottom: -8px;
}

.cat-items-row.products-view-3 {
  margin-bottom: -6px;
}

.cat-items-row__col {
  padding: 0 11px;
  margin-bottom: 22px;
}

@media (min-width: 465px) and (max-width: 575px) {
  .cat-items-row__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.products-view-2 .cat-items-row__col {
  margin-bottom: 8px;
}

.products-view-3 .cat-items-row__col {
  margin-bottom: 6px;
}

@media (min-width: 1500px) {
  .cat-items-row .cat-items-row__col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1730px) {
  .cat-items-row .cat-items-row__col {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

.item-prev-wrap {
  display: flex;
  flex-direction: column;
  border: 1px solid #dee0ee;
  border-radius: 5px;
  height: 100%;
  transition: box-shadow 0.3s ease;
}

.item-prev-wrap:hover {
  box-shadow: 0 0 15px 5px rgba(123, 169, 183, 0.2);
}

.item-prev-wrap__thumb-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 155px;
  margin-bottom: 15px;
}

.item-prev-wrap__thumb {
  max-height: 100%;
  transition: opacity 0.3s ease;
}

.item-prev-wrap__thumb:hover, .item-prev-wrap__thumb:focus {
  opacity: 0.6;
}

.item-prev-wrap__insctock {
  font-size: 14px;
  color: #0b7c3d;
  margin-bottom: 3px;
}

.item-prev-wrap__articul {
  font-size: 14px;
  color: #000;
  margin-bottom: 17px;
}

.item-prev-wrap__name {
  font-weight: 700;
  color: #000;
  line-height: 1.48;
  margin-bottom: 5px;
}

.item-prev-wrap__name:hover, .item-prev-wrap__name:focus {
  color: #0b7c3d;
}

.item-prev-wrap__price {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: auto 0 19px;
}

@media (max-width: 575px) {
  .item-prev-wrap__price {
    justify-content: center;
  }
}

.item-prev-wrap__price-figure {
  font-size: 23px;
  font-weight: 700;
  margin-right: 7px;
  line-height: 1;
}

@media (max-width: 1729px) {
  .item-prev-wrap__price-figure {
    font-size: 22px;
  }
}

@media (max-width: 1499px) {
  .item-prev-wrap__price-figure {
    font-size: 20px;
  }
}

.item-prev-wrap__price-currency {
  font-size: 14px;
}

.item-prev-wrap__add-to-cart-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .item-prev-wrap__add-to-cart-wrap {
    justify-content: center;
  }
}

.item-prev-wrap__quant-control {
  margin-right: 10px;
}

.item-prev-wrap__add-to-cart-btn {
  width: 54px;
  position: relative;
}

.item-prev-wrap__add-to-cart-btn:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 17px;
  background: url(../img/i/white-cart.webp) no-repeat 0 0;
}

.item-prev-wrap__add-to-cart-btn_added {
  background: #ff843e;
}

.item-prev-wrap__add-to-cart-btn_added:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 10px;
  background: url(../img/i/white-checks.webp) no-repeat 0 0;
}

.item-prev-wrap__add-controls {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 34px;
}

.item-prev-wrap__add-controls-btn {
  width: 32px;
  height: 32px;
  border: 0;
  padding: 0;
  border-radius: 100%;
  background: #edeef8;
  transition: all 0.3s ease;
}

.item-prev-wrap__add-controls-btn:not(:last-child) {
  margin-bottom: 7px;
}

.item-prev-wrap__add-controls-btn:hover, .item-prev-wrap__add-controls-btn:focus {
  background: #ff843e;
}

.item-prev-wrap__add-controls-btn:hover img, .item-prev-wrap__add-controls-btn:focus img {
  filter: invert(100);
}

.item-prev-wrap__add-controls-btn_added {
  background: #ff843e;
}

.item-prev-wrap__add-controls-btn_added img {
  filter: invert(100);
}

.item-prev-wrap__content-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 20px 18px;
  flex-grow: 1;
}

@media (min-width: 1500px) and (max-width: 1729px) {
  .item-prev-wrap__content-wrap {
    padding: 0 15px 15px;
  }
}

@media (max-width: 575px) {
  .item-prev-wrap__content-wrap {
    text-align: center;
  }
}

.products-view-2 .cat-items-row__col,
.products-view-3 .cat-items-row__col {
  flex: 0 0 100%;
  max-width: 100%;
}

.products-view-2 .item-prev-wrap,
.products-view-3 .item-prev-wrap {
  flex-direction: row;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .products-view-2 .item-prev-wrap,
  .products-view-3 .item-prev-wrap {
    position: relative;
  }
}

.products-view-2 .item-prev-wrap__thumb-wrap,
.products-view-3 .item-prev-wrap__thumb-wrap {
  flex: 0 0 210px;
  max-width: 210px;
  flex-shrink: 0;
  height: 175px;
  margin-right: 30px;
}

@media (max-width: 1339px) {
  .products-view-2 .item-prev-wrap__thumb-wrap,
  .products-view-3 .item-prev-wrap__thumb-wrap {
    flex: 0 0 170px;
    max-width: 170px;
    height: 155px;
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .products-view-2 .item-prev-wrap__thumb-wrap,
  .products-view-3 .item-prev-wrap__thumb-wrap {
    position: absolute;
    top: 0;
    left: 0;
    flex: 0 0 140px;
    max-width: 140px;
    height: 140px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .products-view-2 .item-prev-wrap__thumb-wrap,
  .products-view-3 .item-prev-wrap__thumb-wrap {
    flex: 0 0 125px;
    max-width: 125px;
    height: 105px;
  }
}

@media (max-width: 575px) {
  .products-view-2 .item-prev-wrap__thumb-wrap,
  .products-view-3 .item-prev-wrap__thumb-wrap {
    flex: 0 0 90px;
    max-width: 90px;
    height: 70px;
  }
}

.products-view-2 .item-prev-wrap__content-wrap,
.products-view-3 .item-prev-wrap__content-wrap {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 30px 20px 0;
}

.products-view-2 .item-prev-wrap__content-wrap:before,
.products-view-3 .item-prev-wrap__content-wrap:before {
  content: '';
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
  order: -3;
}

@media (max-width: 991px) {
  .products-view-2 .item-prev-wrap__content-wrap,
  .products-view-3 .item-prev-wrap__content-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 15px 15px 150px;
  }
}

@media (max-width: 767px) {
  .products-view-2 .item-prev-wrap__content-wrap,
  .products-view-3 .item-prev-wrap__content-wrap {
    padding: 10px 10px 10px 135px;
  }
}

@media (max-width: 575px) {
  .products-view-2 .item-prev-wrap__content-wrap,
  .products-view-3 .item-prev-wrap__content-wrap {
    padding: 10px 10px 10px 100px;
  }
}

.products-view-2 .item-prev-wrap__insctock,
.products-view-3 .item-prev-wrap__insctock {
  order: -5;
  margin: 0 25px 0 0;
}

@media (max-width: 575px) {
  .products-view-2 .item-prev-wrap__insctock,
  .products-view-3 .item-prev-wrap__insctock {
    font-size: 13px;
    margin-right: 7px;
  }
}

.products-view-2 .item-prev-wrap__articul,
.products-view-3 .item-prev-wrap__articul {
  order: -4;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .products-view-2 .item-prev-wrap__articul,
  .products-view-3 .item-prev-wrap__articul {
    font-size: 13px;
  }
}

.products-view-2 .item-prev-wrap__name,
.products-view-3 .item-prev-wrap__name {
  order: -2;
  flex: 0 0 58%;
  max-width: 58%;
  margin: 15px 15px 0 0;
}

@media (max-width: 1729px) {
  .products-view-2 .item-prev-wrap__name,
  .products-view-3 .item-prev-wrap__name {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media (max-width: 1499px) {
  .products-view-2 .item-prev-wrap__name,
  .products-view-3 .item-prev-wrap__name {
    flex: 0 0 47%;
    max-width: 47%;
    margin-right: 10px;
  }
}

@media (max-width: 1339px) {
  .products-view-2 .item-prev-wrap__name,
  .products-view-3 .item-prev-wrap__name {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (max-width: 991px) {
  .products-view-2 .item-prev-wrap__name,
  .products-view-3 .item-prev-wrap__name {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }
}

@media (max-width: 575px) {
  .products-view-2 .item-prev-wrap__name,
  .products-view-3 .item-prev-wrap__name {
    font-size: 14px;
    text-align: left;
  }
}

.products-view-2 .item-prev-wrap__add-controls,
.products-view-3 .item-prev-wrap__add-controls {
  position: static;
  flex-direction: row;
  order: -1;
  margin: 10px 5px 0 0;
}

@media (max-width: 767px) {
  .products-view-2 .item-prev-wrap__add-controls,
  .products-view-3 .item-prev-wrap__add-controls {
    position: absolute;
    left: 20px;
    right: auto;
    bottom: 25px;
    top: auto;
  }
}

@media (max-width: 575px) {
  .products-view-2 .item-prev-wrap__add-controls,
  .products-view-3 .item-prev-wrap__add-controls {
    left: 11px;
    bottom: 24px;
  }
}

@media (max-width: 459px) {
  .products-view-2 .item-prev-wrap__add-controls,
  .products-view-3 .item-prev-wrap__add-controls {
    left: 15px;
  }
}

.products-view-2 .item-prev-wrap__add-controls-btn,
.products-view-3 .item-prev-wrap__add-controls-btn {
  margin: 0;
}

.products-view-2 .item-prev-wrap__add-controls-btn:not(:last-child),
.products-view-3 .item-prev-wrap__add-controls-btn:not(:last-child) {
  margin-right: 5px;
}

.products-view-2 .item-prev-wrap__price,
.products-view-3 .item-prev-wrap__price {
  margin: 15px auto 0;
}

@media (max-width: 767px) {
  .products-view-2 .item-prev-wrap__price,
  .products-view-3 .item-prev-wrap__price {
    margin-left: 0;
  }
}

@media (max-width: 459px) {
  .products-view-2 .item-prev-wrap__price,
  .products-view-3 .item-prev-wrap__price {
    width: 100%;
    margin: 0 0 15px 0;
    justify-content: flex-start;
  }
}

@media (max-width: 1729px) {
  .products-view-2 .item-prev-wrap__price-figure,
  .products-view-3 .item-prev-wrap__price-figure {
    font-size: 22px;
  }
}

@media (max-width: 1499px) {
  .products-view-2 .item-prev-wrap__price-figure,
  .products-view-3 .item-prev-wrap__price-figure {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .products-view-2 .item-prev-wrap__price-figure,
  .products-view-3 .item-prev-wrap__price-figure {
    font-size: 18px;
  }
}

.products-view-2 .item-prev-wrap__add-to-cart-wrap,
.products-view-3 .item-prev-wrap__add-to-cart-wrap {
  margin-left: 5px;
}

.products-view-3 .item-prev-wrap__thumb-wrap {
  height: 55px;
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 15px;
}

@media (max-width: 1339px) {
  .products-view-3 .item-prev-wrap__insctock {
    font-size: 13px;
    margin-right: 7px;
  }
}

@media (max-width: 1339px) {
  .products-view-3 .item-prev-wrap__articul {
    font-size: 13px;
  }
}

.products-view-3 .item-prev-wrap__name {
  margin-top: 0;
  flex: 0 0 63%;
  max-width: 63%;
}

@media (max-width: 1729px) {
  .products-view-3 .item-prev-wrap__name {
    flex: 0 0 56%;
    max-width: 56%;
  }
}

@media (max-width: 1499px) {
  .products-view-3 .item-prev-wrap__name {
    flex: 0 0 56%;
    max-width: 56%;
    margin-right: 10px;
  }
}

@media (max-width: 1339px) {
  .products-view-3 .item-prev-wrap__name {
    font-size: 15px;
    flex: 0 0 47%;
    max-width: 47%;
  }
}

@media (max-width: 991px) {
  .products-view-3 .item-prev-wrap__name {
    font-size: 14px;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 7px;
  }
}

@media (max-width: 575px) {
  .products-view-3 .item-prev-wrap__name {
    font-size: 13px;
    text-align: left;
  }
}

.products-view-3 .item-prev-wrap__content-wrap {
  padding: 10px 10px 10px 0;
}

@media (max-width: 1339px) {
  .products-view-3 .item-prev-wrap__content-wrap:before {
    margin-bottom: 3px;
  }
}

@media (max-width: 991px) {
  .products-view-3 .item-prev-wrap__content-wrap {
    padding: 5px 5px 5px 80px;
  }
}

@media (max-width: 991px) {
  .products-view-3 .item-prev-wrap__add-controls {
    bottom: 7px;
    left: auto;
    right: 150px;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .products-view-3 .item-prev-wrap__add-controls {
    margin-top: -14px;
  }
}

@media (max-width: 489px) {
  .products-view-3 .item-prev-wrap__add-controls {
    left: 10px;
    right: auto;
    bottom: 11px;
  }
}

@media (max-width: 489px) {
  .products-view-3 .item-prev-wrap__add-controls-btn {
    width: 26px;
    height: 26px;
  }
  .products-view-3 .item-prev-wrap__add-controls-btn:not(:last-child) {
    margin-right: 8px;
  }
}

@media (min-width: 992px) {
  .products-view-3 .item-prev-wrap__price {
    margin-top: -10px;
  }
}

@media (max-width: 991px) {
  .products-view-3 .item-prev-wrap__price {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .products-view-3 .item-prev-wrap__price-figure {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .products-view-3 .item-prev-wrap__price-figure {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .products-view-3 .quantity-control__field {
    font-size: 13px;
    min-height: 34px;
    height: 34px;
  }
}

@media (max-width: 991px) {
  .products-view-3 .quantity-control {
    width: 80px;
  }
}

@media (max-width: 991px) {
  .products-view-3 .item-prev-wrap__add-to-cart-btn {
    min-height: 34px;
    height: 34px;
    width: 34px;
    padding: 5px 15px;
  }
  .products-view-3 .item-prev-wrap__add-to-cart-btn:before {
    background-size: contain;
    width: 13px;
    height: 14px;
  }
  .products-view-3 .item-prev-wrap__add-to-cart-btn.item-prev-wrap__add-to-cart-btn_added:before {
    width: 14px;
    height: 8px;
  }
}

@media (min-width: 992px) {
  .products-view-3 .item-prev-wrap__add-to-cart-wrap {
    margin-top: -25px;
  }
}

.cat-category-products__show-more-btn {
  margin: 40px 0 13px;
  width: 100%;
  font-size: 14px;
  color: #2d353b;
  min-height: 33px;
}

@media (max-width: 1499px) {
  .cat-category-products__show-more-btn {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .cat-category-products__show-more-btn {
    margin-top: 20px;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  height: 33px;
  padding: 5px 15px;
  border: 1px solid #dee0ee;
  border-radius: 5px;
}

@media (max-width: 575px) {
  .pagination__item {
    padding: 5px 12px;
  }
}

.pagination__item:not(:last-child) {
  margin-right: 4px;
}

.pagination__item:hover {
  color: #fff;
  background: #0b7c3d;
  border-color: #0b7c3d;
}

.pagination__item_current {
  color: #fff;
  background: #0b7c3d;
  border-color: #0b7c3d;
}

.personal-recommendations__title {
  margin-bottom: 39px;
}

@media (max-width: 1729px) {
  .personal-recommendations__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 1499px) {
  .personal-recommendations__title {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .personal-recommendations__title {
    margin-bottom: 20px;
  }
}

@media (min-width: 1500px) and (max-width: 1729px) {
  .personal-recs-items .cat-items-row__col:last-child {
    display: none;
  }
}

.recently-watched-section {
  border-top: 1px solid #dee0ee;
  padding-top: 43px;
}

@media (max-width: 1729px) {
  .recently-watched-section {
    padding-top: 40px;
  }
}

@media (max-width: 1499px) {
  .recently-watched-section {
    padding-top: 35px;
  }
}

@media (max-width: 1340px) {
  .recently-watched-section {
    padding-top: 30px;
  }
}

.recently-watched-section__title {
  font-size: 24px;
  font-weight: 900;
  color: #000;
  margin: 0 0 42px;
}

@media (max-width: 1729px) {
  .recently-watched-section__title {
    margin-bottom: 40px;
  }
}

@media (max-width: 1499px) {
  .recently-watched-section__title {
    margin-bottom: 35px;
  }
}

@media (max-width: 1339px) {
  .recently-watched-section__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .recently-watched-section__title {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .recently-watched-section__title {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .recently-items .cat-items-row__col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1500px) {
  .recently-items .cat-items-row__col {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (min-width: 1500px) and (max-width: 1729px) {
  .recently-items .cat-items-row__col:last-child {
    display: none;
  }
}

@media (min-width: 1730px) {
  .recently-items .cat-items-row__col {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}

.side-fullcat-list {
  margin-bottom: 22px;
}

.side-fullcat-list > ul > li:not(:last-child) {
  margin-bottom: 12px;
}

.side-fullcat-list > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.side-fullcat-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.side-fullcat-list ul li a {
  color: #000;
  line-height: 1.5;
}

@media (max-width: 1339px) {
  .side-fullcat-list ul li a {
    font-size: 15px;
  }
}

.side-fullcat-list ul li a:hover, .side-fullcat-list ul li a:focus {
  color: #0b7c3d;
}

.side-fullcat-list > ul li ul {
  display: none;
}

.side-fullcat-list > ul > li > ul {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  flex-wrap: wrap;
  top: 0;
  left: 100%;
  width: 1200px;
  transition: all 0.3s  ease;
  z-index: 8;
  padding: 30px 30px 30px 60px;
}

@media (max-width: 1729px) {
  .side-fullcat-list > ul > li > ul {
    width: 1100px;
  }
}

@media (max-width: 1499px) {
  .side-fullcat-list > ul > li > ul {
    width: 1000px;
  }
}

@media (max-width: 1340px) {
  .side-fullcat-list > ul > li > ul {
    width: 900px;
  }
}

.side-fullcat-list > ul > li > ul:after {
  content: '';
  position: absolute;
  left: 25px;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  z-index: -1;
}

.side-fullcat-list > ul > li > ul > li {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 7px 12px;
}

@media (max-width: 1499px) {
  .side-fullcat-list > ul > li > ul > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.side-fullcat-list > ul > li > ul > li > a {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.side-fullcat-list > ul > li > ul > li > a:hover .side-fullcat-list__subitem-pic, .side-fullcat-list > ul > li > ul > li > a:focus .side-fullcat-list__subitem-pic {
  opacity: 0.6;
}

.side-fullcat-list__subitem-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  max-width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 10px;
  transition: opacity 0.3s  ease;
}

.side-fullcat-list__subitem-pic img {
  max-height: 100%;
}

.side-fullcat-list_active > a {
  color: #0b7c3d;
}

.side-fullcat-list__parent-item {
  position: relative;
  padding-right: 26px;
}

.side-fullcat-list__parent-item:before {
  content: '';
  position: absolute;
  right: 0;
  top: 6px;
  width: 7px;
  height: 12px;
  background: url(../img/i/gray-shevron-right.webp) no-repeat 0 0;
}

.developers-row {
  margin: 0 -9px -18px;
}

.developers-row__col {
  padding: 0 9px;
  margin-bottom: 18px;
}

@media (min-width: 1500px) {
  .developers-row__col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1730px) {
  .developers-row__col {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

.developer-item {
  display: flex;
  flex-direction: column;
  background: #edeef8;
  border-radius: 10px;
  height: 195px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .developer-item {
    height: 100%;
  }
}

.developer-item:hover, .developer-item:focus {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, #0b7c3d 0%, #08572b 100%);
  text-decoration: none;
}

.developer-item:hover .developer-item__title, .developer-item:focus .developer-item__title {
  color: #fff;
}

.developer-item__logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 85px;
  margin-bottom: 45px;
  padding: 15px 15px 0;
}

@media (max-width: 767px) {
  .developer-item__logo-wrap {
    height: 70px;
    margin-bottom: 25px;
  }
}

.eveloper-item__logo {
  max-height: 100%;
}

.developer-item__title {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  color: #2d353b;
  padding: 0 15px 25px;
}

@media (max-width: 767px) {
  .developer-item__title {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .developer-item__title {
    font-size: 15px;
  }
}

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

@media (max-width: 1199px) {
  .slided-menu-toggle {
    font-size: 15px;
    padding: 5px 12px;
    min-height: 33px;
  }
  .slided-menu-toggle:not(:last-child) {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .slided-menu-toggle {
    font-size: 14px;
  }
  .slided-menu-toggle:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 399px) {
  .slided-menu-toggle {
    font-size: 13px;
    padding: 5px 10px;
  }
}

.show-toggle-btn_active .slided-menu-toggle__bar:last-child {
  display: none;
}

.show-toggle-btn_active .slided-menu-toggle__bar:first-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.show-toggle-btn_active .slided-menu-toggle__bar:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1199px) {
  .slided-mobile-menu {
    position: fixed;
    z-index: 9;
    background: #fff;
    padding: 40px 15px 15px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.08);
    left: 0;
    top: 15px;
    bottom: 15px;
    width: 270px;
    transform: translate(-120%, 0);
    transition: transform 0.3s ease;
    max-height: 100%;
    overflow: auto;
  }
}

.slided-mobile-menu_filters {
  padding: 0;
}

.slided-mobile-menu_filters .sided-cat-filters {
  box-shadow: none;
  min-height: 100%;
}

.slided-mobile-menu_filters .slided-mobile-menu__close:hover, .slided-mobile-menu_filters .slided-mobile-menu__close:focus {
  background: #fff;
}

@media (max-width: 1199px) {
  .slided-mobile-menu_opened {
    transform: translate(0, 0);
  }
}

.slided-mobile-menu__close {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0 0 0 5px;
  width: 40px;
  height: 40px;
  transition: background-color 0.3s ease;
}

@media (min-width: 1200px) {
  .slided-mobile-menu__close {
    display: none;
  }
}

.slided-mobile-menu__close:hover, .slided-mobile-menu__close:focus {
  background: #eee;
}

.slided-mobile-menu__close:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.slided-mobile-menu__close:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.inner-page__mobile-content-btns {
  display: flex;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .inner-page__mobile-content-btns {
    display: none;
  }
}

@media (max-width: 991px) {
  .inner-page__mobile-content-btns {
    justify-content: center;
    margin-bottom: 15px;
  }
}

.slided-menu-toggle__bars-wrap {
  position: relative;
  width: 16px;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .slided-menu-toggle__bars-wrap {
    width: 12px;
  }
}

@media (max-width: 575px) {
  .slided-menu-toggle__bars-wrap {
    display: none;
  }
}

.slided-menu-toggle__bar {
  width: 100%;
  height: 2px;
  background: #fff;
}

.slided-menu-toggle__bar:not(:last-child) {
  margin-bottom: 4px;
}

.mobile-filter-sort {
  position: relative;
}

@media (max-width: 767px) {
  .mobile-filter-sort {
    margin: 0 15px 0 auto;
  }
}

@media (max-width: 399px) {
  .mobile-filter-sort {
    margin: 0 10px 0 auto;
  }
}

@media (min-width: 768px) {
  .mobile-filter-sort {
    display: none;
  }
}

.mobile-filter-sort__title {
  font-size: 14px;
  padding-right: 15px;
  color: #0b7c3d;
  cursor: pointer;
}

@media (max-width: 399px) {
  .mobile-filter-sort__title {
    font-size: 13px;
  }
}

.mobile-filter-sort__title.mobile-filter-sort__title_desc:before {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 11px;
  height: 7px;
  background: url(../img/i/black-shevron-down.webp) no-repeat 0 0;
}

.mobile-filter-sort__title.mobile-filter-sort__title_asc:before {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 11px;
  height: 7px;
  background: url(../img/i/black-shevron-down.webp) no-repeat 0 0;
  transform: scale(-1, -1);
}

.mobile-filter-sort__opts {
  display: none;
}

.mobile-filter-sort_opened .mobile-filter-sort__opts {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  z-index: 2;
  border-radius: 5px;
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.08);
  margin-top: 10px;
}

.mobile-filter-sort__option {
  position: relative;
  font-size: 15px;
  background: transparent;
  padding: 7px 25px;
  border: 0;
  white-space: nowrap;
}

.mobile-filter-sort__option.mobile-filter-sort__option_desc:before {
  content: '';
  position: absolute;
  top: 12px;
  right: 9px;
  width: 11px;
  height: 7px;
  background: url(../img/i/black-shevron-down.webp) no-repeat 0 0;
}

.mobile-filter-sort__option.mobile-filter-sort__option_asc:before {
  content: '';
  position: absolute;
  top: 12px;
  right: 9px;
  width: 11px;
  height: 7px;
  background: url(../img/i/black-shevron-down.webp) no-repeat 0 0;
  transform: scale(-1, -1);
}

.mobile-filter-sort__option_active {
  color: #fff;
  background-color: #595d7e;
}

.mobile-filter-sort__option_active:before {
  filter: invert(100);
}

.product-page__product-wrap {
  position: relative;
  margin-bottom: 78px;
}

@media (max-width: 1729px) {
  .product-page__product-wrap {
    margin-bottom: 58px;
  }
}

@media (max-width: 1499px) {
  .product-page__product-wrap {
    margin-bottom: 48px;
  }
}

@media (max-width: 1339px) {
  .product-page__product-wrap {
    margin-bottom: 38px;
  }
}

@media (max-width: 1199px) {
  .product-page__product-wrap {
    margin-bottom: 30px;
  }
}

.product-page__product-top {
  margin-bottom: 78px;
}

@media (max-width: 1729px) {
  .product-page__product-top {
    margin-bottom: 58px;
  }
}

@media (max-width: 1499px) {
  .product-page__product-top {
    margin-bottom: 48px;
  }
}

@media (max-width: 1339px) {
  .product-page__product-top {
    margin-bottom: 38px;
  }
}

@media (max-width: 1199px) {
  .product-page__product-top {
    margin-bottom: 30px;
  }
}

.full-product-top {
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 1729px) {
  .full-product-top {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.full-product-top__pic-col {
  flex: 0 0 628px;
  max-width: 628px;
  padding: 0 20px;
}

@media (max-width: 1729px) {
  .full-product-top__pic-col {
    flex: 0 0 500px;
    max-width: 500px;
    padding: 0 10px;
  }
}

@media (max-width: 1499px) {
  .full-product-top__pic-col {
    flex: 0 0 400px;
    max-width: 400px;
    padding: 0 10px;
  }
}

@media (max-width: 1339px) {
  .full-product-top__pic-col {
    flex: 0 0 330px;
    max-width: 330px;
  }
}

@media (max-width: 1199px) {
  .full-product-top__pic-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .full-product-top__pic-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.full-product-pic-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 25px;
  border: 1px solid #dee0ee;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

@media (min-width: 992px) {
  .full-product-pic-wrap {
    min-height: 465px;
  }
}

@media (max-width: 9921px) {
  .full-product-pic-wrap {
    max-height: 315px;
  }
}

.full-product-pic-wrap:hover, .full-product-pic-wrap:focus {
  opacity: 0.6;
}

.full-product-pic-wrap__pic {
  max-height: 100%;
}

.full-product-top__content-col {
  flex: 0 0 630px;
  max-width: 630px;
  padding: 0 20px;
}

@media (max-width: 1729px) {
  .full-product-top__content-col {
    flex: 0 0 570px;
    max-width: 570px;
    padding: 0 10px;
  }
}

@media (max-width: 1339px) {
  .full-product-top__content-col {
    flex: 0 0 500px;
    max-width: 500px;
  }
}

@media (max-width: 1199px) {
  .full-product-top__content-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .full-product-top__content-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.full-product-intro {
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  background: #edeef8;
  padding: 38px 54px;
  height: 100%;
}

@media (max-width: 1729px) {
  .full-product-intro {
    padding: 30px 35px;
  }
}

@media (max-width: 1339px) {
  .full-product-intro {
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .full-product-intro {
    padding: 18px;
  }
}

.full-product-intro__instock-rating {
  display: flex;
  margin-bottom: 32px;
  gap: 10px;
}

@media (max-width: 575px) {
  .full-product-intro__instock-rating {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}

@media (max-width: 399px) {
  .full-product-intro__instock-rating {
    margin-bottom: 30px;
  }
}

.full-product-intro__instock {
  color: #0b7c3d;
}

@media (max-width: 575px) {
  .full-product-intro__instock {
    font-size: 14px;
  }
}

.full-product-intro__articul {
  margin: 0 auto;
}

@media (max-width: 575px) {
  .full-product-intro__articul {
    font-size: 14px;
  }
}

@media (max-width: 399px) {
  .full-product-intro__articul {
    margin: 0 0 0 auto;
  }
}

.full-product-intro__rating {
  display: flex;
}

@media (max-width: 399px) {
  .full-product-intro__rating {
    min-width: 100%;
    margin-top: 15px;
    justify-content: flex-end;
  }
}

.full-product-intro__rating-btn {
  width: 17px;
  height: 15px;
  border: 0;
  padding: 0;
  background: url(../img/i/yellow-star.webp) no-repeat 0 0;
  filter: grayscale(100);
}

.full-product-intro__rating-btn:hover {
  filter: none;
}

.full-product-intro__rating-btn_active {
  filter: none;
}

.full-product-intro__add-wrap {
  display: flex;
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .full-product-intro__add-wrap {
    top: 45px;
    position: absolute;
    margin-bottom: 25px;
    justify-content: center;
  }
}

@media (min-width: 400px) and (max-width: 575px) {
  .full-product-intro__add-wrap {
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.full-product-intro__add-btn {
  display: flex;
  align-items: center;
  border: 0;
  padding: 0;
  background: transparent;
  transition: opacity 0.3s ease;
}

@media (max-width: 1339px) {
  .full-product-intro__add-btn {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .full-product-intro__add-btn {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .full-product-intro__add-btn {
    flex-direction: column;
    font-size: 13px;
  }
}

.full-product-intro__add-btn:not(:last-child) {
  margin-right: 25px;
}

@media (max-width: 575px) {
  .full-product-intro__add-btn:not(:last-child) {
    margin-right: 12px;
  }
}

.full-product-intro__add-btn:hover, .full-product-intro__add-btn:focus {
  opacity: 0.6;
}

.full-product-intro__add-btn-i {
  flex-shrink: 0;
  margin-right: 10px;
}

@media (max-width: 1729px) {
  .full-product-intro__add-btn-i {
    max-width: 40px;
  }
}

@media (max-width: 1339px) {
  .full-product-intro__add-btn-i {
    max-width: 35px;
    margin-right: 7px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .full-product-intro__add-btn-i {
    max-width: 30px;
    margin-right: 5px;
  }
}

@media (max-width: 575px) {
  .full-product-intro__add-btn-i {
    max-width: 30px;
    margin: 0 0 7px;
  }
}

@media (max-width: 575px) {
  .full-product-intro__add-btn-title {
    display: none;
  }
}

.full-product-intro__price-wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .full-product-intro__price-wrap {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
}

.full-product-intro__price-wrap_noprice {
  margin: 40px 0 70px;
}

@media (max-width: 1499px) {
  .full-product-intro__price-wrap_noprice {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 1729px) {
  .full-product-intro__price-wrap_noprice {
    margin: auto 0;
  }
}

@media (max-width: 991px) {
  .full-product-intro__price-wrap_noprice {
    margin: 0 0 25px;
  }
}

@media (min-width: 992px) and (max-width: 1729px) {
  .full-product-intro__price-wrap_noprice {
    transform: translate(0, -15px);
  }
}

@media (max-width: 1499px) {
  .full-product-intro__price-wrap_noprice .full-product-intro__delivery {
    width: 100%;
    text-align: center;
  }
}

.full-product-intro__zapros-btn {
  margin-right: auto;
}

@media (max-width: 1499px) {
  .full-product-intro__zapros-btn {
    margin: 0 auto 15px;
  }
}

@media (min-width: 576px) {
  .full-product-intro__zapros-btn {
    width: 278px;
  }
}

@media (max-width: 575px) {
  .full-product-intro__zapros-btn {
    margin: 0 auto 20px;
  }
}

.full-product-intro__price {
  display: flex;
  margin-right: auto;
  align-items: flex-end;
}

@media (max-width: 575px) {
  .full-product-intro__price {
    width: 100%;
    justify-content: center;
    margin: 0 0 20px;
  }
}

.full-product-intro__price-figure {
  font-size: 40px;
  font-weight: 700;
  margin-right: 5px;
  line-height: 0.9;
}

@media (max-width: 1729px) {
  .full-product-intro__price-figure {
    font-size: 35px;
  }
}

@media (max-width: 1339px) {
  .full-product-intro__price-figure {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .full-product-intro__price-figure {
    font-size: 24px;
  }
}

.full-product-intro__price-currency {
  font-weight: 700;
}

@media (min-width: 1340px) {
  .full-product-intro__price-currency {
    font-size: 20px;
  }
}

.full-product-intro__delivery-text {
  margin-bottom: 5px;
}

.full-product-intro__delivery-link {
  text-decoration: underline;
}

.full-product-intro__controls-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 42px;
}

@media (max-width: 767px) {
  .full-product-intro__controls-wrap {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .full-product-intro__controls-wrap {
    max-width: 254px;
    align-self: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.full-product-intro__quant {
  margin-right: 10px;
}

.full-product-intro__add-to-cart-btn {
  margin-right: 10px;
}

@media (max-width: 1339px) {
  .full-product-intro__add-to-cart-btn {
    font-size: 15px;
    padding: 5px 20px;
  }
}

@media (max-width: 1199px) {
  .full-product-intro__add-to-cart-btn {
    padding: 5px 15px;
  }
}

@media (max-width: 575px) {
  .full-product-intro__add-to-cart-btn {
    width: 140px;
    margin: 0 0 10px;
  }
}

.full-product-intro__add-to-cart-btn:before {
  content: '';
  display: block;
  width: 16px;
  height: 17px;
  background: url(../img/i/white-cart.webp) no-repeat 0 0;
  margin-right: 15px;
}

@media (min-width: 1730px) {
  .full-product-intro__one-click-btn {
    width: 194px;
  }
}

@media (max-width: 1339px) {
  .full-product-intro__one-click-btn {
    font-size: 15px;
    padding: 5px 20px;
  }
}

@media (max-width: 1199px) {
  .full-product-intro__one-click-btn {
    padding: 5px 15px;
  }
}

@media (max-width: 575px) {
  .full-product-intro__one-click-btn {
    width: 245px;
  }
}

.full-product-chars__item {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .full-product-chars__item {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .full-product-chars__item {
    font-size: 14px;
  }
}

.full-product-chars__item:not(:last-child) {
  margin-bottom: 10px;
}

.full-product-chars__item:before {
  content: '';
  display: block;
  flex-grow: 1;
  height: 1px;
  border-bottom: 2px dotted #7e7e7e;
  order: 1;
  margin-bottom: 4px;
  min-width: 15px;
}

.full-product-chars__item-title {
  padding-right: 5px;
  order: 0;
}

.full-product-chars__item-descr {
  padding-left: 5px;
  order: 2;
}

.full-product-top__form-col {
  max-width: 460px;
  flex: 0 0 460px;
  padding: 0 20px;
}

@media (max-width: 1729px) {
  .full-product-top__form-col {
    flex: 0 0 340px;
    max-width: 340px;
    padding: 0 10px;
  }
}

@media (max-width: 1499px) {
  .full-product-top__form-col {
    flex: 0 0 330px;
    max-width: 330px;
  }
}

@media (max-width: 1339px) {
  .full-product-top__form-col {
    flex: 0 0 300px;
    max-width: 300px;
  }
}

@media (max-width: 1199px) {
  .full-product-top__form-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

.full-product-top__form-col form {
  position: relative;
  height: 100%;
}

.full-product-top__form {
  height: 100%;
  transition: all 0.3s ease;
}

@media (min-width: 1200px) {
  .full-product-top__form {
    width: 100%;
  }
}

.full-product-top__form.sticky {
  margin-top: 90px;
}

.full-product-top__form.sticky_bottom {
  width: auto;
  height: auto;
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .full-product-top__form .form-submit-btn {
    font-size: 15px;
    padding: 10px 15px;
  }
}

.carded-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 767px) {
  .carded-item {
    text-align: center;
  }
}

.carded-item__content {
  margin-bottom: 34px;
}

@media (max-width: 1499px) {
  .carded-item__content {
    margin-bottom: 25px;
  }
}

@media (max-width: 1339px) {
  .carded-item__content {
    margin-bottom: 20px;
  }
}

.carded-item__content-title {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 1729px) {
  .carded-item__content-title {
    line-height: 1.3;
  }
}

@media (max-width: 1499px) {
  .carded-item__content-title {
    font-size: 16px;
  }
}

@media (max-width: 1339px) {
  .carded-item__content-title {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .carded-item__content-title {
    font-size: 16px;
  }
}

a.carded-item__content-title:hover, a.carded-item__content-title:focus {
  color: #0b7c3d;
}

.carded-item__btn-wrap {
  margin-top: auto;
}

.carded-item__btn_white {
  background: #fff;
  color: #0b7c3d;
}

.carded-item__btn {
  min-width: 180px;
}

@media (max-width: 1729px) {
  .carded-item__btn {
    min-width: 165px;
  }
}

@media (max-width: 1499px) {
  .carded-item__btn {
    min-width: 147px;
  }
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .carded-item__btn {
    font-size: 15px;
    min-height: 42px;
    min-width: inherit;
  }
}

.open-form {
  padding: 24px 60px;
}

@media (max-width: 1729px) {
  .open-form {
    padding: 20px 30px;
  }
}

.open-form__content {
  max-width: 350px;
  margin: 0 auto;
}

@media (max-width: 1729px) {
  .open-form__content {
    max-width: 315px;
  }
}

@media (max-width: 1199px) {
  .open-form__content {
    max-width: inherit;
  }
}

.open-form .form-group {
  margin-bottom: 7px;
}

.open-form textarea {
  height: 95px;
}

.open-form__header {
  text-align: center;
  margin: 0 -25px 19px;
}

.open-form__big-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1499px) {
  .open-form__big-title {
    font-size: 28px;
  }
}

.open-form__small-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1499px) {
  .open-form__small-title {
    font-size: 18px;
  }
}

.open-form_centered .form-field {
  text-align: center;
}

.rounded-box_green .form-agreement a {
  color: #fff;
}

.full-product-bottom__wrap {
  flex: 0 0 1246px;
  max-width: 1246px;
}

@media (max-width: 1729px) {
  .full-product-bottom__wrap {
    flex: 0 0 1080px;
    max-width: 1080px;
  }
}

@media (max-width: 1499px) {
  .full-product-bottom__wrap {
    flex: 0 0 980px;
    max-width: 980px;
  }
}

@media (max-width: 1339px) {
  .full-product-bottom__wrap {
    flex: 0 0 840px;
    max-width: 840px;
  }
}

@media (max-width: 1199px) {
  .full-product-bottom__wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.full-product-bottom__chars {
  margin-bottom: 73px;
}

@media (max-width: 1729px) {
  .full-product-bottom__chars {
    margin-bottom: 53px;
  }
}

@media (max-width: 1499px) {
  .full-product-bottom__chars {
    margin-bottom: 43px;
  }
}

@media (max-width: 1339px) {
  .full-product-bottom__chars {
    margin-bottom: 33px;
  }
}

@media (max-width: 1199px) {
  .full-product-bottom__chars {
    margin-bottom: 30px;
  }
}

.full-product-bottom__chars-title {
  margin-top: 0;
}

.full-product-bottom__content-title {
  margin-top: 0;
}

.product-page__related-products {
  margin-bottom: 76px;
}

@media (max-width: 1729px) {
  .product-page__related-products {
    margin-bottom: 66px;
  }
}

@media (max-width: 1499px) {
  .product-page__related-products {
    margin-bottom: 56px;
  }
}

@media (max-width: 1339px) {
  .product-page__related-products {
    margin-bottom: 46px;
  }
}

@media (max-width: 1199px) {
  .product-page__related-products {
    margin-bottom: 36px;
  }
}

.related-products__title {
  margin: 0 0 45px;
}

@media (max-width: 1729px) {
  .related-products__title {
    margin-bottom: 40px;
  }
}

@media (max-width: 1499px) {
  .related-products__title {
    margin-bottom: 35px;
  }
}

@media (max-width: 1339px) {
  .related-products__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .related-products__title {
    margin-bottom: 25px;
  }
}

.product-page__preims-blocks {
  margin-bottom: 78px;
}

@media (max-width: 1729px) {
  .product-page__preims-blocks {
    margin-bottom: 58px;
  }
}

@media (max-width: 1499px) {
  .product-page__preims-blocks {
    margin-bottom: 48px;
  }
}

@media (max-width: 1339px) {
  .product-page__preims-blocks {
    margin-bottom: 38px;
  }
}

@media (max-width: 991px) {
  .product-page__preims-blocks {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .product-page__preims-blocks {
    margin-bottom: 30px;
  }
}

.recently-watched-section_noline {
  border-top: 0;
  padding-top: 0;
}

.boxed-content {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 1199px) {
  .boxed-content {
    margin-bottom: -20px;
  }
}

.boxed-content__col {
  padding: 0 10px;
}

@media (max-width: 1199px) {
  .boxed-content__col {
    margin-bottom: 20px;
  }
}

.box-content-link {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 0;
}

.box-content-link:hover, .box-content-link:focus {
  color: #fff;
}

.box-content-link:hover .box-content-link__more, .box-content-link:focus .box-content-link__more {
  color: #fff;
}

.box-content-link_single {
  height: auto;
}

.box-content-link__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  margin-left: 304px;
  padding: 40px 80px 30px 30px;
  height: 100%;
}

@media (max-width: 1729px) {
  .box-content-link__content {
    margin-left: 230px;
    padding: 20px 50px 20px 30px;
  }
}

@media (max-width: 1339px) {
  .box-content-link__content {
    margin-left: 170px;
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .box-content-link__content {
    margin-left: 240px;
  }
}

@media (max-width: 767px) {
  .box-content-link__content {
    margin-left: 200px;
  }
}

@media (max-width: 575px) {
  .box-content-link__content {
    margin: 150px 0 0 0;
  }
}

.box-content-link__content:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -50%;
  bottom: -50%;
  left: -40px;
  width: 200px;
  background: linear-gradient(to bottom, #0b7c3d 0%, #08572b 100%);
  filter: blur(20px);
}

@media (max-width: 575px) {
  .box-content-link__content:before {
    display: none;
  }
}

.box-content-link__content:after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  left: 45px;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #0b7c3d 0%, #08572b 100%);
}

@media (max-width: 575px) {
  .box-content-link__content:after {
    left: 0;
  }
}

.box-content-link__title {
  margin-bottom: 26px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 1499px) {
  .box-content-link__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.box-content-link__text {
  margin-bottom: 27px;
  line-height: 1.45;
}

@media (max-width: 1339px) {
  .box-content-link__text {
    font-size: 15px;
  }
  .box-content-link__text br {
    display: none;
  }
}

.box-content-link__more {
  text-decoration: underline;
  color: #20ab5d;
}

.box-content-link__bg {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
}

@media (max-width: 575px) {
  .box-content-link__bg {
    left: 50%;
    transform: translate(-50%, 0);
    max-width: inherit;
    min-width: 100%;
    min-height: 150px;
  }
}

.preim-item__i {
  margin-bottom: 12px;
}

.preim-item__text {
  font-weight: 700;
  line-height: 1.6;
}

@media (min-width: 1500px) {
  .preim-item__text {
    font-size: 16px;
  }
}

@media (max-width: 1339px) {
  .preim-item__text {
    line-height: 1.4;
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .preim-item__text {
    font-size: 16px;
  }
}

.sticky {
  position: absolute;
}

.sticky_bottom {
  top: auto !important;
  bottom: 0;
}

.static {
  position: static;
}

.static form {
  position: static;
}

.full-catalog {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: -70px;
}

@media (max-width: 1729px) {
  .full-catalog {
    margin-bottom: -50px;
  }
}

@media (max-width: 1499px) {
  .full-catalog {
    margin-bottom: -40px;
  }
}

@media (max-width: 1339px) {
  .full-catalog {
    margin-bottom: -30px;
  }
}

@media (max-width: 991px) {
  .full-catalog {
    margin-bottom: -15px;
  }
}

.full-catalog__col {
  padding: 0 7px;
  margin-bottom: 70px;
}

@media (min-width: 1730px) {
  .full-catalog__col {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .full-catalog__col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 1729px) {
  .full-catalog__col {
    margin-bottom: 50px;
  }
}

@media (max-width: 1499px) {
  .full-catalog__col {
    margin-bottom: 40px;
  }
}

@media (max-width: 1339px) {
  .full-catalog__col {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .full-catalog__col {
    margin-bottom: 15px;
  }
}

@media (min-width: 400px) and (max-width: 575px) {
  .full-catalog__col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.full-cat-memu-item__pic-wrap {
  width: 200px;
  height: 105px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

.full-catalog__item--img {
  display: block !important;
}

@media (max-width: 1729px) {
  .full-cat-memu-item__pic-wrap {
    width: 185px;
    height: 85px;
  }
}

@media (max-width: 1499px) {
  .full-cat-memu-item__pic-wrap {
    width: 170px;
    height: 70px;
  }
}

@media (max-width: 1339px) {
  .full-cat-memu-item__pic-wrap {
    width: 155px;
    height: 55px;
  }
}

@media (max-width: 1199px) {
  .full-cat-memu-item__pic-wrap {
    width: 140px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .full-cat-memu-item__pic-wrap {
    width: 100%;
    display: flex;
    align-self: flex-end;
    justify-content: center;
  }
}

.full-cat-memu-item__pic {
  max-height: 100%;
}

.full-cat-memu-item ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.full-cat-memu-item > ul > li > a {
  display: inline-block;
  font-weight: 900;
  color: #2d353b;
  margin-bottom: 35px;
}

@media (min-width: 1730px) {
  .full-cat-memu-item > ul > li > a {
    font-size: 18px;
  }
}

@media (max-width: 1339px) {
  .full-cat-memu-item > ul > li > a {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .full-cat-memu-item > ul > li > a {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 1729px) {
  .full-cat-memu-item > ul > li > a {
    margin-bottom: 25px;
  }
}

@media (max-width: 1499px) {
  .full-cat-memu-item > ul > li > a {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .full-cat-memu-item > ul > li > a {
    font-size: 12px;
  }
}

.full-cat-memu-item > ul > li > a:hover, .full-cat-memu-item > ul > li > a:focus {
  color: #0b7c3d;
}

@media (max-width: 991px) {
  .full-cat-memu-item > ul > li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.full-cat-memu-item > ul > li ul {
  padding-left: 13px;
}

.full-cat-memu-item > ul > li ul li {
  position: relative;
  margin-bottom: 17px;
}

.full-cat-memu-item > ul > li ul li:before {
  content: '';
  position: absolute;
  left: -13px;
  top: 9px;
  width: 4px;
  height: 1px;
  background: #000;
}

.full-cat-memu-item > ul > li ul li a {
  color: #000;
  font-size: 14px;
}

.full-cat-memu-item > ul > li ul li a:hover, .full-cat-memu-item > ul > li ul li a:focus {
  color: #0b7c3d;
}

@media (max-width: 1499px) {
  .full-cat-memu-item > ul > li ul li {
    margin-bottom: 13px;
  }
}

@media (max-width: 1199px) {
  .full-cat-memu-item > ul > li ul li {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .full-cat-memu-item > ul > li ul {
    display: none;
  }
}

.full-cat-memu-item_shorted li:nth-child(n+4) {
  display: none;
}

.full-cat-memu-item__menu-full-btn {
  font-size: 14px;
  color: #2d353b;
  border: 0;
  border-bottom: 1px dotted;
  background: transparent;
  padding: 0;
}

.full-cat-memu-item__menu-full-btn:hover, .full-cat-memu-item__menu-full-btn:focus {
  color: #0b7c3d;
}

@media (max-width: 991px) {
  .full-cat-memu-item__menu-full-btn {
    display: none;
  }
}

.box-row {
  margin: 0 -10px -20px;
}

.box-row__col {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (min-width: 1500px) {
  .articles-row__col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.related-articles__title {
  margin-bottom: 45px;
}

@media (max-width: 1729px) {
  .related-articles__title {
    margin-bottom: 40px;
  }
}

@media (max-width: 1499px) {
  .related-articles__title {
    margin-bottom: 35px;
  }
}

@media (max-width: 1339px) {
  .related-articles__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .related-articles__title {
    margin-bottom: 27px;
  }
}

.article-pic {
  border-radius: 25px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .article-pic {
    border-radius: 15px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .article-pic__right {
    max-width: 50%;
    float: right;
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .about-page__intro {
    margin-bottom: 30px;
  }
}

.about-page__we-offer {
  margin-bottom: 90px;
}

@media (max-width: 1729px) {
  .about-page__we-offer {
    margin-bottom: 80px;
  }
}

@media (max-width: 1499px) {
  .about-page__we-offer {
    margin-bottom: 70px;
  }
}

@media (max-width: 1339px) {
  .about-page__we-offer {
    margin-bottom: 60px;
  }
}

@media (max-width: 1199px) {
  .about-page__we-offer {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .about-page__we-offer {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .about-page__we-offer {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .we-offer__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .we-offer__title {
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .we-offer__title {
    margin-bottom: 18px;
  }
}

.we-offer__row {
  margin: 0 -10px;
}

.we-offer__row-col {
  padding: 0 10px;
}

@media (min-width: 992px) and (max-width: 1339px) {
  .we-offer__row-col .material-cat-item__title {
    font-size: 13px;
  }
}

.we-offer__row-col .materials-present__item {
  padding: 0;
}

@media (max-width: 1729px) {
  .we-offer__row-col .material-cat-item {
    padding: 15px;
    height: 180px;
  }
}

@media (max-width: 991px) {
  .we-offer__row-col {
    margin-bottom: 20px;
  }
}

.about-page__descr {
  margin-bottom: 76px;
}

@media (max-width: 1339px) {
  .about-page__descr {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .about-page__descr {
    margin-bottom: 40px;
  }
}

@media (max-width: 1339px) {
  .about-company-descr__content-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.about-company-descr__title {
  margin-top: 30px;
}

@media (max-width: 1499px) {
  .about-company-descr__title {
    margin-top: 0;
  }
}

.about-page__about-pics {
  margin-bottom: 60px;
}

@media (max-width: 1339px) {
  .about-page__about-pics {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .about-page__about-pics {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .about-pics-row {
    margin-left: -4px;
    margin-right: -4px;
  }
}

@media (max-width: 575px) {
  .about-pics-row__col {
    padding: 0 4px;
  }
}

.about-pic-wrap {
  overflow: hidden;
  border-radius: 25px;
  display: block;
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
  .about-pic-wrap {
    border-radius: 15px;
  }
}

@media (max-width: 767px) {
  .about-pic-wrap {
    border-radius: 10px;
  }
}

.about-pic-wrap:hover, .about-pic-wrap:focus {
  opacity: 0.6;
}

@media (max-width: 991px) {
  .about-page__intro .box-content-link__content {
    margin-left: 300px;
  }
}

@media (max-width: 767px) {
  .about-page__intro .box-content-link__content {
    margin-left: 0;
    margin-top: 250px;
  }
  .about-page__intro .box-content-link__content:before {
    display: none;
  }
  .about-page__intro .box-content-link__content:after {
    left: 0;
  }
  .about-page__intro .box-content-link__content .box-content-link__bg {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 575px) {
  .about-page__intro .box-content-link__content {
    margin-top: 200px;
  }
}

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

@media (max-width: 1729px) {
  .delivery-page__intro {
    margin-bottom: 50px;
  }
}

@media (max-width: 1199px) {
  .delivery-page__intro {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .delivery-page__intro {
    margin-bottom: 30px;
  }
}

.delivery-intro .box-content-link__content {
  padding-right: 30px;
}

@media (max-width: 1199px) {
  .delivery-intro .box-content-link__content {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .delivery-intro .box-content-link__content {
    margin-left: 0;
    margin-top: 250px;
  }
  .delivery-intro .box-content-link__content:before {
    display: none;
  }
  .delivery-intro .box-content-link__content:after {
    left: 0;
  }
  .delivery-intro .box-content-link__content .box-content-link__bg {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 575px) {
  .delivery-intro .box-content-link__content {
    margin-top: 200px;
  }
}

.delivery-intro__text {
  margin-bottom: 15px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .delivery-intro__text {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .delivery-intro__text {
    font-size: 14px;
  }
}

.delivery-intro__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .delivery-intro__title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .delivery-intro__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1499px) {
  .delivery-intro__preims {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (max-width: 1499px) {
  .delivery-intro__preims-col {
    padding: 0 5px;
  }
}

@media (max-width: 575px) {
  .delivery-intro__preims-col:not(:last-child) {
    margin-bottom: 10px;
  }
}

.delivery-intro__preim-item {
  position: relative;
  padding-left: 60px;
  line-height: 1.6;
}

@media (max-width: 1499px) {
  .delivery-intro__preim-item {
    padding-left: 50px;
  }
}

@media (max-width: 1199px) {
  .delivery-intro__preim-item {
    padding-left: 40px;
    font-size: 15px;
  }
}

.delivery-intro__preim-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 46px;
  height: 46px;
  background: url(../img/i/gray-circle-location-pin.webp) no-repeat 0 0;
  background-size: contain;
}

@media (max-width: 1499px) {
  .delivery-intro__preim-item:before {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 1199px) {
  .delivery-intro__preim-item:before {
    width: 30px;
    height: 30px;
  }
}

.delivery-page__cars-list {
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .delivery-page__cars-list {
    margin-bottom: 30px;
  }
}

.cars-list-section__title {
  margin-top: 0;
}

@media (max-width: 991px) {
  .cars-list-section__title {
    margin-bottom: 25px;
  }
}

.cars-list {
  margin-bottom: -30px;
}

.cars-list__col {
  margin-bottom: 30px;
}

.car-item {
  display: flex;
  align-items: flex-start;
  background: #edeef8;
  border-radius: 25px;
  padding: 55px 30px 25px 50px;
  height: 100%;
}

@media (max-width: 1729px) {
  .car-item {
    padding: 35px 30px 25px 35px;
  }
}

@media (max-width: 1499px) {
  .car-item {
    padding: 20px;
  }
}

@media (max-width: 1339px) {
  .car-item {
    flex-direction: column;
  }
}

.car-item__pic-wrap {
  flex: 0 0 220px;
  max-width: 220px;
  flex-shrink: 0;
  margin-right: 40px;
}

@media (max-width: 1729px) {
  .car-item__pic-wrap {
    flex: 0 0 180px;
    max-width: 180px;
    margin-right: 30px;
  }
}

@media (max-width: 1499px) {
  .car-item__pic-wrap {
    flex: 0 0 150px;
    max-width: 150px;
    margin-right: 20px;
  }
}

@media (max-width: 1339px) {
  .car-item__pic-wrap {
    display: flex;
    align-items: flex-end;
    flex: 0 0 auto;
    max-width: 190px;
    margin: 0 0 25px;
    height: 90px;
  }
}

@media (max-width: 1339px) {
  .car-item__pic {
    max-height: 100%;
  }
}

.car-item__title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #000;
}

@media (max-width: 1499px) {
  .car-item__title {
    font-size: 22px;
  }
}

.car-item__list {
  list-style: none;
  padding-left: 13px;
  margin-bottom: 0;
}

.car-item__list li {
  position: relative;
}

.car-item__list li:before {
  content: '';
  position: absolute;
  left: -13px;
  top: 9px;
  width: 4px;
  height: 1px;
  background: #000;
}

.car-item__list li:not(:last-child) {
  margin-bottom: 18px;
}

.delivery-preims-section__title {
  margin-top: 0;
}

.delivery-preims {
  border-top: 1px solid #dee0ee;
  padding-top: 60px;
  margin-top: 60px;
}

@media (max-width: 1729px) {
  .delivery-preims {
    padding-top: 50px;
    margin-top: 50px;
  }
}

@media (max-width: 1499px) {
  .delivery-preims {
    padding-top: 40px;
    margin-top: 40px;
  }
}

@media (max-width: 1339px) {
  .delivery-preims {
    padding-top: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .delivery-preims {
    padding-top: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .delivery-preims-row__col:not(:last-child) {
    margin-bottom: 20px;
  }
}

.delivery-preim-item {
  position: relative;
  padding-left: 65px;
  padding-top: 10px;
  line-height: 1.6;
}

@media (max-width: 1339px) {
  .delivery-preim-item {
    padding-left: 50px;
    padding-top: 5px;
  }
}

@media (max-width: 991px) {
  .delivery-preim-item {
    padding-left: 38px;
    padding-top: 3px;
  }
}

.delivery-preim-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  background: url(../img/i/green-circle-shevron-down.webp) no-repeat 0 0;
  background-size: contain;
}

@media (max-width: 1339px) {
  .delivery-preim-item:before {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 991px) {
  .delivery-preim-item:before {
    width: 28px;
    height: 28px;
  }
}

.contacts-page__office-section {
  margin-bottom: 70px;
}

@media (max-width: 1729px) {
  .contacts-page__office-section {
    margin-bottom: 60px;
  }
}

@media (max-width: 1499px) {
  .contacts-page__office-section {
    margin-bottom: 50px;
  }
}

@media (max-width: 1339px) {
  .contacts-page__office-section {
    margin-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .contacts-page__office-section {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .contacts-page__office-section {
    margin-bottom: 25px;
  }
}

.office-section__top-floor {
  margin-bottom: 70px;
}

@media (max-width: 1729px) {
  .office-section__top-floor {
    margin-bottom: 60px;
  }
}

@media (max-width: 1499px) {
  .office-section__top-floor {
    margin-bottom: 50px;
  }
}

@media (max-width: 1199px) {
  .office-section__top-floor {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .office-section__top-floor {
    margin-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .contacts-content__col:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .contacts-map-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.contacts-content__map {
  position: relative;
  height: 446px;
  margin-bottom: 36px;
}

@media (max-width: 1339px) {
  .contacts-content__map {
    height: 444px;
  }
}

@media (max-width: 991px) {
  .contacts-content__map {
    width: 100%;
    height: 420px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .contacts-content__map {
    width: 100%;
    height: 380px;
    margin-bottom: 25px;
  }
}

.contacts-content__title {
  margin: 0 0 30px;
}

@media (max-width: 991px) {
  .contacts-content__title {
    text-align: center;
  }
}

.contacts-content__subtitle {
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .contacts-content__subtitle {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .contacts-content__subtitle {
    text-align: center;
  }
}

.contacts-group__item {
  display: flex;
  align-items: flex-start;
}

.contacts-group__item:not(:last-child) {
  margin-bottom: 13px;
}

.contacts-group__item-i {
  flex-shrink: 0;
  margin-right: 20px;
}

@media (max-width: 1199px) {
  .contacts-group__item-i {
    max-width: 35px;
    margin-right: 15px;
  }
}

.contacts-group__item-content {
  margin-top: 9px;
  line-height: 1.75;
}

@media (max-width: 1199px) {
  .contacts-group__item-content {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .contacts-group__item-content {
    flex-grow: 1;
  }
}

.contacts-group__big-phone {
  font-weight: 700;
  /*font-size: 24px;*/
  color: #000;
  line-height: 1;
}

@media (max-width: 1339px) {
  .contacts-group__big-phone {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .contacts-group__big-phone {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .contacts-group__big-phone {
    font-size: 18px;
  }
}

.contacts-group__big-phone:hover, .contacts-group__big-phone:focus {
  color: #0b7c3d;
}

.contacts-group__email-link {
  text-decoration: underline;
}

.contacts-group__dark-link {
  color: #000;
}

.contacts-group__dark-link:hover, .contacts-group__dark-link:focus {
  color: #0b7c3d;
}

.contacts-group__btns-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  width: 284px;
}

@media (max-width: 991px) {
  .contacts-group__btns-wrap {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .contacts-group__btns-wrap {
    align-items: center;
    width: auto;
    margin-left: -50px;
  }
}

.contacts-group__btns-wrap .typical-btn {
  width: 100%;
  padding: 5px 15px;
}

@media (max-width: 767px) {
  .contacts-group__btns-wrap .typical-btn {
    width: 240px;
  }
}

.contacts-group__btns-wrap .typical-btn:not(:last-child) {
  margin-bottom: 17px;
}

.contacts-group__btns-wrap .typical-btn:before {
  display: block;
  position: static;
  transform: none;
  margin-right: 12px;
}

.contacts-content__cont-group:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 1339px) {
  .contacts-content__cont-group:not(:last-child) {
    margin-bottom: 20px;
  }
}

.typical-btn_feedback:before {
  content: '';
  display: block;
  width: 18px;
  height: 17px;
  background: url(../img/i/black-envelope.webp) no-repeat 0 0;
  background-size: contain;
  margin-right: 12px;
}

.typical-btn_feedback:hover:before, .typical-btn_feedback:focus:before {
  filter: invert(100);
}

.typical-btn_print {
  font-weight: 700;
}

.typical-btn_print:before {
  content: '';
  display: block;
  width: 25px;
  height: 23px;
  background: url(../img/i/black-printer.webp) no-repeat 0 0;
  background-size: contain;
  margin-right: 24px;
}

@media (max-width: 991px) {
  .typical-btn_print:before {
    margin-right: 12px;
  }
}

.typical-btn_print:hover:before, .typical-btn_print:focus:before {
  filter: invert(100);
}

.contacts-map-col__print {
  width: 284px;
}

@media (max-width: 991px) {
  .contacts-map-col__print {
    width: 240px;
  }
}

.contacts-page__sklad-section {
  border-top: 1px solid #dee0ee;
  padding-top: 57px;
}

@media (max-width: 1729px) {
  .contacts-page__sklad-section {
    padding-top: 47px;
  }
}

@media (max-width: 1339px) {
  .contacts-page__sklad-section {
    padding-top: 37px;
  }
}

@media (max-width: 767px) {
  .contacts-page__sklad-section {
    padding-top: 20px;
  }
}

/*Short footer*/
.site-footer-short {
  border-top: 1px solid #dee0ee;
  padding: 69px 0 50px;
}

@media (max-width: 1499px) {
  .site-footer-short {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .site-footer-short {
    padding: 25px 0;
  }
}

.site-footer-short__row {
  justify-content: center;
}

@media (max-width: 1199px) {
  .site-footer-short__row {
    flex-direction: column;
    align-items: center;
  }
}

.site-footer-short__contacts-col {
  margin-right: 60px;
}

@media (max-width: 1199px) {
  .site-footer-short__contacts-col {
    margin: 0 0 30px;
  }
}

@media (max-width: 575px) {
  .site-footer-short__contacts-col {
    margin: 0 0 20px;
  }
}

.site-footer-short__phones-wrap {
  font-size: 30px;
  font-weight: 900;
  color: #000;
  margin-bottom: 25px;
}

@media (max-width: 1339px) {
  .site-footer-short__phones-wrap {
    text-align: right;
  }
}

@media (max-width: 1199px) {
  .site-footer-short__phones-wrap {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .site-footer-short__phones-wrap {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .site-footer-short__phones-wrap {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .site-footer-short__phones-wrap {
    display: flex;
    flex-direction: column;
    font-size: 20px;
  }
}

.site-footer-short__phone {
  font-size: 30px;
  font-weight: 900;
  color: #000;
}

@media (max-width: 991px) {
  .site-footer-short__phone {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .site-footer-short__phone {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .site-footer-short__phone {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .site-footer-short__phone:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .site-footer-short__phone-comma {
    display: none;
  }
}

.site-footer-short__email-time-wrap {
  display: flex;
}

@media (max-width: 575px) {
  .site-footer-short__email-time-wrap {
    flex-direction: column;
    text-align: center;
  }
}

.site-footer-short__email {
  margin-right: 58px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .site-footer-short__email {
    margin-right: 30px;
  }
}

@media (max-width: 575px) {
  .site-footer-short__email {
    margin: 0 0 20px;
  }
}

@media (min-width: 576px) {
  .site-footer-short__email {
    font-size: 18px;
  }
}

.site-footer-short__email-link {
  color: #000;
  text-decoration: underline;
}

.site-footer-short__work-time {
  font-weight: 700;
}

@media (min-width: 576px) {
  .site-footer-short__work-time {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .site-footer-short__copy-col {
    padding-top: 5px;
  }
}

.site-footer-short__adress {
  font-weight: 700;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .site-footer-short__adress {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .site-footer-short__adress {
    text-align: center;
  }
}

.site-footer-short__copy {
  font-weight: 700;
  margin-bottom: 46px;
}

@media (min-width: 576px) {
  .site-footer-short__copy {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .site-footer-short__copy {
    text-align: center;
    margin-bottom: 30px;
  }
}

.sm-logo {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .sm-logo {
    justify-content: center;
  }
}

.sm-logo__img {
  margin-right: 8px;
  transition: opacity 0.3s ease;
}

.sm-logo__img:hover, .sm-logo__img:focus {
  opacity: 0.6;
}

.sm-logo__text a {
  color: #fff;
}

.sm-logo__text a:hover, .sm-logo__text a:focus {
  color: #ff843e;
}

.sm-logo__text_dark a {
  color: #000;
}

/*Footer*/
.site-footer {
  padding-bottom: 100px;
}

@media (max-width: 1729px) {
  .site-footer {
    padding-bottom: 80px;
  }
}

@media (max-width: 1499px) {
  .site-footer {
    padding-bottom: 60px;
  }
}

@media (max-width: 1199px) {
  .site-footer {
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .site-footer {
    padding-bottom: 30px;
  }
}

.site-footer__links-search-col {
  flex: 0 0 970px;
  max-width: 970px;
}

@media (max-width: 1729px) {
  .site-footer__links-search-col {
    flex: 0 0 800px;
    max-width: 800px;
  }
}

@media (max-width: 1499px) {
  .site-footer__links-search-col {
    flex: 0 0 700px;
    max-width: 700px;
  }
}

@media (max-width: 1199px) {
  .site-footer__links-search-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .site-footer__links-search-col {
    margin-bottom: 30px;
  }
}

.site-footer__links-row {
  margin-bottom: 60px;
}

@media (max-width: 1339px) {
  .site-footer__links-row {
    margin-bottom: 30px;
  }
}

.site-footer__content-col {
  flex: 0 0 738px;
  max-width: 738px;
}

@media (max-width: 1729px) {
  .site-footer__content-col {
    flex: 0 0 620px;
    max-width: 620px;
  }
}

@media (max-width: 1499px) {
  .site-footer__content-col {
    flex: 0 0 610px;
    max-width: 610px;
  }
}

@media (max-width: 1339px) {
  .site-footer__content-col {
    flex: 0 0 440px;
    max-width: 440px;
  }
}

@media (max-width: 1199px) {
  .site-footer__content-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.site-footer__links-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (max-width: 1339px) {
  .site-footer__links-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .site-footer__links-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .site-footer__links-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .site-footer__catalog-links-col {
    flex: 0 0 75%;
    max-width: 0 0 75%;
  }
}

@media (max-width: 575px) {
  .site-footer__catalog-links-col:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .site-footer__catalog-menu-col:not(:last-child) {
    margin-bottom: 12px;
  }
}

.site-footer__list ul {
  list-style: none;
  padding-left: 12px;
  margin-bottom: 0;
}

.site-footer__list ul li {
  position: relative;
}

.site-footer__list ul li:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 9px;
  width: 4px;
  height: 1px;
  background: #000;
}

.site-footer__list ul li a {
  color: #000;
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .site-footer__list ul li a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .site-footer__list ul li a {
    font-size: 15px;
  }
}

.site-footer__list ul li a:hover, .site-footer__list ul li a:focus {
  color: #0b7c3d;
}

.site-footer__list ul li:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 1339px) {
  .site-footer__list ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .open-search_wide {
    display: block;
  }
}

.site-footer-content-wrap {
  color: #fff;
  padding: 44px 85px 53px;
  background: linear-gradient(to bottom, #0b7c3d 0%, #08572b 100%);
  border-radius: 25px;
  height: 100%;
}

@media (max-width: 1729px) {
  .site-footer-content-wrap {
    padding: 44px 35px 53px;
  }
}

@media (max-width: 1339px) {
  .site-footer-content-wrap {
    padding: 20px 30px 46px;
  }
}

@media (max-width: 1199px) {
  .site-footer-content-wrap {
    padding: 30px;
  }
}

.site-footer__phones-wrap {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 25px;
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .site-footer__phones-wrap {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .site-footer__phones-wrap {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .site-footer__phones-wrap {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .site-footer__phones-wrap {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .site-footer__phones-wrap {
    font-size: 20px;
    display: flex;
    flex-direction: column;
  }
}

.site-footer__phone {
  font-size: 30px;
  color: #fff;
  font-weight: 900;
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .site-footer__phone {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .site-footer__phone {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .site-footer__phone {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .site-footer__phone {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .site-footer__phone:not(:last-child) {
    margin-bottom: 15px;
  }
}

.site-footer__phone:hover, .site-footer__phone:focus {
  color: #fff;
  opacity: 0.6;
}

@media (min-width: 1200px) and (max-width: 1339px) {
  .site-footer__phone-comma {
    display: none;
  }
}

@media (max-width: 575px) {
  .site-footer__phone-comma {
    display: none;
  }
}

.site-footer__email-time-wrap {
  display: flex;
  margin-bottom: 16px;
}

@media (max-width: 1199px) {
  .site-footer__email-time-wrap {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .site-footer__email-time-wrap {
    flex-direction: column;
    text-align: center;
  }
}

.site-footer__email {
  margin-right: 58px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .site-footer__email {
    margin-right: 30px;
  }
}

@media (max-width: 575px) {
  .site-footer__email {
    margin: 0 0 20px;
  }
}

@media (min-width: 768px) {
  .site-footer__email {
    font-size: 18px;
  }
}

.site-footer__email-link {
  color: #fff;
  text-decoration: underline;
}

.site-footer__email-link:hover, .site-footer__email-link:focus {
  color: #fff;
  opacity: 0.6;
}

.site-footer__work-time {
  font-weight: 700;
}

@media (min-width: 768px) {
  .site-footer__work-time {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .site-footer__copy-col {
    padding-top: 5px;
  }
}

.site-footer__adress {
  font-weight: 700;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .site-footer__adress {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .site-footer__adress {
    text-align: center;
  }
}

.site-footer__copy {
  font-weight: 700;
  margin-bottom: 46px;
}

@media (min-width: 768px) {
  .site-footer__copy {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .site-footer__copy {
    text-align: center;
    margin-bottom: 30px;
  }
}

a.sm-logo__link-white:hover, a.sm-logo__link-white:focus {
  color: #fff;
  opacity: 0.6;
}

/*Объекты*/
.objects-list {
  margin: 0 -11px -22px;
}

.objects-list__col {
  padding: 0 11px;
  margin-bottom: 22px;
}

@media (min-width: 1500px) {
  .objects-list__col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 450px) and (max-width: 575px) {
  .objects-list__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.object-prev-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  padding: 30px;
  border: 1px solid #dee0ee;
  border-radius: 5px;
}

.object-prev-item:hover, .object-prev-item:focus {
  color: #0b7c3d;
}

.object-prev-item:hover .object-prev-item__pic-wrap, .object-prev-item:focus .object-prev-item__pic-wrap {
  opacity: 0.6;
}

@media (max-width: 1729px) {
  .object-prev-item {
    padding: 17px;
  }
}

.object-prev-item__pic-wrap {
  margin-bottom: 35px;
  transition: opacity 0.3s ease;
  max-width: 208px;
}

@media (max-width: 1729px) {
  .object-prev-item__pic-wrap {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .object-prev-item__pic-wrap {
    margin-bottom: 15px;
  }
}

.object-prev-item__title {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (max-width: 1729px) {
  .object-prev-item__title {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .object-prev-item__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.object-prev-item__text {
  text-align: center;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .object-prev-item__text {
    font-size: 15px;
  }
}

.objects-prevs__pagination {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .objects-prevs__pagination {
    justify-content: flex-start;
  }
}

@media (max-width: 1729px) {
  .objects-prevs__pagination {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .objects-prevs__pagination {
    margin-top: 20px;
  }
}

.object-content {
  margin-bottom: 70px;
}

@media (max-width: 1729px) {
  .object-content {
    margin-bottom: 60px;
  }
}

@media (max-width: 1499px) {
  .object-content {
    margin-bottom: 50px;
  }
}

@media (max-width: 1339px) {
  .object-content {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .object-content {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .object-content {
    flex-wrap: nowrap;
  }
}

@media (max-width: 991px) {
  .object-content__pics-col {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .object-content__pics-col {
    margin-bottom: 20px;
  }
}

@media (min-width: 1500px) {
  .object-content__text-col {
    padding-left: 5px;
  }
}

.object-pics-big {
  margin-bottom: 15px;
}

.object-pics-big .slick-list {
  border-radius: 25px;
}

.object-pics-big:not(.slick-initialized) .object-pics-big__item:not(:first-child) {
  display: none;
}

.object-pics-big__pic-wrap {
  position: relative;
  display: block;
  width: 700px;
  height: 450px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

@media (max-width: 1729px) {
  .object-pics-big__pic-wrap {
    width: 557px;
    height: 400px;
  }
}

@media (max-width: 1499px) {
  .object-pics-big__pic-wrap {
    width: 515px;
    height: 350px;
  }
}

@media (max-width: 1339px) {
  .object-pics-big__pic-wrap {
    width: 437px;
    height: 325px;
  }
}

@media (max-width: 1199px) {
  .object-pics-big__pic-wrap {
    width: 450px;
    height: 350px;
  }
}

@media (max-width: 991px) {
  .object-pics-big__pic-wrap {
    width: 690px;
    height: 440px;
  }
}

@media (max-width: 767px) {
  .object-pics-big__pic-wrap {
    width: 100%;
    height: 320px;
  }
}

@media (max-width: 575px) {
  .object-pics-big__pic-wrap {
    height: 290px;
  }
}

@media (max-width: 449px) {
  .object-pics-big__pic-wrap {
    height: 200px;
  }
}

.object-pics-big__pic-wrap:hover, .object-pics-big__pic-wrap:focus {
  opacity: 0.6;
}

.object-pics-big__pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 150%;
}

.object-pics-thumb {
  padding: 0 25px;
}

@media (max-width: 575px) {
  .object-pics-thumb {
    padding: 0 15px;
  }
}

.object-pics-thumb:not(.slick-initialized) .object-pics-thumb__item:not(:first-child) {
  display: none;
}

.object-pics-thumb__item {
  padding: 0 6px;
}

.object-pics-thumb__pic-wrap {
  position: relative;
  overflow: hidden;
  height: 100px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

@media (max-width: 1729px) {
  .object-pics-thumb__pic-wrap {
    height: 80px;
  }
}

@media (max-width: 1499px) {
  .object-pics-thumb__pic-wrap {
    height: 60px;
  }
}

@media (max-width: 1339px) {
  .object-pics-thumb__pic-wrap {
    height: 50px;
  }
}

@media (max-width: 1199px) {
  .object-pics-thumb__pic-wrap {
    height: 50px;
  }
}

@media (max-width: 991px) {
  .object-pics-thumb__pic-wrap {
    height: 60px;
  }
}

@media (max-width: 767px) {
  .object-pics-thumb__pic-wrap {
    height: 50px;
  }
}

.object-pics-thumb__pic-wrap:hover, .object-pics-thumb__pic-wrap:focus {
  opacity: 0.6;
}

.object-pics-thumb__pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: inherit;
  height: 100%;
}

/*# sourceMappingURL=maps/common.css.map */

/* правки 24.12.2024 */
/* FAQ */
.question:not(:last-child) {
  margin-bottom: 24px;
}
.question h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.question.active h3,
.question h3:hover {
  color: #050505;
  text-decoration: none;
}

.answer {
  display: none;
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .question h3 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .qna {
    text-align: left;
  }
  .question:not(:last-child) {
    margin-bottom: 18px;
  }
  .question h3 {
    font-size: 16px;
  }

}
/* /FAQ */

/* kirpichi */
.views-kirpich {
    margin: 42px 0;
}

.views-kirpich-item {
    margin-bottom: 24px;
    display: grid;
    grid-template: max-content/max-content 1fr;
    grid-gap: 24px;
    align-items: center;
}

.views-kirpich-item p {
    text-align: left;
}

.block-number.card-item-stages {
    margin-block: 42px 0;
}

.block-number.card-item-stages .card-item {
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    text-align: left;
}

.block-number.card-item-stages .picture-number {
    width: 55px;
    min-width: 55px;
    height: 55px;
}

.card-item-stages .column-two {
    column-count: 2;
}
/* /kirpichi */

/* brand */
.brand_blok__list {
    margin-block: 42px;
    display: grid;
    grid-template: max-content/repeat(auto-fill,minmax(min(245px,100%),1fr));
    align-items: center;
    grid-gap: 24px;
}

.brand__item {
    width: 100%;
    height: 100%;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border: 1px solid #dfdfdf;
}

.brand__item:hover {
    text-decoration: none;
}

.brands__item_title {
    flex-grow: 1;
    color: #000;
    text-align: center;
}

@media (max-width: 991px) {
    .brand_blok__list {
        grid-template: max-content/repeat(auto-fill,minmax(min(214px,100%),1fr));
        grid-gap: 16px;
    }
}
/* /brand */

/* brik */
.list-views-brick {
    margin-block: 42px;
}

.brick-item {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.brick-item p {
    text-align: left;
}
/* /brik */

/* slider shadow */
.present-single {
  border-radius: 25px;
  box-shadow: -10px 15px 10px 2px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  .present-single {
    box-shadow: -7px 7px 7px 7px rgba(0, 0, 0, 0.05);
  }
}
/* /slider shadow */

/* footer search input */
.open-search_wide__field:hover {
  border-color: #0b7c3d;
  box-shadow: none;
}

.open-search_wide__field:focus {
  border-color: #08572b;
  box-shadow: none;
}

.open-search_wide__field::placeholder {
  font-weight: 700;
}
/* /footer search input */

/* footer */
.site-contacts-title {
  margin-bottom: 16px;
}

.site-footer__requisites {
  margin-bottom: 16px;
}

.site-footer__requisites p {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1339px) {
	.site-footer__email-time-wrap {
	  flex-wrap: wrap;
	}

	.site-footer__work-time {
	  width: 100%;
	  margin-top: 5px;
	}
}

@media (max-width: 1199px) {
  .site-contacts-title,
  .site-footer__requisites p {
    text-align: center;
  }
}
/* /footer */

/* articles */
.articles-row__col {
  margin-bottom: 42px;
}

@media (max-width: 1550px) {
  .articles-row__col {
    margin-bottom: 32px;
  }
}

@media (max-width: 1199px) {
  .articles-row__col {
    margin-bottom: 24px;
  }
}
/* /articles */

/* objects */
.objects-list__col {
  display: flex;
}

.object-prev-item {
  flex-grow: 1;
}
/* /objects */

/* about video */
.about-company-descr__title {
  margin-top: 0;
  line-height: 1;
}
/* /about video */


/* payments */
.maodal-payments__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	padding: 0;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

.maodal-payments__close::before,
.maodal-payments__close::after {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 2px;
	background-color: #0b7c3d;
}

.maodal-payments__close::before {
	transform: rotateZ(45deg) translate(6px, 6px);
}

.maodal-payments__close::after {
	transform: rotateZ(-45deg) translate(-6px, 6px);
}

.modal-payments__title {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
}

.modal-payments {
	box-sizing: border-box;
	padding: 16px !important;
}

@media (max-width: 991px) {
	#wind {
		left: auto !important;
		right: auto !important;
		transform: translate(30%,-5%);
	}
}

@media (max-width: 767px) {
	#wind {
		transform: translate(8%,-6%);
	}

	.modal-payments__title {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	#wind {
		width: 332px;
		transform: translate(0%,-10%);
	}

	.modal-payments p {
		font-size: 14px;
	}

	.modal-payments .modal-payments__title {
		font-size: 16px;
	}
}

/* /payments */

/* personal */
.content-form {
	position: relative;
	margin: 0 auto !important;
	width: 100% !important;
	max-width: 430px;
	height: auto;
	padding: 50px !important;
	background-color: #fff;
	border: 1px solid #0b7c3d;
	border-radius: 5px;
}

.content-form .field {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #000;
}

.content-form .field:not(:last-child) {
	margin-bottom: 16px;
}

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

.content-form .form-input {
	width: 100%;
	height: 43px;
}

.content-form .form-input .input-field[type="text"],
.content-form .form-input .input-field[type="password"],
.content-form .form-input input {
	width: 100% !important;
	height: 100% !important;
	padding: 0 0 0 10px !important;
	border: 1px solid #dee0ee;
	border-radius: 5px;
}

.content-form .form-input .input-field:focus,
.content-form .form-input .input-field:active,
.content-form .form-input input:focus,
.content-form .form-input input:active {
	border-color: #0b7c3d;
}

.content-form .field-option {
	display: flex;
	align-items: center;
	gap: 6px;
}

.content-form .field-option input {
	width: 16px;
	height: 16px;
	border: 1px solid #dee0ee;
	cursor: pointer;
	appearance: none;
}

.content-form .field-option input:checked {
	background: #0b7c3d url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e") center/60% no-repeat;
	border-color: #0b7c3d;
}

.content-form .field-option label {
	margin: 0;
}

.content-form .field button[type="submit"],
.content-form .field button.btn_buy[type="submit"] {
	width: 100%;
	height: 43px;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	background-color: #0b7c3d;
	border: 0;
	border-radius: 5px;
}

.content-form .field.field-button {
	margin: 0;
}

.content-form .field a,
.content-form .field-button a {
	width: auto !important;
	height: auto !important;
	margin: 10px 0 !important;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #0b7c3d;
}

.content-form .field i:empty {
	display: none;
}

.content-form .hint_agreement {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 16px;
}

.content-form .alertMsg.bad {
	position: absolute;
	top: -10px;
	right: -10px;
	margin: 0;
	padding: 10px 12px;
	font-size: 12px;
	text-align: center;
}

.content-form .alertMsg.bad i:empty {
	display: none;
}

.content-form .description {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.2;
  color: #0b7c3d;
}

.content-form .field input[name="captcha_word"] {
  width: max-content !important;
}

#register-form.content-form {
	max-width: 767px;
	padding: 30px !important;
}

#register-form.content-form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#register-form.content-form .field:not(:last-child) {
	width: 49%;
	display: flex;
	flex-direction: column;
}

#register-form.content-form .field-title {
	flex-grow: 1;
}

#register-form.content-form .field:nth-child(9) {
	width: 100% !important;
}

#register-form.content-form .field input[name="captcha_word"] {
	width: 100px !important;
}

#register-form.content-form .field button.btn_buy[type="submit"] {
	width: max-content;
	padding: 10px 20px;
}

@media (max-width: 575px) {
	.content-form {
		padding: 30px !important;
	}

	.content-form .field input[name="captcha_word"] {
		width: 100px !important;
	}

	#register-form.content-form .field:not(:last-child),
	#register-form.content-form .field:last-child,
	#register-form.content-form .field button.btn_buy[type="submit"] {
		width: 100%;
	}
}
/* /personal */

/* slider catalog */
.catalog-inner-slick .materials-present .slick-list {
  padding: 0 0 24px;
  margin-bottom: -24px;
}

@media (min-width: 1730px) {
  .catalog-inner-slick .material-cat-item {
    padding: 27px 5px 0;
  }
}

@media (max-width: 1729px) {
  .catalog-inner-slick .material-cat-item {
    padding: 15px 5px;
  }
}

@media (max-width: 991px) {
	.catalog-inner-slick .materials-present .slick-list {
		padding: 0;
		margin-bottom: 0;
	}
}
/* /slider catatlog */

/* empty basket */
.emptyCart {
	margin-left: 15px;
}

@media (max-width: 991px) {
	.emptyCart {
		width: 100%;
		margin: 0;
		text-align: center;
	}
}
/* /empty basket */

/* table */
@media (max-width: 767px) {
  table {
    width: 100%;
    display: block;
    overflow-x: scroll;
  }
  
  table td,
  table th {
    padding: 10px;
    white-space: nowrap;
  }
}
/* /table*/

/* personal private */
.workarea.personal {
  position: relative;
  width: 100% !important;
  max-width: 430px;
  height: auto;
  padding: 30px !important;
  background-color: #fff;
  border: 1px solid #0b7c3d;
  border-radius: 5px;
}

.workarea.personal h2 {
  margin-bottom: 10px;
  padding: 0;
}

.workarea.personal .personal-info_in {
  padding: 0;
  font-size: 14px
}

.workarea.personal .personal-info_in input {
  margin-top: .5rem;
}
/* /personal private */


/*
	10.01.2025
	cookie
*/
.cookie {
    position: fixed;
	  z-index: 5;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px 30px;
    display: none;
    box-sizing: border-box;
    transform: translate(-50%,0);
}

.cookie__wrapper {
    width: 100%;
    height: 100%;
    padding: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background-color: rgba(0,0,0,0.85);
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
}

.cookie__text {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.cookie .cookie__btn {
    position: relative;
    width: max-content;
    height: auto;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    background-color: #eff4eb;
    border: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cookie__btn::before {
    content: "";
    position: absolute;
    inset: -15px;
}

.cookie__btn:hover {
    color: #fff;
    background-color: #969491;
}

@media (width <= 767px) {
    .cookie {
        bottom: 50px;
    }

    .cookie__text {
        font-size: 12px;
    }
}

@media (width <= 575px) {
    .cookie__wrapper {
        padding: 10px;
        flex-direction: column;
        gap: 10px;
    }

    .cookie__text {
        text-align: center;
    }
}
/*
	end
	10.01.2025
	cookie
*/

/* 13.01.2025 */
.full-product-intro__share-btn {
	z-index: 1 !important;
}
/* end 13.01.2025 */

/*
	15.01.2025
	open form catalog
*/
.bottomCitText .open-form {
  margin-top: 50px;
}

.bottomCitText .open-form .intro-section__form-content {
  display: grid;
  grid-template-areas:
    "form submit"
    "rules rules";
  grid-template-columns: 1fr max-content;
  grid-gap: 5px 15px;
}

.bottomCitText .open-form .open-form__small-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.bottomCitText .open-form .inlineFormArea {
  grid-area: form;
}

.bottomCitText .open-form .inlineFormArea .form-group {
  margin: 0;
}

.bottomCitText .open-form .gray-form__submit-wrap {
  grid-area: submit;
}

.bottomCitText .open-form .form-agreement {
  grid-area: rules;
}

@media (max-width: 992px) {
  .bottomCitText .open-form .open-form__small-title {
    font-size: 18px;
  }

  .bottomCitText .open-form .inlineFormArea {
    gap: 10px;
  }

  .bottomCitText .open-form .inlineFormArea .form-group {
    flex: auto !important;
    margin: 0 !important;
  }

  .bottomCitText .open-form .gray-form__submit-wrap {
    max-width: none !important;
  }
}

@media (max-width: 767px) {
  .bottomCitText .open-form .open-form__small-title {
    font-size: 16px;
  }

  .bottomCitText .open-form .intro-section__form-content {
    grid-template-areas:
      "form" 
      "submit"
      "rules";
    grid-template-columns: 100%;
    grid-gap: 15px;
  }

  .bottomCitText .open-form .inlineFormArea {
    flex-direction: column;
  }

  .bottomCitText .open-form .inlineFormArea .form-group {
    width: 100% !important;
  }

  .bottomCitText .open-form .form-submit-btn {
    width: 100%;
  }

  .bottomCitText .open-form .form-agreement {
    margin-top: 0;
  }
}
/*
	/end open form catalog
*/
/* 22.08.2025 */
.search-page form input:first-child {
    max-width: 100%;
    height: 40px;
}
.search-page form input:nth-child(2) {
    height: 40px;
    width: 120px;
    max-width: 100%;
}
.cat-prevs-controls__keys .typical-btn:nth-child(3).cat-prevs-controls__all-btn,
.cat-prevs-controls__keys .typical-btn:nth-child(4).cat-prevs-controls__all-btn,
.cat-prevs-controls__keys .typical-btn:nth-child(5).cat-prevs-controls__all-btn,
.cat-prevs-controls__keys .typical-btn:nth-child(6).cat-prevs-controls__all-btn {
	display:none;
}
.cart-table__prod-content {
    white-space: wrap;
}
.box-content-link__more {
  color: #fff;
}
.cookie__wrapper {
  background-color: rgb(0 0 0 / 90%);
}
.breadcrumbs__link,
.breadcrumbs__last {
  color: #2b2b2b;
}
.cookie__text a {
color: #fff;
text-decoration:underline;
}
@media (max-width: 767px) {
.search-page form {
  display: flex;
  flex-direction: column;
}
.search-page form input:nth-child(2) {
  width: 100%;
  margin-top: -9px;
}
.col-auto.site-header__shop-links-col {
  display: block;
  width: 100%;
  order: 4;
  padding-top: 8px;
}
.col-auto.site-header__shop-links-col .shop-links-warp {
  justify-content: right;
}
.site-header__first-holder {
  height: 75px;
}
.shop-links-warp__item.shop-links-warp__item_profile {
  display: none;
}
}
@media (max-width: 409px) {
  .site-header__first-row {
	flex-wrap: unset;
  }
  a.site-header__logo-wrap {
    min-width: 124px;
    max-width: 124px;
  }
  .col-auto.site-header__shop-links-col {
	width: unset;
    padding-top: unset;
    padding-left: unset;
  }
  .col-auto.site-header__cart-col {
    padding-inline: 5px;
  }
  .site-header__first-holder {
    height: 38px;
  }
}
/* end 22.08.2025 */