

/* Start:/local/templates/ohrana-medved.ru/css/fonts.css?17786007943079*/
@charset "UTF-8";
/* =============================================================
 * SCSS source for fonts.css
 *
 * Декларация PT Sans для 4 subset'ов × 2 стилей × 2 жирностей = 16 face'ов.
 * Развёрнуто через @each, чтобы не дублировать одинаковый @font-face.
 *
 * Компиляция:
 *   sass fonts.scss fonts.css
 * ============================================================= */
/* (subset, style, weight, file-basename) */
/* cyrillic-ext */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PT/cpti-ext-400.woff2") format("woff2");
}
/* cyrillic */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PT/cpti-400.woff2") format("woff2");
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PT/lpti-ext-400.woff2") format("woff2");
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PT/lpti-400.woff2") format("woff2");
}
/* cyrillic-ext */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PT/cpti-ext-700.woff2") format("woff2");
}
/* cyrillic */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PT/cpti-700.woff2") format("woff2");
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PT/lpti-ext-700.woff2") format("woff2");
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PT/lpti-700.woff2") format("woff2");
}
/* cyrillic-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PT/cpt-ext-400.woff2") format("woff2");
}
/* cyrillic */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PT/cpt-400.woff2") format("woff2");
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PT/lpt-ext-400.woff2") format("woff2");
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PT/lpt-400.woff2") format("woff2");
}
/* cyrillic-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PT/cpt-ext-700.woff2") format("woff2");
}
/* cyrillic */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PT/cpt-700.woff2") format("woff2");
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PT/lpt-ext-700.woff2") format("woff2");
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PT/lpt-700.woff2") format("woff2");
}

/*# sourceMappingURL=fonts.css.map */

/* End */


/* Start:/local/templates/ohrana-medved.ru/css/styles.css?177902271525145*/
@charset "UTF-8";
/* =============================================================
 * styles.scss — основной стиль шаблона ohrana-medved.ru
 * ============================================================= */
/* ── Палитра ────────────────────────────────────────────────── */
/* ── Типографика ────────────────────────────────────────────── */
/*=============== normalize ===============*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "PT Sans", sans-serif;
  color: #595550;
  font-size: 16px;
  line-height: 1.5;
}

body, input, select, textarea, button, ul, ol, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

table {
  border-spacing: 0;
}

table, td, th, input, select, textarea, button, ul, ol {
  padding: 0;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
}

input, select, textarea, button {
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
}

button, input[type=submit] {
  background: none;
  border: none;
}

img {
  border: none;
}

a {
  color: inherit;
}

/*-------------- sprite --------------*/
.icon {
  background-image: url("/local/templates/ohrana-medved.ru/css/../images/sprite.png");
  background-repeat: no-repeat;
}

.icon_address {
  width: 25px;
  height: 36px;
  background-position: 0 0;
}

.icon_arrow_gray_left {
  width: 11px;
  height: 19px;
  background-position: -25px 0;
}

.icon_arrow_gray_right {
  width: 11px;
  height: 19px;
  background-position: -36px 0;
}

.icon_arrow_red_left {
  width: 12px;
  height: 18px;
  background-position: -47px 0;
}

.icon_arrow_red_left_mini {
  width: 7px;
  height: 11px;
  background-position: -59px 0;
}

.icon_arrow_red_right {
  width: 12px;
  height: 18px;
  background-position: -66px 0;
}

.icon_arrow_red_right_mini {
  width: 7px;
  height: 11px;
  background-position: -78px 0;
}

.icon_close_popup {
  width: 18px;
  height: 18px;
  background-position: -85px 0;
}

.icon_close_tooltip {
  width: 24px;
  height: 24px;
  background-position: -103px 0;
}

.icon_comments {
  width: 14px;
  height: 14px;
  background-position: -127px 0;
}

.icon_like {
  width: 14px;
  height: 13px;
  background-position: -141px 0;
}

.icon_tel {
  width: 29px;
  height: 25px;
  background-position: -155px 0;
}

.icon_tick {
  width: 27px;
  height: 27px;
  background-position: -184px 0;
}

/*------------- rouble --------------*/
@font-face {
  font-family: "PTRoubleSans";
  src: url("/local/templates/ohrana-medved.ru/css/../fonts/PTRoubleSans.eot@") format("embedded-opentype"), url("/local/templates/ohrana-medved.ru/css/../fonts/PTRoubleSans.otf") format("opentype"), url("/local/templates/ohrana-medved.ru/css/../fonts/PTRoubleSans.woff") format("woff"), url("/local/templates/ohrana-medved.ru/css/../fonts/PTRoubleSans.ttf") format("truetype"), url("/local/templates/ohrana-medved.ru/css/../fonts/PTRoubleSans.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.rouble {
  font-family: "PTRoubleSans" !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: none !important;
}

/*------------- utility --------------*/
.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  display: table;
  content: "";
  clear: both;
}

.inlinefix {
  font-size: 0;
}

.table {
  display: table;
  width: 100%;
}

.table .row {
  display: table-row;
}

.table .cell {
  display: table-cell;
  vertical-align: middle;
}

/*------------- section --------------*/
.section__content {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/*-------------- form ---------------*/
.form .caption {
  font-weight: 700;
  font-size: 20px;
  color: #db2827;
  margin-bottom: 20px;
}

.form .wrapper_input,
.form .form-item {
  margin-bottom: 18px;
}

.form .input {
  width: 100%;
  height: 32px;
  vertical-align: top;
  border: 1px solid #dae4eb;
  -webkit-box-shadow: inset 1px 1px 2px rgba(193, 207, 217, 0.35);
  box-shadow: inset 1px 1px 2px rgba(193, 207, 217, 0.35);
  padding-left: 12px;
  padding-right: 12px;
}

.form .input.textarea {
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

.form .button_submit {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#58a0d3), to(#498cca));
  background-image: linear-gradient(top, #58a0d3 0%, #498cca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-primary-light',endColorstr='$color-primary-dark',GradientType=0);
  border-radius: 3px;
  border: 1px solid #3b74a2;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  padding: 0 25px;
}

.form .button_submit .button__text {
  line-height: 38px;
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

/*-------------- popup ---------------*/
.popup__container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: rgba(233, 237, 240, 0.85);
  cursor: pointer;
}

.popup__content {
  position: relative;
  width: 400px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 40px;
  cursor: auto;
}

.popup__close-button {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: -28px;
  white-space: nowrap;
  margin-left: 8px;
}

.popup__close-button .button__icon,
.popup__close-button .button__text {
  vertical-align: middle;
}

.popup__close-button .button__icon {
  margin-right: 5px;
  margin-top: 3px;
}

.popup__close-button .button__text {
  font-size: 16px;
  color: #0072bc;
  text-decoration: underline;
}

.popup__main {
  position: relative;
  z-index: 0;
}

/*-------------- button --------------*/
.button,
.button__icon,
.button__text {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.button {
  cursor: pointer;
}

/*-------------- slider --------------*/
.slider {
  position: relative;
  height: 100%;
}

.slider__list {
  position: relative;
  height: 100%;
}

.slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider__thumbnails {
  position: absolute;
  text-align: center;
  font-size: 0;
}

.slider__thumbnail {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

/*-------------- h1-h6 --------------*/
.h_main {
  font-weight: 400 !important;
  font-size: 34px !important;
  line-height: 40px !important;
  color: #db2827 !important;
}

.h_main_sub {
  color: #6d6e71;
}

.h_italic {
  font-style: italic;
}

/*-------------- logo --------------*/
.logo__image {
  display: block;
}

/*-------------- text --------------*/
.text {
  font-size: 16px;
  line-height: 1.5;
}

.text > *:not(:last-child) {
  margin-bottom: 24px !important;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.text b {
  font-weight: 700;
}

.text h1 {
  font-size: 40px;
}

.text h2 {
  font-size: 35px;
}

.text h3 {
  font-size: 30px;
}

.text h4 {
  font-size: 22px;
}

.text h5 {
  font-size: 18px;
}

.text h6 {
  font-size: 16px;
}

.text h2 > em,
.text h3 > em,
.text h4 > em,
.text h5 > em,
.text h6 > em {
  display: block;
  font-style: normal;
  padding-left: 10px;
  border-left: 2px dotted #a1dcfe;
}

.text p > em,
.text div > ul {
  display: block;
  font-style: normal;
  outline: 2px dashed #a1dcfe;
  margin: 0 -8px;
  padding: 4px 8px;
}

.text ul > li:before {
  content: "-";
  margin-right: 4px;
}

.text a {
  color: #0072bc;
}

/*-------------- item --------------*/
.item {
  margin-bottom: 25px;
}

.item__image {
  display: block;
  border-radius: 61px;
  border: 3px solid #dcdcdc;
}

.item__main {
  margin-left: 150px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cacaca;
}

.item__header {
  margin-bottom: 12px;
}

.item__link {
  text-decoration: none;
}

.item__header .item__link {
  font-weight: 700;
  font-size: 25px;
  color: #2579bf;
  border-bottom: 1px solid;
}

.item__date {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

.item__text {
  font-size: 16px;
}

.item_aside {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 20px;
}

.item_aside .item__image {
  border-radius: 33px;
}

.item_aside .item__main {
  margin-left: 85px;
  padding-bottom: 20px;
  border-bottom: none;
}

.item_aside .item__header {
  margin-bottom: 10px;
  line-height: normal;
}

.item_aside .item__header .item__link {
  font-size: 18px;
  border-bottom: none;
  text-decoration: underline;
}

.item_aside .item__date {
  margin-bottom: 0;
}

/*------------- client -------------*/
.client__link {
  display: block;
}

.client__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.client__link:hover .client__image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/*------------- action -------------*/
.action {
  font-size: 16px;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.action__image {
  display: block;
  margin-bottom: 20px;
}

.action__header {
  font-weight: 700;
  margin-bottom: 20px;
}

.action__name__cell {
  width: 100%;
}

.action__name {
  font-size: 18px;
}

.action__price {
  background-color: #c8e6f5;
  white-space: nowrap;
  line-height: 36px;
  border-radius: 3px;
  padding: 0 14px;
}

.actions-streets__header {
  font-weight: bold;
  margin: 30px 0;
}

/*============= header =============*/
#header {
  position: relative;
  z-index: 1;
  height: 140px;
  background-color: #f7f7f7;
  padding-top: 35px;
}

#header:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -27px;
  background-image: url("/local/templates/ohrana-medved.ru/css/../images/header_bg.png");
  width: 100%;
  height: 27px;
  background-repeat: repeat-x;
}

#header .address__icon,
#header .address__text {
  display: inline-block;
  vertical-align: top;
}

#header .address__icon {
  margin-right: 15px;
}

#header .address__text {
  font-size: 16px;
  color: #6d6e71;
  margin-top: -10px;
}

#header .address__text__part {
  border-bottom: 1px dotted;
}

#header .tel {
  display: block;
  /*text-decoration: none;*/
  font-size: 25px;
  font-style: italic;
  text-decoration: underline;
  color: #0072bc;
}

#header .tel__num {
  font-weight: 700;
  color: #000;
}

