@charset "UTF-8";

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

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

body {
  margin: 0;
}

main {
  display: block;
}

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

a {
  background-color: transparent;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

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

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[hidden] {
  display: none;
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.846;
  color: #212121;
  background-color: #fff;
}

a {
  color: #2196f3;
  text-decoration: none;
}

a:hover,
a:focus {
  color: rgb(215.0859375, 26.4140625, 30.1875);
  text-decoration: underline;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 29px;
  margin-bottom: 29px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 29px;
  font-size: 24px;
  line-height: inherit;
  color: #212121;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type=radio][disabled],
input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 1.846;
  color: #666;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

.form-control::placeholder {
  color: #bbb;
  opacity: 1;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 29px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 45px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 3px;
}

select.input-lg {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #4caf50;
}

.has-success .form-control {
  border-color: #4caf50;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(145.5378486056, 207.4621513944, 148.0398406375);
}

.has-success .input-group-addon {
  color: #4caf50;
  background-color: #dff0d8;
  border-color: #4caf50;
}

.has-success .form-control-feedback {
  color: #4caf50;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ff9800;
}

.has-warning .form-control {
  border-color: #ff9800;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: rgb(204, 121.6, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(255, 193.2, 102);
}

.has-warning .input-group-addon {
  color: #ff9800;
  background-color: #fffb9e;
  border-color: #ff9800;
}

.has-warning .form-control-feedback {
  color: #ff9800;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: rgb(228.421875, 38.578125, 42.375);
}

.has-error .form-control {
  border-color: rgb(228.421875, 38.578125, 42.375);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: rgb(192.375, 23.625, 27);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(239.578125, 129.421875, 131.625);
}

.has-error .input-group-addon {
  color: rgb(228.421875, 38.578125, 42.375);
  background-color: #f9bdbb;
  border-color: rgb(228.421875, 38.578125, 42.375);
}

.has-error .form-control-feedback {
  color: rgb(228.421875, 38.578125, 42.375);
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(96.75, 96.75, 96.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 36px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group::before,
.form-horizontal .form-group::after {
  content: " ";
  display: table;
}

.form-horizontal .form-group::after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 13.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.846;
  color: #212121;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: rgb(20.25, 20.25, 20.25);
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2196f3;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bbb;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.846;
  color: #bbb;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}

.nav > li.disabled > a {
  color: #bbb;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #bbb;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #2196f3;
}

.nav .nav-divider {
  height: 1px;
  margin: 13.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.846;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 3px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #2196f3;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 29px;
  margin-bottom: 29px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  text-align: center;
  background-color: #2196f3;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #4caf50;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #9c27b0;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #ff9800;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: rgb(228.421875, 38.578125, 42.375);
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #444;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #bbb;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 29px;
  margin-bottom: 14.5px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 26px;
}

h2,
.h2 {
  font-size: 20px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 12px;
}

h6,
.h6 {
  font-size: 10px;
}

p {
  margin: 0 0 14.5px;
}

.lead {
  margin-bottom: 29px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fffb9e;
}

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

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

.text-center,
.category-products-col {
  text-align: center;
}

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #bbb;
}

.text-primary {
  color: #2196f3;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
}

.text-success {
  color: #4caf50;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
}

.text-info {
  color: #9c27b0;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(118.9953488372, 29.7488372093, 134.2511627907);
}

.text-warning {
  color: #ff9800;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(204, 121.6, 0);
}

.text-danger {
  color: rgb(228.421875, 38.578125, 42.375);
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(192.375, 23.625, 27);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #2196f3;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #e1bee7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(207.808988764, 152.7528089888, 217.2471910112);
}

.bg-warning {
  background-color: #fffb9e;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(255, 248.8969072165, 107);
}

.bg-danger {
  background-color: #f9bdbb;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(244.8648648649, 143.5135135135, 140.1351351351);
}

.page-header {
  padding-bottom: 13.5px;
  margin: 58px 0 29px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 14.5px;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 29px;
}

dt,
dd {
  line-height: 1.846;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 29px;
  font-style: normal;
  line-height: 1.846;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 1.846;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #444;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #444;
  background-color: #fff;
  border-color: transparent;
}

.btn-default:focus,
.btn-default.focus {
  color: #444;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgba(0, 0, 0, 0);
}

.btn-default:hover {
  color: #444;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgba(0, 0, 0, 0);
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #444;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #444;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgba(0, 0, 0, 0);
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: transparent;
}

.btn-default .badge {
  color: #fff;
  background-color: #444;
}

.btn-primary {
  color: #fff;
  background-color: #2196f3;
  border-color: transparent;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(9.7076923077, 104.3576923077, 179.5923076923);
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #2196f3;
  border-color: transparent;
}

.btn-primary .badge {
  color: #2196f3;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #4caf50;
  border-color: transparent;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
  border-color: rgba(0, 0, 0, 0);
}

.btn-success:hover {
  color: #fff;
  background-color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
  border-color: rgba(0, 0, 0, 0);
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(49.7482071713, 114.5517928287, 52.3665338645);
  border-color: rgba(0, 0, 0, 0);
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #4caf50;
  border-color: transparent;
}

.btn-success .badge {
  color: #4caf50;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #9c27b0;
  border-color: transparent;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: rgb(118.9953488372, 29.7488372093, 134.2511627907);
  border-color: rgba(0, 0, 0, 0);
}

.btn-info:hover {
  color: #fff;
  background-color: rgb(118.9953488372, 29.7488372093, 134.2511627907);
  border-color: rgba(0, 0, 0, 0);
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(118.9953488372, 29.7488372093, 134.2511627907);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(93.0920930233, 23.2730232558, 105.0269767442);
  border-color: rgba(0, 0, 0, 0);
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #9c27b0;
  border-color: transparent;
}

.btn-info .badge {
  color: #9c27b0;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #ff9800;
  border-color: transparent;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: rgb(204, 121.6, 0);
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning:hover {
  color: #fff;
  background-color: rgb(204, 121.6, 0);
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(204, 121.6, 0);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(168.3, 100.32, 0);
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #ff9800;
  border-color: transparent;
}

.btn-warning .badge {
  color: #ff9800;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: rgb(228.421875, 38.578125, 42.375);
  border-color: transparent;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: rgb(192.375, 23.625, 27);
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger:hover {
  color: #fff;
  background-color: rgb(192.375, 23.625, 27);
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(192.375, 23.625, 27);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(160.5796875, 19.7203125, 22.5375);
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: rgb(228.421875, 38.578125, 42.375);
  border-color: transparent;
}

.btn-danger .badge {
  color: rgb(228.421875, 38.578125, 42.375);
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #2196f3;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: rgb(215.0859375, 26.4140625, 30.1875);
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #bbb;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 3px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn:not(.btn-link) {
  display: inline-block;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.3;
  background-image: linear-gradient(rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.1));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.btn:not(.btn-link):hover,
.btn:not(.btn-link):focus {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), inset 0 -2px 0 rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
}

.btn:not(.btn-link):active {
  transform: translateY(1px);
  filter: brightness(0.98);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.28), 0 1px 1px rgba(0, 0, 0, 0.12);
}

.btn:not(.btn-link):not(.btn-lg):not(.btn-sm):not(.btn-xs):not(.btn-cta):not(.btn-round):not(.btn-ghost) {
  padding: 11px 28px;
}

.btn-warning:not(.btn-link) {
  background-color: #ff9f12;
  color: #fff;
}

.btn-warning:not(.btn-link):hover,
.btn-warning:not(.btn-link):focus {
  color: #fff;
}

.btn.btn-cta {
  padding: 12px 34px;
  font-size: 17px;
}

.btn.btn-cta .icon {
  margin-right: 6px;
}

.btn.btn-cta.btn-block {
  display: block;
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.btn.btn-round {
  width: 36px;
  height: 36px;
  padding: 0;
  margin-left: 8px;
  border-radius: 50%;
  background-color: #ea5457;
  background-image: linear-gradient(rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.12));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -2px 0 rgba(0, 0, 0, 0.18), 0 1px 2px rgba(0, 0, 0, 0.22);
  transition: filter 0.15s ease, transform 0.1s ease, box-shadow 0.12s ease;
}

.btn.btn-round .icon {
  margin: 0;
}

.btn.btn-round:hover,
.btn.btn-round:focus {
  color: #fff;
  filter: brightness(1.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -2px 0 rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.24);
}

.btn.btn-round:active {
  transform: translateY(1px) scale(0.97);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.14);
}

.btn.btn-ghost {
  padding: 12px 24px;
  border: 2px solid rgba(255, 159, 18, 0.55);
  color: #e07d00;
  background-color: #fff;
  background-image: linear-gradient(180deg, #ffffff 0%, #fff6e9 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 2px rgba(17, 24, 39, 0.05);
  text-shadow: none;
}

.btn.btn-ghost .icon {
  margin-right: 6px;
}

.btn.btn-ghost:hover,
.btn.btn-ghost:focus {
  color: #fff;
  border-color: #ff9f12;
  background-image: linear-gradient(180deg, #ffb23a 0%, #ff9f12 100%);
}

.navbar {
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.navbar-brand {
  font-size: 24px;
}

.navbar-inverse .navbar-form input[type=text],
.navbar-inverse .navbar-form input[type=password] {
  color: #fff;
  box-shadow: inset 0 -1px 0 rgb(178.1538461538, 218.6538461538, 250.8461538462);
}

.navbar-inverse .navbar-form input[type=text]::-moz-placeholder,
.navbar-inverse .navbar-form input[type=password]::-moz-placeholder {
  color: rgb(178.1538461538, 218.6538461538, 250.8461538462);
  opacity: 1;
}

.navbar-inverse .navbar-form input[type=text]:-ms-input-placeholder,
.navbar-inverse .navbar-form input[type=password]:-ms-input-placeholder {
  color: rgb(178.1538461538, 218.6538461538, 250.8461538462);
}

.navbar-inverse .navbar-form input[type=text]::-webkit-input-placeholder,
.navbar-inverse .navbar-form input[type=password]::-webkit-input-placeholder {
  color: rgb(178.1538461538, 218.6538461538, 250.8461538462);
}

.navbar-inverse .navbar-form input[type=text]:focus,
.navbar-inverse .navbar-form input[type=password]:focus {
  box-shadow: inset 0 -2px 0 #fff;
}

.btn-default:focus {
  background-color: #fff;
}

.btn-default:hover,
.btn-default:active:hover {
  background-color: rgb(239.7, 239.7, 239.7);
}

.btn-default:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.btn-default {
  position: relative;
}

.btn-default:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(circle, #444 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-size: 1000% 1000%;
  background-position: 50%;
  opacity: 0;
  pointer-events: none;
  transition: background 0.5s, opacity 1s;
}

.btn-default:active:after {
  background-size: 0% 0%;
  opacity: 0.2;
  transition: 0s;
}

.btn-primary:focus {
  background-color: #2196f3;
}

.btn-primary:hover,
.btn-primary:active:hover {
  background-color: rgb(12.5846153846, 135.2846153846, 232.8153846154);
}

.btn-primary:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.btn-primary {
  position: relative;
}

.btn-primary:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-size: 1000% 1000%;
  background-position: 50%;
  opacity: 0;
  pointer-events: none;
  transition: background 0.5s, opacity 1s;
}

.btn-primary:active:after {
  background-size: 0% 0%;
  opacity: 0.2;
  transition: 0s;
}

.btn-success:focus {
  background-color: #4caf50;
}

.btn-success:hover,
.btn-success:active:hover {
  background-color: rgb(66.7346613546, 153.6653386454, 70.2470119522);
}

.btn-success:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.btn-success {
  position: relative;
}

.btn-success:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-size: 1000% 1000%;
  background-position: 50%;
  opacity: 0;
  pointer-events: none;
  transition: background 0.5s, opacity 1s;
}

.btn-success:active:after {
  background-size: 0% 0%;
  opacity: 0.2;
  transition: 0s;
}

.btn-info:focus {
  background-color: #9c27b0;
}

.btn-info:hover,
.btn-info:active:hover {
  background-color: rgb(133.7972093023, 33.4493023256, 150.9506976744);
}

.btn-info:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.btn-info {
  position: relative;
}

.btn-info:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-size: 1000% 1000%;
  background-position: 50%;
  opacity: 0;
  pointer-events: none;
  transition: background 0.5s, opacity 1s;
}

.btn-info:active:after {
  background-size: 0% 0%;
  opacity: 0.2;
  transition: 0s;
}

.btn-warning:focus {
  background-color: #ff9800;
}

.btn-warning:hover,
.btn-warning:active:hover {
  background-color: rgb(224.4, 133.76, 0);
}

.btn-warning:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.btn-warning {
  position: relative;
}

.btn-warning:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-size: 1000% 1000%;
  background-position: 50%;
  opacity: 0;
  pointer-events: none;
  transition: background 0.5s, opacity 1s;
}

.btn-warning:active:after {
  background-size: 0% 0%;
  opacity: 0.2;
  transition: 0s;
}

.btn-danger:focus {
  background-color: rgb(228.421875, 38.578125, 42.375);
}

.btn-danger:hover,
.btn-danger:active:hover {
  background-color: rgb(210.54375, 25.85625, 29.55);
}

.btn-danger:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.btn-danger {
  position: relative;
}

.btn-danger:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-size: 1000% 1000%;
  background-position: 50%;
  opacity: 0;
  pointer-events: none;
  transition: background 0.5s, opacity 1s;
}

.btn-danger:active:after {
  background-size: 0% 0%;
  opacity: 0.2;
  transition: 0s;
}

.btn-link:focus {
  background-color: #fff;
}

.btn-link:hover,
.btn-link:active:hover {
  background-color: rgb(239.7, 239.7, 239.7);
}

.btn-link:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.btn-link {
  position: relative;
}

.btn-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(circle, #444 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-size: 1000% 1000%;
  background-position: 50%;
  opacity: 0;
  pointer-events: none;
  transition: background 0.5s, opacity 1s;
}

.btn-link:active:after {
  background-size: 0% 0%;
  opacity: 0.2;
  transition: 0s;
}

.btn {
  text-transform: uppercase;
  border: none;
  transition: all 0.4s;
}

.btn-link {
  border-radius: 3px;
  box-shadow: none;
}

.btn-link:hover,
.btn-link:focus {
  box-shadow: none;
  color: #444;
  text-decoration: none;
}

.btn-link .disabled:hover,
.btn-link .disabled:active:hover,
.btn-link[disabled]:hover,
.btn-link[disabled]:active:hover,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:active:hover {
  background-color: #fff;
  color: #444;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1px;
}

p {
  margin: 0 0 1em;
}

input,
button {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1px;
}

a {
  transition: all 0.2s;
}

.table-hover > tbody > tr,
.table-hover > tbody > tr > th,
.table-hover > tbody > tr > td {
  transition: all 0.2s;
}

label {
  font-weight: normal;
}

textarea,
textarea.form-control,
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
[type=text].form-control,
[type=password].form-control,
[type=email].form-control,
[type=tel].form-control,
[contenteditable].form-control {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: inset 0 -1px 0 #ddd;
  font-size: 16px;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -2px 0 #2196f3;
}

textarea[disabled],
textarea[readonly],
textarea.form-control[disabled],
textarea.form-control[readonly],
input.form-control[disabled],
input.form-control[readonly],
input[type=text][disabled],
input[type=text][readonly],
input[type=password][disabled],
input[type=password][readonly],
input[type=email][disabled],
input[type=email][readonly],
input[type=number][disabled],
input[type=number][readonly],
[type=text].form-control[disabled],
[type=text].form-control[readonly],
[type=password].form-control[disabled],
[type=password].form-control[readonly],
[type=email].form-control[disabled],
[type=email].form-control[readonly],
[type=tel].form-control[disabled],
[type=tel].form-control[readonly],
[contenteditable].form-control[disabled],
[contenteditable].form-control[readonly] {
  box-shadow: none;
  border-bottom: 1px dotted #ddd;
}

textarea.input-sm,
textarea.form-control.input-sm,
input.form-control.input-sm,
input[type=text].input-sm,
input[type=password].input-sm,
input[type=email].input-sm,
input[type=number].input-sm,
[type=text].form-control.input-sm,
[type=password].form-control.input-sm,
[type=email].form-control.input-sm,
[type=tel].form-control.input-sm,
[contenteditable].form-control.input-sm {
  font-size: 14px;
}

textarea.input-lg,
textarea.form-control.input-lg,
input.form-control.input-lg,
input[type=text].input-lg,
input[type=password].input-lg,
input[type=email].input-lg,
input[type=number].input-lg,
[type=text].form-control.input-lg,
[type=password].form-control.input-lg,
[type=email].form-control.input-lg,
[type=tel].form-control.input-lg,
[contenteditable].form-control.input-lg {
  font-size: 20px;
}

select,
select.form-control {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  padding-right: 0\9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right center;
  box-shadow: inset 0 -1px 0 #ddd;
  font-size: 16px;
  line-height: 1.5;
}

select::-ms-expand,
select.form-control::-ms-expand {
  display: none;
}

select.input-sm,
select.form-control.input-sm {
  font-size: 14px;
}

select.input-lg,
select.form-control.input-lg {
  font-size: 20px;
}

select:focus,
select.form-control:focus {
  box-shadow: inset 0 -2px 0 #2196f3;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
}

select[disabled],
select[readonly],
select.form-control[disabled],
select.form-control[readonly] {
  box-shadow: none;
  border-bottom: 1px dotted #ddd;
}

select[disabled],
select[disabled] option,
select[readonly],
select[readonly] option,
select.form-control[disabled],
select.form-control[disabled] option,
select.form-control[readonly],
select.form-control[readonly] option {
  color: #bbb;
}

select[multiple],
select.form-control[multiple] {
  background: none;
}

.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
  padding-left: 25px;
}

.radio input[type=radio],
.radio input[type=checkbox],
.radio-inline input[type=radio],
.radio-inline input[type=checkbox],
.checkbox input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=radio],
.checkbox-inline input[type=checkbox] {
  margin-left: -25px;
}

input[type=radio],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: relative;
  margin-top: 6px;
  margin-right: 4px;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

input[type=radio]:focus,
.radio input[type=radio]:focus,
.radio-inline input[type=radio]:focus {
  outline: none;
}

input[type=radio]:before,
input[type=radio]:after,
.radio input[type=radio]:before,
.radio input[type=radio]:after,
.radio-inline input[type=radio]:before,
.radio-inline input[type=radio]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transition: 240ms;
}

input[type=radio]:before,
.radio input[type=radio]:before,
.radio-inline input[type=radio]:before {
  position: absolute;
  left: 0;
  top: -3px;
  background-color: #2196f3;
  transform: scale(0);
}

input[type=radio]:after,
.radio input[type=radio]:after,
.radio-inline input[type=radio]:after {
  position: relative;
  top: -3px;
  border: 2px solid #666;
}

input[type=radio]:checked:before,
.radio input[type=radio]:checked:before,
.radio-inline input[type=radio]:checked:before {
  transform: scale(0.5);
}

input[type=radio]:disabled:checked:before,
.radio input[type=radio]:disabled:checked:before,
.radio-inline input[type=radio]:disabled:checked:before {
  background-color: #bbb;
}

input[type=radio]:checked:after,
.radio input[type=radio]:checked:after,
.radio-inline input[type=radio]:checked:after {
  border-color: #2196f3;
}

input[type=radio]:disabled:after,
input[type=radio]:disabled:checked:after,
.radio input[type=radio]:disabled:after,
.radio input[type=radio]:disabled:checked:after,
.radio-inline input[type=radio]:disabled:after,
.radio-inline input[type=radio]:disabled:checked:after {
  border-color: #bbb;
}

input[type=checkbox],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: relative;
  overflow: visible;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

input[type=checkbox]:focus,
.checkbox input[type=checkbox]:focus,
.checkbox-inline input[type=checkbox]:focus {
  outline: none;
}

input[type=checkbox]:focus:after,
.checkbox input[type=checkbox]:focus:after,
.checkbox-inline input[type=checkbox]:focus:after {
  border-color: #2196f3;
}

input[type=checkbox]:after,
.checkbox input[type=checkbox]:after,
.checkbox-inline input[type=checkbox]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 2px solid #666;
  border-radius: 2px;
  transition: 240ms;
}

input[type=checkbox]:checked:before,
.checkbox input[type=checkbox]:checked:before,
.checkbox-inline input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  z-index: 1;
  transform: rotate(45deg);
}

input[type=checkbox]:checked:after,
.checkbox input[type=checkbox]:checked:after,
.checkbox-inline input[type=checkbox]:checked:after {
  background-color: #2196f3;
  border-color: #2196f3;
}

input[type=checkbox]:disabled:after,
.checkbox input[type=checkbox]:disabled:after,
.checkbox-inline input[type=checkbox]:disabled:after {
  border-color: #bbb;
}

input[type=checkbox]:disabled:checked:after,
.checkbox input[type=checkbox]:disabled:checked:after,
.checkbox-inline input[type=checkbox]:disabled:checked:after {
  background-color: #bbb;
  border-color: transparent;
}

.has-warning input:not([type=checkbox]),
.has-warning .form-control,
.has-warning input.form-control[readonly],
.has-warning input[type=text][readonly],
.has-warning [type=text].form-control[readonly],
.has-warning input:not([type=checkbox]):focus,
.has-warning .form-control:focus {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 #ff9800;
}

.has-error input:not([type=checkbox]),
.has-error .form-control,
.has-error input.form-control[readonly],
.has-error input[type=text][readonly],
.has-error [type=text].form-control[readonly],
.has-error input:not([type=checkbox]):focus,
.has-error .form-control:focus {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 rgb(228.421875, 38.578125, 42.375);
}

.has-success input:not([type=checkbox]),
.has-success .form-control,
.has-success input.form-control[readonly],
.has-success input[type=text][readonly],
.has-success [type=text].form-control[readonly],
.has-success input:not([type=checkbox]):focus,
.has-success .form-control:focus {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 #4caf50;
}

.has-warning .input-group-addon,
.has-error .input-group-addon,
.has-success .input-group-addon {
  color: #666;
  border-color: transparent;
  background-color: transparent;
}

.form-group-lg select,
.form-group-lg select.form-control {
  line-height: 1.5;
}

.dropdown-menu {
  margin-top: 0;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.alert {
  border: none;
}

.badge {
  padding: 4px 6px 4px;
}

.progress {
  position: relative;
  z-index: 1;
  height: 6px;
  border-radius: 0;
  box-shadow: none;
}

.progress-bar {
  box-shadow: none;
}

.progress-bar:last-child {
  border-radius: 0 3px 3px 0;
}

.progress-bar:last-child:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgb(202.3461538462, 230.0961538462, 252.1538461538);
}

.progress-bar-success:last-child.progress-bar:before {
  background-color: rgb(198.874501992, 230.625498008, 200.1573705179);
}

.progress-bar-info:last-child.progress-bar:before {
  background-color: rgb(237.0255813953, 201.3813953488, 243.1186046512);
}

.progress-bar-warning:last-child.progress-bar:before {
  background-color: rgb(255, 224.1, 178.5);
}

.progress-bar-danger:last-child.progress-bar:before {
  background-color: rgb(242.3671875, 152.1328125, 153.9375);
}

.close {
  font-size: 34px;
  font-weight: 300;
  line-height: 24px;
  opacity: 0.6;
  transition: all 0.2s;
}

.close:hover {
  opacity: 1;
}

.list-group-item {
  padding: 15px;
}

.list-group-item-text {
  color: #bbb;
}

.well {
  border-radius: 0;
  box-shadow: none;
}

.panel {
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.panel-heading {
  border-bottom: none;
}

.panel-footer {
  border-top: none;
}

.popover {
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
  color: inherit;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: rgba(17, 24, 39, 0.92);
}

.lightbox.is-open {
  display: flex;
}

.lightbox__stage {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 92vw;
  max-height: 88vh;
}

.lightbox__img {
  max-width: 92vw;
  max-height: 82vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.lightbox__cap {
  margin-top: 12px;
  max-width: 80vw;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.lightbox__close {
  position: absolute;
  top: 16px;
  right: 22px;
  width: 44px;
  height: 44px;
  font-size: 34px;
  line-height: 1;
  color: #fff;
  background: none;
  border: 0;
  cursor: pointer;
  opacity: 0.8;
}

.lightbox__close:hover {
  opacity: 1;
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.75;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.lightbox__nav:hover {
  opacity: 1;
  background: rgba(234, 84, 87, 0.85);
}

.lightbox__nav--prev {
  left: 20px;
}

.lightbox__nav--next {
  right: 20px;
}

.vtooltip {
  position: absolute;
  z-index: 1090;
  max-width: 240px;
  padding: 6px 10px;
  font-size: 12.5px;
  line-height: 1.4;
  color: #fff;
  background: #2a2d34;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.22);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.vtooltip.is-visible {
  opacity: 1;
}

@media (max-width: 600px) {
  .lightbox {
    padding: 16px;
  }

  .lightbox__nav {
    width: 42px;
    height: 42px;
    font-size: 30px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row::before,
.row::after {
  content: " ";
  display: table;
}

.row::after {
  clear: both;
}

.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1 {
  float: left;
  width: 8.3333333333%;
}

.col-xs-2 {
  float: left;
  width: 16.6666666667%;
}

.col-xs-3 {
  float: left;
  width: 25%;
}

.col-xs-4 {
  float: left;
  width: 33.3333333333%;
}

.col-xs-5 {
  float: left;
  width: 41.6666666667%;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  float: left;
  width: 58.3333333333%;
}

.col-xs-8 {
  float: left;
  width: 66.6666666667%;
}

.col-xs-9 {
  float: left;
  width: 75%;
}

.col-xs-10 {
  float: left;
  width: 83.3333333333%;
}

.col-xs-11 {
  float: left;
  width: 91.6666666667%;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1 {
    float: left;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    float: left;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    float: left;
    width: 25%;
  }

  .col-sm-4 {
    float: left;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    float: left;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    float: left;
    width: 50%;
  }

  .col-sm-7 {
    float: left;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    float: left;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    float: left;
    width: 75%;
  }

  .col-sm-10 {
    float: left;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    float: left;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    float: left;
    width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1 {
    float: left;
    width: 8.3333333333%;
  }

  .col-md-2 {
    float: left;
    width: 16.6666666667%;
  }

  .col-md-3 {
    float: left;
    width: 25%;
  }

  .col-md-4 {
    float: left;
    width: 33.3333333333%;
  }

  .col-md-5 {
    float: left;
    width: 41.6666666667%;
  }

  .col-md-6 {
    float: left;
    width: 50%;
  }

  .col-md-7 {
    float: left;
    width: 58.3333333333%;
  }

  .col-md-8 {
    float: left;
    width: 66.6666666667%;
  }

  .col-md-9 {
    float: left;
    width: 75%;
  }

  .col-md-10 {
    float: left;
    width: 83.3333333333%;
  }

  .col-md-11 {
    float: left;
    width: 91.6666666667%;
  }

  .col-md-12 {
    float: left;
    width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1 {
    float: left;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    float: left;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    float: left;
    width: 25%;
  }

  .col-lg-4 {
    float: left;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    float: left;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    float: left;
    width: 50%;
  }

  .col-lg-7 {
    float: left;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    float: left;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    float: left;
    width: 75%;
  }

  .col-lg-10 {
    float: left;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    float: left;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    float: left;
    width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #bbb;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: rgb(161.5, 161.5, 161.5);
}

.label-primary {
  background-color: #2196f3;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
}

.label-success {
  background-color: #4caf50;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
}

.label-info {
  background-color: #9c27b0;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: rgb(118.9953488372, 29.7488372093, 134.2511627907);
}

.label-warning {
  background-color: #ff9800;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: rgb(204, 121.6, 0);
}

.label-danger {
  background-color: rgb(228.421875, 38.578125, 42.375);
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: rgb(192.375, 23.625, 27);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #bbb;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 3px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 29px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li::before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}

.breadcrumb > .active {
  color: #bbb;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 29px 0;
  border-radius: 3px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 16px;
  margin-left: -1px;
  line-height: 1.846;
  color: #2196f3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(215.0859375, 26.4140625, 30.1875);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #2196f3;
  border-color: #2196f3;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #bbb;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.alert {
  padding: 15px;
  margin-bottom: 29px;
  border: 1px solid transparent;
  border-radius: 3px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #fff;
  background-color: #4caf50;
  border-color: rgb(79.5089641434, 157.2211155378, 68.2788844622);
}

.alert-success hr {
  border-top-color: rgb(70.5179282869, 139.4422310757, 60.5577689243);
}

.alert-success .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-info {
  color: #fff;
  background-color: #9c27b0;
  border-color: rgb(117.3724806202, 34.3744186047, 155.1255813953);
}

.alert-info hr {
  border-top-color: rgb(101.5782945736, 29.7488372093, 134.2511627907);
}

.alert-info .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-warning {
  color: #1d2670;
  background-color: #ff9800;
  border-color: rgb(229.5, 98.55, 0);
}

.alert-warning hr {
  border-top-color: rgb(204, 87.6, 0);
}

.alert-warning .alert-link {
  color: rgb(18.5106382979, 24.2553191489, 71.4893617021);
}

.alert-danger {
  color: #fff;
  background-color: rgb(228.421875, 38.578125, 42.375);
  border-color: rgb(215.0859375, 26.4140625, 61.6328125);
}

.alert-danger hr {
  border-top-color: rgb(192.375, 23.625, 55.125);
}

.alert-danger .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #bbb;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 29px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.846;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #e1bee7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: rgb(216.404494382, 171.3764044944, 224.1235955056);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fffb9e;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(255, 249.9484536082, 132.5);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f9bdbb;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(246.9324324324, 166.2567567568, 163.5675675676);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 21.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203A";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid transparent;
}

.modal-header::before,
.modal-header::after {
  content: " ";
  display: table;
}

.modal-header::after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.846;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid transparent;
}

.modal-footer::before,
.modal-footer::after {
  content: " ";
  display: table;
}

.modal-footer::after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.breadcrumb {
  margin-top: 13px;
  margin-bottom: 5px;
}

button .caret,
a .caret {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
  margin-top: -2px;
}

button.collapsed .caret,
a.collapsed .caret {
  transform: rotate(90deg);
}

.btn-slider {
  position: absolute;
  top: 70%;
  left: 44%;
}

.entry-button {
  font-size: 13px;
}

.entry-button-on-categories {
  font-size: 9px;
}

/* Home Page Carousel */

#carousel-index {
  margin-bottom: 7px;
}

#carousel-top .carousel-inner .item {
  height: auto;
  background: none;
}

#carousel-top .carousel-inner .item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 940/353;
  -o-object-fit: cover;
     object-fit: cover;
}

.material-slider-container {
  margin-bottom: 15px;
}

.material-slider-container .loader {
  margin-top: 50px;
}

.material-slider-container .carousel-indicators {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  margin-left: auto;
}

.material-slider-container .carousel-indicators li {
  border: 1px solid #EA5457;
  border-radius: 25px;
  text-indent: 0;
  background-color: transparent;
  font-size: 12px;
  width: 24px;
  height: 24px;
  padding-top: 11px;
  line-height: 0;
  color: #EA5457;
  margin: 2px;
}

.material-slider-container .carousel-indicators li.active {
  background-color: #EA5457 !important;
  color: #FFFFFF;
  margin: 2px;
}

.carousel-fade .carousel-inner {
  position: relative;
}

.carousel-fade .carousel-inner > .item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.carousel-fade .carousel-inner > .item.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* "Другие материалы этой категории" slider:
   SVG arrow controls, vertically centred, no Bootstrap side gradient. */

/* "Выполненные работы" gallery: SVG arrow controls, vertically centred,
   no Bootstrap side gradient / full-height stretch. */

.carousel-control {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 42px !important;
  height: 42px !important;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #EA5457 !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.12)) !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  font-size: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -2px 0 rgba(0, 0, 0, 0.18), 0 1px 2px rgba(0, 0, 0, 0.22);
  transition: filter 0.15s ease, box-shadow 0.12s ease, transform 0.1s ease;
}

.carousel-control.left {
  left: 20px !important;
  right: auto !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.12)) !important;
}

.carousel-control.right {
  right: 20px !important;
  left: auto !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.12)) !important;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff !important;
  filter: brightness(1.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -2px 0 rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.24);
}

.carousel-control:active {
  transform: translateY(-50%) scale(0.95);
}

.carousel-control .carousel-control-icon,
.carousel-control .icon {
  width: 18px !important;
  height: 18px !important;
  color: #fff;
}

.container {
  width: 970px;
  max-width: 100%;
}

body {
  padding-top: 10px;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

img.img-hover:hover,
a img.img-hover:hover {
  opacity: 0.8;
}

.well textarea,
.well textarea.form-control,
.well input.form-control,
.well input[type=text],
.well input[type=password],
.well input[type=email],
.well input[type=number],
.well [type=text].form-control,
.well [type=password].form-control,
.well [type=email].form-control,
.well [type=tel].form-control,
.well [contenteditable].form-control,
.well select,
.well select.form-control {
  background-color: #FFFFFF;
  padding-left: 8px;
}

.bg-gray {
  background: #E8E8E8;
}

.bg-gray .form-control {
  background-color: #FFFFFF;
  padding: 0 10px;
  background-position: right 7px center;
}

input[type=number].input-jumbo {
  font-size: 32px;
  height: 51px;
  line-height: 28px;
  font-weight: 900;
}

.contact-form-wrap .checkbox input[type=checkbox] {
  position: absolute;
}

.contact-form-wrap .messages .alert {
  display: none;
}

.contact-form-wrap textarea,
.contact-form-wrap input {
  width: 100%;
}

.contact-form-wrap textarea:focus,
.contact-form-wrap input:focus {
  outline: none;
}

.contact-form-wrap textarea {
  height: 69px;
}

.contact-form-wrap .row {
  margin-bottom: 10px;
}

.availability-messages .alert {
  display: none;
}

.navbar {
  position: relative;
  min-height: 48px;
  margin-bottom: 29px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse {
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 48px;
  padding: 9.5px 15px;
  font-size: 20px;
  line-height: 29px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

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

.navbar-nav {
  margin: 4.75px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 29px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 29px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 9.5px;
    padding-bottom: 9.5px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

.navbar-form {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

.navbar-btn.btn-sm {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

.navbar-btn.btn-xs {
  margin-top: 13px;
  margin-bottom: 13px;
}

.navbar-text {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.dropdown-menu > li > a {
  padding-right: 28px !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

@media (min-width: 768px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.dropdown-submenu:hover > a:after {
  border-left-color: #FFFFFF;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-width: 0;
  border-left-color: #555555;
  margin-top: 13px;
  margin-right: -16px;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.navbar-nav li a {
  font-size: 18px;
}

.navbar {
  border-radius: 0;
}

.navbar .navbar-nav > li > a {
  color: #444;
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width: 768px) {
  .navbar .navbar-nav > li:hover > ul.dropdown-menu {
    display: block;
  }
}

.navbar .navbar-nav.navbar-right {
  float: right !important;
}

.navbar .navbar-nav.navbar-right:last-child {
  margin-right: 0 !important;
}

#navbar-top {
  min-height: 31px;
}

#navbar-top .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 9px;
  line-height: 20px;
}

#navbar-top form input.form-control {
  width: 140px;
  max-width: 100%;
}

#navbar-main-container {
  margin-bottom: 15px;
}

#navbar-main-container .navbar {
  min-height: 31px;
  margin-bottom: 0;
  background-color: #EA5457;
  background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0.1));
  border: 0;
  border-radius: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}

#navbar-main-container .navbar .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

#navbar-main-container .navbar .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 9px;
  line-height: 20px;
}

#navbar-main-container .navbar .navbar-nav > li > a .caret {
  color: #FFFFFF;
}

#navbar-main-container .navbar .navbar-nav > li > a:hover,
#navbar-main-container .navbar .navbar-nav > li > a:focus {
  color: #EA5457;
  background-color: #F1F1F1;
}

#navbar-main-container .navbar .navbar-nav > li > a:hover .caret,
#navbar-main-container .navbar .navbar-nav > li > a:focus .caret {
  color: #EA5457;
}

#navbar-main-container .navbar .navbar-nav > .active > a,
#navbar-main-container .navbar .navbar-nav > .active > a:hover,
#navbar-main-container .navbar .navbar-nav > .active > a:focus {
  color: #EA5457;
  background-color: #F1F1F1;
}

#navbar-main-container .navbar .navbar-nav > .active > a .caret,
#navbar-main-container .navbar .navbar-nav > .active > a:hover .caret,
#navbar-main-container .navbar .navbar-nav > .active > a:focus .caret {
  color: #EA5457;
}

#navbar-main-container .navbar .navbar-nav > .special > a {
  color: rgba(255, 255, 255, 0.42);
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: color 0.15s ease, background-color 0.15s ease, filter 0.15s ease;
}

#navbar-main-container .navbar .navbar-nav > .special > a:hover,
#navbar-main-container .navbar .navbar-nav > .special > a:focus {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.07);
}

#navbar-main-container .navbar .navbar-nav > .special.filled > a,
#navbar-main-container .navbar .navbar-nav > .special.filled > a:hover,
#navbar-main-container .navbar .navbar-nav > .special.filled > a:focus {
  color: #FFFFFF;
  background-color: #2e9e5b;
  background-image: linear-gradient(rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.12));
  height: 39px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -2px 0 rgba(0, 0, 0, 0.16);
}

