@charset "UTF-8";
/*
 * Критически важные стили
 * для загрузки в первую очередь
 */
.accent {
  color: #1F99E0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

.section {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 1200px) {
  .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 600px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.section_first {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .section_first {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 35px;
  }
}

.section_dublemarginbottom {
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .section_dublemarginbottom {
    padding-bottom: 70px;
  }
}

.section_dublemargintop {
  padding-top: 50px;
}
@media (min-width: 1200px) {
  .section_dublemargintop {
    padding-top: 70px;
  }
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1100px) {
  .site {
    display: grid;
    grid-template-columns: 25% auto;
    grid-template-areas: "sidebar main";
  }
}

.page-template-page-full-width .site {
  display: block !important;
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  padding-top: 0;
  padding-bottom: 1em;
}
.home .site-main {
  padding: 0 1em 1em 1em;
}

@media (min-width: 992px) {
  .home .site-main {
    margin-top: 0em;
  }
}

.widget-area {
  grid-area: sidebar;
  padding: 1em;
}
@media (min-width: 1100px) {
  .widget-area {
    display: block;
  }
}
@media (min-width: 992px) {
  .widget-area {
    margin-top: 3em;
  }
}

.site-footer {
  grid-area: footer;
}

.entry-footer {
  margin-top: 2em;
}

.no-sidebar .site {
  display: block;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #1d1d1b;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

button {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: bold;
  clear: both;
}

h1 {
  margin: 0;
  font-weight: 600;
  line-height: 1.23;
  font-size: 28px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 30px;
  line-height: 34px;
}

h3 {
  font-size: 25px;
  line-height: 29px;
}

h4 {
  font-size: 21px;
  line-height: 25px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body {
  background: #fbfffeff;
}

.btn,
.button,
.added_to_cart,
.wc-block-product-search__button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  padding: 0.8em 1.6em;
  min-width: 186px;
  border: 1px solid;
  border-radius: 0px;
  border-color: #1F99E0;
  background: #1F99E0;
  color: white;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
}
.btn:visited,
.button:visited,
.added_to_cart:visited,
.wc-block-product-search__button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: white;
  border-color: #1F99E0;
  background: #1F99E0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
}
.btn:focus,
.button:focus,
.added_to_cart:focus,
.wc-block-product-search__button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  color: white;
  border-color: #4cade6;
  background: #4cade6;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
}
.btn:active, .btn:hover,
.button:active,
.button:hover,
.added_to_cart:active,
.added_to_cart:hover,
.wc-block-product-search__button:active,
.wc-block-product-search__button:hover,
input[type=button]:active,
input[type=button]:hover,
input[type=reset]:active,
input[type=reset]:hover,
input[type=submit]:active,
input[type=submit]:hover {
  border-color: #4cade6;
  color: #fff;
  background: #4cade6;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
}

.btn_size_sm {
  padding: 0.6em 1.2em;
  min-width: unset;
}

.added_to_cart {
  width: 100%;
  margin-top: 0.5em;
}

.wc-block-product-search__button {
  min-width: unset;
}

.btn_blik {
  position: relative;
  overflow: hidden;
}
.btn_blik:after {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  height: calc(100% + 16px);
  width: 50px;
  position: absolute;
  z-index: 1;
  top: -8px;
  transform: skewX(-45deg);
  -webkit-animation: btn-anim 4.5s ease infinite;
          animation: btn-anim 4.5s ease infinite;
}

@-webkit-keyframes btn-anim {
  0%, 55% {
    left: -100%;
  }
  to {
    left: 130%;
  }
}

@keyframes btn-anim {
  0%, 55% {
    left: -100%;
  }
  to {
    left: 130%;
  }
}
input,
textarea {
  width: 100%;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
}
input:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
  border-radius: 3px;
}

textarea {
  width: 100%;
}

/*
 * Красивый чекбокс
 */
/*
*/
input[type=checkbox]:checked,
input[type=checkbox]:not(:checked),
input[type=radio]:checked,
input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type=checkbox]:checked + label,
input[type=checkbox]:not(:checked) + label,
input[type=radio]:checked + label,
input[type=radio]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer;
}

input[type=checkbox]:checked + label:before,
input[type=checkbox]:not(:checked) + label:before,
input[type=radio]:checked + label:before,
input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

input[type=checkbox]:checked + label:before,
input[type=checkbox]:not(:checked) + label:before {
  border-radius: 2px;
}