#header .recall {
  text-align: right;
}

#header .recall__icon,
#header .recall__button {
  display: inline-block;
  vertical-align: middle;
}

#header .recall__icon {
  margin-right: 10px;
}

#header .recall__button {
  font-size: 14px;
  line-height: normal;
  color: #0085ca;
  border-bottom: 1px dotted;
}

#header .logo,
#header .nav {
  position: absolute;
  left: 50%;
}

#header .logo {
  z-index: 2;
  top: 20px;
  margin-left: -103px;
}

#header .nav {
  z-index: 1;
  bottom: -40px;
  background: url("/local/templates/ohrana-medved.ru/css/../images/header_nav_bg.png") no-repeat;
  width: 1040px;
  height: 64px;
  margin-left: -520px;
  padding: 12px 20px 0;
}

#header .nav__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#header .nav__item:not(:last-child):after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 2px;
  height: 40px;
  background-color: #c6c6c6;
  border-left: 1px solid #ffffff;
}

#header .nav__link {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(65, 64, 66, 0.5);
  color: #414042;
  text-transform: uppercase;
  padding: 0 24px;
}

/*========== content top ==========*/
#content-top {
  position: relative;
  margin-bottom: 50px;
}

#content-top #map-container {
  height: 414px;
}

#content-top .section__top {
  position: relative;
  z-index: 0;
  height: 414px;
  background-color: #c8ebf5;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

#content-top .section__top .section__content {
  position: relative;
}

#content-top .section__bottom {
  position: relative;
  z-index: 1;
  min-height: 48px;
  margin-top: -48px;
  background: url("/local/templates/ohrana-medved.ru/css/../images/main_header_shape.png") no-repeat 50% 0;
  padding-top: 15px;
}

#content-top .section__bottom .h_main {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

#content-top .section__bottom #page-header {
  width: 774px;
}

#content-top .section__bottom .wrapper_contacts {
  width: 774px;
  margin: 0 auto;
  padding: 0 35px;
}

#content-top .section__bottom .contact {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  font-size: 16px;
}

#content-top .section__bottom .contact__name {
  font-weight: 700;
}

#content-top .nav {
  padding-top: 60px;
}

#content-top .nav__list:first-child {
  margin-bottom: 10px;
}

#content-top .nav__link {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
}

#content-top .nav__link.active {
  margin-left: 0;
}

#content-top .nav__link.active:before {
  content: "";
  display: inline-block;
  background-image: url("/local/templates/ohrana-medved.ru/css/../images/sprite.png");
  background-repeat: no-repeat;
  width: 7px;
  height: 11px;
  background-position: -78px 0;
  margin-right: 5px;
}

#content-top .nav__item:not(:last-child) {
  margin-bottom: 3px;
}

#content-top .tooltip {
  position: absolute;
  left: 50%;
  top: 210px;
  margin-left: -115px;
  background: url("/local/templates/ohrana-medved.ru/css/../images/index-tooltip.png") no-repeat;
  width: 621px;
  height: 128px;
}

#content-top .tooltip__content {
  position: relative;
  height: 100%;
}

#content-top .tooltip__text {
  font-size: 14px;
  line-height: 1.3;
  font-style: italic;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 12px;
}

#content-top .tooltip__text .strong {
  color: #ff0000;
}

#content-top .tooltip__close {
  position: absolute;
  left: -6px;
  bottom: -4px;
}

#content-top .tooltip__close .button__icon {
  display: block;
}

#content-top .service {
  position: absolute;
  right: 0;
  top: 0;
  width: 310px;
  height: 100%;
  padding-top: 75px;
}

#content-top .service .block__content {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: skew(-16deg);
  transform: skew(-16deg);
  border-radius: 3px;
}

#content-top .service .block__text {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: skew(16deg);
  transform: skew(16deg);
}

#content-top .service__content {
  position: relative;
  font-weight: 700;
}

#content-top .service__prices {
  margin-bottom: 30px;
}

#content-top .service__price {
  line-height: 1.25;
  text-align: right;
}

#content-top .service__price__caption {
  background-color: #ffffff;
  padding: 0 4px;
  margin-right: -11px;
  margin-bottom: 5px;
}

#content-top .service__price__main {
  background-color: #db2826;
  font-size: 36px;
  font-style: italic;
  color: #ffffff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
  padding: 0 10px;
}

#content-top .service__price__main .value,
#content-top .service__price__main .rouble {
  display: inline-block;
  vertical-align: top;
  line-height: 46px;
}

#content-top .service__price__main .rouble {
  position: relative;
}

#content-top .service__price__main .rouble:after {
  content: "–";
  position: absolute;
  z-index: -1;
  left: -3px;
  top: 7px;
  font-size: 28px;
}

#content-top .service__feature {
  background-color: #5197cf;
  color: #ffffff;
  padding: 0 10px;
}

#content-top .service__features .block {
  position: relative;
}

#content-top .service__features .block:before {
  content: "";
  position: absolute;
  left: -36px;
  top: 50%;
  background-image: url("/local/templates/ohrana-medved.ru/css/../images/sprite.png");
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  background-position: -184px 0;
  margin-top: -14px;
}

#content-top .service__features .block:not(:last-child) {
  margin-bottom: 10px;
}

#content-top-form .caption {
  text-align: center;
  margin-bottom: 40px;
}