#navbar-main-container .navbar .navbar-nav > .special.filled > a:hover,
#navbar-main-container .navbar .navbar-nav > .special.filled > a:focus {
  filter: brightness(1.06);
}

#navbar-main-container .navbar .navbar-nav > .special.filled > a small {
  display: inline-block;
  min-width: 20px;
  margin-left: 4px;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  text-align: center;
  color: #2e9e5b;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.14);
}

#navbar-main-container .navbar .navbar-nav > .disabled > a,
#navbar-main-container .navbar .navbar-nav > .disabled > a:hover,
#navbar-main-container .navbar .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar {
  margin-bottom: 0;
}

#navbar-top.navbar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-image: linear-gradient(#ffffff, #eef1f5);
  border: 1px solid #e2e6ec;
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 -1px 0 rgba(17, 24, 39, 0.05), 0 2px 5px rgba(17, 24, 39, 0.07);
  padding-left: 12px;
  padding-right: 6px;
}

#navbar-top.navbar::before,
#navbar-top.navbar::after {
  display: none;
}

#navbar-top .topmenu > li > a {
  border-radius: 0;
  transition: color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

#navbar-top .topmenu > li > a:hover,
#navbar-top .topmenu > li > a:focus {
  color: #EA5457;
  background-color: rgba(234, 84, 87, 0.08);
}

#navbar-top .topmenu > li.active > a,
#navbar-top .topmenu > li.active > a:hover,
#navbar-top .topmenu > li.active > a:focus {
  color: #fff;
  border-radius: 0;
  background-image: linear-gradient(#f26d70, #e0474a);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -2px 0 rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.18);
}

#navbar-top .topmenu > li:first-child > a:hover,
#navbar-top .topmenu > li:first-child > a:focus,
#navbar-top .topmenu > li:first-child.active > a {
  margin-left: -12px;
  padding-left: 27px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

@media (min-width: 768px) {
  #navbar-top .topmenu > li.dropdown:hover > .dropdown-menu,
  #navbar-top .topmenu > li.dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}

#navbar-top .topmenu {
  margin-right: auto;
}

#navbar-top .navbar-utility {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 16px;
}

#navbar-top .navbar-utility > div {
  display: flex;
  align-items: center;
}

#navbar-top .navbar-utility .navbar-form {
  float: none;
}

@media (min-width: 769px) and (max-width: 1150px) {
  #navbar-main-container .navbar .navbar-nav.topmenu-main {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  #navbar-main-container .navbar .navbar-nav.topmenu-main > li > a {
    font-size: 14px;
    padding-left: 11px;
    padding-right: 11px;
    white-space: nowrap;
  }
}

@media (min-width: 769px) and (max-width: 939px) {
  #navbar-main-container .navbar .navbar-nav.topmenu-main > li > a {
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #navbar-top .topmenu > li > a {
    font-size: 13px;
    padding-left: 9px;
    padding-right: 9px;
  }

  #navbar-top .navbar-form .top-search-wrap .form-control {
    width: 130px;
  }

  #navbar-top .navbar-form .top-search-wrap .form-control:focus {
    width: 180px;
  }

  #navbar-top .topmenu > li > a {
    white-space: nowrap;
  }

  header #logo img {
    width: 280px;
    height: auto;
  }

  #call-me-header-1 {
    margin-top: 12px;
    padding: 9px 18px;
    font-size: 13px;
  }

  .header-cta__sub {
    font-size: 11px;
  }

  header .phones {
    margin-top: 0;
  }

  header .phones .phone a,
  header .phones .phone span {
    font-size: 23px;
  }

  header .phones .small {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #navbar-top .navbar {
    position: relative;
  }

  #navbar-top #touch-menu.mobile-menu {
    display: inline-flex;
    align-items: center;
    width: auto;
    margin-right: auto;
    padding: 8px 12px;
    color: #444 !important;
  }

  #navbar-top #touch-menu.mobile-menu i {
    font-size: 24px;
  }

  #navbar-top .topmenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1030;
    width: 260px;
    margin: 0;
    padding: 6px 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  }

  #navbar-top .topmenu > li {
    display: block;
    float: none;
    width: 100%;
  }

  #navbar-top .topmenu > li > a {
    padding: 11px 18px;
    font-size: 15px;
    white-space: nowrap;
  }

  #navbar-top .topmenu > li > a:hover,
  #navbar-top .topmenu > li > a:focus {
    background: #f5f6f8;
  }

  #navbar-top .topmenu .caret {
    display: none;
  }

  #navbar-top .topmenu .dropdown-menu {
    display: none !important;
  }
}

@keyframes ctaRing {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 159, 18, 0.5);
  }

  70%, 100% {
    box-shadow: 0 0 0 14px rgba(255, 159, 18, 0);
  }
}

.sticky-cta {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1030;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  background-color: #ff9f12;
  background-image: linear-gradient(rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.1));
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -2px 0 rgba(0, 0, 0, 0.16), 0 6px 20px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease, filter 0.15s ease;
}

.sticky-cta.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.sticky-cta:hover,
.sticky-cta:focus {
  color: #fff;
  filter: brightness(1.05);
}

.sticky-cta__icon {
  width: 18px;
  height: 18px;
}

.sticky-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  animation: ctaRing 2.4s ease-out infinite;
  pointer-events: none;
}

@media (max-width: 600px) {
  .sticky-cta {
    left: 12px;
    bottom: 12px;
    padding: 11px 18px;
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .sticky-cta {
    display: none !important;
  }
}

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

.header-cta__btn {
  position: relative;
}

.header-cta__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  animation: ctaRing 2.6s ease-out infinite;
  pointer-events: none;
}

.header-cta__icon {
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  margin-right: 4px;
}

.header-cta__sub {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  color: #7a7f88;
}

.img-thumbnails {
  padding: 15px;
}

.img-thumbnails .img-responsive {
  width: auto;
}

.img-thumbnails .thumbnail-price {
  margin-bottom: 7px;
}

.img-thumbnails .thumbnail-wrap {
  margin-bottom: 15px;
}

.img-thumbnails .thumbnail-name {
  height: 73px;
  line-height: 1.3;
}

.img-thumbnails .thumbnail-name .label {
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
}

.img-thumbnails img.thumbnail {
  margin-bottom: 7px;
}

.img-thumbnails img.thumbnail:hover,
.img-thumbnails img.thumbnail.active,
.img-thumbnails img.thumbnail:focus {
  border-color: #EA5457;
}

.img-thumbnails img.thumbnail:hover .thumbnail-info,
.img-thumbnails img.thumbnail.active .thumbnail-info,
.img-thumbnails img.thumbnail:focus .thumbnail-info {
  display: block;
  height: 73px;
}

.img-thumbnails img.thumbnail.active:after {
  position: absolute;
  top: 4px;
  right: 14px;
  display: block;
  font: normal normal normal 27px/1 FontAwesome;
  content: "\F00C";
  width: 16px;
  height: 16px;
  color: #4caf50;
}

.img-thumbnails img.thumbnail.thumbnail-xs {
  padding: 2px;
  position: relative;
}

.img-thumbnails img.thumbnail.thumbnail-xs img {
  width: 30px;
}

.img-thumbnails img.thumbnail .thumbnail-info {
  display: none;
  position: absolute;
  top: 0;
  left: 15px;
  text-align: center;
  font-size: 12px;
  padding: 20px 10px;
  width: 127px;
  height: 127px;
  border-radius: 3px;
  color: white;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid #EA5457;
}

.img-thumbnails img.thumbnail .thumbnail-button {
  position: absolute;
  bottom: 55px;
  left: 36px;
}

.img-thumbnails a .thumbnail {
  cursor: pointer;
}

.img-thumbnails .caption {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.2;
  font-size: 16px;
}

.img-thumbnails .caption-50 {
  height: 50px;
}

.img-thumbnails .caption-70 {
  height: 70px;
}

.img-thumbnails .caption-80 {
  height: 80px;
}

.img-thumbnails .caption-90 {
  height: 90px;
}

.img-thumbnails .caption-120 {
  height: 120px;
}

.img-thumbnails .caption-160 {
  height: 160px;
}

.img-thumbnails a.thumbnail:hover {
  text-decoration: none;
}

.text-center .img-responsive,
.category-products-col .img-responsive {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail-with-fa5x {
  height: 110px;
  padding-top: 20px;
  margin-bottom: 0;
}

.nav-tabs > li > a {
  margin-right: 0;
  background-color: transparent;
  color: #212121;
  transition: all 0.2s;
  text-transform: uppercase;
  font-size: 20px;
}

.nav-tabs > li > a:hover {
  background-color: transparent;
  box-shadow: inset 0 -2px 0 rgb(228.421875, 38.578125, 42.375);
  color: #666;
  border-color: transparent;
}

@media all and (max-width: 480px) {
  .nav-tabs > li > a {
    font-size: 14px;
  }
}

@media all and (max-width: 992px) {
  .nav-tabs > li > a {
    font-size: 16px;
  }
}

.nav-tabs > li.active > a {
  color: #2196f3;
}

.nav-tabs > li.active > a:hover {
  box-shadow: none;
}

.nav-tabs > li.disabled > a {
  box-shadow: inset 0 -1px 0 #DDDDDD;
}

.nav-tabs .dropdown-menu {
  margin-top: 0;
}

.tab-content > .tab-pane {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0 0 3px 3px;
  padding: 15px;
}

.material-tabs__caption {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
  height: 40px;
  display: flex;
}

.material-tabs__caption li {
  display: block;
  float: left;
  width: 25%;
  cursor: pointer;
  text-align: center;
  border-top: solid 1px #EEEEEE;
  border-bottom: solid 1px #EEEEEE;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}

.material-tabs__caption li:hover,
.material-tabs__caption li.active {
  border-top-color: #C0C0C0;
  border-bottom: solid 3px #EA5457;
  border-left: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
}

.material-tabs__caption li:hover:after,
.material-tabs__caption li.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #EA5457 transparent transparent transparent;
  bottom: -13px;
  margin-left: -5px;
}

.material-tabs__content {
  display: none;
}

.material-tabs__content.active {
  display: block;
}

.filter-sidebar {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.4;
}

.filter-sidebar .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 0;
  padding: 2px 0;
}

.filter-sidebar .checkbox label {
  font-size: 13px;
  line-height: 1.4;
  padding-left: 18px;
  min-height: 0;
  cursor: pointer;
}

.filter-sidebar .checkbox input[type=checkbox] {
  margin-top: 3px;
}

.filter-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #d8d8d8;
}

.filter-sidebar-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #555;
}

.filter-reset-link {
  font-size: 11px;
  color: #EA5457;
  text-decoration: none;
  border-bottom: 1px dashed #EA5457;
  cursor: pointer;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.filter-reset-link:hover,
.filter-reset-link:focus {
  color: #EA5457;
  text-decoration: none;
  opacity: 0.7;
}

.filter-section {
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px solid #e4e4e4;
}

.filter-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.filter-section-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #777;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.filter-checkbox {
  padding: 2px 0;
}

.filter-checkbox label {
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  font-weight: normal;
}

.filter-checkbox label input[type=checkbox] {
  margin-top: 3px;
}

.filter-input {
  background-color: #fff !important;
  border: 1px solid #d5d5d5 !important;
  border-radius: 3px !important;
  height: 30px !important;
  padding: 4px 8px !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
  color: #444;
}

.filter-input:focus {
  border-color: #aaa !important;
  outline: none;
  box-shadow: none !important;
}

.filter-size-fields {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.filter-size-field {
  flex: 1;
  min-width: 0;
}

.filter-size-field input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.filter-size-field input[type=number]::-webkit-outer-spin-button,
.filter-size-field input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter-size-hint {
  display: block;
  margin: 3px 0 0;
  font-size: 10px;
  font-weight: normal;
  color: #999;
  text-align: center;
  cursor: pointer;
}

.filter-size-x {
  color: #bbb;
  font-size: 13px;
  line-height: 30px;
}

.filter-size-note {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.35;
  color: #666;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 7px;
}

.filter-chip {
  padding: 3px 7px;
  border: 1px solid #d5d5d5;
  border-radius: 999px;
  background: #fff;
  color: #555;
  font-size: 11px;
  line-height: 1.4;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}

.filter-chip:hover,
.filter-chip:focus {
  border-color: #aaa;
  color: #2a2d34;
  outline: none;
}

.filter-chip--active {
  border-color: #EA5457;
  background: #fff1f1;
  color: #EA5457;
  font-weight: 600;
}

.materials-size-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  padding: 7px 11px;
  border: 1px solid #ffd9da;
  border-radius: 4px;
  background: #fff1f1;
  color: #2a2d34;
  font-size: 12px;
  line-height: 1.4;
}

.thumbnail-price-size {
  display: block;
  color: #999;
  font-size: 10px;
  line-height: 1.3;
}

.filter-color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-top: 2px;
}

.filter-swatch {
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}

.filter-swatch .color-swatch {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.1s;
}

.filter-swatch .color-swatch.active {
  box-shadow: 0 0 0 2px #4caf50;
}

.filter-swatch .color-swatch.active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #4caf50;
  border-bottom: 2px solid #4caf50;
  transform: translate(-50%, -60%) rotate(45deg);
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.9));
}

.filter-swatch:hover .color-swatch:not(.active) {
  box-shadow: 0 0 0 2px #bbb;
}

.materials-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 7px 11px;
  margin-bottom: 12px;
  font-size: 13px;
}

.sort-bar-new {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}

.sort-bar-new .sort-bar-label {
  color: #777;
  margin-right: 4px;
  font-size: 12px;
}

.sort-bar-new a {
  color: #555;
  text-decoration: none;
  border-bottom: 1px dashed #bbb;
  padding: 0 1px;
  font-size: 13px;
}

.sort-bar-new a:hover {
  color: #222;
  text-decoration: none;
}

.sort-bar-new a.active {
  color: #EA5457;
  border-color: #EA5457;
  font-weight: 600;
}

.sort-bar-new .sort-sep {
  color: #ddd;
  margin: 0 3px;
}

.sort-bar-new .sort-arrow {
  font-size: 8px;
  vertical-align: middle;
  margin-left: 1px;
}

.materials-count {
  color: #999;
  font-size: 12px;
  white-space: nowrap;
  transition: opacity 0.15s;
}

.materials-count--loading {
  opacity: 0.35;
}

@media (min-width: 1400px) {
  .catpr > #collapseFilter {
    width: 27%;
  }

  .catpr > .material-slider-container {
    width: 73%;
  }

  .filter-sidebar {
    font-size: 12px;
  }

  .filter-sidebar .checkbox label {
    font-size: 12px;
  }

  .filter-sidebar-title {
    font-size: 11px;
  }

  .filter-section-label {
    font-size: 10px;
  }

  .filter-checkbox label {
    font-size: 12px;
  }

  .filter-input {
    font-size: 12px !important;
  }
}

@keyframes skeleton-shimmer {
  0% {
    background-position: -800px 0;
  }

  100% {
    background-position: 800px 0;
  }
}

.skeleton-card {
  padding: 4px 0 8px;
}

.skeleton-card .skeleton-image {
  background: linear-gradient(90deg, #efefef 25%, #e2e2e2 50%, #efefef 75%);
  background-size: 1600px 100%;
  animation: skeleton-shimmer 1.5s infinite linear;
  border-radius: 3px;
  width: 100%;
  aspect-ratio: 3/4;
  height: auto;
  margin-bottom: 10px;
}

.skeleton-card .skeleton-line {
  background: linear-gradient(90deg, #efefef 25%, #e2e2e2 50%, #efefef 75%);
  background-size: 1600px 100%;
  animation: skeleton-shimmer 1.5s infinite linear;
  border-radius: 3px;
  height: 12px;
  margin-bottom: 6px;
  width: 100%;
}

.skeleton-card .skeleton-line.skeleton-line-short {
  width: 55%;
}

.skeleton-card .skeleton-line.mt-2 {
  margin-top: 8px;
}

.skeleton-card .skeleton-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.skeleton-card .skeleton-price {
  background: linear-gradient(90deg, #efefef 25%, #e2e2e2 50%, #efefef 75%);
  background-size: 1600px 100%;
  animation: skeleton-shimmer 1.5s infinite linear;
  border-radius: 3px;
  height: 14px;
  width: 40%;
}

.skeleton-card .skeleton-avail {
  background: linear-gradient(90deg, #efefef 25%, #e2e2e2 50%, #efefef 75%);
  background-size: 1600px 100%;
  animation: skeleton-shimmer 1.5s infinite linear;
  border-radius: 3px;
  height: 14px;
  width: 36%;
}

.work-filter {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}

.filter-section {
  border-bottom: 1px solid #eee;
}

.filter-section:last-child {
  border-bottom: none;
}

.filter-header {
  padding: 12px 15px;
  background: #f8f9fa;
  font-weight: 600;
  color: #333;
}

.filter-content {
  padding: 15px;
  display: block;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-option {
  position: relative;
}

.filter-option input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.filter-option label {
  display: inline-block;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 13px;
  margin: 0;
  font-weight: normal;
  color: #555;
  white-space: nowrap;
}

.filter-option label:hover {
  border-color: #007bff;
  color: #007bff;
}

.filter-option input[type=radio]:checked + label {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
  font-weight: 500;
}

.filter-loading {
  text-align: center;
  padding: 10px;
  color: #666;
  font-size: 13px;
}

@media (max-width: 768px) {
  .filter-header {
    padding: 10px 12px;
    font-size: 14px;
  }

  .filter-content {
    padding: 12px;
  }

  .filter-option label {
    font-size: 12px;
    padding: 5px 12px;
  }

  .filter-options {
    gap: 6px;
  }
}

.index-categories-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center !important;
  margin-top: 1rem;
}

.index-categories-col {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.sort-container {
  text-align: left;
}

.sort-container span {
  font-weight: bold;
  margin-right: 5px;
}

.sort-container a {
  cursor: pointer;
  margin: 5px;
  color: #666;
  text-decoration: none;
  border-bottom: 1px dashed #666;
}

.sort-container a.active {
  color: #EA5457;
  border-color: #EA5457;
}

.material-item {
  overflow: hidden;
}

.material-item a:hover {
  text-decoration: none !important;
}

.thumbnail-img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}

.thumbnail-img-wrap img {
  display: block;
  width: 100%;
}

.availability-unavailable-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #e6a817;
  opacity: 0.65;
  line-height: 1;
  z-index: 1;
}

.availability-unavailable-badge svg {
  width: 16px;
  height: 16px;
}

.availability-out-icon {
  color: #e6a817;
  opacity: 0.8;
}

.availability-out-icon.icon {
  width: 14px;
  height: 14px;
}

.availability-out-label {
  color: #999;
  font-size: 0.85em;
}

.cart-notify {
  display: block;
  color: #a6a6a6;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.1;
  text-align: center;
}

.more_material-item {
  padding: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: border 0.2s ease-in-out;
  display: block;
  text-decoration: none;
}

.more_material-item:hover {
  text-decoration: none;
}

.more_material-image {
  display: block;
  text-align: center;
}

.more_material-image img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.more_material-name {
  height: 80px;
  overflow: hidden;
  text-align: center;
  color: #666666;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
}

.more_material-price {
  display: block;
  color: #2196f3;
  text-align: center;
  font-size: 18px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding-left: 0;
  margin: 32px 0;
  list-style: none;
}

.pagination > li {
  display: inline-flex;
}

.pagination > li > .page-link,
.pagination > li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #2196f3;
  text-decoration: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cfd4da;
  border-radius: 10px;
  box-shadow: none;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.12s ease;
}

.pagination > li > .page-link:focus,
.pagination > li > .page-link:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #2196f3;
  background-color: #f4f8fd;
  border-color: #2196f3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.pagination > .active > .page-link,
.pagination > .active > .page-link:focus,
.pagination > .active > .page-link:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff;
  cursor: default;
  background-color: #2196f3;
  background-image: linear-gradient(rgba(255, 255, 255, 0.28), rgba(0, 0, 0, 0.16));
  border-color: rgb(11.0153846154, 118.4153846154, 203.7846153846);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -2px 0 rgba(0, 0, 0, 0.22), 0 2px 5px rgba(33, 150, 243, 0.45);
  transform: none;
  filter: none;
}

.pagination > .disabled > .page-link,
.pagination > .disabled > .page-link:focus,
.pagination > .disabled > .page-link:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #b7bcc4;
  cursor: default;
  background-color: #f7f8f9;
  background-image: none;
  border-color: #e5e7eb;
  box-shadow: none;
  filter: none;
  transform: none;
}

.pagination > .disabled > span {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}

.pagination > li:first-child > .page-link,
.pagination > li:first-child > span,
.pagination > li:last-child > .page-link,
.pagination > li:last-child > span {
  min-width: 40px;
  width: 40px;
  padding: 0;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .pagination > li:first-child > .page-link,
  .pagination > li:first-child > span,
  .pagination > li:last-child > .page-link,
  .pagination > li:last-child > span {
    min-width: 36px;
    width: 36px;
  }
}

.pagination-lg > li > .page-link,
.pagination-lg > li > span {
  min-width: 48px;
  height: 48px;
  padding: 0 18px;
  font-size: 18px;
}

.pagination-sm > li > .page-link,
.pagination-sm > li > span {
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  font-size: 13px;
}

@media (max-width: 767px) {
  .pagination {
    gap: 5px;
  }

  .pagination > li > .page-link,
  .pagination > li > span {
    min-width: 36px;
    height: 36px;
    padding: 0 9px;
    font-size: 14px;
  }
}

.pager {
  padding-left: 0;
  margin: 29px 0;
  text-align: center;
  list-style: none;
}

.pager:after,
.pager:before {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > .page-link,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > .page-link:focus,
.pager li > .page-link:hover {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}

.pager .next > .page-link,
.pager .next > span {
  float: right;
}

.pager .previous > .page-link,
.pager .previous > span {
  float: left;
}

.pager .disabled > .page-link,
.pager .disabled > .page-link:focus,
.pager .disabled > .page-link:hover,
.pager .disabled > span {
  color: #bbb;
  cursor: not-allowed;
  background-color: #fff;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  position: relative;
  top: -0.0625em;
}

.icon.icon-sm {
  width: 0.875em;
  height: 0.875em;
}

.icon.icon-lg {
  width: 1.25em;
  height: 1.25em;
}

.icon.icon-xl {
  width: 1.5em;
  height: 1.5em;
}

.icon.icon-2x {
  width: 2em;
  height: 2em;
}

.icon.icon-4x {
  width: 4em;
  height: 4em;
}

.icon.icon-5x {
  width: 5em;
  height: 5em;
}

.icon.icon-pulse {
  animation: icon-spin 1s infinite steps(8);
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 29px;
  line-height: 1.846;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #212121;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2196f3;
}

.panel {
  margin-bottom: 29px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 29px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #212121;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #212121;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #2196f3;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2196f3;
}

.panel-primary > .panel-heading .badge {
  color: #2196f3;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2196f3;
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-success > .panel-heading {
  color: #fff;
  background-color: #4caf50;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-success > .panel-heading .badge {
  color: #4caf50;
  background-color: #fff;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(203.3919475655, 163.9269662921, 221.3730337079);
}

.panel-info > .panel-heading {
  color: #fff;
  background-color: #9c27b0;
  border-color: rgb(203.3919475655, 163.9269662921, 221.3730337079);
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(203.3919475655, 163.9269662921, 221.3730337079);
}

.panel-info > .panel-heading .badge {
  color: #9c27b0;
  background-color: #fff;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(203.3919475655, 163.9269662921, 221.3730337079);
}

.panel-warning {
  border-color: rgb(255, 229.5317869416, 132.5);
}

.panel-warning > .panel-heading {
  color: #fff;
  background-color: #ff9800;
  border-color: rgb(255, 229.5317869416, 132.5);
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(255, 229.5317869416, 132.5);
}

.panel-warning > .panel-heading .badge {
  color: #ff9800;
  background-color: #fff;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(255, 229.5317869416, 132.5);
}

.panel-danger {
  border-color: rgb(246.9324324324, 163.5675675676, 174.7725225225);
}

.panel-danger > .panel-heading {
  color: #fff;
  background-color: rgb(228.421875, 38.578125, 42.375);
  border-color: rgb(246.9324324324, 163.5675675676, 174.7725225225);
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(246.9324324324, 163.5675675676, 174.7725225225);
}

.panel-danger > .panel-heading .badge {
  color: rgb(228.421875, 38.578125, 42.375);
  background-color: #fff;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(246.9324324324, 163.5675675676, 174.7725225225);
}

.work-scheme {
  color: #EA5457;
  margin-bottom: 30px;
  margin-top: 30px;
}

.work-scheme .lead {
  color: #666;
}

.work-scheme__number {
  text-transform: uppercase;
  font-size: 21pt;
  margin-top: 5px;
}

.work-scheme__number span {
  padding: 7px 16px;
  border-radius: 35px;
  border: 2px solid #EA5457;
  background-color: #EA5457;
  color: white;
}

.work-scheme__text {
  text-transform: uppercase;
  line-height: 1.5em;
  font-size: 10pt;
  padding-left: 25px;
}

.advantages {
  margin-top: 30px;
}

.advantages__line {
  margin-bottom: 20px;
}

.advantages__icon img {
  width: 64px;
  margin: auto;
}

.advantages__item {
  text-align: center;
}

.advantages__text {
  text-transform: uppercase;
  margin-top: 10px;
}

.advantages__text span {
  display: block;
}

.advantages__text .big {
  font-weight: bold;
}

.services {
  margin-top: 20px;
}

.services__line {
  margin-bottom: 20px;
}

.services__item a img {
  max-width: 100%;
}

.services__item a span {
  color: #fff;
  background-color: #EA5457;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-top: 1px;
  font-weight: bold;
}

.services__item a:hover {
  text-decoration: none;
}

.services__item a:hover span {
  background-color: #666;
}

.most-popular {
  margin-top: 35px;
}

.most-popular .img-thumbnails .caption {
  font-size: 15px;
  line-height: 1.5em;
}

.index-categories .img-thumbnails .caption {
  font-size: 15px;
  line-height: 1.5em;
}

.carousel {
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.button-up {
  display: none;
  position: fixed;
  top: 100px;
  right: 20px;
  width: 44px;
  height: 44px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button-up:hover {
  transform: scale(1.1);
}

.button-up__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.button-up__progress path {
  stroke: #EA5457;
  stroke-dasharray: 307.9, 307.9;
  stroke-dashoffset: 307.9;
  transition: stroke-dashoffset 0.1s linear;
}

.button-up__icon {
  color: #EA5457;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  width: 16px;
  height: 16px;
}

.button-up__icon svg {
  width: 100%;
  height: 100%;
}

#calculator .text-jumbo {
  font-size: 33px;
  line-height: 0;
  margin-bottom: 0;
}

#calculator .lead {
  margin-bottom: 20px;
  font-size: 19px;
}

.form-call-block label {
  font-size: 13px;
}

.work-sort .panel-body {
  padding: 20px;
}

.work-sort .panel-body button {
  margin-bottom: 5px;
}

.live-search-wrap {
  position: absolute;
  right: 15px;
  background: white;
  z-index: 20;
  padding: 10px 20px;
  min-width: 350px;
  max-height: 195px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #CCC;
}

.block {
  display: block;
}

.text-left {
  text-align: left !important;
}

.clause-lead {
  margin-bottom: 5px;
}

.clause-value {
  background-color: #E8E8E8;
  padding: 5px;
  margin-bottom: 5px;
}

/* header */

@keyframes vibro {
  0% {
    transform: rotate(0);
  }

  85% {
    transform: rotate(0);
  }

  88% {
    transform: rotate(-1deg);
  }

  91% {
    transform: rotate(1deg);
  }

  94% {
    transform: rotate(-1deg);
  }

  97% {
    transform: rotate(1deg);
  }

  100% {
    transform: rotate(0);
  }
}

header {
  margin: 0;
  padding: 15px 0;
}

header .phones {
  margin: 8px 0 0 0;
  padding: 0;
  line-height: 30px;
}

header .phones .small {
  font-size: 14px;
  line-height: 14px;
  margin-top: 6px;
}

header .phones .text-muted {
  color: #666 !important;
}

header .phones .text-success {
  color: #1a7a1a !important;
}

header .phones .text-warning {
  color: #a65c00 !important;
}

header .phones .phone a,
header .phones .phone span {
  font-size: 30px;
  text-decoration: none;
  color: #e4272a;
}

header .phones .phone a:hover {
  text-decoration: none;
}

header #logo {
  float: left;
}

header.scrollable {
  padding-bottom: 0;
}

#call-me-header-1 {
  margin-top: 26px;
  margin-left: 11px;
  animation: vibro 5s infinite linear;
}

.call-me-explan {
  display: block;
  text-align: center;
  margin-top: 5px;
  margin-left: 11px;
}

@media (min-width: 769px) {
  header > .row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  header .col-xs-5,
  header .col-xs-7 {
    float: none;
  }

  header .col-xs-5 {
    width: auto;
    flex: 0 0 auto;
  }

  header .col-xs-7 {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
  }

  header .header-cta,
  header .phones {
    float: none;
    margin: 0;
  }

  #call-me-header-1 {
    margin-top: 0;
    margin-left: 0;
  }
}

footer {
  margin-top: 25px;
  background: #F95E5B;
  padding-top: 25px;
  padding-bottom: 25px;
  box-shadow: 0 0 6px 1px #333;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #DADADA;
}

footer p,
footer .h4 {
  color: #ffffff;
  font-weight: 700;
  margin-top: 0;
}

footer p.small,
footer .h4.small {
  line-height: 1.5;
}

footer ul li {
  font-size: 12px;
}

footer .col-first p {
  font-weight: 400;
  font-size: 12px;
  margin-top: 15px;
}

footer hr,
footer .phone-wrap {
  margin-top: 5px;
  margin-bottom: 5px;
}

footer .footer__contacts {
  font-weight: 400;
  line-height: 1.5;
}

footer .footer__contacts a {
  font-weight: 700;
}

footer .footer__group-gap {
  margin-top: 10px;
}

/*Адаптация*/

.mobile-phone .authenticated-page.authenticated.mobile-community.mobile-document .notification .notification-dialog.content-frame {
  -webkit-text-size-adjust: none;
}

html * {
  max-height: 1000000px;
}

.topmenu {
  display: block;
}

.mobile-menu {
  display: none;
}

.topmenu-main {
  display: block;
}

@media (min-width: 0px) and (max-width: 970px) {
  body {
    min-width: auto;
    padding-top: 10px;
  }

  .container {
    width: auto;
  }
}

@media (min-width: 841px) and (max-width: 970px) {
  #navbar-top .navbar-nav > li > a {
    line-height: 20px;
    padding: 10px 8px 9px;
  }
}

