@charset "UTF-8";

/*! 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 {
  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 */
  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 {
  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"] {
  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;
}

.grid {
  width: 100%;
  display: grid;
  grid-gap: 0 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(12, 1fr);
}

.grid--justify-center {
  justify-content: center;
}

.grid--align-center {
  height: 100%;
  align-items: center;
}

.col-1 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  width: 100%;
}

.col-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  width: 100%;
}

.col-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  width: 100%;
}

.col-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  width: 100%;
}

.col-5 {
  -ms-grid-column-span: 5;
  grid-column: span 5;
  width: 100%;
}

.col-6 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
  width: 100%;
}

.col-7 {
  -ms-grid-column-span: 7;
  grid-column: span 7;
  width: 100%;
}

.col-8 {
  -ms-grid-column-span: 8;
  grid-column: span 8;
  width: 100%;
}

.col-9 {
  -ms-grid-column-span: 9;
  grid-column: span 9;
  width: 100%;
}

.col-10 {
  -ms-grid-column-span: 10;
  grid-column: span 10;
  width: 100%;
}

.col-11 {
  -ms-grid-column-span: 11;
  grid-column: span 11;
  width: 100%;
}

.col-12 {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  width: 100%;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Light/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Light/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Light/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-LightItalic/Montserrat-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-LightItalic/Montserrat-LightItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-LightItalic/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Italic/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Italic/Montserrat-Italic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Italic/Montserrat-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Medium/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Medium/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-MediumItalic/Montserrat-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-MediumItalic/Montserrat-MediumItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-MediumItalic/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBoldItalic/Montserrat-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-SemiBoldItalic/Montserrat-SemiBoldItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBoldItalic/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-BoldItalic/Montserrat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-BoldItalic/Montserrat-BoldItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-BoldItalic/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bicubik";
  src: url("../fonts/Bicubik/Bicubik.eot?#iefix") format("embedded-opentype"), url("../fonts/Bicubik/Bicubik.woff") format("woff"), url("../fonts/Bicubik/Bicubik.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*::selection {
  background-color: #d1efff;
}

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

html,
body {
  margin: 0;
  padding: 0;
  list-style: none;
  font: 500 10px "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #555659;
  background-color: #ffffff;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.modal {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.container {
  margin: 0 auto;
}

._header {
  background-color: #ffffff;
  padding: 10px 0;
}

._header__logo {
  display: inline-block;
}

._header__logo picture {
  display: inline-flex;
  justify-content: center;
  text-align: center;
}

._header__logo picture img {
  max-width: 100%;
}

._header__address-wrap {
  text-align: right;
}

._header__address {
  font: 600 10px "Montserrat", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.3px;
}

._header__time {
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 4px;
}

._header__contacts {
  text-align: right;
}

._header__phone {
  border-bottom: 2px solid transparent;
  transition: border 0.2s ease-in-out;
  display: inline-block;
  font-size: 2.3rem;
  color: #555659;
}

._header__phone:hover {
  border-bottom-color: #555659;
}

._header__email {
  border-bottom: 1px solid transparent;
  transition: border 0.2s ease-in-out;
  display: inline-block;
  font-size: 1.6rem;
  color: #555659;
  margin-top: 4px;
}

._header__email:hover {
  border-bottom-color: #555659;
}

._header__toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

._header__toggle-btn {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  border: none;
  box-shadow: none;
  background: none;
  outline: none;
  border-radius: 0;
  position: relative;
  width: 38px;
  height: 21px;
  overflow: hidden;
  cursor: pointer;
}

._header__toggle-btn.active span:nth-child(1) {
  transform: translate(-100%);
}

._header__toggle-btn.active span:nth-child(2) {
  transform: translate(100%);
}

._header__toggle-btn.active span:nth-child(1),
._header__toggle-btn.active span:nth-child(2) {
  transition: transform 0.2s ease-in-out;
}

._header__toggle-btn.active span:nth-child(3) {
  transform: scaleX(0);
}

._header__toggle-btn.active span:nth-child(4) {
  transform: rotate(45deg);
}

._header__toggle-btn.active span:nth-child(5) {
  transform: rotate(-45deg);
}

._header__toggle-btn.active span:nth-child(3),
._header__toggle-btn.active span:nth-child(4),
._header__toggle-btn.active span:nth-child(5) {
  transition: transform 0.2s 0.2s ease-in-out;
}

._header__toggle-btn span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  transition: transform 0.2s 0.2s ease-in-out;
  background-color: #555659;
  border-radius: 10px;
}

._header__toggle-btn span:nth-child(1) {
  top: 0;
}

._header__toggle-btn span:nth-child(2) {
  bottom: 0;
}

._header__toggle-btn span:nth-child(3),
._header__toggle-btn span:nth-child(4),
._header__toggle-btn span:nth-child(5) {
  top: 9px;
  transition: transform 0.2s ease-in-out;
}

._header__toggle-btn span:nth-child(4),
._header__toggle-btn span:nth-child(5) {
  left: calc(50% - 14px);
  width: 28px;
}