#content-top-form .left,
#content-top-form .right {
  width: 50%;
}

#content-top-form .left {
  text-align: right;
  padding-right: 15px;
}

#content-top-form .right {
  padding-left: 15px;
}

/*========== content main ==========*/
#content-main {
  margin-bottom: 70px;
}

#content-article,
#content-aside {
  display: inline-block;
  vertical-align: top;
}

/* раньше тут был #content-main + #map-container — селектор не срабатывал,
   если карта не идёт непосредственным sibling за #content-main. Делаем
   правило на сам контейнер, плюс растягиваем содержимое, чтобы Я.Карта
   занимала всю заданную высоту 415px. */
#map-container {
  width: 100%;
  height: 415px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  /* Я.Карта конструктор инжектит свои элементы (ymaps / div / iframe).
     Перебиваем их высоту, иначе карта рендерится 150 px. */
}
#map-container > div,
#map-container > ymaps,
#map-container > iframe,
#map-container ymaps[class*=ymaps] {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}

#content-main .client {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 20px;
}

/*========== content article ==========*/
#content-article {
  width: 680px;
  padding-right: 50px;
}

#content-article .replica {
  background: url("/local/templates/ohrana-medved.ru/css/../images/replica.png");
  width: 105px;
  height: 116px;
  padding-top: 11px;
  padding-left: 11px;
}

#content-article .replica__face {
  display: block;
  border-radius: 42px;
}

#content-article .replica + .text {
  margin-left: 125px;
}

#content-article .pagination {
  text-align: center;
  padding-left: 150px;
}

#content-article .pagination__list {
  display: inline-block;
  vertical-align: top;
}

#content-article .pagination__item {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 18px;
}

#content-article .pagination__item:not(:last-child) {
  margin-right: 25px;
}

#content-article .pagination__link {
  text-decoration: none;
}

#content-article .pagination__link.active {
  color: #db2827;
}

#content-article-gallery,
#content-article-gallery .gallery {
  position: relative;
  height: 580px;
  overflow: hidden;
  background-color: #f2f2f2;
}

#content-article-gallery .gallery__slides {
  position: absolute;
  left: 0;
  top: 0;
  height: 440px;
  cursor: move;
  overflow: hidden;
}

#content-article-gallery .gallery__thumbnav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
}

#content-article-gallery .gallery__thumbnail__prototype {
  position: relative;
  width: 150px;
  height: 100px;
}

#content-article-gallery .gallery__thumbnav__slides {
  cursor: move;
}

#content-article-gallery .gallery__thumbnav__arrow {
  position: absolute;
  top: 50%;
  margin-top: -9px;
}

#content-article-gallery .gallery__thumbnav__arrow_left {
  left: 20px;
}

#content-article-gallery .gallery__thumbnav__arrow_right {
  right: 20px;
}

#content-article-gallery .gallery__thumbnav__arrow .button__icon {
  display: block;
}

#content-article-gallery .gallery__thumbnail__border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#content-article-gallery .gallery__thumbnail__prototypeav .gallery__thumbnail__border {
  border: 2px solid #f24841;
}

#content-article .likely {
  display: block;
  text-align: center;
  margin: 0;
}

#content-article .likely .likely__widget {
  margin: 0 7px 0;
}

/*========== content aside ==========*/
#content-aside {
  width: 320px;
  font-size: 16px;
}

#content-aside .caption {
  font-weight: 700;
  color: #595550 !important;
}

#content-aside .link_to_all {
  color: #0072bc;
}

#content-aside .list__items {
  margin-top: 20px;
  margin-bottom: 20px;
}

#content-aside .list__items:last-child {
  margin-bottom: 0;
}

#content-aside .wrapper_articles .caption,
#content-aside .wrapper_articles .wrapper_to_all {
  text-align: center;
}

#content-aside .wrapper_articles .caption {
  font-size: 18px;
}

#content-aside .wrapper_clients .list__items {
  border-top: 2px dotted #595550;
  border-bottom: 2px dotted #595550;
  padding-top: 15px;
  padding-bottom: 15px;
}

#content-aside .client {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding: 5px 15px;
}

#content-aside .form {
  text-align: right;
}

#content-aside .form:not(:last-child) {
  margin-bottom: 60px;
}

#content-aside #slider-services {
  height: 492px;
}

#content-aside #slider-services:not(:last-child) {
  margin-bottom: 60px;
}

#content-aside #slider-services > .content {
  width: 304px;
}

#content-aside #slider-services .header {
  height: 44px;
  line-height: 32px;
}

#content-aside #slider-services .header .caption {
  text-transform: uppercase;
}

#content-aside #slider-services .header .wrapper_buttons {
  margin-right: 6px;
}

#content-aside #slider-services .slider__button {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}

#content-aside #slider-services .slider__button_prev {
  margin-right: 3px;
}

#content-aside #slider-services .slider__button .button__icon {
  vertical-align: middle;
  line-height: normal;
}

/*============= actions =============*/
#actions .h {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

#actions .h:not(:first-child) {
  margin-top: 35px;
}

#actions .h:before {
  content: "·";
  position: relative;
  vertical-align: top;
  color: #e83028;
  font-size: 54px;
  line-height: 0;
  top: 13px;
  margin-right: 20px;
}

#actions .footnote {
  border: 2px dotted #a1dcfe;
  padding: 30px;
}

#actions .footnote .text {
  font-size: 17px;
  font-style: italic;
}

#actions .footnote .text:before {
  content: "*";
  position: relative;
  vertical-align: top;
  color: #d90000;
  margin-right: 3px;
}

/*============= footer =============*/
#footer {
  padding: 80px 0;
  background-color: #f6f6f6;
}

#footer .izst,
#footer .nav {
  display: inline-block;
  vertical-align: top;
}

#footer .izst {
  margin-right: 60px;
}

#footer .izst__image {
  margin-bottom: 10px;
}

#footer .izst__text {
  font-size: 16px;
}

#footer .izst__link {
  color: #0072bc;
}

#footer .nav__list {
  display: inline-block;
  vertical-align: top;
}

#footer .nav__list:first-child {
  margin-right: 40px;
}

#footer .nav__link {
  font-size: 16px;
  color: #0072bc;
}

#footer .contacts__icon,
#footer .contacts__text {
  display: inline-block;
  vertical-align: top;
}

#footer .contacts__icon {
  margin-right: 18px;
  margin-top: 4px;
}

#footer .contacts__text {
  font-size: 16px;
  color: #6d6e71;
}

/*------------- pages -------------*/
.page_services #content-top .nav {
  display: none;
}

.page_service #content-aside .caption {
  text-align: left;
}

.page_article #content-top .section__top {
  height: 140px;
}

.page_article #content-top .h_main {
  text-align: center;
  padding-top: 65px;
}

.page_article #content-article .date {
  font-weight: 700;
}

.address.left > a {
  text-decoration: none;
}

.address__text a {
  text-decoration: none;
}

span.itwas-h4 {
  display: block;
  font-size: 22px;
  font-weight: 700;
}

span.itwas-h4 > em {
  display: block;
  font-style: normal;
  padding-left: 10px;
  border-left: 2px dotted #a1dcfe;
}

span.itwas-h3 {
  display: block;
  font-size: 30px;
  font-weight: 700;
}

.text > .topic > span > a {
  text-decoration: none;
  line-height: 1.5;
  font-family: "PT Sans", sans-serif;
  color: #595550;
}

/* Я.Карта на странице /kontakty/ — тот же приём, что и для #map-container:
   растягиваем инжектированные конструктором элементы на 100%, чтобы
   карта реально занимала min-height: 414px, а не 150 px по умолчанию. */
.ya-karta {
  width: 100%;
  min-height: 414px;
  height: 414px;
  background: #F7F7F7;
}
.ya-karta > div,
.ya-karta > ymaps,
.ya-karta > iframe,
.ya-karta ymaps[class*=ymaps] {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}

#guard_content ul,
#guard_content ol {
  list-style: initial;
}

/*app-links*/
.app-links {
  position: fixed;
  bottom: 0;
  left: 0;
}

.app-links > a {
  display: inline-block;
  margin: 10px;
  width: 180px;
  height: 54px;
  font-size: 0;
  line-height: 54px;
}