@media (min-width: 768px) and (max-width: 882px) {
  #navbar-top .navbar-nav > li > a {
    line-height: 20px;
    padding: 10px 8px 9px;
    font-size: 12px;
  }

  header .col-xs-7 {
    width: 65%;
    float: right;
    right: 0;
  }

  header #logo {
    float: left;
    width: auto;
    box-shadow: none !important;
  }

  header #logo img {
    width: 100%;
  }

  header .col-xs-5 {
    width: 35%;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 970px) {
  #navbar-top .navbar-nav > li > a {
    line-height: 20px;
    padding: 10px 8px 9px;
  }

  #navbar-main-container .navbar .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 14px 9px;
  }

  .prm img {
    width: 100%;
  }

  .strpr .row .col-xs-5 {
    margin-bottom: 10px;
  }

  .strpr .row .col-xs-5 img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .h1,
  h1 {
    font-size: 22px;
  }

  /*Самое верхнее меню*/

  .mobile-menu i {
    font-size: 28px;
    margin-top: 3px;
  }

  .topmenu {
    display: none;
    margin: 0;
  }

  .mobile-menu {
    display: block;
    width: 100%;
    background: transparent;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 5px 2px 10px;
  }

  .topmenu li {
    display: block;
    margin: 0;
  }

  .topmenu ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  .topmenu ul ul {
    left: 0;
  }

  .topmenu .dropdown-menu {
    display: none !important;
  }

  .topmenu .caret {
    display: none;
  }

  #navbar-top .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
    padding-left: 10px;
  }

  .top-search-wrap {
    display: inline-block;
  }

  .searchtop {
    position: absolute;
    top: 0;
    right: 0;
  }

  /*Шапка*/

  header {
    margin-bottom: 0;
    padding-bottom: 3px;
    position: relative;
  }

  header .col-xs-7,
  header .col-xs-5 {
    width: 100%;
    display: inline-block;
    position: unset;
    float: none;
    height: auto;
  }

  header .col-xs-5 {
    width: 50%;
    min-height: 55px;
  }

  header #logo {
    float: none;
    box-sizing: border-box;
    display: block;
    height: auto;
    line-height: initial;
    padding: 0;
    margin: 0;
  }

  header #logo img {
    width: 100%;
    top: 0;
    height: auto;
    min-height: 34px;
  }

  header .col-xs-7 .pull-left {
    float: right !important;
    right: 15px;
    top: -11px;
    position: absolute;
  }

  header .col-xs-7 .pull-left #call-me-header-1 {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }

  header .phones {
    text-align: right;
    width: 100%;
    margin-top: 10px;
    line-height: 25px;
  }

  header .phones .phone a,
  header .phones .phone span {
    font-size: 20px;
  }

  /*Верхнее меню*/

  #touch-menu-main.mobile-menu i {
    font-size: 26px;
    display: inline-block;
    margin-right: 12px;
  }

  .topmenu-main {
    display: none;
    margin: 0;
    padding-bottom: 6px;
    box-shadow: inset 0 4px 7px -4px rgba(0, 0, 0, 0.22);
  }

  #touch-menu-main.mobile-menu {
    display: flex;
    align-items: center;
    min-height: 46px;
    width: 100%;
    background: transparent;
    color: white !important;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: normal;
    text-decoration: none;
  }

  .topmenu-main li {
    display: block;
    margin: 0;
  }

  .topmenu-main ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  .topmenu-main ul ul {
    left: 0;
  }

  .topmenu-main .dropdown-menu {
    display: none;
    position: static;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.14);
    box-shadow: inset 0 5px 8px -5px rgba(0, 0, 0, 0.35);
  }

  .topmenu-main .dropdown-menu > li {
    position: relative;
  }

  .topmenu-main .dropdown-menu > li > a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 8px 44px 8px 30px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease;
  }

  .topmenu-main .dropdown-menu > li > a:active,
  .topmenu-main .dropdown-menu > li > a:hover,
  .topmenu-main .dropdown-menu > li > a:focus {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.16) !important;
  }

  .topmenu-main .dropdown-submenu.open > a {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.18) !important;
  }

  .topmenu-main .dropdown-menu .dropdown-menu {
    background: rgba(0, 0, 0, 0.16);
    box-shadow: inset 0 5px 8px -5px rgba(0, 0, 0, 0.3);
  }

  .topmenu-main .dropdown-menu .dropdown-menu > li > a {
    min-height: 42px;
    padding-left: 46px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.82);
  }

  .topmenu-main .dropdown-header {
    padding: 14px 18px 6px 30px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .topmenu-main .divider {
    height: 1px;
    margin: 6px 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.18);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .topmenu-main .caret {
    position: absolute;
    top: 13px;
    right: 12px;
    width: 26px;
    height: 26px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 2px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, background 0.2s ease;
  }

  .topmenu-main .caret::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 9px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
  }

  .topmenu-main > li.open > a .caret {
    background: rgba(0, 0, 0, 0.2);
    transform: rotate(180deg);
  }

  .topmenu-main .dropdown-submenu > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    right: 18px;
    width: 7px;
    height: 7px;
    margin: 0;
    border: 0;
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }

  .topmenu-main .dropdown-submenu.open > a::after {
    transform: rotate(225deg);
  }

  /* Cart button stays in the top bar. NOT bottom:0 — otherwise it
     stretches down over the expanded burger menu and clips the items. */

  #navbar-main-container .cartbtn {
    position: absolute;
    top: 0;
    right: 0;
  }

  #navbar-main-container .navbar .navbar-nav.cartbtn > .special > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 46px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2;
  }

  #navbar-main-container .navbar .navbar-nav > li > a {
    font-size: 15px;
  }

  #navbar-main-container .navbar .navbar-nav > li > a:focus,
  #navbar-main-container .navbar .navbar-nav > li > a:hover {
    color: #EA5459 !important;
  }

  #navbar-main-container .navbar .navbar-nav.topmenu-main > li {
    position: relative;
  }

  #navbar-main-container .navbar .navbar-nav.topmenu-main > li > a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 6px 50px 6px 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.25;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px 0 rgba(0, 0, 0, 0.16);
    transition: background-color 0.15s ease;
  }

  #navbar-main-container .navbar .navbar-nav.topmenu-main > li > a i {
    margin-right: 10px;
  }

  #navbar-main-container .navbar .navbar-nav.topmenu-main > li > a:hover,
  #navbar-main-container .navbar .navbar-nav.topmenu-main > li > a:focus {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #navbar-main-container .navbar .navbar-nav.topmenu-main > li.open > a {
    background-color: rgba(0, 0, 0, 0.12);
    box-shadow: inset 3px 0 0 #fff, inset 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  #navbar-main-container .navbar .navbar-nav.topmenu-main > .active > a,
  #navbar-main-container .navbar .navbar-nav.topmenu-main > .active > a:focus,
  #navbar-main-container .navbar .navbar-nav.topmenu-main > .active > a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 3px 0 0 #fff, inset 0 1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px 0 rgba(0, 0, 0, 0.16);
  }

  /*Слайдер*/

  #carousel-top .carousel-inner .item {
    height: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #carousel-top .btn-slider {
    position: absolute;
    bottom: 15px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    white-space: nowrap;
  }

  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    display: none;
  }

  /*Как сделать заказ*/

  .work-scheme {
    color: #EA5457;
    margin: 30px 0 20px;
  }

  .work-scheme__text {
    text-transform: uppercase;
    line-height: 1.5em;
    font-size: 13px;
    padding-left: 24px;
  }

  .work-scheme__number {
    text-transform: uppercase;
    font-size: 15pt;
    margin-top: 5px;
    padding: 10px;
  }

  .work-scheme__item {
    padding-left: 0;
  }

  .work-scheme__number span {
    padding: 5px 7px;
    border-radius: 45px;
    border: 2px solid #EA5457;
    background-color: #EA5457;
    color: #fff;
  }

  /*Наша продукция*/

  .index-categories-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
    text-align: center;
    padding-bottom: 0px;
  }

  /*Как сделать заказ*/

  .index-categories-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
    padding-bottom: 10px;
  }

  .index-categories-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center !important;
    margin-top: 0;
  }

  .index-categories .img-thumbnails {
    padding-top: 5px;
    padding-bottom: 0;
  }

  /*Заголовки*/

  .lead {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
  }

  /*Популярные товары*/

  .most-popular {
    margin-top: 15px;
  }

  .most-popular .col-xs-3,
  .most-popular .col-sm-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
    padding-bottom: 10px;
  }

  .most-popular.img-thumbnails {
    padding-top: 5px;
    padding-bottom: 0;
  }

  /*Наши преимущества*/

  .advantages {
    margin-top: 15px;
  }

  .advantages__item {
    text-align: center;
    padding: 0 8px;
    font-size: 12px;
  }

  /*О нас на главной*/

  .page-header {
    margin-top: 30px !important;
    margin-bottom: 0;
  }

  .prm img {
    width: 100%;
  }

  .prm .h3 {
    font-size: 15px;
  }

  hr {
    margin-top: 15px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
  }

  /*Карусель*/

  .carousel .col-xs-2 {
    padding: 0 5px;
  }

  /*Наши работы*/

  .panel-group {
    margin-bottom: -20px;
  }

  .ourw {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
  }

  .ourw.h3 {
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .ourw .col-xs-2 {
    width: 33%;
    padding: 0 4px;
  }

  .ourw .col-xs-2 .thumbnail {
    margin-bottom: 8px;
  }

  /*Футер*/

  footer .col-xs-6 {
    width: 100%;
  }

  footer .col-xs-3 {
    width: 50%;
  }

  .button-up {
    top: 60px;
    right: 15px;
  }

  /*Страница доставка*/

  .dost > ymaps {
    width: 100% !important;
    height: 300px !important;
  }

  blockquote {
    padding: 10px 15px;
    margin: 0 0 25px;
    font-size: 14px;
    border-left: 5px solid #eee;
    line-height: 25px;
  }

  p img {
    width: 100%;
  }

  /*Страница контакты*/

  .orgn {
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .orgn .col-xs-4 {
    width: 100%;
    text-align: left;
  }

  .orgn .col-xs-4 address {
    text-align: left;
  }

  .orgn .col-xs-8 {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .orgn .col-xs-8 iframe {
    width: 100%;
  }

  /*Страница калькулятор*/

  .calcs .col-xs-7 {
    width: 100%;
  }

  .calcs .col-xs-7 input,
  .calcs .col-xs-7 select {
    font-size: 14px;
  }

  .calcs .col-xs-7 .mb-5 {
    margin-bottom: 10px !important;
    font-size: 12px;
    margin-top: 10px !important;
  }

  .calcs .col-xs-7 .fa-5x {
    font-size: 2em;
  }

  .calcs .col-xs-5 {
    width: 100%;
  }

  #cta-add-to-cart {
    font-size: 14px;
    margin-top: 20px;
  }

  /*Наши работы*/

  .ourw .col-xs-2 {
    width: 33%;
    padding: 0 4px;
  }

  /*Страница продукции*/

  .prd .col-xs-6 {
    width: 100%;
  }

  .prd .col-xs-6 .panel-body .col-xs-4 {
    width: 50%;
    padding: 4px;
    margin: 0;
    padding-bottom: 0px;
  }

  .prd .img-thumbnails {
    padding: 0 5px;
  }

  /*Страница категории*/

  #collapseFilter {
    width: 100%;
    padding: 0;
    margin-top: -15px;
  }

  .catpr .col-xs-8 {
    width: 100%;
  }

  .catpr .col-xs-8 .col-xs-12 {
    padding: 0;
  }

  .catpr .col-xs-8 .col-xs-12 .img-thumbnails {
    padding: 10px 5px 0;
  }

  .catpr .col-xs-8 .col-xs-12 .img-thumbnails .col-xs-4 {
    width: 50%;
    height: auto;
    padding: 0 5px 10px;
  }

  /*Карточка товара*/

  .strpr h1 {
    font-size: 22px;
  }

  .strpr .page-header {
    margin-top: 0;
  }

  /* держим бейдж наличия в одну строку на мобильном */

  .strpr .page-header .text-right {
    white-space: nowrap;
  }

  .strpr .row .col-xs-5 img {
    width: 100%;
    height: auto;
  }

  .strpr .row .col-xs-7 .col-xs-6 {
    width: 100%;
  }

  .material-tabs img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
  }

  .material-tabs__content {
    overflow-x: auto;
  }

  .material-tabs__content.active {
    display: block;
    overflow-x: auto;
  }

  .material-tabs table {
    max-width: 100%;
    word-break: break-word;
  }

  .material-tabs__caption {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    height: auto;
    display: flex;
  }

  .material-tabs__caption li {
    display: block;
    float: left;
    width: 25%;
    cursor: pointer;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
    height: auto;
    line-height: 20px;
    text-transform: none;
    font-size: 12px;
  }

  .strpr .row .col-xs-7 {
    width: 100%;
  }

  .strpr .row .col-xs-7 input,
  .calcs .col-xs-7 select {
    font-size: 1.25em;
  }

  .strpr .row .col-xs-7 .mb-5 {
    margin-bottom: 10px !important;
    font-size: 12px;
    margin-top: 10px !important;
  }

  .strpr .row .col-xs-7 .fa-5x {
    font-size: 2em;
  }

  .strpr .row .col-xs-7 #cta-add-to-cart {
    font-size: 14px;
    margin-top: 20px;
  }

  .strpr .row .col-xs-7 {
    width: 100%;
  }

  #relative-products .col-xs-3,
  #relative-products-more .col-xs-3 {
    width: 50% !important;
    padding: 4px !important;
  }

  .product-model-col {
    width: 25%;
    float: left;
    padding: 0 10px;
  }
}

@media (min-width: 0px) and (max-width: 768px) and (max-width: 768px) {
  #relative-products .col-xs-3,
  #relative-products-more .col-xs-3 {
    width: 50% !important;
  }

  .product-model-col {
    width: 50%;
  }
}

@media (min-width: 0px) and (max-width: 768px) and (max-width: 480px) {
  #relative-products .col-xs-3,
  #relative-products-more .col-xs-3 {
    width: 100% !important;
  }

  .product-model-col {
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  /*Всплывающая корзина*/

  #cartAddModal .modal-dialog {
    margin: 10px;
    width: auto;
  }

  #cartAddModal .fa-arrows {
    font-size: 32px;
  }

  #cartAddModal .modal-footer {
    padding: 10px;
  }

  #cartAddModal .modal-footer .col-xs-6 {
    width: 100%;
    text-align: center;
  }

  #cartAddModal .modal-footer .col-xs-6:last-child a.btn {
    margin: 8px 0 0;
    width: 100%;
  }

  /*Корзина*/

  .crt .lead {
    font-size: 14px;
  }

  ::-webkit-scrollbar {
    width: 12px;
  }

  ::-webkit-scrollbar-thumb {
    background: #f95e5b;
    border-radius: 8px;
  }

  ::-webkit-scrollbar-track-piece {
    background: #f4f4f4;
    border-radius: 8px;
  }

  .scrl {
    overflow-x: auto;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .scrl table {
    min-width: 480px;
  }

  .crt #cart-checkout {
    font-size: 14px;
  }

  .scrl .lead {
    font-size: 14px;
  }

  /*Оформление заказа*/

  .checkout-header > .col-xs-9 {
    width: 100%;
  }

  .checkout-header > .col-xs-3 {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 500px) {
  /*Как сделать заказ*/

  .work-scheme__item {
    display: block;
    width: 85%;
    padding: 0;
    float: none;
    margin: 0 0 10px auto;
  }

  .work-scheme__number {
    text-transform: uppercase;
    font-size: 15pt;
    margin-top: 5px;
    padding: 0;
  }

  .work-scheme__number span {
    padding: 5px 11px;
    border-radius: 45px;
    border: 2px solid #EA5457;
    background-color: #EA5457;
    color: #fff;
  }

  .work-scheme__number {
    text-transform: uppercase;
    font-size: 15pt;
    margin-top: 5px;
    padding: 0;
    width: 28px;
  }

  /*Наша продукция*/

  .index-categories-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center !important;
    margin-top: 0;
  }

  .index-categories-col {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
    text-align: center;
    padding-bottom: 0px;
  }

  .index-categories .img-thumbnails .caption {
    font-size: 13px;
    line-height: 1.5em;
  }

  .most-popular .col-xs-3,
  .most-popular .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
    text-align: center;
    padding-bottom: 0px;
  }

  .most-popular .img-thumbnails .caption {
    font-size: 13px;
    line-height: 1.5em;
    height: auto;
  }

  /*Предоставляемые услуги*/

  .services .col-xs-4 {
    padding: 0 5px;
  }

  .services__line {
    margin-bottom: 20px;
    margin: 0 -5px;
  }

  /*О нас на главной*/

  .prm .col-xs-4 {
    width: 100%;
  }

  .prm img {
    width: 100%;
    max-width: 292px;
    margin: 0 auto;
  }
}

@media (min-width: 0px) and (max-width: 367px) {
  /*Популярные товары*/

  .advantages__item {
    text-align: center;
    font-size: 14px;
  }
}

.drop-shadow,
header #logo {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.drop-shadow:hover,
header #logo:hover {
  box-shadow: 1px 2px 3px rgba(234, 84, 87, 0.3);
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.d-block {
  display: block;
}

.cursor-pointer {
  cursor: pointer;
}

.display-flex-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
}

.flex-column {
  display: flex !important;
  flex-direction: column !important;
}

.flex-1 {
  flex: 1 !important;
}

.mt-auto {
  margin-top: auto !important;
}

.justify-content-center {
  justify-content: center !important;
}

.mr-10 {
  margin-left: 15px;
}

.ml-10 {
  margin-left: 15px;
}

.mb-10 {
  margin-bottom: 15px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.m-0 {
  margin: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.mb-1 {
  margin-bottom: 2px !important;
}

.mt-1 {
  margin-top: 2px !important;
}

.mr-1 {
  margin-right: 2px !important;
}

.ml-1 {
  margin-left: 2px !important;
}

.m-1 {
  margin: 2px !important;
}

.pb-1 {
  padding-bottom: 2px !important;
}

.pt-1 {
  padding-top: 2px !important;
}

.pr-1 {
  padding-right: 2px !important;
}

.pl-1 {
  padding-left: 2px !important;
}

.p-1 {
  padding: 2px !important;
}

.mb-2 {
  margin-bottom: 4px !important;
}

.mt-2 {
  margin-top: 4px !important;
}

.mr-2 {
  margin-right: 4px !important;
}

.ml-2 {
  margin-left: 4px !important;
}

.m-2 {
  margin: 4px !important;
}

.pb-2 {
  padding-bottom: 4px !important;
}

.pt-2 {
  padding-top: 4px !important;
}

.pr-2 {
  padding-right: 4px !important;
}

.pl-2 {
  padding-left: 4px !important;
}

.p-2 {
  padding: 4px !important;
}

.mb-3,
.material-item {
  margin-bottom: 6px !important;
}

.mt-3 {
  margin-top: 6px !important;
}

.mr-3 {
  margin-right: 6px !important;
}

.ml-3 {
  margin-left: 6px !important;
}

.m-3 {
  margin: 6px !important;
}

.pb-3 {
  padding-bottom: 6px !important;
}

.pt-3 {
  padding-top: 6px !important;
}

.pr-3 {
  padding-right: 6px !important;
}

.pl-3 {
  padding-left: 6px !important;
}

.p-3 {
  padding: 6px !important;
}

.mb-4 {
  margin-bottom: 8px !important;
}

.mt-4 {
  margin-top: 8px !important;
}

.mr-4 {
  margin-right: 8px !important;
}

.ml-4 {
  margin-left: 8px !important;
}

.m-4 {
  margin: 8px !important;
}

.pb-4 {
  padding-bottom: 8px !important;
}

.pt-4 {
  padding-top: 8px !important;
}

.pr-4 {
  padding-right: 8px !important;
}

.pl-4 {
  padding-left: 8px !important;
}

.p-4 {
  padding: 8px !important;
}

.mb-5 {
  margin-bottom: 10px !important;
}

.mt-5 {
  margin-top: 10px !important;
}

.mr-5 {
  margin-right: 10px !important;
}

.ml-5 {
  margin-left: 10px !important;
}

.m-5 {
  margin: 10px !important;
}

.pb-5,
.material-item {
  padding-bottom: 10px !important;
}

.pt-5 {
  padding-top: 10px !important;
}

.pr-5 {
  padding-right: 10px !important;
}

.pl-5 {
  padding-left: 10px !important;
}

.p-5 {
  padding: 10px !important;
}

.mb-6 {
  margin-bottom: 12px !important;
}

.mt-6 {
  margin-top: 12px !important;
}

.mr-6 {
  margin-right: 12px !important;
}

.ml-6 {
  margin-left: 12px !important;
}

.m-6 {
  margin: 12px !important;
}

.pb-6 {
  padding-bottom: 12px !important;
}

.pt-6 {
  padding-top: 12px !important;
}

.pr-6 {
  padding-right: 12px !important;
}

.pl-6 {
  padding-left: 12px !important;
}

.p-6 {
  padding: 12px !important;
}

.mb-7 {
  margin-bottom: 14px !important;
}

.mt-7 {
  margin-top: 14px !important;
}

.mr-7 {
  margin-right: 14px !important;
}

.ml-7 {
  margin-left: 14px !important;
}

.m-7 {
  margin: 14px !important;
}

.pb-7 {
  padding-bottom: 14px !important;
}

.pt-7 {
  padding-top: 14px !important;
}

.pr-7 {
  padding-right: 14px !important;
}

.pl-7 {
  padding-left: 14px !important;
}

.p-7 {
  padding: 14px !important;
}

.mb-8,
.category-products-col {
  margin-bottom: 16px !important;
}

.mt-8 {
  margin-top: 16px !important;
}

.mr-8 {
  margin-right: 16px !important;
}

.ml-8 {
  margin-left: 16px !important;
}

.m-8 {
  margin: 16px !important;
}

.pb-8 {
  padding-bottom: 16px !important;
}

.pt-8 {
  padding-top: 16px !important;
}

.pr-8 {
  padding-right: 16px !important;
}

.pl-8 {
  padding-left: 16px !important;
}

.p-8 {
  padding: 16px !important;
}

.mb-9 {
  margin-bottom: 18px !important;
}

.mt-9 {
  margin-top: 18px !important;
}

.mr-9 {
  margin-right: 18px !important;
}

.ml-9 {
  margin-left: 18px !important;
}

.m-9 {
  margin: 18px !important;
}

.pb-9 {
  padding-bottom: 18px !important;
}

.pt-9 {
  padding-top: 18px !important;
}

.pr-9 {
  padding-right: 18px !important;
}

.pl-9 {
  padding-left: 18px !important;
}

.p-9 {
  padding: 18px !important;
}

.mb-10 {
  margin-bottom: 20px !important;
}

.mt-10 {
  margin-top: 20px !important;
}

.mr-10 {
  margin-right: 20px !important;
}

.ml-10 {
  margin-left: 20px !important;
}

.m-10 {
  margin: 20px !important;
}

.pb-10 {
  padding-bottom: 20px !important;
}

.pt-10 {
  padding-top: 20px !important;
}

.pr-10 {
  padding-right: 20px !important;
}

.pl-10 {
  padding-left: 20px !important;
}

.p-10 {
  padding: 20px !important;
}

.mb-11 {
  margin-bottom: 22px !important;
}

.mt-11 {
  margin-top: 22px !important;
}

.mr-11 {
  margin-right: 22px !important;
}

.ml-11 {
  margin-left: 22px !important;
}

.m-11 {
  margin: 22px !important;
}

.pb-11 {
  padding-bottom: 22px !important;
}

.pt-11 {
  padding-top: 22px !important;
}

.pr-11 {
  padding-right: 22px !important;
}

.pl-11 {
  padding-left: 22px !important;
}

.p-11 {
  padding: 22px !important;
}

.mb-12 {
  margin-bottom: 24px !important;
}

.mt-12 {
  margin-top: 24px !important;
}

.mr-12 {
  margin-right: 24px !important;
}

.ml-12 {
  margin-left: 24px !important;
}

.m-12 {
  margin: 24px !important;
}

.pb-12 {
  padding-bottom: 24px !important;
}

.pt-12 {
  padding-top: 24px !important;
}

.pr-12 {
  padding-right: 24px !important;
}

.pl-12 {
  padding-left: 24px !important;
}

.p-12 {
  padding: 24px !important;
}

.mb-13 {
  margin-bottom: 26px !important;
}

.mt-13 {
  margin-top: 26px !important;
}

.mr-13 {
  margin-right: 26px !important;
}

.ml-13 {
  margin-left: 26px !important;
}

.m-13 {
  margin: 26px !important;
}

.pb-13 {
  padding-bottom: 26px !important;
}

.pt-13 {
  padding-top: 26px !important;
}

.pr-13 {
  padding-right: 26px !important;
}

.pl-13 {
  padding-left: 26px !important;
}

.p-13 {
  padding: 26px !important;
}

.mb-14 {
  margin-bottom: 28px !important;
}

.mt-14 {
  margin-top: 28px !important;
}

.mr-14 {
  margin-right: 28px !important;
}

.ml-14 {
  margin-left: 28px !important;
}

.m-14 {
  margin: 28px !important;
}

.pb-14 {
  padding-bottom: 28px !important;
}

.pt-14 {
  padding-top: 28px !important;
}

.pr-14 {
  padding-right: 28px !important;
}

.pl-14 {
  padding-left: 28px !important;
}

.p-14 {
  padding: 28px !important;
}

.mb-15 {
  margin-bottom: 30px !important;
}

.mt-15 {
  margin-top: 30px !important;
}

.mr-15 {
  margin-right: 30px !important;
}

.ml-15 {
  margin-left: 30px !important;
}

.m-15 {
  margin: 30px !important;
}

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

.pt-15 {
  padding-top: 30px !important;
}

.pr-15 {
  padding-right: 30px !important;
}

.pl-15 {
  padding-left: 30px !important;
}

.p-15 {
  padding: 30px !important;
}

.mb-16 {
  margin-bottom: 32px !important;
}

.mt-16 {
  margin-top: 32px !important;
}

.mr-16 {
  margin-right: 32px !important;
}

.ml-16 {
  margin-left: 32px !important;
}

.m-16 {
  margin: 32px !important;
}

.pb-16 {
  padding-bottom: 32px !important;
}

.pt-16 {
  padding-top: 32px !important;
}

.pr-16 {
  padding-right: 32px !important;
}

.pl-16 {
  padding-left: 32px !important;
}

.p-16 {
  padding: 32px !important;
}

.mb-17 {
  margin-bottom: 34px !important;
}

.mt-17 {
  margin-top: 34px !important;
}

.mr-17 {
  margin-right: 34px !important;
}

.ml-17 {
  margin-left: 34px !important;
}

.m-17 {
  margin: 34px !important;
}

.pb-17 {
  padding-bottom: 34px !important;
}

.pt-17 {
  padding-top: 34px !important;
}

.pr-17 {
  padding-right: 34px !important;
}

.pl-17 {
  padding-left: 34px !important;
}

.p-17 {
  padding: 34px !important;
}

.mb-18 {
  margin-bottom: 36px !important;
}

.mt-18 {
  margin-top: 36px !important;
}

.mr-18 {
  margin-right: 36px !important;
}

.ml-18 {
  margin-left: 36px !important;
}

.m-18 {
  margin: 36px !important;
}

.pb-18 {
  padding-bottom: 36px !important;
}

.pt-18 {
  padding-top: 36px !important;
}

.pr-18 {
  padding-right: 36px !important;
}

.pl-18 {
  padding-left: 36px !important;
}

.p-18 {
  padding: 36px !important;
}

.mb-19 {
  margin-bottom: 38px !important;
}

.mt-19 {
  margin-top: 38px !important;
}

.mr-19 {
  margin-right: 38px !important;
}

.ml-19 {
  margin-left: 38px !important;
}

.m-19 {
  margin: 38px !important;
}

.pb-19 {
  padding-bottom: 38px !important;
}

.pt-19 {
  padding-top: 38px !important;
}

.pr-19 {
  padding-right: 38px !important;
}

.pl-19 {
  padding-left: 38px !important;
}

.p-19 {
  padding: 38px !important;
}

.mb-20 {
  margin-bottom: 40px !important;
}

.mt-20 {
  margin-top: 40px !important;
}

.mr-20 {
  margin-right: 40px !important;
}

.ml-20 {
  margin-left: 40px !important;
}

.m-20 {
  margin: 40px !important;
}

.pb-20 {
  padding-bottom: 40px !important;
}

.pt-20 {
  padding-top: 40px !important;
}

.pr-20 {
  padding-right: 40px !important;
}

.pl-20 {
  padding-left: 40px !important;
}

.p-20 {
  padding: 40px !important;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@keyframes vibro {
  0% {
    transform: rotate(0);
  }

  85% {
    transform: rotate(0);
  }

  88% {
    transform: rotate(-2deg);
  }

  91% {
    transform: rotate(2deg);
  }

  94% {
    transform: rotate(-2deg);
  }

  97% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(0);
  }
}

.btn-vibro {
  animation: vibro 4s infinite linear;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

.text-white {
  color: #FFFFFF;
}

.page-header {
  margin-top: 20px !important;
}

.page-header .page-header__date {
  position: absolute;
  right: 15px;
  bottom: 8px;
  font-size: 14px;
  color: #bbb;
}

.product-title {
  margin-bottom: 25px;
  margin-top: 20px;
  padding-bottom: 11.5px;
  border-bottom: 1px solid #eeeeee;
}

.product-title .page-header {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.text-decoration-none {
  text-decoration: none;
}

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

.text-bold {
  font-weight: 700;
}

.text-jumbo {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 10px;
}

.fs-1 {
  font-size: 10px !important;
}

.fs-2 {
  font-size: 12px !important;
}

.fs-3 {
  font-size: 14px !important;
}

.fs-4 {
  font-size: 16px !important;
}

.fs-5 {
  font-size: 18px !important;
}

.fs-6 {
  font-size: 20px !important;
}

.fs-7 {
  font-size: 22px !important;
}

.fs-8 {
  font-size: 24px !important;
}

.fs-9 {
  font-size: 26px !important;
}

.fs-10 {
  font-size: 28px !important;
}

.font-size-075 {
  font-size: 0.75em;
}

.messenger {
  display: block;
  position: fixed;
  right: 1em;
  bottom: 1em;
  width: 60px;
  height: 60px;
  z-index: 99;
  /* overflow: hidden; */
}

.messenger-btn {
  padding: 14px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
  box-shadow: 1px 2px 3px rgba(97, 96, 96, 0.3);
}

.messenger-btn:hover {
  background-color: #24A1DE;
}

.messenger-btn img {
  width: 32px;
  height: 32px;
}

.index-categories .index-categories-col,
.index-categories .img-thumbnails > [class*=col-],
.most-popular .index-categories-col,
.most-popular .img-thumbnails > [class*=col-] {
  display: block !important;
  margin-bottom: 30px;
}

.index-categories .thumbnail,
.most-popular .thumbnail {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 320px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #2a2d34;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  text-decoration: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.index-categories .thumbnail > img,
.most-popular .thumbnail > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  transition: transform 0.5s ease;
}

.index-categories .thumbnail::before,
.most-popular .thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 24%, rgba(255, 255, 255, 0) 42%), linear-gradient(to top, rgba(18, 19, 24, 0.88) 0%, rgba(18, 19, 24, 0.45) 38%, rgba(18, 19, 24, 0.05) 66%, rgba(18, 19, 24, 0) 100%);
}

.index-categories .thumbnail::after,
.most-popular .thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.55) 0%, rgba(234, 84, 87, 0.3) 48%, rgba(120, 22, 30, 0.42) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.75;
  transition: opacity 0.28s ease;
}

.index-categories .thumbnail .caption,
.index-categories .thumbnail small,
.most-popular .thumbnail .caption,
.most-popular .thumbnail small {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.index-categories .thumbnail .caption,
.most-popular .thumbnail .caption {
  flex: 0 0 auto !important;
  height: auto;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.index-categories .thumbnail small,
.most-popular .thumbnail small {
  display: block;
  margin: 6px 0 20px !important;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  color: #ffd9d9;
}

.index-categories .thumbnail:hover,
.index-categories .thumbnail:focus,
.most-popular .thumbnail:hover,
.most-popular .thumbnail:focus {
  transform: translateY(-5px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.index-categories .thumbnail:hover > img,
.index-categories .thumbnail:focus > img,
.most-popular .thumbnail:hover > img,
.most-popular .thumbnail:focus > img {
  transform: scale(1.07);
}

.index-categories .thumbnail:hover::after,
.index-categories .thumbnail:focus::after,
.most-popular .thumbnail:hover::after,
.most-popular .thumbnail:focus::after {
  opacity: 1;
}

.about-company > .row,
.about-company .about-lead,
.about-company .about-features,
.about-company .about-why,
.about-company .prm {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.about-company .about-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 26px 0 32px;
}

.about-company .about-stat {
  flex: 1 1 200px;
  text-align: center;
  padding: 24px 16px;
  background: #f6f7f9;
  border-radius: 14px;
}

.about-company .about-stat__icon .icon {
  width: 30px;
  height: 30px;
  color: #EA5457;
}

.about-company .about-stat__num {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: #2a2d34;
  margin: 8px 0 4px;
}

.about-company .about-stat__label {
  display: block;
  font-size: 14px;
  color: #888;
}

.about-company .about-lead {
  font-size: 17px;
  line-height: 1.65;
  color: #444;
  margin-bottom: 34px;
}

.about-company .about-lead a {
  color: #EA5457;
}

.about-company .about-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px 30px;
  margin-bottom: 36px;
}

@media (max-width: 1100px) {
  .about-company .about-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .about-company .about-features {
    grid-template-columns: 1fr;
  }
}

.about-company .about-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 24px 26px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-company .about-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.12);
  border-color: #f3d3d4;
}

.about-company .about-feature__icon {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(234, 84, 87, 0.16), rgba(234, 84, 87, 0.06));
  margin: 0 auto 16px;
}

.about-company .about-feature__icon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-company .about-feature__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #2a2d34;
}

.about-company .about-feature p {
  font-size: 15px;
  color: #666;
  line-height: 1.55;
  margin-bottom: 14px;
}

.about-company .about-feature__link {
  display: inline-block;
  margin-top: auto;
  padding-top: 6px;
  color: #EA5457;
  font-weight: 600;
  text-decoration: none;
}

.about-company .about-feature__link:hover {
  text-decoration: underline;
}

.about-company .about-why {
  max-width: 1180px !important;
  margin-bottom: 40px;
}

.about-company .about-why__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #2a2d34;
}

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

.about-company .about-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
  line-height: 1.5;
  color: #444;
}

.about-company .about-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #EA5457;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .about-company .about-stat {
    flex-basis: 42%;
  }

  .about-company .about-stat__num {
    font-size: 24px;
  }
}

.popular-cta {
  background: #EA5457 !important;
  color: #fff;
}

.popular-cta.thumbnail {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 26px 22px;
}

.popular-cta::before {
  display: none !important;
}

.popular-cta__title {
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}

.popular-cta__text {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
  opacity: 0.95;
}

.popular-cta__btn {
  align-self: center;
  width: auto;
  max-width: 100%;
  font-weight: 700;
  padding: 11px 24px;
  white-space: normal;
}

.advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 20px;
}

.advantages__item {
  text-align: center;
  padding: 22px 16px;
}

.advantages__icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(234, 84, 87, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, transform 0.25s ease;
}

.advantages__png {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.advantages__text .big {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a2d34;
  margin-bottom: 6px;
  line-height: 1.2;
}

.advantages__text .small {
  display: block;
  font-size: 14px;
  color: #888;
}

.advantages__item:hover .advantages__icon {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(234, 84, 87, 0.28);
}

@media (max-width: 767px) {
  .advantages__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 12px;
  }

  .advantages__item {
    padding: 8px 6px;
  }

  .advantages__icon {
    width: 72px;
    height: 72px;
  }

  .advantages__png {
    width: 40px;
    height: 40px;
  }

  .advantages__text .big {
    font-size: 15px;
  }
}

.home-h1 {
  font-size: 26px;
  font-weight: 700;
  color: #555;
  margin: 28px 0 6px;
}

.roadmap,
.index-categories,
.services,
.most-popular,
.advantages,
.prm {
  margin-top: 68px;
}

.section-bg {
  position: relative;
  margin: 64px 0;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: linear-gradient(180deg, #f4f6f9 0%, #eceff4 100%);
  box-shadow: 0 -16px 28px -20px rgba(17, 24, 39, 0.22), 0 16px 28px -20px rgba(17, 24, 39, 0.22);
  z-index: -1;
}

.articles__subtitle {
  margin: -6px 0 26px;
  font-size: 15px;
}

.articles__grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.articles__col {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .articles__col {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .articles__col {
    flex-basis: 25%;
    max-width: 25%;
  }
}

.articles__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.articles__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.16);
}

.articles__card:hover .articles__img {
  transform: scale(1.06);
}

.articles__card:hover .articles__title a {
  color: #EA5457;
}

.articles__media {
  position: relative;
  display: block;
  height: 180px;
  overflow: hidden;
}

.articles__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
  transition: transform 0.4s ease;
}

.articles__date {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: rgba(17, 24, 39, 0.72);
  border-radius: 20px;
  backdrop-filter: blur(2px);
}

.articles__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 18px 18px 20px;
}

.articles__title {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}

.articles__title a {
  color: #1f2937;
  text-decoration: none;
  transition: color 0.2s ease;
}

.articles__excerpt {
  flex: 1 1 auto;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
}

.articles__more {
  align-self: flex-start;
  font-weight: 700;
  font-size: 14px;
  color: #EA5457;
  text-decoration: none;
}

.articles__more .articles__arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.articles__more:hover {
  color: #d23c3f;
}

.articles__more:hover .articles__arrow {
  transform: translateX(4px);
}

.articles__all {
  margin-top: 8px;
  padding: 11px 34px;
  font-weight: 700;
}

.roadmap__track {
  display: flex;
  margin-top: 34px;
}

.roadmap__step {
  flex: 1;
  text-align: center;
  padding: 0 22px;
  position: relative;
  opacity: 0;
  transform: translateY(24px);
  animation: roadmapIn 0.55s ease forwards;
}

.roadmap__step:nth-child(2) {
  animation-delay: 0.15s;
}

.roadmap__step:nth-child(3) {
  animation-delay: 0.3s;
}

.roadmap__step:nth-child(4) {
  animation-delay: 0.45s;
}

.roadmap__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 33px;
  left: calc(50% + 52px);
  right: calc(-50% + 52px);
  border-top: 2px dashed #f0b6b7;
}

.roadmap__step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 27px;
  right: calc(-50% + 46px);
  width: 0;
  height: 0;
  border-left: 9px solid #EA5457;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 1;
}

.roadmap__badge {
  position: relative;
  width: 66px;
  height: 66px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #EA5457;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(234, 84, 87, 0.32);
  z-index: 2;
}

.roadmap__num {
  font-size: 28px;
  font-weight: 800;
}

.roadmap__icon {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 50%;
  background: #fff;
  color: #EA5457;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
}

.roadmap__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a2d34;
  margin: 0 0 8px;
}

.roadmap__text {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 767px) {
  .roadmap__track {
    flex-direction: column;
    gap: 26px;
  }

  .roadmap__step {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .roadmap__step::after,
  .roadmap__step::before {
    display: none;
  }
}

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

.hero-aside {
  display: none;
}

@media (min-width: 1600px) {
  .hero-row {
    display: flex;
    align-items: stretch;
    gap: 20px;
  }

  .hero-slider {
    flex: 1 1 auto;
    min-width: 0;
  }

  .hero-aside {
    display: block;
    flex: 0 0 360px;
    max-width: 360px;
  }

  .hero-aside__card {
    height: 100%;
    box-sizing: border-box;
    background: #EA5457;
    color: #fff;
    border-radius: 4px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .hero-aside__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 18px;
  }

  .hero-aside__phone {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
    text-decoration: none;
  }

  .hero-aside__phone:hover,
  .hero-aside__phone:focus {
    color: #fff;
    text-decoration: underline;
  }

  .hero-aside__cta {
    font-size: 17px;
    font-weight: 700;
    padding: 12px;
    margin-bottom: 22px;
  }

  .hero-aside__benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .hero-aside__benefits li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.35;
  }

  .hero-aside__benefits li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
  }
}

.index-categories-col .thumbnail > img,
.most-popular .thumbnail > img {
  width: 100%;
}

@media (min-width: 1200px) {
  .most-popular .img-thumbnails > [class*=col-] {
    width: 20%;
  }
}

@media (min-width: 992px) {
  .most-popular .row.display-flex-wrap > [class*=col-] {
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .most-popular .row.display-flex-wrap > [class*=col-] {
    width: 16.6667%;
  }
}

.services__item img {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.prm {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.prm::before,
.prm::after {
  display: none;
}

.prm > div {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  padding: 0;
  float: none;
}

.prm img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.1);
  margin-bottom: 16px;
}

.prm .h3 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2d34;
  margin: 0 0 8px;
}

.prm .small {
  font-size: 15px;
  line-height: 1.55;
  color: #666;
}

body.home-page {
  overflow-x: hidden;
  overflow-x: clip;
}

.home-page h2.lead {
  margin-top: 68px;
  margin-bottom: 42px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.home-page .section-bg h2.lead {
  margin-top: 0;
}

.home-page .section-bg + * h2.lead {
  margin-top: 0;
}

.home-page .home-cta {
  margin-top: 10px;
  margin-bottom: 0;
}

.home-page hr {
  display: none;
}

.home-page .index-categories,
.home-page .articles {
  margin-top: 0;
}

.home-page .section-bg .index-categories {
  margin-bottom: -36px;
}

.home-intro {
  padding-top: 56px;
  text-align: center;
}

.home-intro__title {
  max-width: 760px;
  margin: 0 auto 20px;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #2a2d34;
  line-height: 1.25;
}

.home-intro__lead {
  max-width: 680px;
  margin: 0 auto 34px;
  font-size: 17px;
  line-height: 1.65;
  color: #565b66;
}

.home-intro__usp {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
}

.home-intro__usp li {
  position: relative;
  padding: 8px 18px 8px 36px;
  background: #f5f7fa;
  border: 1px solid #e7ebf0;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.home-intro__usp li::before {
  content: "\2713";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #EA5457;
  font-weight: 800;
}

.home-intro__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.home-intro__cta {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.home-intro__divider {
  width: 1px;
  height: 42px;
  background: #e2e6ec;
}

.home-intro__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.home-intro__contact-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #a0a6b0;
  margin-bottom: 2px;
}

.home-intro__phone {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #2a2d34;
  text-decoration: none;
  white-space: nowrap;
}

.home-intro__phone:hover,
.home-intro__phone:focus {
  color: #EA5457;
}

.home-intro__hours {
  margin-top: 3px;
  font-size: 12px;
  color: #8a909b;
}

.home-intro__note {
  margin: 14px auto 0;
  font-size: 13px;
  color: #8a909b;
}

.home-intro__trust {
  max-width: 620px;
  margin: 0 auto 32px;
  font-size: 14px;
  line-height: 1.5;
  color: #8a909b;
}

.home-intro__trust strong {
  color: #2a2d34;
}

@media (max-width: 767px) {
  .home-intro {
    padding-top: 32px;
  }

  .home-intro__title {
    font-size: 23px;
  }

  .home-intro__lead {
    font-size: 15px;
  }

  .home-intro__note {
    font-size: 12px;
  }

  .home-intro__trust {
    font-size: 13px;
  }
}

@media (max-width: 560px) {
  .home-intro__divider {
    display: none;
  }

  .home-intro__contact {
    align-items: center;
  }
}

.clients__subtitle {
  margin: -8px 0 34px;
  font-size: 15px;
}

.clients__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.clients__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  padding: 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.clients__logo {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  opacity: 0.68;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.clients__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.14);
}