._nav {
  background-color: #d1efff;
}

._nav__content {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

._nav__item.active a span {
  border-bottom-color: #555659;
}

._nav__item a {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  padding: 12px 20px;
  color: #555659;
  font-size: 2rem;
}

._nav__item a:hover span {
  border-bottom-color: #555659;
}

._nav__item a span {
  border-bottom: 2px solid transparent;
  transition: border 0.2s ease-in-out;
}

._nav__bg {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

._nav__bg.active {
  display: block;
  pointer-events: auto;
  opacity: 1;
}

._nav.active {
  top: 60px;
}

._subnav {
  position: sticky;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #555659;
}

._subnav__content {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

._subnav__content > li.item {
  position: relative;
}

._subnav__content > li.item:hover ul {
  display: block;
}

._subnav__content > li.item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 6px);
  transform: translateY(-50%);
  background-color: #ffffff;
}

._subnav__content > li.item > a {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 50px;
  transition: color 0.2s ease-in-out;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}

._subnav__content > li.item > a:hover {
  color: #4699f8;
}

._subnav__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  border: 1px solid #555659;
  padding: 10px 0;
  animation: dropdown 0.2s ease-in-out both;
  background-color: #ffffff;
  border-top-style: none;
}

._subnav__items > li.item a {
  display: block;
  padding: 5px 10px;
  transition: color 0.2s ease-in-out;
  font-size: 20px;
  line-height: 1.1em;
  color: #555659;
}

._subnav__items > li.item a:hover {
  color: #0069e2;
}

@keyframes dropdown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

._feedback {
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid #485265;
  background-color: #616e87;
}

._feedback form {
  width: 100%;
}

._feedback__content {
  padding: 30px 70px;
}

._feedback__title {
  font: 600 10px "Montserrat", sans-serif;
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
}

._feedback__items {
  margin-top: 28px;
}

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

._feedback__item:not(:last-child) {
  margin-bottom: 28px;
}

._feedback--light {
  border: none;
  background-color: white;
}

._feedback--light ._feedback__title {
  color: #555659;
}

._feedback--light ._check input[type="checkbox"] + label {
  color: #555659;
}

._map {
  background-color: #ffffff;
  height: 100%;
}

._slider {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

._slider__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 567px;
  padding: 85px 0 50px;
}

._slider__title {
  font: 600 10px "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 6rem;
  color: #ffffff;
}

._home-catalog {
  margin-top: 14px;
}

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

._home-catalog__items {
  margin-top: 20px;
}

._home-catalog__more {
  margin-top: 26px;
}

._home-catalog__more-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._home-service {
  margin-top: 16px;
}

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

._home-service__items {
  margin-top: 29px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

._home-service__item:nth-child(3) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 4;
}

._home-service__more {
  margin-top: 30px;
}

._home-service__more-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._home-feedback {
  margin-top: 26px;
  margin-bottom: 93px;
}

._home-feedback__body {
  display: flex;
  height: 100%;
  border: 1px solid #dedede;
  box-shadow: 4px 4px 4px #bfbfbf;
}

._home-feedback__contacts {
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background-color: #ffffff;
}

._home-feedback__contact:not(:last-child) {
  margin-bottom: 50px;
}

._home-feedback__contact-title {
  font-size: 2.5rem;
}

._home-feedback__contact-desc {
  font-style: normal;
  font-size: 2rem;
  color: #555659;
  border-bottom: 1px solid transparent;
  transition: border 0.2s ease-in-out;
}

._home-feedback__contact-desc[href]:hover {
  border-bottom-color: #555659;
}

._home-feedback__map {
  flex: 0 0 50%;
}

._about {
  position: relative;
  margin-bottom: 93px;
}

._catalog {
  margin-bottom: 73px;
}

._catalog__item {
  margin-bottom: 20px;
}

._category {
  margin-bottom: 33px;
}

._category__item {
  margin-bottom: 60px;
}

._subcategory {
  margin-bottom: 93px;
}

._subcategory__items > div > div {
  margin-bottom: 47px;
}

._subcategory__item {
  text-decoration: none;
  color: #555659;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 4px 4px 4px #bfbfbf;
  border: 2px solid transparent;
  height: 100%;
  padding: 5px 15px 25px;
  transition: border 0.2s ease-in-out;
}

._subcategory__item:hover {
  border-color: #0069e2;
}

._subcategory__item:hover ._subcategory__item-img img {
  transform: scale(0.9);
}

._subcategory__item:hover ._subcategory__item-title {
  color: #0069e2;
}

._subcategory__item:hover ._subcategory__item-more {
  border-bottom-color: transparent;
}

._subcategory__item-img {
  height: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0;
}

._subcategory__item-img img {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.2s ease-in-out;
}

._subcategory__item-title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2em;
  margin-top: 20px;
  margin-bottom: 12px;
  transition: color 0.2s ease-in-out;
}