.app-links > a:nth-child(1) {
  background: url("/local/templates/ohrana-medved.ru/css/../images/google.png") no-repeat center;
  background-size: contain;
}

.app-links > a:nth-child(2) {
  background: url("/local/templates/ohrana-medved.ru/css/../images/app.png") no-repeat center;
  background-size: contain;
}

.lc-input {
  box-sizing: border-box;
}

/*# sourceMappingURL=styles.css.map */

/* End */


/* Start:/local/templates/ohrana-medved.ru/css/likely.css?17786005346897*/
@charset "UTF-8";
/* =============================================================
 * SCSS source for likely.css
 *
 * Это исходник стилей шаблона. После правки скомпилируйте в .css:
 *   sass likely.scss likely.css
 * (или через sass --watch).
 *
 * SCSS — надмножество CSS, поэтому текущее содержимое валидно.
 * При дальнейшем рефакторинге можно вынести цвета/шрифты
 * в $-переменные и группировать селекторы через вложенность.
 * ============================================================= */
.likely, .likely__widget {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding: 0;
  word-spacing: 0 !important;
  text-indent: 0 !important;
  list-style: none !important;
  font-weight: 400;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: inherit;
}

.likely__widget {
  margin: 0;
}

.likely {
  opacity: 0;
}

.likely_visible {
  opacity: 1;
  transition: opacity 0.1s ease-in;
}

.likely > * {
  display: inline-block;
  visibility: hidden;
}

.likely_visible > * {
  visibility: inherit;
}

.likely__widget {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.likely__button, .likely__counter {
  text-decoration: none;
  text-rendering: optimizeLegibility;
  display: inline-block;
  margin: 0;
  outline: 0;
}

.likely__button {
  position: relative;
  user-select: none;
}

.likely__counter {
  display: none;
  position: relative;
  font-weight: 400;
}

.likely_ready .likely__counter {
  display: inline-block;
}

.likely_ready .likely__counter_empty {
  display: none;
}

.likely__widget, .likely__icon, .likely__button, .likely__counter {
  vertical-align: top;
}

.likely__widget {
  transition: background 0.33s ease-out, color 0.33s ease-out, fill 0.33s ease-out;
  line-height: inherit;
}

.likely__widget:hover, .likely__widget:active, .likely__widget:focus {
  transition: none;
  cursor: pointer;
}

.likely__icon {
  position: relative;
  text-align: left;
  display: inline-block;
}

.likely svg {
  position: absolute;
}

.likely__button, .likely__counter {
  line-height: inherit;
  cursor: inherit;
}

.likely__button:empty {
  display: none;
}

.likely__counter {
  text-align: center;
}

.likely .likely__widget {
  color: #000;
  background: #ececec;
  background: rgba(231, 231, 231, 0.8);
}

.likely .likely__counter {
  background-size: 1px 1px;
  background-repeat: repeat-y;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 0.5px, rgba(0, 0, 0, 0) 100%);
}

.likely-light .likely__widget {
  color: #fff;
  fill: #fff;
  background: rgba(236, 236, 236, 0.16);
  text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
}

.likely-light .likely__counter {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 0.5px, rgba(255, 255, 255, 0) 100%);
}

.likely__widget_facebook {
  fill: #425497;
}

.likely__widget_facebook:hover, .likely__widget_facebook:active, .likely__widget_facebook:focus {
  background: rgba(207, 212, 229, 0.8);
}

.likely-light .likely__widget_facebook:hover, .likely-light .likely__widget_facebook:active, .likely-light .likely__widget_facebook:focus {
  text-shadow: #425497 0 0 0.25em;
  background: rgba(66, 84, 151, 0.7);
}

.likely__widget_twitter {
  fill: #00b7ec;
}

.likely__widget_twitter:hover, .likely__widget_twitter:active, .likely__widget_twitter:focus {
  background: rgba(191, 237, 250, 0.8);
}

.likely-light .likely__widget_twitter:hover, .likely-light .likely__widget_twitter:active, .likely-light .likely__widget_twitter:focus {
  text-shadow: #00b7ec 0 0 0.25em;
  background: rgba(0, 183, 236, 0.7);
}

.likely__widget_gplus {
  fill: #dd4241;
}

.likely__widget_gplus:hover, .likely__widget_gplus:active, .likely__widget_gplus:focus {
  background: rgba(246, 207, 207, 0.8);
}

.likely-light .likely__widget_gplus:hover, .likely-light .likely__widget_gplus:active, .likely-light .likely__widget_gplus:focus {
  text-shadow: #dd4241 0 0 0.25em;
  background: rgba(221, 66, 65, 0.7);
}

.likely__widget_vkontakte {
  fill: #526e8f;
}

.likely__widget_vkontakte:hover, .likely__widget_vkontakte:active, .likely__widget_vkontakte:focus {
  background: rgba(211, 218, 227, 0.8);
}

.likely-light .likely__widget_vkontakte:hover, .likely-light .likely__widget_vkontakte:active, .likely-light .likely__widget_vkontakte:focus {
  text-shadow: #526e8f 0 0 0.25em;
  background: rgba(82, 110, 143, 0.7);
}

.likely__widget_pinterest {
  fill: #cc002b;
}

.likely__widget_pinterest:hover, .likely__widget_pinterest:active, .likely__widget_pinterest:focus {
  background: rgba(242, 191, 202, 0.8);
}

.likely-light .likely__widget_pinterest:hover, .likely-light .likely__widget_pinterest:active, .likely-light .likely__widget_pinterest:focus {
  text-shadow: #cc002b 0 0 0.25em;
  background: rgba(204, 0, 43, 0.7);
}

.likely__widget_odnoklassniki {
  fill: #f6903b;
}

.likely__widget_odnoklassniki:hover, .likely__widget_odnoklassniki:active, .likely__widget_odnoklassniki:focus {
  background: rgba(252, 227, 206, 0.8);
}

.likely-light .likely__widget_odnoklassniki:hover, .likely-light .likely__widget_odnoklassniki:active, .likely-light .likely__widget_odnoklassniki:focus {
  text-shadow: #f6903b 0 0 0.25em;
  background: rgba(246, 144, 59, 0.7);
}

.likely {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 -14px;
}

.likely .likely__widget {
  border-radius: 3px;
  height: 22px;
  margin: 0 7px 14px;
}

.likely .likely__icon {
  width: 22px;
  height: 22px;
}

.likely .likely__button {
  padding: 1px 4px 1px 0;
}

.likely .likely__counter {
  padding: 1px 4px;
}

.likely svg {
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
}

.likely-big {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: -18px;
}

.likely-big .likely__widget {
  border-radius: 4px;
  height: 32px;
  margin: 0 9px 18px;
}

.likely-big .likely__icon {
  width: 32px;
  height: 32px;
}

.likely-big .likely__button {
  padding: 2px 6px 2px 0;
}

.likely-big .likely__counter {
  padding: 2px 6px;
}

.likely-big svg {
  left: 4px;
  top: 4px;
  width: 24px;
  height: 24px;
}

.likely-small {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: -12px;
}

.likely-small .likely__widget {
  border-radius: 2px;
  height: 18px;
  margin: 0 6px 12px;
}

.likely-small .likely__icon {
  width: 18px;
  height: 18px;
}

.likely-small .likely__button {
  padding: 2px 3px 2px 0;
}

.likely-small .likely__counter {
  padding: 2px 3px;
}

.likely-small svg {
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
}

.likely__widget:first-child {
  margin-left: 0;
}

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

/*# sourceMappingURL=likely.css.map */

/* End */


/* Start:/local/templates/ohrana-medved.ru/css/responsive.css?177902397639796*/
@charset "UTF-8";
/* =============================================================
 * responsive.scss — адаптивная вёрстка шаблона ohrana-medved.ru
 *
 * Подключается ПОСЛЕ styles.css, чтобы перебивать дефолты.
 * Подход — desktop-first: пишем max-width медиа-запросы.
 *
 * Брейкпойнты:
 *   xl  — до 1200px (узкий ноутбук)
 *   lg  — до 992px  (планшет landscape)
 *   md  — до 768px  (планшет portrait, mobile landscape)
 *   sm  — до 576px  (мобильный portrait)
 *   xs  — до 400px  (узкие телефоны)
 *
 * Компиляция:
 *   sass responsive.scss responsive.css
 * ============================================================= */