.clients__item:hover .clients__logo {
  filter: grayscale(0);
  opacity: 1;
}

@media (max-width: 991px) {
  .clients__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 600px) {
  .clients__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .clients__item {
    height: 92px;
    padding: 12px;
  }
}

@supports (animation-timeline: view()) {
  .home-page .index-categories > .row > [class*=col-],
  .home-page .most-popular > .row > [class*=col-],
  .home-page .most-popular .img-thumbnails > [class*=col-],
  .home-page .services > .row > [class*=col-],
  .home-page .articles__col {
    animation: homeReveal linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 20%;
  }

  .home-page .clients__item {
    animation: homeFade linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 18%;
  }
}

@keyframes homeReveal {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

@keyframes homeFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#navbar-top .topmenu > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
}

#navbar-top .navbar-form {
  display: inline-flex;
  align-items: center;
  margin: 8px 0;
}

#navbar-top .navbar-form .top-search-wrap .form-control {
  height: 36px;
  width: 210px;
  max-width: none;
  padding: 0 16px;
  border: 1px solid #dcdfe4;
  border-radius: 18px;
  font-size: 13px;
  box-shadow: none;
  transition: width 0.25s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

#navbar-top .navbar-form .top-search-wrap .form-control:focus {
  width: 290px;
  border-color: #EA5457;
  box-shadow: 0 0 0 3px rgba(234, 84, 87, 0.12);
}

.reviews {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.review-card {
  position: relative;
  overflow: hidden;
  padding: 28px 32px 26px;
}

.review-card__quote {
  position: absolute;
  top: 6px;
  right: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 90px;
  line-height: 1;
  color: rgba(234, 84, 87, 0.12);
  pointer-events: none;
}

.review-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.review-card__avatar {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ef6d6f, #EA5457);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 3px 8px rgba(234, 84, 87, 0.3);
}

.review-card__meta {
  display: flex;
  flex-direction: column;
}

.review-card__name {
  font-size: 17px;
  font-weight: 700;
  color: #2a2d34;
  line-height: 1.2;
}

.review-card__date {
  font-size: 13px;
  color: #9aa0aa;
  margin-top: 3px;
}

.review-card__text {
  font-size: 15.5px;
  line-height: 1.65;
  color: #4a4f57;
  margin: 0;
  position: relative;
  z-index: 1;
}

.review-card__photos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.review-card__photo {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(17, 24, 39, 0.12);
  transition: transform 0.2s ease;
}

.review-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-card__photo:hover {
  transform: scale(1.04);
}

@media (max-width: 600px) {
  .review-card {
    padding: 22px 20px;
  }

  .review-card__quote {
    font-size: 64px;
    right: 16px;
  }
}

body.reviews-page-body.text-page main.container {
  max-width: 1320px;
}

.reviews-page {
  margin: 0 auto;
}

.reviews-page .reviews {
  max-width: none;
  -moz-column-width: 340px;
       column-width: 340px;
  -moz-column-gap: 22px;
       column-gap: 22px;
}

.reviews-page .review-card {
  width: 100%;
  margin: 0 0 22px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
}

.reviews-page__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #2a2d34;
  border-bottom: 0;
  margin: 8px 0 10px;
}

.reviews-page__lead {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.reviews-page__tabs.nav-tabs {
  border-bottom: 1px solid #edf0f4;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 24px;
}

.reviews-page__tabs.nav-tabs > li {
  float: none;
  margin-bottom: -1px;
}

.reviews-page__tabs.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 12px 12px 0 0;
  padding: 11px 22px;
  font-weight: 600;
  color: #666;
  background: transparent;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.reviews-page__tabs.nav-tabs > li > a:hover,
.reviews-page__tabs.nav-tabs > li > a:focus {
  color: #EA5457;
  background: rgba(234, 84, 87, 0.06);
  border-color: transparent;
}

.reviews-page__tabs.nav-tabs > li.active > a,
.reviews-page__tabs.nav-tabs > li.active > a:hover,
.reviews-page__tabs.nav-tabs > li.active > a:focus {
  color: #EA5457;
  background: #fff;
  border-color: #edf0f4;
  border-bottom-color: #fff;
}

.reviews-page__pane {
  display: none;
}

.reviews-page__pane.is-active {
  display: block;
}

.reviews-page__yandex {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 30px;
  height: 600px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.reviews-page__yandex-frame {
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
}

.reviews-page__yandex-link {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  max-height: 14px;
  padding: 0 16px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  color: #b3b3b3;
}

.reviews-page__form {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 32px 26px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.reviews-page__form-title {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a2d34;
}

.reviews-page__pagination {
  margin-top: 26px;
  text-align: center;
}

.reviews-page__pagination .pagination {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

body.contacts-page.text-page main.container {
  max-width: 1320px;
}

.contacts__title {
  border-bottom: 0;
  margin: 8px 0 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a2d34;
}

.contacts__lead {
  max-width: 960px;
  margin: 0 0 30px;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

.contacts__card {
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  padding: 28px 30px;
}

.contacts__top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.contacts__info {
  flex: 1 1 380px;
  min-width: 0;
}

.contacts__map {
  flex: 2 1 560px;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #edf0f4;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.contacts__map-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  border: 0;
}

.contacts__brand {
  margin: 0 0 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f0f2f6;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.contacts__brand .text-danger {
  color: #EA5457;
}

.contacts__brand-sub {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #8a909b;
}

.contacts__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.contacts__list > li {
  padding: 12px 0;
  border-bottom: 1px solid #f4f6f9;
}

.contacts__list > li:last-child {
  border-bottom: 0;
}

.contacts__label {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #b0b6c0;
}

.contacts__value {
  display: block;
  color: #2a2d34;
  font-size: 15px;
  line-height: 1.5;
}

.contacts__phone {
  display: inline-block;
  margin-bottom: 16px;
  color: #2a2d34;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.contacts__phone:hover,
.contacts__phone:focus {
  color: #EA5457;
  text-decoration: none;
}

.contacts__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}

.contacts__meta a {
  color: #4a76c4;
  font-size: 14px;
  text-decoration: none;
}

.contacts__meta a .icon {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 4px;
}

.contacts__meta a:hover,
.contacts__meta a:focus {
  color: #EA5457;
  text-decoration: underline;
}

.contacts__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.contacts__req {
  flex: 2 1 560px;
  min-width: 0;
}

.contacts__geo {
  flex: 1 1 340px;
  min-width: 0;
}

.contacts__subtitle {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #2a2d34;
}

.contacts__subtitle::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  margin-right: 10px;
  border-radius: 3px;
  background: #EA5457;
  transform: translateY(2px);
}

.contacts__req-name {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 700;
  color: #2a2d34;
}

.contacts__req-list {
  margin: 0;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 10px 18px;
}

.contacts__req-list dt {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #b0b6c0;
}

.contacts__req-list dd {
  margin: 0;
  color: #2a2d34;
  font-size: 14.5px;
  line-height: 1.45;
}

.contacts__geo p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.65;
}

.contacts__form {
  max-width: 760px;
}

@media (max-width: 767px) {
  .contacts__lead {
    font-size: 14.5px;
    margin-bottom: 22px;
  }

  .contacts__card {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .contacts__top,
  .contacts__bottom {
    gap: 16px;
  }

  .contacts__map-frame {
    min-height: 320px;
  }

  .contacts__brand {
    font-size: 19px;
  }

  .contacts__phone {
    font-size: 23px;
  }

  .contacts__value {
    font-size: 14.5px;
  }

  .contacts__req-list {
    grid-template-columns: 1fr;
    gap: 2px 0;
  }

  .contacts__req-list dt {
    margin-top: 10px;
  }

  .contacts__req-list dd {
    margin-bottom: 2px;
  }
}

.cform__alert {
  margin-bottom: 18px;
  padding: 14px 18px;
  border: 0;
  border-radius: 12px;
  font-size: 14.5px;
  line-height: 1.5;
  color: #fff;
}

.cform__alert.alert-success {
  background: #23a06b;
}

.cform__alert.alert-danger {
  background: #e2574c;
}

.cform__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  margin-bottom: 6px;
}

.cform__field {
  display: flex;
  flex-direction: column;
}

.cform__field--wide {
  grid-column: 1/-1;
}

.cform__label {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #2a2d34;
}

.cform__req {
  color: #EA5457;
}

.cform .form-control {
  height: 46px;
  padding: 0 15px;
  border: 1px solid #d5dbe6;
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.04);
  color: #2a2d34;
  font-size: 15px;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cform .form-control:focus {
  border-color: #EA5457;
  box-shadow: 0 0 0 3px rgba(234, 84, 87, 0.12);
}

.cform__agree {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 18px 0 22px;
  font-weight: 400;
  font-size: 14px;
  color: #555;
  cursor: pointer;
}

.cform__agree input {
  margin-top: 3px;
  flex: 0 0 auto;
}

.cform__agree a {
  color: #4a76c4;
}

.cform__agree a:hover {
  color: #EA5457;
}

.cform__submit {
  min-width: 220px;
}

@media (max-width: 767px) {
  .cform__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cform__submit {
    width: 100%;
  }
}

.ymap-logo-pin {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -100%);
  padding: 5px 8px 6px;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 5px 16px rgba(17, 24, 39, 0.28);
  white-space: nowrap;
  cursor: pointer;
}

.ymap-logo-pin img {
  display: block;
  width: 118px;
  height: auto;
}

.ymap-logo-pin .ymap-pin-caption {
  display: block;
  margin-top: 4px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #EA5457;
}

.ymap-logo-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 0 0 4px 0;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 3px 3px 8px rgba(17, 24, 39, 0.14);
}

body.articles-page.text-page main.container {
  max-width: 1320px;
}

body.articles-page .articles__title {
  border-bottom: 0;
  margin: 8px 0 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a2d34;
}

body.articles-page .articles__lead {
  max-width: 960px;
  margin: 0 0 30px;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

body.articles-page .articles__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  margin-bottom: 30px;
}

body.articles-page .articles__pagination {
  display: flex;
  justify-content: center;
}

.article-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
}

.article-card:hover,
.article-card:focus {
  text-decoration: none;
}

.article-card:hover .article-card__img,
.article-card:focus .article-card__img {
  transform: scale(1.05);
}

.article-card:hover .article-card__title,
.article-card:focus .article-card__title {
  color: #EA5457;
}

.article-card:hover .article-card__more,
.article-card:focus .article-card__more {
  gap: 8px;
}

.article-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f4f6f9;
}

.article-card__media::before {
  content: "";
  display: block;
  padding-top: 62%;
}

.article-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  transition: transform 0.5s ease;
}

.article-card__media--empty {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fbe9e9, #f4f6f9);
}

.article-card__media--empty .icon {
  width: 34px;
  height: 34px;
  color: rgba(234, 84, 87, 0.55);
}

.article-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 20px 20px;
}

.article-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #b0b6c0;
}

.article-card__date {
  color: #b0b6c0;
}

.article-card__time {
  position: relative;
  padding-left: 15px;
  color: #EA5457;
}

.article-card__time::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #cfd4dd;
  transform: translateY(-50%);
}

.article-card__title {
  margin-bottom: 10px;
  color: #2a2d34;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.2s ease;
}

.article-card__excerpt {
  color: #777;
  font-size: 14px;
  line-height: 1.55;
}

.article-card__more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #f2f4f7;
  color: #EA5457;
  font-size: 14px;
  font-weight: 700;
  transition: gap 0.2s ease;
}

@media (max-width: 767px) {
  body.articles-page .articles__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .article-card__title {
    font-size: 16.5px;
  }
}

body.availability-page.text-page main.container {
  max-width: 1320px;
}

.avail__title {
  border-bottom: 0;
  margin: 8px 0 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a2d34;
}

.avail__lead {
  max-width: 960px;
  margin: 0 0 24px;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

.avail__badge {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.avail__badge.is-yes {
  background: #e6f6ee;
  color: #1c8f5a;
}

.avail__badge.is-few {
  background: #fff2dc;
  color: #b9791a;
}

.avail__badge.is-no {
  background: #fdeceb;
  color: #d64036;
}

.avail__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: -6px 0 26px;
}

.avail__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #8a909a;
}

.avail__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-bottom: 20px;
}

.avail__search {
  position: relative;
  flex: 1 1 320px;
  min-width: 220px;
}

.avail__search::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b0b6c0' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.3-4.3'/%3E%3C/svg%3E");
  pointer-events: none;
}

.avail__search-input {
  width: 100%;
  height: 44px;
  padding: 0 16px 0 42px;
  border: 1px solid #e2e6ec;
  border-radius: 24px;
  background: #fff;
  font-size: 14.5px;
  color: #2a2d34;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.avail__search-input::-moz-placeholder {
  color: #b0b6c0;
}

.avail__search-input::placeholder {
  color: #b0b6c0;
}

.avail__search-input:focus {
  outline: 0;
  border-color: #f2b8b9;
  box-shadow: 0 0 0 3px rgba(234, 84, 87, 0.1);
}

.avail__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.avail .avail__chip,
.avail .avail__reset,
.avail .avail__filter {
  padding: 9px 16px;
  border: 1px solid #cfd6df;
  border-radius: 22px;
  background-color: #f4f6f8;
  background-image: linear-gradient(#ffffff, #e9edf2);
  color: #3d434c;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 2px rgba(17, 24, 39, 0.12);
  transition: filter 0.15s ease, box-shadow 0.12s ease, transform 0.05s ease, color 0.15s ease;
}

.avail .avail__chip:hover,
.avail .avail__reset:hover,
.avail .avail__filter:hover {
  filter: brightness(1.02);
}

.avail .avail__chip:active,
.avail .avail__reset:active,
.avail .avail__filter:active {
  transform: translateY(1px);
  box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.18), 0 0 0 rgba(17, 24, 39, 0);
}

.avail .avail__chip.is-active,
.avail .avail__reset,
.avail .avail__filter.is-active {
  color: #fff;
  border-color: rgba(0, 0, 0, 0.18);
  background-image: linear-gradient(rgba(255, 255, 255, 0.22), rgba(0, 0, 0, 0.14));
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px rgba(17, 24, 39, 0.2);
}

.avail .avail__chip.is-active:hover,
.avail .avail__reset:hover,
.avail .avail__filter.is-active:hover {
  filter: brightness(1.05);
}

.avail__filter:hover {
  color: #2f6fd6;
}

.avail__filter.is-active {
  background-color: #2f6fd6;
}

.avail__filter[hidden] {
  display: none;
}

.avail__reset {
  padding: 9px 18px;
}

.avail__reset:not(:disabled) {
  background-color: #EA5457;
}

.avail__reset:disabled {
  cursor: not-allowed;
  filter: none;
  transform: none;
  border-color: #d3d9e0;
  background-color: #eef1f4;
  background-image: linear-gradient(#f6f8fa, #e7ebef);
  color: #a2a8b2;
  text-shadow: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.avail__empty {
  margin: 8px 0 24px;
  padding: 22px 24px;
  background: #f8fafc;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  color: #6a7079;
  font-size: 15px;
  text-align: center;
}

.avail__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}

.avail__chip {
  display: inline-block;
  text-decoration: none;
}

.avail__chip:hover,
.avail__chip:focus {
  color: #2f6fd6;
  text-decoration: none;
}

.avail__chip.is-active {
  background-color: #2f6fd6;
}

.avail__chip[hidden] {
  display: none;
}

.avail__group {
  scroll-margin-top: 90px;
}

.avail__card {
  margin-bottom: 24px;
  padding: 26px 28px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.05);
}

.avail__group-title {
  margin: 0 0 14px;
  font-size: 21px;
  font-weight: 700;
  color: #2a2d34;
}

.avail__group-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  margin-right: 11px;
  border-radius: 3px;
  background: #EA5457;
  transform: translateY(2px);
}

.avail__used {
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f2f4f7;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.avail__used a {
  color: #4a76c4;
}

.avail__used a:hover {
  color: #EA5457;
}

.avail__used-label {
  font-weight: 700;
  color: #2a2d34;
  margin-right: 4px;
}

.avail__tables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 32px;
}

.avail__table {
  width: 100%;
  border-collapse: collapse;
}

.avail__table th {
  padding: 8px 10px;
  border-bottom: 2px solid #edf0f4;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #b0b6c0;
  text-align: left;
}

.avail__table td {
  padding: 10px 10px;
  border-bottom: 1px solid #f4f6f9;
  font-size: 14px;
  vertical-align: middle;
}

.avail__table td a {
  color: #2a2d34;
  text-decoration: none;
}

.avail__table td a:hover {
  color: #EA5457;
}

.avail__table tr:hover td {
  background: #fafbfc;
}

.avail__table-status {
  width: 120px;
  text-align: center;
}

@media (max-width: 767px) {
  .avail__lead {
    font-size: 14.5px;
  }

  .avail__card {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .avail__tables {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .avail__table-status {
    width: 96px;
  }

  .avail__toolbar {
    gap: 12px;
  }

  .avail__search {
    flex: 1 1 100%;
  }

  .avail__filters {
    width: 100%;
  }

  .avail__filter {
    flex: 1 1 auto;
    text-align: center;
  }
}

body.article-page.text-page main.container {
  max-width: 1320px;
}

.article {
  max-width: none;
  margin: 0;
}

.article__head {
  margin-bottom: 24px;
}

.article__title {
  margin: 6px 0 14px;
  padding: 0;
  border-bottom: 0;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.18;
  color: #2a2d34;
}

.article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  font-size: 13.5px;
  font-weight: 600;
  color: #b0b6c0;
}

.article__rt {
  position: relative;
  padding-left: 19px;
  color: #EA5457;
}

.article__rt::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #cfd4dd;
  transform: translateY(-50%);
}

.article__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 44px;
  align-items: start;
  max-width: 1360px;
}

.article__main {
  min-width: 0;
}

.article__cover {
  position: relative;
  max-width: none;
  height: 360px;
  margin: 0 0 28px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #edf0f4;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.08);
}

.article__cover img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  margin: 0;
  will-change: transform;
}

.article__body {
  max-width: none;
  margin: 0;
  color: #33373d;
  font-size: 16.5px;
  line-height: 1.75;
}

.article__body p {
  margin: 0 0 18px;
}

.article__body h2,
.article__body h3,
.article__body h4 {
  margin: 34px 0 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #2a2d34;
}

.article__body h2 {
  font-size: 25px;
}

.article__body h3 {
  font-size: 21px;
}

.article__body h4 {
  font-size: 18px;
}

.article__body ul,
.article__body ol {
  margin: 0 0 18px;
  padding-left: 22px;
}

.article__body li {
  margin-bottom: 8px;
}

.article__body a {
  color: #EA5457;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.article__body a:hover {
  color: #c8393c;
}

.article__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 22px auto;
  border-radius: 12px;
  float: none !important;
}

.article__body blockquote {
  margin: 24px 0;
  padding: 14px 22px;
  border: 0;
  border-left: 4px solid #EA5457;
  background: #fbf3f3;
  border-radius: 0 12px 12px 0;
  color: #555;
  font-size: 16px;
}

.article__body table {
  width: 100%;
  margin: 22px 0;
  border-collapse: collapse;
  font-size: 15px;
}

.article__body table th,
.article__body table td {
  padding: 10px 12px;
  border: 1px solid #edf0f4;
  text-align: left;
}

.article__body table th {
  background: #f8fafc;
  font-weight: 700;
}

.article__body > :last-child {
  margin-bottom: 0;
}

.article__foot {
  max-width: none;
  margin: 32px 0 0;
  padding-top: 22px;
  border-top: 1px solid #edf0f4;
}

.article__back {
  font-size: 15px;
  font-weight: 700;
  color: #4a76c4;
  text-decoration: none;
}

.article__back:hover {
  color: #EA5457;
}

.article__aside {
  position: sticky;
  top: 58px;
  display: grid;
  gap: 16px;
}

.article__card {
  padding: 24px 22px;
  background: linear-gradient(180deg, #fff 0%, #fbf3f3 100%);
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  text-align: center;
}

.article__card-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #2a2d34;
}

.article__card-text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.55;
  color: #666;
}

.article__card-phone {
  display: block;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 800;
  color: #2a2d34;
  text-decoration: none;
}

.article__card-phone:hover,
.article__card-phone:focus {
  color: #EA5457;
}

.article__card-btn {
  width: 100%;
  white-space: normal;
}

.article__card-icon {
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  margin-right: 5px;
}

.article__ticks {
  list-style: none;
  margin: 18px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #f0e3e3;
  text-align: left;
}

.article__ticks li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 9px;
  font-size: 13.5px;
  line-height: 1.4;
  color: #555;
}

.article__ticks li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #EA5457;
  font-weight: 700;
}

.article__ticks li:last-child {
  margin-bottom: 0;
}

.article__aside-link {
  display: block;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #EA5457;
  text-decoration: none;
  border: 1px solid #f2b8b9;
  border-radius: 12px;
  transition: background 0.15s ease;
}

.article__aside-link:hover {
  background: rgba(234, 84, 87, 0.06);
}

@media (max-width: 991px) {
  .article__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .article__aside {
    position: static;
    max-width: 520px;
  }

  .article__body {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .article__title {
    font-size: 26px;
  }

  .article__body {
    font-size: 16px;
  }

  .article__cover {
    height: 220px;
    border-radius: 14px;
    margin-bottom: 22px;
  }

  .article__cover img {
    height: 400px;
  }
}

#navbar-main-container.navbar-fixed-top {
  animation: navbarSlideDown 0.26s ease-out;
  box-shadow: 0 8px 16px -6px rgba(17, 24, 39, 0.3);
}

@media (min-width: 1200px) {
  #navbar-main-container.navbar-fixed-top {
    max-width: 1272px;
    padding-left: 0;
    padding-right: 0;
  }
}

@keyframes navbarSlideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  #navbar-main-container.navbar-fixed-top {
    animation: none;
  }
}

@media (min-width: 992px) {
  .material-item {
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .material-item {
    width: 20%;
  }
}

@media (min-width: 1600px) {
  .material-item {
    width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .category-products-col {
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .category-products-col {
    width: 20%;
  }
}

@media (min-width: 1600px) {
  .category-products-col {
    width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .index-categories-row .index-categories-col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .index-categories-row .index-categories-col {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
    width: 16.6667%;
  }
}

body.text-page main.container {
  max-width: 1200px;
}

@media (min-width: 992px) {
  #collapseFilter {
    width: 24%;
  }

  .material-slider-container {
    width: 76%;
  }
}

@media (min-width: 1400px) {
  #collapseFilter {
    width: 19%;
  }

  .material-slider-container {
    width: 81%;
  }
}

@media (min-width: 1600px) {
  #collapseFilter {
    width: 16%;
  }

  .material-slider-container {
    width: 84%;
  }
}

@media (min-width: 1200px) {
  .work-scheme,
  .advantages {
    max-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .content-readable {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

body.services-page main.container {
  max-width: 100%;
}

body.services-page .svc {
  padding-top: 6px;
  padding-bottom: 40px;
}

body.services-page .svc-hero {
  margin-bottom: 34px;
}

body.services-page .svc-hero__title {
  margin: 0 0 14px;
  font-weight: 700;
  color: #2a2d34;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

body.services-page .svc-hero__lead {
  max-width: 900px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #666;
}

body.services-page .svc-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 44px;
}

@media (min-width: 1600px) {
  body.services-page .svc-cards {
    gap: 28px;
  }
}

body.services-page .svc-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 28px;
  text-decoration: none;
}

body.services-page .svc-card:hover,
body.services-page .svc-card:focus {
  text-decoration: none;
}

body.services-page .svc-card:hover .svc-card__more,
body.services-page .svc-card:focus .svc-card__more {
  color: #EA5457;
}

body.services-page .svc-card:hover .svc-card__badge,
body.services-page .svc-card:focus .svc-card__badge {
  transform: scale(1.05);
}

body.services-page .svc-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  box-shadow: inset 0 0 0 1px rgba(234, 84, 87, 0.14);
  transition: transform 0.24s ease;
}

body.services-page .svc-card__badge img {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}

body.services-page .svc-card__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #EA5457;
}

body.services-page .svc-card__text {
  flex: 1 1 auto;
  margin-bottom: 16px;
  font-size: 15.5px;
  line-height: 1.65;
  color: #666;
}

body.services-page .svc-card__more {
  font-size: 14px;
  font-weight: 600;
  color: #888;
  transition: color 0.24s ease;
}

body.services-page .svc-intro {
  max-width: 900px;
  margin: 0 0 34px;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

body.services-page .svc-intro a {
  font-weight: 600;
  white-space: nowrap;
}

body.services-page .svc-terms {
  padding: 36px 40px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  margin-bottom: 44px;
}

body.services-page .svc-terms__title {
  margin: 0 0 26px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #2a2d34;
}

body.services-page .svc-terms__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 40px;
}

@media (min-width: 1600px) {
  body.services-page .svc-terms__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

body.services-page .svc-terms__item {
  padding-left: 18px;
  border-left: 3px solid #EA5457;
}

body.services-page .svc-terms__head {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #2a2d34;
}

body.services-page .svc-terms__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #666;
}

body.service-page.text-page main.container {
  max-width: 1320px;
}

body.service-page .svcd {
  padding-top: 6px;
  padding-bottom: 44px;
}

body.service-page .svcd-hero {
  margin-bottom: 34px;
}

body.service-page .svcd-hero__title {
  margin: 0 0 14px;
  font-weight: 700;
  color: #2a2d34;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

body.service-page .svcd-hero__lead {
  max-width: 860px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #666;
}

body.service-page .svcd-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  align-items: start;
}

@media (min-width: 1600px) {
  body.service-page .svcd-grid {
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 48px;
  }
}

body.service-page .svcd-main {
  min-width: 0;
}

body.service-page .svcd-prose {
  max-width: 820px;
}

body.service-page .svcd-prose p {
  font-size: 16px;
  line-height: 1.75;
  color: #4a4d55;
  margin: 0 0 14px;
}

body.service-page .svcd-prose a {
  color: #EA5457;
  font-weight: 600;
}

body.service-page .svcd-prose a:hover,
body.service-page .svcd-prose a:focus {
  color: #ff9f12;
}

body.service-page .svcd-prose b {
  color: #2a2d34;
}

body.service-page .svcd-block {
  padding: 28px 0;
  border-top: 1px solid #edf0f4;
}

body.service-page .svcd-block:first-child {
  padding-top: 0;
  border-top: 0;
}

body.service-page .svcd-block:last-child {
  padding-bottom: 0;
}

body.service-page .svcd-h {
  position: relative;
  margin: 0 0 18px;
  padding-left: 16px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #2a2d34;
}

body.service-page .svcd-h::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 4px;
  border-radius: 3px;
  background: #EA5457;
}

body.service-page .svcd-h3 {
  margin: 24px 0 10px;
  font-size: 17px;
  font-weight: 700;
  color: #2a2d34;
}

body.service-page .svcd-list {
  margin: 0 0 14px;
  padding-left: 20px;
}

body.service-page .svcd-list li {
  font-size: 16px;
  line-height: 1.7;
  color: #4a4d55;
  margin-bottom: 8px;
}

body.service-page .svcd-steps {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: grid;
  gap: 14px;
}

body.service-page .svcd-steps li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 18px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 14px;
}

body.service-page .svcd-steps__num {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #EA5457;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(234, 84, 87, 0.28);
}

body.service-page .svcd-steps__text {
  font-size: 16px;
  line-height: 1.6;
  color: #4a4d55;
  padding-top: 5px;
}

body.service-page .svcd-figure {
  margin: 0 0 16px;
}

body.service-page .svcd-figure img {
  max-width: 520px;
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid #edf0f4;
}

body.service-page .svcd-note {
  display: block;
  padding: 12px 16px;
  background: #fff6e6;
  border: 1px solid #ffe2ad;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.55;
  color: #7a5a12;
  font-weight: 600;
}

body.service-page .svcd-map {
  margin-top: 18px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #edf0f4;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

body.service-page .svcd-map iframe,
body.service-page .svcd-map .svcd-map__ymap {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

body.service-page .svcd-aside {
  position: sticky;
  top: 58px;
  display: grid;
  gap: 20px;
}

body.service-page .svcd-card {
  display: flex;
  flex-direction: column;
  padding: 28px 26px;
  text-align: center;
}

body.service-page .svcd-card__title {
  margin: 0 0 6px;
  font-size: 21px;
  font-weight: 700;
  color: #2a2d34;
}

body.service-page .svcd-card__text {
  margin: 0 0 16px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #666;
}

body.service-page .svcd-card__phone {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: 700;
  color: #2a2d34;
  text-decoration: none;
}

body.service-page .svcd-card__phone:hover,
body.service-page .svcd-card__phone:focus {
  color: #EA5457;
  text-decoration: none;
}

body.service-page .svcd-card__note {
  margin-top: 12px;
  font-size: 12.5px;
  color: #888;
}

body.service-page .svcd-card__link {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #EA5457;
  text-decoration: none;
}

body.service-page .svcd-card__link:hover,
body.service-page .svcd-card__link:focus {
  color: #ff9f12;
}

body.service-page .svcd-ticks {
  list-style: none;
  margin: 18px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #edf0f4;
  text-align: left;
}

body.service-page .svcd-ticks li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 1.5;
  color: #4a4d55;
}

body.service-page .svcd-ticks li:last-child {
  margin-bottom: 0;
}

body.service-page .svcd-ticks li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #EA5457;
  font-weight: 700;
  font-size: 14px;
}

body.service-page .svcd-links {
  padding: 22px 24px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
}

body.service-page .svcd-links__title {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #888;
}

body.service-page .svcd-link {
  display: block;
  padding: 14px 16px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.service-page .svcd-link:last-child {
  margin-bottom: 0;
}

body.service-page .svcd-link:hover,
body.service-page .svcd-link:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
  border-color: #e2e6ec;
  text-decoration: none;
}

body.service-page .svcd-link__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #EA5457;
  margin-bottom: 3px;
}

body.service-page .svcd-link__text {
  display: block;
  font-size: 13.5px;
  line-height: 1.5;
  color: #666;
}

[x-cloak] {
  display: none !important;
}