input[type=radio]:checked + label:before,
input[type=radio]:not(:checked) + label:before {
  border-radius: 100%;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:not(:checked) + label:after,
input[type=radio]:checked + label:after,
input[type=radio]:not(:checked) + label:after {
  content: "";
  position: absolute;
  transition: all 0.2s ease;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:not(:checked) + label:after {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 8px;
  border-radius: 1px;
  border-left: 4px solid #1F99E0;
  border-bottom: 4px solid #1F99E0;
  transform: rotate(-45deg);
}

input[type=radio]:checked + label:after,
input[type=radio]:not(:checked) + label:after {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #1F99E0;
}

input[type=checkbox]:not(:checked) + label:after,
input[type=radio]:not(:checked) + label:after {
  opacity: 0;
}

input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
  opacity: 1;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

a {
  color: #1d1d1b;
  text-decoration: none;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(18, 22, 27, 0.2);
}
a:visited, a:hover, a:focus, a:active {
  color: #1d1d1b;
  border-bottom: 1px solid rgba(18, 22, 27, 0.5);
  outline: 0;
}

a.post-thumbnail {
  border-bottom: none;
}

figure a {
  border-bottom: unset !important;
}

.site-footer a {
  color: #fff;
  border-bottom: 1px solid rgba(29, 29, 27, 0.2);
  transition: all 0.3s;
}
.site-footer a:hover, .site-footer a:focus, .site-footer a:active {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

@media (min-width: 1200px) {
  ul,
ol {
    margin: 0 0 1.5em 0.5em;
    padding-left: 1.5em;
  }
}
ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.f-list {
  list-style: none;
  margin: 0;
  padding-left: 25px;
}
.f-list li {
  position: relative;
  padding-left: 1.5em;
  font-size: 20px;
  margin-bottom: 0.7em;
}
.f-list li:before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 0.9em;
  color: #aeaabb;
  top: 2px;
  left: 0px;
  content: "";
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

.table-wrap {
  overflow: auto;
}

table {
  width: 100%;
  margin: 0 0 1.5em;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table th {
  font-weight: 700;
}
table td,
table th {
  padding: 0.5em;
  color: #1d1d1b;
  border: 1px solid #3a4659;
}
table thead {
  background-color: #262e3a;
}
table thead th,
table thead td {
  color: #fff;
  font-weight: normal;
  border: 1px solid #3a4659;
}
table p {
  margin: 0;
}

.ip-table tbody tr:nth-of-type(even),
.ip-table tfoot tr:nth-of-type(even) {
  background-color: rgba(38, 46, 58, 0.05);
}
.ip-table tbody tr:hover,
.ip-table tfoot tr:hover {
  background-color: rgba(58, 70, 89, 0.2);
}
.ip-table tbody tr:first-of-type:hover,
.ip-table tfoot tr:first-of-type:hover {
  background-color: unset;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: bold;
  clear: both;
}

h1 {
  margin: 0;
  font-weight: 600;
  line-height: 1.23;
  font-size: 28px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 30px;
  line-height: 34px;
}

h3 {
  font-size: 25px;
  line-height: 29px;
}

h4 {
  font-size: 21px;
  line-height: 25px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.menu-g__wrap {
  background: #262e3a;
}

.menu-g__nav {
  display: block;
  width: 100%;
}
.menu-g__nav .menu-g {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  background: #262e3a;
  /* Mega menu
  @media(min-width: 1200px) {
    .menu-item-27 {
      .sub-menu {
        padding-top: 0.5em;
        width: 450px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        a {
          width: 210px;
        }
      }
    }
  }
   */
}
.menu-g__nav .menu-g .sub-menu {
  position: absolute;
  top: 100%;
  left: -999em;
  margin: 0;
  padding: 0;
  flex-direction: column;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  list-style: none;
  background-color: #262e3a;
  z-index: 99999;
}
.menu-g__nav .menu-g .sub-menu .sub-menu {
  left: -999em;
  top: 0;
}
.menu-g__nav .menu-g .sub-menu .menu-item:hover > .sub-menu, .menu-g__nav .menu-g .sub-menu .menu-item.focus > .sub-menu {
  display: block;
  left: 100px;
}
@media (min-width: 1200px) {
  .menu-g__nav .menu-g .sub-menu .menu-item:hover > .sub-menu, .menu-g__nav .menu-g .sub-menu .menu-item.focus > .sub-menu {
    left: 300px;
  }
}
.menu-g__nav .menu-g .sub-menu .menu-item a {
  padding-left: 1em;
}
.menu-g__nav .menu-g .sub-menu a {
  width: 300px;
  font-size: 0.9em;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-g__nav .menu-g .sub-menu li:hover > a .sub-menu,
.menu-g__nav .menu-g .sub-menu li.focus > a .sub-menu {
  left: auto;
}
.menu-g__nav .menu-g .menu-item:hover > .sub-menu,
.menu-g__nav .menu-g .menu-item.focus > .sub-menu {
  left: auto;
}
.menu-g__nav .menu-item {
  position: relative;
  flex: auto;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.menu-g__nav .menu-item:hover > a, .menu-g__nav .menu-item.focus > a {
  background-color: #3a4659;
}
.menu-g__nav .menu-item-39 {
  background: #1F99E0;
}
.menu-g__nav .menu-item-39:hover > a, .menu-g__nav .menu-item-39.focus > a {
  background-color: #4cade6;
}
.menu-g__nav a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 0.7em 1em;
  transition: background-color 0.3s;
}
/* Small menu. */
.menu-toggle {
  display: flex;
  align-items: center;
  background-color: #3a4659;
  border: none;
  padding: 0.4em 1.2em;
}
.menu-toggle:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 28px;
  line-height: 1;
}

.toggled .menu-toggle:before {
  content: "";
}

.menu-toggle__text {
  display: inline-block;
  margin-left: 10px;
}

.menu-g__nav.toggled ul {
  display: block;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }

  .menu-g__nav .menu-g {
    display: flex;
    justify-content: space-between;
  }
  .menu-g__nav .menu-g li {
    border-bottom: none;
  }
}
.m-menu__toggle {
  position: absolute;
  top: 1em;
  right: 1em;
  background-color: transparent;
  border: none;
}
.m-menu__toggle:before {
  display: block;
  width: 25px;
  height: 25px;
  color: #1d1d1b;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 28px;
  content: "";
  line-height: 1;
}

.menu-g-container.active {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 5em 2em;
  text-align: center;
  line-height: 2;
  z-index: 99999;
}
.menu-g-container.active:before {
  position: absolute;
  top: 1em;
  right: 1em;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  color: #1d1d1b;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 28px;
  line-height: 1;
}
.menu-g-container.active ul {
  display: block;
}

.site-main .pagination {
  margin: 0 0 1.5em;
}
.pagination .nav-links {
  display: flex;
}
.pagination .nav-previous {
  flex: 1 0 50%;
}
.pagination .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.pagination .page-numbers {
  padding: 0.2em 0.7em;
  margin: 0.2em;
  border: 1px solid rgba(232, 232, 232, 0.5);
}
.pagination .page-numbers:hover {
  background: #fff6f6;
}
.pagination .current {
  background: #fff6f6;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post {
  margin: 0 0 2.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.edit-link .post-edit-link {
  margin-left: 1em;
}

#vc_load-inline-editor {
  margin-left: 1em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget-area .widget {
  margin: 0 0 1.5em;
  border: 1px solid rgba(38, 46, 58, 0.2);
  border: 1px solid #110000;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1.5em;
}
.widget-area .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-area .widget .chosen a {
  color: red;
  position: relative;
}
.widget-area .widget .chosen a:before {
  position: absolute;
  left: -11px;
  top: 1px;
  content: "";
  font-size: 0.8em;
  font-family: "Font Awesome 6 Pro";
}
.widget-area .widget select {
  max-width: 100%;
}

.wp-block-pages-list__item {
  margin-bottom: 0.5em;
}

.widgettitle,
.widget-title,
.sidebar-block__title {
  position: relative;
  top: -10px;
  background-color: #ffffff;
  max-width: 105px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
  text-align: center;
  font-weight: 700;
  font-style: normal;
}

.sidebar-block__img {
  margin-top: 1em;
  text-align: center;
}

.sidebar-block__name {
  font-size: 18px;
  color: #262e3a;
  text-align: center;
  font-weight: 700;
  font-style: normal;
}

.sidebar-block__line {
  width: 50px;
  height: 3px;
  background-color: #262e3a;
  margin: 20px auto;
}

.sidebar-block__text {
  font-size: 0.9em;
  font-weight: 300;
  text-align: center;
}

.sidebar-block__link-wrap {
  margin-top: 1em;
  text-align: center;
}

.sidebar-block__link {
  font-size: 0.9em;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 0.1em;
  color: #262e3a;
  border-bottom: 1px solid rgba(38, 46, 58, 0.2);
  transition: all 0.3s;
}
.sidebar-block__link:hover {
  border-bottom: 1px solid rgba(38, 46, 58, 0.5);
}

/*
 * Sidebar menu
 */
.widget-area #menu-two {
  list-style: none;
  padding: 0;
}
.widget-area #menu-two li {
  padding-left: 1.875em;
  padding-bottom: 0.5em;
  margin-top: 0.7em;
  border-bottom: 1px solid #e8e8e8;
  background-image: url(images/icon_list.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
}
.widget-area #menu-two li:last-of-type {
  border-bottom: none;
}
.widget-area #menu-two a {
  display: inline-block;
  padding-left: 0.3em;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 300;
  border-bottom: none;
}

/*
 * Виджет с категориями товаров
 */
.widget-area .wc-block-product-categories-list a {
  font-size: 15px;
}
.widget-area .wc-block-product-categories-list .wc-block-product-categories-list--depth-1 {
  padding-left: 10px;
  font-size: 0.9em;
}

.filters__btn-wrap {
  margin-bottom: 2em;
}
@media (min-width: 1100px) {
  .filters__btn-wrap {
    display: none;
  }
}

.wc-block-product-search__field {
  font-size: 13px;
}

/*
 * Home Menu
 */
.home-menu .menu {
  max-width: 300px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-menu .menu li a:link {
  color: #fff;
  text-decoration: none;
}
.home-menu .menu li a:visited {
  color: #fff;
  text-decoration: none;
}
.home-menu .menu li a:hover {
  color: #fff;
  text-decoration: none;
}
.home-menu .menu li a:active {
  color: #fff;
  text-decoration: none;
}
.home-menu .menu a {
  background: #262e3a;
  color: #fff;
  padding: 10px 10px;
  display: block;
  border-bottom: 1px solid #3a4659;
  transition: 0.5s all;
}
.home-menu .menu a:hover {
  background: #3a4659;
  padding: 10px 0 10px 15px;
}

/*
 * Виджет widget_nav_menu
 */
.widget_nav_menu .menu-item {
  margin-bottom: 0.5em;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* Alignments
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Blocks
--------------------------------------------- */
/* Базовые */
@media (min-width: 992px) {
  .about__section {
    background: #fff url(blocks/about/images/about_bg.png) center bottom no-repeat;
  }
}

@media (min-width: 992px) {
  .about__grid {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}

.about__col_b {
  padding: 20px;
  background-color: #262e3a;
}
@media (min-width: 992px) {
  .about__col_b {
    padding: 30px 40px;
  }
}

.about__img_md {
  display: block;
}

@media (min-width: 992px) {
  .about__img_md {
    display: none;
  }
}
.about__img_lg {
  display: none;
}

@media (min-width: 992px) {
  .about__img_lg {
    display: block;
  }
}
.about__title {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .about__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .about__title {
    font-size: 28px;
  }
}

.about__content {
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  text-align: justify;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__content {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .about__content {
    font-size: 17px;
    line-height: 1.4;
  }
}

.about__advantages {
  margin-top: 15px;
  padding-left: 15px;
  border-left: 2px solid #1F99E0;
}

.begin__section {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #262e3a;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .begin__section .form {
    margin-top: 2em;
  }
}

@media (min-width: 600px) {
  .begin__section {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
.begin__row {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.begin__title {
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (min-width: 400px) {
  .begin__title {
    font-size: 44px;
  }
}
@media (min-width: 900px) {
  .begin__title {
    font-size: 48px;
  }
}
.begin__title-a {
  display: inline-block;
  background-color: white;
}
.begin__title-b {
  display: inline-block;
  margin-top: 10px;
  color: #1F99E0;
  background-color: white;
}
.begin__subtitle {
  display: inline-block;
  margin-top: 7px;
  padding: 0px 15px;
  color: #fff;
  background-color: #1F99E0;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.7;
}

@media (min-width: 600px) {
  .begin__subtitle {
    font-size: 28px;
  }
}
.begin__list {
  margin-top: 15px;
}

.b-item {
  max-width: 597px;
  margin-bottom: 15px;
  padding: 0.3em 0;
  display: grid;
  grid-template-columns: 70px auto;
  align-items: center;
  background: white;
}
.b-item:last-of-type {
  margin-bottom: 0;
}

.b-item__icon {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b-item__icon i {
  font-size: 28px;
  color: #1F99E0;
}

.b-item__text {
  font-size: 16px;
}

@media (min-width: 600px) {
  .b-item__text {
    font-size: 18px;
  }
}
.begin__form {
  padding: 45px;
}
@media (min-width: 1200px) {
  .begin__form {
    margin-top: 50px;
  }
}

.begin__video-wrap {
  margin-top: 84px;
}

.bslider .swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 5px;
  top: 40% !important;
  right: 15px;
  left: unset !important;
  width: unset !important;
}

.bslider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
}

.bslider .swiper-pagination-bullet-active {
  background: #1F99E0;
}

.bslider__slide {
  background-position: center center;
  background-size: cover;
}

.bslider__grid {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  .bslider__grid {
    padding-top: 50px;
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: auto 350px;
    grid-gap: 25px;
  }
}
.bslider__grid .form {
  max-width: 350px;
}
@media (max-width: 992px) {
  .bslider__grid .form {
    margin-top: 35px;
  }
}

.bslider .begin__title-a {
  background-color: white;
}
@media (min-width: 992px) {
  .bslider .begin__title-a {
    padding: 0 15px;
  }
}

.bslider .begin__title-b {
  margin-top: 10px;
  background-color: white;
}
@media (min-width: 992px) {
  .bslider .begin__title-b {
    padding: 0 15px;
  }
}

.faq .vc_toggle {
  margin-bottom: 0;
}
.faq .vc_toggle_title {
  position: relative;
  padding: 0.625em 2.5em 0.625em 0.625em;
  border-radius: 0;
}
.faq .vc_toggle_title h4 {
  font-size: 1em;
  color: #fff;
}
.faq .vc_toggle_icon {
  position: absolute;
  top: 38%;
  right: 10px;
  border-color: #1d1d1b !important;
}
.faq .vc_toggle_icon:before, .faq .vc_toggle_icon:after {
  background-color: #1d1d1b !important;
}
.faq .vc_toggle_content {
  font-size: 14px;
}
.faq .vc_toggle_content p {
  margin: 0;
}
.faq .vc_toggle:last-of-type {
  margin-bottom: 0;
}

.site-footer {
  background-color: #292929;
  background-size: cover;
  background-position: top center;
  color: #fff;
  text-align: center;
}

.footer-top {
  padding: 10px 0;
  border-bottom: 1px solid rgba(118, 118, 118, 0.25);
}

.menu-a {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-a .menu-item {
  display: inline-block;
  padding: 0.7em 1em;
}
.menu-a .menu-item a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.3s;
}

.menu-b {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.menu-b .menu-item {
  display: block;
  margin-bottom: 0.4em;
}
.menu-b .menu-item a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.3s;
}

.menu-c {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.menu-c .menu-item {
  display: block;
  margin-bottom: 0.4em;
}
.menu-c .menu-item a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.3s;
}

@media (min-width: 992px) {
  .footer-middle__grid {
    display: grid;
    grid-template-columns: 40% 60%;
  }
}

.f-logo {
  text-align: left;
  color: #fff;
}
.f-logo img {
  display: block;
  margin-right: auto;
  height: 50px;
  width: auto;
}
.f-logo a {
  border-bottom: none;
}
.f-logo a:hover, .f-logo a:focus, .f-logo a:active {
  border-bottom: none;
}
.f-logo .logo__text {
  margin-top: 6px;
}

.f-contact {
  text-align: left;
}

.f-inner {
  padding: 2em 0;
}

.site-info {
  font-size: 0.9em;
  color: #fff;
  line-height: 1.7;
}

.footer-middle {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1E1E1E;
  text-align: center;
  color: #4a4a4a;
  font-size: 12px;
}

@media (min-width: 768px) {
  .bc-menu__grid {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}

.footer__title {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #3a3a3a;
  text-align: left;
}

.f-contact {
  margin-bottom: 10px;
}

.f-contact_1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.f-contact_2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.f-phone__link {
  font-weight: 600;
  font-size: 24px;
  text-decoration: none;
  border: none;
}
.f-phone__link:active, .f-phone__link:focus {
  border: none;
}
.f-phone__link:hover {
  color: #262e3a;
  border-bottom-style: dashed;
}

.f-ok,
.f-vk,
.f-address,
.f-time,
.f-email,
.f-instagram,
.f-youtube,
.f-whatsapp,
.f-telegram,
.f-viber {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid rgba(18, 22, 27, 0.2);
  text-decoration: none;
  transition: all 0.3s;
  font-size: 15px;
}
.f-ok:before,
.f-vk:before,
.f-address:before,
.f-time:before,
.f-email:before,
.f-instagram:before,
.f-youtube:before,
.f-whatsapp:before,
.f-telegram:before,
.f-viber:before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  top: 0;
  left: -20px;
}
.f-ok:hover,
.f-vk:hover,
.f-address:hover,
.f-time:hover,
.f-email:hover,
.f-instagram:hover,
.f-youtube:hover,
.f-whatsapp:hover,
.f-telegram:hover,
.f-viber:hover {
  color: #262e3a;
  border-bottom: 1px solid rgba(38, 46, 58, 0.5);
  text-decoration: none;
}

.f-email {
  margin-left: 20px;
}
.f-email:before {
  content: "";
}

.f-time {
  margin-left: 20px;
}
.f-time:before {
  content: "";
}

.f-address {
  margin-left: 20px;
}
.f-address:before {
  content: "";
}

.f-viber {
  margin-left: 20px;
}
.f-viber:before {
  font-family: "Font Awesome 6 Brands";
  content: "";
}

.f-whatsapp {
  margin-left: 22px;
}
.f-whatsapp:before {
  font-family: "Font Awesome 6 Brands";
  content: "";
}

.f-telegram {
  margin-left: 22px;
}
.f-telegram:before {
  font-family: "Font Awesome 6 Brands";
  content: "";
}

.f-instagram {
  margin-left: 20px;
}
.f-instagram:before {
  font-family: "Font Awesome 6 Brands";
  content: "";
}

.f-youtube {
  margin-left: 30px;
}
.f-youtube:before {
  font-family: "Font Awesome 6 Brands";
  content: "";
}

.f-ok {
  margin-left: 25px;
}
.f-ok:before {
  font-family: "Font Awesome 6 Brands";
  content: "";
}

.f-vk {
  margin-left: 23px;
}
.f-vk:before {
  font-family: "Font Awesome 6 Brands";
  content: "";
}

/* Magnific Popup */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 400px;
  margin: 20px auto;
}
.white-popup .form {
  max-width: 400px;
}

/* Popup Form */
.form {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
.form .glyphicon {
  font-size: 24px;
}

.form__title {
  margin: 0;
  font-size: 1.7rem;
  text-align: center;
}

.form__item {
  margin-top: 1rem;
}
.form__item input[type=text],
.form__item input[type=tel],
.form__item textarea,
.form__item button {
  width: 100%;
  padding: 8px 0 8px 15px;
}

.message {
  margin-top: 1rem;
  text-align: center;
}

input.error {
  border: 1px solid red;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.h-form__section {
  margin-top: 35px;
  margin-bottom: 35px;
}
.h-form__section .vc_column-inner {
  padding-top: 0 !important;
}

.h-form {
  max-width: 900px;
  margin: 25px auto;
  padding: 25px 50px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .h-form {
    padding: 20px 100px 35px 100px;
  }
}

.h-form__title {
  margin: 10px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .h-form__title {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .h-form__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
  }
}

@media (max-width: 992px) {
  .h-form__item {
    max-width: 270px;
    margin: 0 auto 1em auto;
  }
}
.h-form__item .btn {
  width: 100%;
}

.h-form__input {
  width: 100%;
}

.h-form__privacy {
  display: inline-block;
  margin-top: 5px;
  position: relative;
  bottom: -5px;
}

.gallery__title {
  font-weight: 600;
  line-height: 1.23;
  font-size: 30px;
}
@media (min-width: 768px) {
  .gallery__title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .gallery__title {
    font-size: 40px;
  }
}

.gallery__desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .gallery__desc {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .gallery__desc {
    font-size: 24px;
  }
}

.gallery {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 1fr;
}
@media (min-width: 400px) {
  .gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 800px) {
  .gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.gallery__link {
  border: none;
  line-height: 0;
  cursor: zoom-in;
}
.gallery__link:hover {
  border: none;
}
.gallery__link:hover .gallery__img {
  transform: scale(1.04);
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.45);
}

.gallery__img {
  transition: transform 0.15s linear;
  max-height: 357px;
}

.h-categories {
  margin: auto;
  max-width: 300px;
  padding-bottom: 2em;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
@media (min-width: 615px) {
  .h-categories {
    max-width: 615px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 930px) {
  .h-categories {
    max-width: 930px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1245px) {
  .h-categories {
    max-width: unset;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.h-categories__item {
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.h-categories__item:hover {
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.h-categories__item a {
  text-decoration: none;
  border: none;
}

.h-categories__img {
  width: auto;
}

.h-categories__title {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.icon {
  margin-top: 2em;
}

.icon:hover .icon__fa {
  transition: all, 0.3s;
  background-color: rgba(76, 173, 230, 0.1);
}

.icon__fa {
  border-radius: 100%;
  width: 137px;
  height: 137px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1em;
  background-color: #F0F3EF;
}
.icon__fa i {
  font-size: 2em;
  color: #fff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.icon__inner {
  width: 97px;
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  background-color: #1F99E0;
}

.icon__title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4;
}

.icon__subtitle {
  text-align: center;
}

.icon-left {
  display: flex;
  margin-bottom: 2em;
}

.icon-left__icon-wrap {
  display: flex;
  width: 65px;
  height: 65px;
  margin-right: 1em;
  align-items: center;
  flex-grow: 0;
  /* флекс элемент НЕ увеличивается */
  flex-shrink: 0;
  /* флекс элемент НЕ сжимается*/
  flex-basis: 65px;
  /* средний размер для флекс элемента */
  justify-content: center;
  border-radius: 100%;
  background: #262e3a;
  box-shadow: 0px 0px 8px #e6e6e6;
}
.icon-left__icon-wrap i {
  font-size: 2em;
  color: #fff;
}

.icon-left__icon {
  max-width: 100%;
}

.icon-left__title {
  font-size: 1.2em;
  text-align: left;
  font-weight: bold;
}

.icon-left__content {
  margin-top: 0.5em;
}

.icon-left__content p {
  margin: 0;
}

@media (min-width: 1200px) {
  .icon-left__title {
    font-size: 1.5em;
  }
}
.how-we-work__item_even {
  margin-top: 80px;
}

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

/*--------------------------------------------------------------
# Order
--------------------------------------------------------------*/
.ip-order {
  background-color: #262e3a;
}

@media (min-width: 600px) {
  .ip-order {
    background: transparent url(blocks/order/order.webp) top center no-repeat;
    background-size: cover;
  }
}
.ip-order__grid {
  padding: 25px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  .ip-order__grid {
    background-color: rgba(38, 46, 58, 0.9);
  }
}
@media (min-width: 1200px) {
  .ip-order__grid {
    padding: 50px;
  }
}
.ip-order__title {
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.ip-order__title span {
  color: red;
}

@media (min-width: 768px) {
  .ip-order__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .ip-order__title {
    font-size: 28px;
  }
}
.ip-order__subtitle {
  text-align: center;
}

.ip-order_theme_dark .ip-order__title {
  color: #fff;
}
.ip-order_theme_dark .ip-order__subtitle {
  color: #fff;
}

.ip-order__description {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.ip-order-form textarea {
  max-height: 122px;
}
.ip-order-form input:not([type=submit]), .ip-order-form textarea {
  width: 100%;
  padding-left: 7px;
  border-radius: 3px;
  color: #1d1d1b;
  border: 1px solid #3F3F40;
  background-color: transparent;
}
.ip-order-form input:not([type=submit])::-webkit-input-placeholder, .ip-order-form textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.ip-order-form input:not([type=submit])::-moz-placeholder, .ip-order-form textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.ip-order-form input:not([type=submit]):-moz-placeholder, .ip-order-form textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.ip-order-form input:not([type=submit]):-ms-input-placeholder, .ip-order-form textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.ip-order-form input:not([type=submit]):focus::-webkit-input-placeholder, .ip-order-form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.ip-order-form input:not([type=submit]):focus::-moz-placeholder, .ip-order-form textarea:focus::-moz-placeholder {
  opacity: 0;
}
.ip-order-form input:not([type=submit]):focus:-moz-placeholder, .ip-order-form textarea:focus:-moz-placeholder {
  opacity: 0;
}
.ip-order-form input:not([type=submit]):focus:-ms-input-placeholder, .ip-order-form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.ip-order-form .message {
  text-align: center;
}

.ip-order-form__item {
  margin-top: 1.2em;
}

.ip-order-form__submit {
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.ip-order_theme_dark input:not([type=submit]), .ip-order_theme_dark textarea {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.ip-order_theme_dark input:not([type=submit])::-webkit-input-placeholder, .ip-order_theme_dark textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.ip-order_theme_dark input:not([type=submit])::-moz-placeholder, .ip-order_theme_dark textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.ip-order_theme_dark input:not([type=submit]):-moz-placeholder, .ip-order_theme_dark textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.ip-order_theme_dark input:not([type=submit]):-ms-input-placeholder, .ip-order_theme_dark textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.userfile {
  display: none;
}

.userfile__label {
  display: block;
  padding: 6px 12px;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}

.pr-testimonial {
  margin: 1em auto;
}
.pr-testimonial blockquote {
  margin: 0;
  padding: 0;
}
.pr-testimonial .pr-testimonial__content {
  background: #f5f7f8;
  padding: 25px 25px 25px 65px;
  margin: 0 0 20px;
  position: relative;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (min-width: 520px) {
  .pr-testimonial .pr-testimonial__content {
    padding: 35px 35px 35px 85px;
  }
  .pr-testimonial .pr-testimonial__content::before {
    top: 53px;
    left: 31px;
  }
}
.pr-testimonial .pr-testimonial__content::before {
  content: "“";
  color: #262e3a;
  position: absolute;
  top: 43px;
  left: 21px;
  font-weight: bold;
  font-size: 60px;
  font-family: georgia;
}
.pr-testimonial .pr-testimonial__content::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f5f7f8;
  position: absolute;
  bottom: -10px;
  left: 30px;
}
.pr-testimonial .pr-testimonial__content p:last-of-type {
  margin-bottom: 0;
}

.pr-testimonial__name {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-weight: bold;
  padding: 13px 0 0 15px;
  margin: 0 0 5px;
}

.pr-testimonial__phone {
  color: #1F99E0;
}

.p-list * {
  transition: 0.4s linear;
}

.p-list {
  padding: 0 10px;
  margin: 0;
}

.p-list__item {
  border-bottom: 1px solid #efefef;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-list__item:hover {
  border-bottom: 1px solid #262e3a;
}
@media (min-width: 600px) {
  .p-list__item {
    font-size: 1.1em;
  }
}

.p-list__text {
  display: inline-block;
  max-width: 60%;
}
@media (min-width: 600px) {
  .p-list__text {
    max-width: 80%;
  }
}

.p-list__price {
  float: right;
  display: inline-block;
  border: 1px solid #efefef;
  padding: 0 5px;
  font-size: 0.8em;
  color: #999;
}

.p-list__item:hover .p-list__price {
  color: #262e3a;
  border: 1px solid #262e3a;
}

/*
 * IP Price Table 2
 */
.table-wrap {
  overflow: auto;
}

.ip-price-table-2 {
  width: 100%;
}
.ip-price-table-2 tr {
  border-bottom: 1px solid #58667e !important;
}
.ip-price-table-2 td,
.ip-price-table-2 th {
  padding: 0.5em;
  font-size: 14px;
  color: #333;
}
.ip-price-table-2 thead {
  font-weight: 700;
}
.ip-price-table-2 thead td {
  color: #fff;
  text-align: left;
}

.product-card {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
.product-card:hover .product-card__inner {
  border: 1px solid #ccc;
}
.product-card:hover .product-card__discount {
  background: #4cade6;
}

.product-card__inner {
  padding: 15px;
  border: 1px solid #fff;
  transition: all 0.25s;
  overflow: hidden;
}

.product-card__price {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
}

.product-card__old-price {
  color: #b1b1b1;
  text-decoration: line-through;
  font-size: 13px;
}

.product-card__new-price span {
  font-size: 16px;
  font-weight: 700;
}

.product-card__discount {
  width: 40px;
  height: 40px;
  font-weight: 600;
  color: #fff;
  background: #f8c81d;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s;
}

.product-card__title {
  margin: 10px 0 6px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.product-card__specification ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-card__specification ul > li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0 4px;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px solid #e9e9e9;
}
.product-card__specification ul > li strong {
  font-weight: 400;
}

.product-card__specification-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0 4px;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px solid #e9e9e9;
}

.product-card__colors {
  display: flex;
  gap: 6px;
}

.product-card__color {
  width: 14px;
  height: 14px;
  border-radius: 8px;
  overflow: hidden;
}

.ral9003 {
  background: #fff;
  border: 1px solid #d8d8d8;
}

.ral8017 {
  background: #44322d;
}

.ral7024 {
  background: #474a50;
}

.ral6005 {
  background: #0f4336;
}

.ral3005 {
  background: #5e2028;
}

.ral5005 {
  background: #154889;
}

.product-card__btn-holder {
  margin-top: 25px;
}

.service-card {
  position: relative;
  margin: 10px auto 25px auto;
  max-width: 290px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
.service-card a {
  border-bottom: none;
}

.service-card__header {
  position: absolute;
  top: 150px;
  left: -10px;
  width: calc(100% + 10px);
  height: 72px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  background: #1F99E0;
}

.service-card__header:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  border: 5px solid transparent;
  border-top: 5px solid #1F99E0;
  border-right: 5px solid #1F99E0;
}

.service-card__title {
  margin: 0;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.service-card__discount {
  width: 65px;
  height: 52px;
  position: absolute;
  background: #000;
  color: #fff;
  top: 0;
  right: 0;
}
.service-card__discount p {
  padding: 5px;
  line-height: 0.8;
  margin: 0;
}

.service-card__percent {
  font-size: 22px;
  line-height: 0.8;
}
.service-card__percent span {
  font-size: 24px;
  color: #1F99E0;
}

.service-card__price {
  color: #fff;
}

.service-card__main {
  min-height: 250px;
  padding: 54px 10px 40px 22px;
  font-size: 0.9em;
}

.service-card__list li {
  font-size: 0.8em;
}
.service-card__list li::marker {
  color: #1F99E0;
}

.service-card__footer {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #1F99E0;
  padding: 5px 25px;
  border-radius: 30px 0 0;
}

.service-card__link {
  color: #000;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 992px) {
  .service-card {
    width: 220px;
  }

  .service-card__list {
    padding: 75px 10px 50px 30px;
  }

  .service-card__header {
    width: 230px;
    height: 52px;
  }

  .service-card__title {
    font-size: 16px;
  }
}
body {
  --swiper-pagination-color: #1F99E0;
  --swiper-theme-color: #1F99E0;
}

.swiper {
  padding-bottom: 30px !important;
}

.swiper-pagination {
  bottom: 0px;
}

.step {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 350px;
  padding: 40px 25px 30px 25px;
  border-radius: 15px;
  box-shadow: 2px 2px 35px rgba(0, 0, 0, 0.11);
}
@media (max-width: 1200px) {
  .step {
    margin-bottom: 25px;
  }
}

.step_a {
  background-color: #262e3a;
  color: #fff !important;
}
.step_a .step__title {
  text-transform: uppercase;
}

.step__header {
  display: flex;
  gap: 5px;
  justify-content: space-between;
}

.step__number {
  position: relative;
  border: 3px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1F99E0;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  z-index: 1;
}

.step__title {
  margin: 17px 0 5px 0;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
}

.step__btn {
  margin-top: 15px;
}

.step__phone {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid rgba(76, 173, 230, 0.2);
}
.step__phone:visited {
  color: #fff;
  border-bottom: 1px solid rgba(76, 173, 230, 0.2);
}
.step__phone:hover, .step__phone:focus, .step__phone:active {
  color: #fff;
  border-bottom: 1px solid rgba(76, 173, 230, 0.5);
  outline: 0;
}

.step__content {
  margin-top: 15px;
}

.title {
  position: relative;
  margin-top: 0;
  margin-bottom: 1em;
  border-bottom: 2px solid #E5EDEA;
  color: #1d1d1b;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 768px) {
  .title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .title {
    font-size: 28px;
  }
}
.title__line {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  content: "";
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 30%;
  background: #1F99E0;
}

.title_inverse {
  border-bottom: 2px solid #ccc;
}
.title_inverse .title__line {
  background: #fff;
}

/*--------------------------------------------------------------
# To top
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

.to-top__link {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 10px 10px;
  z-index: 2;
  outline: none;
  border: none;
}
.to-top__link:hover, .to-top__link:active, .to-top__link:focus {
  border: none;
}

.to-top__link i {
  font-size: 2em;
  color: #4cade6;
}

@media (min-width: 1200px) {
  .to-top__link i {
    font-size: 3em;
  }
}
.type-of-fence__item {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .type-of-fence__item {
    margin-bottom: 0 !important;
  }
}
.type-of-fence__item h2 {
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}

/* IP Video Block*/
.ip-video__grid {
  margin-top: 35px;
}
@media (min-width: 1200px) {
  .ip-video__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
  }
}

.ip-video__title {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.ip-video__subtitle {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #0468c4;
}

.ip-video__video {
  position: relative;
  max-width: 400px;
  min-height: 225px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  background-color: #262e3a;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ip-video__video:hover .ip-video__play {
  transform: scale(1.2);
}

.ip-video__video iframe {
  width: 100%;
  height: 100%;
  min-height: 225px;
  margin-bottom: -7px;
}

.ip-video__play {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #fb0101;
  transition: all 0.3s;
  transition-timing-function: ease-in;
  z-index: 1;
}

.ip-video__play:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 13px 0 13px 20px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}

/*
 * Почему мы
 */
.why-we__item {
  margin: 10px auto 25px auto;
}
@media (min-width: 768px) {
  .why-we__item {
    display: grid;
    grid-template-columns: 64px auto;
    grid-gap: 10px;
  }
}

.why-we__img-wrap {
  position: relative;
}
@media (max-width: 768px) {
  .why-we__img-wrap {
    width: 64px;
    margin: 0 auto 20px auto;
  }
}
.why-we__img-wrap img {
  height: auto;
  max-width: 45px;
  position: relative;
  top: 17px;
  left: -6px;
}
.why-we__img-wrap:before {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #1F99E0;
  z-index: -1;
}

.why-we__title {
  margin-bottom: 5px;
  color: #1a1a18;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1170px) {
  .why-we__title {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  .why-we__title,
.why-we__desc,
.why-we__item .vc_figure {
    text-align: center !important;
  }
}
/*--------------------------------------------------------------
# Yandex map
--------------------------------------------------------------*/
#yandex-map {
  position: relative;
  width: 100%;
  height: 300px;
}

@media (min-width: 600px) {
  #yandex-map {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  #yandex-map {
    height: 500px;
  }
}
[class*=ymaps-2][class*=-ground-pane] {
  filter: url("data:image/svg+xml;utf8,#grayscale");
  -webkit-filter: grayscale(100%);
}

.map__wrap {
  position: absolute;
  margin: 38px 0;
  padding: 30px;
  background-color: white;
  max-width: 450px;
  background-color: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  z-index: 3;
}

.map__item {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.map__item:last-child {
  margin-bottom: 0;
}

.map__icon {
  margin-right: 15px;
  min-width: 45px;
  text-align: center;
}
.map__icon .fal {
  font-size: 30px;
  color: #0d151d;
}

.map__text {
  display: inline-block;
}

.map__title {
  font-weight: bold;
  color: #0d151d;
}

.map__desc {
  max-width: 300px;
}

@media only screen and (max-width: 768px) {
  .map__wrap {
    display: none;
  }
}
.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 7px 17px 0 rgba(172, 172, 172, 0.2);
  z-index: 99;
}
@media (max-width: 992px) {
  .site-header.fixed .h-item_2,
.site-header.fixed .logo__separator,
.site-header.fixed .logo__text,
.site-header.fixed .h-item_4 {
    display: none;
  }
  .site-header.fixed .header__grid {
    display: grid;
    grid-template-columns: 65px auto;
    grid-gap: 15px;
    justify-content: flex-start;
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .site-header.fixed .h-search__wrap,
.site-header.fixed .h-button__wrap_a {
    display: none;
  }
}
.site-header.fixed .menu-toggle {
  position: absolute;
  top: 25px;
  right: 15px;
  background: none;
}
@media (max-width: 380px) {
  .site-header.fixed .menu-toggle {
    right: 5px;
    padding: 0.4em 0.5em;
  }
}
.site-header.fixed .menu-toggle:before {
  color: #1d1d1b;
}
.site-header.fixed .menu-toggle__text {
  display: none;
}

@media (min-width: 600px) {
  .admin-bar .site-header.fixed {
    top: 32px;
  }
}
.header__grid {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0.5em 0;
  align-items: center;
}
@media (min-width: 992px) {
  .header__grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.h-item {
  margin-bottom: 0.5em;
}
@media (min-width: 992px) {
  .h-item {
    margin-bottom: 0;
  }
}

.site-branding {
  position: relative;
  top: 3px;
}
.site-branding a {
  border: none;
}
.site-branding img {
  max-height: 55px;
  width: auto;
}

.logo__link {
  display: flex;
  align-items: center;
  line-height: 1;
}

.logo__img-wrap i {
  font-size: 36px;
}

.logo__separator {
  display: block;
  width: 1px;
  height: 39px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #262e3a;
  background-color: transparent;
}

.logo__text {
  display: block;
  display: flex;
  flex-direction: column;
}

.logo__title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  border: none;
}
@media (min-width: 600px) {
  .logo__title {
    font-size: 22px;
  }
}

.logo__desc {
  display: block;
  margin-top: 3px;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 1px;
}
@media (min-width: 600px) {
  .logo__desc {
    font-size: 12px;
  }
}

.h-phone__link {
  font-weight: 600;
  font-size: 24px;
  text-decoration: none;
  border: none;
}
.h-phone__link:active, .h-phone__link:focus {
  border: none;
}
.h-phone__link:hover {
  color: #262e3a;
  border-bottom-style: dashed;
}

.h-button__wrap {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.h-soc {
  max-width: 250px;
}

.h-ok,
.h-vk,
.h-address,
.h-time,
.h-email,
.h-instagram,
.h-youtube,
.h-whatsapp,
.h-telegram,
.h-viber {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid rgba(18, 22, 27, 0.2);
  text-decoration: none;
  transition: all 0.3s;
  font-size: 15px;
}
.h-ok:before,
.h-vk:before,
.h-address:before,
.h-time:before,
.h-email:before,
.h-instagram:before,
.h-youtube:before,
.h-whatsapp:before,
.h-telegram:before,
.h-viber:before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 16px;
  color: #3F3F40;
  top: 0;
  left: -20px;
}
.h-ok:hover,
.h-vk:hover,
.h-address:hover,
.h-time:hover,
.h-email:hover,
.h-instagram:hover,
.h-youtube:hover,
.h-whatsapp:hover,
.h-telegram:hover,
.h-viber:hover {
  color: #262e3a;
  border-bottom: 1px solid rgba(38, 46, 58, 0.5);
  text-decoration: none;
}

/*
.h-whatsapp {
  &:before {
    color: #26D366;
  }
  &:hover {
    color: #26D366;
  }
}
*/
.h-email__wrap {
  margin-bottom: 0.2em;
}

.h-email {
  margin-left: 20px;
}
.h-email:before {
  content: "";
}

.h-time {
  margin-left: 20px;
}
.h-time:before {
  content: "";
}

.h-address__wrap {
  margin-bottom: 0.2em;
}

.h-address {
  margin-left: 20px;
}
.h-address:before {
  content: "";
}

.h-viber {
  margin-left: 20px;
}
.h-viber:before {
  font-family: "Font Awesome 6 Brands";
  content: "";
}

.h-whatsapp {
  margin-left: 22px;
}
.h-whatsapp:before {
  font-family: "Font Awesome 6 Brands";
  content: "";
}

.h-telegram {
  margin-left: 22px;
}
.h-telegram:before {
  font-family: "Font Awesome 6 Brands";
  content: "";
}

.h-instagram {
  margin-left: 20px;
}
.h-instagram:before {
  font-family: "Font Awesome 6 Brands";
  content: "";
}

.h-youtube {
  margin-left: 30px;
}
.h-youtube:before {
  font-family: "Font Awesome 6 Brands";
  content: "";
}

.h-ok {
  margin-left: 25px;
}
.h-ok:before {
  font-family: "Font Awesome 6 Brands";
  content: "";
}

.h-vk {
  margin-left: 23px;
}
.h-vk:before {
  font-family: "Font Awesome 6 Brands";
  content: "";
}

@media (max-width: 678px) {
  .h-email__wrap,
.h-time__wrap,
.h-address__wrap,
.h-search__wrap {
    margin-top: 0.5em;
    margin-left: 30px;
  }
}

.h-search__wrap i {
  cursor: pointer;
}
.h-search__wrap i:hover {
  color: #1F99E0;
}
.h-search__wrap .wc-block-product-search__fields {
  display: flex;
  align-items: center;
}
.h-search__wrap .wc-block-product-search__field {
  padding-left: 0;
  padding-bottom: 3px;
  margin-left: 4px;
  font-size: 14px;
  color: #5E5971;
  border: unset;
  border-radius: 0;
  border-bottom: 1px solid rgba(31, 37, 42, 0.2);
  outline: none !important;
}
.h-search__wrap .wc-block-product-search__field:focus, .h-search__wrap .wc-block-product-search__field:active {
  border-bottom: 1px solid rgba(31, 37, 42, 0.5);
}
.h-search__wrap .wc-block-product-search__field::-webkit-input-placeholder {
  color: #5E5971;
  opacity: 1;
}
.h-search__wrap .wc-block-product-search__field::-moz-placeholder {
  color: #5E5971;
  opacity: 1;
}
.h-search__wrap .wc-block-product-search__field:-moz-placeholder {
  color: #5E5971;
  opacity: 1;
}
.h-search__wrap .wc-block-product-search__field:-ms-input-placeholder {
  color: #5E5971;
  opacity: 1;
}
.h-search__wrap .wc-block-product-search__field:focus::-webkit-input-placeholder {
  opacity: 0;
}
.h-search__wrap .wc-block-product-search__field:focus::-moz-placeholder {
  opacity: 0;
}
.h-search__wrap .wc-block-product-search__field:focus:-moz-placeholder {
  opacity: 0;
}
.h-search__wrap .wc-block-product-search__field:focus:-ms-input-placeholder {
  opacity: 0;
}
.h-search__wrap .wc-block-product-search__button {
  display: none;
  padding: 5px 5px;
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

/*
.o-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.o-header__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.o-header__logo {
  .custom-logo-link {
  }
  .custom-logo {
    height: 25px;
    width: auto;
  }
}

.o-header__search {
  .search-form {
    display: flex;
  }
  .search-submit {
    width: 100px;
    min-width: unset;
  }
}

//Личный кабинет
.o-header__lk {
  position: relative;
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: $color__text-main;
  text-decoration: none;
  transition: all 0.3s;
  &:hover {
    color: $color__link;
  }
}
.o-header__lk-icon {
  font-size: 24px;
  &:hover {
    color: $color__link;
  }
}
.o-header__lk-desc {
  font-size: 14px;
  &:hover {
    color: $color__link;
  }
}

//Заказы
.o-header__orders {
  position: relative;
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: $color__text-main;
  text-decoration: none;
  transition: all 0.3s;
  &:hover {
    color: $color__link;
  }
}
.o-header__orders-icon {
  font-size: 24px;
  &:hover {
    color: $color__link;
  }
}
.o-header__orders-desc {
  font-size: 14px;
  &:hover {
    color: $color__link;
  }
}

//Избранное
.o-header__favourites {
  position: relative;
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: $color__text-main;
  text-decoration: none;
  transition: all 0.3s;
  &:hover {
    color: $color__link;
  }
}
.o-header__favourites-count {
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  padding: 0 8px;
  font-size: 12px;
  color: #fff;
  line-height: 17px;
  border-radius: 8px;
  background-color: #f91155;
}
.o-header__favourites-icon {
  font-size: 24px;
  &:hover {
    color: $color__link;
  }
}
.o-header__favourites-desc {
  font-size: 14px;
  &:hover {
    color: $color__link;
  }
}

//Корзина
.o-header__cart {
  position: relative;
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: $color__text-main;
  text-decoration: none;
  transition: all 0.3s;
  &:hover {
    color: $color__link;
  }
}
.o-header__cart-count {
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  padding: 0 8px;
  font-size: 12px;
  color: #fff;
  line-height: 17px;
  border-radius: 8px;
  background-color: #f91155;
}
.o-header__cart-icon {
  font-size: 24px;
  &:hover {
    color: $color__link;
  }
}
.o-header__cart-desc {
  font-size: 14px;
  &:hover {
    color: $color__link;
  }
}
*/
/*# sourceMappingURL=../ip/sass/maps/critical.css.map */