/* ── Брейкпойнты / переменные ───────────────────────────────── */
/* минимальный touch-таргет */
/* удобный shortcut */
/* ─────────────────────────────────────────────────────────────
 * 0. БАЗОВАЯ АДАПТАЦИЯ
 *    Действует на всех экранах: предотвращает горизонтальный
 *    скролл и тяжёлые картинки.
 * ───────────────────────────────────────────────────────────── */
html, body {
  overflow-x: hidden;
}

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

/* Адаптивный контейнер по умолчанию.
   В исходнике .section__content имеет фиксированную ширину —
   на узких экранах сжимаем её. */
.section__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* Мобильная шапка, drawer-меню и его overlay скрыты на десктопе.
   Они появляются на < $bp-lg, при этом десктопная #header прячется. */
.m-header,
.m-nav,
.m-nav-overlay {
  display: none;
}

/* ─────────────────────────────────────────────────────────────
 * .service — блок цен на детальной услуги
 * На десктопе — position:absolute в правом углу баннера #content-top.
 * На мобилке — плавающая панель внизу экрана (sticky CTA-bar).
 * ───────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
  /* выкидываем из шапки и прижимаем к низу окна */
  #content-top .service {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 12px 16px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom)); /* iOS notch */
    z-index: 40;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.14);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    /* анимация: едет снизу при загрузке страницы */
    animation: service-bar-up 0.55s cubic-bezier(0.2, 0.8, 0.2, 1) both;
    animation-delay: 0.15s;
    /* блоки внутри — flex-ряд */
  }
  #content-top .service .service__prices {
    display: flex !important;
    gap: 18px;
    flex: 1 1 auto;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: flex-start;
    text-align: left;
  }
  #content-top .service .service__price {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.15;
    margin: 0;
    padding: 0;
    text-align: left !important;
  }
  #content-top .service {
    /* убираем десктопный skew и фон у плашек */
  }
  #content-top .service .block__content,
  #content-top .service .block__text {
    transform: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    display: inline !important;
  }
  #content-top .service .service__price__caption {
    order: 1;
    background: transparent !important;
    font-size: 11px;
    font-weight: 700;
    color: #6d6e71;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2;
  }
  #content-top .service .service__price__main {
    order: 2;
    background: transparent !important;
    color: #1a1a1a !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    text-shadow: none !important;
    padding: 0 !important;
    margin: 2px 0 0 !important;
    line-height: 1;
    white-space: nowrap;
  }
  #content-top .service .service__price__main .value,
  #content-top .service .service__price__main .rouble {
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    font-weight: inherit !important;
  }
  #content-top .service .service__price__main .rouble::after {
    display: none !important;
  }
  #content-top .service {
    /* фичи (галочки преимуществ) в баре не помещаются — прячем */
  }
  #content-top .service .service__feature {
    display: none !important;
  }
  /* Чтобы плавающая панель не закрывала низ страницы, добавляем
     отступ снизу body. */
  body.page_service,
  body.page_services,
  body:has(#content-top .service) {
    padding-bottom: 78px;
  }
}
@keyframes service-bar-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ─────────────────────────────────────────────────────────────
 * 1. < 1200px — узкий desktop / ноутбук
 * ───────────────────────────────────────────────────────────── */