@media (max-width: 767px) {
  .btn-cta {
    width: 100%;
  }

  .filter-toggle {
    margin-bottom: 12px;
    font-weight: 600;
    text-align: left;
    font-size: 15px;
    padding: 11px 14px;
  }

  .filter-toggle .caret {
    float: right;
    margin-top: 8px;
  }

  .filter-toggle .filter-toggle-icon {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    vertical-align: -2px;
  }

  .filter-sidebar.filter-collapsed {
    display: none;
  }

  .filter-sidebar-title {
    font-size: 15px;
  }

  .filter-section-label {
    font-size: 13px;
  }

  .filter-reset-link {
    font-size: 13px;
  }

  .sort-arrow {
    font-size: 11px;
  }

  .entry-button-on-categories {
    font-size: 12px;
  }

  .thumbnail-name .label,
  .group-color-counter {
    font-size: 12px !important;
  }

  .filter-color-swatches {
    gap: 8px;
  }

  .filter-swatch .color-swatch {
    width: 42px;
    height: 42px;
  }

  .filter-checkbox label {
    font-size: 14px;
    padding: 7px 0;
    min-height: 40px;
  }

  .btn-xs {
    padding: 8px 12px;
    font-size: 13px;
  }

  .sort-bar-new a {
    font-size: 14px;
    padding: 6px 2px;
    display: inline-block;
  }

  .modal .close {
    font-size: 30px;
    padding: 4px 12px;
    opacity: 0.7;
  }

  .carousel-indicators li {
    width: 28px;
    height: 28px;
  }

  .messenger {
    bottom: 5em;
  }

  .live-search-wrap {
    min-width: 0;
    max-width: calc(100vw - 30px);
  }

  .navbar {
    position: relative;
  }

  #touch-menu-main.mobile-menu {
    display: inline-flex;
    width: auto;
    float: left;
  }

  .topmenu-main {
    clear: both;
  }

  .navbar-search-mobile {
    position: static;
    padding: 0;
    clear: none;
  }

  .navbar-search-toggle {
    float: left;
    width: 46px;
    height: 46px;
    padding: 0;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
  }

  .navbar-search-panel {
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    z-index: 40;
    padding: 8px 12px;
    background: #EA5457;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  }

  .navbar-search-panel .navbar-form {
    float: none;
    margin: 0;
    padding: 0;
  }

  .navbar-search-panel .form-group,
  .navbar-search-panel .top-search-wrap {
    display: block;
    width: 100%;
  }

  .navbar-search-panel .form-control {
    width: 100%;
  }

  .navbar-search-panel .btn {
    margin-top: 6px;
  }

  .filter-input {
    height: 40px;
  }
}

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

  header {
    padding: 10px 0 6px;
  }

  header .col-xs-5 {
    width: 46%;
    float: left;
    min-height: 0;
  }

  header .col-xs-7 {
    width: 54%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 44px;
  }

  header .phones {
    margin: 0;
    width: auto;
    line-height: 1.1;
  }

  header .phones .callmail,
  header .phones .small {
    display: none;
  }

  header .phones .phone a,
  header .phones .phone span {
    font-size: 21px;
    white-space: nowrap;
  }

  .home-page h2.lead {
    font-size: 21px;
    margin-top: 40px;
    margin-bottom: 22px;
    letter-spacing: 0.01em;
  }

  .home-page .section-bg {
    margin: 34px 0;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .home-page .roadmap,
  .home-page .services,
  .home-page .advantages,
  .home-page .most-popular,
  .home-page .index-categories,
  .home-page .prm {
    margin-top: 40px;
  }

  .home-intro {
    padding-top: 22px;
  }

  .home-intro__title {
    font-size: 22px;
  }

  .home-intro__lead {
    font-size: 15px;
    line-height: 1.55;
  }

  .home-intro__usp {
    gap: 8px;
  }

  .home-intro__usp li {
    font-size: 13px;
    padding: 7px 14px 7px 32px;
  }

  .home-intro__trust,
  .home-intro__note {
    font-size: 13px;
  }

  .index-categories .thumbnail,
  .most-popular .thumbnail {
    height: 210px;
  }

  .index-categories .caption,
  .most-popular .caption {
    font-size: 16px;
  }

  .index-categories small,
  .most-popular small {
    font-size: 13px;
    margin-bottom: 14px !important;
  }

  .index-categories .index-categories-col,
  .most-popular .img-thumbnails > [class*=col-] {
    margin-bottom: 14px;
  }

  .most-popular .popular-cta-col {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
  }

  .popular-cta.thumbnail {
    height: auto;
    min-height: 170px;
  }

  .ourw > [class*=col-] {
    width: 33.3333%;
  }

  .about-company .about-lead {
    font-size: 15px;
  }

  .about-feature {
    padding: 22px 18px;
  }

  .prm {
    display: block;
  }

  .prm > div {
    flex: none;
    width: 100%;
    margin-bottom: 24px;
  }

  .prm > div:last-child {
    margin-bottom: 0;
  }

  .prm img {
    width: 100%;
    max-width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .prm .h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    padding: 8px 12px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .breadcrumb > li:not(:first-child):not(:nth-last-child(-n+2)) {
    display: none;
  }

  .breadcrumb > li:nth-last-child(2):nth-child(n+4)::before {
    content: "/ \2026   /";
    color: #b0b4bb;
    padding: 0 6px;
  }

  .breadcrumb > li.active {
    max-width: calc(100vw - 205px);
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
  }
}

@media (max-width: 767px) {
  .catalog-index .catalog-group {
    display: block;
    margin-bottom: 26px;
    padding-bottom: 26px;
  }

  .catalog-index .catalog-group__intro {
    position: static;
    margin-bottom: 18px;
  }

  .catalog-index .catalog-group__title {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .catalog-index .catalog-group__title::before {
    height: 17px;
    margin-right: 9px;
    transform: translateY(2px);
  }

  .catalog-index .catalog-group__lead {
    max-width: none;
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 14px;
  }

  .catalog-index .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
    gap: 12px;
  }

  .catalog-index .catalog-group[data-cols="1"] .catalog-grid {
    grid-template-columns: 1fr;
  }

  .catalog-index .catalog-card {
    border-radius: 13px;
  }

  .catalog-index .catalog-card__body {
    padding: 12px 12px 13px;
  }

  .catalog-index .catalog-card__caption {
    font-size: 15px;
    min-height: 2.4em;
  }

  .catalog-index .catalog-card__desc {
    font-size: 12.5px;
    margin-top: 5px;
    line-height: 1.5;
  }

  .catalog-index .catalog-card__price {
    font-size: 13.5px;
    padding-top: 10px;
  }
}

@media (max-width: 359px) {
  .catalog-index .catalog-grid {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  body.our-work-page h1 {
    margin-top: 16px;
  }

  body.our-work-page .col-xs-12 > p {
    font-size: 15px;
  }

  body.our-work-page .our-work-seo {
    font-size: 13.5px;
  }

  body.our-work-page .our-work .work-filter {
    margin: 18px 0 22px;
  }

  body.our-work-page .our-work .filter-content {
    padding: 10px 14px 14px;
  }

  body.our-work-page .our-work .filter-options {
    gap: 8px;
  }

  body.our-work-page .our-work .filter-option label {
    padding: 9px 16px;
    font-size: 13.5px;
    min-height: 40px;
  }

  body.our-work-page .our-work__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  body.our-work-page .our-work__item {
    border-radius: 12px;
  }
}

@media (max-width: 359px) {
  body.our-work-page .our-work__grid {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .reviews-page__title {
    font-size: 20px;
  }

  .reviews-page__lead {
    font-size: 14.5px;
    margin-bottom: 20px;
  }

  .reviews-page__tabs.nav-tabs {
    justify-content: flex-start;
  }

  .reviews-page__tabs.nav-tabs > li > a {
    padding: 10px 16px;
    font-size: 14px;
  }

  .reviews-page__yandex {
    height: 480px;
    border-radius: 14px;
  }

  .reviews-page__form {
    padding: 20px 16px;
    border-radius: 14px;
  }

  .reviews-page__form-title {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .calc-page__h1 {
    font-size: 22px;
    margin-top: 8px;
  }

  .calc-page__intro {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .calc-card__body {
    padding: 18px 16px 22px;
  }

  .calc-field {
    gap: 12px;
  }

  .calc-field__thumb {
    flex-basis: 78px;
    width: 78px;
    height: 100px;
  }

  .calc-sizes {
    gap: 12px;
  }

  .calc-size input.input-jumbo {
    height: 54px;
    font-size: 24px;
  }

  .calc-section {
    margin-top: 22px;
  }

  .calc-section__title {
    font-size: 16px;
  }

  .calc-price {
    padding: 15px 16px;
  }

  .calc-price__amount .totalPrice,
  .calc-price__amount .totalPriceFull {
    font-size: 26px;
  }

  .calc-submit__btn {
    width: 100%;
    min-width: 0;
    padding: 15px 20px;
  }

  .calc-aside {
    padding-left: 0;
    margin-top: 30px;
  }

  .calc-steps__title {
    font-size: 18px;
  }

  .calc-cta__phone {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  body.services-page .svc {
    padding-bottom: 30px;
  }

  body.services-page .svc-hero {
    margin-bottom: 24px;
  }

  body.services-page .svc-hero__title {
    font-size: 24px;
  }

  body.services-page .svc-hero__lead {
    font-size: 15px;
    line-height: 1.6;
  }

  body.services-page .svc-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;
  }

  body.services-page .svc-card {
    padding: 22px 20px;
  }

  body.services-page .svc-card__badge {
    width: 62px;
    height: 62px;
    margin-bottom: 16px;
  }

  body.services-page .svc-card__badge img {
    width: 32px;
    height: 32px;
  }

  body.services-page .svc-card__title {
    font-size: 20px;
  }

  body.services-page .svc-card__text {
    font-size: 15px;
  }

  body.services-page .svc-intro {
    font-size: 15px;
    margin-bottom: 26px;
  }

  body.services-page .svc-terms {
    padding: 22px 18px;
    margin-bottom: 32px;
  }

  body.services-page .svc-terms__title {
    font-size: 19px;
    margin-bottom: 20px;
  }

  body.services-page .svc-terms__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  body.services-page .svc-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  body.service-page .svcd {
    padding-bottom: 32px;
  }

  body.service-page .svcd-hero {
    margin-bottom: 22px;
  }

  body.service-page .svcd-hero__title {
    font-size: 24px;
  }

  body.service-page .svcd-hero__lead {
    font-size: 15px;
    line-height: 1.6;
  }

  body.service-page .svcd-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.service-page .svcd-prose {
    max-width: 100%;
  }

  body.service-page .svcd-prose p {
    font-size: 15px;
    line-height: 1.7;
  }

  body.service-page .svcd-block {
    padding: 22px 0;
  }

  body.service-page .svcd-h {
    font-size: 19px;
    padding-left: 12px;
  }

  body.service-page .svcd-h3 {
    font-size: 16px;
  }

  body.service-page .svcd-list li {
    font-size: 15px;
  }

  body.service-page .svcd-steps li {
    padding: 14px 14px;
    gap: 12px;
  }

  body.service-page .svcd-steps__num {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  body.service-page .svcd-steps__text {
    font-size: 15px;
  }

  body.service-page .svcd-figure img {
    max-width: 100%;
  }

  body.service-page .svcd-map iframe {
    height: 300px;
  }

  body.service-page .svcd-aside {
    position: static;
    top: auto;
    gap: 16px;
  }

  body.service-page .svcd-card {
    padding: 24px 20px;
  }

  body.service-page .svcd-card__phone {
    font-size: 24px;
  }

  body.service-page .svcd-links {
    padding: 18px 16px;
  }
}

.mascot {
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

.mascot__tail {
  transform-box: fill-box;
  transform-origin: 5% 96%;
}

.mascot.is-animated .mascot__tail {
  animation: mascot-tail-sway 4.8s ease-in-out infinite;
  will-change: transform;
}

@keyframes mascot-tail-sway {
  0%, 100% {
    transform: rotate(-3deg);
  }

  50% {
    transform: rotate(3.5deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mascot.is-animated .mascot__tail {
    animation: none;
  }
}

.svc-hero,
.svcd-hero,
.mascot-hero {
  display: flex;
  align-items: center;
  gap: 36px;
}

.svc-hero__text,
.svcd-hero__text,
.mascot-hero__text {
  flex: 1 1 auto;
  min-width: 0;
}

.svc-hero__fig,
.svcd-hero__fig,
.mascot-hero__fig {
  flex: 0 0 auto;
  width: 172px;
  line-height: 0;
}

.article__mascot {
  text-align: center;
  margin-bottom: 10px;
  line-height: 0;
}

.footer__mascot {
  margin-top: 16px;
  line-height: 0;
}

.catalog-hero__fig {
  text-align: center;
  margin-bottom: 6px;
  line-height: 0;
}

@media (max-width: 768px) {
  .catalog-hero__fig {
    display: none;
  }
}

.catalog-lead {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 36px;
}

.catalog-lead__body {
  flex: 1 1 auto;
  min-width: 0;
}

.catalog-lead__body .catalog-intro {
  margin-top: 0;
}

.catalog-lead__cta {
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .catalog-lead {
    flex-direction: column;
    gap: 18px;
  }
}

.reviews-page__create {
  text-align: center;
  margin: 2px 0 26px;
}

.cta-thesis {
  margin: 10px 0 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: #8a857c;
  text-align: center;
}

.callme__dialog {
  width: auto;
  max-width: 820px;
  margin: 40px auto;
}

.callme__content {
  position: relative;
  border: none;
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(20, 16, 10, 0.28);
  overflow: hidden;
}

.callme__close {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 3;
  font-size: 26px;
  line-height: 1;
  opacity: 0.55;
}

.callme__grid {
  display: flex;
  align-items: stretch;
}

.callme__aside {
  flex: 0 0 44%;
  padding: 30px 26px;
  background: linear-gradient(160deg, #fff5f5 0%, #ffe6e7 100%);
  text-align: center;
}

.callme__mascot {
  line-height: 0;
  margin-bottom: 4px;
}

.callme__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  color: #2a2d34;
}

.callme__lead {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #6d6a63;
}

.callme__ticks {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  text-align: left;
}

.callme__ticks li {
  position: relative;
  padding-left: 24px;
  margin: 8px 0;
  font-size: 13.5px;
  line-height: 1.45;
  color: #4a4a4a;
}

.callme__ticks li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #EA5457;
  font-weight: 800;
}

.callme__hours {
  margin: 0;
  font-size: 13px;
  color: #6d6a63;
}

.callme__hours strong {
  color: #2a2d34;
}

.callme__form {
  flex: 1 1 auto;
  padding: 34px 30px 26px;
}

.callme__form-title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #2a2d34;
}

.callme__agree label {
  font-weight: 400;
  font-size: 13.5px;
}

.callme__submit {
  margin-bottom: 0;
}

.callme__submit .btn {
  min-width: 230px;
}

.callme__loading {
  color: #8a857c;
}

.callme__thesis {
  margin-top: 16px;
}

.callme .form-horizontal .control-label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding: 0 0 5px;
  font-weight: 600;
}

.callme .form-horizontal .col-sm-9,
.callme .form-horizontal .col-sm-12 {
  float: none;
  width: 100%;
}

.callme .form-group {
  margin: 0 0 16px;
}

@media (max-width: 620px) {
  .callme__grid {
    flex-direction: column;
  }

  .callme__aside {
    flex: none;
    padding: 24px 22px;
  }

  .callme__form {
    padding: 24px 22px;
  }
}

@media (max-width: 768px) {
  .svc-hero,
  .svcd-hero,
  .mascot-hero {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .svc-hero__fig,
  .svcd-hero__fig,
  .mascot-hero__fig {
    width: 120px;
    align-self: center;
  }
}

.mega-menu {
  display: none;
}

@media (min-width: 768px) {
  #navbar-main-container .navbar {
    position: relative;
  }

  .topmenu-main > li.mega-parent {
    position: static;
  }

  .mega-parent > .dropdown-menu.mega-mobile {
    display: none !important;
  }

  .topmenu-main > li.mega-parent:hover > .mega-menu,
  .topmenu-main > li.mega-parent:focus-within > .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  #navbar-main-container .navbar .navbar-nav.topmenu-main > li.mega-parent:hover > a,
  #navbar-main-container .navbar .navbar-nav.topmenu-main > li.mega-parent:focus-within > a {
    color: #EA5457;
    background-color: #F1F1F1;
  }

  #navbar-main-container .navbar .navbar-nav.topmenu-main > li.mega-parent:hover > a .caret,
  #navbar-main-container .navbar .navbar-nav.topmenu-main > li.mega-parent:focus-within > a .caret {
    color: #EA5457;
  }

  .mega-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    padding: 18px 24px 26px;
    background: #fff;
    border: 1px solid #e6e8ec;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0s linear 0.16s;
  }

  .topmenu-main > li.mega-parent:hover > .mega-menu,
  .topmenu-main > li.mega-parent:focus-within > .mega-menu {
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0s;
  }

  .mega-menu__inner {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 0;
    min-height: 300px;
  }

  .mega-menu__nav {
    flex: 0 0 266px;
    align-self: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mega-menu__navitem + .mega-menu__navitem {
    margin-top: 4px;
  }

  .mega-menu__navlink {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #2a3342;
    text-decoration: none;
    transition: color 0.14s ease, background 0.14s ease;
  }

  .mega-menu__navlink:hover,
  .mega-menu__navlink:focus {
    text-decoration: none;
  }

  .mega-menu__navthumb {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    overflow: hidden;
    background: #f4f5f7;
    border: 1px solid #dfe3e8;
    border-radius: 9px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 2px rgba(20, 24, 40, 0.14);
  }

  .mega-menu__navthumb-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }

  .mega-menu__navname {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mega-menu__navchevron {
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 1;
    color: #EA5457;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.14s ease, transform 0.14s ease;
  }

@keyframes megaChevronNudge {
    0%, 100% {
      transform: translateX(0);
    }

    50% {
      transform: translateX(5px);
    }
}

  .mega-menu__navitem.is-current:not(:hover) > .mega-menu__navlink {
    background: rgba(234, 84, 87, 0.06);
    border-color: rgba(234, 84, 87, 0.2);
  }

  .mega-menu__navitem.is-current:not(:hover) > .mega-menu__navlink .mega-menu__navname {
    color: #EA5457;
    font-weight: 700;
  }

  .mega-menu__navitem.is-current:not(:hover) > .mega-menu__navlink .mega-menu__navthumb {
    border-color: #EA5457;
  }

  .mega-menu__ptile.is-current .mega-menu__ptile-media {
    border-color: #EA5457;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 0 0 2px rgba(234, 84, 87, 0.18);
  }

  .mega-menu__ptile.is-current .mega-menu__ptile-name {
    color: #EA5457;
  }

  .mega-menu__detail {
    flex: 1 1 auto;
    min-width: 0;
  }

  .mega-menu__panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 284px;
    right: 232px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 24px 22px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e6e9ee;
    border-radius: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 2px 12px 28px -6px rgba(20, 24, 40, 0.12);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.16s ease, visibility 0s linear 0.16s;
  }

  .mega-menu__panel-all {
    align-self: center;
    margin-top: 6px;
    padding: 10px 22px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background-color: #EA5457;
    background-image: linear-gradient(rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), inset 0 -2px 0 rgba(0, 0, 0, 0.16), 0 4px 10px rgba(234, 84, 87, 0.28);
    transition: filter 0.15s ease, transform 0.05s ease;
  }

  .mega-menu__panel-all::first-letter {
    text-transform: uppercase;
  }

  .mega-menu__panel-all:hover,
  .mega-menu__panel-all:focus {
    color: #fff;
    text-decoration: none;
    filter: brightness(1.06);
  }

  .mega-menu__panel-all:active {
    transform: translateY(1px);
  }

  .mega-menu__ptiles {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 18px 18px;
    align-content: start;
  }

  .mega-menu__ptile {
    display: block;
    min-width: 0;
    color: #1f2937;
    text-decoration: none;
  }

  .mega-menu__ptile:hover,
  .mega-menu__ptile:focus {
    text-decoration: none;
  }

  .mega-menu__ptile:hover .mega-menu__ptile-media,
  .mega-menu__ptile:focus .mega-menu__ptile-media {
    border-color: #EA5457;
    box-shadow: 0 6px 16px rgba(234, 84, 87, 0.2);
  }

  .mega-menu__ptile:hover .mega-menu__ptile-name,
  .mega-menu__ptile:focus .mega-menu__ptile-name {
    color: #EA5457;
  }

  .mega-menu__ptile-media {
    display: block;
    height: 158px;
    margin-bottom: 8px;
    overflow: hidden;
    background: #f4f5f7;
    border: 1px solid #e0e4e9;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 3px rgba(20, 24, 40, 0.1);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }

  .mega-menu__ptile-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }

  .mega-menu__ptile-name {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    color: #374151;
    transition: color 0.15s ease;
  }

  .mega-menu__panel--single {
    justify-content: center;
  }

  .mega-menu__hero {
    display: flex;
    align-items: center;
    gap: 28px;
    color: inherit;
    text-decoration: none;
  }

  .mega-menu__hero:hover,
  .mega-menu__hero:focus {
    text-decoration: none;
  }

  .mega-menu__hero:hover .mega-menu__hero-media,
  .mega-menu__hero:focus .mega-menu__hero-media {
    border-color: #EA5457;
    box-shadow: 0 10px 24px rgba(234, 84, 87, 0.22);
  }

  .mega-menu__hero:hover .mega-menu__hero-title,
  .mega-menu__hero:focus .mega-menu__hero-title {
    color: #EA5457;
  }

  .mega-menu__hero:hover .mega-menu__hero-link,
  .mega-menu__hero:focus .mega-menu__hero-link {
    text-decoration: underline;
  }

  .mega-menu__hero-media {
    flex: 0 0 320px;
    height: 220px;
    overflow: hidden;
    background: #f4f5f7;
    border: 1px solid #e0e4e9;
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 6px rgba(20, 24, 40, 0.12);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }

  .mega-menu__hero-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }

  .mega-menu__hero-body {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 380px;
  }

  .mega-menu__hero-title {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    transition: color 0.15s ease;
  }

  .mega-menu__hero-desc {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.55;
    color: #6b7280;
  }

  .mega-menu__hero-link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #EA5457;
  }

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__navlink,
  .mega-menu__navitem:hover > .mega-menu__navlink {
    position: relative;
    z-index: 3;
    margin-right: -26px;
    padding-right: 38px;
    background: #fff;
    border-color: #e6e9ee;
    border-right-color: transparent;
    border-radius: 12px 0 0 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), -4px 4px 12px -6px rgba(20, 24, 40, 0.2);
  }

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__navlink .mega-menu__navname,
  .mega-menu__navitem:hover > .mega-menu__navlink .mega-menu__navname {
    color: #EA5457;
  }

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__navlink .mega-menu__navthumb,
  .mega-menu__navitem:hover > .mega-menu__navlink .mega-menu__navthumb {
    border-color: #EA5457;
  }

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__navlink .mega-menu__navchevron,
  .mega-menu__navitem:hover > .mega-menu__navlink .mega-menu__navchevron {
    opacity: 1;
    animation: megaChevronNudge 1.1s ease-in-out infinite;
  }

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__navlink::before,
  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__navlink::after,
  .mega-menu__navitem:hover > .mega-menu__navlink::before,
  .mega-menu__navitem:hover > .mega-menu__navlink::after {
    content: "";
    position: absolute;
    right: 0;
    width: 14px;
    height: 14px;
    background: #fff;
    pointer-events: none;
  }

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__navlink::before,
  .mega-menu__navitem:hover > .mega-menu__navlink::before {
    bottom: 100%;
    -webkit-mask: radial-gradient(14px 14px at top left, transparent 99%, #000 100%);
    mask: radial-gradient(14px 14px at top left, transparent 99%, #000 100%);
  }

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__navlink::after,
  .mega-menu__navitem:hover > .mega-menu__navlink::after {
    top: 100%;
    -webkit-mask: radial-gradient(14px 14px at bottom left, transparent 99%, #000 100%);
    mask: radial-gradient(14px 14px at bottom left, transparent 99%, #000 100%);
  }

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__navlink::before,
  .mega-menu__navitem:first-child:hover > .mega-menu__navlink::before {
    display: none;
  }

  .mega-menu__navitem:last-child:hover > .mega-menu__navlink::after {
    display: none;
  }

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__panel,
  .mega-menu__navitem:hover > .mega-menu__panel {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transition: opacity 0.16s ease, visibility 0s;
  }

@keyframes megaTileIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

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

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__panel .mega-menu__ptile,
  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__panel .mega-menu__hero,
  .mega-menu__navitem:hover > .mega-menu__panel .mega-menu__ptile,
  .mega-menu__navitem:hover > .mega-menu__panel .mega-menu__hero {
    animation: megaTileIn 0.34s ease both;
  }

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__panel .mega-menu__ptile:nth-child(1),
  .mega-menu__navitem:hover > .mega-menu__panel .mega-menu__ptile:nth-child(1) {
    animation-delay: 0.03s;
  }

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__panel .mega-menu__ptile:nth-child(2),
  .mega-menu__navitem:hover > .mega-menu__panel .mega-menu__ptile:nth-child(2) {
    animation-delay: 0.08s;
  }

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__panel .mega-menu__ptile:nth-child(3),
  .mega-menu__navitem:hover > .mega-menu__panel .mega-menu__ptile:nth-child(3) {
    animation-delay: 0.13s;
  }

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__panel .mega-menu__ptile:nth-child(4),
  .mega-menu__navitem:hover > .mega-menu__panel .mega-menu__ptile:nth-child(4) {
    animation-delay: 0.18s;
  }

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__panel .mega-menu__ptile:nth-child(5),
  .mega-menu__navitem:hover > .mega-menu__panel .mega-menu__ptile:nth-child(5) {
    animation-delay: 0.23s;
  }

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__panel .mega-menu__ptile:nth-child(6),
  .mega-menu__navitem:hover > .mega-menu__panel .mega-menu__ptile:nth-child(6) {
    animation-delay: 0.28s;
  }

  .mega-menu__nav:not(:hover) .mega-menu__navitem:first-child > .mega-menu__panel .mega-menu__ptile:nth-child(n+7),
  .mega-menu__navitem:hover > .mega-menu__panel .mega-menu__ptile:nth-child(n+7) {
    animation-delay: 0.32s;
  }

  .mega-menu__aside {
    flex: 0 0 232px;
    align-self: stretch;
    padding-left: 28px;
    border-left: 0;
  }

  .mega-menu__groups {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
  }

  .mega-menu__groups > li {
    margin-bottom: 14px;
  }

  .mega-menu__group-head {
    display: block;
    margin-bottom: 6px;
    font-size: 13.5px;
    font-weight: 700;
    color: #1f2937;
    text-transform: none;
    text-decoration: none;
  }

  .mega-menu__group-head:hover,
  .mega-menu__group-head:focus {
    color: #EA5457;
    text-decoration: none;
  }

  .mega-menu__group-children {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mega-menu__group-children > li > a {
    display: block;
    padding: 2px 0;
    font-size: 12.5px;
    line-height: 1.35;
    color: #6b7280;
    text-transform: none;
    text-decoration: none;
  }

  .mega-menu__group-children > li > a:hover,
  .mega-menu__group-children > li > a:focus {
    color: #EA5457;
    text-decoration: none;
  }

  .mega-menu__motor {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #ff9f12;
    background-image: linear-gradient(rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.12));
    border-radius: 6px;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -2px 0 rgba(0, 0, 0, 0.16);
    transition: filter 0.15s ease;
  }

  .mega-menu__motor svg {
    fill: currentColor;
    width: 14px;
    height: 14px;
  }

  .mega-menu__motor:hover,
  .mega-menu__motor:focus {
    color: #fff;
    text-decoration: none;
    filter: brightness(1.06);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mega-menu__nav {
    flex-basis: 210px;
  }

  .mega-menu__aside {
    flex-basis: 200px;
    padding-left: 18px;
  }

  .mega-menu__panel {
    left: 224px;
    right: 200px;
    padding-left: 20px;
  }

  .mega-menu__ptiles {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 12px 14px;
  }
}

.ac__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ac__head::-webkit-details-marker {
  display: none;
}

.ac__title {
  font-weight: 700;
  line-height: 1.45;
  color: #2a2d34;
  transition: color 0.15s ease;
}

.ac__indicator {
  flex: 0 0 auto;
}

.ac__indicator-icon {
  display: block;
  transition: transform 0.28s ease;
}

.ac[open] .ac__indicator-icon {
  transform: rotate(180deg);
}

.ac__body {
  overflow: hidden;
}

.ac--card {
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 6px 18px rgba(17, 24, 39, 0.06);
  overflow: hidden;
  transition: box-shadow 0.24s ease, border-color 0.24s ease;
}

.ac--card:hover {
  border-color: #e2e6ec;
}

.ac--card[open] {
  border-color: #e2e6ec;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.11);
}

.ac--card .ac__head {
  gap: 18px;
  padding: 22px 26px;
}

.ac--card .ac__head:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(234, 84, 87, 0.4);
  border-radius: 16px;
}

.ac--card .ac__title {
  font-size: 18px;
}

.ac--card:hover .ac__title,
.ac--card[open] .ac__title {
  color: #EA5457;
}

.ac--card .ac__indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background-color: #9aa1ab;
  background-image: linear-gradient(rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.12));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -2px 0 rgba(0, 0, 0, 0.18), 0 1px 2px rgba(0, 0, 0, 0.22);
  transition: filter 0.15s ease;
}

.ac--card .ac__head:hover .ac__indicator {
  filter: brightness(1.05);
}

.ac--card .ac__indicator-icon {
  width: 16px;
  height: 16px;
}

.ac--card .ac__body-inner {
  padding: 18px 26px 24px;
  border-top: 1px solid #edf0f4;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

.ac--card .ac__body-inner p {
  margin: 0 0 12px;
}

.ac--card .ac__body-inner p:last-child {
  margin-bottom: 0;
}

.ac--card .ac__body-inner a {
  font-weight: 600;
  white-space: nowrap;
}

.ac--card .ac__body-inner a[href^="mailto:"] {
  white-space: normal;
}

.ac--divider {
  border-top: 1px solid #edf0f4;
  border-bottom: 1px solid #edf0f4;
}

.ac--divider .ac__head {
  padding: 12px 0;
}

.ac--divider .ac__title {
  font-size: 14px;
  font-weight: 600;
}

.ac--divider .ac__head:hover .ac__title {
  color: #EA5457;
}

.ac--divider .ac__indicator {
  display: flex;
  align-items: center;
  color: #666;
}

.ac--divider .ac__indicator-icon {
  width: 12px;
  height: 12px;
  transition: transform 0.2s ease;
}

.ac--divider[open] .ac__indicator-icon {
  transform: rotate(90deg);
}

.ui-card {
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.ui-card--lift {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.ui-card--lift:hover,
.ui-card--lift:focus {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.13);
  border-color: #e2e6ec;
}

.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 30px;
  background: linear-gradient(135deg, #2a2d34 0%, #3a3e47 100%);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.16);
}

.cta__title {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.cta__text {
  max-width: 600px;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.cta__phone {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.cta__phone:hover,
.cta__phone:focus {
  color: #ff9f12;
  text-decoration: none;
}

.cta__mail {
  display: inline-block;
  margin: 6px 0 16px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.cta__mail:hover,
.cta__mail:focus {
  color: #ff9f12;
  text-decoration: none;
}

.cta__note {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.cta__icon {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
}

@media (max-width: 767px) {
  .cta {
    padding: 32px 20px;
  }

  .cta__title {
    font-size: 22px;
  }

  .cta__phone {
    font-size: 24px;
  }
}

body.faq-page.faq-page main.container,
body.warranty-page.warranty-page main.container,
body.services-page.services-page main.container {
  max-width: 1320px;
}

body.about-page.about-page.text-page main.container,
body.wholesale-page.wholesale-page.text-page main.container {
  max-width: 1320px;
}

body.spec-page.text-page main.container {
  max-width: 1320px;
}

body.spec-page .spec {
  margin: 0 auto;
}

body.spec-page .spec-hero {
  text-align: center;
  margin: 4px 0 30px;
}

body.spec-page .spec-hero__title {
  margin: 0 0 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a2d34;
  line-height: 1.15;
}

body.spec-page .spec-hero__lead {
  max-width: 860px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.65;
  color: #6b7280;
}

body.spec-page .spec-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 0 40px;
}

body.spec-page .spec-facts__item {
  padding: 18px 20px;
  background: #f8f9fb;
  border: 1px solid #edf0f4;
  border-radius: 14px;
}

body.spec-page .spec-facts__key {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #EA5457;
}

body.spec-page .spec-facts__val {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  color: #555b63;
}

@media (max-width: 900px) {
  body.spec-page .spec-facts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  body.spec-page .spec-facts {
    grid-template-columns: 1fr;
  }
}

body.spec-page .spec-group {
  margin-bottom: 34px;
}

body.spec-page .spec-group__head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 14px;
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 2px solid #edf0f4;
}

body.spec-page .spec-group__title {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  color: #2a2d34;
}

body.spec-page .spec-group__note {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

body.spec-page .spec-docs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

body.spec-page .spec-docs > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.spec-page .spec-docs > li::marker,
body.spec-page .spec-docs > li::before {
  content: none;
}

@media (max-width: 720px) {
  body.spec-page .spec-docs {
    grid-template-columns: 1fr;
  }
}

body.spec-page .spec-card__link {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  padding: 18px 20px;
  text-decoration: none;
}

body.spec-page .spec-card__link:hover,
body.spec-page .spec-card__link:focus {
  text-decoration: none;
}

body.spec-page .spec-card__icon {
  position: relative;
  flex: 0 0 auto;
  width: 54px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
}

body.spec-page .spec-card__ext {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.spec-page .spec-card--pdf .spec-card__icon {
  background: #e0322d;
}

body.spec-page .spec-card--xls .spec-card__icon {
  background: #1f9e6f;
}

body.spec-page .spec-card__body {
  flex: 1 1 auto;
  min-width: 0;
}

body.spec-page .spec-card__title {
  display: block;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.4;
  color: #2a2d34;
}

body.spec-page .spec-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin-top: 8px;
}

body.spec-page .spec-card__tag {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #EA5457;
  background: rgba(234, 84, 87, 0.08);
  border-radius: 999px;
}

body.spec-page .spec-card__ver {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  color: #6b7280;
  background: #f2f4f7;
  border-radius: 999px;
}

body.spec-page .spec-card__size {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #9aa0aa;
}

body.spec-page .spec-card__action {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #6b7280;
  background: #f2f4f7;
  transition: color 0.2s ease, background 0.2s ease;
}

body.spec-page .spec-card__link:hover body.spec-page .spec-card__action {
  color: #fff;
  background: #EA5457;
}

body.spec-page .spec-outro {
  margin-top: 12px;
  padding: 24px 26px;
  background: #f8f9fb;
  border: 1px solid #edf0f4;
  border-radius: 16px;
}

body.spec-page .spec-outro__title {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  color: #2a2d34;
}

body.spec-page .spec-outro p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #555b63;
}

body.spec-page .spec-outro p a {
  color: #EA5457;
  font-weight: 600;
}

.catalog-index__title {
  color: #2a2d34;
  font-weight: 700;
}

.catalog-index .catalog-group {
  margin-bottom: 48px;
  padding-bottom: 44px;
  border-bottom: 1px solid #edf0f4;
}

.catalog-index .catalog-group:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.catalog-index .catalog-group__intro {
  margin-bottom: 26px;
}

.catalog-index .catalog-group__title {
  margin: 0 0 14px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-wrap: balance;
}

.catalog-index .catalog-group__title a {
  color: #2a2d34;
  text-decoration: none;
  transition: color 0.2s ease;
}

.catalog-index .catalog-group__title a:hover,
.catalog-index .catalog-group__title a:focus {
  color: #EA5457;
}

.catalog-index .catalog-group__title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 22px;
  margin-right: 12px;
  border-radius: 3px;
  background: #EA5457;
  transform: translateY(3px);
}

.catalog-index .catalog-group__lead {
  max-width: 980px;
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.66;
}

.catalog-index .catalog-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
  gap: 22px;
}

.catalog-index .catalog-group[data-cols="1"] .catalog-grid {
  max-width: 400px;
}

.catalog-index .catalog-group[data-cols="2"] .catalog-grid {
  max-width: 820px;
}

.catalog-index .catalog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(17, 24, 39, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.catalog-index .catalog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  padding: 1.5px;
  pointer-events: none;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.55), rgba(234, 84, 87, 0.3) 48%, rgba(120, 22, 30, 0.42));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.55;
  transition: opacity 0.28s ease;
}

.catalog-index .catalog-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f4f6f9;
}

.catalog-index .catalog-card__media::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.catalog-index .catalog-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  transition: transform 0.5s ease;
}

.catalog-index .catalog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px 14px 16px;
}

.catalog-index .catalog-card__caption {
  color: #2a2d34;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
  text-wrap: balance;
  min-height: 2.4em;
  transition: color 0.2s ease;
}

.catalog-index .catalog-card__desc {
  margin-top: 8px;
  color: #7a7f88;
  font-size: 14px;
  line-height: 1.55;
}

.catalog-index .catalog-card__price {
  margin-top: auto;
  padding-top: 12px;
  color: #EA5457;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.catalog-index .catalog-card:hover,
.catalog-index .catalog-card:focus {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.1);
  border-color: #e6eaf0;
}

.catalog-index .catalog-card:hover::after,
.catalog-index .catalog-card:focus::after {
  opacity: 1;
}

.catalog-index .catalog-card:hover .catalog-card__img,
.catalog-index .catalog-card:focus .catalog-card__img {
  transform: scale(1.06);
}

.catalog-index .catalog-card:hover .catalog-card__caption,
.catalog-index .catalog-card:focus .catalog-card__caption {
  color: #EA5457;
}

@media (max-width: 991px) {
  .catalog-index .catalog-group[data-cols="4"] .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }
}

@supports (animation-timeline: view()) {
  .catalog-index .catalog-card {
    animation: homeFade linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 16%;
  }
}

.catalog {
  padding: 0 0 56px;
}

.catalog-section__title {
  margin: 0 0 22px;
  font-size: 26px;
  font-weight: 700;
  color: #2a2d34;
}

.catalog-hero {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 36px 0 26px;
  border-bottom: 1px solid #edf0f4;
  margin-bottom: 36px;
}

.catalog-hero__main {
  flex: 1 1 auto;
  min-width: 0;
}

.catalog-hero__title {
  margin: 0 0 12px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.12;
  color: #2a2d34;
}

.catalog-hero__meta {
  margin: 0;
  max-width: 820px;
  font-size: 17px;
  line-height: 1.55;
  color: #666;
}

.catalog-hero__count {
  font-weight: 700;
  color: #EA5457;
}

.catalog-hero__actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 20px 24px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  text-align: center;
}

.catalog-hero__actions .btn {
  white-space: nowrap;
}

.catalog-hero__phone {
  font-size: 24px;
  font-weight: 700;
  color: #2a2d34;
}

.catalog-hero__phone:hover,
.catalog-hero__phone:focus {
  color: #EA5457;
  text-decoration: none;
}

.catalog-hero__icon {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
}

.catalog-models {
  margin-bottom: 48px;
}

.catalog-models__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.catalog-model {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  text-align: center;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.catalog-model:hover,
.catalog-model:focus {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.13);
  border-color: #e2e6ec;
  text-decoration: none;
}

.catalog-model__media {
  display: block;
  aspect-ratio: 3/4;
  background: #f7f9fc;
}

.catalog-model__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog-model__name {
  display: block;
  padding: 16px 16px 4px;
  font-size: 18px;
  font-weight: 700;
  color: #2a2d34;
}

.catalog-model__price {
  display: block;
  padding: 0 16px 18px;
  margin-top: auto;
  font-size: 15px;
  font-weight: 600;
  color: #EA5457;
}

.catalog-listing {
  margin: 48px 0;
}

.catalog-listing #materials-main-panel {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.catalog-listing #materials-main-panel > .panel-body {
  padding: 0;
}