._subcategory__item-more {
  margin: 0;
  font: 600 10px "Montserrat", sans-serif;
  font-size: 1.5rem;
  border-bottom: 1px solid #555659;
  align-self: flex-end;
  margin-bottom: 0;
  margin-top: auto;
  transition: border 0.2s ease-in-out;
}

._product__img {
  background: #ffffff;
  border: 1px solid #dedede;
  box-shadow: 4px 4px 4px #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

._product__img img {
  max-width: 90%;
  max-height: 90%;
}

._product__props {
  margin: 0;
  margin-top: 44px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  row-gap: 45px;
  column-gap: 34px;
}

._product__props dt {
  font: 600 10px "Montserrat", sans-serif;
  font-size: 3rem;
}

._product__props dd {
  margin: 0;
  font-size: 2rem;
}

._product__content {
  margin-bottom: 93px;
  margin-top: 47px;
}

._product__content-title {
  font: 600 10px "Montserrat", sans-serif;
  font-size: 3rem;
}

._product__content-text {
  margin-top: 49px;
}

._services {
  margin-bottom: 73px;
}

._services__item {
  margin-bottom: 20px;
}

._services-inset {
  margin-bottom: 93px;
}

._services-inset__img {
  font-size: 0;
  margin-bottom: 45px;
}

._services-inset__img img {
  width: 100%;
}

._solution {
  margin-bottom: 73px;
}

._solution__item {
  margin-bottom: 20px;
}

._solution-inset {
  margin-bottom: 93px;
}

._solution-inset__img {
  font-size: 0;
  margin-bottom: 45px;
}

._solution-inset__img img {
  width: 100%;
}

._blog {
  margin-bottom: 93px;
}

._blog__item {
  text-decoration: none;
  display: block;
  margin-bottom: 63px;
  background: #ffffff;
  box-shadow: 4px 4px 4px #bfbfbf;
  color: #555659;
}

._blog__item:hover ._blog__img img {
  transform: scale(1.1);
}

._blog__item:hover ._blog__desc {
  color: #0069e2;
}

._blog__img {
  font-size: 0;
  height: 100%;
  overflow: hidden;
}

._blog__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
}

._blog__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px 20px 20px 0;
}

._blog__title {
  font: 600 10px "Montserrat", sans-serif;
  font-size: 2.5rem;
  color: #0069e2;
}

._blog__desc {
  margin: 0;
  font-size: 2rem;
  margin-top: 16px;
  transition: color 0.2s ease-in-out;
}

._article {
  margin-bottom: 93px;
}

._article__img {
  font-size: 0;
}

._article__img img {
  width: 100%;
}

._article__content {
  margin-top: 45px;
}

._article__back {
  margin-top: 47px;
}

._article__back a {
  color: #555659;
  font-size: 2.5rem;
  padding: 12px 40px;
  margin-bottom: 10px;
  border: 2px solid #555659;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
}

._article__back a:hover {
  color: #0069e2;
  border-color: #0069e2;
}

._contacts {
  margin-bottom: 93px;
}

._contacts__items {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 60px 50px;
}

._contacts__item > * {
  display: inline-block;
  margin: 0;
  font-size: 3rem;
  line-height: 1.2em;
  font-style: normal;
  color: #555659;
  align-self: flex-start;
}

._contacts__item > *[href] {
  border-bottom: 1px solid transparent;
  transition: border 0.2s ease-in-out;
}

._contacts__item > *[href]:hover {
  border-bottom-color: #555659;
}

._contacts__foot {
  margin-top: 55px;
}

._footer {
  background-color: #555659;
  padding: 25px 0;
  margin-bottom: 0;
  margin-top: auto;
}

._footer__company {
  text-align: center;
}

._footer__logo picture {
  display: inline-flex;
}

._footer__logo picture img {
  max-width: 100%;
}

._footer__copy {
  font: 600 10px "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  margin: 0;
  margin-top: 12px;
}

._footer__menu-title,
._footer__catalog-title,
._footer__service-title {
  font: 600 10px "Montserrat", sans-serif;
  font-size: 1.8rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._footer__menu-list,
._footer__catalog-list,
._footer__service-list {
  list-style: none;
  margin-top: 16px;
}

._footer__menu-item:not(:last-child),
._footer__catalog-item:not(:last-child),
._footer__service-item:not(:last-child) {
  margin-bottom: 7px;
}

._footer__menu-item a,
._footer__catalog-item a,
._footer__service-item a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
}

._footer__menu-item a:hover,
._footer__catalog-item a:hover,
._footer__service-item a:hover {
  color: #4699f8;
  border-bottom-color: #4699f8;
}

._footer__menu,
._footer__catalog {
  position: relative;
}

._footer__address {
  font: 600 10px "Montserrat", sans-serif;
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 14px;
}

._footer__contact {
  margin: 0;
  font: 600 10px "Montserrat", sans-serif;
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 4px;
}

._footer__contact a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
}

._footer__contact a:hover {
  color: #4699f8;
  border-bottom-color: #4699f8;
}

._footer__author {
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
  text-align: right;
  margin-top: 35px;
}