@media (max-width: 1199px) {
  .section__content {
    max-width: 100%;
  }
  /* шапка */
  #header .logo {
    width: 170px;
  }
  #header .logo__image {
    width: 170px;
    height: auto;
  }
  /* плиточное меню услуг сверху */
  #content-top .nav .nav__list li.nav__item {
    font-size: 15px;
  }
  /* статья + aside — уменьшаем aside */
  #content-main #content-aside {
    width: 220px;
  }
}
/* ─────────────────────────────────────────────────────────────
 * 2. < 992px — планшет landscape
 *    Aside уходит вниз, header перестраивается, плитки услуг
 *    делаются в одну колонку.
 * ───────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
  #content-top .section__bottom .wrapper_contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    padding: 0;
  }
  #content-top .section__bottom .wrapper_contacts .contact {
    width: 100%;
  }
  /* ── Десктопная шапка полностью прячется ───────────────── */
  #header {
    display: none !important;
  }
  /* ── МОБИЛЬНАЯ ШАПКА (.m-header) ────────────────────────── */
  .m-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    border-bottom: 0;
    box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.12);
    animation: m-header-in 0.55s cubic-bezier(0.2, 0.8, 0.2, 1) both;
    /* тонкая градиентная линия снизу — wow-разделитель */
  }
  .m-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 114, 188, 0.55) 30%, rgba(229, 57, 53, 0.55) 70%, transparent 100%);
    opacity: 0.7;
  }
  .m-header {
    /* ── гамбургер слева ──────────────────────────────── */
  }
  .m-header__burger {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 26px;
    padding: 4px 2px;
    cursor: pointer;
    box-sizing: border-box;
    flex: 0 0 auto;
    border-radius: 50%;
    transition: background 0.25s ease;
    /* «волна» при клике */
  }
  .m-header__burger::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: rgba(0, 114, 188, 0.15);
    transform: scale(0);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
    pointer-events: none;
  }
  .m-header__burger:active::before {
    transform: scale(1);
    opacity: 1;
  }
  .m-header__burger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #4a4a4a;
    border-radius: 2px;
    margin: 4px 0;
    transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.25s ease, background 0.25s ease;
  }
  .m-header__burger:hover span {
    background: #0072bc;
  }
  .m-header {
    /* ── мини-логотип по центру ───────────────────────── */
  }
  .m-header__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin: 0 auto;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .m-header__logo img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: filter 0.3s ease;
  }
  .m-header__logo:hover {
    transform: scale(1.08) rotate(-3deg);
  }
  .m-header__logo:hover img {
    filter: drop-shadow(0 4px 10px rgba(0, 114, 188, 0.45));
  }
  .m-header {
    /* ── телефон справа ──────────────────────────────── */
  }
  .m-header__phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: color 0.25s ease, transform 0.25s ease;
  }
  .m-header__phone b {
    font-weight: 800;
  }
  .m-header__phone:hover {
    color: #0072bc;
    transform: translateY(-1px);
  }
  .m-header__phone-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    color: #e53935;
    flex: 0 0 auto;
    animation: phone-pulse 2s ease-in-out infinite;
    transform-origin: 50% 60%;
  }
  .m-header__phone-text {
    white-space: nowrap;
  }
  /* «крестик» при открытом меню + лёгкая ротация всего ☰ */
  #m-nav-toggle:checked ~ .m-header .m-header__burger {
    transform: rotate(180deg);
    transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  #m-nav-toggle:checked ~ .m-header .m-header__burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    background: #e53935;
  }
  #m-nav-toggle:checked ~ .m-header .m-header__burger span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  #m-nav-toggle:checked ~ .m-header .m-header__burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    background: #e53935;
  }
  /* ── KEYFRAMES для шапки ───────────────────────────────── */
  @keyframes m-header-in {
    0% {
      opacity: 0;
      transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes phone-pulse {
    0%, 60%, 100% {
      transform: scale(1);
      color: #e53935;
    }
    20% {
      transform: scale(1.18) rotate(-8deg);
      color: #ff5050;
    }
    40% {
      transform: scale(1.05) rotate(6deg);
      color: #e53935;
    }
  }
  /* ── DRAWER-МЕНЮ (.m-nav) — выезжает слева с wow-эффектами ─ */
  .m-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    max-width: 85vw;
    height: 100vh;
    height: 100dvh;
    z-index: 100;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 56px 0 24px;
    transform: translateX(-105%);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    /* премиум-фон с лёгким градиентом и тенью */
    background: linear-gradient(180deg, #ffffff 0%, #fafbfd 100%);
    box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12), inset -1px 0 0 rgba(0, 114, 188, 0.06);
    /* декоративная вертикальная градиент-полоса справа от drawer */
  }
  .m-nav::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 114, 188, 0) 0%, rgba(0, 114, 188, 0.35) 50%, rgba(229, 57, 53, 0.35) 100%);
    pointer-events: none;
  }
  .m-nav {
    /* крестик внутри drawer */
  }
  .m-nav__close {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    color: #6b6b6b;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    transition: background 0.25s ease, color 0.25s ease, transform 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  .m-nav__close:hover {
    background: rgba(229, 57, 53, 0.08);
    color: #e53935;
    transform: rotate(90deg);
  }
  .m-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .m-nav__item {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    /* stagger-state: начальный — спрятан */
    opacity: 0;
    transform: translateX(-12px);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }
  .m-nav__item:first-child {
    border-top: 0;
  }
  .m-nav__link, .m-nav__summary {
    display: block;
    position: relative;
    padding: 14px 22px;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
    transition: padding-left 0.25s ease, color 0.25s ease, background 0.25s ease;
    /* вертикальная подсветка слева — анимируется при hover */
  }
  .m-nav__link::before, .m-nav__summary::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #0072bc, #58a0d3);
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .m-nav__link:hover, .m-nav__summary:hover {
    padding-left: 30px;
    color: #0072bc;
    background: linear-gradient(90deg, rgba(0, 114, 188, 0.08) 0%, transparent 100%);
  }
  .m-nav__link:hover::before, .m-nav__summary:hover::before {
    transform: scaleY(1);
  }
  .m-nav {
    /* активный — ТОЛЬКО прямой потомок, чтобы подменю не красилось всё разом */
  }
  .m-nav__item--active > .m-nav__link, .m-nav__item--active > .m-nav__details > .m-nav__summary {
    color: #0072bc;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(0, 114, 188, 0.1) 0%, transparent 100%);
  }
  .m-nav__item--active > .m-nav__link::before, .m-nav__item--active > .m-nav__details > .m-nav__summary::before {
    transform: scaleY(1);
  }
  .m-nav {
    /* активный пункт ВНУТРИ подменю (например, текущая услуга):
       подсветка фоном + сдвиг текста вправо (как при hover). */
  }
  .m-nav__sub-item--active .m-nav__link--sub {
    padding-left: 46px;
    color: #0072bc;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(0, 114, 188, 0.14) 0%, transparent 100%);
  }
  .m-nav__sub-item--active .m-nav__link--sub::before {
    transform: scaleY(1);
  }
  .m-nav {
    /* подменю Услуг ─ через <details>/<summary> */
  }
  .m-nav__details > summary {
    list-style: none;
    cursor: pointer;
  }
  .m-nav__details > summary::-webkit-details-marker {
    display: none;
  }
  .m-nav__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 22px;
    font-size: 16px;
    color: #1a1a1a;
    user-select: none;
  }
  .m-nav__chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 1;
    color: #0072bc;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: rotate(90deg);
  }
  .m-nav__details[open] .m-nav__chevron {
    transform: rotate(-90deg);
  }
  .m-nav__sub {
    list-style: none;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    animation: m-sub-in 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .m-nav__sub li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
  }
  .m-nav__link--sub {
    padding: 11px 22px 11px 38px;
    font-size: 14.5px;
    color: #444;
    /* собственный hover-индикатор для подпунктов */
  }
  .m-nav__link--sub::before {
    left: 22px;
    width: 3px;
  }
  .m-nav__link--sub:hover {
    padding-left: 46px;
    background: linear-gradient(90deg, rgba(0, 114, 188, 0.12) 0%, transparent 100%);
  }
  .m-nav__link--all {
    color: #0072bc;
    font-weight: 700;
    letter-spacing: 0.2px;
  }
  @keyframes m-sub-in {
    0% {
      opacity: 0;
      max-height: 0;
    }
    100% {
      opacity: 1;
      max-height: 800px;
    }
  }
  .m-nav__item--group .m-nav__summary {
    font-weight: 600;
  }
  /* затемнение позади drawer — с blur эффектом */
  .m-nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(15, 20, 30, 0.55);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease, backdrop-filter 0.35s ease;
    cursor: pointer;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
  }
  /* ── ОТКРЫТОЕ СОСТОЯНИЕ ────────────────────────────────── */
  #m-nav-toggle:checked ~ .m-nav {
    transform: translateX(0);
    /* stagger-анимация пунктов меню — появляются один за другим */
  }
  #m-nav-toggle:checked ~ .m-nav .m-nav__item {
    opacity: 1;
    transform: translateX(0);
  }
  #m-nav-toggle:checked ~ .m-nav .m-nav__item:nth-child(1) {
    transition-delay: 0.1s;
  }
  #m-nav-toggle:checked ~ .m-nav .m-nav__item:nth-child(2) {
    transition-delay: 0.14s;
  }
  #m-nav-toggle:checked ~ .m-nav .m-nav__item:nth-child(3) {
    transition-delay: 0.18s;
  }
  #m-nav-toggle:checked ~ .m-nav .m-nav__item:nth-child(4) {
    transition-delay: 0.22s;
  }
  #m-nav-toggle:checked ~ .m-nav .m-nav__item:nth-child(5) {
    transition-delay: 0.26s;
  }
  #m-nav-toggle:checked ~ .m-nav .m-nav__item:nth-child(6) {
    transition-delay: 0.3s;
  }
  #m-nav-toggle:checked ~ .m-nav .m-nav__item:nth-child(7) {
    transition-delay: 0.34s;
  }
  #m-nav-toggle:checked ~ .m-nav .m-nav__item:nth-child(8) {
    transition-delay: 0.38s;
  }
  #m-nav-toggle:checked ~ .m-nav .m-nav__item:nth-child(9) {
    transition-delay: 0.42s;
  }
  #m-nav-toggle:checked ~ .m-nav .m-nav__item:nth-child(10) {
    transition-delay: 0.46s;
  }
  #m-nav-toggle:checked ~ .m-nav .m-nav__item:nth-child(11) {
    transition-delay: 0.5s;
  }
  #m-nav-toggle:checked ~ .m-nav .m-nav__item:nth-child(12) {
    transition-delay: 0.54s;
  }
  #m-nav-toggle:checked ~ .m-nav-overlay {
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  /* ── Блокировка скролла страницы, пока drawer открыт ───── */
  /* ВАЖНО: НЕ применяем transform на body / html — это создаёт
     новый containing block и ломает position:fixed у .m-nav,
     из-за чего меню могло «уезжать» вверх при скролле. */
  html:has(#m-nav-toggle:checked),
  html:has(#m-nav-toggle:checked) body {
    overflow: hidden;
    height: 100%;
    touch-action: none; /* отключаем pull-to-refresh / нативный скролл-жест */
    overscroll-behavior: none;
  }
  /* ── BANNER + меню услуг ────────────────────────────────── */
  #content-top {
    z-index: 1;
  }
  #content-top .section__top {
    background-position: center;
    background-size: cover;
    min-height: 320px;
  }
  #content-top .section__top .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 24px;
    padding: 24px 0;
  }
  #content-top .section__top .nav .nav__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
  }
  #content-top h1#page-header {
    font-size: 28px;
    line-height: 1.2;
  }
  #content-top .h_main_sub {
    font-size: 18px;
  }
  /* ── CONTENT MAIN ──────────────────────────────────────── */
  #content-main .section__content {
    display: block;
  }
  #content-main #content-article {
    width: 100%;
    float: none;
    margin: 0;
  }
  #content-main #content-aside {
    width: 100%;
    float: none;
    margin: 24px 0 0;
  }
  /* списки услуг и статей */
  .item {
    margin-bottom: 18px;
  }
  /* FOOTER — 4 колонки в 2 ряда */
  #footer .section__content {
    flex-wrap: wrap;
  }
  #footer .section__content .left,
  #footer .section__content .right,
  #footer .section__content .column {
    flex: 0 0 calc(50% - 16px);
  }
  #footer .section__content .right.contacts {
    margin-top: 18px;
  }
  #footer .left .nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px;
  }
}
/* ─────────────────────────────────────────────────────────────
 * 3. < 768px — планшет portrait / мобильный landscape
 *    Меню услуг становится одной колонкой, шрифты ужимаются,
 *    кнопки получают tap-target.
 * ───────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
  .section__content {
    padding-left: 14px;
    padding-right: 14px;
  }
  /* ── МОБИЛЬНАЯ ШАПКА на узких — компактнее ─────────────── */
  .m-header {
    padding: 10px 14px;
  }
  .m-header__phone {
    font-size: 17px;
  }
  .m-header__phone-icon {
    width: 20px;
    height: 20px;
  }
  /* ── BANNER (главная и страницы услуг/статей) ──────────── */
  #content-top {
    margin-bottom: 0;
    /* плиточное меню услуг над баннером — на мобилке скрыто.
       Услуги доступны через drawer-меню (гамбургер). */
  }
  #content-top .section__top .nav {
    display: none;
  }
  #content-top .section__top {
    max-height: 200px;
    min-height: 200px;
    height: 200px;
    background-position: center center;
    background-size: cover;
    padding: 0;
    overflow: hidden;
  }
  #content-top .section__bottom {
    padding: 18px 16px;
    text-align: center;
  }
  #content-top {
    /* H1 — обычный, не italic, переносится по словам.
       !important нужен, потому что в styles.css задано !important у .h_main. */
  }
  #content-top h1#page-header,
  #content-top .h.h_main,
  #content-top .h.h_main.h_italic {
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    word-break: normal !important;
    margin: 0 auto !important;
    max-width: 100% !important;
  }
  #content-top {
    /* подзаголовок — одного размера, без italic, ровный */
  }
  #content-top .h_main_sub,
  #content-top .caption.h_main_sub,
  #content-top .h.h_main.h_main_sub,
  #content-top .h.h_main.h_main_sub.h_italic {
    display: block !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    color: #555 !important;
    margin: 8px auto 0 !important;
    max-width: 100% !important;
  }
  /* ── КОНТЕНТ СТАТЬИ — выравниваем отступы ──────────────── */
  #content-main {
    padding: 0;
  }
  #content-main .section__content {
    padding: 16px 14px;
  }
  #content-article {
    margin: 0;
    padding: 0;
  }
  #content-article > .clearfix {
    margin: 0;
  }
  #content-article {
    /* картинка медведя слева от текста — на мобилке прячем */
  }
  #content-article .replica,
  #content-article .replica.left {
    display: none !important;
  }
  #content-article {
    /* перебиваем margin-left у текста, унаследованный из styles.css
       (правило обычно вида ".replica + .text { margin-left: 120px }") */
  }
  #content-article .replica + .text {
    margin-left: 0;
  }
  #content-article {
    /* основной текст — на всю ширину, без отступов под replica */
  }
  #content-article .text {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.55;
  }
  #content-article .text p {
    margin: 0 0 14px;
  }
  #content-article .text h2 {
    font-size: 19px;
    line-height: 1.3;
    margin: 22px 0 12px;
  }
  #content-article .text ol, #content-article .text ul {
    margin: 0 0 14px;
    padding-left: 22px;
  }
  /* ── ЯНДЕКС.КАРТА — на мобилке прячем ──────────────────── */
  #map-container {
    display: none;
  }
  /* ── СПИСОК УСЛУГ — карточки ───────────────────────────── */
  #content-article {
    background: #f5f7fa; /* мягкий серо-голубой фон под карточками */
    padding: 8px 12px 20px;
    margin: 0 -14px; /* выравниваем по краям экрана */
  }
  .item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    padding: 20px 18px 22px;
    background: #fff;
    border-radius: 14px;
    border: 0 !important; /* перебиваем border-bottom из styles.css */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 14px -6px rgba(20, 50, 100, 0.1);
    transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s ease;
  }
  .item:last-child {
    margin-bottom: 0;
  }
  .item:hover, .item:active {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 12px 28px -8px rgba(0, 114, 188, 0.22);
  }
  .item {
    /* ─── аватарка-кружок (картинка услуги) ──────────── */
  }
  .item .item__link.left {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #eaf3fb 0%, #f7fafd 100%);
    box-shadow: 0 6px 18px -6px rgba(0, 114, 188, 0.35);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .item .item__link.left::after {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    pointer-events: none;
  }
  .item:hover .item__link.left {
    transform: scale(1.05) rotate(-3deg);
  }
  .item .item__image {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
  }
  .item {
    /* ─── текстовая часть карточки ────────────────────── */
  }
  .item .item__main {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
  .item .item__header {
    margin: 0 0 10px;
    padding: 0;
  }
  .item .item__header a {
    position: relative;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    color: #0072bc;
    text-decoration: none;
    transition: color 0.2s ease;
    /* ssub-линия под заголовком, появляется на hover */
  }
  .item .item__header a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -2px;
    height: 2px;
    background: linear-gradient(90deg, #0072bc, #58a0d3);
    border-radius: 2px;
    transition: left 0.3s ease, right 0.3s ease;
  }
  .item .item__header a:hover {
    color: #005a9c;
  }
  .item .item__header a:hover::after {
    left: 10%;
    right: 10%;
  }
  .item .item__text {
    font-size: 14.5px;
    line-height: 1.55;
    color: #4a4a4a;
    text-align: left;
    padding: 0 4px;
  }
  /* ── СТАТЬИ (figure.topic) ─────────────────────────────── */
  figure.topic {
    margin: 0 0 22px;
  }
  figure.topic .itwas-h3 {
    font-size: 17px;
    line-height: 1.3;
  }
  figure.topic p {
    font-size: 14px;
    line-height: 1.45;
  }
  /* ── REPLICA (картинка медведя в article) ──────────────── */
  #content-article .replica {
    float: none;
    display: block;
    margin: 0 auto 12px;
  }
  #content-article .replica .replica__face {
    width: 64px;
    height: 64px;
  }
  #content-article .text {
    font-size: 15px;
    line-height: 1.5;
  }
  #content-article h2 {
    font-size: 19px;
    margin-top: 18px;
  }
  /* ── КЛИЕНТЫ (aside на главной + страница /klientyi/) ──── */
  .wrapper_clients,
  article.clients {
    text-align: center;
  }
  .wrapper_clients .list__items,
  article.clients .list__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .wrapper_clients .client,
  .wrapper_clients .client__link,
  article.clients .client,
  article.clients .client__link {
    display: inline-block;
    margin: 0;
  }
  .wrapper_clients .client__image,
  article.clients .client__image {
    max-width: 140px;
    height: auto;
  }
  /* ── ЯНДЕКС.КАРТА ──────────────────────────────────────── */
  #map-container {
    margin: 24px 0;
  }
  #map-container iframe,
  #map-container > div,
  #map-container ymaps {
    width: 100% !important;
    min-height: 260px;
  }
  /* ── FOOTER ────────────────────────────────────────────── */
  #footer {
    padding-top: 18px;
  }
  #footer .section__content {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  #footer .left,
  #footer .right,
  #footer .column {
    flex: 0 0 100%;
  }
  #footer .left .nav {
    flex-direction: column;
    gap: 0;
  }
  #footer .left .nav .nav__list {
    margin: 0;
  }
  #footer .left .nav .nav__item {
    padding: 4px 0;
  }
  #footer .right.contacts {
    text-align: center;
  }
  #footer .right.contacts .contacts__icon {
    display: inline-block;
    margin: 0 8px 4px 0;
    vertical-align: middle;
  }
  #footer .app-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-top: 12px;
  }
  /* ── ПОПАП обратного звонка ────────────────────────────── */
  .popup__container {
    padding: 12px;
    box-sizing: border-box;
  }
  .popup__container .popup__content,
  .popup__container .call_us_modal {
    width: 100% !important;
    max-width: 380px;
    margin: 60px auto 0;
    box-sizing: border-box;
  }
  .popup__container .modal_content {
    padding: 20px 16px;
  }
  /* ── ЧАТ JivoSite — ниже на мобилке, чтобы не закрывал кнопки */
  #jvlabelWrap,
  .__jivoMobileButton {
    bottom: 12px !important;
  }
}
/* ─────────────────────────────────────────────────────────────
 * 4. < 576px — мобильный portrait
 *    Самый узкий вариант: одноколоночная шапка, крупные tap-target.
 * ───────────────────────────────────────────────────────────── */