@media (min-width: 992px) {
  .catalog-listing .material-item {
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .catalog-listing .material-item {
    width: 20%;
  }
}

@media (min-width: 1600px) {
  .catalog-listing .material-item {
    width: 16.6667%;
  }
}

.catalog-listing .material-item .thumbnail {
  padding: 0 !important;
  overflow: hidden;
}

.catalog-listing .material-item .thumbnail .skeleton-image {
  inset: 0 !important;
}

.catalog-listing .material-item .thumbnail > img,
.catalog-listing .material-item .thumbnail .img-responsive {
  border-radius: 0 !important;
}

.catalog-listing .filter-sidebar {
  padding: 20px 22px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.catalog-listing .filter-sidebar-title {
  font-size: 17px;
}

.catalog-listing .filter-section-label {
  font-size: 14px;
}

@media (min-width: 1400px) {
  .catalog-listing .filter-checkbox label,
  .catalog-listing .filter-section-label {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .catalog-listing #collapseFilter {
    padding-left: 15px;
    padding-right: 15px;
  }

  .catalog-listing .filter-toggle {
    background: #EA5457;
    border-color: #EA5457;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 14px rgba(234, 84, 87, 0.32);
  }

  .catalog-listing .filter-toggle .filter-toggle-icon,
  .catalog-listing .filter-toggle .caret {
    color: #fff;
  }

  .catalog-listing .filter-toggle:hover,
  .catalog-listing .filter-toggle:focus,
  .catalog-listing .filter-toggle:active {
    background: #d84447;
    border-color: #d84447;
    color: #fff;
  }
}

.catalog .roadmap {
  margin: 0 0 48px;
  padding: 40px 36px 44px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
}

.catalog .roadmap h2 {
  margin-top: 0;
}

.catalog-gallery {
  margin-bottom: 48px;
}

.catalog-gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

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

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

.catalog-gallery__item {
  display: block;
  overflow: hidden;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.catalog-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.catalog-gallery__item:hover img {
  transform: scale(1.05);
}

.carousel .catalog-gallery__item {
  aspect-ratio: 4/3;
}

.catalog-tabs {
  margin-bottom: 48px;
}

.catalog-tabs .nav-tabs {
  border-bottom: 1px solid #edf0f4;
}

.catalog-tabs .nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  color: #666;
  font-weight: 600;
}

.catalog-tabs .nav-tabs > li > a:hover {
  background: transparent;
  color: #2a2d34;
}

.catalog-tabs .nav-tabs > li.active > a {
  color: #EA5457;
  border: 0;
  border-bottom: 2px solid #EA5457;
  background: transparent;
}

.catalog-tabs .tab-content {
  padding: 28px 30px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.catalog-callback {
  margin-bottom: 48px;
  padding: 34px 32px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  text-align: center;
}

.catalog-callback__title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  color: #2a2d34;
}

.catalog-callback__text {
  margin: 0 auto 22px;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.55;
  color: #666;
}

.catalog-callback__fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 14px;
  max-width: 760px;
  margin: 0 auto 14px;
}

.catalog-callback__fields .form-group {
  margin: 0;
  text-align: left;
  flex: 1 1 220px;
}

.catalog-callback__submit {
  flex: 0 0 auto;
}

.catalog-callback__agree {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}

.catalog-callback__agree a {
  color: #EA5457;
}

.catalog-callback form {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.catalog-callback .control-label {
  font-weight: 600;
  color: #2a2d34;
}

.catalog-reviews {
  margin-bottom: 48px;
}

.catalog-reviews__empty {
  padding: 24px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  text-align: center;
  color: #666;
}

.catalog-reviews__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.catalog-reviews__actions .btn-link {
  color: #EA5457;
  font-weight: 600;
}

.catalog-reviews__actions .btn-link:hover,
.catalog-reviews__actions .btn-link:focus {
  color: #d84447;
}

.catalog-reviews__divider {
  width: 1px;
  height: 24px;
  background: #edf0f4;
}

.catalog-prose {
  max-width: 900px;
  margin: 0 0 48px;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

.catalog-prose h2 {
  font-size: 26px;
  font-weight: 700;
  color: #2a2d34;
  margin: 0 0 18px;
}

.catalog-prose h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2d34;
  margin: 28px 0 12px;
}

.catalog-prose p {
  margin: 0 0 16px;
}

.catalog-prose ul,
.catalog-prose ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

.catalog-prose li {
  margin-bottom: 8px;
}

.catalog-prose a {
  color: #EA5457;
  font-weight: 600;
}

.catalog-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.catalog-prose table {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
}

.catalog-prose table th,
.catalog-prose table td {
  padding: 10px 14px;
  border: 1px solid #edf0f4;
}

.catalog-prose table th {
  background: #f7f9fc;
  font-weight: 700;
  color: #2a2d34;
}

.catalog-intro {
  max-width: 100%;
}

.catalog-tabs .catalog-prose {
  max-width: 100%;
}

@media (max-width: 991px) {
  .catalog-models__grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 767px) {
  .catalog {
    padding: 0 0 40px;
  }

  .catalog-hero {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 24px 0 20px;
    margin-bottom: 28px;
  }

  .catalog-hero__title {
    font-size: 25px;
  }

  .catalog-hero__meta {
    font-size: 15px;
  }

  .catalog-hero__actions .btn {
    white-space: normal;
    max-width: 100%;
  }

  .catalog-section__title {
    font-size: 22px;
  }

  .catalog .roadmap {
    padding: 26px 18px 30px;
    margin-bottom: 36px;
  }

  .catalog-models__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .catalog-gallery__grid,
  .catalog-gallery__grid--wide {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .catalog-callback {
    padding: 26px 20px;
  }

  .catalog-callback__fields {
    flex-direction: column;
    align-items: stretch;
  }

  .catalog-callback__submit {
    width: 100%;
  }
}

.seo-trust {
  margin: 0 0 36px;
}

.seo-trust__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.seo-trust__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 16px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  text-align: center;
}

.seo-trust__num {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  color: #EA5457;
}

.seo-trust__label {
  font-size: 13px;
  line-height: 1.35;
  color: #666;
}

.seo-faq {
  margin: 40px 0 8px;
}

.seo-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.uni-compare {
  margin: 40px 0 8px;
}

.uni-compare__lead {
  margin: 0 0 20px;
  color: #666;
  line-height: 1.5;
}

.uni-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}

.uni-compare__card {
  display: flex;
  flex-direction: column;
  padding: 22px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 6px 16px rgba(17, 24, 39, 0.08);
}

.uni-compare__card.is-current {
  border-color: #EA5457;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 0 0 2px rgba(234, 84, 87, 0.25), 0 6px 16px rgba(17, 24, 39, 0.1);
}

.uni-compare__name {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: #2a2d34;
}

.uni-compare__mount {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #EA5457;
}

.uni-compare__desc {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.45;
  color: #666;
}

.uni-compare__link {
  margin-top: auto;
  font-weight: 600;
  text-decoration: none;
}

.uni-compare__note {
  padding: 16px 18px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  line-height: 1.5;
  color: #2a2d34;
}

.uni-compare__cta {
  margin: 18px 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .seo-trust__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .seo-trust__num {
    font-size: 19px;
  }

  .seo-faq .ac__title {
    font-size: 16px;
  }

  .seo-faq .ac__indicator {
    width: 30px;
    height: 30px;
  }

  .seo-faq .ac__indicator-icon {
    width: 14px;
    height: 14px;
  }

  .uni-compare__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.cart {
  padding: 0 0 56px;
}

.cart-hero {
  padding: 32px 0 24px;
  border-bottom: 1px solid #edf0f4;
  margin-bottom: 32px;
}

.cart-hero__title {
  margin: 0 0 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.12;
  color: #2a2d34;
}

.cart-hero__meta {
  margin: 0;
  max-width: 820px;
  font-size: 17px;
  line-height: 1.55;
  color: #666;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: start;
}

.cart-main {
  min-width: 0;
}

.cart-items {
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  overflow: hidden;
}

.cart-items__head {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 116px 96px 116px 44px;
  gap: 18px;
  align-items: center;
  padding: 14px 22px;
  background: #f7f9fc;
  border-bottom: 1px solid #edf0f4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #666;
}

.cart-items__head-name {
  grid-column: 2;
}

.cart-items__head-price {
  grid-column: 3;
  text-align: center;
}

.cart-items__head-qty {
  grid-column: 4;
  text-align: center;
}

.cart-items__head-sum {
  grid-column: 5;
  text-align: center;
}

.cart-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 116px 96px 116px 44px;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid #edf0f4;
  transition: background 0.18s ease;
}

.cart-item:last-child {
  border-bottom: 0;
}

.cart-item:hover {
  background: #fbfcfe;
}

.cart-item__media {
  display: block;
  width: 84px;
  height: 84px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #edf0f4;
  background: #f7f9fc;
}

.cart-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.cart-item__body {
  min-width: 0;
}

.cart-item__title {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: #2a2d34;
}

.cart-item__title:hover,
.cart-item__title:focus {
  color: #EA5457;
  text-decoration: none;
}

.cart-item__specs {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cart-item__spec {
  display: flex;
  gap: 6px;
  font-size: 14px;
  line-height: 1.4;
}

.cart-item__spec dt {
  flex: 0 0 auto;
  font-weight: 600;
  color: #666;
}

.cart-item__spec dt::after {
  content: ":";
}

.cart-item__spec dd {
  margin: 0;
  color: #2a2d34;
}

.cart-item__spec dd a {
  color: #EA5457;
}

.cart-item__price {
  text-align: center;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
}

.cart-item__qty {
  position: relative;
}

.cart-item__qty .form-control {
  width: 72px;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
}

.cart-item__qty .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cart-item__sum {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #2a2d34;
  white-space: nowrap;
}

.cart-item__sum--busy {
  opacity: 0.4;
}

.cart-item__remove {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background-color: #EA5457;
  background-image: linear-gradient(rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.12));
  color: #fff;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -2px 0 rgba(0, 0, 0, 0.18), 0 1px 2px rgba(0, 0, 0, 0.22);
  transition: filter 0.15s ease, transform 0.1s ease, box-shadow 0.12s ease;
}

.cart-item__remove:hover,
.cart-item__remove:focus {
  color: #fff;
  filter: brightness(1.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -2px 0 rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.24);
}

.cart-item__remove:active {
  transform: translateY(1px) scale(0.97);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.14);
}

.cart-item__remove[disabled] {
  opacity: 0.5;
  cursor: default;
  filter: none;
}

.cart-aside {
  position: sticky;
  top: 20px;
}

.cart-aside__fig {
  margin-top: 18px;
  text-align: center;
}

.cart-summary {
  padding: 24px 22px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  text-align: center;
}

.cart-summary__label {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #666;
}

.cart-summary__total {
  margin: 0 0 6px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.05;
  color: #2a2d34;
}

.cart-summary__cur {
  color: #666;
  font-weight: 700;
}

.cart-summary__note {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.45;
  color: #666;
}

.cart-summary__checkout {
  display: block;
  width: 100%;
  margin: 0 0 16px;
}

.cart-summary__thesis {
  margin: 0 0 16px;
  padding: 12px 14px;
  background: #f7f9fc;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #2a2d34;
}

.cart-summary__perks {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.cart-summary__perks li {
  position: relative;
  padding: 0 0 0 24px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #2a2d34;
}

.cart-summary__perks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(46, 158, 91, 0.14);
}

.cart-summary__perks li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 6px;
  height: 3px;
  border-left: 2px solid #2e9e5b;
  border-bottom: 2px solid #2e9e5b;
  transform: rotate(-45deg);
}

.cart-summary__perks li:last-child {
  margin-bottom: 0;
}

.cart-summary__phone {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #2a2d34;
}

.cart-summary__phone:hover,
.cart-summary__phone:focus {
  color: #EA5457;
  text-decoration: none;
}

.cart-empty {
  max-width: 520px;
  margin: 12px auto 0;
  padding: 8px 0 40px;
  text-align: center;
}

.cart-empty__title {
  margin: 14px 0 8px;
  font-size: 26px;
  font-weight: 700;
  color: #2a2d34;
}

.cart-empty__text {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.55;
  color: #666;
}

@media (max-width: 991px) {
  .cart-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cart-aside {
    position: static;
    max-width: 420px;
  }

  .cart-aside__fig {
    display: none;
  }
}

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

  .cart-item {
    grid-template-columns: 72px minmax(0, 1fr) 40px;
    grid-template-areas: "media body   remove" "media price  price" "qty   sum    sum";
    gap: 6px 14px;
    padding: 16px;
    align-items: start;
  }

  .cart-item__media {
    grid-area: media;
    width: 72px;
    height: 72px;
  }

  .cart-item__body {
    grid-area: body;
  }

  .cart-item__title {
    font-size: 16px;
  }

  .cart-item__price {
    grid-area: price;
    text-align: left;
    font-size: 14px;
  }

  .cart-item__price::before {
    content: attr(data-label) ": ";
    font-weight: 600;
    color: #666;
  }

  .cart-item__qty {
    grid-area: qty;
  }

  .cart-item__qty .form-control {
    margin: 0;
  }

  .cart-item__sum {
    grid-area: sum;
    align-self: center;
    text-align: right;
  }

  .cart-item__sum::before {
    content: attr(data-label) ": ";
    font-size: 13px;
    font-weight: 600;
    color: #666;
  }

  .cart-item__remove {
    grid-area: remove;
    justify-self: end;
  }

  .cart-hero__title {
    font-size: 30px;
  }

  .cart-summary__total {
    font-size: 30px;
  }
}

.checkout {
  padding: 0 0 64px;
}

.checkout-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 16px;
  border-bottom: 1px solid #edf0f4;
  margin-bottom: 4px;
}

.checkout-topbar__logo img {
  display: block;
  height: auto;
}

.checkout-topbar__thesis {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0 24px;
  font-size: 13px;
  color: #9a958c;
  text-align: center;
}

.checkout-topbar__phone {
  font-size: 22px;
  font-weight: 700;
  color: #2a2d34;
  white-space: nowrap;
}

.checkout-topbar__phone:hover,
.checkout-topbar__phone:focus {
  color: #EA5457;
  text-decoration: none;
}

.checkout-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 18px 0 6px;
  padding: 0;
  list-style: none;
}

.checkout-steps__step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #b4bac4;
  white-space: nowrap;
}

.checkout-steps__step:not(:last-child)::after {
  content: "";
  width: 28px;
  height: 2px;
  margin-left: 2px;
  background: #edf0f4;
}

.checkout-steps__step a {
  color: inherit;
}

.checkout-steps__step a:hover {
  color: #EA5457;
  text-decoration: none;
}

.checkout-steps__step.is-done {
  color: #2e9e5b;
}

.checkout-steps__step.is-done .checkout-steps__dot {
  background: #2e9e5b;
  border-color: #2e9e5b;
  color: #fff;
}

.checkout-steps__step.is-current {
  color: #2a2d34;
}

.checkout-steps__step.is-current .checkout-steps__dot {
  background: #EA5457;
  border-color: #EA5457;
  color: #fff;
}

.checkout-steps__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #edf0f4;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: #b4bac4;
}

.checkout-opt {
  font-weight: 400;
  font-size: 13px;
  color: #666;
}

.checkout-hero {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 20px 0 18px;
  margin-bottom: 24px;
}

.checkout-hero__text {
  flex: 1 1 auto;
  min-width: 0;
}

.checkout-hero__title {
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.14;
  color: #2a2d34;
}

.checkout-hero__meta {
  margin: 0;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.55;
  color: #666;
}

.checkout-hero__fig {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 320px;
}

.checkout-hero__fig-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: #666;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.checkout-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.checkout-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 2px 14px rgba(17, 24, 39, 0.05);
}

.checkout-panel__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #2a2d34;
}

.checkout-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.checkout-row .checkout-field {
  margin-bottom: 0;
}

.checkout-field {
  margin-bottom: 0;
}

.checkout-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #2a2d34;
}

.checkout-field .form-control {
  height: 48px;
  padding: 10px 14px;
  font-size: 16px;
  border: 1px solid #dfe3ea;
  border-radius: 11px;
  box-shadow: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.checkout-field .form-control:focus {
  border-color: #EA5457;
  box-shadow: 0 0 0 3px rgba(234, 84, 87, 0.12);
}

.checkout-field.has-error .form-control {
  border-color: #EA5457;
}

.checkout-field__err {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #EA5457;
}

.checkout-field__hint {
  display: block;
  margin-top: 6px;
  font-size: 12.5px;
  line-height: 1.4;
  color: #666;
}

.checkout-req {
  color: #EA5457;
}

.checkout-agree {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #666;
  cursor: pointer;
}

.checkout-agree input {
  margin: 2px 0 0;
}

.checkout-agree a {
  color: #EA5457;
}

.checkout-flow {
  padding: 22px 24px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
}

.checkout-flow__title {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 700;
  color: #2a2d34;
}

.checkout-flow__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.checkout-flow__step {
  position: relative;
  display: flex;
  gap: 14px;
  padding-bottom: 18px;
}

.checkout-flow__step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 32px;
  bottom: 0;
  width: 2px;
  background: #edf0f4;
}

.checkout-flow__step:last-child {
  padding-bottom: 0;
}

.checkout-flow__step div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.checkout-flow__step b {
  font-size: 15px;
  font-weight: 700;
  color: #2a2d34;
}

.checkout-flow__step div span {
  font-size: 13.5px;
  line-height: 1.45;
  color: #666;
}

.checkout-flow__num {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #EA5457;
  background-image: linear-gradient(rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.12));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  z-index: 1;
}

.checkout-aside {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.checkout-order {
  padding: 20px 20px 6px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 2px 14px rgba(17, 24, 39, 0.05);
}

.checkout-order__head {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #666;
}

.checkout-order .ac--divider {
  margin-bottom: 14px;
}

.checkout-order__list {
  margin: 0;
  padding: 0 0 6px;
  list-style: none;
}

.checkout-order__item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid #edf0f4;
}

.checkout-order__item:first-child {
  border-top: 0;
}

.checkout-order__media {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid #edf0f4;
  background: #f7f9fc;
}

.checkout-order__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.checkout-order__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.checkout-order__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: #2a2d34;
}

.checkout-order__name:hover,
.checkout-order__name:focus {
  color: #EA5457;
  text-decoration: none;
}

.checkout-order__spec {
  font-size: 12.5px;
  line-height: 1.3;
  color: #666;
}

.checkout-order__sum {
  font-size: 14px;
  font-weight: 700;
  color: #2a2d34;
  white-space: nowrap;
}

.checkout-order__lines {
  padding: 2px 0 4px;
}

.checkout-order__line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 0;
  font-size: 14px;
  color: #666;
}

.checkout-order__line > span:last-child {
  color: #2a2d34;
  font-weight: 600;
  white-space: nowrap;
}

.checkout-order__free {
  color: #2e9e5b !important;
  font-weight: 700 !important;
  text-transform: lowercase;
}

.checkout-order__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 14px 0 16px;
  margin-top: 6px;
  border-top: 2px solid #edf0f4;
}

.checkout-order__total span {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2a2d34;
}

.checkout-order__total b {
  font-size: 28px;
  font-weight: 800;
  color: #2a2d34;
}

.checkout-submit {
  display: block;
  width: 100%;
}

.checkout-submit.is-loading {
  opacity: 0.75;
  cursor: progress;
  filter: none;
}

.checkout-affirm {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 11px 13px;
  background: rgba(46, 158, 91, 0.1);
  border: 1px solid rgba(46, 158, 91, 0.28);
  border-radius: 11px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: #1f7a45;
}

.checkout-affirm .icon {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  color: #2e9e5b;
}

.checkout-badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.checkout-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 12px 13px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 11px;
  text-align: center;
}

.checkout-badge b {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  color: #2a2d34;
}

.checkout-badge > span {
  display: block;
  margin-top: 4px;
  font-size: 11.5px;
  line-height: 1.3;
  color: #666;
}

.checkout-badge__rating {
  gap: 8px;
}

.checkout-badge__rate {
  font-size: 16px;
  font-weight: 700;
  color: #666;
}

.checkout-badge__star {
  position: relative;
  font-size: 34px;
  line-height: 1;
  background: linear-gradient(105deg, #d18f00 0%, #f7c000 35%, #fff7d0 50%, #f7c000 65%, #d18f00 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 1px 0 rgba(140, 90, 0, 0.55)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.22));
  animation: star-shimmer 2.6s ease-in-out infinite;
}

.checkout-badge__star::after {
  content: "\2726";
  position: absolute;
  top: -3px;
  right: -11px;
  font-size: 15px;
  color: #fff7cf;
  -webkit-text-fill-color: #fff7cf;
  filter: drop-shadow(0 0 5px #ffe680);
  animation: star-twinkle 1.9s ease-in-out infinite;
}

.checkout-trust {
  padding: 0;
  list-style: none;
}

.checkout-trust li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.35;
  color: #2a2d34;
}

.checkout-trust li:last-child {
  margin-bottom: 0;
}

.checkout-trust li .icon {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  color: #2e9e5b;
}

.checkout-fineprint {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: #666;
  text-align: center;
}

.checkout-fineprint a {
  color: #EA5457;
}

.checkout-mobilebar {
  display: none;
}

@media (max-width: 991px) {
  .checkout-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .checkout-aside {
    position: static;
  }
}

@media (max-width: 767px) {
  .checkout-topbar__logo img {
    width: 150px;
  }

  .checkout-topbar__thesis {
    display: none;
  }

  .checkout-topbar__phone {
    font-size: 18px;
  }

  .checkout-hero {
    gap: 16px;
  }

  .checkout-hero__fig {
    display: none;
  }

  .checkout-hero__title {
    font-size: 27px;
  }

  .checkout-panel {
    padding: 20px 18px 18px;
  }

  .checkout-row {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .checkout-steps {
    gap: 6px;
    font-size: 12px;
  }

  .checkout-steps__step {
    font-size: 12px;
    gap: 6px;
  }

  .checkout-steps__step:not(:last-child)::after {
    width: auto;
    flex: 1 1 8px;
    min-width: 8px;
  }

  .checkout-steps__step {
    flex: 0 1 auto;
  }

  .checkout-steps__dot {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .checkout-flow {
    display: none;
  }

  .checkout-badges {
    display: none;
  }

  .checkout-main {
    margin-bottom: 0;
  }

  .checkout {
    padding-bottom: 88px;
  }

  .checkout-aside .checkout-submit {
    display: none;
  }

  .checkout-mobilebar {
    display: flex;
    align-items: center;
    gap: 14px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
    background: #fff;
    border-top: 1px solid #edf0f4;
    box-shadow: 0 -6px 18px rgba(17, 24, 39, 0.1);
  }

  .checkout-mobilebar__total {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }

  .checkout-mobilebar__total span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #666;
  }

  .checkout-mobilebar__total b {
    font-size: 20px;
    font-weight: 800;
    color: #2a2d34;
  }

  .checkout-mobilebar__btn {
    flex: 1 1 auto;
    white-space: nowrap;
  }
}

@keyframes star-shimmer {
  0%, 100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes star-twinkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0.5) rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: scale(1) rotate(45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .checkout-badge__star,
  .checkout-badge__star::after {
    animation: none;
  }
}

.cart-promo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.cart-promo:hover,
.cart-promo:focus {
  text-decoration: none;
  border-color: #EA5457;
  box-shadow: 0 6px 18px rgba(234, 84, 87, 0.14);
  transform: translateY(-1px);
}

.cart-promo__badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #EA5457;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

.cart-promo__body {
  flex: 1 1 auto;
  min-width: 0;
}

.cart-promo__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #2a2d34;
}

.cart-promo__text {
  display: block;
  margin-top: 4px;
  font-size: 13.5px;
  line-height: 1.5;
  color: #666;
}

.cart-promo__arrow {
  flex: 0 0 auto;
  color: #EA5457;
}

.cart-promo__arrow .icon {
  width: 22px;
  height: 22px;
}

@media (max-width: 767px) {
  .cart-promo {
    padding: 14px 16px;
    gap: 12px;
  }

  .cart-promo__badge {
    width: 46px;
    height: 46px;
    font-size: 15px;
  }

  .cart-promo__arrow {
    display: none;
  }
}

.group-show {
  padding: 0 0 56px;
}

.group-show-hero {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 36px 0 26px;
  border-bottom: 1px solid #edf0f4;
  margin-bottom: 36px;
}

.group-show-hero__main {
  flex: 1 1 auto;
  min-width: 0;
}

.group-show-hero__title {
  margin: 0 0 12px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.12;
  color: #2a2d34;
}

.group-show-hero__lead {
  margin: 0;
  max-width: 820px;
  font-size: 17px;
  line-height: 1.55;
  color: #666;
}

.group-show-hero__actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 300px;
  padding: 20px 24px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  text-align: center;
}

.group-show-hero__actions .btn {
  white-space: nowrap;
  align-self: stretch;
}

.group-show-hero__fig {
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
}

.group-show-hero__phone {
  font-size: 24px;
  font-weight: 700;
  color: #2a2d34;
}

.group-show-hero__phone:hover,
.group-show-hero__phone:focus {
  color: #EA5457;
  text-decoration: none;
}

.group-show-hero__icon {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
}

.group-show-hero__thesis {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #666;
}

.group-show-block {
  margin-bottom: 48px;
}

.group-show-block__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.group-show-block__title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: #2a2d34;
}

.group-show-block__title a {
  color: inherit;
}

.group-show-block__title a:hover,
.group-show-block__title a:focus {
  color: #EA5457;
  text-decoration: none;
}

.group-show-block__more {
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 600;
  color: #EA5457;
  white-space: nowrap;
}

.group-show-block__more:hover,
.group-show-block__more:focus {
  color: #d84447;
  text-decoration: none;
}

.group-show-block__more-icon {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
}

.group-show-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.group-show-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  text-align: center;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.group-show-card:hover,
.group-show-card:focus {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.13);
  border-color: #e2e6ec;
  text-decoration: none;
}

.group-show-card__media {
  display: block;
  aspect-ratio: 3/4;
  background: #f7f9fc;
}

.group-show-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.group-show-card__name {
  display: block;
  padding: 16px;
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  color: #2a2d34;
}

.group-show-prose {
  max-width: 900px;
  margin: 0 0 48px;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

.group-show-prose h2 {
  font-size: 26px;
  font-weight: 700;
  color: #2a2d34;
  margin: 0 0 18px;
}

.group-show-prose h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2d34;
  margin: 28px 0 12px;
}

.group-show-prose p {
  margin: 0 0 16px;
}

.group-show-prose ul,
.group-show-prose ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

.group-show-prose li {
  margin-bottom: 8px;
}

.group-show-prose a {
  color: #EA5457;
  font-weight: 600;
}

.group-show-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.group-show-prose table {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
}

.group-show-prose table th,
.group-show-prose table td {
  padding: 10px 14px;
  border: 1px solid #edf0f4;
}

.group-show-prose table th {
  background: #f7f9fc;
  font-weight: 700;
  color: #2a2d34;
}

.group-show-intro {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .group-show-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .group-show {
    padding: 0 0 40px;
  }

  .group-show-hero {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 24px 0 20px;
    margin-bottom: 28px;
  }

  .group-show-hero__title {
    font-size: 25px;
  }

  .group-show-hero__lead {
    font-size: 15px;
  }

  .group-show-hero__actions {
    width: auto;
  }

  .group-show-hero__actions .btn {
    white-space: normal;
    max-width: 100%;
  }

  .group-show-block {
    margin-bottom: 36px;
  }

  .group-show-block__title {
    font-size: 22px;
  }

  .group-show-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .group-show-card__name {
    font-size: 15px;
    padding: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .group-show-card {
    transition: none;
  }

  .group-show-card:hover,
  .group-show-card:focus {
    transform: none;
  }
}

body.search-page.text-page main.container {
  max-width: 1320px;
}

.search-results {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 56px;
}

.search-results__hero {
  padding: 40px 0 24px;
  border-bottom: 1px solid #edf0f4;
  margin-bottom: 32px;
}

.search-results__title {
  margin: 0 0 12px;
  font-size: 40px;
  font-weight: 700;
  color: #2a2d34;
  line-height: 1.1;
}

.search-results__query {
  margin: 0 0 12px;
  font-size: 18px;
  color: #666;
}

.search-results__query-term {
  font-weight: 700;
  color: #2a2d34;
}

.search-results__meta {
  margin: 0;
  max-width: 880px;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.search-results__form {
  margin-bottom: 40px;
}

.search-results__form .well {
  padding: 20px 24px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.search-results__form input[type=text] {
  border-radius: 10px;
}

.search-results__form .btn {
  border-radius: 10px;
}

.search-results__section {
  margin-bottom: 40px;
}

.search-results__section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  color: #2a2d34;
}

.search-results__section-icon {
  width: 24px;
  height: 24px;
  color: #EA5457;
  flex: 0 0 auto;
}

.search-results__section-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  box-shadow: inset 0 0 0 1px rgba(234, 84, 87, 0.18);
  font-size: 14px;
  font-weight: 700;
  color: #EA5457;
}

.search-results__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 24px;
}

.search-results__card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-left: 3px solid #EA5457;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.search-results__card:hover,
.search-results__card:focus {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.12);
  text-decoration: none;
}

.search-results__card:hover .search-results__card-arrow,
.search-results__card:focus .search-results__card-arrow {
  color: #EA5457;
  transform: translateX(3px);
}

.search-results__card-name {
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 600;
  color: #2a2d34;
  line-height: 1.35;
}

.search-results__card-sub {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}

.search-results__card-arrow {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: #c7ccd4;
  transition: color 0.22s ease, transform 0.22s ease;
}

.search-results__groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.search-results__group {
  padding: 24px 26px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.search-results__group-title {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf0f4;
  font-size: 18px;
  font-weight: 700;
  color: #2a2d34;
}

.search-results__materials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.search-results__material {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  font-size: 14px;
  font-weight: 600;
  color: #2a2d34;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.search-results__material:hover,
.search-results__material:focus {
  background: #fff1f1;
  border-color: rgba(234, 84, 87, 0.28);
  color: #EA5457;
  text-decoration: none;
}

.search-results__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 48px 24px 56px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.search-results__empty-title {
  margin: 18px 0 10px;
  font-size: 26px;
  font-weight: 700;
  color: #2a2d34;
}

.search-results__empty-text {
  margin: 0 0 24px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.search-results__empty-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  margin-bottom: 22px;
}

.search-results__empty-btn-icon {
  width: 15px;
  height: 15px;
  vertical-align: -2px;
}

.search-results__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 700;
  color: #2a2d34;
  text-decoration: none;
}

.search-results__phone:hover,
.search-results__phone:focus {
  color: #EA5457;
  text-decoration: none;
}

.search-results__phone-icon {
  width: 18px;
  height: 18px;
  color: #EA5457;
}

.search-results__thesis {
  margin: 0;
  font-size: 15px;
  color: #666;
}

@media (max-width: 991px) {
  .search-results__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .search-results {
    padding: 0 0 40px;
  }

  .search-results__hero {
    padding: 26px 0 20px;
    margin-bottom: 26px;
  }

  .search-results__title {
    font-size: 26px;
  }

  .search-results__query {
    font-size: 16px;
  }

  .search-results__section-title {
    font-size: 20px;
  }

  .search-results__grid,
  .search-results__groups {
    grid-template-columns: 1fr;
  }

  .search-results__empty {
    padding: 36px 20px 40px;
  }

  .search-results__empty-title {
    font-size: 22px;
  }

  .search-results__phone {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .search-results__card,
  .search-results__card-arrow,
  .search-results__material {
    transition: none;
  }

  .search-results__card:hover,
  .search-results__card:focus {
    transform: none;
  }
}

body.articles-page .articles {
  padding: 0 0 56px;
}

body.articles-page .articles__hero {
  padding: 40px 0 28px;
  border-bottom: 1px solid #edf0f4;
  margin-bottom: 36px;
}

body.articles-page .articles__title {
  margin: 0 0 14px;
  padding: 0;
  border-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: none;
  color: #2a2d34;
}

body.articles-page .articles__lead {
  margin: 0;
  max-width: 880px;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}

body.articles-page .articles__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

body.articles-page .articles__pagination {
  display: flex;
  justify-content: center;
}

body.articles-page .articles__pagination .pagination {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

body.articles-page .articles__pagination .pagination > li > a,
body.articles-page .articles__pagination .pagination > li > span {
  min-width: 40px;
  padding: 8px 14px;
  border: 1px solid #edf0f4;
  border-radius: 10px;
  color: #2a2d34;
  font-weight: 600;
  text-align: center;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

body.articles-page .articles__pagination .pagination > li > a:hover,
body.articles-page .articles__pagination .pagination > li > a:focus {
  background: #fff1f1;
  border-color: #f2b8b9;
  color: #EA5457;
}

body.articles-page .articles__pagination .pagination > .active > a,
body.articles-page .articles__pagination .pagination > .active > span,
body.articles-page .articles__pagination .pagination > .active > a:hover,
body.articles-page .articles__pagination .pagination > .active > span:hover {
  background: #EA5457;
  border-color: #EA5457;
  color: #fff;
}

body.articles-page .articles__pagination .pagination > .disabled > a,
body.articles-page .articles__pagination .pagination > .disabled > span {
  color: #c3c9d2;
  background: #f7f9fc;
}

body.articles-page .article-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
}

body.articles-page .article-card:hover,
body.articles-page .article-card:focus {
  text-decoration: none;
}

body.articles-page .article-card:hover .article-card__img,
body.articles-page .article-card:focus .article-card__img {
  transform: scale(1.05);
}

body.articles-page .article-card:hover .article-card__title,
body.articles-page .article-card:focus .article-card__title {
  color: #EA5457;
}

body.articles-page .article-card:hover .article-card__more .article-card__more-icon,
body.articles-page .article-card:focus .article-card__more .article-card__more-icon {
  transform: translateX(4px);
}

body.articles-page .article-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #f7f9fc;
}

body.articles-page .article-card__media::before {
  content: none;
}

body.articles-page .article-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

body.articles-page .article-card__media--empty {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff1f1 0%, #f4f6f9 100%);
}

body.articles-page .article-card__media--empty .icon {
  width: 34px;
  height: 34px;
  color: rgba(234, 84, 87, 0.55);
}

body.articles-page .article-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 22px 20px;
}

body.articles-page .article-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #b0b6c0;
}

body.articles-page .article-card__date {
  color: #b0b6c0;
}

body.articles-page .article-card__time {
  position: relative;
  padding-left: 15px;
  color: #EA5457;
}

body.articles-page .article-card__time::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #cfd4dd;
  transform: translateY(-50%);
}

body.articles-page .article-card__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #2a2d34;
  transition: color 0.2s ease;
}

body.articles-page .article-card__excerpt {
  font-size: 14px;
  line-height: 1.55;
  color: #777;
}

body.articles-page .article-card__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #f2f4f7;
  color: #EA5457;
  font-size: 14px;
  font-weight: 700;
}

body.articles-page .article-card__more-icon {
  width: 15px;
  height: 15px;
  transition: transform 0.2s ease;
}

@media (max-width: 991px) {
  body.articles-page .articles__title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  body.articles-page .articles {
    padding: 0 0 40px;
  }

  body.articles-page .articles__hero {
    padding: 28px 0 22px;
    margin-bottom: 28px;
  }

  body.articles-page .articles__title {
    font-size: 25px;
  }

  body.articles-page .articles__lead {
    font-size: 16px;
  }

  body.articles-page .articles__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.articles-page .article-card__title {
    font-size: 16.5px;
  }
}

body.article-page .article {
  max-width: none;
  margin: 0;
  padding: 0 0 56px;
}

body.article-page .article__head {
  margin-bottom: 24px;
}

body.article-page .article__title {
  margin: 6px 0 14px;
  padding: 0;
  border-bottom: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
  color: #2a2d34;
}

body.article-page .article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  font-size: 13.5px;
  font-weight: 600;
  color: #b0b6c0;
}

body.article-page .article__rt {
  position: relative;
  padding-left: 19px;
  color: #EA5457;
}

body.article-page .article__rt::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #cfd4dd;
  transform: translateY(-50%);
}

body.article-page .article__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 44px;
  align-items: start;
  max-width: 1360px;
}

body.article-page .article__main {
  min-width: 0;
}

body.article-page .article__cover {
  position: relative;
  max-width: none;
  height: 360px;
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.08);
}

body.article-page .article__cover img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 620px;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  will-change: transform;
}

body.article-page .article__body {
  max-width: none;
  margin: 0;
  color: #33373d;
  font-size: 16.5px;
  line-height: 1.75;
}

body.article-page .article__body p {
  margin: 0 0 18px;
}

body.article-page .article__body h2,
body.article-page .article__body h3,
body.article-page .article__body h4 {
  margin: 34px 0 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #2a2d34;
}

body.article-page .article__body h2 {
  font-size: 26px;
}

body.article-page .article__body h3 {
  font-size: 21px;
}

body.article-page .article__body h4 {
  font-size: 18px;
}

body.article-page .article__body ul,
body.article-page .article__body ol {
  margin: 0 0 18px;
  padding-left: 22px;
}

body.article-page .article__body li {
  margin-bottom: 8px;
}

body.article-page .article__body a {
  color: #EA5457;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.article-page .article__body a:hover {
  color: #c8393c;
}

body.article-page .article__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 22px auto;
  border-radius: 12px;
  float: none !important;
}

body.article-page .article__body blockquote {
  margin: 24px 0;
  padding: 14px 22px;
  border: 0;
  border-left: 4px solid #EA5457;
  border-radius: 0 12px 12px 0;
  background: #fbf3f3;
  color: #555;
  font-size: 16px;
}

body.article-page .article__body table {
  width: 100%;
  margin: 22px 0;
  border-collapse: collapse;
  font-size: 15px;
}

body.article-page .article__body table th,
body.article-page .article__body table td {
  padding: 10px 12px;
  border: 1px solid #edf0f4;
  text-align: left;
}

body.article-page .article__body table th {
  background: #f7f9fc;
  font-weight: 700;
  color: #2a2d34;
}

body.article-page .article__body > :last-child {
  margin-bottom: 0;
}

body.article-page .article__foot {
  max-width: none;
  margin: 32px 0 0;
  padding-top: 22px;
  border-top: 1px solid #edf0f4;
}

body.article-page .article__back {
  font-size: 15px;
  font-weight: 700;
  color: #EA5457;
  text-decoration: none;
}

body.article-page .article__back:hover {
  color: #c8393c;
}

body.article-page .article__aside {
  position: sticky;
  top: 58px;
  display: grid;
  gap: 16px;
}

body.article-page .article__mascot {
  text-align: center;
}

body.article-page .article__card {
  padding: 24px 22px;
  background: linear-gradient(180deg, #fff 0%, #fbf3f3 100%);
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  text-align: center;
}

body.article-page .article__card-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #2a2d34;
}

body.article-page .article__card-text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.55;
  color: #666;
}

body.article-page .article__card-phone {
  display: block;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 800;
  color: #2a2d34;
  text-decoration: none;
}

body.article-page .article__card-phone:hover,
body.article-page .article__card-phone:focus {
  color: #EA5457;
}

body.article-page .article__card-btn {
  width: 100%;
  white-space: normal;
}

body.article-page .article__card-icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: -2px;
}

body.article-page .article__ticks {
  list-style: none;
  margin: 18px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #f0e3e3;
  text-align: left;
}

body.article-page .article__ticks li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 9px;
  font-size: 13.5px;
  line-height: 1.4;
  color: #555;
}

body.article-page .article__ticks li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #EA5457;
  font-weight: 700;
}

body.article-page .article__ticks li:last-child {
  margin-bottom: 0;
}

body.article-page .article__card-thesis {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid #f0e3e3;
  font-size: 13px;
  font-style: italic;
  line-height: 1.45;
  color: #666;
}

body.article-page .article__aside-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px;
  border: 1px solid #f2b8b9;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #EA5457;
  text-decoration: none;
  transition: background 0.15s ease;
}

body.article-page .article__aside-link:hover {
  background: rgba(234, 84, 87, 0.06);
}

body.article-page .article__aside-link .article__aside-icon {
  width: 15px;
  height: 15px;
}