._footer__author a {
  display: inline-block;
  text-decoration: none;
  font-family: "Bicubik", sans-serif;
  font-size: 1rem;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 2px 3px 2px;
  margin-left: 4px;
  color: #555659;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

._footer__author a:hover {
  background-color: #555659;
  color: #4699f8;
}

._not-found {
  min-height: calc(100vh - 132px);
  display: flex;
  justify-content: center;
  align-items: center;
}

._not-found__img {
  text-align: right;
}

._not-found__img img {
  max-width: 100%;
}

._not-found__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._not-found__title {
  font: 600 10px "Montserrat", sans-serif;
}

._not-found__title span {
  display: block;
}

._not-found__title span:first-child {
  font-size: 18rem;
}

._not-found__title span:last-child {
  font-size: 10rem;
  margin-top: -45px;
}

._not-found__desc {
  margin: 0;
  margin-top: 8px;
  font: 600 10px "Montserrat", sans-serif;
  font-size: 3rem;
}

._not-found__back {
  margin-top: 54px;
}

._modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  display: none;
}

._modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

._modal__bg.open {
  opacity: 1;
}

._modal__wrap {
  max-width: 80%;
  max-height: 90vh;
  width: 480px;
  opacity: 0;
  background-color: white;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  transform: scale(0.75);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

._modal__wrap.open {
  opacity: 1;
  transform: scale(1);
}

._btn {
  padding: 0;
  border: none;
  box-shadow: none;
  background: none;
  outline: none;
  border-radius: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  padding: 0 20px;
  background-color: #4699f8;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: white;
  font: 600 10px "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

._btn:hover {
  background-color: #157ef6;
}

._btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

._btn--secondary {
  background-color: #fff283;
  color: #555659;
}

._btn--secondary:hover {
  background-color: #ffea37;
}

._btn--light {
  background-color: #ffffff;
  color: #555659;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

._btn--light:hover {
  background-color: #fff283;
}

._btn--full {
  width: 100%;
}

._btn--large {
  height: 70px;
  font-size: 2.5rem;
  padding: 0 50px;
  font-weight: 700;
}

._input {
  height: 100%;
}

._input label {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #555659;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 5px;
}

._input input,
._input textarea {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  border: none;
  box-shadow: none;
  background: none;
  outline: none;
  border-radius: 0;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  height: 50px;
  border: 2px solid #485265;
  color: #555659;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 25px 10px 5px;
  transition: box-shadow 0.2s ease-in-out;
}

._input input:focus,
._input textarea:focus {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
}

._input textarea {
  resize: none;
  height: 75px;
  padding: 7px;
}

._check {
  text-align: left;
}

._check input[type="checkbox"] {
  display: none;
}

._check input[type="checkbox"]:checked + label::after {
  transform: translateY(-50%) rotate(-45deg) scale(1);
}

._check input[type="checkbox"] + label {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  cursor: pointer;
}

._check input[type="checkbox"] + label::before,
._check input[type="checkbox"] + label::after {
  content: "";
  flex: 0 0 12px;
  border-radius: 2px;
  border: 1px solid #485265;
  margin-right: 8px;
}

._check input[type="checkbox"] + label::before {
  width: 12px;
  height: 12px;
  background-color: white;
}

._check input[type="checkbox"] + label::after {
  position: absolute;
  top: 48%;
  left: 1px;
  width: 10px;
  height: 5px;
  border: 2px solid #303032;
  border-top-style: none;
  border-right-style: none;
  transform: translateY(-50%) rotate(-45deg) scale(0);
  transition: transform 0.2s ease-in-out;
}

._title {
  font: 700 10px "Montserrat", sans-serif;
  font-size: 4rem;
  cursor: default;
}

._tiser {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #555659;
  background-color: #ffffff;
  box-shadow: 4px 4px 4px #bfbfbf;
  cursor: pointer;
}

._tiser:hover ._tiser__img img {
  transform: scale(1.1);
}

._tiser:hover ._tiser__title,
._tiser:hover ._tiser__desc,
._tiser:hover ._tiser__more {
  color: #0865d0;
}

._tiser:hover ._tiser__more {
  text-decoration: none;
}

._tiser__img {
  height: 300px;
  overflow: hidden;
  font-size: 0;
}

._tiser__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
}

._tiser__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #dedede;
  border-top-style: none;
  padding: 20px 40px 30px;
}

._tiser__title {
  font: 600 10px "Montserrat", sans-serif;
  font-size: 2.5rem;
  color: #0069e2;
  text-align: center;
  height: 60px;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
}

._tiser__desc {
  margin: 0;
  font: 600 10px "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-top: 22px;
  height: 92px;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
}

._tiser__more {
  display: block;
  font-size: 1.5rem;
  text-align: right;
  margin-top: 10px;
  text-decoration: underline;
  color: #0069e2;
  transition: color 0.2s ease-in-out;
}

._tiser--small ._tiser__body {
  padding-top: 15px;
  padding-bottom: 15px;
}

._tiser--small ._tiser__img {
  height: 122px;
}

._tiser--small ._tiser__title {
  font-size: 2.2rem;
  height: 28px;
}

._tiser--small ._tiser__desc {
  font-size: 1.2rem;
  height: 72px;
  margin-top: 18px;
}

._tiser--small ._tiser__more {
  font-size: 1.2rem;
}

._page {
  margin-top: 24px;
}

._page__body {
  margin-top: 47px;
}

._page__content {
  margin-top: 47px;
}

._text p,
._text h2,
._text h3,
._text h4 {
  margin: 0;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2em;
}

._text p:not(:last-child),
._text h2:not(:last-child),
._text h3:not(:last-child),
._text h4:not(:last-child) {
  margin-bottom: 20px;
}

._text h2,
._text h3 {
  font-size: 3rem;
}

._text h2:not(:last-child),
._text h3:not(:last-child) {
  margin-bottom: 25px;
}

._text img {
  max-width: 100%;
}

._text img:not(:last-child) {
  margin-bottom: 20px;
}

._text ul,
._text ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

._text ul:not(:last-child),
._text ol:not(:last-child) {
  margin-bottom: 20px;
}

._text ul li,
._text ol li {
  font-size: 2.2rem;
  line-height: 1.2em;
}

._text ul li:not(:last-child),
._text ol li:not(:last-child) {
  margin-bottom: 10px;
}

._text ol {
  counter-reset: list;
}

._text ol li::before {
  counter-increment: list;
  content: counter(list) ". ";
}

._text ul li {
  position: relative;
  padding-left: 15px;
}

._text ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #555659;
  top: 10px;
  left: 0;
}

