@charset "UTF-8";
/*
Theme Name: Радиодрагмет
Theme URI: https://the.wired/
Author: @inquinima aka Sanity 200
Author URI: @inquinima
Description: Quin did this. Enjoy.
Version: 1.0
*/
/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

@font-face {
  font-family: "Exo2";
  src: url("assets/fonts/Exo2-variable.woff2") format("woff2-variations");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
  font-display: swap;
}
@font-face {
  font-family: "RobotoFlex";
  src: url("assets/fonts/RobotoFlex-Variable.woff2") format("woff2-variations");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-transition: font-size 0.2s ease;
  -o-transition: font-size 0.2s ease;
  transition: font-size 0.2s ease;
  color: #fff;
  overflow-x: hidden;
  font-family: "RobotoFlex";
  color: #1e1e1e;
  scroll-behavior: smooth;
  background-image: url("assets/img/mainbg_l.svg"), url("assets/img/mainbg_r.svg");
  background-position-x: 0%, 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 900px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
body {
  position: relative;
}

a {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: block;
  text-decoration: none;
}

textarea {
  resize: none;
}

a.button {
  text-transform: uppercase;
  font-weight: 700;
  color: #fcfcfc;
  font-size: 1.45rem;
  letter-spacing: 1px;
  background: #55cd6c;
  border: none;
  padding: 0.5rem 1.75rem;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  border-radius: 5px;
  text-align: center;
}
a.button:hover {
  background: #00659c;
}

@media screen and (max-width: 600px) {
  .wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg span {
    font-size: 1.125rem;
  }

  .container_s {
    max-width: 1200px;
    padding: 0 16px;
  }

  .container_m {
    max-width: 1440px;
    padding: 0 12px;
  }

  .container_l {
    max-width: 1600px;
    padding: 0 8px;
  }

  .container_f {
    max-width: 1920px;
    padding: 0 4px;
  }
}
.container {
  margin: 0 auto;
}
.container_s {
  max-width: 1200px;
  padding: 0 64px;
}
.container_m {
  max-width: 1440px;
  padding: 0 32px;
}
.container_l {
  max-width: 1600px;
  padding: 0 16px;
}
.container_f {
  max-width: 1920px;
  padding: 0 8px;
}

@media screen and (max-width: 1200px) {
  .container {
    margin: 0 auto;
  }
  .container_s {
    max-width: 1200px;
    padding: 0 48px;
  }
  .container_m {
    max-width: 1440px;
    padding: 0 28px;
  }
  .container_l {
    max-width: 1600px;
    padding: 0 16px;
  }
  .container_f {
    max-width: 1920px;
    padding: 0 6px;
  }
}
.header {
  position: sticky;
  z-index: 500;
  background-color: #00659c;
  padding: 0.5rem 0;
  -webkit-transition: -webkit-box-shadow 0.25s ease-out;
  transition: -webkit-box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  top: 0;
}
.header.--active {
  -webkit-box-shadow: 0 0 25px 5px rgba(49, 49, 49, 0.7);
          box-shadow: 0 0 25px 5px rgba(49, 49, 49, 0.7);
}
.header.--scrolled {
  -webkit-box-shadow: 0 0 25px 5px rgba(49, 49, 49, 0.7);
          box-shadow: 0 0 25px 5px rgba(49, 49, 49, 0.7);
}
.header-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.header-inner a {
  color: #fcfcfc;
}
.header-inner a:hover {
  color: #55cd6c;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.header-button {
  justify-self: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.95rem 0.7rem;
  background: none;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.header-button span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fcfcfc;
  -webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
  -o-transition: transform 0.15s ease, opacity 0.15s ease;
  transition: transform 0.15s ease, opacity 0.15s ease;
  transition: transform 0.15s ease, opacity 0.15s ease, -webkit-transform 0.15s ease;
}
.header-button.--active span:first-child {
  background-color: white;
  -webkit-transform: translateY(7px) rotate(135deg);
      -ms-transform: translateY(7px) rotate(135deg);
          transform: translateY(7px) rotate(135deg);
}
.header-button.--active span:nth-child(2) {
  opacity: 0;
}
.header-button.--active span:last-child {
  background-color: white;
  -webkit-transform: translateY(-9px) rotate(45deg);
      -ms-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.overlay {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.501);
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: auto;
}
.overlay.--active {
  z-index: 300;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.sidemenu {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  max-width: 600px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #00659c;
  color: #fcfcfc;
  padding-top: 8rem;
  padding-bottom: 8rem;
  z-index: 400;
  overflow-y: scroll;
}
.sidemenu hr {
  color: #fcfcfc;
}
.sidemenu a {
  display: none;
}
.sidemenu.--active {
  opacity: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.sidemenu.--active a {
  display: inline;
}
.sidemenu a.button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sidemenu a:not(.button) {
  position: relative;
  font-size: 1.25rem;
  text-decoration: none;
  color: #fcfcfc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sidemenu a:not(.button)::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  bottom: -4px;
  left: 0;
  background-color: #fcfcfc;
  position: absolute;
  -webkit-transition: width 0.25s ease-out;
  -o-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.sidemenu a:not(.button):hover::after {
  width: 100%;
}
.sidemenu__nav-items {
  list-style: square;
  margin: 0;
}
.sidemenu__nav-item {
  margin-bottom: 1.25rem;
}
.sidemenu.--active .sidemenu__phones {
  margin-bottom: 2rem;
}
.sidemenu.--active .sidemenu__phones a {
  font-size: 1.5rem;
  display: block;
}
.sidemenu.--active .sidemenu__phones a:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media only screen and (max-width: 900px) {
  .header-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .header__nav {
    display: none;
  }
  .header-button.--active span:first-child {
    -webkit-transform: translateY(6px) rotate(135deg);
        -ms-transform: translateY(6px) rotate(135deg);
            transform: translateY(6px) rotate(135deg);
  }
  .header-button.--active span:last-child {
    -webkit-transform: translateY(-8px) rotate(45deg);
        -ms-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
}
.section {
  padding-bottom: 60px;
}
.section:not(:first-of-type) {
  padding-top: 60px;
}
.section-title {
  font-size: 2.75rem;
}
.section-title::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: black;
}

.logo img {
  max-width: 220px;
}

.banner {
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(115, 115, 115);
  background-blend-mode: multiply;
}
.banner h1 {
  font-size: 3.25rem;
}
.banner-content {
  padding: 3rem 4rem;
  color: #fcfcfc;
}
.banner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner-links a {
  color: #fcfcfc;
  font-size: 1.55rem;
  font-weight: 600;
}
.banner-links a:first-child {
  margin-bottom: 0.75rem;
}
.banner__list {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  row-gap: 1rem;
  letter-spacing: 1px;
}
.banner__list-item {
  padding: auto;
  border-radius: 5px;
  background-color: rgba(13, 121, 237, 0.85);
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.banner__list-item:hover {
  background-color: #55cd6c;
}
.banner__list-link {
  padding: 0.5rem 1.35rem;
  color: #fcfcfc;
}
.banner-part {
  text-align: center;
}
.banner-part:first-child {
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.banner-part:last-child {
  margin-top: 0.5rem;
}

.categories-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1.5rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.categories-item {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: rgb(188, 188, 188);
  background-blend-mode: multiply;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  overflow: hidden;
}
.categories-item.--card {
  position: relative;
}
.categories-item.--card span {
  color: #fcfcfc;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 0;
  position: absolute;
  top: 1rem;
  background-color: #55cd6c;
  text-transform: uppercase;
  padding: 0.5rem;
}
.categories-item.--card:hover span {
  opacity: 1;
}
.categories-item h3 {
  color: #fcfcfc;
  padding: 1rem 1.25rem;
  margin: 0;
  background-color: rgba(13, 121, 237, 0.85);
  -webkit-transition: padding 0.15s ease-out, background-color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  transition: padding 0.15s ease-out, background-color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  -o-transition: padding 0.15s ease-out, background-color 0.25s ease-out, box-shadow 0.25s ease-out;
  transition: padding 0.15s ease-out, background-color 0.25s ease-out, box-shadow 0.25s ease-out;
  transition: padding 0.15s ease-out, background-color 0.25s ease-out, box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  -webkit-box-shadow: 0 -5px 15px rgba(49, 49, 49, 0);
          box-shadow: 0 -5px 15px rgba(49, 49, 49, 0);
}
.categories-item:hover {
  background-color: rgb(255, 255, 255);
}
.categories-item:hover h3 {
  -webkit-box-shadow: 0 -5px 20px 10px rgba(49, 49, 49, 0.7);
          box-shadow: 0 -5px 20px 10px rgba(49, 49, 49, 0.7);
  background-color: #55cd6c;
  padding: 1.25rem 1.55rem;
}

.advantages__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.advantages__list-item img {
  max-width: 8rem;
  display: block;
  margin-bottom: 1rem;
}
.advantages__list-item-title {
  margin-bottom: 0.25rem;
}

.images hr {
  background-color: black;
}
.images-inner {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.images-item {
  -webkit-box-shadow: 0 0 10px 5px rgba(49, 49, 49, 0.7);
          box-shadow: 0 0 10px 5px rgba(49, 49, 49, 0.7);
  overflow: hidden;
}
.images-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.yamap {
  -webkit-box-shadow: 0 0 25px 5px rgba(49, 49, 49, 0.7);
          box-shadow: 0 0 25px 5px rgba(49, 49, 49, 0.7);
}

.yamap-iframe {
  width: 100%;
  height: 80vh;
  border: none;
}

.seo {
  padding: 2rem 0;
}
.seo .banner__list {
  margin: 0 auto;
  font-size: 1rem;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  row-gap: 0.5rem;
  letter-spacing: unset;
}

.contacts-numbers {
  padding: 1rem 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 2rem;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contacts-number {
  font-size: 1.45rem;
  font-weight: 700;
  color: #1e1e1e;
}
.contacts-number:hover {
  color: #00659c;
}

@media only screen and (max-width: 1440px) {
  .banner h1 {
    font-size: 3.75rem;
  }
  .banner__list {
    font-size: 1.5rem;
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1200px) {
  .categories-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .categories-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .categories-item {
    height: 240px;
  }
  .categories-item h3 {
    padding: 1rem 1.25rem;
    margin: 0;
  }
  .categories-item:hover h3 {
    padding: 1.25rem 1.55rem;
  }

  .advantages__list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    row-gap: 3rem;
  }
  .advantages__list-item img {
    max-width: 8rem;
    margin-bottom: 1rem;
  }
  .advantages__list-item-title {
    margin-bottom: 0.25rem;
  }

  .images-inner {
    max-width: 480px;
    margin: 0 auto;
    grid-template-columns: unset;
    grid-template-rows: repeat(2, 1fr);
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .banner {
    min-height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(115, 115, 115);
    background-blend-mode: multiply;
  }
  .banner h1 {
    font-size: 2.25rem;
  }
  .banner-content {
    padding: 3rem 0.5rem;
    color: #fcfcfc;
  }

  .categories-items {
    grid-template-columns: 1fr;
  }
  .categories-item {
    height: 240px;
  }
  .categories-item h3 {
    padding: 1rem 1.25rem;
    margin: 0;
  }
  .categories-item:hover h3 {
    padding: 1.25rem 1.55rem;
  }

  .advantages__list {
    grid-template-columns: 1fr;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    row-gap: 3rem;
  }
  .advantages__list-item img {
    max-width: 8rem;
    margin-bottom: 1rem;
  }
  .advantages__list-item-title {
    margin-bottom: 0.25rem;
  }
}
.footer {
  background-color: #00659c;
  color: #fcfcfc;
}
.footer a {
  color: #fcfcfc;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.footer a:hover {
  color: #55cd6c;
}
.footer-inner {
  padding: 2rem 0 2rem;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3.5rem;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}
.footer-inner .footer-block:first-child {
  justify-self: start;
}
.footer-inner .footer-block:nth-child(2) {
  justify-self: center;
}
.footer-inner .footer-block:nth-child(2) .footer__list {
  list-style-type: square;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 600px;
  row-gap: 0.65rem;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
}
.footer-inner .footer-block:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  justify-self: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-inner .footer-block:last-child .footer__list {
  display: block;
}
.footer-inner .footer-block:last-child .footer__list a:first-child {
  margin-bottom: 0.6rem;
}
.footer__middle {
  padding: 2rem 0;
  border-top: 1px solid black;
}
.footer__middle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: uppercase;
}
.footer__middle a {
  display: inline-block;
  margin: 0.6rem;
}
.footer__bottom {
  padding: 1rem;
  border-top: 1px solid black;
}
.footer__bottom-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.footer__nav-list {
  margin: 0;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  row-gap: 0.8rem;
}
.footer__list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  row-gap: 0.8rem;
}
.footer address {
  text-align: right;
}
.footer address span {
  display: inline;
}
.footer address span a {
  display: inline;
}
.footer-copyright {
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .footer-inner {
    grid-template-columns: unset;
    grid-template-areas: "logo phones" "cat cat";
  }
  .footer-inner .footer-block:first-child {
    grid-area: logo;
  }
  .footer-inner .footer-block:nth-child(2) {
    grid-area: cat;
  }
  .footer-inner .footer-block:last-child {
    grid-area: phones;
  }
}
@media only screen and (max-width: 600px) {
  .footer-inner {
    grid-template-areas: "logo" "phones" "cat";
  }
  .footer-inner .footer-block:first-child {
    text-align: center;
    margin: 0 auto;
  }
  .footer-inner .footer-block:first-child a.logo img {
    max-width: 300px;
    width: 100%;
    height: auto;
  }
  .footer-inner .footer-block:nth-child(2) {
    font-size: 1.75rem;
  }
  .footer-inner .footer-block:nth-child(2) .footer__list {
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }
  .footer-inner .footer-block:last-child {
    justify-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-inner .footer-block:last-child ul {
    margin: 0;
    padding: 0;
  }
  .footer-inner .footer-block:last-child ul li {
    font-size: 2rem;
  }
  .footer-inner .footer-block:last-child a.button {
    font-size: 1.75rem;
  }
  .footer__bottom {
    font-size: 1.25rem;
  }
  .footer__bottom .footer__nav-list {
    font-size: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__bottom-inner {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  .footer address {
    text-align: center;
  }
}
.noscroll {
  overflow-Y: hidden;
}

.hidden {
  display: none;
}

aside.widget-buttons {
  height: 176px;
  right: 80px;
  z-index: 50;
  position: sticky;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0 4rem 2rem;
  pointer-events: none;
}

.wa-button {
  pointer-events: auto;
  position: relative;
  display: block;
  height: 64px;
  width: 64px;
}
.wa-button svg {
  position: relative;
  z-index: 49;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
}
.wa-button::after {
  z-index: 48;
  position: absolute;
  content: "";
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
  width: 60px;
  height: 60px;
  -webkit-box-shadow: inset 0 0 6px 10px #69ff87;
          box-shadow: inset 0 0 6px 10px #69ff87;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.up-button {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fcfcfc;
  background-color: rgba(13, 121, 237, 0.85);
  height: 64px;
  width: 64px;
  border-radius: 5px;
  margin-bottom: 3rem;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.up-button:hover {
  background-color: #55cd6c;
}
.up-button svg {
  width: 3rem;
  height: 3rem;
}

@media only screen and (max-width: 900px) {
  aside.widget-buttons {
    right: 40px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 420px) {
  aside.widget-buttons {
    padding: 0 1.5rem 1.5rem;
  }

  .wa-button {
    height: 48px;
    width: 48px;
  }
  .wa-button::after {
    width: 40px;
    height: 40px;
  }

  .up-button {
    height: 48px;
    width: 48px;
  }
  .up-button svg {
    width: 4rem;
    height: 4rem;
  }
  .up-button span {
    display: none;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.8);
            transform: translateX(-50%) translateY(-50%) scale(1.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.8);
            transform: translateX(-50%) translateY(-50%) scale(1.8);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.8);
            transform: translateX(-50%) translateY(-50%) scale(1.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.8);
            transform: translateX(-50%) translateY(-50%) scale(1.8);
  }
}
#consent-popup {
  color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 1.2rem;
  padding: 2rem 8rem;
  background-color: #00659c;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-box-shadow: 0px 3px 15px 10px rgba(13, 121, 237, 0.85);
          box-shadow: 0px 3px 15px 10px rgba(13, 121, 237, 0.85);
  opacity: 0;
}
#consent-popup.faded-in {
  opacity: 1;
}
#consent-popup.faded-in.faded-out {
  opacity: 0;
}
#consent-popup a {
  display: inline;
  color: #69ff87;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#consent-popup a:hover {
  color: #55cd6c;
}
#consent-popup button {
  font-size: 1.15rem;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 5px;
  background-color: #55cd6c;
  color: #fcfcfc;
  cursor: pointer;
}
#consent-popup button:hover {
  background-color: rgba(13, 121, 237, 0.85);
}

@media only screen and (max-width: 600px) {
  #consent-popup {
    font-size: 1.15rem;
    padding: 2rem 8rem 4rem 4rem;
  }
}