@media (max-width: 991px) {
  body.article-page .article__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.article-page .article__aside {
    position: static;
    max-width: 520px;
  }

  body.article-page .article__title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  body.article-page .article {
    padding: 0 0 40px;
  }

  body.article-page .article__title {
    font-size: 26px;
  }

  body.article-page .article__body {
    font-size: 16px;
  }

  body.article-page .article__cover {
    height: 220px;
    margin-bottom: 22px;
    border-radius: 14px;
  }

  body.article-page .article__cover img {
    height: 400px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.articles-page .article-card,
  body.articles-page .article-card__img,
  body.articles-page .article-card__more-icon {
    transition: none;
  }

  body.articles-page .article-card:hover,
  body.articles-page .article-card:focus {
    transform: none;
  }

  body.article-page .article__cover img {
    transform: none !important;
  }
}

.calc-page__h1 {
  color: #2a2d34;
  font-weight: 700;
}

.calc-page__intro {
  max-width: 900px;
  margin: 4px 0 26px;
  color: #666;
  font-size: 15.5px;
  line-height: 1.65;
}

.calc-card {
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.calc-card__body {
  padding: 26px 28px 30px;
}

.calc-label {
  display: block;
  margin-bottom: 8px;
  color: #2a2d34;
  font-size: 14px;
  font-weight: 600;
}

.calc-label small {
  font-weight: 400;
}

.calc-card .form-control {
  height: 46px;
  border: 1px solid #edf0f4;
  border-radius: 10px;
  box-shadow: none;
  color: #2a2d34;
  background-color: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.calc-card .form-control:focus {
  border-color: #EA5457;
  box-shadow: 0 0 0 3px rgba(234, 84, 87, 0.12);
}

.calc-card select.form-control {
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 46px 0 15px;
  border: 1px solid #d5dbe6;
  border-radius: 11px;
  color: #2a2d34;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3E%3Cpath fill='%235b616c' d='M0 0h11L5.5 7z'/%3E%3C/svg%3E") no-repeat right 17px center/11px 7px, linear-gradient(180deg, #ffffff 0%, #eef1f6 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 -2px 0 rgba(17, 24, 39, 0.06), 0 1px 2px rgba(17, 24, 39, 0.08);
  transition: border-color 0.14s ease, box-shadow 0.14s ease, filter 0.14s ease, transform 0.06s ease;
}

.calc-card select.form-control::-ms-expand {
  display: none;
}

.calc-card select.form-control:hover {
  border-color: #c4ccd9;
  filter: brightness(1.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), inset 0 -2px 0 rgba(17, 24, 39, 0.07), 0 3px 7px rgba(17, 24, 39, 0.12);
}

.calc-card select.form-control:focus {
  border-color: #EA5457;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3E%3Cpath fill='%23EA5457' d='M0 0h11L5.5 7z'/%3E%3C/svg%3E") no-repeat right 17px center/11px 7px, linear-gradient(180deg, #ffffff 0%, #f1f3f7 100%);
  box-shadow: inset 0 1px 3px rgba(17, 24, 39, 0.1), 0 0 0 3px rgba(234, 84, 87, 0.14);
}

.calc-card select.form-control:active {
  transform: translateY(1px);
}

.calc-field {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

.calc-field__thumb {
  flex: 0 0 96px;
  width: 96px;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  background: #f7f8fa;
  overflow: hidden;
}

.calc-field__thumb img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.calc-field__thumb .loader {
  width: 26px;
  height: 26px;
}

.calc-field__control {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 4px;
}

.calc-section {
  margin-top: 26px;
}

.calc-section__title {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  color: #2a2d34;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.calc-section__title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  margin-right: 11px;
  border-radius: 3px;
  background: #EA5457;
}

.calc-sizes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.calc-size input.input-jumbo {
  width: 100%;
  height: 60px;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  color: #2a2d34;
}

.calc-size__hint {
  display: block;
  margin-top: 7px;
  color: #888;
  font-size: 13px;
}

.calc-size.has-error input.input-jumbo {
  border-color: #EA5457;
  box-shadow: 0 0 0 3px rgba(234, 84, 87, 0.12);
}

.calc-prices {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.calc-price {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 16px 18px;
  border: 2px solid #edf0f4;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  font-weight: 400;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.calc-price:hover {
  border-color: #dfe3ea;
}

.calc-price__radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.calc-price__mark {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 2px solid #c9cfda;
  border-radius: 50%;
  background: #fff;
  transition: border-color 0.18s ease;
}

.calc-price__mark::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 50%;
  background: #EA5457;
  transform: scale(0);
  transition: transform 0.18s ease;
}

.calc-price__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.calc-price__amount {
  display: flex;
  align-items: center;
  min-height: 38px;
  line-height: 1.1;
  transition: opacity 0.25s ease;
}

.calc-price__amount.is-recalc {
  opacity: 0.32;
}

.calc-price__amount .totalPrice,
.calc-price__amount .totalPriceFull {
  font-size: 30px;
  font-weight: 800;
  color: #2a2d34;
}

.calc-price__amount small {
  color: #888;
  font-size: 15px;
}

.calc-price__amount .loader {
  width: 26px;
  height: 26px;
}

.calc-price__note {
  color: #777;
  font-size: 13.5px;
  line-height: 1.4;
}

.calc-price__info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  margin-left: 4px;
  border: 0;
  border-radius: 50%;
  background: #eef1f5;
  color: #7a7f88;
  vertical-align: middle;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.calc-price__info .icon {
  width: 12px;
  height: 12px;
}

.calc-price__info:hover {
  background: #EA5457;
  color: #fff;
}

.calc-price__badge {
  position: absolute;
  top: -11px;
  right: 16px;
  padding: 3px 12px;
  border-radius: 20px;
  background: #23a06b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 3px 8px rgba(35, 160, 107, 0.32);
}

.calc-price--best {
  border-color: #cdeadd;
  background: #f5fbf8;
}

.calc-price:has(.calc-price__radio:checked) {
  border-color: #EA5457;
  box-shadow: 0 0 0 3px rgba(234, 84, 87, 0.1);
}

.calc-price:has(.calc-price__radio:checked) .calc-price__mark {
  border-color: #EA5457;
}

.calc-price:has(.calc-price__radio:checked) .calc-price__mark::after {
  transform: scale(1);
}

.calc-price--best:has(.calc-price__radio:checked) {
  border-color: #23a06b;
  box-shadow: 0 0 0 3px rgba(35, 160, 107, 0.12);
}

.calc-price--best:has(.calc-price__radio:checked) .calc-price__mark {
  border-color: #23a06b;
}

.calc-price--best:has(.calc-price__radio:checked) .calc-price__mark::after {
  background: #23a06b;
  transform: scale(1);
}

.calc-submit {
  margin-top: 22px;
  text-align: center;
}

.calc-submit__btn {
  min-width: 280px;
  max-width: 100%;
  padding: 15px 34px;
  font-size: 16px;
}

.calc-submit__btn .icon {
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  margin-right: 4px;
}

.calc-aside {
  padding-left: 8px;
}

.calc-steps__title {
  margin: 0 0 22px;
  color: #2a2d34;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

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

.calc-steps__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 22px;
  position: relative;
}

.calc-steps__item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 44px;
  bottom: 2px;
  border-left: 2px dashed #f0b6b7;
}

.calc-steps__num {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #EA5457;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(234, 84, 87, 0.3);
}

.calc-steps__body {
  padding-top: 2px;
}

.calc-steps__head {
  display: block;
  margin-bottom: 4px;
  color: #2a2d34;
  font-size: 16px;
  font-weight: 700;
}

.calc-steps__text {
  display: block;
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}

.calc-trust {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}

.calc-trust li {
  position: relative;
  padding: 8px 0 8px 32px;
  color: #444;
  font-size: 14.5px;
  line-height: 1.4;
}

.calc-trust li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #EA5457;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calc-cta {
  margin-top: 26px;
  padding: 24px 22px;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fbf3f3 100%);
  text-align: center;
}

.calc-cta__title {
  margin: 0 0 6px;
  color: #2a2d34;
  font-size: 18px;
  font-weight: 700;
}

.calc-cta__text {
  margin: 0 0 16px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.calc-cta__phone {
  display: block;
  margin-bottom: 14px;
  color: #2a2d34;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.calc-cta__phone:hover,
.calc-cta__phone:focus {
  color: #EA5457;
}

.calc-cta__note {
  display: block;
  margin-top: 12px;
  color: #8a909b;
  font-size: 12.5px;
}

.calc-card--nets .calc-colors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.calc-card--nets .calc-color {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 14px 10px 12px;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.calc-card--nets .calc-color__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.calc-card--nets .calc-color__swatch {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--sw);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.calc-card--nets .calc-color__name {
  font-size: 14px;
  font-weight: 600;
  color: #2a2d34;
}

.calc-card--nets .calc-color__ral {
  font-size: 12px;
  color: #8a909b;
}

.calc-card--nets .calc-color.is-active {
  border-color: #EA5457;
  box-shadow: 0 0 0 3px rgba(234, 84, 87, 0.12);
}

.calc-card--nets .calc-nets__addon {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  cursor: pointer;
}

.calc-card--nets .calc-nets__addon-check {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.calc-card--nets .calc-nets__addon-name {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #2a2d34;
}

.calc-card--nets .calc-nets__addon-note {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: #8a909b;
}

.calc-card--nets .calc-nets__total {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 18px;
}

.calc-card--nets .calc-nets__total-amount strong {
  font-size: 30px;
  font-weight: 800;
  color: #2a2d34;
}

.calc-card--nets .calc-nets__total-amount small {
  font-size: 15px;
  color: #666;
  margin-left: 4px;
}

.calc-card--nets .calc-nets__total-area {
  font-size: 14px;
  color: #666;
}

.calc-card--nets .calc-nets__total-area strong {
  color: #2a2d34;
  font-weight: 700;
}

.calc-card--nets .calc-nets__total-note {
  margin-top: 8px;
  font-size: 13px;
  color: #8a909b;
}

.calc-card--nets .calc-nets__oversize {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff1f1;
  color: #2a2d34;
  font-size: 14px;
  line-height: 1.5;
}

.calc-card--nets .calc-nets__oversize .icon {
  color: #EA5457;
  vertical-align: -2px;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .calc-card--nets .calc-colors {
    grid-template-columns: 1fr;
  }
}

.nets-calc {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.nets-calc__main {
  flex: 0 1 66%;
  min-width: 0;
}

.nets-calc__aside {
  flex: 1 1 34%;
  min-width: 0;
}

@media (max-width: 767px) {
  .nets-calc {
    flex-direction: column;
    gap: 22px;
  }

  .nets-calc__main,
  .nets-calc__aside {
    flex: 1 1 auto;
    width: 100%;
  }
}

.nets-info {
  padding: 24px 22px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.nets-info__title {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 700;
  color: #2a2d34;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

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

.nets-info__item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 11px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  border-bottom: 1px solid #edf0f4;
}

.nets-info__item:first-child {
  padding-top: 0;
}

.nets-info__item strong {
  color: #2a2d34;
  font-weight: 600;
}

.nets-info__icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: #EA5457;
}

.nets-info__trust {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.nets-info__trust li {
  position: relative;
  padding: 5px 0 5px 24px;
  font-size: 13.5px;
  color: #2a2d34;
}

.nets-info__trust li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 5px;
  color: #EA5457;
  font-weight: 800;
}

.nets-info__cta {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #edf0f4;
  text-align: center;
}

.nets-info__cta-text {
  margin: 0 0 8px;
  font-size: 14px;
  color: #666;
}

.nets-info__phone {
  display: block;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 800;
  color: #2a2d34;
  text-decoration: none;
}

.nets-info__phone:hover,
.nets-info__phone:focus {
  color: #EA5457;
  text-decoration: none;
}

.calc-page__hero {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 28px;
  margin-bottom: 34px;
  border-bottom: 1px solid #edf0f4;
}

.calc-page__hero-main {
  flex: 1 1 auto;
  min-width: 0;
}

.calc-page__hero-fig {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calc-page__hero-fig .mascot {
  display: block;
}

.calc-page__title {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 700;
  color: #2a2d34;
}

.calc-page__lead {
  margin: 0 0 22px;
  max-width: 820px;
  font-size: 17px;
  line-height: 1.62;
  color: #666;
}

.calc-page__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
}

.calc-page__phone {
  font-size: 24px;
  font-weight: 700;
  color: #2a2d34;
  text-decoration: none;
}

.calc-page__phone:hover,
.calc-page__phone:focus {
  color: #EA5457;
  text-decoration: none;
}

.calc-page__icon {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  margin-right: 4px;
}

.calc-page__thesis {
  flex: 1 1 260px;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #666;
}

.calc-page__why {
  margin-top: 48px;
}

.calc-page__why-title {
  margin: 0 0 24px;
  font-size: 26px;
  font-weight: 700;
  color: #2a2d34;
}

.calc-page__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.calc-page__card {
  display: flex;
  flex-direction: column;
  padding: 26px 22px;
}

.calc-page__card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  box-shadow: inset 0 0 0 1px rgba(234, 84, 87, 0.14);
}

.calc-page__card-badge .icon {
  width: 28px;
  height: 28px;
  color: #EA5457;
}

.calc-page__card-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #2a2d34;
}

.calc-page__card-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

.calc-page__seo {
  margin-top: 48px;
  padding-top: 34px;
  border-top: 1px solid #edf0f4;
  max-width: 900px;
}

.calc-page__seo p {
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.7;
  color: #666;
}

.calc-page__seo p:last-child {
  margin-bottom: 0;
}

.calc-page__seo strong {
  color: #2a2d34;
}

.calc-page__seo a {
  color: #EA5457;
  font-weight: 600;
  white-space: nowrap;
}

.calc-page__seo-title {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 700;
  color: #2a2d34;
}

@media (max-width: 991px) {
  .calc-page__title {
    font-size: 28px;
  }

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

@media (max-width: 767px) {
  .calc-page__hero {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 18px;
    padding-bottom: 22px;
    margin-bottom: 26px;
  }

  .calc-page__hero-fig .mascot {
    width: 112px;
    height: auto;
  }

  .calc-page__title {
    font-size: 23px;
  }

  .calc-page__lead {
    font-size: 15.5px;
  }

  .calc-page__phone {
    font-size: 22px;
  }

  .calc-page__actions .btn {
    width: 100%;
  }

  .calc-page__why {
    margin-top: 34px;
  }

  .calc-page__why-title {
    font-size: 21px;
  }

  .calc-page__cards {
    grid-template-columns: 1fr;
  }

  .calc-page__seo {
    margin-top: 34px;
  }

  .calc-page__seo-title {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .calc-page__card {
    transition: none;
  }

  .calc-page__card:hover {
    transform: none;
  }
}

.mcalc {
  margin-bottom: 22px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  overflow: hidden;
}

.mcalc__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  border-bottom: 1px solid rgba(234, 84, 87, 0.14);
}

.mcalc__badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 3px 8px rgba(234, 84, 87, 0.18);
}

.mcalc__badge .icon {
  width: 26px;
  height: 26px;
  color: #EA5457;
}

.mcalc__headings {
  min-width: 0;
}

.mcalc__title {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  color: #2a2d34;
}

.mcalc__subtitle {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #666;
}

.mcalc__body {
  padding: 8px 4px 4px;
}

.mcalc__note {
  margin: 14px 22px 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: #666;
  text-align: center;
}

.mcalc__note--info {
  margin-top: 18px;
  padding: 14px 16px;
  text-align: left;
  color: #2a2d34;
  background: #f7f8fa;
  border: 1px solid #edf0f4;
  border-radius: 12px;
}

.mcalc__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  padding: 20px 24px 24px;
  border-top: 1px solid #edf0f4;
}

.mcalc__foot-text {
  flex: 1 1 240px;
  min-width: 0;
}

.mcalc__foot-title {
  margin: 0 0 3px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  color: #2a2d34;
}

.mcalc__foot-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}

.mcalc__foot-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 767px) {
  .mcalc__head {
    padding: 16px 16px;
    gap: 12px;
  }

  .mcalc__badge {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .mcalc__badge .icon {
    width: 22px;
    height: 22px;
  }

  .mcalc__title {
    font-size: 18px;
  }

  .mcalc__subtitle {
    font-size: 13px;
  }

  .mcalc__foot {
    padding: 18px 16px;
  }

  .mcalc__foot-btn {
    width: 100%;
  }
}

.calc-card--flush {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.calc-card--flush .calc-card__body {
  padding: 16px 20px 20px;
}

.calc-card--flush .calc-section:first-child {
  margin-top: 6px;
}

.calc-drive {
  margin-bottom: 6px;
}

.calc-drive .form-control {
  max-width: 100%;
}

.msection {
  margin-top: 44px;
}

.msection-title {
  margin: 0 0 22px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #2a2d34;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.mspecs {
  margin: 40px 0 24px;
}

.mspecs__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.mspecs__title {
  position: relative;
  margin: 0;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #2a2d34;
}

.mspecs__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  border-radius: 3px;
  background: #EA5457;
}

.mspecs__list {
  margin: 0;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.mspecs__row {
  display: flex;
  gap: 16px;
  padding: 12px 18px;
}

.mspecs__row:nth-child(odd) {
  background: #fafbfc;
}

.mspecs__row:not(:first-child) {
  border-top: 1px solid #edf0f4;
}

.mspecs__key {
  flex: 0 0 42%;
  margin: 0;
  color: #666;
  font-weight: 500;
}

.mspecs__val {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #2a2d34;
  font-weight: 600;
}

.minfo {
  display: grid;
  gap: 14px;
}

.minfo__card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.minfo__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  box-shadow: inset 0 0 0 1px rgba(234, 84, 87, 0.14);
}

.minfo__icon .icon {
  width: 22px;
  height: 22px;
  color: #EA5457;
}

.minfo__body {
  min-width: 0;
}

.minfo__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #2a2d34;
}

.minfo__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.minfo__list {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.minfo__list li {
  margin-bottom: 2px;
}

.works-gallery {
  margin-top: 44px;
}

.works-gallery__carousel {
  position: relative;
  padding: 0 4px;
}

.works-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.works-gallery__item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #edf0f4;
  background: #fff;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.works-gallery__item:hover,
.works-gallery__item:focus {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.14);
}

.works-gallery__img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .works-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.mmore .img-thumbnails {
  padding: 0;
}

.mmore .img-thumbnails > [class*=col-] {
  margin-bottom: 16px;
}

.mmore .carousel {
  position: relative;
  padding: 0 4px;
}

.more_material-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.more_material-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.14);
  border-color: #e2e6ec;
  text-decoration: none;
}

.more_material-image {
  background: #f7f8fa;
  border-radius: 10px;
  padding: 8px;
}

.more_material-image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  margin: 0 auto;
}

.more_material-name {
  height: auto;
  min-height: 42px;
  margin-top: 12px;
  color: #2a2d34;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.more_material-price {
  margin-top: 8px;
  color: #EA5457;
  font-size: 18px;
  font-weight: 800;
}

.material-tabs-wrap {
  margin: 44px 0;
}

.material-tabs__caption {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 0;
  padding: 6px;
  background: #f2f4f7;
  border: 1px solid #edf0f4;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
}

.material-tabs__caption li {
  float: none;
  width: auto;
  flex: 1 1 auto;
  height: auto;
  line-height: 1.3;
  padding: 11px 16px;
  border: 0 !important;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  letter-spacing: 0.02em;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.material-tabs__caption li::after {
  display: none !important;
}

.material-tabs__caption li:hover {
  color: #2a2d34;
  background: rgba(255, 255, 255, 0.6);
}

.material-tabs__caption li.active {
  color: #2a2d34;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 6px rgba(17, 24, 39, 0.1);
}

.material-tabs__content.active {
  display: block;
  padding: 26px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.material-tabs__content p {
  line-height: 1.65;
}

.material-tabs__content ul,
.material-tabs__content ol {
  line-height: 1.6;
}

.material-tabs__content img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 8px;
  margin: 10px 0;
}

.material-tabs__content table {
  max-width: 100%;
  border-collapse: collapse;
}

.material-tabs__content table td,
.material-tabs__content table th {
  padding: 6px 10px;
}

@media (max-width: 767px) {
  .material-tabs__caption {
    gap: 4px;
    padding: 4px;
  }

  .material-tabs__caption li {
    flex: 1 1 40%;
    padding: 9px 10px;
    font-size: 12px;
  }

  .material-tabs__content.active {
    padding: 18px 16px;
  }
}

.interior-slider .carousel {
  margin-top: 4px;
}

#relative-products {
  margin-top: 44px;
}

#relative-products .relative-products__title,
#relative-products .lead {
  margin: 0 0 22px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2a2d34;
}

#relative-products .carousel {
  position: relative;
  padding: 0;
}

#relative-products .flex-column.flex-1:hover,
#relative-products .flex-column.flex-1:focus {
  text-decoration: none;
}

#relative-products .flex-column.flex-1:hover .thumbnail,
#relative-products .flex-column.flex-1:focus .thumbnail {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.13);
  border-color: #e2e6ec;
}

#relative-products .thumbnail {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#relative-products .caption {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 12px;
  padding: 0 4px;
  font-size: 17px !important;
  font-weight: 600;
  line-height: 1.3;
  color: #2a2d34;
}

#relative-products .carousel-control {
  top: calc(50% - 28px) !important;
}

@media (max-width: 767px) {
  #relative-products {
    margin-top: 34px;
  }

  #relative-products .caption {
    font-size: 15px !important;
    min-height: 42px;
  }

  #relative-products .carousel-control {
    top: calc(50% - 24px) !important;
  }
}

.checkout-success {
  padding: 0 0 64px;
}

.checkout-success__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 16px;
  border-bottom: 1px solid #edf0f4;
  margin-bottom: 4px;
}

.checkout-success__logo img {
  display: block;
  height: auto;
}

.checkout-success__thesis {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0 24px;
  font-size: 13px;
  color: #9a958c;
  text-align: center;
}

.checkout-success__phone {
  font-size: 22px;
  font-weight: 700;
  color: #2a2d34;
  white-space: nowrap;
}

.checkout-success__phone:hover,
.checkout-success__phone:focus {
  color: #EA5457;
  text-decoration: none;
}

.checkout-success__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 18px 0 6px;
  padding: 0;
  list-style: none;
}

.checkout-success__step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #2e9e5b;
  white-space: nowrap;
}

.checkout-success__step:not(:last-child)::after {
  content: "";
  width: 28px;
  height: 2px;
  margin-left: 2px;
  background: rgba(46, 158, 91, 0.45);
}

.checkout-success__step.is-current {
  color: #2a2d34;
}

.checkout-success__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #2e9e5b;
  background: #2e9e5b;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.checkout-success__dot .icon {
  width: 13px;
  height: 13px;
}

.checkout-success__step.is-current .checkout-success__dot {
  border-color: #2e9e5b;
  background: #2e9e5b;
}

.checkout-success__hero {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 0 8px;
  text-align: center;
}

.checkout-success__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #2e9e5b;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -2px 0 rgba(0, 0, 0, 0.14), 0 8px 20px rgba(46, 158, 91, 0.3);
  animation: cs-pop 0.45s cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
}

.checkout-success__check .icon {
  width: 40px;
  height: 40px;
  color: #fff;
}

.checkout-success__title {
  margin: 0 0 6px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
  color: #2a2d34;
}

.checkout-success__fig {
  margin: 6px 0 12px;
}

.checkout-success__fig .mascot {
  display: inline-block;
}

.checkout-success__lead {
  margin: 0 auto;
  max-width: 620px;
  font-size: 17px;
  line-height: 1.55;
  color: #666;
}

.checkout-success__lead b {
  color: #2a2d34;
  font-weight: 700;
}

.checkout-success__next {
  max-width: 960px;
  margin: 36px auto 0;
  padding: 26px 24px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.checkout-success__next-title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #2a2d34;
}

.checkout-success__steps-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: cs-step;
}

.checkout-success__nstep {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 16px 18px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  text-align: center;
  counter-increment: cs-step;
}

.checkout-success__nstep::before {
  content: counter(cs-step);
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #EA5457;
  background-image: linear-gradient(rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.12));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.checkout-success__nicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-top: 4px;
  border-radius: 50%;
  background: rgba(46, 158, 91, 0.12);
}

.checkout-success__nicon .icon {
  width: 22px;
  height: 22px;
  color: #2e9e5b;
}

.checkout-success__nhead {
  font-size: 16px;
  font-weight: 700;
  color: #2a2d34;
}

.checkout-success__ntext {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.checkout-success__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px auto 0;
}

.checkout-success__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.checkout-success__cta .icon {
  width: 15px;
  height: 15px;
}

.checkout-success__call {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 22px;
  font-weight: 700;
  color: #2a2d34;
  white-space: nowrap;
}

.checkout-success__call .icon {
  width: 17px;
  height: 17px;
  color: #2e9e5b;
}

.checkout-success__call:hover,
.checkout-success__call:focus {
  color: #EA5457;
  text-decoration: none;
}

.checkout-success__trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 720px;
  margin: 32px auto 0;
}

.checkout-success__trust-item {
  margin: 0;
  padding: 14px 18px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-left: 3px solid #2e9e5b;
  border-radius: 12px;
  font-size: 14.5px;
  line-height: 1.4;
  font-weight: 600;
  color: #2a2d34;
}

@keyframes cs-pop {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 991px) {
  .checkout-success__title {
    font-size: 32px;
  }

  .checkout-success__next {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .checkout-success__logo img {
    width: 150px;
  }

  .checkout-success__thesis {
    display: none;
  }

  .checkout-success__phone {
    font-size: 18px;
  }

  .checkout-success__steps {
    gap: 6px;
    font-size: 12px;
  }

  .checkout-success__step {
    font-size: 12px;
    gap: 6px;
    flex: 0 1 auto;
  }

  .checkout-success__step:not(:last-child)::after {
    width: auto;
    flex: 1 1 8px;
    min-width: 8px;
  }

  .checkout-success__dot {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .checkout-success__hero {
    padding-top: 24px;
  }

  .checkout-success__check {
    width: 72px;
    height: 72px;
  }

  .checkout-success__check .icon {
    width: 34px;
    height: 34px;
  }

  .checkout-success__title {
    font-size: 27px;
  }

  .checkout-success__lead {
    font-size: 15.5px;
  }

  .checkout-success__steps-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .checkout-success__nstep {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
    padding: 16px 16px 16px 52px;
    text-align: left;
  }

  .checkout-success__nstep::before {
    top: 16px;
    left: 14px;
    transform: none;
  }

  .checkout-success__nicon {
    flex: 0 0 auto;
    margin-top: 0;
    width: 40px;
    height: 40px;
  }

  .checkout-success__nicon .icon {
    width: 19px;
    height: 19px;
  }

  .checkout-success__nhead {
    flex: 1 1 auto;
  }

  .checkout-success__ntext {
    flex: 1 1 100%;
  }

  .checkout-success__actions {
    flex-direction: column;
    gap: 14px;
  }

  .checkout-success__cta {
    width: 100%;
    justify-content: center;
  }

  .checkout-success__call {
    font-size: 19px;
  }

  .checkout-success__trust {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .checkout-success__check {
    animation: none;
  }
}

body.cms-page-body.text-page main.container {
  max-width: 1320px;
}

.cms-page {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 56px;
}

.cms-page__hero {
  padding: 36px 0 26px;
  border-bottom: 1px solid #edf0f4;
  margin-bottom: 36px;
}

.cms-page__title {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.12;
  color: #2a2d34;
}

.cms-page__prose {
  max-width: 900px;
  margin: 0 0 48px;
  font-size: 16px;
  line-height: 1.7;
  color: #2a2d34;
}

.cms-page__prose h2 {
  font-size: 26px;
  font-weight: 700;
  color: #2a2d34;
  margin: 36px 0 18px;
  line-height: 1.2;
}

.cms-page__prose h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2d34;
  margin: 28px 0 12px;
}

.cms-page__prose h4 {
  font-size: 17px;
  font-weight: 700;
  color: #2a2d34;
  margin: 22px 0 10px;
}

.cms-page__prose > :first-child {
  margin-top: 0;
}

.cms-page__prose p {
  margin: 0 0 16px;
}

.cms-page__prose ul,
.cms-page__prose ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

.cms-page__prose li {
  margin-bottom: 8px;
}

.cms-page__prose a {
  color: #EA5457;
  font-weight: 600;
}

.cms-page__prose a:hover,
.cms-page__prose a:focus {
  color: #d84447;
}

.cms-page__prose img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.cms-page__prose blockquote {
  margin: 0 0 20px;
  padding: 14px 22px;
  border-left: 3px solid #EA5457;
  background: #f7f9fc;
  border-radius: 0 12px 12px 0;
  color: #666;
  font-style: italic;
}

.cms-page__prose blockquote p:last-child {
  margin-bottom: 0;
}

.cms-page__prose table {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
}

.cms-page__prose table th,
.cms-page__prose table td {
  padding: 10px 14px;
  border: 1px solid #edf0f4;
  text-align: left;
}

.cms-page__prose table th {
  background: #f7f9fc;
  font-weight: 700;
  color: #2a2d34;
}

.cms-page__prose hr {
  margin: 32px 0;
  border: 0;
  border-top: 1px solid #edf0f4;
}

.cms-page__gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin: 0 0 48px;
}

.cms-page__thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.cms-page__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.cms-page__thumb:hover img {
  transform: scale(1.05);
}

.cms-page__cta {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 28px 32px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-left: 4px solid #EA5457;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.cms-page__cta-fig {
  flex: 0 0 auto;
  line-height: 0;
}

.cms-page__cta-body {
  flex: 1 1 auto;
  min-width: 0;
}

.cms-page__cta-title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: #2a2d34;
}

.cms-page__cta-thesis {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #666;
}

.cms-page__cta-actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  text-align: center;
}

.cms-page__cta-actions .btn {
  white-space: nowrap;
}

.cms-page__cta-phone {
  font-size: 24px;
  font-weight: 700;
  color: #2a2d34;
}

.cms-page__cta-phone:hover,
.cms-page__cta-phone:focus {
  color: #EA5457;
  text-decoration: none;
}

.cms-page__cta-icon {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
}

.cms-page__index {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
}

.cms-page__index-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-left: 3px solid #EA5457;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  color: #2a2d34;
  font-size: 15px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cms-page__index-item:hover,
.cms-page__index-item:focus {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.1);
  border-color: #e2e6ec;
  color: #2a2d34;
  text-decoration: none;
}

.cms-page__index-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: #EA5457;
}

@media (max-width: 991px) {
  .cms-page__gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .cms-page {
    padding: 0 0 40px;
  }

  .cms-page__hero {
    padding: 24px 0 18px;
    margin-bottom: 26px;
  }

  .cms-page__title {
    font-size: 25px;
  }

  .cms-page__prose h2 {
    font-size: 22px;
  }

  .cms-page__prose h3 {
    font-size: 18px;
  }

  .cms-page__prose table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .cms-page__gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .cms-page__cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 26px 20px;
  }

  .cms-page__cta-actions {
    align-items: stretch;
  }

  .cms-page__index {
    grid-template-columns: 1fr;
  }
}

.home .home-band {
  margin: 48px 0;
}