@media (max-width: 575px) {
  body {
    font-size: 15px;
  }
  /* ── МОБИЛЬНАЯ ШАПКА — мельче на узких ─────────────────── */
  .m-header {
    padding: 9px 12px;
  }
  .m-header__phone {
    font-size: 16px;
    gap: 6px;
  }
  .m-header__phone-icon {
    width: 18px;
    height: 18px;
  }
  .m-header__burger {
    width: 30px;
    height: 24px;
    padding: 2px;
  }
  .m-header__burger span {
    height: 2px;
    margin: 3px 0;
  }
  .m-header__logo img {
    width: 36px;
    height: 36px;
  }
  .m-nav {
    width: 90%;
  }
  .m-nav__link {
    padding: 13px 18px;
    font-size: 15px;
  }
  /* ── BANNER на узких ───────────────────────────────────── */
  #content-top .section__top {
    max-height: 180px;
    min-height: 180px;
    height: 180px;
  }
  #content-top .section__bottom {
    padding: 16px 14px;
  }
  #content-top h1#page-header,
  #content-top .h.h_main,
  #content-top .h.h_main.h_italic {
    font-size: 20px !important;
  }
  #content-top .h_main_sub,
  #content-top .h.h_main.h_main_sub,
  #content-top .h.h_main.h_main_sub.h_italic {
    font-size: 14px !important;
  }
  /* ── СПИСОК УСЛУГ — компактнее ─────────────────────────── */
  .item .item__image {
    width: 80px;
    height: 80px;
  }
  .item .item__header {
    font-size: 17px;
  }
  /* ── FOOTER — отступы плотнее ─────────────────────────── */
  #footer {
    font-size: 14px;
  }
  #footer .app-links a {
    font-size: 13px;
  }
  /* ── ПОПАП — почти fullscreen ──────────────────────────── */
  .popup__container {
    padding: 0;
  }
  .popup__container .popup__content,
  .popup__container .call_us_modal {
    margin-top: 40px;
    border-radius: 0;
    min-height: calc(100vh - 80px);
  }
  .popup__container .popup__close-button {
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 10;
  }
}
/* ─────────────────────────────────────────────────────────────
 * 5. < 400px — узкие экраны (старые телефоны)
 * ───────────────────────────────────────────────────────────── */