._success {
  padding: 30px 15px;
  max-width: 480px;
  margin: auto;
}

._success__img {
  text-align: center;
}

._success__img img {
  width: 60px;
}

._success__title {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 20px;
}

._success__close {
  text-align: center;
  margin-top: 20px;
}

._success__close button {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  border: none;
  box-shadow: none;
  background: none;
  outline: none;
  border-radius: 0;
  font-size: 1.6rem;
  color: #555659;
  border-bottom: 1px solid;
  transition: border 0.2s;
}

._success__close button:hover {
  border-bottom-color: transparent;
}

._sidemenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

._sidemenu__item {
  margin-bottom: 14px;
}

._sidemenu__item a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ffffff;
  border: 1px solid #dedede;
  box-shadow: 4px 4px 4px #bfbfbf;
  min-height: 83px;
  font: 600 10px "Montserrat", sans-serif;
  font-size: 1.8rem;
  color: #0069e2;
  line-height: 1em;
  padding: 10px;
  transition: all 0.2s ease-in-out;
}

._sidemenu__item a:hover {
  color: #ffffff;
  border-color: transparent;
  background-color: #616e87;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

._sidemenu__item.active a {
  color: #ffffff;
  border-color: transparent;
  background-color: #616e87;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

._pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

._pagination__item {
  color: #555659;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  padding: 5px 10px;
  margin-right: 15px;
  border-radius: 1px;
  margin-bottom: 10px;
  border: 2px solid transparent;
  transition: color 0.2s ease-in-out;
}

._pagination__item[href]:hover {
  color: #0069e2;
}

._pagination__item.active {
  border-color: #555659;
  color: #0069e2;
}

._pagination__prev,
._pagination__next {
  color: #555659;
  font-size: 2.5rem;
  padding: 12px 40px;
  margin-bottom: 10px;
  border: 2px solid #555659;
  transition: color 0.2s ease-in-out;
}

._pagination__prev:hover,
._pagination__next:hover {
  color: #0069e2;
}

._pagination__prev {
  margin-right: 15px;
}

._pagination__next {
  color: #555659;
  font-size: 2.5rem;
  padding: 12px 40px;
  margin-bottom: 10px;
  border: 2px solid #555659;
  transition: color 0.2s ease-in-out;
}

._pagination__next:hover {
  color: #0069e2;
}

._breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

._breadcrumbs__item {
  display: flex;
  align-items: center;
  font: 600 10px "Montserrat", sans-serif;
  font-size: 2rem;
  margin-bottom: 4px;
  color: rgba(72, 82, 101, 0.5);
  transition: color 0.2s ease-in-out;
}

._breadcrumbs__item[href]:hover {
  color: #555659;
}

._breadcrumbs__item:not([href]) {
  cursor: default;
}

._breadcrumbs__item:not(:last-child)::after {
  content: "";
  width: 9px;
  height: 8px;
  margin: 0 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.375 7.25L8.5 4.125L5.375 1' stroke='%23485265' stroke-opacity='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 7.25L4.125 4.125L1 1' stroke='%23485265' stroke-opacity='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media (min-width: 769px) {
  .grid--align-start-t {
    height: 100%;
    align-items: flex-start;
  }

  .container {
    max-width: 720px;
  }

  ._home-catalog__more-img {
    display: none;
  }

  ._home-service__more-img {
    display: none;
  }

  ._product__cost {
    margin-top: 20px;
  }
}

@media (min-width: 1081px) {
  .container {
    max-width: 986px;
  }

  ._nav__bg {
    display: none;
  }

  ._about::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 6px;
    height: 100%;
    background-color: #5c677c;
  }

  ._product__cost {
    margin-top: 40px;
  }
}

@media (min-width: 1240px) {
  .container {
    max-width: 1200px;
  }

  ._success__img img {
    max-width: 100%;
  }

  ._success__title {
    font-size: 2rem;
    line-height: 1.4em;
  }
}

@media (min-width: 1500px) {
  .hide-f {
    display: none !important;
  }

  .container {
    max-width: 1480px;
  }

  ._header__logo picture {
    height: 55px;
  }

  ._nav__item a {
    padding: 12px 44px;
  }

  ._footer__company {
    padding-right: 50px;
  }

  ._footer__menu,
  ._footer__catalog,
  ._footer__service {
    padding-top: 25px;
  }

  ._footer__contacts {
    padding-top: 26px;
  }
}

@media (max-width: 1080px) {
  ._header {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #d1efff;
  }

  ._header__email {
    display: none;
  }

  ._nav {
    position: fixed;
    z-index: 2;
    top: -100%;
    right: 0;
    width: 220px;
    border: 2px solid #9eddff;
    transition: top 0.2s ease-in-out;
    border-top-style: none;
    border-right-style: none;
  }

  ._nav__content {
    flex-direction: column;
    align-items: flex-end;
    padding: 15px 0;
  }

  ._nav__item a {
    font-size: 1.6rem;
    padding: 5px 10px;
  }

  ._subnav {
    display: none;
  }

  ._category {
    margin-bottom: 6px;
  }

  ._category__item {
    margin-bottom: 20px;
  }

  ._subcategory {
    margin-bottom: 26px;
  }

  ._product__props {
    margin-top: 15px;
    row-gap: 12px;
    column-gap: 23px;
  }

  ._product__props dt {
    font-size: 1.5rem;
  }

  ._product__props dd {
    font-size: 1rem;
  }

  ._product__content {
    margin-bottom: 26px;
    margin-top: 11px;
  }

  ._product__content-text {
    margin-top: 12px;
  }

  ._services-inset {
    margin-bottom: 26px;
  }

  ._solution-inset {
    margin-bottom: 26px;
  }

  ._blog {
    margin-bottom: 26px;
  }

  ._article {
    margin-bottom: 26px;
  }

  ._input input,
  ._input textarea {
    height: 35px;
    padding: 14px 7px 8px;
    font-size: 1.5rem;
    border-width: 1px;
  }

  ._input textarea {
    height: 50px;
  }
}

@media (max-width: 768px) {
  .grid {
    grid-gap: 0 10px;
  }

  .grid--align-start-m {
    height: 100%;
    align-items: flex-start;
  }

  .col-m-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    width: 100%;
  }

  .col-m-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    width: 100%;
  }

  .col-m-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    width: 100%;
  }

  .col-m-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    width: 100%;
  }

  .col-m-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    width: 100%;
  }

  .col-m-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    width: 100%;
  }

  .col-m-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
    width: 100%;
  }

  .col-m-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
    width: 100%;
  }

  .col-m-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
    width: 100%;
  }

  .col-m-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
    width: 100%;
  }

  .col-m-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
    width: 100%;
  }

  .col-m-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    width: 100%;
  }

  .hide-m {
    display: none !important;
  }

  body {
    padding-top: 60px;
  }

  .container {
    width: 100%;
    padding: 0 10px;
  }

  ._header {
    padding: 0;
  }

  ._header .grid {
    height: 60px;
  }

  ._header__contacts {
    text-align: center;
  }

  ._header__phone {
    font-size: 1.5rem;
  }

  ._feedback__content {
    padding: 20px 35px;
  }

  ._feedback__items {
    margin-top: 17px;
  }

  ._feedback__item:not(:last-child) {
    margin-bottom: 21px;
  }

  ._map {
    height: 334px;
  }

  ._slider {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
  }

  ._slider__content {
    height: 430px;
    padding: 77px 0 45px;
  }

  ._slider__title {
    font-size: 3rem;
  }

  ._home-catalog {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
    border-top: 3px solid #d1efff;
  }

  ._home-catalog__title {
    background-color: rgba(97, 110, 135, 0.8);
    font-size: 2.5rem;
    color: #ffffff;
    padding: 18px 0;
  }

  ._home-catalog__items {
    display: none;
  }

  ._home-catalog__more {
    position: relative;
    height: 370px;
    margin-top: 0;
    font-size: 0;
  }

  ._home-catalog__more-btn {
    position: absolute;
    bottom: 40px;
    left: 10px;
  }

  ._home-service {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
    border-top: 3px solid #d1efff;
  }

  ._home-service__title {
    background-color: rgba(97, 110, 135, 0.8);
    font-size: 2.5rem;
    color: #ffffff;
    padding: 18px 0;
  }

  ._home-service__items {
    display: none;
  }

  ._home-service__more {
    position: relative;
    height: 370px;
    margin-top: 0;
    font-size: 0;
  }

  ._home-service__more-btn {
    position: absolute;
    bottom: 40px;
    left: 10px;
  }

  ._home-feedback {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
    border-top: 3px solid #d1efff;
  }

  ._home-feedback__body {
    display: none;
  }

  ._about {
    margin-bottom: 26px;
  }

  ._catalog {
    margin-bottom: 6px;
  }

  ._subcategory {
    margin-top: 28px;
  }

  ._subcategory__items > div > div {
    margin-bottom: 30px;
  }

  ._subcategory__item {
    padding: 10px;
  }

  ._subcategory__item-img {
    height: 100px;
  }

  ._subcategory__item-title {
    font-size: 1rem;
    margin-top: 8px;
  }

  ._subcategory__item-more {
    font-size: 0.8rem;
  }

  ._product__img {
    margin: 12px auto 0;
    max-width: 320px;
  }

  ._product__img img {
    max-width: 200px;
  }

  ._product__info {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 17px;
  }

  ._product__cost {
    text-align: center;
  }

  ._product__content-title {
    font-size: 1.5rem;
  }

  ._services {
    margin-bottom: 6px;
  }

  ._services-inset__img {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  ._solution {
    margin-bottom: 6px;
  }

  ._solution-inset__img {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  ._blog {
    margin-top: 28px;
  }

  ._blog__item {
    margin-bottom: 18px;
  }

  ._blog__body::after {
    content: "читать";
    text-align: right;
    font-size: 1.2rem;
    color: #0069e2;
    padding-bottom: 2px;
    border-bottom: 1px solid #0069e2;
    align-self: flex-end;
    margin-top: 35px;
  }

  ._blog__title {
    font-size: 1.5rem;
    text-align: center;
  }

  ._blog__desc {
    display: none;
  }

  ._article__img {
    margin-top: 20px;
  }

  ._article__content {
    margin-top: 15px;
  }

  ._article__back {
    margin-top: 20px;
  }

  ._article__back a {
    font-size: 1.5rem;
    border-width: 1px;
    margin-right: 5px;
    padding: 5px 20px;
  }

  ._contacts {
    margin-bottom: 0;
  }

  ._contacts__items {
    display: block;
  }

  ._contacts__item > * {
    font-size: 2rem;
  }

  ._contacts__item:nth-child(2n + 1) > * {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  ._contacts__item:nth-child(2n) > * {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  ._contacts__foot {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0;
  }

  ._footer {
    padding: 18px 0;
  }

  ._footer__copy {
    font-size: 0.8rem;
    margin-top: 15px;
  }

  ._footer__menu-title,
  ._footer__catalog-title,
  ._footer__service-title {
    display: none;
  }

  ._footer__menu-list,
  ._footer__catalog-list,
  ._footer__service-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 90px;
    margin-top: 0;
  }

  ._footer__menu-item a,
  ._footer__catalog-item a,
  ._footer__service-item a {
    font-size: 1rem;
  }

  ._footer__catalog,
  ._footer__service {
    display: none;
  }

  ._footer__address {
    display: none;
  }

  ._footer__contact {
    display: none;
  }

  ._footer__author {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    margin-top: 75px;
    white-space: nowrap;
    text-align: right;
    font-size: 0.7rem;
  }

  ._footer__author a {
    font-size: 0.7rem;
  }

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

  ._not-found__img img {
    width: 160px;
  }

  ._not-found__content {
    text-align: center;
    margin-top: -32px;
  }

  ._not-found__title span:first-child {
    font-size: 6rem;
  }

  ._not-found__title span:last-child {
    font-size: 5rem;
    margin-top: -15px;
  }

  ._not-found__desc {
    font-size: 1.5rem;
    max-width: 230px;
    margin: auto;
    margin-top: 17px;
  }

  ._not-found__back {
    margin-top: 22px;
  }

  ._btn {
    height: 30px;
    font-size: 1.2rem;
    padding: 0 10px;
  }

  ._title {
    font-size: 2rem;
  }

  ._page {
    margin-top: 20px;
  }

  ._page__body {
    margin-top: 15px;
  }

  ._page__content {
    margin-top: 9px;
  }

  ._text p,
  ._text h2,
  ._text h3,
  ._text h4 {
    font-size: 1.5rem;
  }

  ._text p:not(:last-child),
  ._text h2:not(:last-child),
  ._text h3:not(:last-child),
  ._text h4:not(:last-child) {
    margin-bottom: 10px;
  }

  ._text h2,
  ._text h3 {
    font-size: 1.5rem;
  }

  ._text h2:not(:last-child),
  ._text h3:not(:last-child) {
    margin-bottom: 15px;
  }

  ._text img {
    width: 100%;
  }

  ._text img:not(:last-child) {
    margin-bottom: 10px;
  }

  ._text ul:not(:last-child),
  ._text ol:not(:last-child) {
    margin-bottom: 10px;
  }

  ._text ul li,
  ._text ol li {
    font-size: 1.2rem;
  }

  ._text ul li:not(:last-child),
  ._text ol li:not(:last-child) {
    margin-bottom: 5px;
  }

  ._text ul li {
    padding-left: 10px;
  }

  ._text ul li::before {
    width: 4px;
    height: 4px;
    top: 5px;
  }

  ._sidemenu__item {
    margin-bottom: 10px;
  }

  ._sidemenu__item a {
    font-size: 1.8rem;
    min-height: 53px;
  }

  ._pagination {
    justify-content: center;
  }

  ._pagination__item {
    font-size: 1.5rem;
    padding: 3px 8px;
    border-width: 1px;
    margin-right: 5px;
  }

  ._pagination__prev,
  ._pagination__next {
    font-size: 1.5rem;
    border-width: 1px;
    margin-right: 5px;
    padding: 5px 20px;
  }

  ._pagination__prev {
    margin-right: 5px;
  }

  ._pagination__next {
    font-size: 1.5rem;
    border-width: 1px;
    margin-right: 5px;
    padding: 5px 20px;
  }

  ._breadcrumbs__item {
    font-size: 1rem;
  }

  ._breadcrumbs__item:not(:last-child)::after {
    margin: 0 5px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  .col-t-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    width: 100%;
  }

  .col-t-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    width: 100%;
  }

  .col-t-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    width: 100%;
  }

  .col-t-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    width: 100%;
  }

  .col-t-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    width: 100%;
  }

  .col-t-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    width: 100%;
  }

  .col-t-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
    width: 100%;
  }

  .col-t-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
    width: 100%;
  }

  .col-t-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
    width: 100%;
  }

  .col-t-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
    width: 100%;
  }

  .col-t-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
    width: 100%;
  }

  .col-t-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    width: 100%;
  }

  .hide-t {
    display: none !important;
  }

  body {
    padding-top: 75px;
  }

  ._home-service__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  ._home-service__item {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 20px;
  }

  ._home-service__item:nth-child(5) {
    display: none;
  }

  ._home-feedback__contacts {
    flex: 1 1 auto;
  }

  ._home-feedback__map {
    display: none;
  }

  ._product__title {
    font-size: 2.5rem;
  }

  ._product__content {
    margin-top: 25px;
  }

  ._footer__contacts {
    text-align: right;
  }

  ._not-found__title span:first-child {
    font-size: 12rem;
  }

  ._not-found__title span:last-child {
    font-size: 8rem;
    margin-top: -30px;
  }

  ._tiser__img {
    height: 180px;
  }

  ._tiser__body {
    padding: 10px;
  }

  ._tiser__title {
    font-size: 1.5rem;
    height: 40px;
  }

  ._tiser--small ._tiser__body {
    padding: 10px;
  }

  ._tiser--small ._tiser__img {
    height: 180px;
  }

  ._tiser--small ._tiser__title {
    font-size: 1.5rem;
    height: 40px;
  }

  ._tiser--small ._tiser__desc {
    font-size: 1.5rem;
    height: 112px;
    margin-top: 22px;
  }

  ._tiser--small ._tiser__more {
    font-size: 1.5rem;
  }
}