.home .home-band__inner {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 36px 40px;
  background: linear-gradient(135deg, #2a2d34 0%, #3a3e47 100%);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.16);
}

.home .home-band__mascot {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
}

.home .home-band__mascot .mascot {
  display: block;
}

.home .home-band__body {
  flex: 1 1 auto;
  min-width: 0;
}

.home .home-band__title {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.home .home-band__thesis {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.home .home-band__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.home .home-band__measure {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 700;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}

.home .home-band__measure:hover,
.home .home-band__measure:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

.home .home-band__phone {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.home .home-band__phone:hover,
.home .home-band__phone:focus {
  color: #EA5457;
  text-decoration: none;
}

.home .home-band__note {
  margin: 16px 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991px) {
  .home .home-band {
    margin: 40px 0;
  }

  .home .home-band__inner {
    gap: 24px;
    padding: 30px 28px;
  }

  .home .home-band__mascot {
    width: 120px;
  }

  .home .home-band__title {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .home .home-band {
    margin: 32px 0;
  }

  .home .home-band__inner {
    flex-direction: column;
    text-align: center;
    gap: 18px;
    padding: 26px 20px;
  }

  .home .home-band__mascot {
    width: 110px;
  }

  .home .home-band__title {
    font-size: 20px;
  }

  .home .home-band__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home .home-band__actions .btn {
    width: 100%;
  }

  .home .home-band__phone {
    margin-top: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home .home-band,
  .home .home-band * {
    animation: none !important;
    transition: none !important;
  }
}

body.our-work-page.text-page main.container {
  max-width: 1320px;
}

body.our-work-page h1 {
  margin-top: 26px;
  margin-bottom: 14px;
  color: #2a2d34;
  font-weight: 700;
}

body.our-work-page .col-xs-12 > p {
  max-width: 820px;
  font-size: 16px;
  line-height: 1.65;
  color: #565b66;
}

body.our-work-page .col-xs-12 > p a {
  color: #EA5457;
}

body.our-work-page .our-work-seo {
  max-width: 820px;
  margin-top: 6px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #8a909b;
}

body.our-work-page .our-work .work-filter {
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.06);
  margin: 24px 0 30px;
  overflow: hidden;
}

body.our-work-page .our-work .filter-section {
  border-bottom: 0;
}

body.our-work-page .our-work .filter-header {
  padding: 14px 18px 2px;
  background: transparent;
  color: #a0a6b0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.our-work-page .our-work .filter-content {
  padding: 12px 18px 16px;
}

body.our-work-page .our-work .filter-options {
  gap: 10px;
}

body.our-work-page .our-work .filter-option label {
  padding: 9px 18px;
  border: 1px solid #cfd6df;
  border-radius: 30px;
  background-color: #f4f6f8;
  background-image: linear-gradient(#ffffff, #e9edf2);
  font-size: 14px;
  font-weight: 600;
  color: #3d434c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 2px rgba(17, 24, 39, 0.12);
  transition: filter 0.15s ease, box-shadow 0.12s ease, transform 0.05s ease, color 0.15s ease;
}

body.our-work-page .our-work .filter-option label:hover {
  filter: brightness(1.02);
  color: #2f6fd6;
}

body.our-work-page .our-work .filter-option label:active {
  transform: translateY(1px);
  box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.18);
}

body.our-work-page .our-work .filter-option input[type=radio]:checked + label {
  color: #fff;
  border-color: rgba(0, 0, 0, 0.18);
  background-color: #2f6fd6;
  background-image: linear-gradient(rgba(255, 255, 255, 0.22), rgba(0, 0, 0, 0.14));
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px rgba(17, 24, 39, 0.2);
}

body.our-work-page .our-work .filter-option input[type=radio]:checked + label:hover {
  filter: brightness(1.05);
  color: #fff;
}

body.our-work-page .our-work .filter-loading {
  padding: 12px 18px;
  color: #888;
}

body.our-work-page .our-work__gallery {
  margin-top: 4px;
}

body.our-work-page .our-work__loading {
  padding: 20px 0;
  color: #888;
}

body.our-work-page .our-work__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (min-width: 1400px) {
  body.our-work-page .our-work__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1600px) {
  body.our-work-page .our-work__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

body.our-work-page .our-work__item {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #f4f6f9;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

body.our-work-page .our-work__item::before {
  content: "";
  display: block;
  padding-top: 75%;
}

body.our-work-page .our-work__item:hover,
body.our-work-page .our-work__item:focus {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.14);
}

body.our-work-page .our-work__item:hover .our-work__img,
body.our-work-page .our-work__item:focus .our-work__img {
  transform: scale(1.06);
}

body.our-work-page .our-work__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  transition: transform 0.5s ease;
}

@supports (animation-timeline: view()) {
  body.our-work-page .our-work__item {
    animation: homeFade linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 16%;
  }
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@media print {
@page {
    margin: 12mm;
}

  body > *:not(main) {
    display: none !important;
  }

  main,
  main.container {
    max-width: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  main > *:not(#contacts_print) {
    display: none !important;
  }

  #contacts_print {
    display: block !important;
    position: static !important;
    width: 100% !important;
    padding: 0 !important;
  }

  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

body.faq-page main.container {
  max-width: 100%;
}

body.faq-page .faq {
  padding-top: 6px;
  padding-bottom: 40px;
}

body.faq-page .faq-hero {
  margin-bottom: 34px;
}

body.faq-page .faq-hero__title {
  margin: 0 0 14px;
  font-weight: 700;
  color: #2a2d34;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

body.faq-page .faq-hero__lead {
  max-width: 900px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #666;
}

body.faq-page .faq-list {
  max-width: 960px;
  margin: 0 0 44px;
}

body.faq-page .faq-list .ac + .ac {
  margin-top: 16px;
}

body.faq-page .faq-list__title {
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #2a2d34;
}

@media (max-width: 767px) {
  body.faq-page .faq-hero__title {
    font-size: 24px;
  }

  body.faq-page .faq-hero__lead {
    font-size: 15.5px;
  }

  body.faq-page .faq-list .ac--card .ac__head {
    padding: 18px 18px;
    gap: 12px;
  }

  body.faq-page .faq-list .ac--card .ac__title {
    font-size: 16px;
  }

  body.faq-page .faq-list .ac--card .ac__indicator {
    width: 30px;
    height: 30px;
  }

  body.faq-page .faq-list .ac--card .ac__body-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.faq-page .faq-list .ac--card .ac__body-inner p {
    font-size: 15px;
  }
}

body.wholesale-page.text-page main.container {
  max-width: 100%;
}

.wholesale {
  padding-top: 6px;
  padding-bottom: 44px;
}

.wholesale .wholesale-hero {
  margin-bottom: 30px;
}

.wholesale .wholesale-hero__title {
  margin: 0 0 14px;
  font-size: 34px;
  font-weight: 700;
  color: #2a2d34;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.wholesale .wholesale-hero__lead {
  max-width: 940px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #666;
}

.wholesale .wholesale-intro {
  max-width: 940px;
  margin-bottom: 44px;
}

.wholesale .wholesale-intro p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #666;
}

.wholesale .wholesale-intro a {
  font-weight: 600;
}

.wholesale .wholesale-range__title,
.wholesale .wholesale-terms__title,
.wholesale .wholesale-benefits__title,
.wholesale .wholesale-steps__title {
  margin: 0 0 26px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #2a2d34;
}

.wholesale .wholesale-range,
.wholesale .wholesale-terms,
.wholesale .wholesale-benefits,
.wholesale .wholesale-steps {
  margin-bottom: 44px;
}

.wholesale .wholesale-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.wholesale .wholesale-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wholesale .wholesale-card__media {
  display: block;
  aspect-ratio: 16/9;
  background: #f7f9fc;
  overflow: hidden;
}

.wholesale .wholesale-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.wholesale .wholesale-card__body {
  display: block;
  padding: 24px 26px 28px;
}

.wholesale .wholesale-card__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #EA5457;
}

.wholesale .wholesale-card__text {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.65;
  color: #666;
}

.wholesale .wholesale-range__more {
  max-width: 940px;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

.wholesale .wholesale-range__more strong {
  color: #2a2d34;
}

.wholesale .wholesale-range__more a {
  font-weight: 600;
}

.wholesale .wholesale-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0;
}

.wholesale .wholesale-chip {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #2a2d34;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  box-shadow: inset 0 0 0 1px rgba(234, 84, 87, 0.14);
  border-radius: 18px;
}

.wholesale .wholesale-terms {
  padding: 36px 40px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
}

.wholesale .wholesale-terms__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 40px;
}

.wholesale .wholesale-terms__item {
  padding-left: 18px;
  border-left: 3px solid #EA5457;
}

.wholesale .wholesale-terms__head {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #2a2d34;
  line-height: 1.35;
}

.wholesale .wholesale-terms__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #666;
}

.wholesale .wholesale-terms__item p a {
  font-weight: 600;
}

.wholesale .wholesale-benefits__list {
  max-width: 940px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wholesale .wholesale-benefits__list li {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.wholesale .wholesale-benefits__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #EA5457;
}

.wholesale .wholesale-benefits__list li:last-child {
  margin-bottom: 0;
}

.wholesale .wholesale-steps__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.wholesale .wholesale-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 26px 24px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.wholesale .wholesale-step__num {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-size: 20px;
  font-weight: 700;
  color: #EA5457;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  box-shadow: inset 0 0 0 1px rgba(234, 84, 87, 0.14);
}

.wholesale .wholesale-step__text {
  font-size: 15.5px;
  line-height: 1.6;
  color: #666;
}

@media (max-width: 991px) {
  .wholesale .wholesale-terms__grid,
  .wholesale .wholesale-steps__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .wholesale {
    padding-bottom: 32px;
  }

  .wholesale .wholesale-hero__title {
    font-size: 24px;
  }

  .wholesale .wholesale-hero__lead,
  .wholesale .wholesale-intro p {
    font-size: 15.5px;
  }

  .wholesale .wholesale-cards,
  .wholesale .wholesale-terms__grid,
  .wholesale .wholesale-steps__list {
    grid-template-columns: 1fr;
  }

  .wholesale .wholesale-terms {
    padding: 26px 22px;
  }

  .wholesale .wholesale-range__title,
  .wholesale .wholesale-terms__title,
  .wholesale .wholesale-benefits__title,
  .wholesale .wholesale-steps__title {
    font-size: 21px;
  }
}

body.dealers-page.text-page main.container {
  max-width: 1320px;
}

.dealers {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 56px;
}

.dealers-hero {
  padding: 40px 0 28px;
  border-bottom: 1px solid #edf0f4;
  margin-bottom: 40px;
}

.dealers-hero__title {
  margin: 0 0 14px;
  font-size: 40px;
  font-weight: 700;
  color: #2a2d34;
  line-height: 1.1;
}

.dealers-hero__lead {
  margin: 0;
  max-width: 820px;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}

.dealers-why,
.dealers-steps,
.dealers-terms {
  margin-bottom: 48px;
}

.dealers-why__title,
.dealers-steps__title,
.dealers-terms__title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  color: #2a2d34;
}

.dealers-why__intro {
  margin: 0 0 28px;
  max-width: 860px;
  font-size: 16px;
  line-height: 1.65;
  color: #666;
}

.dealers-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.dealers-card {
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
}

.dealers-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  box-shadow: inset 0 0 0 1px rgba(234, 84, 87, 0.14);
}

.dealers-card__badge img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.dealers-card__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #EA5457;
}

.dealers-card__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

.dealers-figure {
  margin: 0 0 48px;
}

.dealers-figure__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid #edf0f4;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.dealers-steps__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.dealers-step {
  display: flex;
  gap: 20px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.dealers-step__num {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  box-shadow: inset 0 0 0 1px rgba(234, 84, 87, 0.14);
  font-size: 20px;
  font-weight: 700;
  color: #EA5457;
}

.dealers-step__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

.dealers-step__body a {
  color: #EA5457;
  font-weight: 600;
}

.dealers-step__head {
  margin: 2px 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: #2a2d34;
}

.dealers-terms__grid {
  padding: 36px 40px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 40px;
}

.dealers-terms__item {
  border-left: 3px solid #EA5457;
  padding-left: 18px;
}

.dealers-terms__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

.dealers-terms__head {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #2a2d34;
}

@media (max-width: 991px) {
  .dealers-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .dealers {
    padding: 0 16px 40px;
  }

  .dealers-hero {
    padding: 28px 0 22px;
    margin-bottom: 30px;
  }

  .dealers-hero__title {
    font-size: 24px;
  }

  .dealers-hero__lead {
    font-size: 16px;
  }

  .dealers-cards {
    grid-template-columns: 1fr;
  }

  .dealers-terms__grid {
    padding: 26px 22px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .dealers-step {
    padding: 20px;
    gap: 14px;
  }
}

body.about-page.text-page main.container {
  max-width: 100%;
}

body.about-page .about {
  padding-top: 6px;
  padding-bottom: 40px;
}

body.about-page .about-hero {
  margin-bottom: 34px;
}

body.about-page .about-hero__title {
  margin: 0 0 14px;
  font-weight: 700;
  color: #2a2d34;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

body.about-page .about-hero__lead {
  max-width: 900px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #666;
}

body.about-page .about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

body.about-page .about-stats__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 24px;
}

body.about-page .about-stats__num {
  margin-bottom: 8px;
  padding: 4px 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  box-shadow: inset 0 0 0 1px rgba(234, 84, 87, 0.14);
  font-size: 20px;
  font-weight: 700;
  color: #EA5457;
}

body.about-page .about-stats__label {
  font-size: 14.5px;
  line-height: 1.55;
  color: #666;
}

body.about-page .about-section {
  margin-bottom: 48px;
}

body.about-page .about-section__title {
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #2a2d34;
}

body.about-page .about-prose {
  max-width: 900px;
}

body.about-page .about-prose p {
  margin: 0 0 16px;
  font-size: 16.5px;
  line-height: 1.75;
  color: #666;
}

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

body.about-page .about-prose strong {
  color: #2a2d34;
}

body.about-page .about-prose mark {
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  padding: 1px 4px;
  border-radius: 4px;
  color: #2a2d34;
}

body.about-page .about-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 26px 0;
}

body.about-page .about-steps__item {
  padding: 24px 26px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-left: 3px solid #EA5457;
  border-radius: 16px;
}

body.about-page .about-steps__head {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #2a2d34;
}

body.about-page .about-steps__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #666;
}

body.about-page .about-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  margin: 30px 0 0;
}

body.about-page .about-gallery__item {
  margin: 0;
  overflow: hidden;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

body.about-page .about-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}

body.about-page .about-gallery__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.13);
  border-color: #e2e6ec;
}

body.about-page .about-figure {
  margin: 30px 0 0;
  text-align: center;
}

body.about-page .about-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

body.about-page .about-quote {
  position: relative;
  max-width: 960px;
  margin: 30px 0;
  padding: 30px 36px 30px 40px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-left: 4px solid #EA5457;
  border-radius: 16px;
}

body.about-page .about-quote p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  font-style: italic;
  color: #2a2d34;
}

body.about-page .about-quote::before {
  content: "\201C";
  position: absolute;
  top: 6px;
  left: 16px;
  font-size: 48px;
  line-height: 1;
  color: rgba(234, 84, 87, 0.28);
  font-family: Georgia, serif;
}

@media (min-width: 1600px) {
  body.about-page .about-stats {
    gap: 28px;
  }
}

@media (max-width: 991px) {
  body.about-page .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  body.about-page .about-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.about-page .about {
    padding-bottom: 30px;
  }

  body.about-page .about-hero {
    margin-bottom: 24px;
  }

  body.about-page .about-hero__title {
    font-size: 24px;
  }

  body.about-page .about-hero__lead {
    font-size: 15px;
    line-height: 1.6;
  }

  body.about-page .about-stats {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 34px;
  }

  body.about-page .about-stats__card {
    padding: 20px 20px;
  }

  body.about-page .about-section {
    margin-bottom: 34px;
  }

  body.about-page .about-section__title {
    font-size: 19px;
    margin-bottom: 16px;
  }

  body.about-page .about-prose p {
    font-size: 15.5px;
    line-height: 1.7;
  }

  body.about-page .about-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.about-page .about-quote {
    padding: 24px 22px 24px 24px;
  }

  body.about-page .about-quote p {
    font-size: 16px;
  }
}

body.warranty-page main.container {
  max-width: 100%;
}

body.warranty-page .warranty {
  padding-top: 6px;
  padding-bottom: 40px;
}

body.warranty-page .warranty-hero {
  margin-bottom: 34px;
}

body.warranty-page .warranty-hero__title {
  margin: 0 0 14px;
  font-weight: 700;
  color: #2a2d34;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

body.warranty-page .warranty-hero__lead {
  max-width: 900px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #666;
}

body.warranty-page .warranty-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 44px;
}

@media (min-width: 1600px) {
  body.warranty-page .warranty-cards {
    gap: 28px;
  }
}

body.warranty-page .warranty-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 28px;
}

body.warranty-page .warranty-card:hover .warranty-card__badge,
body.warranty-page .warranty-card:focus .warranty-card__badge {
  transform: scale(1.05);
}

body.warranty-page .warranty-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  box-shadow: inset 0 0 0 1px rgba(234, 84, 87, 0.14);
  transition: transform 0.24s ease;
}

body.warranty-page .warranty-card__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #EA5457;
}

body.warranty-page .warranty-card__text {
  flex: 1 1 auto;
  margin: 0;
  font-size: 15.5px;
  line-height: 1.65;
  color: #666;
}

body.warranty-page .warranty-terms {
  padding: 36px 40px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  margin-bottom: 44px;
}

body.warranty-page .warranty-terms__title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #2a2d34;
}

body.warranty-page .warranty-terms__intro {
  max-width: 820px;
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.65;
  color: #666;
}

body.warranty-page .warranty-terms__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 40px;
}

@media (min-width: 1600px) {
  body.warranty-page .warranty-terms__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

body.warranty-page .warranty-terms__item {
  padding-left: 18px;
  border-left: 3px solid #EA5457;
}

body.warranty-page .warranty-terms__head {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #2a2d34;
}

body.warranty-page .warranty-terms__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #666;
}

body.warranty-page .warranty-terms--muted .warranty-terms__item {
  border-left-color: #c7ccd5;
}

body.warranty-page .warranty-steps {
  margin-bottom: 44px;
}

body.warranty-page .warranty-steps__title {
  margin: 0 0 26px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #2a2d34;
}

body.warranty-page .warranty-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.warranty-page .warranty-step {
  padding: 30px 28px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

body.warranty-page .warranty-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 14px;
  font-size: 20px;
  font-weight: 700;
  color: #EA5457;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  box-shadow: inset 0 0 0 1px rgba(234, 84, 87, 0.14);
}

body.warranty-page .warranty-step__head {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #2a2d34;
}

body.warranty-page .warranty-step__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #666;
}

body.warranty-page .warranty-step__text a {
  font-weight: 600;
  white-space: nowrap;
}

body.warranty-page .warranty-service {
  padding: 36px 40px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-left: 4px solid #EA5457;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  margin-bottom: 44px;
}

body.warranty-page .warranty-service__title {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  color: #2a2d34;
}

body.warranty-page .warranty-service__text {
  max-width: 900px;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

@media (max-width: 767px) {
  body.warranty-page .warranty-hero__title {
    font-size: 24px;
  }

  body.warranty-page .warranty-hero__lead {
    font-size: 16px;
  }

  body.warranty-page .warranty-cards {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 34px;
  }

  body.warranty-page .warranty-card {
    padding: 24px 22px;
  }

  body.warranty-page .warranty-terms {
    padding: 26px 22px;
    margin-bottom: 34px;
  }

  body.warranty-page .warranty-terms__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.warranty-page .warranty-steps {
    margin-bottom: 34px;
  }

  body.warranty-page .warranty-steps__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.warranty-page .warranty-step {
    padding: 24px 22px;
  }

  body.warranty-page .warranty-service {
    padding: 26px 22px;
    margin-bottom: 34px;
  }
}

body.certs-page.text-page main.container {
  max-width: 1320px;
}

.certs {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 64px;
}

.certs-hero {
  padding: 40px 0 28px;
}

.certs-hero__title {
  margin: 0 0 14px;
  font-size: 40px;
  font-weight: 700;
  color: #2a2d34;
}

.certs-hero__lead {
  margin: 0;
  max-width: 860px;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}

.certs-gallery {
  margin-top: 24px;
}

.certs-gallery__title {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 700;
  color: #2a2d34;
}

.certs-gallery__hint {
  margin: 0 0 24px;
  font-size: 15px;
  color: #666;
}

.certs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}

.certs-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.certs-card__link {
  display: block;
  background: #f7f9fc;
  border-bottom: 1px solid #edf0f4;
  cursor: zoom-in;
}

.certs-card__img {
  display: block;
  width: 100%;
  height: 280px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 14px;
}

.certs-card__caption {
  padding: 16px 18px 18px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  color: #2a2d34;
}

.certs-trust {
  margin-top: 48px;
  padding: 36px 40px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
}

.certs-trust__title {
  margin: 0 0 26px;
  font-size: 24px;
  font-weight: 700;
  color: #2a2d34;
}

.certs-trust__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
}

.certs-trust__item {
  border-left: 3px solid #EA5457;
  padding-left: 18px;
}

.certs-trust__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

.certs-trust__head {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #2a2d34;
}

@media (max-width: 767px) {
  .certs {
    padding: 0 14px 48px;
  }

  .certs-hero {
    padding: 28px 0 20px;
  }

  .certs-hero__title {
    font-size: 24px;
  }

  .certs-hero__lead {
    font-size: 16px;
  }

  .certs-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px;
  }

  .certs-card__img {
    height: 220px;
  }

  .certs-trust {
    padding: 24px 20px;
  }

  .certs-trust__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

.certs .cta {
  margin-top: 48px;
}

body.groups-page.text-page main.container {
  max-width: 1320px;
}

body.groups-page .groups {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 64px;
}

body.groups-page .groups-hero {
  padding: 28px 0 8px;
}

body.groups-page .groups-hero__title {
  margin: 0 0 14px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #2a2d34;
}

body.groups-page .groups-hero__lead {
  margin: 0;
  max-width: 860px;
  font-size: 17px;
  line-height: 1.6;
  color: #666;
}

body.groups-page .groups-section {
  margin-top: 48px;
}

body.groups-page .groups-section__intro {
  margin-bottom: 22px;
}

body.groups-page .groups-section__title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  color: #2a2d34;
}

body.groups-page .groups-section__lead {
  margin: 0;
  max-width: 860px;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

body.groups-page .groups-section__lead p {
  margin: 0 0 8px;
}

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

body.groups-page .groups-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

body.groups-page .groups-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
}

body.groups-page .groups-card:hover,
body.groups-page .groups-card:focus {
  text-decoration: none;
}

body.groups-page .groups-card:hover .groups-card__more,
body.groups-page .groups-card:focus .groups-card__more {
  color: #d23c3f;
}

body.groups-page .groups-card:hover .groups-card__img,
body.groups-page .groups-card:focus .groups-card__img {
  transform: scale(1.04);
}

body.groups-page .groups-card__media {
  display: block;
  overflow: hidden;
  background: #f7f9fc;
  border-bottom: 1px solid #edf0f4;
  aspect-ratio: 4/3;
}

body.groups-page .groups-card__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

body.groups-page .groups-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 20px 20px;
}

body.groups-page .groups-card__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: #EA5457;
}

body.groups-page .groups-card__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

body.groups-page .groups-card__meta {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #9aa1ac;
}

body.groups-page .groups-card__more {
  margin-top: auto;
  padding-top: 14px;
  font-size: 15px;
  font-weight: 600;
  color: #EA5457;
  transition: color 0.24s ease;
}

@media (max-width: 991px) {
  body.groups-page .groups-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  body.groups-page .groups {
    padding: 0 14px 48px;
  }

  body.groups-page .groups-hero {
    padding: 18px 0 4px;
  }

  body.groups-page .groups-hero__title {
    font-size: 24px;
  }

  body.groups-page .groups-hero__lead {
    font-size: 15px;
  }

  body.groups-page .groups-section {
    margin-top: 36px;
  }

  body.groups-page .groups-section__title {
    font-size: 20px;
  }

  body.groups-page .groups-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.groups-page .groups-card__title {
    font-size: 20px;
  }
}

.groups .cta {
  margin-top: 56px;
}

body.cpage-page.text-page main.container {
  max-width: 1320px;
}

.cpage {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 56px;
}

.cpage-hero {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 40px 0 12px;
  margin-bottom: 32px;
}

.cpage-hero__main {
  flex: 1 1 auto;
  min-width: 0;
}

.cpage-hero__title {
  margin: 0 0 14px;
  font-size: 40px;
  font-weight: 700;
  color: #2a2d34;
  line-height: 1.1;
}

.cpage-hero__lead {
  margin: 0;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}

.cpage-hero__intro {
  margin: 20px 0 0;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

.cpage-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}

.cpage-hero__phone {
  font-size: 24px;
  font-weight: 700;
  color: #2a2d34;
}

.cpage-hero__phone:hover,
.cpage-hero__phone:focus {
  color: #EA5457;
  text-decoration: none;
}

.cpage-hero__icon {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
}

.cpage-hero__cta {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  padding: 24px 24px 22px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-top: 3px solid #EA5457;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.cpage-hero__cta .cpage-hero__phone {
  display: block;
  margin: 4px 0 16px;
}

.cpage-hero__cta .btn {
  margin: 0;
}

.cpage-hero__cta-label {
  font-size: 14px;
  font-weight: 600;
  color: #666;
}

.cpage-hero__cta-mail {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 600;
  color: #EA5457;
}

.cpage-hero__cta-mail:hover,
.cpage-hero__cta-mail:focus {
  text-decoration: underline;
}

.cpage-hero__cta-note {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.45;
  color: #666;
}

.cpage-section {
  margin-bottom: 48px;
}

.cpage-section__title {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 700;
  color: #2a2d34;
}

.cpage-section__intro {
  margin: 0 0 26px;
  max-width: 880px;
  font-size: 16px;
  line-height: 1.65;
  color: #666;
}

.cpage-intro {
  margin-bottom: 48px;
}

.cpage-intro p {
  margin: 0;
  max-width: 900px;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

.cpage-intro a {
  color: #EA5457;
  font-weight: 600;
}

.cpage-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

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

.cpage-card {
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
}

.cpage-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  box-shadow: inset 0 0 0 1px rgba(234, 84, 87, 0.14);
}

.cpage-card__badge .icon {
  width: 30px;
  height: 30px;
  color: #EA5457;
}

.cpage-card__title {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  color: #EA5457;
}

.cpage-card__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

.cpage-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
}

.cpage-tile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-left: 3px solid #EA5457;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.cpage-tile__name {
  font-size: 15px;
  font-weight: 600;
  color: #2a2d34;
}

.cpage-colors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.cpage-color {
  display: flex;
  flex-direction: column;
}

.cpage-color__swatch {
  position: relative;
  display: block;
  height: 170px;
  border-radius: 16px;
  background: var(--sw, #f7f9fc);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  overflow: hidden;
}

.cpage-color__code {
  position: absolute;
  left: 18px;
  bottom: 16px;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.cpage-color__code small {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.85;
}

.cpage-color__code--dark {
  color: rgba(45, 45, 45, 0.85);
  text-shadow: none;
}

.cpage-color__swatch--palette {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f9fc;
}

.cpage-color__palette {
  width: 118px;
  height: 118px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.12));
}

.cpage-color__title {
  margin: 16px 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #2a2d34;
}

.cpage-color__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.cpage-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.cpage-shot {
  margin: 0;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  overflow: hidden;
}

.cpage-shot__frame {
  display: block;
  height: 380px;
  overflow: hidden;
}

.cpage-shot img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease;
}

.cpage-shot:hover img {
  transform: scale(1.06);
}

.cpage-shot figcaption {
  padding: 14px 20px 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: #2a2d34;
}

.cpage .ptable-wrap {
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cpage .ptable {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
}

.cpage .ptable th,
.cpage .ptable td {
  padding: 13px 22px;
  text-align: right;
  white-space: nowrap;
}

.cpage .ptable thead th {
  background: #f7f9fc;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #2a2d34;
  vertical-align: bottom;
  border-bottom: 2px solid #edf0f4;
}

.cpage .ptable thead th small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  color: #666;
}

.cpage .ptable__area-h,
.cpage .ptable th[scope=row] {
  text-align: left;
}

.cpage .ptable__group th {
  padding: 12px 22px;
  text-align: left;
  background: linear-gradient(135deg, #ea5457 0%, #d23e41 100%);
  color: #fff;
}

.cpage .ptable__group-name {
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.cpage .ptable__group-note {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.cpage .ptable__group-from {
  float: right;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.cpage .ptable tbody th[scope=row] {
  font-weight: 700;
  color: #2a2d34;
}

.cpage .ptable tbody tr:not(.ptable__group) td {
  color: #2a2d34;
  font-variant-numeric: tabular-nums;
}

.cpage .ptable tbody tr:not(.ptable__group):not(:last-child) th,
.cpage .ptable tbody tr:not(.ptable__group):not(:last-child) td {
  border-bottom: 1px solid #edf0f4;
}

.cpage .ptable tbody tr:not(.ptable__group):hover td,
.cpage .ptable tbody tr:not(.ptable__group):hover th[scope=row] {
  background: #fff1f1;
}

.cpage .ptable__dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--d, #666);
  border: 1px solid rgba(0, 0, 0, 0.18);
  vertical-align: -1px;
}

.cpage .ptable-foot {
  display: flex;
  gap: 12px;
  margin: 18px 0 0;
  padding: 16px 20px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-left: 3px solid #EA5457;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.cpage .ptable-foot__icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: #EA5457;
}

.cpage-duo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.cpage-panel {
  padding: 30px 28px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.cpage-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  box-shadow: inset 0 0 0 1px rgba(234, 84, 87, 0.14);
}

.cpage-panel__icon .icon {
  width: 28px;
  height: 28px;
  color: #EA5457;
}

.cpage-panel__head {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  color: #2a2d34;
}

.cpage-panel p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

.cpage-highlight {
  margin-bottom: 48px;
}

.cpage-highlight__inner {
  display: flex;
  gap: 26px;
  padding: 36px 40px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-left: 4px solid #EA5457;
  border-radius: 16px;
}

.cpage-highlight__badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  box-shadow: inset 0 0 0 1px rgba(234, 84, 87, 0.14);
}

.cpage-highlight__badge .icon {
  width: 34px;
  height: 34px;
  color: #EA5457;
}

.cpage-highlight__title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
  color: #2a2d34;
}

.cpage-highlight__text {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.65;
  color: #666;
}

.cpage-highlight__list {
  margin: 0;
  padding-left: 22px;
}

.cpage-highlight__list li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.55;
  color: #666;
}

.cpage-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cpage-chip {
  display: inline-block;
  padding: 9px 16px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  font-size: 14px;
  font-weight: 600;
  color: #2a2d34;
}

.cpage-steps__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.cpage-step {
  display: flex;
  gap: 20px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.cpage-step__num {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  box-shadow: inset 0 0 0 1px rgba(234, 84, 87, 0.14);
  font-size: 20px;
  font-weight: 700;
  color: #EA5457;
}

.cpage-step__head {
  margin: 2px 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: #2a2d34;
}

.cpage-step__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

.cpage-faq__list {
  display: grid;
  gap: 12px;
}

@media (max-width: 991px) {
  .cpage-cards,
  .cpage-colors,
  .cpage-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .cpage {
    padding: 0 0 40px;
  }

  .cpage-hero {
    flex-direction: column;
    gap: 24px;
    padding: 28px 0 22px;
    margin-bottom: 30px;
  }

  .cpage-hero__title {
    font-size: 24px;
  }

  .cpage-hero__lead {
    font-size: 16px;
  }

  .cpage-hero__cta {
    flex-basis: auto;
    align-self: stretch;
  }

  .cpage-section__title {
    font-size: 22px;
  }

  .cpage-cards,
  .cpage-tiles,
  .cpage-colors,
  .cpage-gallery,
  .cpage-duo {
    grid-template-columns: 1fr;
  }

  .cpage-highlight__inner {
    flex-direction: column;
    padding: 26px 22px;
    gap: 18px;
  }

  .cpage-step {
    padding: 20px;
    gap: 14px;
  }

  .cpage-shot__frame {
    height: 260px;
  }
}

.avail__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 6px;
}

.avail__hero-text {
  flex: 1 1 auto;
  min-width: 0;
}

.avail__hero-text .avail__lead {
  margin-bottom: 20px;
}

.avail__hero-fig {
  flex: 0 0 auto;
  line-height: 0;
}

.avail__search::before {
  content: none;
}

.avail__search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  color: #b0b6c0;
  pointer-events: none;
}

.avail__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.avail__badge.is-yes {
  background: #e7f6ee;
  color: #2e9e5b;
}

.avail__badge.is-few {
  background: #fff2dc;
  color: #b9791a;
}

.avail__badge.is-no {
  background: #fdeceb;
  color: #d64036;
}

.avail__badge-icon {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
}

.avail__table td a {
  color: #2a2d34;
}

.avail__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 4px 0 28px;
  padding: 30px 24px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  text-align: center;
}

.avail__empty[hidden] {
  display: none;
}

.avail__empty-fig {
  line-height: 0;
}

.avail__empty-text {
  margin: 0;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

.avail__cta {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 8px;
  padding: 36px 40px;
  background: linear-gradient(135deg, #2a2d34 0%, #3a3e47 100%);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.16);
}

.avail__cta-fig {
  flex: 0 0 auto;
  line-height: 0;
}

.avail__cta-body {
  flex: 1 1 auto;
  min-width: 0;
}

.avail__cta-title {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.avail__cta-text {
  margin: 0 0 18px;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.avail__cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-bottom: 14px;
}

.avail__cta-phone {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.avail__cta-phone:hover,
.avail__cta-phone:focus {
  color: #EA5457;
  text-decoration: none;
}

.avail__cta-btn-icon {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
}

.avail__cta-thesis {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991px) {
  .avail__hero {
    gap: 24px;
  }

  .avail__hero-fig svg {
    width: 104px !important;
  }

  .avail__cta {
    padding: 30px 30px;
    gap: 22px;
  }

  .avail__cta-title {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .avail__hero {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 4px;
  }

  .avail__hero-fig {
    display: none;
  }

  .avail__table thead {
    display: none;
  }

  .avail__table tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 2px;
    border-bottom: 1px solid #f0f2f5;
  }

  .avail__table td {
    padding: 0;
    border: 0;
    font-size: 14.5px;
  }

  .avail__table td.avail__table-status {
    width: auto;
    flex: 0 0 auto;
    text-align: right;
  }

  .avail__table tr:hover td {
    background: transparent;
  }

  .avail__empty {
    padding: 24px 18px;
  }

  .avail__cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 22px;
    gap: 16px;
  }

  .avail__cta-fig {
    display: none;
  }

  .avail__cta-title {
    font-size: 21px;
  }

  .avail__cta-text {
    font-size: 15px;
  }

  .avail__cta-phone {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .avail__card,
  .avail__filter,
  .avail__chip,
  .avail__reset,
  .avail__search-input {
    transition: none;
  }

  .avail .mascot,
  .avail .mascot__tail,
  .avail .mascot.is-animated * {
    animation: none !important;
  }
}

.contacts__hero {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 40px 0 16px;
}

.contacts__hero-text {
  flex: 1 1 auto;
  min-width: 0;
}

.contacts__hero-title {
  margin: 0 0 14px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #2a2d34;
  text-transform: none;
  border-bottom: 0;
}

.contacts__hero-sub {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #2a2d34;
}

.contacts__hero-lead {
  margin: 0 0 24px;
  max-width: 820px;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}

.contacts__hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
}

.contacts__hero-phone {
  font-size: 24px;
  font-weight: 700;
  color: #2a2d34;
  text-decoration: none;
}

.contacts__hero-phone:hover,
.contacts__hero-phone:focus {
  color: #EA5457;
  text-decoration: none;
}

.contacts__hero-mail {
  font-size: 17px;
  font-weight: 600;
  color: #4a76c4;
  text-decoration: none;
}

.contacts__hero-mail:hover,
.contacts__hero-mail:focus {
  color: #EA5457;
  text-decoration: none;
}

.contacts__hero-ico {
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  margin-right: 6px;
  color: #EA5457;
}

.contacts__hero-mascot {
  flex: 0 0 auto;
  display: block;
}

.contacts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .contacts__grid {
    grid-template-columns: 1fr;
  }
}

.contacts__cc-rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 2px;
}

.contacts__cc-row {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 14px;
  border-top: 1px solid #eef0f3;
}

.contacts__cc-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.contacts__cc-row--split {
  flex-direction: row;
  gap: 30px;
}

@media (max-width: 575px) {
  .contacts__cc-row--split {
    flex-direction: column;
    gap: 14px;
  }
}

.contacts__cc-col {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  flex: 1;
}

.contacts__cc-sub {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #b0b6c0;
}

.contacts__map {
  position: relative;
  margin: 24px 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.11), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.contacts__map::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  border-radius: 16px;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.12) 14%, rgba(255, 255, 255, 0) 34%), linear-gradient(300deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 22%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.contacts__map-frame {
  filter: saturate(0.72) contrast(1.02) brightness(1.01);
}

.contacts__map-btns {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 575px) {
  .contacts__map-btns {
    top: 10px;
    left: 10px;
    right: 10px;
  }
}

.contacts__map-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  padding: 9px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #2a2d34;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.07));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -2px 0 rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.24);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.contacts__map-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -2px 0 rgba(0, 0, 0, 0.1), 0 4px 9px rgba(0, 0, 0, 0.26);
}

.contacts__map-btn:active {
  transform: translateY(1px);
  filter: brightness(0.99);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.24), 0 1px 1px rgba(0, 0, 0, 0.12);
}

.contacts__map-btn.is-active {
  color: #fff;
  background-color: #EA5457;
  background-image: linear-gradient(rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.12));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), inset 0 -2px 0 rgba(0, 0, 0, 0.18), 0 3px 8px rgba(234, 84, 87, 0.42);
}

.contacts__map-btn--route.is-active {
  color: #fff;
  background-color: #8a1c34;
  background-image: linear-gradient(rgba(0, 0, 0, 0.18), rgba(255, 255, 255, 0.08));
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.45), inset 0 -1px 0 rgba(255, 255, 255, 0.12), 0 1px 2px rgba(0, 0, 0, 0.22);
  transform: translateY(1px);
}

.contacts__map-btn--route.is-active:hover {
  transform: translateY(1px);
  filter: brightness(1.02);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.45), inset 0 -1px 0 rgba(255, 255, 255, 0.12), 0 1px 2px rgba(0, 0, 0, 0.22);
}

@media (max-width: 575px) {
  .contacts__map-btn {
    padding: 8px 12px;
    font-size: 12px;
  }
}

.contacts__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 40px;
}

.contacts__list > li {
  margin: 0;
}

@media (max-width: 767px) {
  .contacts__list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.contacts__cc {
  display: flex;
  flex-direction: column;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.contacts__cc:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.13);
  border-color: #e2e6ec;
}

.contacts__cc-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff1f1 0%, #ffe3e4 100%);
  box-shadow: inset 0 0 0 1px rgba(234, 84, 87, 0.14);
}

.contacts__cc-badge .icon {
  width: 26px;
  height: 26px;
  color: #EA5457;
}

.contacts__cc-label {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #b0b6c0;
}

.contacts__cc-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #2a2d34;
}

.contacts__cc-value--link {
  color: #2a2d34;
  text-decoration: none;
}

.contacts__cc-value--link:hover,
.contacts__cc-value--link:focus {
  color: #EA5457;
  text-decoration: none;
}

.contacts__cc-note {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: #8a909b;
}

.contacts__addr {
  margin-bottom: 24px;
}

.contacts__contact-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  align-items: start;
}

@media (max-width: 767px) {
  .contacts__contact-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.contacts__req-list {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 9px 22px;
  margin: 20px 0 0;
}

.contacts__req-list dt {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #b0b6c0;
}

.contacts__req-list dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #2a2d34;
}

@media (max-width: 575px) {
  .contacts__req-list {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .contacts__req-list dd {
    margin-bottom: 10px;
  }
}

.contacts__meta--print {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.contacts__print-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contacts__print-btn .icon {
  width: 16px;
  height: 16px;
}

.contacts__form-lead {
  margin: -6px 0 20px;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

@media (max-width: 991px) {
  .contacts__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts__hero-mascot {
    width: 120px !important;
  }
}

@media (max-width: 767px) {
  .contacts__hero {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 24px 0 20px;
  }

  .contacts__hero-title {
    font-size: 26px;
  }

  .contacts__hero-sub {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .contacts__hero-lead {
    font-size: 15.5px;
    margin-bottom: 18px;
  }

  .contacts__hero-phone {
    font-size: 22px;
  }

  .contacts__hero-mascot {
    align-self: center;
  }

  .contacts__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 16px;
  }
}

.reviews-page__hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 4px 0 8px;
}

.reviews-page__hero-body {
  flex: 0 1 860px;
  min-width: 0;
}

@media (max-width: 767px) {
  .reviews-page__hero-body {
    flex-basis: auto;
  }
}

.reviews-page__hero-fig {
  flex: 0 0 auto;
  line-height: 0;
  margin-bottom: 6px;
}

.reviews-page__aggregate {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 2px 0 26px;
  padding: 9px 20px;
  background: #f7f9fc;
  border: 1px solid #edf0f4;
  border-radius: 999px;
  box-shadow: 0 3px 12px rgba(17, 24, 39, 0.05);
  font-size: 15px;
  line-height: 1.2;
  color: #666;
}

.reviews-page__aggregate b {
  font-size: 18px;
  font-weight: 800;
  color: #2a2d34;
}

.reviews-page__star {
  position: relative;
  font-size: 26px;
  line-height: 1;
  background: linear-gradient(105deg, #d18f00 0%, #f7c000 35%, #fff7d0 50%, #f7c000 65%, #d18f00 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 1px 0 rgba(140, 90, 0, 0.55)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.22));
  animation: reviews-star-shimmer 2.8s ease-in-out infinite;
}

.reviews-page__form .control-label {
  padding-top: 9px;
  font-weight: 600;
  color: #2a2d34;
  text-align: left;
}

.reviews-page__form .form-control {
  height: auto;
  padding: 11px 14px;
  font-size: 15px;
  color: #2a2d34;
  border: 1px solid #edf0f4;
  border-radius: 10px;
  box-shadow: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.reviews-page__form .form-control:focus {
  border-color: #EA5457;
  box-shadow: 0 0 0 3px rgba(234, 84, 87, 0.15);
}

.reviews-page__form textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.reviews-page__form .checkbox {
  font-size: 14px;
  color: #666;
}

.reviews-page__form .checkbox a {
  color: #EA5457;
  text-decoration: underline;
}

.reviews-page__form .btn-success {
  min-width: 220px;
  margin-top: 6px;
}

@media (max-width: 991px) {
  .reviews-page__hero {
    gap: 18px;
  }

  .reviews-page__hero-fig .mascot {
    width: 118px !important;
  }
}

@media (max-width: 767px) {
  .reviews-page__hero {
    flex-direction: column;
    gap: 6px;
  }

  .reviews-page__hero-fig {
    display: none;
  }

  .reviews-page__aggregate {
    font-size: 14px;
    padding: 8px 16px;
  }

  .reviews-page__star {
    font-size: 22px;
  }

  .reviews-page__form .control-label {
    padding-top: 0;
    margin-bottom: 6px;
  }
}

@keyframes reviews-star-shimmer {
  0%, 100% {
    background-position: 0 0;
  }

  50% {
    background-position: 100% 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-page__star {
    animation: none;
  }
}

/*
BEM
.block {
	!* CSS declarations for `.block` *!

	&__element {
		!* CSS declarations for `.block__element` *!
	}

	&--modifier {
		!* CSS declarations for `.block--modifier` *!

		&__element {
			!* CSS declarations for `.block--modifier__element` *!
		}
	}
}*/