@media (max-width: 399px) {
  .section__content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-header {
    padding: 8px 10px;
  }
  .m-header__phone {
    font-size: 15px;
  }
  .m-header__logo img {
    width: 32px;
    height: 32px;
  }
  #content-top h1#page-header {
    font-size: 18px;
  }
}
/* ─────────────────────────────────────────────────────────────
 * 6. Тач-устройства — увеличиваем tap-target
 * ───────────────────────────────────────────────────────────── */
@media (hover: none) and (pointer: coarse) {
  a, button, .button, .nav__link {
    min-height: 44px;
  }
}
/* ─────────────────────────────────────────────────────────────
 * 6.5. Reduced motion — респектим системные настройки a11y
 *      (пользователь явно попросил «убрать движение»)
 * ───────────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .m-header__phone-icon {
    animation: none !important;
  }
}
/* ─────────────────────────────────────────────────────────────
 * 7. Тёмная тема (опционально — раскомментируйте)
 * ───────────────────────────────────────────────────────────── */
/*
@media (prefers-color-scheme: dark) {
    body {
        background: #1a1d24;
        color: #d9dbe1;
    }
    a { color: #6ab7ff; }
}
*/

/*# sourceMappingURL=responsive.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/form/recall/bitrix/form.result.new/.default/style.css?17786080704686*/
@charset "UTF-8";
/* =============================================================
 * Форма «Заказать обратный звонок» в попапе шапки сайта.
 * Соответствует разметке template.php (BEM-классы .recall-form__*).
 *
 * Дизайн (по скриншоту):
 *   – поля идут стеком, лейблы скрыты (текст уходит в placeholder);
 *   – тонкая бледно-голубая рамка инпутов с лёгким радиусом;
 *   – чекбокс согласия слева + текст с подчёркнутыми синими ссылками;
 *   – серая кнопка «Отправить» на всю ширину.
 * ============================================================= */
/* ── Палитра / размеры ──────────────────────────────────────── */
.recall-form {
  padding: 20px;
  /* ── общий ряд ──────────────────────────────────────────── */
}
.recall-form__row {
  display: block;
  margin-bottom: 12px;
}
.recall-form {
  /* лейбл скрываем визуально, но оставляем доступным скринридерам */
}
.recall-form__label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.recall-form__required {
  margin-left: 2px;
  color: #c00;
}
.recall-form__field {
  width: 100%;
}
.recall-form {
  /* ── инпуты (.recall-form__input и битриксовый .inputtext) ── */
}
.recall-form__input, .recall-form__field .inputtext {
  width: 100%;
  height: 40px;
  padding: 10px 14px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d3e3f9;
  border-radius: 5px;
  font: inherit;
  color: #333;
  outline: none;
  transition: border-color 0.15s ease;
}
.recall-form__input::placeholder, .recall-form__field .inputtext::placeholder {
  color: #999;
}
.recall-form__input:focus, .recall-form__field .inputtext:focus {
  border-color: rgb(143.68, 184.16, 239.82);
}
.recall-form {
  /* ── согласие на обработку ПДн ─────────────────────────── */
}
.recall-form__row--agreement {
  display: block;
  margin: 6px 0 14px;
}
.recall-form__agreement {
  display: block;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}
.recall-form__checkbox {
  flex: 0 0 auto;
  margin-top: 4px;
  cursor: pointer;
}
.recall-form__agreement-text {
  color: #333;
  line-height: 1.4;
  font-size: 14px;
}
.recall-form__agreement-text a {
  color: #2776b6;
  text-decoration: underline;
}
.recall-form__agreement-text a:hover {
  text-decoration: none;
}
.recall-form {
  /* ── ошибки ───────────────────────────────────────────── */
}
.recall-form__errors {
  margin-bottom: 12px;
  padding: 8px 10px;
  background: #ffcccc;
  border: 1px solid rgb(255, 76.5, 76.5);
  color: #c00;
  font-size: 13px;
  border-radius: 5px;
}
.recall-form__error-text {
  display: block;
  margin-top: 4px;
  color: #c00;
  font-size: 12px;
  line-height: 1.3;
}
.recall-form__row--error .recall-form__input, .recall-form__row--error .recall-form__field .inputtext {
  border-color: #c00;
}
.recall-form {
  /* ── сообщение об успехе ──────────────────────────────── */
}
.recall-form__note {
  padding: 14px 12px;
  color: #2a9234;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
.recall-form {
  /* ── submit-кнопка ─────────────────────────────────────── */
}
.recall-form__actions {
  margin-top: 8px;
  text-align: center;
}
.recall-form__actions.smb_btn {
  padding: 0;
}
.recall-form__submit {
  display: block;
  width: 100%;
  padding: 11px 24px;
  background: #d8d8d8;
  border: 0;
  border-radius: 2px;
  color: #333;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.recall-form__submit:hover {
  background: #c8c8c8;
}
.recall-form__submit:focus {
  outline: none;
}
.recall-form__submit[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

#content-aside .recall-form {
  padding-left: 0;
  padding-right: 0;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/ohrana-medved.ru/styles.css?1778395287322*/
/*
 * Стили для контентного редактора Битрикса.
 * Сюда попадают только классы, которые редактор должен предлагать
 * при работе со страницей. Основные стили шаблона лежат в /css/.
 */

/* End */


/* Start:/local/templates/ohrana-medved.ru/template_styles.css?1778395290386*/
/*
 * Этот файл подключается шаблоном автоматически.
 * Реальные стили ohrana-medved лежат в /css/styles.css и подключаются
 * через Asset::addCss() в header.php — этот файл оставлен пустым,
 * чтобы Битрикс не подключал то же самое дважды.
 */

/* End */
/* /local/templates/ohrana-medved.ru/css/fonts.css?17786007943079 */
/* /local/templates/ohrana-medved.ru/css/styles.css?177902271525145 */
/* /local/templates/ohrana-medved.ru/css/likely.css?17786005346897 */
/* /local/templates/ohrana-medved.ru/css/responsive.css?177902397639796 */
/* /local/templates/.default/components/bitrix/form/recall/bitrix/form.result.new/.default/style.css?17786080704686 */
/* /local/templates/ohrana-medved.ru/styles.css?1778395287322 */
/* /local/templates/ohrana-medved.ru/template_styles.css?1778395290386 */