@media (min-width: 1081px) and (max-width: 1239px) {
  .col-d-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    width: 100%;
  }

  .col-d-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    width: 100%;
  }

  .col-d-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    width: 100%;
  }

  .col-d-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    width: 100%;
  }

  .col-d-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    width: 100%;
  }

  .col-d-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    width: 100%;
  }

  .col-d-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
    width: 100%;
  }

  .col-d-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
    width: 100%;
  }

  .col-d-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
    width: 100%;
  }

  .col-d-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
    width: 100%;
  }

  .col-d-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
    width: 100%;
  }

  .col-d-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    width: 100%;
  }

  .hide-d {
    display: none !important;
  }

  ._subnav__content > li.item > a {
    padding: 0 20px;
  }

  ._feedback__content {
    padding: 20px 35px;
  }

  ._product__title {
    font-size: 2.5rem;
  }

  ._product__props {
    margin-top: 15px;
    row-gap: 12px;
    column-gap: 23px;
  }

  ._footer__menu-title,
  ._footer__catalog-title,
  ._footer__service-title {
    font-size: 1.5rem;
  }

  ._footer__menu-item a,
  ._footer__catalog-item a,
  ._footer__service-item a {
    font-size: 1.25rem;
  }
}

@media (min-width: 1240px) and (max-width: 1499px) {
  .col-w-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    width: 100%;
  }

  .col-w-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    width: 100%;
  }

  .col-w-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    width: 100%;
  }

  .col-w-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    width: 100%;
  }

  .col-w-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    width: 100%;
  }

  .col-w-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    width: 100%;
  }

  .col-w-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
    width: 100%;
  }

  .col-w-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
    width: 100%;
  }

  .col-w-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
    width: 100%;
  }

  .col-w-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
    width: 100%;
  }

  .col-w-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
    width: 100%;
  }

  .col-w-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    width: 100%;
  }

  .hide-w {
    display: none !important;
  }
}
/*# sourceMappingURL=maps/main.css.map */
