﻿/* /bitrix/css/arturgolubev.cookiealert/style.min.css */
.ag_cookie_alert_window,
.ag_cookie_alert_window * {
  box-sizing: border-box;
}
.ag_cookie_alert_window_locker {
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.25;
  display: none;
}
.ag_cookie_alert_window {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  display: none;
}
.ag_cookie_alert_window.ag_user_alert_position_top {
  bottom: auto;
  top: 0;
}
.ag_cookie_alert_window.disable_fixed {
  position: relative;
}
.ag_user_alert_window_content {
  display: flex;
  padding: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 100%;
}
.ag_cookie_alert_window_image {
  max-width: 100px;
}
.ag_cookie_alert_window_image img {
  max-width: 100%;
}
.ag_cookie_alert_window_button {
  padding: 6px 16px;
  text-align: center;
  margin-left: 20px;
  cursor: pointer;
  white-space: nowrap;
}
.ag_cookie_alert_window_text {
  margin: 0 20px;
  line-height: 1.4;
}
.ag_cookie_alert_window.color_theme_blue .ag_user_alert_window_content {
  background-color: #0083d1;
}
.ag_cookie_alert_window.color_theme_blue .ag_cookie_alert_window_button {
  background-color: #5ca6e4;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 2px;
}
.ag_cookie_alert_window.color_theme_blue .ag_cookie_alert_window_button:hover {
  background-color: #0083d1;
}
.ag_cookie_alert_window.color_theme_blue .ag_cookie_alert_window_text {
  color: #fff;
}
.ag_cookie_alert_window.color_theme_black .ag_user_alert_window_content {
  background-color: #333;
}
.ag_cookie_alert_window.color_theme_black .ag_cookie_alert_window_button {
  background-color: #5c5c5c;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 2px;
}
.ag_cookie_alert_window.color_theme_black .ag_cookie_alert_window_button:hover {
  background-color: #333;
}
.ag_cookie_alert_window.color_theme_black .ag_cookie_alert_window_text {
  color: #fff;
}
.ag_cookie_alert_window.color_theme_green .ag_user_alert_window_content {
  background-color: #159ebb;
}
.ag_cookie_alert_window.color_theme_green .ag_cookie_alert_window_button {
  background-color: #44b1c9;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 2px;
}
.ag_cookie_alert_window.color_theme_green .ag_cookie_alert_window_button:hover {
  background-color: #159ebb;
}
.ag_cookie_alert_window.color_theme_green .ag_cookie_alert_window_text {
  color: #fff;
}
.ag_cookie_alert_window.color_theme_red .ag_user_alert_window_content {
  background-color: #e22b2b;
}
.ag_cookie_alert_window.color_theme_red .ag_cookie_alert_window_button {
  background-color: #e95c5c;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 2px;
}
.ag_cookie_alert_window.color_theme_red .ag_cookie_alert_window_button:hover {
  background-color: #e22b2b;
}
.ag_cookie_alert_window.color_theme_red .ag_cookie_alert_window_text {
  color: #fff;
}
.ag_cookie_alert_window.color_theme_yellow .ag_user_alert_window_content {
  background-color: #f9a91d;
}
.ag_cookie_alert_window.color_theme_yellow .ag_cookie_alert_window_button {
  background-color: #faba4a;
  border: 2px solid #111;
  color: #111;
  border-radius: 2px;
}
.ag_cookie_alert_window.color_theme_yellow
  .ag_cookie_alert_window_button:hover {
  background-color: #f9a91d;
}
.ag_cookie_alert_window.color_theme_yellow .ag_cookie_alert_window_text {
  color: #111;
}
.ag_cookie_alert_window.color_theme_neutral .ag_user_alert_window_content {
  background-color: #f5fafa;
}
.ag_cookie_alert_window.color_theme_neutral .ag_cookie_alert_window_button {
  background-color: #26b8e2;
  border: 2px solid #26b8e2;
  color: #fff;
  border-radius: 2px;
}
.ag_cookie_alert_window.color_theme_neutral
  .ag_cookie_alert_window_button:hover {
  background-color: #f5fafa;
  color: #26b8e2;
}
.ag_cookie_alert_window.color_theme_neutral .ag_cookie_alert_window_text {
  color: #111;
}
@media screen and (max-width: 768px) {
  .ag_user_alert_window_content {
    flex-direction: column;
  }
  .ag_cookie_alert_window_image {
    display: none;
  }
  .ag_cookie_alert_window_text {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .ag_cookie_alert_window_button {
    margin-left: 0;
  }
}

/* /local/templates/safeteam/css/style.min.css */
@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font:
    1em monospace,
    monospace;
}
a {
  background: 0 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font:
    1em monospace,
    monospace;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font: 100%/1.15 inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/safeteam/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  background: #fff;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: 5px 4px 0 4px solid #888 transparent transparent transparent;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background: linear-gradient(to bottom, #fff 50%, #eee 100%) repeat-x #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background: linear-gradient(to bottom, #eee 50%, #ccc 100%) repeat-x #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: 5px 4px 0 4px solid #888 transparent transparent transparent;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: 0 0;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  background: linear-gradient(to bottom, #fff 0, #eee 50%) repeat-x;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  background: linear-gradient(to bottom, #eee 50%, #fff 100%) repeat-x;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-selection--multiple {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.datepicker--cells {
  display: flex;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #4eb5e6;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4eb5e6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  background: rgba(92, 196, 239, 0.1);
  border: 1px solid rgba(92, 196, 239, 0.5);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  background: rgba(92, 196, 239, 0.1);
  border: 1px solid rgba(92, 196, 239, 0.5);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  border: none;
}
.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #ff9a19;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--cells-years,
.datepicker--years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  font:
    14px Tahoma,
    sans-serif;
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    left 0s 0.3s;
  z-index: 100;
}
.datepicker.-from-top- {
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  transform: translateY(8px);
}
.datepicker.-from-left- {
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    left 0s 0s;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}
.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
  left: 10px;
}
.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  right: 10px;
}
.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}
.datepicker--body.active {
  display: block;
}
.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-action,
.datepicker--nav-title {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--buttons,
.datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}
.datepicker--buttons {
  display: flex;
}
.datepicker--button {
  color: #4eb5e6;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--time {
  display: flex;
  align-items: center;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  font:
    19px/1 "Century Gothic",
    CenturyGothic,
    AppleGothic,
    sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px
    no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type="range"] {
  background: 0 0;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type="range"]::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type="range"]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:focus {
  outline: 0;
}
.datepicker--time-row input[type="range"]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin-top: -6px;
}
.datepicker--time-row input[type="range"]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-fill-lower {
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-fill-upper {
  background: 0 0;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
@font-face {
  font-display: swap;
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #02849a;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font: initial var(--swiper-navigation-size) / 1 swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s transform,
    0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: 0;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  background: rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-display: swap;
  font-family: "TT Norms";
  src: url("../../../../../../local/templates/safeteam/fonts/TTNorms/TTNorms-Medium.eot");
  src:
    local("TT Norms Medium"),
    local("TTNorms-Medium"),
    url("../../../../../../local/templates/safeteam/fonts/TTNorms/TTNorms-Medium-1.eot")
      format("embedded-opentype"),
    url("../../../../../../local/templates/safeteam/fonts/TTNorms/TTNorms-Medium.woff")
      format("woff"),
    url("../../../../../../local/templates/safeteam/fonts/TTNorms/TTNorms-Medium.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "TT Norms";
  src: url("../../../../../../local/templates/safeteam/fonts/TTNorms/TTNorms-Regular.eot");
  src:
    local("TT Norms Regular"),
    local("TTNorms-Regular"),
    url("../../../../../../local/templates/safeteam/fonts/TTNorms/TTNorms-Regular-1.eot")
      format("embedded-opentype"),
    url("../../../../../../local/templates/safeteam/fonts/TTNorms/TTNorms-Regular.woff")
      format("woff"),
    url("../../../../../../local/templates/safeteam/fonts/TTNorms/TTNorms-Regular.ttf")
      format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "TT Norms";
  src: url("../../../../../../local/templates/safeteam/fonts/TTNorms/TTNorms-Bold.eot");
  src:
    local("TT Norms Bold"),
    local("TTNorms-Bold"),
    url("../../../../../../local/templates/safeteam/fonts/TTNorms/TTNorms-Bold-1.eot")
      format("embedded-opentype"),
    url("../../../../../../local/templates/safeteam/fonts/TTNorms/TTNorms-Bold.woff")
      format("woff"),
    url("../../../../../../local/templates/safeteam/fonts/TTNorms/TTNorms-Bold.ttf")
      format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Gubia;
  src: url("../../../../../../local/templates/safeteam/fonts/Gubia/Gubia-Bold.eot");
  src:
    local("Gubia Bold"),
    local("Gubia-Bold"),
    url("../../../../../../local/templates/safeteam/fonts/Gubia/Gubia-Bold-1.eot")
      format("embedded-opentype"),
    url("../../../../../../local/templates/safeteam/fonts/Gubia/Gubia-Bold.woff")
      format("woff"),
    url("../../../../../../local/templates/safeteam/fonts/Gubia/Gubia-Bold.ttf")
      format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Gubia;
  src: url("../../../../../../local/templates/safeteam/fonts/Gubia/Gubia-Black.eot");
  src:
    local("Gubia Black Alternate"),
    local("Gubia-BlackAlternate"),
    url("../../../../../../local/templates/safeteam/fonts/Gubia/Gubia-Black-1.eot")
      format("embedded-opentype"),
    url("../../../../../../local/templates/safeteam/fonts/Gubia/Gubia-Black.woff")
      format("woff"),
    url("../../../../../../local/templates/safeteam/fonts/Gubia/Gubia-Black.ttf")
      format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Russo One";
  src:
    url("../../../../../../local/templates/safeteam/fonts/RussoOne/RussoOne-Regular.woff2")
      format("woff2"),
    url("../../../../../../local/templates/safeteam/fonts/RussoOne/RussoOne-Regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Roboto;
  src:
    url("../../../../../../local/templates/safeteam/fonts/Roboto/Roboto-Regular.woff2")
      format("woff2"),
    url("../../../../../../local/templates/safeteam/fonts/Roboto/Roboto-Regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Roboto;
  src:
    url("../../../../../../local/templates/safeteam/fonts/Roboto/Roboto-Bold.woff2")
      format("woff2"),
    url("../../../../../../local/templates/safeteam/fonts/Roboto/Roboto-Bold.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Roboto;
  src:
    url("../../../../../../local/templates/safeteam/fonts/Roboto/Roboto-Medium.woff2")
      format("woff2"),
    url("../../../../../../local/templates/safeteam/fonts/Roboto/Roboto-Medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
}
.btn {
  font:
    normal 14px/17px "Russo One",
    Arial,
    Helvetica,
    sans-serif;
  height: 61px;
  padding: 0 28px;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  outline: 0;
  background: 0 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .btn {
    height: 46px;
    padding: 0 22px;
    font-size: 12px;
  }
}
.btn:before {
  content: "";
  display: block;
  transform: skew(-7deg);
  background: #ff6f02;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn:hover:before {
  background: #ff3d00;
}
.btn:active:before {
  background: #ff6a24;
}
.btn_icon {
  display: flex;
  position: relative;
  width: 50px;
  height: 39px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .btn_icon {
    width: 38px;
    height: 29px;
  }
}
@media (max-width: 767px) {
  .btn_icon {
    width: 30px;
    height: 26px;
  }
}
.btn_icon:before {
  content: "";
  display: block;
  transform: skew(-15deg);
  background: #efefef;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.btn_icon svg {
  width: 20px;
  height: 20px;
  fill: #02849a;
  opacity: 0.5;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .btn_icon svg {
    width: 14px;
    height: 14px;
  }
}
.btn_icon:hover:before {
  background: #02849a;
}
.btn_icon:hover svg {
  fill: #fff;
  opacity: 1;
}
.btn_icon_lg {
  height: 46px;
  width: 66px;
}
.btn_icon_lg:before {
  transform: skew(-9deg);
}
.btn_icon.btn_openSearch .i-close {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
  stroke: #fff;
  opacity: 0;
  transform: rotate(45deg);
}
.btn_icon.btn_openSearch.is-active:before {
  background: #02849a;
}
.btn_icon.btn_openSearch.is-active .i-close {
  opacity: 1;
}
.btn_icon.btn_openSearch.is-active .i-search {
  opacity: 0;
}
.btn_addCart {
  width: 28px;
  height: 28px;
  background: #f6f7f6;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.btn_addCart svg {
  width: 12px;
  height: 12px;
  stroke: #02849a;
  transition: all 0.3s ease;
}
.btn_addCart:hover {
  background: #02849a;
}
.btn_addCart:hover svg {
  stroke: #fff;
}
.btn_favorites {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f7f6;
  border-radius: 50%;
}
.btn_favorites svg {
  width: 16px;
  height: 16px;
  fill: #02849a;
  transition: all 0.3s ease;
}
.btn_favorites span {
  width: 16px;
  height: 16px;
  position: relative;
}
.btn_favorites span svg {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.btn_favorites span svg:nth-child(2) {
  z-index: 2;
  opacity: 0;
  fill: #02849a;
}
.btn_favorites:hover svg path {
  fill: #02849a;
}
.btn_favorites:hover span svg:nth-child(2) {
  opacity: 1;
}
.btn_favorites:active span svg {
  fill: #02849a;
}
.btn_favorites.is-checked span svg:nth-child(2) {
  opacity: 1;
}
.btn_sm {
  height: 46px;
  font-size: 12px;
  padding: 0 20px;
}
.btn_sm:before {
  transform: skew(-9deg);
}
.btn_play {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .btn_play {
    width: 33px;
    height: 33px;
  }
}
.btn_play svg {
  width: 29px;
  height: 29px;
}
@media (max-width: 767px) {
  .btn_play svg {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .btn_tablet {
    height: 46px;
    font-size: 12px;
    padding: 0 22px;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: "Russo One", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    outline: 0;
    background: 0 0;
    cursor: pointer;
    border: 0 !important;
  }
  .btn_tablet:before {
    content: "";
    display: block;
    transform: skew(-7deg);
    background: #ff6f02;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease;
  }
  .btn_tablet span {
    position: relative;
    z-index: 2;
    color: #fff;
  }
}
.btn_round {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_red:before {
  background: red;
}
.btn_red:hover:before {
  background: #ff6f02;
}
.btn_red:active:before {
  background: #ff6a24;
}
.btn_black:before {
  background: #02849a;
}
.btn_black:hover:before {
  background: #5b6d7b;
}
.btn_black:active:before {
  background: #212c35;
}
.btn_bord {
  color: #5b6d7b;
}
.btn_bord:before {
  background: 0 0;
  border: 1px solid #5b6d7b;
}
.btn_bord:hover {
  color: #fff;
}
.btn_bord:hover:before {
  background: #02849a;
  border: 1px solid #02849a;
}
.btn_bord:active {
  color: #fff;
}
.btn_bord:active:before {
  background: #212c35;
  border: 1px solid #212c35;
}
.btn_bord-white {
  color: #fff;
}
.btn_bord-white:before {
  background: 0 0;
  border: 1px solid #fff;
}
.btn_bord-white:hover {
  color: #02849a;
}
.btn_bord-white:hover:before {
  background: #fff;
  border: 1px solid #fff;
}
.btn_bord-white:active {
  color: #5b6d7b;
}
.btn_bord-white:active:before {
  background: #fff;
  border: 1px solid #fff;
}
.btn_bord-orange {
  color: #ff6f02;
}
.btn_bord-orange:before {
  background: 0 0;
  border: 1px solid #ff6f02;
}
.btn_bord-orange:hover {
  color: #fff;
}
.btn_bord-orange:hover:before {
  background: #ff6f02;
  border: 1px solid #ff6f02;
}
.btn_bord-orange:active {
  color: #fff;
}
.btn_bord-orange:active:before {
  background: #ff6a24;
  border: 1px solid #ff6a24;
}
.btn_block {
  width: 100%;
  justify-content: center;
}
.btn_width {
  min-width: 210px;
  justify-content: center;
}
.title-bl {
  font-size: 32px;
}
.owl-nav {
  display: flex;
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff !important;
  margin-left: 10px;
  outline: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .owl-nav .owl-next,
  .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
  }
}
.owl-nav .owl-next svg,
.owl-nav .owl-prev svg {
  stroke: none;
  fill: #02849a;
  transition: all 0.3s ease;
  width: 42px;
  height: 42px;
}
@media (max-width: 991px) {
  .owl-nav .owl-next svg,
  .owl-nav .owl-prev svg {
    width: 30px;
    height: 30px;
  }
}
.owl-nav .owl-next.owl-prev:before,
.owl-nav .owl-prev.owl-prev:before {
  transform: rotate(-180deg);
}
.owl-nav .owl-next.owl-prev svg,
.owl-nav .owl-prev.owl-prev svg {
  transform: rotate(-180deg);
}
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
  background: #5b6d7b !important;
}
.owl-nav .owl-next:hover svg,
.owl-nav .owl-prev:hover svg {
  stroke: none;
  fill: #fff;
}
.owl-nav .owl-next:active,
.owl-nav .owl-prev:active {
  background: #02849a !important;
}
.owl-nav .owl-next:active svg,
.owl-nav .owl-prev:active svg {
  stroke: none;
  fill: #fff;
}
.el-status {
  display: flex;
}
.el-status__item {
  padding: 0 12px;
  height: 26px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
}
.el-status__item:before {
  content: "";
  display: block;
  transform: skew(-22deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.el-status__item span {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
}
.el-status__item_new:before {
  background: #02849a;
}
.el-status__item_hit:before {
  background: #ff6f02;
}
.el-color {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.el-color__item {
  list-style: none;
  margin: 0 6px 15px 0;
  padding: 0;
  position: relative;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .el-color__item {
    margin: 0 9px 10px 0;
  }
}
.el-color__item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #5b6d7b;
  opacity: 0.3;
  background: 0 0;
  border-radius: 50%;
}
.el-color__item input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.el-color__item input + label {
  display: flex;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 4px rgba(255, 255, 255, 0);
  z-index: 5;
}
.el-color__item input + label:before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: 0 0;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 5;
}
.el-color__item input + label:hover:before {
  opacity: 1;
}
.el-color__item input + label._black {
  background: #646d84;
}
.el-color__item input + label._black:hover {
  box-shadow: 0 4px 4px rgba(100, 109, 132, 0.3);
}
.el-color__item input + label._orange {
  background: #fbac7f;
}
.el-color__item input + label._orange:hover {
  box-shadow: 0 4px 4px rgba(251, 172, 127, 0.3);
}
.el-color__item input + label._greenLight {
  background: #d9d583;
}
.el-color__item input + label._greenLight:hover {
  box-shadow: 0 4px 4px rgba(217, 213, 131, 0.3);
}
.el-color__item input + label._green {
  background: #9eb87d;
}
.el-color__item input + label._green:hover {
  box-shadow: 0 4px 4px rgba(158, 184, 125, 0.3);
}
.el-color__item input + label._brownish {
  background: #cd997c;
}
.el-color__item input + label._brownish:hover {
  box-shadow: 0 4px 4px rgba(205, 153, 124, 0.3);
}
.el-color__item input + label._blue {
  background: #28499e;
}
.el-color__item input + label._blue:hover {
  box-shadow: 0 4px 4px rgba(40, 73, 158, 0.3);
}
.el-color__item input + label._operatic {
  background: #ab81a7;
}
.el-color__item input + label._operatic:hover {
  box-shadow: 0 4px 4px rgba(171, 129, 167, 0.3);
}
.el-color__item input + label .circle {
  position: absolute;
  left: -9px;
  top: 8px;
  width: 39px;
  height: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 0;
  transform: rotate(-80deg);
  transition: all 0.3s ease;
}
.el-color__item input:checked + label {
  width: 27px;
  height: 27px;
}
.el-color__item input:checked + label:before {
  opacity: 0;
}
.el-color__item input:checked + label._black {
  box-shadow: 0 4px 4px rgba(100, 109, 132, 0.3);
}
.el-color__item input:checked + label._orange {
  box-shadow: 0 4px 4px rgba(251, 172, 127, 0.3);
}
.el-color__item input:checked + label._greenLight {
  box-shadow: 0 4px 4px rgba(217, 213, 131, 0.3);
}
.el-color__item input:checked + label._green {
  box-shadow: 0 4px 4px rgba(158, 184, 125, 0.3);
}
.el-color__item input:checked + label._brownish {
  box-shadow: 0 4px 4px rgba(205, 153, 124, 0.3);
}
.el-color__item input:checked + label._blue {
  box-shadow: 0 4px 4px rgba(40, 73, 158, 0.3);
}
.el-color__item input:checked + label._operatic {
  box-shadow: 0 4px 4px rgba(171, 129, 167, 0.3);
}
.el-color__item input:checked + label .circle {
  left: -6px;
  top: 5px;
  width: 27px;
  height: 14px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.el-icon {
  display: flex;
  flex-wrap: wrap;
}
.el-icon__item {
  width: 36px;
  height: 36px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .el-icon__item {
    width: 55px;
    height: 55px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 20px;
  }
}
.el-icon__item svg {
  width: auto;
  max-width: 26px;
  height: 26px;
}
@media (max-width: 767px) {
  .el-icon__item svg {
    max-width: 39px;
    height: 39px;
  }
}
.el_favourites {
  display: flex;
  position: relative;
  height: 46px;
  width: 66px;
  align-items: center;
  justify-content: center;
}
.el_favourites:before {
  content: "";
  display: block;
  transform: skew(-9deg);
  background: #efefef;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.el_favourites svg {
  width: 20px;
  height: 20px;
  fill: #02849a;
  opacity: 0.5;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.el_favourites:hover:before {
  background: #02849a;
}
.el_favourites:hover svg {
  fill: #fff;
  opacity: 1;
}
.el-quantity {
  display: flex;
  align-items: center;
  position: relative;
}
.el-quantity span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f7f6;
  cursor: pointer;
}
.el-quantity__minus svg {
  width: 12px;
  height: 2px;
  stroke: #02849a;
}
.el-quantity__plus svg {
  width: 12px;
  height: 12px;
  stroke: #02849a;
}
.el-quantity__inp {
  border: 0;
  height: 28px;
  width: 54px;
  text-align: center;
  line-height: 28px;
  font-weight: 500;
  font-size: 24px;
  color: #323e48;
  background: 0 0;
}
.el-edit svg {
  width: 28px;
  height: 28px;
  fill: #02849a;
}
@media (max-width: 767px) {
  .el-edit svg {
    width: 20px;
    height: 20px;
  }
}
.el-stat {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.el-stat_blue {
  background: #43b1d3;
}
.el-stat_grey {
  background: #5b6d7b;
  opacity: 0.5;
}
.el-stat_orange {
  background: #ff6f02;
  opacity: 0.5;
}
.el-stat_green {
  background: #49ce66;
}
.el-stat_red {
  background: red;
}
.el-mes {
  display: flex;
  align-items: center;
}
.el-mes__icon {
  width: 30px;
  height: 30px;
  background: #f6f7f6;
  border-radius: 50%;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-mes__icon svg {
  width: 14px;
  height: 10px;
  stroke: #02849a;
  fill: none;
}
.el-mes span {
  font:
    normal 12px/14px "Russo One",
    Arial,
    Helvetica,
    sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.el-return a {
  display: flex;
  align-items: center;
}
.el-return a svg {
  stroke: #5b6d7b;
  fill: none;
  width: 6px;
  height: 10px;
  margin-right: 6px;
}
.el-return a span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #5b6d7b;
}
.form-ls > div {
  margin-bottom: 16px;
}
.form-ls > div:last-child {
  margin-bottom: 0;
}
.form-checkList__select {
  display: flex;
  margin: 0 0 10px -6px;
}
.form-checkList__select__item {
  background: rgba(91, 109, 123, 0.2);
  height: 39px;
  border-radius: 20px;
  padding: 0 35px 0 16px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #02849a;
  position: relative;
  margin: 0 0 6px 6px;
}
.form-checkList__select__item span {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.form-checkList__select__item span svg {
  width: 12px;
  height: 12px;
  display: block;
  stroke: #02849a;
  transform: rotate(45deg);
}
.form-checkList__search {
  margin-bottom: 16px;
  position: relative;
}
.form-checkList__search .inp {
  padding: 0 16px 0 47px;
}
.form-checkList__search svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: rgba(50, 62, 72, 0.1);
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.form-checkList__list {
  max-height: 144px;
  overflow-y: auto;
}
.form-checkList__list > div {
  margin-bottom: 16px;
}
.form-checkList__list > div:last-child {
  margin-bottom: 0;
}
.form-checkList__all {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #5b6d7b;
  opacity: 0.5;
  margin-top: 24px;
}
.form-checkList__all span {
  cursor: pointer;
}
.form-radio-custom {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .form-radio-custom {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .form-radio-custom {
    padding-bottom: 8px;
  }
}
.form-radio-custom__item {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .form-radio-custom__item {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .form-radio-custom__item {
    margin-bottom: 2px;
  }
}
.form-radio-custom__item input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 0;
}
.form-radio-custom__item input + label {
  padding: 2px 0 0 75px;
  position: relative;
  display: block;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-radio-custom__item input + label {
    padding: 10px;
    padding-top: 38px;
    border-radius: 2px;
    overflow: hidden;
    background: #f6f7f6;
  }
}
.form-radio-custom__item input + label em {
  position: absolute;
  left: 6px;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 39px;
}
@media (max-width: 767px) {
  .form-radio-custom__item input + label em {
    width: 24px;
    height: 18px;
    top: 10px;
    left: 12px;
  }
}
.form-radio-custom__item input + label em:before {
  content: "";
  display: block;
  transform: skew(-13deg);
  background: #f6f7f6;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .form-radio-custom__item input + label em:before {
    background: #5b6d7b;
    opacity: 0.3;
  }
}
.form-radio-custom__item input + label em svg {
  width: 25px;
  height: 25px;
  fill: #02849a;
  position: relative;
  z-index: 5;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .form-radio-custom__item input + label em svg.desk {
    display: none;
  }
}
.form-radio-custom__item input + label em svg.check {
  display: none;
  fill: none !important;
  stroke: #02849a;
  width: 12px;
  height: 8px;
}
@media (max-width: 767px) {
  .form-radio-custom__item input + label em svg.check {
    display: block;
    opacity: 0;
  }
}
.form-radio-custom__item input + label strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #323e48;
  display: block;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .form-radio-custom__item input + label strong {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }
}
.form-radio-custom__item input + label span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  display: block;
  color: #5b6d7b;
}
@media (max-width: 767px) {
  .form-radio-custom__item input:checked + label {
    background: #02849a;
  }
}
.form-radio-custom__item input:checked + label em:before {
  background: #02849a;
}
@media (max-width: 767px) {
  .form-radio-custom__item input:checked + label em:before {
    background: #fff;
    opacity: 1;
  }
}
.form-radio-custom__item input:checked + label em svg {
  fill: #fff;
}
.form-radio-custom__item input:checked + label em svg.check {
  opacity: 1;
}
@media (max-width: 767px) {
  .form-radio-custom__item input:checked + label strong {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .form-radio-custom__item input:checked + label span {
    color: #fff;
    opacity: 0.5;
  }
}
.form-radio-custom__item a.form-radio-custom__link span {
  display: flex;
  align-items: center;
}
.form-radio-custom__item a.form-radio-custom__link em svg {
  fill: #02849a;
}
.form-radio-custom__item a.form-radio-custom__link:hover em svg {
  fill: #fff;
}
.form-radio-custom__item a.form-radio-custom__link:hover em:before {
  background: #02849a;
}
.form-radio-custom__link {
  padding: 2px 0 0 75px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
.form-radio-custom__link em {
  position: absolute;
  left: 6px;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 39px;
}
.form-radio-custom__link em:before {
  content: "";
  display: block;
  transform: skew(-13deg);
  background: #f6f7f6;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .form-radio-custom__link em:before {
    background: #fff;
  }
}
.form-radio-custom__link em svg {
  width: 25px;
  height: 25px;
  fill: #02849a;
  position: relative;
  z-index: 5;
  transition: all 0.3s ease;
}
.form-radio-custom__link em svg.check {
  display: none;
  fill: none !important;
  stroke: #02849a;
  width: 12px;
  height: 8px;
}
@media (max-width: 767px) {
  .form-radio-custom__link em svg.check {
    display: block;
    opacity: 0;
  }
}
.form-radio-custom__link strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #02849a;
  display: block;
  margin-bottom: 6px;
}
.form-radio-custom__link span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #5b6d7b;
}
.form-radio-custom__link span a {
  display: flex;
  align-items: center;
}
.form-radio-custom__link span svg {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-bottom: 4px;
}
.form-radio-custom__link .orange {
  color: #ff6f02;
}
.form-radio-custom--content {
  padding: 0 0;
  margin-bottom: 30px;
}
.form-radio-custom--content .form-radio-custom__item {
  margin-bottom: 30px;
}
.form-radio-custom--content .form-radio-custom__item:last-child {
  margin-bottom: 0;
}
.form-line {
  display: grid;
  grid-template-columns: 106px 1fr;
  align-items: center;
  margin-bottom: 20px;
  grid-column-gap: 20px;
}
@media (max-width: 767px) {
  .form-line {
    grid-template-columns: 1fr;
    grid-row-gap: 6px;
    padding: 0 10px;
  }
}
.form-line label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  display: block;
}
.form-line > div:nth-child(2) span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  padding: 5px 0;
}
.form-line-btn {
  padding-left: 127px;
}
.form-line.is-alignTop {
  align-items: flex-start;
}
.form-line.is-alignTop label {
  padding: 16px 0;
}
@media (max-width: 767px) {
  .form-line.is-alignTop label {
    padding: 0;
  }
}
.form-line.is-file label {
  padding: 4px 0;
}
@media (max-width: 767px) {
  .form-line.is-file label {
    padding-top: 0;
  }
}
.form-checkbox {
  position: relative;
}
.form-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.form-checkbox input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding: 0 0 0 33px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-checkbox input[type="checkbox"] + label:before {
  width: 23px;
  height: 23px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #f6f7f6;
}
.form-checkbox input[type="checkbox"] + label:after {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  background: #02849a
    url("../../../../../../local/templates/safeteam/img/check.svg") no-repeat
    center;
  transition: all 0.3s ease;
  opacity: 0;
}
.form-checkbox input[type="checkbox"] + label strong {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #02849a;
  display: block;
  margin-bottom: 8px;
}
.form-checkbox input[type="checkbox"] + label span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #5b6d7b;
  opacity: 0.5;
  display: block;
}
.form-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.form-checkbox--bord input[type="checkbox"] + label {
  font-weight: 500;
  font-size: 16px;
  color: #02849a;
  line-height: 23px;
}
.form-checkbox--bord input[type="checkbox"] + label:before {
  background: #fff;
  border: 1px solid rgba(91, 109, 123, 0.2);
}
.form-checkbox.is-border input[type="checkbox"] + label:before {
  background: #fff;
  border: 2px solid #5b6d7b;
}
.form-checkbox.is-border input[type="checkbox"] + label:hover:before {
  background: #fff url("/local/templates/safeteam/css/../img/check1.svg")
    no-repeat center;
  border-color: #02849a;
}
.form-selDate {
  display: flex;
  position: relative;
}
.form-selDate__label {
  display: none;
}
@media (max-width: 767px) {
  .form-selDate__label {
    display: block;
    position: absolute !important;
    right: 0;
    top: -33px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #5b6d7b;
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .form-selDate {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.form-selDate > div {
  position: relative;
}
.form-selDate > div:last-child {
  margin-left: -1px;
}
.form-selDate > div span {
  position: absolute;
  left: 15px;
  top: 0;
  line-height: 46px;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.5;
  color: #5b6d7b;
}
@media (max-width: 767px) {
  .form-selDate > div span {
    display: none;
  }
}
.form-selDate > div .inp {
  width: 183px;
  padding-left: 44px;
}
@media (max-width: 1366px) {
  .form-selDate > div .inp {
    width: 168px;
  }
}
@media (max-width: 767px) {
  .form-selDate > div .inp {
    width: 100%;
    padding-left: 15px;
  }
}
.form-capha {
  margin-left: 126px;
  background: rgba(91, 109, 123, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 91px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .form-capha {
    margin-left: 0;
    height: 63px;
  }
}
.form-file {
  position: relative;
  margin-bottom: 24px;
}
.form-file label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #02849a;
  margin-bottom: 6px;
  display: block;
}
.form-file__desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: rgba(91, 109, 123, 0.5);
  margin-bottom: 16px;
}
.form-file__list__item {
  margin-bottom: 6px;
  display: flex;
}
.form-file__list__item p {
  font:
    500 12px/14px "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  height: 38px;
  display: flex;
  align-items: center;
  background: rgba(91, 109, 123, 0.1);
  color: rgba(91, 109, 123, 0.5);
  margin: 0;
  padding: 0;
}
.form-file__list__item p .icon {
  background: rgba(91, 109, 123, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 12px;
}
.form-file__list__item p .icon:before {
  width: 12px;
  height: 16px;
  background: url("../../../../../../local/templates/safeteam/img/file.svg");
  content: "";
}
.form-file__list__item p .remove {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-file__list__item p .remove:before {
  content: "";
  width: 8px;
  height: 8px;
  background: url("../../../../../../local/templates/safeteam/img/remove.svg")
    no-repeat;
  background-size: contain;
}
.form-file__inp {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.form-file__btn {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #5b6d7b;
  cursor: pointer;
}
.form-file__btn span {
  width: 38px;
  height: 38px;
  background: rgba(91, 109, 123, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
}
.form-file__btn span svg {
  width: 14px;
  height: 14px;
  stroke: #02849a;
}
.form-fileItem {
  position: relative;
}
.form-fileItem-input {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.form-fileItem-info {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #5b6d7b;
  opacity: 0.5;
  padding-left: 20px;
  margin-top: 6px;
}
.form-fileItem-label {
  display: inline-flex !important;
  align-items: center;
  padding: 0 !important;
}
.form-fileItem-label svg {
  width: 10px;
  height: 23px;
  margin-right: 10px;
}
.form-fileItem-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  padding: 0 !important;
}
.form-fileItem-frame {
  display: flex;
  align-items: center;
}
.form-fileItem-frame.is-has-file .form-fileItem-clear {
  display: block;
}
.form-fileItem-frame.is-has-file + .form-fileItem-info {
  display: none;
}
.form-fileItem-clear {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  display: none;
  stroke: #5b6d7b;
  transition: all 0.3s ease;
}
.form-fileItem-clear:hover {
  stroke: #02849a;
}
select {
  width: 100%;
}
select.js-select {
  font:
    500 14px/17px "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  height: 46px;
  border-radius: 0;
  border: 1px solid rgba(91, 109, 123, 0.2);
  background: #fff;
  color: #02849a;
  padding: 0 10px;
}
.area,
.inp {
  font:
    500 14px/44px "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  height: 46px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid rgba(91, 109, 123, 0.2);
  background: #fff;
}
.area_md,
.inp_md {
  max-width: 237px;
}
@media (max-width: 767px) {
  .area_md,
  .inp_md {
    max-width: none;
  }
}
.area_sm,
.inp_sm {
  max-width: 87px;
}
@media (max-width: 767px) {
  .area_sm,
  .inp_sm {
    max-width: none;
  }
}
.area::-moz-placeholder,
.inp::-moz-placeholder {
  color: rgba(91, 109, 123, 0.5);
}
.area:-ms-input-placeholder,
.inp:-ms-input-placeholder {
  color: rgba(91, 109, 123, 0.5);
}
.area::placeholder,
.inp::placeholder {
  color: rgba(91, 109, 123, 0.5);
}
.area-error,
.inp-error {
  color: #f99595;
  background: #fee;
  border: 1px solid rgba(241, 60, 60, 0.5);
}
.area-error::-moz-placeholder,
.inp-error::-moz-placeholder {
  color: #f99595;
}
.area-error:-ms-input-placeholder,
.inp-error:-ms-input-placeholder {
  color: #f99595;
}
.area-error::placeholder,
.inp-error::placeholder {
  color: #f99595;
}
.area.is-small,
.inp.is-small {
  width: 227px;
}
@media (max-width: 767px) {
  .area.is-small,
  .inp.is-small {
    width: 100%;
  }
}
.message-error {
  color: #f99595;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  margin-top: 2px;
}
.area {
  height: 121px;
  padding: 15px;
  line-height: 17px;
  resize: none;
}
.area.is-large {
  height: 184px;
}
@media (max-width: 767px) {
  .area.is-large {
    height: 138px;
  }
}
.form-check {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.form-check-dt + label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #323e48;
  padding: 2px 0 2px 33px;
  margin: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-check-dt + label:after,
.form-check-dt + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  background: #fff;
  border: 1px solid rgba(91, 109, 123, 0.2);
}
.form-check-dt + label:after {
  border: 0;
  background: #02849a
    url("../../../../../../local/templates/safeteam/img/check.svg") no-repeat
    center;
  opacity: 0;
  z-index: 5;
  transition: all 0.3s ease;
}
.form-check-dt:checked + label:after {
  opacity: 1;
}
.form-check-ls + label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  height: 39px;
  color: #02849a;
  padding: 0 16px;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(91, 109, 123, 0.2);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-check-ls:checked + label {
  border: 1px solid #02849a;
  background: #02849a;
  color: #fff;
}
.select2-container {
  display: block;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid rgba(91, 109, 123, 0.2);
  background: #fff;
  height: 46px;
  outline: 0;
  transition: all 0.3s ease;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 44px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 40px;
  font-weight: 500;
  font-size: 14px;
  color: #5b6d7b;
}
@media (max-width: 991px) {
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 30px;
  }
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 44px;
  width: 31px;
}
@media (max-width: 991px) {
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    width: 24px;
  }
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  width: 11px;
  height: 6px;
  left: 0;
  top: 50%;
  margin: -3px 0 0 0;
  background: url("../../../../../../local/templates/safeteam/img/arw-sel.svg")
    no-repeat;
  background-size: contain;
}
.select2-container--default .select2-selection--single:hover {
  border: 1px solid rgba(91, 109, 123, 0.7);
}
.select2-container--default
  .select2-selection--single:hover
  .select2-selection__placeholder {
  opacity: 1;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #efefef;
  color: #ff6f02;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: #efefef;
  color: #ff6f02;
}
.select2-container--default
  .select2-results__option[aria-selected="true"]:after {
  opacity: 1;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 188px;
}
.select2-container--focus .select2-selection--single {
  border: 1px solid rgba(91, 109, 123, 0.7);
}
.select2-container--focus
  .select2-selection--single
  .select2-selection__placeholder {
  opacity: 1;
}
.select2-container--open .select2-selection--single {
  border: 1px solid rgba(91, 109, 123, 0.7);
}
.select2-container--open
  .select2-selection--single
  .select2-selection__placeholder {
  opacity: 1;
}
.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(180deg);
}
.select2-dropdown {
  border: 1px solid rgba(91, 109, 123, 0.7);
  background: #fff;
  border-radius: 0;
}
.select2-results__option {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #323e48;
  padding: 15px;
  transition: all 0.3s ease;
  position: relative;
}
.select2-results__option:after {
  width: 17px;
  height: 14px;
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -7px;
  background: url("../../../../../../local/templates/safeteam/img/selected.svg")
    no-repeat center;
  background-size: contain;
  opacity: 0;
}
.simplebar-track.simplebar-vertical {
  width: 4px;
  border-radius: 2px;
  background: rgba(91, 109, 123, 0.1);
}
.simplebar-scrollbar:before {
  left: 0;
  right: 0;
  border-radius: 2px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0;
  bottom: 0;
  background: #5b6d7b;
  opacity: 1;
}
.frame-scroll .simplebar-track.simplebar-vertical {
  right: 12px;
  top: 12px;
  bottom: 12px;
}
.is-error {
  background: #fee !important;
  border: 1px solid rgba(241, 60, 60, 0.5) !important;
  color: #f99595 !important;
}
.is-error-message {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  font-style: normal;
  color: #f99595;
  display: block;
  margin-top: 2px;
}
.table table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.table table tr td {
  font-size: 16px;
  line-height: 24px;
  color: #323e48;
  font-weight: 400;
  padding: 16px;
}
.table table tr td a {
  color: #ff6f02;
}
@media (max-width: 767px) {
  .table-option {
    margin: 0 -20px;
  }
}
.table-option table tr td {
  vertical-align: top;
}
@media (max-width: 767px) {
  .table-option table tr td {
    float: left;
    width: 100% !important;
    padding: 0 20px;
  }
}
.table-option table tr td:nth-child(1) {
  width: 33.3%;
  font-weight: 500;
}
@media (max-width: 991px) {
  .table-option table tr td:nth-child(1) {
    width: 35.5%;
  }
}
@media (max-width: 767px) {
  .table-option table tr td:nth-child(1) {
    padding-top: 17px;
    padding-bottom: 2px;
  }
}
.table-option table tr td:last-child {
  padding-right: 36px;
}
@media (max-width: 767px) {
  .table-option table tr td:last-child {
    padding-bottom: 14px;
    padding-right: 15px;
  }
}
.table-option table tr td .el-icon {
  margin-top: -6px;
  margin-bottom: -6px;
}
@media (max-width: 767px) {
  .table-option table tr td .el-icon {
    margin-top: 10px;
    margin-bottom: -18px;
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .table-option table tr td .btn_tablet {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .table-option table tr:nth-child(2n) td {
    background: #f6f7f6;
  }
}
@media (max-width: 767px) {
  .table-default {
    overflow-x: auto;
  }
}
.table-default table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .table-default table {
    min-width: 400px;
  }
}
.table-default table tr th {
  font-size: 14px;
  line-height: 17px;
  color: #02849a;
  font-weight: 400;
  border-left: 1px solid rgba(91, 109, 123, 0.5);
  border-bottom: 1px solid rgba(91, 109, 123, 0.5);
  padding: 10px;
}
@media (max-width: 991px) {
  .table-default table tr th {
    font-size: 12px;
    line-height: 14px;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.table-default table tr th:first-child {
  border-left: 0;
}
.table-default table tr td {
  font-size: 14px;
  color: #02849a;
  border-left: 1px solid rgba(91, 109, 123, 0.5);
  padding: 9px 10px;
  text-align: center;
}
@media (max-width: 991px) {
  .table-default table tr td {
    font-size: 12px;
    line-height: 14px;
    padding: 8px 5px;
  }
}
.table-default table tr td:first-child {
  border: 0;
}
.table-default table tr:nth-child(2n + 1) td {
  background: rgba(91, 109, 123, 0.1);
}
.table-default table tr:nth-child(2) td {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .table-default table tr:nth-child(2) td {
    padding-top: 15px;
  }
}
.table-default table tr:last-child td {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .table-default table tr:last-child td {
    padding-bottom: 10px;
  }
}
.link-orange {
  color: #ff6f02;
  border-bottom: 1px solid rgba(255, 81, 0, 0);
  text-transform: none;
  transition: all 0.3s ease;
}
.link-orange:hover {
  border-bottom: 1px solid #ff6f02;
}
.link-orange:active {
  color: #ff6a24;
  border-bottom: 1px solid #ff6a24;
}
.link-black {
  color: #02849a;
}
.link-black:hover {
  color: #ff6f02;
}
.link-icon {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.link-icon svg {
  max-width: 17px;
  max-height: 17px;
  fill: none;
}
.link-icon span {
  color: #ff6f02;
}
.text-c {
  text-align: center;
}
.cl-grey {
  color: #5b6d7b;
  opacity: 0.5;
}
.cl-orange {
  color: #ff6f02;
}
.mb0 {
  margin-bottom: 0 !important;
}
.fill-no {
  fill: none;
}
#map {
  width: 100%;
  height: 432px;
}
@media (max-width: 991px) {
  #map {
    height: 318px !important;
  }
}
.text-phone {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #02849a;
}
.text-email {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
.text-email a {
  color: #ff6f02;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  left: 212px;
}
@media (max-width: 767px) {
  .fancybox-show-thumbs .fancybox-inner {
    left: 0;
  }
}
.fancybox-thumbs {
  right: auto;
  left: 0;
}
@media (max-width: 767px) {
  .fancybox-thumbs {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: auto;
  }
}
.fancybox-thumbs__list a {
  background: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .fancybox-thumbs__list a {
    width: 56px;
    height: 34px;
  }
}
.fancybox-product-gallery .fancybox-bg {
  background: #fff;
  opacity: 1;
}
.fancybox-product-gallery .fancybox-button {
  background: 0 0;
  padding: 0;
  margin: 0 15px;
  opacity: 1 !important;
}
.fancybox-product-gallery .fancybox-button div {
  font-size: 0;
  width: 50px;
  height: 50px;
  background: #f6f7f6;
  border-radius: 50%;
  outline: 0 !important;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.fancybox-product-gallery .fancybox-button div svg {
  width: 20px;
  height: 20px;
}
.fancybox-product-gallery .fancybox-button div:hover {
  background: #5b6d7b;
}
.fancybox-product-gallery .fancybox-button--close {
  font-size: 0;
  width: 50px;
  height: 50px;
  background: #f6f7f6;
  border-radius: 50%;
  outline: 0 !important;
  border: 0;
  padding: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 10px;
}
.fancybox-product-gallery .fancybox-button--close svg {
  width: 20px;
  height: 20px;
}
.fancybox-product-gallery .fancybox-button--close:hover {
  background: #5b6d7b;
}
.fancybox-thumbs__list a::before {
  border: 2px solid #ff6f02;
}
@media (max-width: 479px) {
  .fancybox-product-gallery {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 479px) {
  .fancybox-product-gallery .fancybox-inner {
    position: relative;
    flex-grow: 1;
  }
}
@media (max-width: 479px) {
  .fancybox-product-gallery .fancybox-thumbs {
    position: relative;
    padding: 3px;
  }
}
@media (max-width: 479px) {
  .fancybox-product-gallery .fancybox-thumbs__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 3px;
  }
}
@media (max-width: 479px) {
  .fancybox-product-gallery .fancybox-thumbs__list a {
    width: 100%;
    height: 36px;
    max-width: none;
    max-height: none;
    margin: 0;
  }
}
@media (max-width: 479px) {
  .fancybox-product-gallery .fancybox-button {
    margin: 15px;
    height: 50px;
    width: 50px;
  }
}
.s-main {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .s-main {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .s-main {
    padding-bottom: 20px;
  }
}
.s-main_home {
  background: #f6f7f6;
  padding-top: 40px;
  padding-bottom: 0;
}
.s-main_white {
  background: #fff;
}
.s-main_page404 {
  padding: 0;
  background: #02849a;
}
.s-main_lk {
  padding: 80px 0 120px 0;
}
@media (max-width: 1199px) {
  .s-main_lk {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .s-main_lk {
    padding-top: 24px;
    padding-bottom: 60px;
  }
}
.s-main_reg {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .s-main_reg {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .s-main_reg {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.s-productList {
  background: #f6f7f6;
  padding-top: 115px;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .s-productList {
    padding-top: 52px;
    padding-bottom: 47px;
  }
}
@media (max-width: 767px) {
  .s-productList {
    padding-bottom: 2px;
  }
}
.s-productList .b-productList {
  margin-top: 0;
  padding-bottom: 34px;
}
@media (max-width: 991px) {
  .s-productList .b-productList {
    padding-bottom: 46px;
  }
}
@media (max-width: 767px) {
  .s-productList .b-productList {
    padding-bottom: 30px;
  }
}
.s-bgWhite {
  background: #fff;
}
.b-slider {
  height: 554px;
  background: #02849a;
  transition: all 0.3s ease;
}
.b-slider .btn:before {
  background: rgba(136, 196, 218, 0.5333333333333333);
}
.b-slider .btn:hover {
  color: #257ac7;
}
.b-slider .btn:hover:before {
  background: #fff;
}
@media (max-width: 1199px) {
  .b-slider {
    height: 440px;
  }
}
@media (max-width: 991px) {
  .b-slider {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .b-slider {
    height: auto;
  }
}
.b-slider__item {
  height: 554px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .b-slider__item {
    height: 440px;
  }
}
@media (max-width: 991px) {
  .b-slider__item {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .b-slider__item {
    height: auto;
  }
}
.b-slider__item::before {
  content: "";
  display: block;
  transform: skew(-7deg);
  background: #02849a;
  position: absolute;
  left: 0;
  right: 60%;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
@media (max-width: 1199px) {
  .b-slider__item::before {
    right: 55%;
  }
}
@media (max-width: 991px) {
  .b-slider__item::before {
    right: 51%;
  }
}
@media (max-width: 767px) {
  .b-slider__item::before {
    display: none;
  }
}
.b-slider__item__image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 38%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .b-slider__item__image {
    left: 45%;
  }
}
@media (max-width: 991px) {
  .b-slider__item__image {
    left: 45%;
  }
}
@media (max-width: 767px) {
  .b-slider__item__image {
    position: relative;
    height: 250px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.b-slider__item__image span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.b-slider__item__desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
  display: flex;
}
@media (max-width: 767px) {
  .b-slider__item__desc {
    top: auto;
    bottom: 0;
    padding-bottom: 50px;
    background: rgba(18, 102, 177, 0.85);
  }
}
.b-slider__item__desc::before {
  content: "";
  transform: skew(0, 6deg);
  background: #02849a;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  bottom: 0;
  transition: all 0.3s ease;
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .b-slider__item__desc::before {
    display: none;
  }
}
.b-slider__item__desc .container {
  flex-grow: 1;
  padding-top: 95px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1199px) {
  .b-slider__item__desc .container {
    padding-top: 65px;
  }
}
@media (max-width: 991px) {
  .b-slider__item__desc .container {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .b-slider__item__desc .container {
    padding-top: 7px;
  }
}
.b-slider__item__desc .is-title,
.b-slider__item__desc h2 {
  color: #fff;
  font-size: 62px;
  letter-spacing: 0;
  margin: 0 0 37px 0;
}
@media (max-width: 1199px) {
  .b-slider__item__desc .is-title,
  .b-slider__item__desc h2 {
    font-size: 52px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .b-slider__item__desc .is-title,
  .b-slider__item__desc h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .b-slider__item__desc .is-title,
  .b-slider__item__desc h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
}
.b-slider__item__desc p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin: 0 0 30px 0;
}
@media (max-width: 1199px) {
  .b-slider__item__desc p {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .b-slider__item__desc p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .b-slider__item__desc p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
    display: none;
  }
}
@media (max-width: 767px) {
  .b-slider__item__btn {
    display: none;
  }
}
.b-slider__item__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 6;
  display: none;
}
@media (max-width: 767px) {
  .b-slider__item__link {
    display: block;
  }
}
.b-slider .owl-nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 10;
  margin-left: -720px;
}
@media (max-width: 1550px) {
  .b-slider .owl-nav {
    margin-left: 0;
    left: 40px;
  }
}
@media (max-width: 991px) {
  .b-slider .owl-nav {
    margin-left: 0;
    left: 40px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .b-slider .owl-nav {
    left: 20px;
    bottom: 10px;
  }
}
.b-slider .owl-nav button {
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.2) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .b-slider .owl-nav button {
    margin-left: 14px;
  }
}
.b-slider .owl-nav button svg {
  stroke: none;
  fill: #fff;
  width: 42px;
  height: 42px;
}
@media (max-width: 991px) {
  .b-slider .owl-nav button svg {
    width: 30px;
    height: 30px;
  }
}
.b-slider .owl-nav button.owl-prev svg {
  transform: rotate(-180deg);
}
.b-slider .owl-nav button:first-child {
  margin-left: 0;
}
.b-catalogCard-small {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .b-catalogCard-small {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .b-catalogCard-small {
    margin-bottom: 40px;
  }
}
.b-catalogCard-small__item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1 / 3 - (24px - 24px * 1 / 3));
  max-width: calc(99.9% * 1 / 3 - (24px - 24px * 1 / 3));
  width: calc(99.9% * 1 / 3 - (24px - 24px * 1 / 3));
  position: relative;
}
.b-catalogCard-small__item:nth-child(1n) {
  margin-right: 24px;
  margin-left: 0;
}
.b-catalogCard-small__item:last-child {
  margin-right: 0;
}
.b-catalogCard-small__item:nth-child(3n) {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .b-catalogCard-small__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 3 - (20px - 20px * 1 / 3));
    max-width: calc(99.9% * 1 / 3 - (20px - 20px * 1 / 3));
    width: calc(99.9% * 1 / 3 - (20px - 20px * 1 / 3));
  }
  .b-catalogCard-small__item:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }
  .b-catalogCard-small__item:last-child {
    margin-right: 0;
  }
  .b-catalogCard-small__item:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 500px) {
  .b-catalogCard-small__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 1);
    max-width: calc(99.9% * 1 / 1);
    width: calc(99.9% * 1 / 1);
    margin-bottom: 10px;
  }
  .b-catalogCard-small__item:nth-child(1n) {
    margin-right: 0;
    margin-left: 0;
  }
  .b-catalogCard-small__item:last-child {
    margin-right: 0;
  }
  .b-catalogCard-small__item:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
  .b-catalogCard-small__item:last-child {
    margin-bottom: 0;
  }
}
.b-catalogCard-small__item .title,
.b-catalogCard-small__item h4 {
  font:
    900 42px/100% Gubia,
    Arial,
    Helvetica,
    sans-serif;
  color: #fff;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .b-catalogCard-small__item .title,
  .b-catalogCard-small__item h4 {
    font-size: 32px;
  }
}
.b-catalogCard-small__link {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 500px) {
  .b-catalogCard-small__link {
    height: 165px;
  }
}
.b-catalogCard-small__link img {
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 500px) {
  .b-catalogCard-small__link img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
  }
}
.b-catalogCard-small__link:hover img {
  transform: scale(1.1);
}
@media (max-width: 500px) {
  .b-catalogCard-small__link:hover img {
    transform: translateY(-50%) scale(1.1);
  }
}
.b-catalogCard-small__desc {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
@media (max-width: 1199px) {
  .b-catalogCard-small__desc {
    left: 30px;
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .b-catalogCard-small__desc {
    left: 20px;
    bottom: 20px;
  }
}
.b-catalogCard-small__desc .title,
.b-catalogCard-small__desc h4 {
  padding: 0;
}
@media (max-width: 1366px) {
  .b-catalogCard-small__desc .title,
  .b-catalogCard-small__desc h4 {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .b-catalogCard-small__desc .title,
  .b-catalogCard-small__desc h4 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .b-catalogCard-small__desc .title,
  .b-catalogCard-small__desc h4 {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
.b-catalogCard-small__desc p {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .b-catalogCard-small__desc p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .b-catalogCard-small__desc p {
    font-size: 12px;
  }
}
.b-catalogCard-large {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 500px) {
  .b-catalogCard-large {
    margin: 0 -20px 0 -21px;
  }
}
.b-catalogCard-large__item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1 / 2 - (24px - 24px * 1 / 2));
  max-width: calc(99.9% * 1 / 2 - (24px - 24px * 1 / 2));
  width: calc(99.9% * 1 / 2 - (24px - 24px * 1 / 2));
  position: relative;
}
.b-catalogCard-large__item:nth-child(1n) {
  margin-right: 24px;
  margin-left: 0;
}
.b-catalogCard-large__item:last-child {
  margin-right: 0;
}
.b-catalogCard-large__item:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .b-catalogCard-large__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
    max-width: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
    width: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
  }
  .b-catalogCard-large__item:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }
  .b-catalogCard-large__item:last-child {
    margin-right: 0;
  }
  .b-catalogCard-large__item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 500px) {
  .b-catalogCard-large__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 1);
    max-width: calc(99.9% * 1 / 1);
    width: calc(99.9% * 1 / 1);
    margin-bottom: 0;
  }
  .b-catalogCard-large__item:nth-child(1n) {
    margin-right: 0;
    margin-left: 0;
  }
  .b-catalogCard-large__item:last-child {
    margin-right: 0;
  }
  .b-catalogCard-large__item:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.b-catalogCard-large__item .title,
.b-catalogCard-large__item h4 {
  color: #fff;
  margin: 0 0 15px 0;
  font-size: 42px;
}
.b-catalogCard-large__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.b-catalogCard-large__title .title,
.b-catalogCard-large__title h4 {
  font:
    900 42px Gubia,
    Arial,
    Helvetica,
    sans-serif;
  padding: 0;
  margin: 0 0 9px 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .b-catalogCard-large__title .title,
  .b-catalogCard-large__title h4 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .b-catalogCard-large__title .title,
  .b-catalogCard-large__title h4 {
    font-size: 32px;
  }
}
.b-catalogCard-large__title .btn {
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .b-catalogCard-large_row {
    margin: 0;
  }
}
.b-catalogCard-large_row .b-catalogCard-large__item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1 / 1);
  max-width: calc(99.9% * 1 / 1);
  width: calc(99.9% * 1 / 1);
  margin-bottom: 6px;
}
.b-catalogCard-large_row .b-catalogCard-large__item:nth-child(1n) {
  margin-right: 0;
  margin-left: 0;
}
.b-catalogCard-large_row .b-catalogCard-large__item:last-child {
  margin-right: 0;
}
.b-catalogCard-large_row .b-catalogCard-large__item:nth-child(1n) {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .b-catalogCard-large_row .b-catalogCard-large__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
    max-width: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
    width: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
    margin-bottom: 0;
  }
  .b-catalogCard-large_row .b-catalogCard-large__item:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }
  .b-catalogCard-large_row .b-catalogCard-large__item:last-child {
    margin-right: 0;
  }
  .b-catalogCard-large_row .b-catalogCard-large__item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .b-catalogCard-large_row
    .b-catalogCard-large__item
    .b-catalogCard-large__title
    h4 {
    font-size: 20px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .b-catalogCard-large_row
    .b-catalogCard-large__item
    .b-catalogCard-large__title
    .btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    height: auto;
    margin: 0;
  }
  .b-catalogCard-large_row
    .b-catalogCard-large__item
    .b-catalogCard-large__title
    .btn
    span,
  .b-catalogCard-large_row
    .b-catalogCard-large__item
    .b-catalogCard-large__title
    .btn:before {
    display: none;
  }
}
.b-catalogCard-nav {
  display: flex;
  flex-flow: row wrap;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .b-catalogCard-nav {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .b-catalogCard-nav {
    padding-top: 24px;
  }
}
@media (max-width: 500px) {
  .b-catalogCard-nav {
    margin-bottom: 40px;
  }
}
.b-catalogCard-nav__item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1 / 3 - (24px - 24px * 1 / 3));
  max-width: calc(99.9% * 1 / 3 - (24px - 24px * 1 / 3));
  width: calc(99.9% * 1 / 3 - (24px - 24px * 1 / 3));
  margin-bottom: 24px;
  position: relative;
}
.b-catalogCard-nav__item:nth-child(1n) {
  margin-right: 24px;
  margin-left: 0;
}
.b-catalogCard-nav__item:last-child {
  margin-right: 0;
}
.b-catalogCard-nav__item:nth-child(3n) {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .b-catalogCard-nav__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 3 - (20px - 20px * 1 / 3));
    max-width: calc(99.9% * 1 / 3 - (20px - 20px * 1 / 3));
    width: calc(99.9% * 1 / 3 - (20px - 20px * 1 / 3));
  }
  .b-catalogCard-nav__item:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }
  .b-catalogCard-nav__item:last-child {
    margin-right: 0;
  }
  .b-catalogCard-nav__item:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .b-catalogCard-nav__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 1);
    max-width: calc(99.9% * 1 / 1);
    width: calc(99.9% * 1 / 1);
    margin-bottom: 8px;
  }
  .b-catalogCard-nav__item:nth-child(1n) {
    margin-right: 0;
    margin-left: 0;
  }
  .b-catalogCard-nav__item:last-child {
    margin-right: 0;
  }
  .b-catalogCard-nav__item:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 500px) {
  .b-catalogCard-nav__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 1);
    max-width: calc(99.9% * 1 / 1);
    width: calc(99.9% * 1 / 1);
    margin-bottom: 10px;
  }
  .b-catalogCard-nav__item:nth-child(1n) {
    margin-right: 0;
    margin-left: 0;
  }
  .b-catalogCard-nav__item:last-child {
    margin-right: 0;
  }
  .b-catalogCard-nav__item:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
  .b-catalogCard-nav__item:last-child {
    margin-bottom: 0;
  }
}
.b-catalogCard-nav__item h4 {
  color: #fff;
  margin: 0 0 15px 0;
  font-size: 42px;
  letter-spacing: 2px;
}
.b-catalogCard-nav__link {
  display: block;
  position: relative;
  overflow: hidden;
  height: 267px;
}
@media (max-width: 991px) {
  .b-catalogCard-nav__link {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .b-catalogCard-nav__link {
    height: 139px;
  }
}
.b-catalogCard-nav__link img {
  display: block;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.b-catalogCard-nav__link:hover img {
  transform: translateY(-50%) scale(1.1);
}
@media (max-width: 991px) {
  .b-catalogCard-nav__link:hover img {
    transform: translateY(-50%) scale(1);
  }
}
.b-catalogCard-nav__desc {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
@media (max-width: 1199px) {
  .b-catalogCard-nav__desc {
    left: 30px;
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .b-catalogCard-nav__desc {
    position: relative;
    left: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 90px;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .b-catalogCard-nav__desc {
    height: auto;
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 0;
  }
}
.b-catalogCard-nav__desc h4 {
  font:
    900 42px/1 Gubia,
    Arial,
    Helvetica,
    sans-serif;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 991px) {
  .b-catalogCard-nav__desc h4 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .b-catalogCard-nav__desc h4 {
    font-size: 24px;
  }
}
.b-catalogCard-nav__desc p {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .b-catalogCard-nav__desc p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .b-catalogCard-nav__desc p {
    font-size: 12px;
    display: none;
  }
}
.b-catalogCard-nav .btn_arw {
  position: absolute;
  right: 24px;
  top: 28px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f6f7f6;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.b-catalogCard-nav .btn_arw svg {
  width: 12px;
  height: 7px;
  stroke: #5b6d7b;
  opacity: 0.5;
  fill: none;
  transition: all 0.3s ease;
}
.b-catalogCard-nav .btn_arw.is-active {
  background: #ff6f02;
}
.b-catalogCard-nav .btn_arw.is-active svg {
  stroke: #fff;
  opacity: 1;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .b-catalogCard-nav .btn_arw {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .b-catalogCard-nav .btn_arw {
    top: 101px;
    right: 16px;
    width: 20px;
    height: 20px;
  }
  .b-catalogCard-nav .btn_arw svg {
    width: 10px;
    height: 5px;
  }
}
.b-catalogCard-nav__menu {
  background: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 5;
  display: none;
}
@media (max-width: 767px) {
  .b-catalogCard-nav__menu {
    padding: 0;
  }
}
.b-catalogCard-nav__menu-parent > li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .b-catalogCard-nav__menu-parent > li {
    font-size: 14px;
    line-height: 20px;
  }
}
.b-catalogCard-nav__menu-parent > li > span {
  display: block;
  position: relative;
}
.b-catalogCard-nav__menu-parent > li > span > a {
  color: #323e48;
  display: block;
  padding: 10px 40px;
}
@media (max-width: 991px) {
  .b-catalogCard-nav__menu-parent > li > span > a {
    padding: 16px 24px;
  }
}
@media (max-width: 767px) {
  .b-catalogCard-nav__menu-parent > li > span > a {
    padding: 16px;
    padding-right: 50px;
  }
}
.b-catalogCard-nav__menu-parent > li > span > a:hover {
  color: #ff6f02;
  background: rgba(255, 81, 0, 0.1);
}
@media (max-width: 991px) {
  .b-catalogCard-nav__menu-parent > li > span > a:hover {
    background: 0 0;
  }
}
@media (max-width: 991px) {
  .b-catalogCard-nav__menu-parent > li > span > a.is-active {
    color: #ff6f02;
  }
}
.b-catalogCard-nav__menu-parent > li:hover > span > a {
  background: rgba(255, 81, 0, 0.1);
}
@media (max-width: 991px) {
  .b-catalogCard-nav__menu-parent > li:hover > span > a {
    background: 0 0;
  }
}
.b-catalogCard-nav__menu-parent > li:hover .child {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.b-catalogCard-nav__menu-parent > li:hover .child ul {
  width: 440px;
}
.b-catalogCard-nav__menu-parent > li:nth-child(2n) {
  background: rgba(246, 247, 246, 0.5);
}
.b-catalogCard-nav__menu-parent > li .arw {
  display: none;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f6f7f6;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -14px;
  z-index: 5;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .b-catalogCard-nav__menu-parent > li .arw {
    right: 16px;
  }
}
.b-catalogCard-nav__menu-parent > li .arw svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #5b6d7b;
  transition: all 0.3s ease;
}
.b-catalogCard-nav__menu-parent > li .arw.is-active {
  background: #ff6f02;
}
.b-catalogCard-nav__menu-parent > li .arw.is-active svg {
  stroke: #fff;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .b-catalogCard-nav__menu-parent > li .arw {
    display: flex;
  }
}
.b-catalogCard-nav__menu .child {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 24px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .b-catalogCard-nav__menu .child {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: none;
    display: none;
  }
}
.b-catalogCard-nav__menu .child:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 14px solid #02849a;
  border-bottom: 13px solid transparent;
  position: absolute;
  left: 10px;
  top: 20px;
}
@media (max-width: 991px) {
  .b-catalogCard-nav__menu .child:before {
    display: none;
  }
}
.b-catalogCard-nav__menu .child ul {
  background: #02849a;
  padding: 26px 0;
  transition: all 0.3s ease;
  width: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .b-catalogCard-nav__menu .child ul {
    width: 100% !important;
    padding: 0;
  }
}
.b-catalogCard-nav__menu .child li {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: 440px;
}
@media (max-width: 991px) {
  .b-catalogCard-nav__menu .child li {
    width: auto;
  }
}
@media (max-width: 767px) {
  .b-catalogCard-nav__menu .child li {
    font-size: 14px;
    line-height: 20px;
  }
}
.b-catalogCard-nav__menu .child li > a {
  color: #f6f7f6;
  display: block;
  padding: 15px 40px;
  position: relative;
}
.b-catalogCard-nav__menu .child li > a:hover {
  background: rgba(91, 109, 123, 0.1);
}
@media (max-width: 767px) {
  .b-catalogCard-nav__menu .child li > a {
    padding: 15px 40px 15px 24px;
  }
}
.b-catalogCard-nav__menu .child li > a .arw-next {
  display: none;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .b-catalogCard-nav__menu .child li > a .arw-next {
    display: block;
  }
  .b-catalogCard-nav__menu .child li > a .arw-next svg {
    width: 12px;
    height: 7px;
    fill: none;
    stroke: #fff;
    display: block;
    transform: rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .b-catalogCard-nav__menu .child li > a .arw-next {
    right: 24px;
  }
}
@media (max-width: 991px) {
  .b-catalogCard-nav__menu .child li:nth-child(2n) {
    background: rgba(246, 247, 246, 0.1);
  }
}
.b-productList {
  margin-top: 115px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .b-productList {
    margin-top: 55px;
    padding-bottom: 92px;
  }
}
@media (max-width: 767px) {
  .b-productList {
    margin-top: 38px;
    padding-bottom: 40px;
  }
}
.b-productList .is-title.is-h2,
.b-productList h2 {
  letter-spacing: 0;
  margin: 0 0 26px 0;
}
@media (max-width: 991px) {
  .b-productList .is-title.is-h2,
  .b-productList h2 {
    font-size: 42px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .b-productList .is-title.is-h2,
  .b-productList h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 24px;
  }
}
.b-productList__carousel {
  height: 572px;
}
@media (max-width: 991px) {
  .b-productList__carousel {
    height: auto;
  }
}
.b-productList__carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -67px;
}
@media (max-width: 991px) {
  .b-productList__carousel .owl-nav {
    top: -76px;
  }
}
@media (max-width: 767px) {
  .b-productList__carousel .owl-nav {
    display: none;
  }
}
.b-productList__carousel3 {
  height: 572px;
}
@media (max-width: 991px) {
  .b-productList__carousel3 {
    height: auto;
  }
}
.b-productList__carousel3 .owl-nav {
  position: absolute;
  right: 0;
  top: -67px;
}
@media (max-width: 991px) {
  .b-productList__carousel3 .owl-nav {
    top: -76px;
  }
}
@media (max-width: 767px) {
  .b-productList__carousel3 .owl-nav {
    display: none;
  }
}
.b-productList .owl-stage-outer {
  padding: 40px 0 60px 0;
  margin: 0;
}
@media (max-width: 991px) {
  .b-productList .owl-stage-outer {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .b-productList .owl-stage-outer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.b-productList .owl-item {
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .b-productList .owl-item {
    opacity: 1;
  }
}
.b-productList .owl-item.active {
  opacity: 1;
}
.b-productCard {
  background: #fff;
  padding: 24px;
  padding-top: 20px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 20px 50px rgba(50, 62, 72, 0);
}
@media (max-width: 991px) {
  .b-productCard {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .b-productCard {
    padding: 24px;
  }
}
.b-productCard__image {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .b-productCard__image {
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .b-productCard__image {
    margin-bottom: 30px;
  }
}
.b-productCard__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 278px;
}
@media (max-width: 991px) {
  .b-productCard__image a {
    height: 165px;
  }
}
@media (max-width: 767px) {
  .b-productCard__image a {
    height: 197px;
  }
}
.b-productCard__image a img {
  max-width: 300px;
  max-height: 278px;
  width: auto !important;
}
@media (max-width: 991px) {
  .b-productCard__image a img {
    max-width: 180px;
    max-height: 160px;
  }
}
@media (max-width: 767px) {
  .b-productCard__image a img {
    max-height: 197px;
    max-width: 220px;
  }
}
.b-productCard__desc {
  margin-bottom: 16px;
}
.b-productCard__desc .is-title.is-h5,
.b-productCard__desc h5 {
  font:
    500 16px/19px "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  margin: 0 0 7px 0;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .b-productCard__desc .is-title.is-h5,
  .b-productCard__desc h5 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}
.b-productCard__desc .is-title.is-h5 a,
.b-productCard__desc h5 a {
  color: #323e48;
}
.b-productCard__desc .is-title.is-h5 a:hover,
.b-productCard__desc h5 a:hover {
  color: #ff6f02;
}
.b-productCard__desc p {
  margin: 0;
  font-size: 14px;
  color: #5b6d7b;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .b-productCard__desc p {
    font-size: 12px;
  }
}
.b-productCard__price {
  border-top: 1px solid #f6f7f6;
  margin: 0 -24px;
  padding: 24px 24px 0 24px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .b-productCard__price {
    padding-top: 20px;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .b-productCard__price {
    align-items: center;
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 -20px;
  }
}
@media (max-width: 767px) {
  .b-productCard__price {
    margin: 0 -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.b-productCard__price p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .b-productCard__price p {
    font-size: 16px;
    line-height: 19px;
    flex-direction: column;
    align-items: flex-start;
    min-height: 33px;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .b-productCard__price p {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .b-productCard__price p {
    font-size: 20px;
    line-height: 24px;
    min-height: 38px;
  }
}
.b-productCard__price p span {
  text-decoration: line-through;
  font-size: 14px;
  color: #5b6d7b;
  line-height: 19px;
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .b-productCard__price p span {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
  }
}
.b-productCard__price .btn_favorites {
  position: absolute;
  left: 6px;
  top: 5px;
}
@media (max-width: 991px) {
  .b-productCard__price .btn_favorites {
    position: relative;
    left: auto;
    top: auto;
    margin-right: 16px;
  }
}
.b-productCard__favorites {
  position: absolute;
  left: 6px;
  top: 5px;
}
.b-productCard__status {
  position: absolute;
  right: 10px;
  top: 6px;
  display: flex;
}
.b-productCard:hover {
  box-shadow: 0 20px 50px rgba(50, 62, 72, 0.1);
}
@media (max-width: 991px) {
  .b-productCard:hover {
    box-shadow: none;
  }
}
.b-breadcrumb {
  padding: 28px 0;
}
@media (max-width: 991px) {
  .b-breadcrumb {
    padding: 10px 0 19px 0;
  }
}
@media (max-width: 767px) {
  .b-breadcrumb {
    padding-bottom: 15px;
  }
}
.b-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.b-breadcrumb__item {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
}
.b-breadcrumb__item svg {
  width: 6px;
  height: 18px;
  margin: 0 10px;
}
.b-breadcrumb__item:last-child svg {
  display: none;
}
.b-breadcrumb__link {
  color: #5b6d7b;
  border-bottom: 1px solid rgba(50, 62, 72, 0);
}
.b-breadcrumb__link:hover {
  border-color: rgba(50, 62, 72, 0.5);
}
.b-breadcrumb + h1 {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .b-breadcrumb + h1 {
    margin-top: 0;
  }
}
.b-productDetail {
  display: grid;
  grid-template-columns: 51% 1fr;
  grid-column-gap: 122px;
  align-items: start;
  align-content: start;
  grid-template-rows: minmax(150px, auto);
  grid-template-areas: "p-image p-title" "p-image p-offer" "p-desc p-video";
}
@media (max-width: 1366px) {
  .b-productDetail {
    grid-column-gap: 50px;
  }
}
@media (max-width: 1199px) {
  .b-productDetail {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}
@media (max-width: 991px) {
  .b-productDetail {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-template-rows: minmax(114px, auto);
    grid-template-areas: "p-image p-title" "p-image p-offer" "p-desc p-desc" "p-video p-video";
  }
}
@media (max-width: 767px) {
  .b-productDetail {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(auto, auto);
    grid-template-areas: "p-title" "p-image" "p-offer" "p-desc" "p-video";
  }
}
.b-productDetail__image {
  position: relative;
  min-width: 100%;
  padding-left: 122px;
  grid-area: p-image;
  grid-row: 1/3;
}
@media (max-width: 991px) {
  .b-productDetail__image {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .b-productDetail__image {
    grid-row: initial;
    margin-bottom: 25px;
  }
}
.b-productDetail__image .productImage {
  border: 1px solid rgba(50, 62, 72, 0.2);
  background: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .b-productDetail__image .productImage {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .b-productDetail__image .productImage {
    margin-bottom: 0;
    border: 0;
  }
}
@media (max-width: 767px) {
  .b-productDetail__image .productImage__item {
    padding: 0 3px;
  }
}
.b-productDetail__image .productImage__item a {
  height: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0 !important;
}
@media (max-width: 1199px) {
  .b-productDetail__image .productImage__item a {
    height: 522px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .b-productDetail__image .productImage__item a {
    height: 332px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .b-productDetail__image .productImage__item a {
    height: 279px;
    padding: 10px;
    border: 1px solid rgba(50, 62, 72, 0.2);
  }
}
.b-productDetail__image .productImage__item img {
  width: auto !important;
  max-height: 100%;
}
.b-productDetail__image .productImage .slick-arrow {
  position: absolute;
  bottom: 16px;
  font-size: 0;
  width: 50px;
  height: 50px;
  background: #f6f7f6;
  border-radius: 50%;
  outline: 0 !important;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .b-productDetail__image .productImage .slick-arrow {
    width: 34px;
    height: 34px;
    bottom: 6px;
  }
}
.b-productDetail__image .productImage .slick-arrow svg {
  width: 13px;
  height: 13px;
  stroke: #5b6d7b;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .b-productDetail__image .productImage .slick-arrow svg {
    width: 8px;
    height: 8px;
  }
}
.b-productDetail__image .productImage .slick-arrow:hover {
  background: #5b6d7b;
}
.b-productDetail__image .productImage .slick-arrow:hover svg {
  stroke: #fff;
  opacity: 1;
}
.b-productDetail__image .productImage .slick-arrow:active {
  background: #02849a;
}
.b-productDetail__image .productImage .slick-arrow:active svg {
  stroke: #fff;
  opacity: 1;
}
.b-productDetail__image .productImage .slick-next {
  right: 15px;
}
@media (max-width: 991px) {
  .b-productDetail__image .productImage .slick-next {
    right: 6px;
  }
}
.b-productDetail__image .productImage .slick-prev {
  right: 75px;
}
@media (max-width: 991px) {
  .b-productDetail__image .productImage .slick-prev {
    right: 46px;
  }
}
@media (max-width: 767px) {
  .b-productDetail__image .productImage .slick-prev {
    right: auto;
    left: 6px;
  }
}
.b-productDetail__image .productImage .slick-list {
  margin: 0 -23px;
  padding: 0 20px;
}
.b-productDetail__image .productImageThumb {
  position: absolute;
  width: 100px;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .b-productDetail__image .productImageThumb {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .b-productDetail__image .productImageThumb {
    display: none;
  }
}
.b-productDetail__image .productImageThumb__item {
  margin-bottom: 10px;
  height: 98px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(50, 62, 72, 0.2);
  outline: 0 !important;
  transition: all 0.3s ease;
}
.b-productDetail__image .productImageThumb__item:hover {
  border: 1px solid rgba(50, 62, 72, 0.5);
}
@media (max-width: 991px) {
  .b-productDetail__image .productImageThumb__item {
    margin-bottom: 0;
  }
}
.b-productDetail__image .productImageThumb__item img {
  max-height: 100%;
}
.b-productDetail__image .productImageThumb .slick-list {
  padding: 0 !important;
}
.b-productDetail__image .productImageThumb .slick-slide {
  border: 0 !important;
  outline: 0 !important;
}
@media (max-width: 991px) {
  .b-productDetail__image .productImageThumb .slick-slide {
    padding: 0 10px;
  }
}
.b-productDetail__image
  .productImageThumb
  .slick-current
  .productImageThumb__item {
  border: 1px solid rgba(50, 62, 72, 0.5);
}
.b-productDetail__image .el-status {
  position: absolute;
  right: 12px;
  top: 6px;
}
.b-productDetail__title {
  grid-area: p-title;
  margin-bottom: 38px;
}
@media (max-width: 991px) {
  .b-productDetail__title {
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .b-productDetail__title {
    margin-bottom: 21px;
  }
}
.b-productDetail__title h1 {
  font-size: 42px;
  line-height: 55px;
  margin: 0 0 9px 0;
  letter-spacing: -0.5px;
}
@media (max-width: 991px) {
  .b-productDetail__title h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .b-productDetail__title h1 {
    line-height: 1;
    margin-bottom: 10px;
  }
}
.b-productDetail__title .article {
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .b-productDetail__title .article {
    margin-bottom: 6px;
  }
}
.b-productDetail__title .collection {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #02849a;
}
.b-productDetail__title .collection a {
  color: #02849a;
}
.b-productDetail__title .collection a:hover {
  color: #ff6f02;
}
.b-productDetail__title .info {
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  opacity: 0.5;
  margin-top: 8px;
}
.b-productDetail__title .info p {
  margin: 0 0 5px 0;
}
.b-productDetail__offer {
  grid-area: p-offer;
  align-self: start;
}
.b-productDetail__desc {
  grid-area: p-desc;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .b-productDetail__desc {
    padding-top: 46px;
  }
}
@media (max-width: 767px) {
  .b-productDetail__desc {
    padding-top: 57px;
  }
}
.b-productDetail__video {
  padding-top: 40px;
  grid-area: p-video;
}
@media (max-width: 991px) {
  .b-productDetail__video {
    padding-top: 0;
  }
}
.b-productDetail__video iframe {
  display: block;
  height: 315px;
  max-width: 520px;
}
@media (max-width: 1199px) {
  .b-productDetail__video iframe {
    height: 265px;
  }
}
@media (max-width: 479px) {
  .b-productDetail__video iframe {
    height: 200px;
  }
}
.b-productDetail .bl-color {
  display: flex;
  align-items: flex-start;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .b-productDetail .bl-color {
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .b-productDetail .bl-color {
    display: block;
    margin-bottom: 23px;
  }
}
.b-productDetail .bl-color__label {
  padding-top: 4px;
  margin-right: 28px;
}
@media (max-width: 767px) {
  .b-productDetail .bl-color__label {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 15px 0;
  }
}
.b-productDetail .bl-color__label p {
  margin: 0;
  padding: 0;
  color: #5b6d7b;
}
.b-productDetail .bl-color__label p.lab {
  font-size: 14px;
  line-height: 17px;
}
.b-productDetail .bl-color__label p.sel {
  font-size: 12px;
  line-height: 14px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .b-productDetail .bl-color__label p.sel {
    font-size: 14px;
    line-height: 17px;
  }
}
.b-productDetail .bl-color__list {
  flex-grow: 1;
}
.b-productDetail .bl-option {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  max-width: 464px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .b-productDetail .bl-option {
    grid-column-gap: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .b-productDetail .bl-option {
    margin-bottom: 40px;
    max-width: none;
    grid-column-gap: 20px;
  }
}
.b-productDetail .bl-option__item label {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  padding: 0;
  margin: 0 0 15px 0;
}
.b-productDetail .bl-optionList {
  display: flex;
  margin-top: -17px;
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  .b-productDetail .bl-optionList {
    margin-top: 0;
    display: block;
    margin-bottom: 24px;
  }
}
.b-productDetail .bl-optionList__item {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .b-productDetail .bl-optionList__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .b-productDetail .bl-optionList__item:last-child {
    margin-bottom: 0;
  }
}
.b-productDetail .bl-optionList__label {
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  display: block;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .b-productDetail .bl-optionList__label {
    width: 110px;
  }
}
.b-productDetail .bl-optionList__value {
  background: #fff;
  border: 1px solid rgba(91, 109, 123, 0.2);
  height: 39px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  color: #02849a;
  padding: 0 16px;
  border-radius: 20px;
}
.b-productDetail .bl-optionList__value._color {
  border: 0;
  color: #fff;
}
.b-productDetail .bl-descSmall {
  font-size: 16px;
  line-height: 24px;
  color: #02849a;
  font-weight: 400;
  margin-bottom: 40px;
}
.b-productDetail .bl-descSmall p:last-child {
  margin: 0;
}
.b-productDetail .bl-price {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .b-productDetail .bl-price {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .b-productDetail .bl-price {
    justify-content: center;
    margin-bottom: 40px;
  }
}
.b-productDetail .bl-price strong {
  font-size: 36px;
  line-height: 100%;
  color: #323e48;
  font-weight: 500;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .b-productDetail .bl-price strong {
    font-size: 24px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .b-productDetail .bl-price strong {
    margin-right: 0;
  }
}
.b-productDetail .bl-price strong em {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  font-style: normal;
  color: #5b6d7b;
  opacity: 0.5;
  margin-top: 4px;
}
.b-productDetail .bl-price span {
  font-size: 24px;
  line-height: 100%;
  position: relative;
  color: rgba(91, 109, 123, 0.5);
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .b-productDetail .bl-price span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .b-productDetail .bl-price span {
    margin-left: 24px;
  }
}
.b-productDetail .bl-price span:before {
  content: "";
  height: 2px;
  background: #02849a;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.b-productDetail .bl-btn {
  display: flex;
}
@media (max-width: 767px) {
  .b-productDetail .bl-btn {
    justify-content: center;
  }
}
.b-productDetail .bl-btn > div {
  margin-right: 18px;
}
.b-productDetail .bl-btn > div:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .b-productDetail .bl-options {
    padding-bottom: 16px;
  }
}
.b-productDetail .bl-options .table {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .b-productDetail .bl-options .table {
    padding-bottom: 22px;
  }
}
.b-productDetail .bl-options .table table tr:nth-child(2n) td {
  background: #f6f7f6;
}
.b-productDetail .bl-desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.b-productDetail .bl-desc h4 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .b-productDetail .bl-desc h4 {
    margin-bottom: 36px;
  }
}
.b-productDetail .bl-desc p {
  margin-bottom: 22px;
}
.b-productDetail .bl-desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .b-productDetail .bl-desc__frame {
    padding-bottom: 56px;
  }
}
.b-productDetail .bl-video h4 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .b-productDetail .bl-video h4 {
    margin-bottom: 36px;
  }
}
.b-productDetail .bl-video__frame {
  position: relative;
}
.b-productDetail .bl-video__frame img {
  display: block;
}
@media (max-width: 991px) {
  .b-productDetail .bl-video__frame img {
    width: 100%;
  }
}
.b-productDetail .bl-box .is-title.is-h4,
.b-productDetail .bl-box h4 {
  font:
    900 32px/1 Gubia,
    Arial,
    Helvetica,
    sans-serif;
  text-transform: uppercase;
  color: #323e48;
}
@media (max-width: 991px) {
  .b-productDetail .bl-box .is-title.is-h4,
  .b-productDetail .bl-box h4 {
    font-size: 24px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .b-productDetail .bl-box .is-title.is-h4,
  .b-productDetail .bl-box h4 {
    justify-content: space-between;
  }
}
.b-productDetail .bl-box .is-title.is-h4 .arw,
.b-productDetail .bl-box h4 .arw {
  display: none;
}
@media (max-width: 991px) {
  .b-productDetail .bl-box .is-title.is-h4 .arw,
  .b-productDetail .bl-box h4 .arw {
    display: block;
    margin-left: 16px;
  }
}
.b-productDetail .bl-box .is-title.is-h4 .arw svg,
.b-productDetail .bl-box h4 .arw svg {
  width: 12px;
  height: 12px;
  fill: none;
  display: block;
}
.b-productDetail .bl-box .is-title.is-h4.is-active .arw,
.b-productDetail .bl-box h4.is-active .arw {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .b-productDetail .bl-box__hide {
    display: none;
  }
  .b-productDetail .bl-box__hide.is-visible {
    display: block;
  }
}
.b-productDetail .bl-login {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: -24px;
}
@media (max-width: 767px) {
  .b-productDetail .bl-login {
    text-align: center;
  }
}
.b-productDetail .bl-login a {
  font-weight: 500;
}
@media (max-width: 991px) {
  .b-news {
    padding-bottom: 20px;
  }
}
.b-news__item {
  display: grid;
  grid-template-columns: 190px 1fr;
  grid-column-gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .b-news__item {
    grid-column-gap: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .b-news__item {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
    margin-bottom: 24px;
  }
}
.b-news__item__image a {
  overflow: hidden;
  display: block;
}
.b-news__item__image a img {
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 479px) {
  .b-news__item__image a img {
    width: 100%;
  }
}
.b-news__item__image a:hover img {
  transform: scale(1.1);
}
.b-news__item__desc {
  position: relative;
}
.b-news__item__desc h5 {
  font:
    bold 16px/24px "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .b-news__item__desc h5 {
    margin-bottom: 6px;
  }
}
.b-news__item__desc h5 a {
  color: #323e48;
}
.b-news__item__desc p {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 20px;
  color: #5b6d7b;
  font-weight: 400;
}
@media (max-width: 767px) {
  .b-news__item__desc p {
    margin-bottom: 16px;
  }
}
.b-news__item__desc .link-more {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 767px) {
  .b-news__item__desc .link-more {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
.b-news__item__desc .link-more a {
  color: #ff6f02;
}
@media (max-width: 991px) {
  .b-pages {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .b-pages {
    padding-bottom: 40px;
  }
}
.b-pages ul {
  display: flex;
  margin: 0 5px;
  padding: 0;
}
.b-pages ul li {
  list-style: none;
  padding: 0;
  margin: 0 6px 0 0;
}
@media (max-width: 767px) {
  .b-pages ul li {
    display: none;
  }
}
.b-pages ul li a {
  position: relative;
  width: 46px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #323e48;
}
.b-pages ul li a:before {
  content: "";
  display: block;
  transform: skew(-15deg);
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.b-pages ul li a span {
  position: relative;
  z-index: 5;
}
.b-pages ul li a:hover {
  color: #fff;
}
.b-pages ul li a:hover:before {
  background: #5b6d7b;
}
.b-pages ul li a:active:before {
  background: #02849a;
}
.b-pages ul li.sep {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 16px 0 10px;
}
@media (max-width: 767px) {
  .b-pages ul li.sep {
    display: none;
  }
}
.b-pages ul li.sep:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #5b6d7b;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .b-pages ul li.next,
  .b-pages ul li.prev {
    display: block;
  }
}
.b-pages ul li.next a svg,
.b-pages ul li.prev a svg {
  width: 12px;
  height: 12px;
  fill: none;
  position: relative;
  z-index: 5;
}
.b-pages ul li.next a:before,
.b-pages ul li.prev a:before {
  background: #02849a;
}
.b-pages ul li.next a:hover:before,
.b-pages ul li.prev a:hover:before {
  background: #ff6f02;
}
.b-pages ul li.next a:active:before,
.b-pages ul li.prev a:active:before {
  background: #ff3d00;
}
.b-pages ul li.prev {
  margin-right: 21px;
}
@media (max-width: 767px) {
  .b-pages ul li.prev {
    margin-right: 6px;
  }
}
.b-pages ul li.next {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .b-pages ul li.next {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .b-pages ul li:nth-child(2),
  .b-pages ul li:nth-child(3),
  .b-pages ul li:nth-child(4) {
    display: block;
  }
}
.b-navBar__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -6px -6px;
}
.b-navBar__item {
  margin: 0 0 6px 6px;
}
.b-navBar__link {
  display: flex;
  align-items: center;
  height: 39px;
  background: #fff;
  padding: 0 16px 0 15px;
  border-radius: 20px;
  color: #02849a;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  border: 1px solid rgba(91, 109, 123, 0.2);
}
@media (max-width: 991px) {
  .b-navBar__link {
    height: 33px;
    border-radius: 16px;
    font-size: 14px;
  }
}
.b-navBar__link:hover {
  color: #fff;
  background: #5b6d7b;
}
.b-navBar__link:active {
  color: #fff;
  background: #02849a;
}
.b-pageBar {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  width: 280px;
  background: #000;
  z-index: 50;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
.b-pageBar.is-open {
  transform: translateX(0);
}
.b-pageBar__btn {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  background: #000;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.b-pageBar__btn svg {
  width: 10px;
  height: 10px;
  fill: #fff;
}
.b-pageBar ul {
  padding: 5px;
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.b-pageBar ul li {
  margin-bottom: 5px;
  font-weight: 400;
}
.b-pageBar ul li a {
  color: #fff;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
}
.b-pageBar ul li a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.b-page404 {
  padding: 120px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .b-page404 {
    padding: 80px 0 60px 0;
  }
}
.b-page404 svg {
  width: 610px;
  height: 322px;
  display: block;
  margin: 0 auto 80px auto;
}
@media (max-width: 991px) {
  .b-page404 svg {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .b-page404 svg {
    width: 256px;
    height: 136px;
    margin-bottom: 30px;
  }
}
.b-page404 p {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #f6f7f6;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .b-page404 p {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.b-page {
  display: flex;
  padding-top: 8px;
}
@media (max-width: 991px) {
  .b-page {
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .b-page {
    display: block;
  }
}
.b-page__content {
  flex-grow: 1;
}
.b-page__content + .b-page__bar {
  margin-left: 24px;
}
@media (max-width: 991px) {
  .b-page__content + .b-page__bar {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .b-page__content + .b-page__bar {
    margin-left: 0;
  }
}
.b-page__bar {
  flex: 0 0 342px;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .b-page__bar {
    flex: 0 0 157px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .b-page__bar {
    margin-left: 0;
    margin-right: 0;
  }
}
.b-page__prod {
  margin-top: 60px;
}
.b-page__pad {
  margin-right: 122px;
  display: block;
}
@media (max-width: 1199px) {
  .b-page__pad {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .b-page_vacancy {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "vacancyBar" "vacancylist";
  }
  .b-page_vacancy .b-page__content {
    grid-area: vacancylist;
  }
  .b-page_vacancy .b-page__bar {
    grid-area: vacancyBar;
    margin: 0;
  }
}
.b-page_newItem {
  display: grid;
  grid-template-columns: 1fr 342px;
  grid-column-gap: 24px;
  grid-template-areas: "new-txt new-bar" "new-prod new-bar";
}
@media (max-width: 1199px) {
  .b-page_newItem {
    grid-template-columns: 1fr 300px;
    grid-column-gap: 20px;
    grid-template-areas: "new-txt new-bar" "new-prod new-prod";
  }
}
@media (max-width: 991px) {
  .b-page_newItem {
    grid-template-columns: 1fr 157px;
  }
}
@media (max-width: 767px) {
  .b-page_newItem {
    grid-template-columns: 1fr;
    grid-template-areas: "new-txt" "new-bar" "new-prod";
  }
}
.b-page_newItem .b-page__content {
  grid-area: new-txt;
}
.b-page_newItem .b-page__bar {
  margin: 0;
  grid-area: new-bar;
}
.b-page_newItem .b-page__prod {
  grid-area: new-prod;
  min-width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.b-page_size {
  background: #fff;
  padding: 15px;
  display: block;
}
.b-page_size .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
@media (max-width: 1199px) {
  .b-page_size .row {
    grid-template-columns: 1fr;
  }
}
.b-page_size .row h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.b-page_size .row .column {
  min-width: 100%;
}
.b-text {
  background: #fff;
  padding: 30px;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .b-text {
    padding: 0;
    background: 0 0;
  }
}
.b-text h2 {
  margin-bottom: 45px;
  padding-top: 30px;
}
.b-text h2:nth-child(1) {
  padding-top: 0;
}
@media (max-width: 991px) {
  .b-text h2 {
    margin-bottom: 22px;
  }
}
.b-text h3 {
  padding-top: 10px;
}
@media (max-width: 991px) {
  .b-text h3 {
    padding-top: 0;
  }
}
.b-text h3 + h4 {
  padding-top: 5px;
}
@media (max-width: 991px) {
  .b-text h3 + h4 {
    padding-top: 0;
  }
}
.b-text ul {
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .b-text ul {
    margin-top: 24px;
    margin-bottom: 22px;
  }
}
.b-text ul li {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0 0 0 48px;
  margin-bottom: 18px;
  position: relative;
}
@media (max-width: 991px) {
  .b-text ul li {
    padding-left: 28px;
    margin-bottom: 13px;
    font-size: 14px;
  }
}
.b-text ul li:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #ff6f02;
  position: absolute;
  left: 3px;
  top: 12px;
}
@media (max-width: 991px) {
  .b-text ul li:before {
    left: 0;
    top: 10px;
  }
}
.b-text ul + h4,
.b-text ul + h5 {
  padding-top: 25px;
}
@media (max-width: 991px) {
  .b-text ul + h4,
  .b-text ul + h5 {
    padding-top: 10px;
  }
}
.b-text ol {
  margin-top: 50px;
  margin-left: 16px;
  margin-bottom: 40px;
  color: #5b6d7b;
}
@media (max-width: 991px) {
  .b-text ol {
    margin-top: 24px;
    margin-bottom: 22px;
  }
}
.b-text ol li {
  color: #02849a;
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .b-text ol li {
    font-size: 14px;
    margin-bottom: 13px;
    padding-left: 13px;
  }
}
.b-text ol + h4,
.b-text ol + h5 {
  padding-top: 25px;
}
@media (max-width: 991px) {
  .b-text ol + h4,
  .b-text ol + h5 {
    padding-top: 10px;
  }
}
.b-text table td img {
  height: auto !important;
}
.b-partner {
  display: flex;
  flex-flow: row wrap;
}
.b-partner__item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1 / 4 - (24px - 24px * 1 / 4));
  max-width: calc(99.9% * 1 / 4 - (24px - 24px * 1 / 4));
  width: calc(99.9% * 1 / 4 - (24px - 24px * 1 / 4));
  margin-bottom: 24px;
}
.b-partner__item:nth-child(1n) {
  margin-right: 24px;
  margin-left: 0;
}
.b-partner__item:last-child {
  margin-right: 0;
}
.b-partner__item:nth-child(4n) {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 991px) {
  .b-partner__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 3 - (20px - 20px * 1 / 3));
    max-width: calc(99.9% * 1 / 3 - (20px - 20px * 1 / 3));
    width: calc(99.9% * 1 / 3 - (20px - 20px * 1 / 3));
    margin-bottom: 20px;
  }
  .b-partner__item:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }
  .b-partner__item:last-child {
    margin-right: 0;
  }
  .b-partner__item:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .b-partner__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
    max-width: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
    width: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
  }
  .b-partner__item:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }
  .b-partner__item:last-child {
    margin-right: 0;
  }
  .b-partner__item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 479px) {
  .b-partner__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 1);
    max-width: calc(99.9% * 1 / 1);
    width: calc(99.9% * 1 / 1);
    margin-bottom: 10px;
  }
  .b-partner__item:nth-child(1n) {
    margin-right: 0;
    margin-left: 0;
  }
  .b-partner__item:last-child {
    margin-right: 0;
  }
  .b-partner__item:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.b-partner__link {
  height: 285px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
  border: 1px solid #fff;
}
.b-partner__link:hover {
  border: 1px solid rgba(91, 109, 123, 0.2);
}
.b-partner__link:hover .b-partner__logo__normal {
  filter: grayscale(0);
}
@media (max-width: 991px) {
  .b-partner__link {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .b-partner__link {
    height: 233px;
  }
}
.b-partner__logo {
  position: relative;
  display: flex;
  justify-content: center;
}
.b-partner__logo__normal {
  width: 80%;
  height: auto;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.b-partner__logo__hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
@media (max-width: 991px) {
  .b-partner__image {
    max-width: 75%;
  }
}
.b-partner__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #02849a;
}
@media (max-width: 991px) {
  .b-partner__title {
    bottom: 16px;
  }
}
.b-vacancy__item {
  background: #fff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .b-vacancy__item {
    margin-bottom: 6px;
  }
}
.b-vacancy__item.is-open .b-vacancy__title h3 {
  color: #ff6f02;
}
.b-vacancy__item.is-open .b-vacancy__title span {
  transform: rotate(45deg);
}
.b-vacancy__title {
  height: 92px;
  display: flex;
  padding: 0 30px;
  align-items: center;
}
@media (max-width: 991px) {
  .b-vacancy__title {
    height: 82px;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .b-vacancy__title {
    height: auto;
    padding: 16px;
  }
}
.b-vacancy__title h3 {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
  cursor: default;
}
@media (max-width: 767px) {
  .b-vacancy__title h3 {
    font-size: 14px;
    line-height: 100%;
    padding-right: 10px;
  }
}
.b-vacancy__title p {
  font:
    900 32px/100% Gubia,
    Arial,
    Helvetica,
    sans-serif;
  margin: 0;
  color: #5b6d7b;
  text-transform: uppercase;
  cursor: default;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .b-vacancy__title p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .b-vacancy__title p {
    font-size: 14px;
    line-height: 100%;
  }
}
.b-vacancy__title span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f6f7f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 48px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .b-vacancy__title span {
    width: 34px;
    height: 34px;
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .b-vacancy__title span {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
}
.b-vacancy__title span svg {
  width: 20px;
  height: 20px;
  stroke: #5b6d7b;
  fill: none;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .b-vacancy__title span svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .b-vacancy__title span svg {
    width: 10px;
    height: 10px;
  }
}
.b-vacancy__title span:hover {
  background: #5b6d7b;
}
.b-vacancy__title span:hover svg {
  stroke: #fff;
}
.b-vacancy__title span:active {
  background: #02849a;
}
.b-vacancy__title span:active svg {
  stroke: #fff;
}
.b-vacancy__frame {
  display: none;
}
.b-vacancy__frame .b-text {
  padding-top: 12px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .b-vacancy__frame .b-text {
    padding: 0 20px 40px 20px;
  }
}
@media (max-width: 767px) {
  .b-vacancy__frame .b-text {
    padding-bottom: 16px;
  }
}
.b-vacancy__frame .b-text h4 {
  margin-bottom: 20px;
}
.b-vacancy__frame .b-text ul {
  margin: 0;
}
.b-vacancy__frame .b-text ul + h4 {
  padding-top: 20px;
}
.b-vacancy__frame .b-text .btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .b-vacancy__frame .b-text .btn {
    margin-top: 20px;
  }
}
.b-vacancy__bar h3 {
  padding: 0;
  margin: 0 0 25px 0;
}
@media (max-width: 991px) {
  .b-vacancy__bar h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .b-vacancy__bar h3 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .b-vacancy__bar h3 {
    font-size: 28px;
    padding-top: 10px;
  }
}
.b-vacancy__bar p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #323e48;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .b-vacancy__bar p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .b-vacancy__bar p {
    margin-bottom: 16px;
  }
}
.b-vacancy__bar p a {
  font:
    900 24px/100% Gubia,
    Arial,
    Helvetica,
    sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .b-vacancy__bar p a {
    font-size: 16px;
  }
}
.b-catalogues {
  display: flex;
  flex-flow: row wrap;
}
.b-catalogues__item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1 / 4 - (24px - 24px * 1 / 4));
  max-width: calc(99.9% * 1 / 4 - (24px - 24px * 1 / 4));
  width: calc(99.9% * 1 / 4 - (24px - 24px * 1 / 4));
  margin-bottom: 24px;
  position: relative;
}
.b-catalogues__item:nth-child(1n) {
  margin-right: 24px;
  margin-left: 0;
}
.b-catalogues__item:last-child {
  margin-right: 0;
}
.b-catalogues__item:nth-child(4n) {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .b-catalogues__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 3 - (20px - 20px * 1 / 3));
    max-width: calc(99.9% * 1 / 3 - (20px - 20px * 1 / 3));
    width: calc(99.9% * 1 / 3 - (20px - 20px * 1 / 3));
    margin-bottom: 20px;
  }
  .b-catalogues__item:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }
  .b-catalogues__item:last-child {
    margin-right: 0;
  }
  .b-catalogues__item:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .b-catalogues__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
    max-width: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
    width: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
  }
  .b-catalogues__item:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }
  .b-catalogues__item:last-child {
    margin-right: 0;
  }
  .b-catalogues__item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .b-catalogues__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 1 - (20px - 20px * 1 / 1));
    max-width: calc(99.9% * 1 / 1 - (20px - 20px * 1 / 1));
    width: calc(99.9% * 1 / 1 - (20px - 20px * 1 / 1));
  }
  .b-catalogues__item:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }
  .b-catalogues__item:last-child {
    margin-right: 0;
  }
  .b-catalogues__item:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.b-catalogues__item:hover .b-catalogues__btn {
  opacity: 1;
}
.b-catalogues__item:hover .b-catalogues__img {
  transform: scale(1.1);
}
.b-catalogues__link {
  height: 385px;
  position: relative;
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .b-catalogues__link {
    height: 323px;
  }
}
.b-catalogues__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
}
.b-catalogues__desc {
  position: absolute;
  left: 25px;
  bottom: 24px;
  z-index: 5;
  color: #f6f7f6;
}
.b-catalogues__desc strong {
  font:
    900 24px/100% Gubia,
    Arial,
    Helvetica,
    sans-serif;
  display: block;
  margin-bottom: 6px;
}
.b-catalogues__desc em {
  font-size: 16px;
  line-height: 19px;
  display: block;
  opacity: 0.5;
  font-style: normal;
}
.b-catalogues__btn {
  position: absolute;
  right: 24px;
  bottom: 31px;
  display: flex;
  z-index: 5;
  transition: all 0.3s ease;
  opacity: 0;
}
@media (max-width: 991px) {
  .b-catalogues__btn {
    opacity: 1;
  }
}
.b-catalogues__btn a {
  margin-left: 6px;
}
.b-catalogues__btn a svg {
  width: 36px;
  height: 36px;
  display: block;
}
.b-category {
  display: grid;
  grid-template-columns: 342px 1fr;
  grid-column-gap: 24px;
}
@media (max-width: 1199px) {
  .b-category {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
}
@media (max-width: 767px) {
  .b-category {
    grid-row-gap: 15px;
  }
}
@media (max-width: 1199px) {
  .b-category__aside {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 16px;
  }
  .b-category__aside:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .b-category__aside.filter-open:before {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .b-category__aside {
    grid-column-gap: 8px;
  }
}
.b-category__frame {
  min-width: 100%;
}
.b-category__frame .b-pages ul {
  justify-content: center;
}
.b-sort {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-top: 41px;
}
@media (max-width: 991px) {
  .b-sort {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .b-sort {
    display: block;
    margin-top: 24px;
  }
}
.b-sort__label {
  color: #5b6d7b;
  opacity: 0.5;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .b-sort__label {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.b-sort__list {
  display: flex;
  align-items: center;
}
.b-sort__list__item {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .b-sort__list__item {
    margin-right: 24px;
  }
}
.b-sort__list__item:last-child {
  margin-right: 0;
}
.b-sort__list__item a {
  opacity: 0.5;
  color: #ff6f02;
  opacity: 0.5;
  display: flex;
  align-items: center;
}
.b-sort__list__item:hover a {
  opacity: 1;
}
.b-sort__list__item.is-active {
  padding-right: 14px;
}
.b-sort__list__item.is-active a {
  opacity: 1;
  position: relative;
}
.b-sort__list__item.is-active a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #ff6f02;
  background: 0 0;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -2px;
}
.b-products {
  display: flex;
  flex-flow: row wrap;
  margin-top: 40px;
  margin-bottom: -24px;
}
@media (max-width: 1366px) {
  .b-products {
    margin-bottom: -20px;
  }
}
@media (max-width: 991px) {
  .b-products {
    margin-top: 32px;
  }
}
.b-products .b-productCard {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1 / 3 - (24px - 24px * 1 / 3));
  max-width: calc(99.9% * 1 / 3 - (24px - 24px * 1 / 3));
  width: calc(99.9% * 1 / 3 - (24px - 24px * 1 / 3));
  margin-bottom: 24px;
}
.b-products .b-productCard:nth-child(1n) {
  margin-right: 24px;
  margin-left: 0;
}
.b-products .b-productCard:last-child {
  margin-right: 0;
}
.b-products .b-productCard:nth-child(3n) {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1366px) {
  .b-products .b-productCard {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 3 - (20px - 20px * 1 / 3));
    max-width: calc(99.9% * 1 / 3 - (20px - 20px * 1 / 3));
    width: calc(99.9% * 1 / 3 - (20px - 20px * 1 / 3));
    margin-bottom: 20px;
  }
  .b-products .b-productCard:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }
  .b-products .b-productCard:last-child {
    margin-right: 0;
  }
  .b-products .b-productCard:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .b-products .b-productCard {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
    max-width: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
    width: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
  }
  .b-products .b-productCard:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
  }
  .b-products .b-productCard:last-child {
    margin-right: 0;
  }
  .b-products .b-productCard:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 500px) {
  .b-products .b-productCard {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 1);
    max-width: calc(99.9% * 1 / 1);
    width: calc(99.9% * 1 / 1);
    margin-bottom: 8px;
  }
  .b-products .b-productCard:nth-child(1n) {
    margin-right: 0;
    margin-left: 0;
  }
  .b-products .b-productCard:last-child {
    margin-right: 0;
  }
  .b-products .b-productCard:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.b-products + .b-pages {
  margin-top: 60px;
  display: none;
}
@media (max-width: 991px) {
  .b-products + .b-pages {
    margin-top: 40px;
  }
}
.b-categoryDesc {
  padding: 55px 0 60px 0;
  display: grid;
  grid-template-columns: 342px 1fr;
  grid-column-gap: 24px;
}
@media (max-width: 1199px) {
  .b-categoryDesc {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 991px) {
  .b-categoryDesc {
    grid-template-columns: 1fr;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .b-categoryDesc {
    padding: 20px 0;
  }
}
.b-categoryDesc__img {
  padding-top: 5px;
}
@media (max-width: 991px) {
  .b-categoryDesc__img {
    display: none;
  }
}
.b-categoryDesc__img svg {
  width: 230px;
  height: 277px;
  fill: none;
  display: block;
}
.b-categoryDesc__text h3 {
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .b-categoryDesc__text h3 {
    margin-bottom: 34px;
  }
}
@media (max-width: 991px) {
  .b-categoryDesc__text h3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .b-categoryDesc__text h3 {
    margin-bottom: 16px;
  }
}
.b-categoryDesc__text p {
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .b-categoryDesc__text p {
    margin-bottom: 16px;
  }
}
.b-categoryDesc__hide {
  display: none;
}
.b-categoryDesc__btn {
  font-size: 18px;
  line-height: 21px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .b-categoryDesc__btn {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .b-categoryDesc__btn {
    font-size: 16px;
    line-height: 19px;
  }
}
.b-categoryDesc__btn .hide {
  opacity: 0;
  visibility: hidden;
}
.b-navCatalog {
  position: relative;
}
.b-navCatalog__title {
  height: 69px;
  background: #02849a;
  padding: 0 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
  justify-content: space-between;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .b-navCatalog__title {
    height: 51px;
  }
}
@media (max-width: 991px) {
  .b-navCatalog__title {
    padding: 0 24px 0 16px;
    font-size: 16px;
  }
}
.b-navCatalog__title.is-open .plus {
  transform: rotate(45deg);
}
.b-navCatalog__list {
  display: none;
}
@media (max-width: 1199px) {
  .b-navCatalog__list {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 20;
  }
}
.b-navCatalog__list > ul {
  background: #02849a;
}
.b-navCatalog__list > ul > li {
  position: relative;
}
.b-navCatalog__list > ul > li > a {
  display: flex;
  height: 52px;
  align-items: center;
  color: #fff;
  padding: 0 0 0 24px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.b-navCatalog__list > ul > li > a:hover {
  background: rgba(246, 247, 246, 0.1);
}
.b-navCatalog__list > ul > li.is-open {
  color: #ff6f02;
}
.b-navCatalog__list > ul > li.is-open > a {
  color: #ff6f02;
}
.b-navCatalog__list > ul > li.is-open > .plus {
  transform: rotate(45deg);
  background: #ff6f02;
}
@media (max-width: 767px) {
  .b-navCatalog__list > ul > li.is-open > .plus {
    background: 0 0;
  }
  .b-navCatalog__list > ul > li.is-open > .plus:before {
    background: #ff6f02;
  }
}
.b-navCatalog__list > ul > li > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  display: none;
}
.b-navCatalog__list > ul > li > ul > li {
  position: relative;
}
.b-navCatalog__list > ul > li > ul > li > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: flex;
  padding: 0 32px;
  height: 52px;
  align-items: center;
}
.b-navCatalog__list > ul > li > ul > li > a:hover {
  background: rgba(246, 247, 246, 0.1);
}
.b-navCatalog__list > ul > li > ul > li.is-open > a {
  color: #ff6f02;
}
.b-navCatalog__list > ul > li > ul > li.is-open > .plus {
  transform: rotate(45deg);
  background: #ff6f02;
}
@media (max-width: 767px) {
  .b-navCatalog__list > ul > li > ul > li.is-open > .plus {
    background: 0 0;
  }
  .b-navCatalog__list > ul > li > ul > li.is-open > .plus:before {
    background: #ff6f02;
  }
}
.b-navCatalog__list > ul > li > ul > li > ul {
  background: #fff;
  margin-top: 13px;
  padding-top: 15px;
  padding-bottom: 17px;
  margin-bottom: 13px;
  display: none;
}
.b-navCatalog__list > ul > li > ul > li > ul > li > a {
  color: #02849a;
  display: flex;
  padding: 0 32px;
  height: 52px;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
.b-navCatalog__list > ul > li > ul > li > ul > li > a .arw {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.b-navCatalog__list > ul > li > ul > li > ul > li > a .arw svg {
  width: 12px;
  height: 8px;
  display: block;
  fill: none;
  transform: rotate(-90deg);
  stroke: #5b6d7b;
}
.b-navCatalog__list > ul > li > ul > li > ul > li > a:hover {
  background: #f6f7f6;
}
.b-navCatalog__list .plus {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(246, 247, 246, 0.1);
  position: absolute;
  right: 16px;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .b-navCatalog__list .plus {
    top: 0;
    right: 0;
    background: 0 0;
    width: 52px;
    height: 52px;
  }
  .b-navCatalog__list .plus:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(246, 247, 246, 0.1);
  }
  .b-navCatalog__list .plus svg {
    position: relative;
    z-index: 5;
  }
}
.b-navCatalog .plus {
  transition: all 0.3s ease;
}
.b-navCatalog .plus svg {
  width: 12px;
  height: 12px;
  display: block;
  stroke: #fff;
}
.b-navCatalog + .b-filter {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .b-navCatalog + .b-filter {
    margin-top: 0;
  }
}
.b-navCatalogChild {
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .b-navCatalogChild {
    display: none;
  }
}
.b-navCatalogChild ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 30px;
}
.b-navCatalogChild ul li:first-child {
  margin-top: 0;
}
.b-navCatalogChild ul li a {
  color: #5b6d7b;
}
.b-navCatalogChild ul li a:hover {
  color: #ff6f02;
}
.b-navCatalogChild ul li.is-active a {
  color: #ff6f02;
}
.b-filter {
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 1199px) {
  .b-filter {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(100%);
    z-index: 50;
    width: 320px;
  }
  .b-filter.is-open {
    transform: translateX(0);
  }
}
.b-filter__label {
  display: none;
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .b-filter__label {
    display: flex;
  }
}
.b-filter__label h3 {
  font:
    900 32px/1 Gubia,
    Arial,
    Helvetica,
    sans-serif;
  margin: 0;
  padding: 0;
  color: #323e48;
  text-transform: uppercase;
}
.b-filter__label .close svg {
  width: 16px;
  height: 16px;
  display: block;
}
@media (max-width: 1199px) {
  .b-filter__body {
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
  }
}
.b-filter__box {
  border-top: 1px solid #f6f7f6;
}
.b-filter__box:first-child {
  border: 0;
}
.b-filter__title {
  padding: 24px;
  position: relative;
}
.b-filter__title .is-title.is-h4,
.b-filter__title h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #323e48;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.b-filter__title span {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  overflow: hidden;
}
.b-filter__title span svg {
  width: 12px;
  height: 12px;
  display: block;
  stroke: #5b6d7b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.b-filter__title.is-open span {
  height: 2px;
}
.b-filter__frame {
  padding: 24px;
  padding-top: 0;
  display: none;
}
.b-filter__frame .form-row {
  display: flex;
  flex-flow: row wrap;
}
.b-filter__frame .form-row .form-coll {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1 / 2 - (12px - 12px * 1 / 2));
  max-width: calc(99.9% * 1 / 2 - (12px - 12px * 1 / 2));
  width: calc(99.9% * 1 / 2 - (12px - 12px * 1 / 2));
}
.b-filter__frame .form-row .form-coll:nth-child(1n) {
  margin-right: 12px;
  margin-left: 0;
}
.b-filter__frame .form-row .form-coll:last-child {
  margin-right: 0;
}
.b-filter__frame .form-row .form-coll:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.b-filter__frame .form-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-bottom: -6px;
}
.b-filter__frame .form-list .form-item {
  margin: 0 0 6px 6px;
}
.b-filter__frame .el-color {
  margin-bottom: -6px;
}
.b-filter__frame .el-color__item {
  margin-bottom: 6px;
}
.b-filter__btn {
  display: none;
  padding: 0 15px;
}
.b-filter__btn .btn {
  width: 100%;
  justify-content: center;
}
@media (max-width: 1199px) {
  .b-filter__btn {
    display: block;
  }
}
.b-filter__clear {
  display: flex;
  align-items: center;
  height: 72px;
  background: rgba(91, 109, 123, 0.2);
  padding: 0 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1199px) {
  .b-filter__clear {
    background: 0 0;
    height: auto;
    padding: 32px 0;
    justify-content: center;
  }
}
.b-filter__clear svg {
  width: 16px;
  height: 18px;
  fill: #323e48;
  margin-right: 14px;
}
@media (max-width: 1199px) {
  .b-filter__clear svg {
    width: 12px;
    height: 12px;
  }
}
.b-filter__clear span {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #323e48;
}
@media (max-width: 1199px) {
  .b-filter__clear span {
    font-size: 12px;
    line-height: 14px;
  }
}
.b-filter-btn {
  display: none;
  width: 51px;
  height: 51px;
  background: #fff;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(91, 109, 123, 0.2);
}
@media (max-width: 1199px) {
  .b-filter-btn {
    display: flex;
  }
}
.b-filter-btn svg {
  display: block;
  width: 23px;
  height: 23px;
  fill: none;
}
.b-noResult {
  text-align: center;
  padding: 120px 0 115px 0;
}
@media (max-width: 1199px) {
  .b-noResult {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .b-noResult {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .b-noResult {
    padding: 50px 0;
  }
}
.b-noResult__icon {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .b-noResult__icon {
    margin-bottom: 24px;
  }
}
.b-noResult__icon svg {
  display: block;
  margin: 0 auto;
  width: 78px;
  height: 64px;
}
.b-noResult__desc h3 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .b-noResult__desc h3 {
    margin-bottom: 16px;
  }
}
.b-noResult__desc p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #323e48;
}
.b-noResult + h2 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .b-noResult + h2 {
    margin-bottom: 40px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .b-noResult + h2 {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .b-products-cl .owl-stage-outer {
    overflow: visible;
  }
  .b-products-cl .owl-stage {
    width: 100% !important;
    transform: none !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
  }
  .b-products-cl .owl-item {
    width: auto !important;
    margin: 0 !important;
  }
  .b-products-cl .owl-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .b-products-cl .owl-nav {
    position: absolute;
    right: 0;
    top: -67px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .b-products-cl .owl-nav {
    top: -70px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .b-products-cl .owl-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .b-products-cl .owl-stage-outer {
    padding: 40px 50px 60px 50px;
    margin: 0 -50px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .b-products-cl .owl-stage-outer {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .b-products-cl .owl-stage-outer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .b-products-cl .owl-item {
    opacity: 0;
    transition: all 0.3s ease;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .b-products-cl .owl-item {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .b-products-cl .owl-item.active {
    opacity: 1;
  }
}
.b-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .b-services {
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .b-services {
    grid-template-columns: 1fr;
    grid-gap: 6px;
  }
}
.b-services__item a {
  height: 284px;
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  .b-services__item a {
    height: 132px;
  }
}
@media (max-width: 767px) {
  .b-services__item a {
    height: 171px;
  }
}
.b-services__item a .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b-services__item a .title {
  font:
    900 32px/100% Gubia,
    Arial,
    Helvetica,
    sans-serif;
  position: absolute;
  left: 29px;
  bottom: 30px;
  color: #f6f7f6;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .b-services__item a .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .b-services__item a .title {
    font-size: 24px;
  }
}
.b-order-title {
  padding-top: 67px;
  padding-bottom: 47px;
}
@media (max-width: 991px) {
  .b-order-title {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .b-order-title {
    padding-top: 26px;
    padding-bottom: 30px;
  }
}
.b-order-title h1 {
  text-align: center;
  margin-bottom: 0;
}
.b-order-step {
  justify-content: center;
  display: flex;
  margin-bottom: 54px;
}
@media (max-width: 991px) {
  .b-order-step {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .b-order-step {
    margin-bottom: 33px;
  }
}
.b-order-step__item {
  padding: 0 67px;
  position: relative;
}
@media (max-width: 767px) {
  .b-order-step__item {
    padding: 0;
    margin: 0 51px;
  }
}
.b-order-step__item em {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;
  width: 29px;
  height: 29px;
  font-style: normal;
  background: #fff;
  border: 2px solid #5b6d7b;
  border-radius: 50%;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #5b6d7b;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .b-order-step__item em {
    width: 24px;
    height: 24px;
    border: 1px solid #5b6d7b;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
  }
}
.b-order-step__item span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .b-order-step__item span {
    display: none;
  }
}
.b-order-step__item:before {
  content: "";
  height: 2px;
  width: 225px;
  background: #5b6d7b;
  position: absolute;
  left: 50%;
  top: 13px;
}
@media (max-width: 767px) {
  .b-order-step__item:before {
    height: 1px;
    top: 11px;
    width: 125px;
  }
}
.b-order-step__item:nth-child(2):before {
  display: none;
}
@media (max-width: 767px) {
  .b-order-step__item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .b-order-step__item:last-child {
    margin-right: 0;
  }
}
.b-order-step__item:last-child:before {
  left: auto;
  right: 50%;
}
.b-order-step__item:last-child.is-active:before {
  background: #ff6f02;
}
.b-order-step__item.is-active em {
  border: 2px solid #ff6f02;
  background: #ff6f02;
  color: #fff;
}
.b-order-step__item.is-active em:before {
  content: "";
  width: 51px;
  height: 51px;
  background: rgba(255, 81, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.b-order-step__item.is-active span {
  opacity: 1;
}
.b-order-step__item.is-checked em {
  font-size: 0;
  border: 2px solid #ff6f02;
  background: #ff6f02;
}
.b-order-step__item.is-checked em svg {
  width: 13px;
  height: 10px;
  fill: none;
  stroke: #fff;
}
.b-order-step__item.is-checked:before {
  background: #ff6f02;
}
.b-order-cart {
  display: grid;
  grid-template-columns: 1fr 342px;
  grid-column-gap: 24px;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .b-order-cart {
    grid-template-columns: 1fr;
  }
}
.b-order-cart__product .b-productCard {
  display: grid;
  grid-template-columns: 342px 1fr;
  grid-column-gap: 40px;
  padding: 0;
  height: 342px;
  margin-bottom: 10px;
  box-shadow: none;
}
@media (max-width: 1366px) {
  .b-order-cart__product .b-productCard {
    grid-template-columns: 200px 1fr;
    grid-column-gap: 20px;
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .b-order-cart__product .b-productCard {
    height: 157px;
    grid-template-columns: 157px 1fr;
    grid-column-gap: 17px;
  }
}
@media (max-width: 767px) {
  .b-order-cart__product .b-productCard {
    grid-template-columns: 1fr;
    height: auto;
    padding: 24px;
    padding-bottom: 16px;
  }
}
.b-order-cart__product .b-productCard__image {
  margin: 0;
  position: relative;
}
.b-order-cart__product .b-productCard__image a {
  height: 342px;
}
@media (max-width: 1366px) {
  .b-order-cart__product .b-productCard__image a {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .b-order-cart__product .b-productCard__image a {
    height: 157px;
  }
}
@media (max-width: 767px) {
  .b-order-cart__product .b-productCard__image a {
    height: 214px;
  }
}
@media (max-width: 1366px) {
  .b-order-cart__product .b-productCard__image a img {
    max-width: 160px;
    max-height: 180px;
  }
}
@media (max-width: 1199px) {
  .b-order-cart__product .b-productCard__image a img {
    max-height: 86px;
  }
}
@media (max-width: 767px) {
  .b-order-cart__product .b-productCard__image a img {
    max-height: 200px;
    max-width: 250px;
  }
}
.b-order-cart__product .b-productCard__desc {
  padding: 40px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1366px) {
  .b-order-cart__product .b-productCard__desc {
    padding: 20px 0;
  }
}
@media (max-width: 1199px) {
  .b-order-cart__product .b-productCard__desc {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .b-order-cart__product .b-productCard__desc {
    padding-bottom: 0;
  }
}
.b-order-cart__product .b-productCard__desc h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 6px 0;
}
@media (max-width: 1199px) {
  .b-order-cart__product .b-productCard__desc h5 {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
  }
}
.b-order-cart__product .b-productCard__price {
  border: 0;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  position: relative;
}
.b-order-cart__product .b-productCard__price p {
  opacity: 1;
}
@media (max-width: 991px) {
  .b-order-cart__product .b-productCard__price p {
    flex-direction: inherit;
    justify-content: flex-start;
    align-items: center;
    line-height: 28px;
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .b-order-cart__product .b-productCard__price p {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 991px) {
  .b-order-cart__product .b-productCard__price p span {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .b-order-cart__product .b-productCard__price p span {
    font-size: 10px;
    line-height: 12px;
    margin-left: 0;
  }
}
.b-order-cart__product .b-productCard__price .el-quantity {
  margin-right: 39px;
}
@media (max-width: 991px) {
  .b-order-cart__product .b-productCard__price .el-quantity {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .b-order-cart__product .b-productCard__price:before {
    position: absolute;
    left: -24px;
    right: -24px;
    top: -15px;
    height: 1px;
    content: "";
    background: #f6f7f6;
  }
}
.b-order-cart__product .b-productCard__option {
  display: flex;
  padding-top: 26px;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .b-order-cart__product .b-productCard__option {
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .b-order-cart__product .b-productCard__option {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
.b-order-cart__product .b-productCard__option > div {
  margin-right: 61px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #323e48;
}
@media (max-width: 1199px) {
  .b-order-cart__product .b-productCard__option > div {
    margin-right: 32px;
    font-size: 12px;
    line-height: 14px;
  }
}
.b-order-cart__product .b-productCard__option > div:last-child {
  margin-right: 0;
}
.b-order-cart__product .b-productCard__option > div span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  opacity: 0.5;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .b-order-cart__product .b-productCard__option > div span {
    font-size: 10px;
    line-height: 12px;
  }
}
.b-order-cart__product .b-productCard__del {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f7f6;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .b-order-cart__product .b-productCard__del {
    right: auto;
    left: 10px;
    top: 10px;
  }
}
.b-order-cart__product .b-productCard__del svg {
  width: 12px;
  height: 12px;
  stroke: #5b6d7b;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.b-order-cart__product .b-productCard__del:hover {
  background: #5b6d7b;
}
.b-order-cart__product .b-productCard__del:hover svg {
  stroke: #fff;
}
.b-order-cart__product .b-productCard__del:active {
  background: #02849a;
}
.b-order-cart__product .b-productCard__del:active svg {
  stroke: #fff;
}
@media (max-width: 767px) {
  .b-order-cart__product .b-productCard__status {
    right: 0;
    top: -10px;
  }
}
.b-order-cart__product_order .b-productCard {
  grid-template-columns: 203px 1fr;
  height: auto;
  min-height: 203px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .b-order-cart__product_order .b-productCard {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}
.b-order-cart__product_order .b-productCard__image {
  border-right: 1px solid #f6f7f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-order-cart__product_order .b-productCard__image a {
  height: auto;
}
.b-order-cart__product_order .b-productCard__image a img {
  max-width: 126px;
  max-height: 126px;
}
@media (max-width: 767px) {
  .b-order-cart__product_order .b-productCard__desc {
    padding-top: 24px;
  }
}
.b-order-cart__product_order .b-productCard__desc h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.b-order-cart__product_order .b-productCard__desc h5 a {
  color: #323e48;
}
.b-order-cart__product_order .b-productCard__option {
  padding-top: 38px;
}
@media (max-width: 1366px) {
  .b-order-cart__product_order .b-productCard__option {
    padding-top: 10px;
    display: grid;
    grid-template-columns: auto auto auto 1fr;
    grid-row-gap: 18px;
  }
}
@media (max-width: 767px) {
  .b-order-cart__product_order .b-productCard__option {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
    padding-top: 24px;
  }
}
.b-order-cart__product_order .b-productCard__option > div {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #02849a;
  margin-right: 51px;
}
.b-order-cart__product_order .b-productCard__option > div:last-child {
  margin-right: 0;
}
.b-order-cart__product_order .b-productCard__option > div span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  opacity: 0.5;
}
.b-order-cart__product_order .b-productCard__option > div .cl-red {
  color: #ff6f02;
}
.b-order-cart__product_order .b-productCard__option > div strong {
  font-weight: 700;
}
@media (max-width: 1199px) {
  .b-order-cart__aside {
    padding-top: 14px;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    grid-template-areas: "lk" "itog";
  }
}
@media (max-width: 767px) {
  .b-order-cart__aside {
    padding-top: 0;
    grid-row-gap: 10px;
  }
}
.b-order-itog {
  background: #02849a;
  padding: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .b-order-itog {
    grid-area: itog;
    margin: 0 -40px;
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 0 40px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .b-order-itog {
    margin: 0;
    padding: 16px;
    grid-template-columns: 1fr;
  }
}
.b-order-itog h4 {
  color: #fff;
  margin: 0 0 5px 0;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .b-order-itog h4 {
    display: none;
  }
}
@media (max-width: 767px) {
  .b-order-itog h4 {
    display: block;
    font-size: 20px;
    line-height: 24px;
  }
}
.b-order-itog ul {
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .b-order-itog ul {
    display: flex;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .b-order-itog ul {
    display: block;
  }
}
.b-order-itog ul li {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .b-order-itog ul li {
    flex-direction: initial;
    padding: 0;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 126px;
    align-items: center;
    width: 173px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .b-order-itog ul li {
    width: auto;
    min-height: auto;
    display: block;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.b-order-itog ul li:first-child {
  border: 0;
}
@media (max-width: 1199px) {
  .b-order-itog ul li:first-child {
    width: 125px;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .b-order-itog ul li:first-child {
    width: auto;
    justify-content: space-between;
  }
}
.b-order-itog ul li div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1199px) {
  .b-order-itog ul li div {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .b-order-itog ul li div {
    flex-direction: initial;
    justify-content: space-between;
    padding: 15px 0;
  }
}
.b-order-itog ul li span:nth-child(1) {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .b-order-itog ul li span:nth-child(1) {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .b-order-itog ul li span:nth-child(1) {
    font-size: 14px;
    line-height: 17px;
  }
}
.b-order-itog ul li span:nth-child(2) {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .b-order-itog ul li span:nth-child(2) {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .b-order-itog ul li span:nth-child(2) {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 1199px) {
  .b-order-itog ul li:last-child span:nth-child(2) {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #ff6f02;
  }
}
@media (max-width: 767px) {
  .b-order-itog ul li:last-child span:nth-child(2) {
    font-size: 14px;
    line-height: 17px;
    color: #fff;
  }
}
@media (max-width: 1199px) {
  .b-order-itog__btn {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .b-order-itog__btn {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .b-order-itog__btn .btn_sm {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .b-order-itog__btn .btn_sm {
    padding: 0 20px;
  }
}
.b-order-itog__login {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .b-order-itog__login {
    margin-top: 16px;
    max-width: 174px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .b-order-itog__login {
    max-width: none;
  }
}
.b-order-itog__login a {
  font-weight: 500;
}
.b-order-itog .btn {
  margin-left: 5px;
}
@media (max-width: 479px) {
  .b-order-itog .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .b-order-lk {
    grid-area: lk;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .b-order-lk {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}
.b-order-lk__item {
  background: #fff;
  padding: 30px;
  margin-bottom: 2px;
}
@media (max-width: 1199px) {
  .b-order-lk__item {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .b-order-lk__item {
    margin-bottom: 0;
  }
}
.b-order-lk__item svg {
  width: 37px;
  height: 37px;
  margin-bottom: 15px;
}
.b-order-lk__item svg.icon-delivery {
  width: 49px;
  height: 31px;
}
.b-order-lk__item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #323e48;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .b-order-lk__item p {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .b-order-lk__item p br {
    display: none;
  }
}
.b-order-lk__item p:last-child {
  margin-bottom: 0;
}
.b-order-lk__item a.btn {
  margin-left: 5px;
  margin-top: 18px;
}
@media (max-width: 1199px) {
  .b-order-lk__item a.btn {
    margin-top: 27px;
  }
}
@media (max-width: 767px) {
  .b-order-lk__item a.btn {
    margin-top: 18px;
  }
}
.b-order-lk__item.user-info {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .b-order-lk__item.user-info {
    padding-bottom: 16px;
  }
}
.b-order-lk__item.user-info h4 {
  margin: 0 0 6px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.b-order-lk__item.user-info p {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}
.b-order-lk__item.user-contact {
  margin-top: -2px;
  padding-top: 24px;
}
@media (max-width: 1199px) {
  .b-order-lk__item.user-contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .b-order-lk__item.user-contact {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.b-order-lk__item.user-contact p {
  margin: 0;
  padding: 0;
}
.b-order-lk__item.user-contact p.phone {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #323e48;
  margin-bottom: 5px;
}
.b-order-lk__item.user-contact p.email {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
.b-order-lk__item.user-contact p.email a {
  color: #ff6f02;
}
.b-order-lk__item.user-sale {
  padding-top: 20px;
}
.b-order-lk__item.user-sale h4 {
  font-weight: 500;
  font-size: 45px;
  line-height: 53px;
  color: #ff6f02;
  margin: 0 0 13px 0;
}
.b-order-lk__item.user-sale p {
  margin: 0;
}
.b-order-lk__item.user-sale p strong {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #323e48;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .b-order-lk__item.user-sale p strong {
    margin-bottom: 6px;
  }
}
.b-order-lk__item.user-sale p a {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #5b6d7b;
}
.b-order-lk__item.user-sale p a svg {
  margin: 0 0 0 6px;
  width: 11px;
  height: 11px;
}
.b-priceItog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2px;
}
@media (max-width: 767px) {
  .b-priceItog {
    grid-template-columns: 1fr;
    grid-row-gap: 2px;
  }
}
.b-priceItog__item {
  background: #fff;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.b-priceItog__label {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #5b6d7b;
  margin-bottom: 6px;
}
.b-priceItog__price {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #02849a;
}
.b-priceItog__price strong {
  color: #ff6f02;
}
.b-buttonOrder {
  display: flex;
  justify-content: center;
  background: #02849a;
  margin-top: 10px;
  height: 126px;
  align-items: center;
}
@media (max-width: 991px) {
  .b-buttonOrder {
    height: 86px;
  }
}
@media (max-width: 767px) {
  .b-buttonOrder {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    height: auto;
    padding: 10px;
  }
}
.b-buttonOrder > div {
  margin: 0 22px;
}
@media (max-width: 991px) {
  .b-buttonOrder > div {
    margin: 0 8px;
  }
}
@media (max-width: 767px) {
  .b-buttonOrder > div {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .b-buttonOrder > div .btn {
    width: 100%;
    justify-content: center;
  }
}
.b-step {
  max-width: 952px;
  display: block;
  margin: 0 auto;
}
.b-step__item {
  background: #fff;
  margin-bottom: 10px;
  opacity: 0.5;
}
.b-step__item.is-active {
  opacity: 1;
}
.b-step__item__title {
  height: 104px;
  display: flex;
  align-items: center;
  padding: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .b-step__item__title {
    height: 74px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .b-step__item__title {
    height: 67px;
  }
}
.b-step__item__title .el-edit {
  position: absolute;
  right: 10px;
  top: 10px;
}
.b-step__item__title span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f6f7f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #5b6d7b;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .b-step__item__title span {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .b-step__item__title span {
    width: 27px;
    height: 27px;
    font-size: 16px;
    line-height: 27px;
    margin-right: 10px;
  }
}
.b-step__item__title h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #323e48;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .b-step__item__title h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .b-step__item__title h4 {
    font-size: 16px;
    line-height: 19px;
  }
}
.b-step__item__frame {
  padding: 0 94px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .b-step__item__frame {
    padding: 0 74px;
    padding-bottom: 40px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .b-step__item__frame {
    padding: 10px;
    padding-top: 0;
  }
}
.b-step__item__frame .form-checkbox {
  margin-top: 12px;
  margin-bottom: 10px;
  max-width: 488px;
}
@media (max-width: 991px) {
  .b-step__item__frame .form-checkbox {
    max-width: 237px;
  }
}
@media (max-width: 767px) {
  .b-step__item__frame .form-checkbox {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.b-step__item .list-date {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 25px;
  padding-top: 2px;
}
@media (max-width: 991px) {
  .b-step__item .list-date {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
}
@media (max-width: 767px) {
  .b-step__item .list-date {
    padding-bottom: 10px;
  }
}
.b-step__item .list-date__item {
  display: grid;
  grid-template-columns: 125px 1fr;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-step__item .list-date__item {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }
}
.b-step__item .list-date__item:last-child {
  margin-bottom: 0;
}
.b-step__item .list-date__item span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
}
.b-step__item .list-date__item span:nth-child(1) {
  opacity: 0.5;
}
.b-step__item .list-date__item.first {
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .b-step__item .list-date__item.first {
    padding-bottom: 0;
  }
}
.b-step__item .comment label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  display: block;
  margin-bottom: 16px;
}
.b-step__item .comment .area {
  max-width: 370px;
}
.b-step__item.is-checked {
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
}
.b-step__item.is-checked .form-radio-custom {
  padding-bottom: 0;
}
.b-step__item.is-checked .form-radio-custom + .list-date {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .b-step__item.is-checked .form-radio-custom + .list-date {
    padding-top: 20px;
  }
}
.b-step__item.is-checked .form-radio-custom__item {
  margin: 0;
}
.b-step__item.is-checked .form-radio-custom__item input + label {
  cursor: default;
}
@media (max-width: 767px) {
  .b-step__item.is-checked .form-radio-custom__item input + label {
    background: #f6f6f7 !important;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .b-step__item.is-checked .form-radio-custom__item input + label em {
    display: none;
  }
}
.b-step__item.is-checked .form-radio-custom__item input + label em:before {
  background: #f6f7f6;
}
.b-step__item.is-checked .form-radio-custom__item input + label em svg {
  fill: #5b6d7b;
}
.b-step__item.is-checked .form-radio-custom__item input + label strong {
  color: #5b6d7b;
}
@media (max-width: 767px) {
  .b-step__item.is-checked .form-radio-custom__item input + label strong {
    color: #323e48;
    opacity: 0.5;
  }
}
.b-step__item.is-checked .form-radio-custom__item input + label span {
  color: #5b6d7b;
  opacity: 0.5;
}
.b-step__item.is-checked .b-step__item__title h4,
.b-step__item.is-checked .b-step__item__title span {
  color: #5b6d7b;
}
.b-step__item.is-checked .b-step__item__title .el-edit {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.b-step__item.is-checked .b-step__item__title .el-edit:hover {
  opacity: 1;
}
.b-step__btn {
  margin: 0 5px;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .b-step__btn {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .b-step__btn {
    padding-top: 16px;
  }
}
@media (max-width: 479px) {
  .b-step__btn .btn {
    width: 100%;
    justify-content: center;
    padding: 0 10px;
  }
}
.b-courier {
  display: flex;
  padding-left: 75px;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .b-courier {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .b-courier {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    margin-bottom: 0;
    padding: 15px 10px;
  }
}
.b-courier__item {
  margin-right: 40px;
}
.b-courier__item:last-child {
  margin-right: 0;
}
.b-courier__item span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  opacity: 0.5;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .b-courier__item span {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 2px;
  }
}
.b-courier__item strong {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
}
.b-pickup {
  padding-bottom: 36px;
}
@media (max-width: 991px) {
  .b-pickup {
    padding-bottom: 0;
  }
}
.b-pickup__info {
  display: flex;
  padding-left: 75px;
  margin-top: -10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .b-pickup__info {
    padding: 16px 0 24px 0;
    margin: 0;
    justify-content: center;
  }
}
.b-pickup__info__item {
  margin-right: 60px;
}
@media (max-width: 767px) {
  .b-pickup__info__item {
    margin: 0 20px;
    text-align: center;
  }
}
.b-pickup__info__item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .b-pickup__info__item:last-child {
    margin: 0 20px;
  }
}
.b-pickup__info__item span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  opacity: 0.5;
  margin-bottom: 6px;
}
.b-pickup__info__item strong {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #5b6d7b;
}
.b-pickup__row {
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-column-gap: 12px;
}
@media (max-width: 1300px) {
  .b-pickup__row {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 991px) {
  .b-pickup__row {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    margin-top: -10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
}
.b-pickup__sel {
  display: none;
}
@media (max-width: 991px) {
  .b-pickup__sel {
    display: block;
    padding-top: 0 !important;
  }
}
.b-pickup__sel__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-pickup__sel__label {
    margin-bottom: 6px;
  }
}
.b-pickup__sel__frame {
  max-width: 100%;
}
.b-pickup__sel .b-pickup__list__item__desc {
  padding: 24px 0 0 0;
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .b-pickup__sel .b-pickup__list__item__desc {
    grid-template-columns: 1fr;
  }
}
.b-pickup__sel .b-pickup__list__item__desc .info-address {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  opacity: 0.5;
  padding-bottom: 10px;
}
.b-pickup__sel .b-pickup__list__item__desc .info-address p {
  margin: 0;
}
.b-pickup__sel .b-pickup__list__item__desc .info-email,
.b-pickup__sel .b-pickup__list__item__desc .info-sales,
.b-pickup__sel .b-pickup__list__item__desc .info-work {
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 479px) {
  .b-pickup__sel .b-pickup__list__item__desc .info-sales {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 7px;
  }
  .b-pickup__sel .b-pickup__list__item__desc .info-sales p {
    margin: 0;
  }
}
.b-pickup__sel .b-pickup__list__item__desc .info-phones {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 12px;
  font-size: 12px;
  line-height: 14px;
}
.b-pickup__sel .b-pickup__list__item__desc .info-phones a,
.b-pickup__sel .b-pickup__list__item__desc .info-phones p {
  color: #fff;
}
@media (max-width: 767px) {
  .b-pickup__sel .b-pickup__list__item__desc .info-phones {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 479px) {
  .b-pickup__sel .b-pickup__list__item__desc .info-phones {
    display: flex;
    flex-direction: column;
  }
}
.b-pickup__list {
  max-height: 310px;
  overflow-y: auto;
  padding-right: 14px;
}
@media (max-width: 991px) {
  .b-pickup__list {
    display: none;
  }
}
.b-pickup__list__item {
  transition: all 0.3s ease;
}
.b-pickup__list__item.is-open {
  background: #f6f7f6;
}
.b-pickup__list__item__title {
  min-height: 62px;
  padding: 0 24px 0 22px;
  border-left: 2px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.b-pickup__list__item__title strong {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: block;
  color: #323e48;
  margin-bottom: 2px;
}
.b-pickup__list__item__title span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #5b6d7b;
  opacity: 0.5;
  display: block;
}
.b-pickup__list__item__title.is-open {
  border-left: 2px solid #323e48 !important;
}
.b-pickup__list__item__title:hover {
  border-left: 2px solid #f6f7f6;
  background: #f6f7f6;
}
.b-pickup__list__item__desc {
  padding: 0 0 0 24px;
  display: none;
}
.b-pickup__list__item__desc .info-sales {
  font: 500 10px/12px "TT Norms";
  display: flex;
  color: #02849a;
}
.b-pickup__list__item__desc .info-sales p {
  margin: 0 20px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.b-pickup__list__item__desc .info-sales p svg {
  width: 9px;
  height: 8px;
  fill: none;
  margin-right: 6px;
}
.b-pickup__list__item__desc .info-email {
  margin-top: 15px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #02849a;
}
.b-pickup__list__item__desc .info-email p {
  margin: 0;
}
.b-pickup__list__item__desc .info-work {
  margin-top: 15px;
}
.b-pickup__list__item__desc .info-work p {
  margin: 0 0 7px 0;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #02849a;
}
.b-pickup__list__item__desc .info-work p:last-child {
  margin-bottom: 0;
}
.b-pickup__list__item__desc .info-work p span {
  color: #5b6d7b;
  margin-right: 7px;
}
.b-pickup__list__item__desc .info-phones {
  background: #02849a;
  margin-top: 15px;
  color: #fff;
  padding: 10px 14px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 7px;
}
@media (max-width: 1300px) {
  .b-pickup__list__item__desc .info-phones {
    grid-template-columns: 1fr 1fr;
  }
}
.b-pickup__list__item__desc .info-phones a {
  color: #fff;
}
.b-pickup__list__item__desc .info-phones p {
  color: #fff;
  margin: 0;
}
.b-pickup__map {
  position: relative;
}
@media (max-width: 767px) {
  .b-pickup__map {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.b-pickup__map img {
  display: block;
  min-width: 100%;
}
.b-pickup__map iframe {
  display: block;
}
.b-pickup__map #map {
  height: 310px;
}
.b-pickup__desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .b-pickup__desc {
    bottom: 10px;
  }
}
.b-pickup__desc__work {
  display: flex;
  background: #f6f6f7;
  height: 26px;
  padding: 0 7px;
  font-weight: 500;
  font-size: 10px;
  line-height: 26px;
  color: #02849a;
}
@media (max-width: 767px) {
  .b-pickup__desc__work {
    width: 226px;
    line-height: 12px;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.b-pickup__desc__work p {
  margin: 0 7px;
}
@media (max-width: 767px) {
  .b-pickup__desc__work p {
    padding: 2px 0;
  }
  .b-pickup__desc__work p:nth-child(1) {
    width: 100%;
    text-align: center;
  }
}
.b-pickup__desc__work p span {
  margin-right: 7px;
  color: #5b6d7b;
}
.b-pickup__desc__phone {
  display: flex;
  height: 26px;
  background: #02849a;
  font-weight: 500;
  font-size: 10px;
  color: #fff;
  line-height: 26px;
  padding: 0 7px;
}
.b-pickup__desc__phone p {
  margin: 0 7px;
}
.b-lk {
  display: grid;
  grid-template-columns: 366px 1fr;
}
@media (max-width: 1366px) {
  .b-lk {
    grid-template-columns: 280px 1fr;
    grid-column-gap: 10px;
  }
}
@media (max-width: 1199px) {
  .b-lk {
    grid-template-columns: 1fr;
  }
}
.b-lk__content {
  position: relative;
}
.b-lk__content .el-return {
  position: absolute;
  left: 0;
  top: -48px;
}
@media (max-width: 1199px) {
  .b-lk__content .el-return {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 16px;
  }
}
.b-lk__content h1 {
  line-height: 1;
  margin-top: -5px;
}
.b-lk__content .b-support {
  display: none;
}
@media (max-width: 1199px) {
  .b-lk__content .b-support {
    display: block;
    max-width: none;
    padding-top: 40px;
  }
  .b-lk__content .b-support h5 {
    margin: 0 0 6px 0;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .b-lk__content .b-support p {
    margin-bottom: 16px;
  }
}
.b-lk__content .b-orderInfo {
  margin-top: -10px;
}
.b-userInfo {
  display: flex;
}
.b-userInfo__image {
  margin-right: 20px;
}
.b-userInfo__image span {
  display: flex;
  position: relative;
  width: 50px;
  height: 39px;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
}
.b-userInfo__image span:before {
  content: "";
  display: block;
  transform: skew(-15deg);
  background: #02849a;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.b-userInfo__image span svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  opacity: 1;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.b-userInfo__name {
  flex-grow: 1;
}
.b-userInfo__name strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #02849a;
  display: block;
  margin-bottom: 6px;
}
.b-userInfo__name span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #5b6d7b;
  display: block;
}
.b-userNav {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .b-userNav {
    margin: 40px 0 24px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(91, 109, 123, 0.3);
  }
}
@media (max-width: 767px) {
  .b-userNav {
    margin-top: 30px;
    border-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .b-userNav ul {
    display: flex;
  }
}
@media (max-width: 767px) {
  .b-userNav ul {
    display: block;
  }
}
.b-userNav ul li {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .b-userNav ul li {
    margin: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .b-userNav ul li {
    margin: 0 0 35px 0;
  }
}
.b-userNav ul li:first-child {
  margin-left: 0;
}
.b-userNav ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .b-userNav ul li:last-child {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .b-userNav ul li:last-child {
    display: block;
  }
}
.b-userNav ul li a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .b-userNav ul li a {
    font-size: 16px;
    line-height: 19px;
  }
}
.b-userNav ul li a span {
  color: #02849a;
  transition: all 0.3s ease;
}
.b-userNav ul li a svg {
  width: 18px;
  height: 18px;
  fill: none;
  margin-right: 25px;
  stroke: #5b6d7b;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .b-userNav ul li a svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .b-userNav ul li a svg {
    display: block;
    margin-right: 18px;
  }
}
.b-userNav ul li a:hover span {
  color: #ff6f02;
}
.b-userNav ul li a:hover svg {
  stroke: #ff6f02;
}
.b-userNav ul li.out {
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .b-userNav ul li.is-active {
    position: relative;
  }
}
@media (max-width: 1199px) {
  .b-userNav ul li.is-active:before {
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    bottom: -17px;
    position: absolute;
    background: #ff6f02;
  }
}
@media (max-width: 767px) {
  .b-userNav ul li.is-active:before {
    display: none;
  }
}
.b-userNav ul li.is-active a svg {
  stroke: #ff6f02;
}
.b-userNav ul li.is-active a span {
  color: #ff6f02;
}
.b-support {
  max-width: 280px;
}
@media (max-width: 1199px) {
  .b-support {
    display: none;
  }
}
.b-support h5 {
  line-height: 24px;
  color: #323e48;
  margin: 0 20px 20px 0;
}
.b-support p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5b6d7b;
  margin: 0 0 20px 0;
}
.b-support a.btn {
  margin-left: 6px;
}
.b-userBoxInfo {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .b-userBoxInfo {
    grid-column-gap: 20px;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .b-userBoxInfo {
    grid-template-columns: 1fr;
    grid-row-gap: 2px;
    margin-bottom: 58px;
  }
}
.b-userBoxInfo__item {
  background: #fff;
  padding: 40px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .b-userBoxInfo__item {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .b-userBoxInfo__item__delivery {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    grid-template-areas: "dv2" "dv1";
  }
  .b-userBoxInfo__item__delivery .b-userBoxInfo__list {
    grid-area: dv1;
    display: flex;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .b-userBoxInfo__item__delivery .b-userBoxInfo__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-userBoxInfo__item__delivery .b-userBoxInfo__list__item {
    margin: 0 40px 0 0;
    display: flex;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .b-userBoxInfo__item__delivery .b-userBoxInfo__list__item {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .b-userBoxInfo__item__delivery .b-userBoxInfo__list__item span:nth-child(1) {
    padding-right: 20px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .b-userBoxInfo__item__delivery .b-userBoxInfo__list__item span:nth-child(1) {
    display: block;
    padding-right: 0;
    margin-bottom: 2px;
  }
}
@media (max-width: 991px) {
  .b-userBoxInfo__item__delivery .b-userBoxInfo__storage {
    grid-area: dv2;
    margin-top: 0;
    padding: 0;
  }
  .b-userBoxInfo__item__delivery .b-userBoxInfo__storage ul {
    display: flex;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .b-userBoxInfo__item__delivery .b-userBoxInfo__storage ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-userBoxInfo__item__delivery .b-userBoxInfo__storage ul li {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .b-userBoxInfo__item__delivery .b-userBoxInfo__storage ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 991px) {
  .b-userBoxInfo__item__delivery .b-userBoxInfo__storage ul li span {
    color: #5b6d7b;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .b-userBoxInfo__item__delivery .b-userBoxInfo__storage ul li span {
    display: block;
  }
}
.b-userBoxInfo__icon {
  height: 36px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .b-userBoxInfo__icon {
    margin-bottom: 34px;
  }
}
.b-userBoxInfo__icon svg {
  max-width: 36px;
  max-height: 36px;
  display: block;
  fill: #ff6f02;
}
.b-userBoxInfo__info {
  font:
    bold 52px/1 Gubia,
    Arial,
    Helvetica,
    sans-serif;
  color: #323e48;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .b-userBoxInfo__info {
    font-size: 42px;
    margin-bottom: 24px;
  }
}
.b-userBoxInfo__desc h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #323e48;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .b-userBoxInfo__desc h5 {
    font-size: 16px;
    line-height: 19px;
  }
}
.b-userBoxInfo__desc p {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #5b6d7b;
  margin: 0;
}
.b-userBoxInfo__person {
  padding-top: 4px;
  margin-bottom: 26px;
}
.b-userBoxInfo__person h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #323e48;
  margin: 0 0 6px 0;
}
@media (max-width: 991px) {
  .b-userBoxInfo__person h5 {
    font-size: 16px;
    line-height: 19px;
  }
}
.b-userBoxInfo__person p {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #5b6d7b;
  margin: 0;
}
.b-userBoxInfo__contact p {
  margin: 0;
}
.b-userBoxInfo__contact p.text-phone {
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .b-userBoxInfo__contact p.text-phone {
    font-size: 16px;
    line-height: 19px;
  }
}
.b-userBoxInfo__list__item {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .b-userBoxInfo__list__item {
    display: grid;
    grid-template-columns: 125px 1fr;
  }
}
@media (max-width: 767px) {
  .b-userBoxInfo__list__item {
    grid-template-columns: 1fr;
  }
}
.b-userBoxInfo__list__item:first-child {
  margin-top: 0;
}
.b-userBoxInfo__list__item span {
  color: #02849a;
}
.b-userBoxInfo__list__item span:nth-child(1) {
  color: #5b6d7b;
}
@media (max-width: 991px) {
  .b-userBoxInfo__list__item span:nth-child(1) {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .b-userBoxInfo__list__item span:nth-child(1) {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 14px;
  }
}
.b-userBoxInfo__storage {
  margin-top: 28px;
  padding-bottom: 10px;
}
.b-userBoxInfo__storage h5 {
  font:
    500 16px/19px "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  color: #323e48;
  margin: 0 0 6px 0;
  padding: 0;
}
.b-userBoxInfo__storage p {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #5b6d7b;
  opacity: 0.5;
  margin-bottom: 24px;
}
.b-userBoxInfo__storage ul {
  margin-bottom: 25px;
}
.b-userBoxInfo__storage ul li {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #323e48;
}
.b-userBoxInfo__storage ul li:last-child {
  margin-bottom: 0;
}
.b-userBoxInfo__storage ul li span {
  color: #5b6d7b;
  margin-right: 7px;
}
.b-userBoxInfo__storage .phone span {
  background: #5b6d7b;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  padding: 0 14px;
  height: 26px;
  display: inline-flex;
  align-items: center;
}
.b-userBoxInfo__comment h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #323e48;
  margin: 0 0 24px 0;
}
.b-userBoxInfo__comment p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5b6d7b;
  margin-bottom: 24px;
}
.b-userBoxInfo__comment p:last-child {
  margin-bottom: 0;
}
.b-userBoxInfo_order {
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 10px;
  margin-bottom: 10px;
  grid-template-areas: "box-item1 box-item1 box-item2" "box-item3 box-item3 box-item3";
}
@media (max-width: 1366px) {
  .b-userBoxInfo_order {
    grid-column-gap: 10px;
  }
}
@media (max-width: 991px) {
  .b-userBoxInfo_order {
    grid-template-columns: 1fr;
    grid-template-areas: "box-item1" "box-item3" "box-item2";
  }
}
.b-userBoxInfo_order .b-userBoxInfo__contactInfo {
  grid-area: box-item1;
}
.b-userBoxInfo_order .b-userBoxInfo__maneg {
  grid-area: box-item2;
}
@media (max-width: 991px) {
  .b-userBoxInfo_order .b-userBoxInfo__maneg .b-userBoxInfo__item {
    display: flex;
    padding: 24px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .b-userBoxInfo_order .b-userBoxInfo__maneg .b-userBoxInfo__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-userBoxInfo_order
    .b-userBoxInfo__maneg
    .b-userBoxInfo__item
    .b-userBoxInfo__icon {
    margin: 0 24px 0 0;
  }
  .b-userBoxInfo_order
    .b-userBoxInfo__maneg
    .b-userBoxInfo__item
    .b-userBoxInfo__person {
    margin: 0 64px 0 0;
    padding: 0;
  }
  .b-userBoxInfo_order
    .b-userBoxInfo__maneg
    .b-userBoxInfo__item
    .b-userBoxInfo__contact {
    margin: 0;
  }
}
.b-userBoxInfo_order .b-userBoxInfo__comment {
  grid-area: box-item3;
  background: #fff;
  padding: 30px;
}
@media (max-width: 991px) {
  .b-userBoxInfo_order .b-userBoxInfo__comment {
    padding: 24px;
  }
  .b-userBoxInfo_order .b-userBoxInfo__comment h4 {
    margin-bottom: 16px;
  }
}
.b-userBoxInfo__contactInfo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  background: #fff;
}
@media (max-width: 1366px) {
  .b-userBoxInfo__contactInfo {
    grid-column-gap: 0;
  }
}
@media (max-width: 991px) {
  .b-userBoxInfo__contactInfo {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    background: 0 0;
  }
}
.b-userBoxInfo__contactInfo .b-userBoxInfo__item {
  padding: 30px;
}
@media (max-width: 991px) {
  .b-userBoxInfo__contactInfo .b-userBoxInfo__item {
    padding: 24px;
  }
}
.b-userBoxInfo__contactInfo h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #323e48;
}
.b-discounts {
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .b-discounts {
    margin-bottom: 60px;
  }
}
.b-discounts h3 {
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .b-discounts h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .b-discounts h3 {
    font-size: 24px;
  }
}
.b-discounts p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #323e48;
}
@media (max-width: 991px) {
  .b-discounts p {
    margin-bottom: 20px;
  }
}
.b-discounts ul {
  padding: 0;
}
.b-discounts ul li {
  padding-left: 48px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #323e48;
  margin-bottom: 18px;
  position: relative;
}
@media (max-width: 991px) {
  .b-discounts ul li {
    font-size: 14px;
    line-height: 22px;
    padding-left: 28px;
    margin-bottom: 10px;
  }
}
.b-discounts ul li:last-child {
  margin-bottom: 0;
}
.b-discounts ul li:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #ff6f02;
  position: absolute;
  left: 2px;
  top: 12px;
}
@media (max-width: 991px) {
  .b-discounts ul li:before {
    top: 10px;
    left: 0;
  }
}
@media (max-width: 991px) {
  .b-forClients h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .b-forClients h3 {
    font-size: 24px;
  }
}
.b-forClients .b-news__item {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .b-forClients .b-news__item {
    margin-bottom: 23px;
  }
}
.b-forClients .b-news__item:last-child {
  margin-bottom: 0;
}
.b-ordersTopBar {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .b-ordersTopBar {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    margin-bottom: 15px;
  }
}
.b-ordersFilter {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .b-ordersFilter {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
}
.b-ordersFilter__box:first-child {
  margin-right: 98px;
}
@media (max-width: 1366px) {
  .b-ordersFilter__box:first-child {
    margin-right: 17px;
  }
}
@media (max-width: 767px) {
  .b-ordersFilter__box:first-child {
    margin-right: 0;
  }
}
.b-ordersFilter__box label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  display: block;
  margin-bottom: 16px;
}
.b-ordersFilter__box .inp_num {
  width: 122px;
}
@media (max-width: 991px) {
  .b-ordersFilter__box .inp_num {
    width: 98px;
  }
}
@media (max-width: 767px) {
  .b-ordersFilter__box .inp_num {
    width: 100%;
  }
}
.b-ordersFilter__btn {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .b-ordersFilter__btn {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .b-ordersFilter__btn {
    padding-left: 5px;
    padding-right: 5px;
  }
  .b-ordersFilter__btn .btn {
    width: 100%;
    justify-content: center;
  }
}
.b-ordersArchive {
  display: flex;
  justify-content: flex-end;
  height: 46px;
  align-items: center;
  padding-right: 30px;
}
@media (max-width: 1366px) {
  .b-ordersArchive {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .b-ordersArchive {
    justify-content: flex-start;
  }
}
.b-ordersArchive a {
  white-space: nowrap;
}
.b-ordersArchive a svg {
  margin-right: 8px;
}
.b-ordersList {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .b-ordersList {
    margin-bottom: 40px;
  }
}
.b-ordersList__item {
  height: 77px;
  background: #fff;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #02849a;
}
@media (max-width: 767px) {
  .b-ordersList__item {
    padding: 24px;
    height: 88px;
    margin-bottom: 2px;
    position: relative;
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: flex-start;
    grid-template-areas: "it1 it3" "it1 it2";
  }
}
.b-ordersList__item:last-child {
  margin-bottom: 0;
}
.b-ordersList__item > div:nth-child(1) {
  min-width: 191px;
}
@media (max-width: 991px) {
  .b-ordersList__item > div:nth-child(1) {
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .b-ordersList__item > div:nth-child(1) {
    min-width: auto;
    grid-area: it1;
  }
}
.b-ordersList__item > div:nth-child(2) {
  min-width: 182px;
}
@media (max-width: 767px) {
  .b-ordersList__item > div:nth-child(2) {
    min-width: auto;
    grid-area: it2;
    padding-left: 20px;
    color: #5b6d7b;
    opacity: 0.5;
  }
}
.b-ordersList__item > div:nth-child(3) {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .b-ordersList__item > div:nth-child(3) {
    grid-area: it3;
  }
}
.b-ordersList__item > div:nth-child(3) em {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .b-ordersList__item > div:nth-child(4) {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.b-ordersList__item > div:nth-child(4) a {
  color: #5b6d7b;
}
@media (max-width: 767px) {
  .b-ordersList__item > div:nth-child(4) a span {
    display: none;
  }
}
.b-ordersList__item > div:nth-child(4) a svg {
  display: none;
}
@media (max-width: 767px) {
  .b-ordersList__item > div:nth-child(4) a svg {
    display: block;
    width: 9px;
    height: 14px;
    fill: none;
    stroke: #5b6d7b;
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .b-ordersList + .b-pages {
    padding-bottom: 0;
  }
}
.b-ordersList + .b-pages ul {
  justify-content: center;
}
.b-setting {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
}
@media (max-width: 767px) {
  .b-setting .form-line {
    padding-right: 0;
    padding-left: 0;
  }
}
.b-setting-main {
  margin-bottom: 68px;
}
.b-setting-main label {
  color: #5b6d7b;
  opacity: 0.5;
}
.b-setting-main span {
  color: #5b6d7b;
  padding: 5px 0 0 0;
}
.b-setting-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 146px;
}
@media (max-width: 1199px) {
  .b-setting-row {
    grid-column-gap: 60px;
  }
}
@media (max-width: 991px) {
  .b-setting-row {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
}
.b-setting-coll h4 {
  margin-bottom: 27px;
}
.b-setting-coll .inp {
  color: #323e48;
}
.b-setting-coll label {
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 767px) {
  .b-setting-coll .form-line-btn {
    padding-left: 0;
  }
}
.b-setting-pass {
  margin-top: 50px;
}
.b-setting-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 126px;
  padding: 0 80px;
  background: #02849a;
  margin-top: 39px;
}
@media (max-width: 991px) {
  .b-setting-panel {
    height: 86px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .b-setting-panel {
    height: auto;
    display: grid;
    padding: 10px;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    grid-template-areas: "it2" "it1";
  }
  .b-setting-panel > div:nth-child(1) {
    grid-area: it1;
    margin-right: 10px;
    display: flex;
    justify-content: center;
  }
  .b-setting-panel > div:nth-child(2) {
    grid-area: it2;
  }
}
.b-setting-panel a.btn {
  white-space: nowrap;
  margin-left: 5px;
}
@media (max-width: 479px) {
  .b-setting-panel a.btn {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .b-setting-panel .el-mes {
    flex-direction: column;
    padding-top: 14px;
  }
  .b-setting-panel .el-mes__icon {
    margin: 0;
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .b-setting-cent {
    max-width: 464px;
    display: block;
  }
}
.b-registration {
  width: 708px;
  margin: 0 auto;
  background: #fff;
  padding: 52px 122px 80px 122px;
}
@media (max-width: 991px) {
  .b-registration {
    width: 688px;
    padding-right: 112px;
    padding-left: 112px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .b-registration {
    padding: 20px;
    width: auto;
  }
}
.b-registration h1 {
  margin: 0 0 65px 0;
  text-align: center;
  line-height: 100%;
}
@media (max-width: 767px) {
  .b-registration h1 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .b-registration .form-line {
    padding-left: 0;
    padding-right: 0;
  }
}
.b-registration .form-lineTitle {
  margin-bottom: 10px;
}
.b-registration .form-line-btn {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .b-registration .form-line-btn {
    padding: 0 5px;
  }
}
@media (max-width: 479px) {
  .b-registration .form-line-btn .btn {
    width: 100%;
    justify-content: center;
  }
}
.b-registration .form-radio-custom {
  margin-bottom: 20px;
}
.b-registration .is-hide {
  display: none;
}
.b-registration label {
  font-size: 12px;
  line-height: 14px;
  color: #02849a;
}
.b-registration .form-checkbox input[type="checkbox"] + label strong {
  padding-top: 3px;
  margin-bottom: 0;
}
.b-registration__form {
  display: none;
}
.b-registration__form.is-visible {
  display: block;
}
.b-feedback {
  width: 708px;
  margin: 0 auto;
  background: #fff;
  padding: 52px 122px 80px 122px;
}
@media (max-width: 991px) {
  .b-feedback {
    width: 688px;
    padding-right: 112px;
    padding-left: 112px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .b-feedback {
    padding: 20px;
    width: auto;
  }
}
.b-feedback h1 {
  margin: 0 -50px 65px -50px;
  text-align: center;
  line-height: 100%;
}
@media (max-width: 767px) {
  .b-feedback h1 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .b-feedback .form-line {
    padding-left: 0;
    padding-right: 0;
  }
}
.b-feedback .form-lineTitle {
  margin-bottom: 10px;
}
.b-feedback .form-line-btn {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .b-feedback .form-line-btn {
    padding: 0 5px;
  }
}
@media (max-width: 479px) {
  .b-feedback .form-line-btn .btn {
    width: 100%;
    justify-content: center;
  }
}
.b-feedback .form-radio-custom {
  margin-bottom: 20px;
}
.b-feedback .is-hide {
  display: none;
}
.b-feedback label {
  font-size: 12px;
  line-height: 14px;
  color: #02849a;
}
.b-feedback .form-checkbox input[type="checkbox"] + label strong {
  padding-top: 3px;
  margin-bottom: 0;
}
.b-feedback__form {
  display: none;
}
.b-feedback__form.is-visible {
  display: block;
}
.b-orderInfo {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #02849a;
  margin-bottom: 30px;
}
.b-orderInfo span {
  margin-right: 42px;
  display: flex;
  align-items: center;
}
.b-orderInfo span em {
  margin-right: 10px;
}
.b-search {
  position: relative;
}
.b-search .i-search {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -9px;
  width: 19px;
  height: 19px;
  fill: #000;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .b-search .i-search {
    left: 17px;
  }
}
.b-search .i-clear {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #5b6d7b;
  opacity: 1;
  display: block;
}
.b-search .inp {
  height: 69px;
  line-height: 67px;
  padding: 0 61px;
  font-weight: 500;
  font-size: 16px;
  color: #323e48;
}
@media (max-width: 1199px) {
  .b-search .inp {
    height: 51px;
    line-height: 49px;
  }
}
.b-search .btn-clear {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .b-search .btn-clear {
    right: 16px;
  }
}
.b-search .btn-clear.is-hide {
  opacity: 0;
  visibility: hidden;
}
.b-myOrder {
  max-width: 952px;
  margin: 0 auto;
}
.b-myOrder .b-order-cart__product .b-productCard {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .b-myOrder .b-order-cart__product .b-productCard {
    margin-bottom: 1px;
  }
}
@media (max-width: 767px) {
  .b-myOrder .b-order-cart__product .b-productCard {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .b-myOrder .b-order-cart__product .b-productCard .b-productCard__option {
    grid-template-columns: auto auto 1fr;
  }
}
@media (max-width: 767px) {
  .b-myOrder .b-order-cart__product .b-productCard .b-productCard__option {
    grid-template-columns: auto 1fr;
    padding-bottom: 0;
    grid-template-areas: "opt1 opt2" "opt3 opt3" "opt4 opt5" "opt6 opt6";
  }
  .b-myOrder
    .b-order-cart__product
    .b-productCard
    .b-productCard__option
    > div:nth-child(1) {
    grid-area: opt1;
  }
  .b-myOrder
    .b-order-cart__product
    .b-productCard
    .b-productCard__option
    > div:nth-child(2) {
    grid-area: opt2;
  }
  .b-myOrder
    .b-order-cart__product
    .b-productCard
    .b-productCard__option
    > div:nth-child(3) {
    grid-area: opt3;
  }
  .b-myOrder
    .b-order-cart__product
    .b-productCard
    .b-productCard__option
    > div:nth-child(4) {
    grid-area: opt4;
  }
  .b-myOrder
    .b-order-cart__product
    .b-productCard
    .b-productCard__option
    > div:nth-child(5) {
    grid-area: opt5;
  }
  .b-myOrder
    .b-order-cart__product
    .b-productCard
    .b-productCard__option
    > div:nth-child(6) {
    grid-area: opt6;
  }
}
.b-myOrder .b-order-cart__product .b-productCard__desc {
  padding-top: 24px;
}
.b-myOrder .b-order-cart__product .b-productCard .qua {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 28px;
  background: #f6f7f6;
  border-radius: 14px;
  min-width: 28px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #323e48;
  text-align: center;
  padding: 0 9px;
}
@media (max-width: 767px) {
  .b-myOrder .b-order-cart__product .b-productCard .qua {
    left: -14px;
    top: -14px;
  }
}
.b-myOrder__rw {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .b-myOrder__rw {
    grid-template-columns: 1fr;
    grid-row-gap: 1px;
    padding-top: 10px;
  }
}
.b-myOrder__itog {
  background: #02849a;
  padding: 30px;
}
@media (max-width: 767px) {
  .b-myOrder__itog {
    padding: 24px;
  }
}
.b-myOrder__itog__item {
  display: grid;
  grid-template-columns: 125px 1fr;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 24px;
}
.b-myOrder__itog__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .b-myOrder__itog__item {
    grid-template-columns: 1fr;
  }
}
.b-myOrder__itog__label {
  opacity: 0.5;
}
.b-myOrder__itog__frame p {
  max-width: 217px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .b-myOrder__itog__frame p {
    max-width: none;
  }
}
.b-myOrder__itog__frame p.desc {
  opacity: 0.5;
  margin-bottom: 0;
}
.b-myOrder__itog__btn {
  padding-left: 130px;
  padding-bottom: 15px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .b-myOrder__itog__btn {
    padding: 0 5px;
  }
}
@media (max-width: 479px) {
  .b-myOrder__itog__btn .btn {
    width: 100%;
    justify-content: center;
  }
}
.b-myOrder__contact {
  background: #fff;
  padding: 30px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .b-myOrder__contact {
    margin-bottom: 1px;
  }
}
@media (max-width: 767px) {
  .b-myOrder__contact {
    padding: 24px;
  }
}
.b-myOrder__contact__item {
  display: grid;
  grid-template-columns: 125px 1fr;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #323e48;
}
@media (max-width: 767px) {
  .b-myOrder__contact__item {
    grid-template-columns: 1fr;
  }
}
.b-myOrder__contact__item > div:first-child {
  color: #5b6d7b;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .b-myOrder__contact__item > div:first-child {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 2px;
  }
}
.b-myOrder__contact__item:last-child {
  margin-bottom: 0;
}
.b-myOrder__storage {
  background: #fff;
  padding: 30px;
}
@media (max-width: 767px) {
  .b-myOrder__storage {
    padding: 24px;
  }
}
.b-myOrder__storage__title {
  margin-bottom: 24px;
}
.b-myOrder__storage__title h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #323e48;
  margin-bottom: 6px;
}
.b-myOrder__storage__title p {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #5b6d7b;
  opacity: 0.5;
  margin: 0;
}
.b-myOrder__storage__work {
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-myOrder__storage__work {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
}
.b-myOrder__storage__work > div {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #323e48;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .b-myOrder__storage__work > div {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
  }
}
.b-myOrder__storage__work > div:last-child {
  margin-right: 0;
}
.b-myOrder__storage__work > div span {
  color: #5b6d7b;
  margin-right: 7px;
}
@media (max-width: 767px) {
  .b-myOrder__storage__work > div span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 2px 0;
  }
}
.b-myOrder__storage__phone {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .b-myOrder__storage__phone {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
}
.b-myOrder__storage__phone > div {
  margin-right: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-myOrder__storage__phone > div:last-child {
    display: none;
  }
}
.b-myOrder__storage__phone > div span {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  padding: 0 14px;
  display: flex;
  align-items: center;
  height: 26px;
  background: #5b6d7b;
}
@media (max-width: 767px) {
  .b-myOrder__storage__phone > div span {
    display: inline-flex;
  }
}
.b-myOrder__storage__info {
  display: flex;
}
@media (max-width: 767px) {
  .b-myOrder__storage__info {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
}
.b-myOrder__storage__info > div {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #323e48;
  margin-right: 40px;
}
.b-myOrder__storage__info > div:last-child {
  margin-right: 0;
}
.b-myOrder__storage__info > div span {
  color: #5b6d7b;
  opacity: 0.5;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .b-myOrder__storage__info > div span {
    display: block;
    margin: 0 0 2px 0;
    font-size: 12px;
    line-height: 14px;
  }
}
.b-myOrder__storage_l .b-myOrder__storage__info {
  display: block;
}
.b-myOrder__storage_l .b-myOrder__storage__info > div {
  display: grid;
  grid-template-columns: 125px 1fr;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-myOrder__storage_l .b-myOrder__storage__info > div {
    grid-template-columns: 1fr;
  }
}
.b-myOrder__storage_l .b-myOrder__storage__info > div:last-child {
  margin-bottom: 0;
}
.b-myOrder__storage_l .b-myOrder__storage__info > div span:nth-child(1) {
  color: #5b6d7b;
  opacity: 0.5;
}
.b-myOrder__storage_l .b-myOrder__storage__info > div span:nth-child(2) {
  opacity: 1;
  color: #02849a;
}
.b-myOrder__link {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 991px) {
  .b-myOrder__link {
    margin-top: 60px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .b-myOrder__link {
    display: none;
  }
}
.b-myOrder__link > div {
  margin: 0 30px;
}
.b-myOrder__link a {
  color: #5b6d7b;
}
.b-searchTop {
  position: absolute;
  right: 60px;
  top: 0;
  z-index: 10;
  width: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  padding: 0 5px;
}
@media (max-width: 991px) {
  .b-searchTop {
    right: 44px;
  }
}
.b-searchTop form {
  position: relative;
}
.b-searchTop form:before {
  content: "";
  display: block;
  transform: skew(-15deg);
  background: #e8e8e8;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.b-searchTop__inp {
  font:
    500 14px/39px "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  height: 39px;
  background: 0 0;
  border: 0;
  color: #02849a;
  padding: 0 18px;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .b-searchTop__inp {
    height: 29px;
    line-height: 29px;
  }
}
.b-searchTop__inp::-moz-placeholder {
  color: #02849a;
}
.b-searchTop__inp:-ms-input-placeholder {
  color: #02849a;
}
.b-searchTop__inp::placeholder {
  color: #02849a;
}
.b-searchTop__result {
  position: absolute;
  left: 0;
  width: 580px;
  top: 100%;
  margin-top: 6px;
  background: #fff;
  border: 1px solid #e8e8e8;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 991px) {
  .b-searchTop__result {
    left: -120px;
    margin-top: 21px;
  }
}
.b-searchTop__result .frame-scroll {
  overflow-y: auto;
  max-height: 354px;
}
.b-searchTop__result ul li {
  border-bottom: 1px solid #efefef;
  transition: all 0.3s ease;
}
.b-searchTop__result ul li:hover {
  background: #f7f7f7;
}
.b-searchTop__result ul li:last-child {
  border-bottom: 0;
}
.b-searchTop__result__item a {
  font:
    500 14px/20px "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  display: block;
  padding: 12px 24px;
  color: #02849a;
}
.b-searchTop__result__item a span {
  color: #ff6f02;
  margin-right: 5px;
}
.b-searchTop__result__prod {
  display: grid;
  grid-template-columns: 57px 1fr;
  grid-column-gap: 6px;
  padding: 12px 24px;
}
.b-searchTop__result__prod__img a img {
  display: block;
}
.b-searchTop__result__prod__info .title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
}
.b-searchTop__result__prod__info .title a {
  color: #02849a;
}
.b-searchTop__result__prod__info .price {
  display: flex;
  align-items: center;
}
.b-searchTop__result__prod__info .price .addCart {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #f6f7f6;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-searchTop__result__prod__info .price .addCart svg {
  width: 8px;
  height: 8px;
  stroke: #5b6d7b;
}
.b-searchTop__result__prod__info .price strong {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #02849a;
}
.b-searchTop__result.is-visible {
  visibility: visible;
  opacity: 1;
}
.b-searchTop.is-visible {
  width: 520px;
  overflow: visible;
  opacity: 1;
}
@media (max-width: 1199px) {
  .b-searchTop.is-visible {
    width: 233px;
  }
}
.b-popup {
  width: 464px;
  display: none;
  padding: 60px;
}
@media (max-width: 767px) {
  .b-popup {
    padding: 30px 16px;
  }
}
.b-popup .fancybox-close-small {
  padding: 6px;
  opacity: 1;
  top: 6px;
  right: 6px;
}
@media (max-width: 767px) {
  .b-popup .fancybox-close-small {
    top: 0;
    right: 0;
  }
}
.b-popup .fancybox-close-small svg path {
  fill: #5b6d7b;
}
.b-popup h3 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 24px;
}
.b-popup h3 span {
  color: red;
}
@media (max-width: 767px) {
  .b-popup h3 {
    font-size: 24px;
  }
}
.b-popup .form-line {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 24px;
}
.b-popup .form-line label {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.b-popup .form-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #5b6d7b;
  margin-bottom: 24px;
}
.b-popup .form-btn {
  margin: 0 5px 30px 5px;
}
.b-popup .form-link {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.b-popup .form-image {
  margin-bottom: 24px;
}
.b-popup .form-buttons {
  display: flex;
}
@media (max-width: 767px) {
  .b-popup .form-buttons {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
}
.b-popup .form-buttons > div {
  margin-left: 15px;
}
.b-popup .form-buttons > div:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .b-popup .form-buttons > div {
    margin-left: 0;
  }
  .b-popup .form-buttons > div .btn {
    width: 100%;
    justify-content: center;
  }
}
.b-popup .form_login {
  max-width: 220px;
  margin: 0 auto;
}
@media (max-width: 479px) {
  .b-popup .form_login {
    max-width: none;
  }
}
.b-popup__mesInfo {
  padding-bottom: 14px;
}
.b-popup__mesInfo__line {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #02849a;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-popup__mesInfo__line {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.b-popup__mesInfo__line span:nth-child(1) {
  color: #5b6d7b;
}
.b-popup__icon-cart {
  margin-bottom: 20px;
}
.b-popup__icon-cart svg {
  width: 37px;
  height: 37px;
  fill: #ff6f02;
  display: block;
}
.b-popup_catalog {
  width: 1300px;
}
.b-popup_datepicker {
  padding: 20px;
  padding-bottom: 30px;
}
.b-popup_datepicker .fancybox-close-small {
  display: none;
}
.b-popup_datepicker .datepicker-inline .datepicker {
  border: 0;
  width: auto;
}
.b-popup_datepicker .datepicker-inline .datepicker--nav {
  border-bottom: 0;
  padding: 0 0 40px 0;
}
.b-popup_datepicker .datepicker-inline .datepicker--nav-action {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(91, 109, 123, 0.1);
}
.b-popup_datepicker .datepicker-inline .datepicker--nav-title {
  font:
    900 24px/100% Gubia,
    Arial,
    Helvetica,
    sans-serif;
  color: #02849a;
  text-transform: uppercase;
}
.b-popup_datepicker .datepicker-inline .datepicker--nav-title i {
  color: #02849a;
}
.b-popup_datepicker .datepicker-inline .datepicker--content {
  padding: 0;
}
.b-popup_datepicker .datepicker-inline .datepicker--days-names {
  margin: 0;
  margin-bottom: 15px;
}
.b-popup_datepicker .datepicker-inline .datepicker--day-name {
  font:
    500 16px/19px "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  color: #5b6d7b;
}
.b-popup_datepicker .datepicker-inline .datepicker--cell {
  font:
    500 16px/19px "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  color: #02849a;
  height: 36px;
  margin-top: 14px;
}
.b-gallery__item img {
  display: block;
}
.b-gallery-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.b-gallery-bar__btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(50, 62, 72, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-gallery-bar__btn svg {
  width: 10px;
  height: 10px;
}
.b-gallery-bar__count {
  width: 97px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.b-gallery-bar__count__inp input {
  width: 30px;
  text-align: right;
  border: 0;
}
.b-gallery-bar__count__items {
  width: 30px;
  text-align: left;
}
.b-noService {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
  background: url("../../../../../../local/templates/safeteam/img/bg-no-d.jpg")
    no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.b-noService.is-visible {
  opacity: 1;
  visibility: visible;
}
.b-noService__text svg {
  width: 172px;
  height: 24px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.b-noService__text p {
  font: normal 24px/32px Roboto;
  color: #f6f7f6;
  text-align: center;
  margin: 0;
}
@media (max-width: 991px) {
  .b-noService__text p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .b-noService__text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.b-sendRequest {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .b-sendRequest {
    padding-top: 0;
  }
}
.b-sendRequest h2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .b-sendRequest h2 {
    display: none;
  }
}
.b-sendRequest__frame {
  background: #02849a;
  padding: 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "sr-btn sr-text";
  grid-column-gap: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .b-sendRequest__frame {
    padding: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    grid-template-areas: "sr-text" "sr-btn";
  }
}
.b-sendRequest__frame__btn {
  padding-left: 5px;
  grid-area: sr-btn;
}
@media (max-width: 767px) {
  .b-sendRequest__frame__btn {
    display: flex;
    justify-content: center;
  }
}
.b-sendRequest__frame__text {
  font:
    normal 12px/1.4 "Russo One",
    Arial,
    Helvetica,
    sans-serif;
  color: #fff;
  text-transform: uppercase;
  grid-area: sr-text;
}
@media (max-width: 767px) {
  .b-sendRequest__frame__text {
    text-align: center;
  }
}
.b-sendRequest__frame__text p {
  margin: 0;
}
.b-contact {
  margin-bottom: 10px;
}
.b-contact__box {
  padding: 30px;
  background: #fff;
  margin-bottom: 2px;
}
.b-contact__box:first-child {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .b-contact__box {
    padding: 20px;
  }
}
.b-contact__box h3 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .b-contact__box h3 {
    margin-bottom: 16px;
  }
}
.b-contact__box p {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .b-contact__box p {
    margin-bottom: 6px;
  }
}
.b-contact__box p:last-child {
  margin-bottom: 0;
}
.b-contact__box p strong {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .b-contact__box p strong {
    font-size: 14px;
    line-height: 20px;
  }
}
.b-contact__info {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 24px;
}
.b-contact__info__item {
  display: grid;
  grid-template-columns: 36% 1fr;
  grid-column-gap: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 767px) {
  .b-contact__info__item {
    grid-template-columns: 1fr;
    grid-row-gap: 2px;
  }
}
.b-contact__info__item p {
  margin: 0;
}
.b-contact__info__item p:first-child {
  color: #5b6d7b;
}
.b-contact__row {
  display: grid;
  grid-template-columns: 36% 34% 1fr;
  padding-bottom: 28px;
}
@media (max-width: 1366px) {
  .b-contact__row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-contact__row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .b-contact__row {
    padding-bottom: 0;
  }
}
.b-contact__row__item h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #323e48;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .b-contact__row__item h4 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.b-contact__row__item .form-line {
  margin: 0 0 24px 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #323e48;
  display: grid;
  grid-template-columns: 38% 1fr;
}
.b-contact__row__item .form-line a {
  color: #323e48;
}
.b-contact__row__item .form-line a:hover {
  color: #ff6f02;
}
@media (max-width: 991px) {
  .b-contact__row__item .form-line {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .b-contact__row__item .form-line {
    grid-template-columns: 1fr;
    grid-row-gap: 2px;
  }
}
.b-contact__row__item .form-line:last-child {
  margin-bottom: 0;
}
.b-contact__row__item .form-line span:nth-child(1) {
  color: #5b6d7b;
}
@media (max-width: 767px) {
  .b-contact__row__item .form-line span:nth-child(1) {
    font-size: 12px;
  }
}
.b-contact__row__item .form-line span:nth-child(2) {
  white-space: nowrap;
}
.b-contact__row__item .form-line .is-phone {
  white-space: nowrap;
}
.b-contact__offices {
  display: grid;
  grid-template-columns: 220px 280px 1fr;
  grid-column-gap: 24px;
  align-items: flex-end;
}
@media (max-width: 1300px) {
  .b-contact__offices {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 24px;
  }
}
@media (max-width: 767px) {
  .b-contact__offices {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
}
.b-contact__offices__sity label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5b6d7b;
  margin-bottom: 16px;
}
.b-contact__offices__sel {
  display: flex;
  padding-bottom: 10px;
}
.b-contact__offices__sel .form-checkbox {
  margin-right: 40px;
}
.b-contact .b-pickup__row {
  background: #fff;
}
@media (max-width: 991px) {
  .b-contact .b-pickup__row {
    grid-row-gap: 0;
  }
}
.b-contact .b-pickup__list {
  max-height: 432px;
}
@media (max-width: 991px) {
  .b-contact .b-pickup__sel {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .b-contact .b-pickup__sel {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .b-contact .b-pickup__map {
    margin-right: 0;
    margin-left: 0;
  }
}
.b-contact .b-pickup__map #map {
  height: 432px !important;
}
@media (max-width: 991px) {
  .b-contact .b-pickup__map #map {
    height: 318px !important;
  }
}
.b-contact .b-pickup__map iframe {
  height: 432px !important;
}
@media (max-width: 991px) {
  .b-contact .b-pickup__map iframe {
    height: 318px !important;
  }
}
.b-table {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .b-table {
    margin-bottom: 20px;
  }
}
.b-table table {
  width: 100%;
  background: #5b6d7b;
  border-collapse: 1px;
  border-spacing: 1px;
}
.b-table table tr th {
  font:
    700 22px/30px Gubia,
    Arial,
    Helvetica,
    sans-serif;
  background: #91ac7a;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 10px;
}
@media (max-width: 1366px) {
  .b-table table tr th {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .b-table table tr th {
    font-size: 18px;
    line-height: 1.2;
  }
}
.b-table table tr td {
  background: #fff;
  text-align: center;
  line-height: 24px;
  padding: 5px 10px;
  color: #5b6d7b;
}
@media (max-width: 1366px) {
  .b-table table tr td {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .b-table table tr td {
    font-size: 12px;
    line-height: 1.4;
    padding: 5px;
  }
}
.b-table table tr td svg {
  max-width: 45px;
  max-height: 55px;
}
.b-table table tr.tr-grey td {
  background: #cbcccb;
  color: #323e48;
  font-weight: 700;
}
.b-table table tr.tr-red td {
  font:
    700 22px/30px Gubia,
    Arial,
    Helvetica,
    sans-serif;
  background: #de5a33 !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.b-table table .text-left {
  text-align: left !important;
}
.b-table--pict table tr td {
  text-align: left;
}
.b-table--pict table tr td:first-child {
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.b-table--pict table tr td svg {
  display: block;
  margin: 0 auto;
}
.b-table--pict table tr:nth-child(2n + 1) td {
  background: #d7d8d6;
}
.b-table--pict table tr:nth-child(2n + 1) td:first-child {
  background: #fff;
}
.b-table-tableScroll {
  overflow-x: auto;
}
.b-table-tableScroll table {
  min-width: 767px;
}
.b-list {
  margin: 30px 20px;
}
.b-list li strong {
  font:
    900 30px Gubia,
    Arial,
    Helvetica,
    sans-serif;
  margin-right: 5px;
}
.b-list li span {
  font-size: 18px;
}
span,
p {
  font-feature-settings: "liga" 0;
}
*,
::after,
::before {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  outline: 0;
}
html {
  box-sizing: border-box;
}
body {
  font:
    400 16px/1.5 "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  margin: 0;
  background: #f6f7f6;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }
}
body.hidden {
  overflow: hidden !important;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #02849a;
}
.wrap {
  min-width: 320px;
  overflow: hidden;
}
.container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
.container-full {
  min-width: 100%;
  width: 100%;
  position: relative;
}
img {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font:
    900 62px/100% Gubia,
    Arial,
    Helvetica,
    sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin-bottom: 40px;
  color: #323e48;
}
h1.is-h2,
h2.is-h2,
h3.is-h2,
h4.is-h2,
h5.is-h2,
h6.is-h2 {
  font-size: 52px;
}
@media (max-width: 991px) {
  h1.is-h2,
  h2.is-h2,
  h3.is-h2,
  h4.is-h2,
  h5.is-h2,
  h6.is-h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1.is-h2,
  h2.is-h2,
  h3.is-h2,
  h4.is-h2,
  h5.is-h2,
  h6.is-h2 {
    font-size: 28px;
  }
}
h1.is-h3,
h2.is-h3,
h3.is-h3,
h4.is-h3,
h5.is-h3,
h6.is-h3 {
  font-size: 32px;
}
@media (max-width: 991px) {
  h1.is-h3,
  h2.is-h3,
  h3.is-h3,
  h4.is-h3,
  h5.is-h3,
  h6.is-h3 {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
.is-title {
  font:
    900 62px/100% Gubia,
    Arial,
    Helvetica,
    sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin-bottom: 40px;
  color: #323e48;
}
.is-title.is-h2 {
  font-size: 52px;
}
@media (max-width: 991px) {
  .is-title.is-h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .is-title.is-h2 {
    font-size: 28px;
  }
}
.is-title.is-h3 {
  font-size: 32px;
}
@media (max-width: 991px) {
  .is-title.is-h3 {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
.is-title.is-h4 {
  font:
    500 20px/1.6 "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 40px 0;
}
@media (max-width: 991px) {
  .is-title.is-h4 {
    font-size: 18px;
    margin-bottom: 22px;
  }
}
.is-title.is-h5 {
  font:
    500 16px/19px "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  text-transform: none;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .is-title.is-h5 {
    margin-bottom: 22px;
  }
}
h1 {
  margin-top: 0;
  margin-bottom: 40px;
  letter-spacing: -0.4px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 42px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
h2 {
  font-size: 52px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 32px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
h4 {
  font:
    500 20px/1.6 "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 40px 0;
}
@media (max-width: 991px) {
  h4 {
    font-size: 18px;
    margin-bottom: 22px;
  }
}
h5 {
  font:
    500 16px/19px "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  text-transform: none;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  h5 {
    margin-bottom: 22px;
  }
}
h6 {
  font-size: 14px;
}
p {
  margin: 0 0 25px 0;
}
ul li {
  list-style: none;
}
@media (max-width: 767px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
.cs-scroll {
  scrollbar-color: #5b6d7b #fff;
  scrollbar-width: thin;
}
.cs-scroll::-webkit-scrollbar {
  width: 2px;
}
.cs-scroll::-webkit-scrollbar-track {
  background: 0 0;
  box-shadow: none;
}
.cs-scroll::-webkit-scrollbar-thumb {
  background: #5b6d7b;
  outline: 0;
}
.ymaps-2-1-78-image-with-content-content {
  font: 500 !important 12px !important "TT Norms" !important;
  left: 0 !important;
  right: 0 !important;
  text-align: center !important;
  top: 10px !important;
  width: 100% !important;
}
.s-header {
  background: #fff;
}
.s-header .container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 113px;
  width: initial;
}
@media (max-width: 991px) {
  .s-header .container {
    height: 72px;
  }
}
@media (max-width: 767px) {
  .s-header .container {
    height: 55px;
  }
}
@media (max-width: 1399px) {
  .s-header .logo {
    flex-grow: 1;
    display: flex;
  }
}
.s-header .logo a {
  display: inline-flex;
  min-width: 200px;
  width: 200px;
}
.s-header .logo a svg {
  display: block;
  width: 138px;
  height: 72px;
}
@media (max-width: 991px) {
  .s-header .logo a svg {
    width: 98px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .s-header .logo a {
    min-width: 178px;
    width: 178px;
  }
}
@media (max-width: 767px) {
  .s-header .logo {
    margin-right: auto;
    padding-right: 20px;
  }
  .s-header .logo a {
    max-width: 190px;
    min-width: 82px;
    width: 100%;
  }
  .s-header .logo a svg {
    width: 69px;
    height: 35px;
  }
}
.s-header .menu {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  margin-right: auto;
  /* margin-right: 75px; */
}
@media (max-width: 1366px) {
  .s-header .menu {
    margin-right: 0;
  }
}
@media (max-width: 1399px) {
  .s-header .menu {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 113px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
  }
}
@media (max-width: 991px) {
  .s-header .menu {
    top: 72px;
  }
}
@media (max-width: 767px) {
  .s-header .menu {
    top: 55px;
    bottom: 70px;
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 84px;
  }
}
.s-header .menu ul.menu__parent {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 1399px) {
  .s-header .menu ul.menu__parent {
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .s-header .menu ul.menu__parent {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .s-header .menu ul.menu__parent {
    justify-content: flex-start;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
  }
}
.s-header .menu ul.menu__parent > li {
  font:
    bold 20px/1 Gubia,
    Arial,
    Helvetica,
    sans-serif;
  list-style: none;
  text-transform: uppercase;
  margin: 0 20px 0 20px;
  white-space: nowrap;
  position: relative;
  height: 113px;
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) {
  .s-header .menu ul.menu__parent > li {
    margin: 0 14px;
  }
}
@media (max-width: 1399px) {
  .s-header .menu ul.menu__parent > li {
    height: 68px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .s-header .menu ul.menu__parent > li {
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
  }
}
.s-header .menu ul.menu__parent > li > a {
  color: #323e48;
}
@media (max-width: 767px) {
  .s-header .menu ul.menu__parent > li > a {
    display: block;
    padding: 18px 20px;
  }
}
.s-header .menu ul.menu__parent > li > a:hover {
  color: #ff6f02;
}
.s-header .menu ul.menu__parent > li > .menu__child {
  padding-top: 14px;
  position: absolute;
  left: -40px;
  top: 100%;
  width: 265px;
  z-index: 20;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .s-header .menu ul.menu__parent > li > .menu__child {
    width: 250px;
  }
}
@media (max-width: 1399px) {
  .s-header .menu ul.menu__parent > li > .menu__child {
    left: 0;
  }
}
@media (max-width: 767px) {
  .s-header .menu ul.menu__parent > li > .menu__child {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    display: none;
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin: 0 -20px;
    margin-bottom: -1px;
    transition: none;
  }
}
.s-header .menu ul.menu__parent > li > .menu__child:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-left: 1px solid rgba(91, 109, 123, 0.2);
  border-top: 1px solid rgba(91, 109, 123, 0.2);
  position: absolute;
  left: 60px;
  top: 5px;
  transform: rotate(45deg);
}
@media (max-width: 1399px) {
  .s-header .menu ul.menu__parent > li > .menu__child:before {
    left: 25px;
  }
}
@media (max-width: 767px) {
  .s-header .menu ul.menu__parent > li > .menu__child:before {
    display: none;
  }
}
.s-header .menu ul.menu__parent > li > .menu__child ul li {
  position: relative;
}
@media (max-width: 767px) {
  .s-header .menu ul.menu__parent > li > .menu__child ul li {
    border-bottom: 1px solid #efefef;
  }
}
.s-header .menu ul.menu__parent > li > .menu__child ul li > .menu__child {
  position: absolute;
  left: 100%;
  top: 0;
  width: 464px;
  padding-left: 24px;
}
@media (max-width: 1366px) {
  .s-header .menu ul.menu__parent > li > .menu__child ul li > .menu__child {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .s-header .menu ul.menu__parent > li > .menu__child ul li > .menu__child {
    display: none;
  }
}
@media (max-width: 1399px) {
  .s-header
    .menu
    ul.menu__parent
    > li
    > .menu__child
    ul
    li
    > .menu__child
    ul
    li
    a:before {
    display: none;
  }
}
@media (max-width: 1399px) {
  .s-header
    .menu
    ul.menu__parent
    > li
    > .menu__child
    ul
    li
    > .menu__child
    ul
    li
    > .menu__child {
    display: none;
  }
}
.s-header .menu ul.menu__parent > li > .menu__child ul li.parent > a {
  position: relative;
}
.s-header .menu ul.menu__parent > li > .menu__child ul li.parent > a:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #ffeee6;
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: all 0.3s ease;
}
.s-header .menu ul.menu__parent > li > .menu__child ul li.parent:hover > a {
  background: #ffeee6;
}
.s-header
  .menu
  ul.menu__parent
  > li
  > .menu__child
  ul
  li.parent:hover
  > a:before {
  opacity: 1;
}
.s-header .menu ul.menu__parent > li:hover > .menu__child {
  opacity: 1;
  visibility: visible;
}
.s-header .menu ul.menu__parent > li.is-parent .arw {
  display: none;
}
@media (max-width: 767px) {
  .s-header .menu ul.menu__parent > li.is-parent {
    border-bottom: 1px solid rgba(91, 109, 123, 0.2);
    margin: 0 20px;
  }
  .s-header .menu ul.menu__parent > li.is-parent .arw {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    display: flex;
    align-items: center;
  }
  .s-header .menu ul.menu__parent > li.is-parent .arw svg {
    width: 12px;
    height: 8px;
    fill: none;
    stroke: #5b6d7b;
  }
}
@media (max-width: 767px) {
  .s-header .menu ul.menu__parent > li.is-parent > a {
    margin-right: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}
.s-header .menu ul.menu__parent ul {
  background: #fff;
  border: 1px solid rgba(91, 109, 123, 0.2);
  padding: 10px 0;
}
@media (max-width: 767px) {
  .s-header .menu ul.menu__parent ul {
    padding: 0;
    border: 0;
  }
}
.s-header .menu ul.menu__parent ul li {
  font:
    500 18px/24px "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  text-transform: none;
  white-space: normal;
}
@media (max-width: 1366px) {
  .s-header .menu ul.menu__parent ul li {
    font-size: 16px;
    line-height: 22px;
  }
}
.s-header .menu ul.menu__parent ul li:hover > .menu__child {
  opacity: 1;
  visibility: visible;
}
.s-header .menu ul.menu__parent ul li a {
  color: #323e48;
  display: block;
  padding: 15px 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .s-header .menu ul.menu__parent ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.s-header .menu ul.menu__parent ul li a:hover {
  background: #ffeee6;
  color: #ff6f02;
}
.s-header .menu ul.menu__parent ul li.is-active a {
  background: #ffeee6;
  color: #ff6f02;
}
.s-header .menu ul.menu__parent .menu__child {
  opacity: 0;
  visibility: hidden;
}
.s-header .linkBar {
  display: flex;
}
@media (max-width: 767px) {
  .s-header .linkBar {
    display: none;
  }
}
.s-header .linkBar__item {
  margin-right: 7px;
  position: relative;
}
@media (max-width: 991px) {
  .s-header .linkBar__item {
    margin-right: 10px;
  }
}
.s-header .cart {
  position: relative;
}
.s-header .cart__link {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 39px;
  padding: 0 18px 0 16px;
  margin-right: 5px;
}
.s-header .cart__link svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .s-header .cart__link svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .s-header .cart__link svg {
    width: 13px;
    height: 13px;
  }
}
.s-header .cart__link:before {
  content: "";
  display: block;
  transform: skew(-15deg);
  background: #02849a;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.s-header .cart__link:hover:before {
  background: #ff6f02;
}
@media (max-width: 991px) {
  .s-header .cart__link {
    height: 29px;
    padding: 0 14px;
  }
}
@media (max-width: 767px) {
  .s-header .cart__link {
    height: 26px;
    padding: 0 10px;
  }
}
.s-header .cart__total {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 1;
  color: #fff;
  margin-left: 14px;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .s-header .cart__total {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .s-header .cart__total {
    font-size: 12px;
    margin-left: 11px;
  }
}
.s-header .cart-modal {
  position: absolute;
  right: 0;
  top: 76px;
  width: 402px;
  background: #02849a;
  padding: 40px;
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .s-header .cart-modal {
    top: 40px;
    right: -34px;
    padding: 20px;
    width: 286px;
  }
}
.s-header .cart-modal:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #02849a;
  position: absolute;
  right: 56px;
  top: -9px;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .s-header .cart-modal:before {
    width: 12px;
    height: 12px;
    top: -6px;
    right: 72px;
  }
}
.s-header .cart-modal__icon {
  display: flex;
  justify-content: center;
}
.s-header .cart-modal__icon svg {
  width: 48px;
  height: 40px;
  opacity: 0.5;
}
.s-header .cart-modal__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #f6f7f6;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .s-header .cart-modal__text {
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0;
  }
}
.s-header .cart.is-modal .cart-modal {
  opacity: 1;
  visibility: visible;
}
.s-header .burger {
  margin-left: 12px;
  margin-right: 4px;
  display: none;
}
.s-header .burger .btn_menu .i-burger {
  transition: all 0.3s ease;
}
.s-header .burger .btn_menu .i-close {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
  stroke: #fff;
  opacity: 0;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.s-header .burger .btn_menu.is-active:before {
  background: #02849a;
}
.s-header .burger .btn_menu.is-active .i-burger {
  opacity: 0;
}
.s-header .burger .btn_menu.is-active .i-close {
  opacity: 1;
}
@media (max-width: 1399px) {
  .s-header .burger {
    display: block;
  }
}
@media (max-width: 991px) {
  .s-header .burger {
    margin-left: 6px;
  }
}
@media (max-width: 767px) {
  .s-header .burger {
    margin-left: 0;
  }
}
.s-header .phone-sm {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .s-header .phone-sm {
    margin-right: 5px;
  }
}
.s-header .phone-sm a {
  font: bold 20px/23px Roboto;
  display: flex;
  align-items: center;
  color: #02849a;
}
@media (max-width: 767px) {
  .s-header .phone-sm a {
    width: 30px;
    height: 26px;
    position: relative;
    justify-content: center;
  }
  .s-header .phone-sm a:before {
    content: "";
    display: block;
    transform: skew(-15deg);
    background: #efefef;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease;
  }
}
.s-header .phone-sm a svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  opacity: 0.5;
}
.s-header .phone-sm a svg.icon-mb {
  display: none;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .s-header .phone-sm a svg {
    opacity: 1;
    margin-right: 0;
  }
  .s-header .phone-sm a svg.icon-ds {
    display: none;
  }
  .s-header .phone-sm a svg.icon-mb {
    display: block;
  }
}
@media (max-width: 767px) {
  .s-header .phone-sm a span {
    display: none;
  }
}
@media (max-width: 767px) {
  body:before {
    content: "";
    background: #efefef;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    height: 100vh;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
}
@media (max-width: 767px) {
  body.is-open:before {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  body.is-open .s-header:before {
    content: "";
    height: 55px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 50;
  }
  body.is-open .s-header .burger,
  body.is-open .s-header .cart,
  body.is-open .s-header .logo {
    position: relative;
    z-index: 55;
  }
}
@media (max-width: 1399px) {
  body.is-open .s-header .menu {
    display: flex;
    background: #efefef;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  body.is-open .s-header .linkBar {
    display: block;
  }
  body.is-open .s-header .linkBar__item:nth-child(1) {
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    z-index: 100;
    margin: 0;
  }
  body.is-open .s-header .linkBar__item:nth-child(1) .btn_icon {
    display: none;
  }
  body.is-open .s-header .linkBar__item:nth-child(1) .b-searchTop {
    width: 100%;
    position: relative;
    right: auto;
    left: auto;
    padding: 20px;
    overflow: visible;
  }
  body.is-open .s-header .linkBar__item:nth-child(1) .b-searchTop form:before {
    display: none;
  }
  body.is-open
    .s-header
    .linkBar__item:nth-child(1)
    .b-searchTop
    form
    .b-searchTop__inp {
    height: 46px;
    background: #fff;
    border: 1px solid rgba(91, 109, 123, 0.2);
  }
  body.is-open
    .s-header
    .linkBar__item:nth-child(1)
    .b-searchTop
    .b-searchTop__result {
    left: 20px;
    right: 20px;
    margin-top: -16px;
    width: auto;
  }
  body.is-open
    .s-header
    .linkBar__item:nth-child(1)
    .b-searchTop
    .b-searchTop__result
    .frame-scroll {
    max-height: 208px;
  }
  body.is-open .s-header .linkBar__item:nth-child(2) {
    position: absolute;
    bottom: 20px;
    right: 90px;
    z-index: 100;
  }
  body.is-open .s-header .linkBar__item:nth-child(2) .btn_icon {
    width: 40px;
    height: 29px;
  }
  body.is-open .s-header .linkBar__item:nth-child(2) .btn_icon:before {
    background: #fff;
  }
  body.is-open .s-header .linkBar__item:nth-child(2) .btn_icon svg {
    fill: #02849a;
    opacity: 0.5;
  }
  body.is-open .s-header .linkBar__item:nth-child(2) .btn_icon:after {
    content: "Избранное";
    position: absolute;
    left: 54px;
    top: 0;
    font-weight: 500;
    font-size: 12px;
    color: #5b6d7b;
    line-height: 29px;
  }
  body.is-open .s-header .linkBar__item:nth-child(3) {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 100;
  }
  body.is-open .s-header .linkBar__item:nth-child(3) .btn_icon {
    width: 40px;
    height: 29px;
  }
  body.is-open .s-header .linkBar__item:nth-child(3) .btn_icon:before {
    background: #fff;
  }
  body.is-open .s-header .linkBar__item:nth-child(3) .btn_icon svg {
    fill: #02849a;
    opacity: 0.5;
  }
  body.is-open .s-header .linkBar__item:nth-child(3) .btn_icon:after {
    content: "Кабинет";
    position: absolute;
    left: 54px;
    top: 0;
    font-weight: 500;
    font-size: 12px;
    color: #5b6d7b;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  body.is-open {
    overflow: hidden;
  }
}
.s-footer {
  background: #02849a;
  padding: 120px 0 126px 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #f6f7f6;
}
@media (max-width: 1199px) {
  .s-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .s-footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .s-footer {
    padding-top: 37px;
  }
}
.s-footer .container {
  position: relative;
  display: grid;
  grid-template-columns: 25% 35% 1fr;
  grid-template-areas: "col1 col2 col3" "col4 col4 col5";
}
@media (max-width: 1199px) {
  .s-footer .container {
    grid-column-gap: 20px;
    grid-template-columns: 27% 35% 1fr;
  }
}
@media (max-width: 991px) {
  .s-footer .container {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0;
    grid-template-areas: "col1 col1" "col2 col3" "col4 col5";
  }
}
@media (max-width: 767px) {
  .s-footer .container {
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2" "col3" "col4" "col5";
  }
}
.s-footer .logo {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .s-footer .logo {
    grid-area: logo;
    display: flex;
    justify-content: center;
    margin: 0;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .s-footer .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.s-footer .logo a {
  display: flex;
  width: 200px;
  filter: invert(1);
}
.s-footer .logo a svg {
  width: 171px;
  height: 22px;
}
@media (max-width: 767px) {
  .s-footer .logo a svg {
    width: 107px;
    height: 14px;
  }
}
.s-footer .contact {
  margin-bottom: 85px;
}
@media (max-width: 991px) {
  .s-footer .contact {
    grid-area: contact;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .s-footer .contact {
    margin-bottom: 30px;
  }
}
.s-footer .contact .phone {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 18px 0;
}
@media (max-width: 991px) {
  .s-footer .contact .phone {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 2px;
  }
}
.s-footer .contact .phone a {
  color: #f6f7f6;
}
.s-footer .contact .phone-small {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .s-footer .contact .phone-small {
    display: none;
  }
}
@media (max-width: 767px) {
  .s-footer .contact .phone-small {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
  }
}
.s-footer .contact .phone-small img {
  margin-right: 15px;
  width: 35px;
}
@media (max-width: 767px) {
  .s-footer .contact .phone-small img {
    width: 42px;
    margin-right: 10px;
  }
}
.s-footer .contact .phone-small a {
  color: #f6f7f6;
}
.s-footer .contact .work {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #f6f7f6;
}
@media (max-width: 991px) {
  .s-footer .contact .work {
    font-size: 12px;
    line-height: 14px;
  }
}
.s-footer .contact .work span {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .s-footer .social {
    grid-area: social;
  }
}
@media (max-width: 767px) {
  .s-footer .social {
    display: flex;
    justify-content: center;
  }
}
.s-footer .social ul {
  display: flex;
  margin: 0;
}
.s-footer .social ul li {
  margin: 0 16px 0 0;
  padding: 0;
  list-style: none;
}
.s-footer .social ul li:last-child {
  margin-right: 0;
}
.s-footer .social ul li a {
  display: flex;
}
.s-footer .social ul li a svg {
  width: 30px;
  height: 30px;
  fill: #f6f7f6;
  transition: all 0.3s ease;
}
.s-footer .social ul li a:hover svg {
  fill: #ff6f02;
}
.s-footer .copyr,
.s-footer .design {
  font-size: 14px;
  line-height: 16px;
  color: rgba(246, 247, 246, 0.5);
  font-weight: 400;
}
@media (max-width: 991px) {
  .s-footer .copyr,
  .s-footer .design {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .s-footer .copyr,
  .s-footer .design {
    text-align: center;
  }
}
.s-footer .copyr a,
.s-footer .design a {
  color: rgba(246, 247, 246, 0.5);
  text-decoration: none;
}
.s-footer .copyr p,
.s-footer .design p {
  margin: 0 0 10px 0;
}
.s-footer .copyr p:last-child,
.s-footer .design p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .s-footer .copyr {
    grid-area: txt;
  }
}
@media (max-width: 991px) {
  .s-footer .design {
    padding-bottom: 46px;
  }
}
@media (max-width: 767px) {
  .s-footer .design {
    padding-bottom: 0;
  }
}
.s-footer-pay {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .s-footer-pay {
    position: absolute;
    right: 40px;
    bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .s-footer-pay {
    position: relative;
    bottom: auto;
    right: auto;
    grid-area: pay;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.s-footer-pay__item {
  margin: 0 5px;
}
.s-footer-pay__item svg {
  opacity: 0.5;
}
.s-footer-pay__item svg.f-icon_01 {
  width: 87px;
  height: 30px;
}
.s-footer-pay__item svg.f-icon_02 {
  width: 38px;
  height: 30px;
}
.s-footer-pay__item svg.f-icon_03 {
  width: 45px;
  height: 30px;
}
.s-footer-pay__item svg.f-icon_04 {
  width: 33px;
  height: 33px;
}
.s-footer .is-title.is-h5,
.s-footer h5 {
  font:
    500 16px/19px Roboto,
    Arial,
    Helvetica,
    sans-serif;
  margin: 0 0 25px 0;
  color: #f6f7f6;
  text-transform: none;
}
@media (max-width: 991px) {
  .s-footer .is-title.is-h5,
  .s-footer h5 {
    font-size: 14px;
    line-height: 16px;
  }
}
.s-footer ul {
  margin: 0;
  padding: 0;
}
.s-footer ul li {
  font:
    normal 14px/16px Roboto,
    Arial,
    Helvetica,
    sans-serif;
  list-style: none;
  margin: 0 0 24px 0;
}
@media (max-width: 991px) {
  .s-footer ul li {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
  }
}
.s-footer ul li:last-child {
  margin-bottom: 0;
}
.s-footer ul li a {
  color: #f6f7f6;
}
.s-footer ul li a:hover {
  color: #ff6f02;
}
.s-footer__col {
  display: flex;
}
.s-footer__col:nth-child(1) {
  grid-area: col1;
}
@media (max-width: 991px) {
  .s-footer__col:nth-child(1) {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .s-footer__col:nth-child(1) {
    padding-bottom: 42px;
  }
}
@media (max-width: 991px) {
  .s-footer__col:nth-child(1) .column {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "contact logo social";
  }
}
@media (max-width: 767px) {
  .s-footer__col:nth-child(1) .column {
    display: block;
    text-align: center;
  }
}
.s-footer__col:nth-child(2) {
  grid-area: col2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .s-footer__col:nth-child(2) {
    grid-column-gap: 20px;
    padding-right: 10px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .s-footer__col:nth-child(2) {
    padding-bottom: 42px;
    padding-right: 0;
  }
}
.s-footer__col:nth-child(3) {
  grid-area: col3;
  border-left: 1px solid rgba(246, 247, 246, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  padding-left: 110px;
}
@media (max-width: 1199px) {
  .s-footer__col:nth-child(3) {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .s-footer__col:nth-child(3) {
    border: 0;
    padding: 0;
    grid-column-gap: 20px;
    padding-left: 10px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .s-footer__col:nth-child(3) {
    padding-left: 0;
    padding-bottom: 42px;
  }
}
.s-footer__col:nth-child(4) {
  grid-area: col4;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .s-footer__col:nth-child(4) {
    padding: 30px 0 0 0;
    border-top: 1px solid rgba(246, 247, 246, 0.1);
  }
}
@media (max-width: 767px) {
  .s-footer__col:nth-child(4) {
    display: flex;
    justify-content: center;
  }
}
.s-footer__col:nth-child(5) {
  grid-area: col5;
  padding-left: 110px;
  padding-top: 102px;
  border-left: 1px solid rgba(246, 247, 246, 0.1);
}
@media (max-width: 991px) {
  .s-footer__col:nth-child(5) {
    border: 0;
    padding: 30px 0 0 0;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid rgba(246, 247, 246, 0.1);
  }
}
@media (max-width: 767px) {
  .s-footer__col:nth-child(5) {
    border: 0;
    justify-content: center;
    padding-top: 10px;
  }
}
.s-footer__col.flex-column {
  flex-direction: column;
}
@media (max-width: 767px) {
  .s-footer__col.flex-column {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "txt" "pay";
    grid-row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .cities-list {
    display: none;
  }
}
.cities-list li {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .cities-list li {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
  }
}
.cities-list li a {
  color: #323e48;
}
.cities-list li a.is-active,
.cities-list li a:hover {
  color: #ff6f02;
}
.cities-list li:last-child {
  margin-bottom: 0;
}
.cities-select {
  display: none;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cities-select {
    display: block;
  }
}
.cities-select label {
  margin-bottom: 16px;
  display: block;
}
.cities-select select {
  background: #fff;
  border: 1px solid rgba(91, 109, 123, 0.2);
  height: 46px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 0 15px;
  color: #02849a;
}
.shop .b-contact__row {
  padding-bottom: 0;
}
.shop-title {
  font:
    900 32px/100% Gubia,
    Arial,
    Helvetica,
    sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #323e48;
}
@media (max-width: 991px) {
  .shop-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .shop-title {
    font-size: 28px;
  }
}
.shop-location strong {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #323e48;
}
@media (max-width: 991px) {
  .shop-location strong {
    font-size: 16px;
    link: 24px;
  }
}
.shop-showMap {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  display: block;
}
.shop-showMap a {
  color: #ff6f02;
  display: inline-flex;
  align-items: center;
}
.shop-showMap a svg {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.shop-tags {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5px;
}
@media (max-width: 991px) {
  .shop-tags {
    margin-top: 15px;
  }
}
.shop-tags li {
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  height: 26px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin: 0 5px;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .shop-tags li {
    font-size: 10px;
  }
}
.shop-tags li span {
  position: relative;
  z-index: 5;
}
.shop-tags li:before {
  content: "";
  background: #5b6d7b;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: skew(-17deg);
}
.shop-info-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #323e48;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .shop-info-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.shop-info-desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #323e48;
}
.shop-info-desc a {
  color: #ff6f02;
}
.shop-list {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #02849a;
}
.shop-list li {
  margin-bottom: 24px;
}
.shop-list li:last-child {
  margin-bottom: 0;
}
.shop-image {
  min-width: 100%;
}
.shop-image .swiper-slide {
  max-width: 466px;
}
@media (max-width: 991px) {
  .shop-image .swiper-slide {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .shop-image .swiper-slide {
    max-width: 198px;
  }
}
.shop-image-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 350px;
  display: block;
}
@media (max-width: 991px) {
  .shop-image-item {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .shop-image-item {
    height: 150px;
  }
}
.swiper-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(91, 109, 123, 0.5);
  position: absolute;
  bottom: 15px;
  top: auto;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .swiper-button {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .swiper-button {
    width: 30px;
    height: 30px;
  }
}
.swiper-button svg {
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .swiper-button svg {
    width: 10px;
    height: 10px;
  }
}
.swiper-button-prev {
  left: 15px;
}
@media (max-width: 991px) {
  .swiper-button-prev {
    left: 10px;
  }
}
.swiper-button-prev svg {
  transform: rotate(-180deg);
}
.swiper-button-next {
  left: 67px;
}
@media (max-width: 991px) {
  .swiper-button-next {
    left: 62px;
  }
}
@media (max-width: 767px) {
  .swiper-button-next {
    left: 50px;
  }
}

/* /local/templates/safeteam/css/new.min.css */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.b-productDetail--empty {
  grid-template-areas: "p-image p-title" "p-image p-offer" "p-analogue p-analogue" "p-desc p-video";
}
.b-productDetail--empty .b-productList {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  position: relative;
  z-index: 1;
  grid-area: p-analogue;
  padding: 60px 0 0;
}
.b-productDetail--empty .b-productList::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 100vw;
  height: 100%;
  background: #f6f7f6;
}

@media (max-width: 991px) {
  .b-productDetail--empty {
    grid-template-areas: "p-image p-title" "p-image p-offer" "p-analogue p-analogue" "p-desc p-desc" "p-video p-video";
  }
  .b-productDetail--empty .b-productList {
    padding: 60px 0;
  }
  .b-productDetail--empty .b-productList {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 767px) {
  .b-productDetail--empty {
    grid-template-areas: "p-title" "p-image" "p-offer" "p-analogue" "p-desc" "p-video";
  }
  .b-productDetail--empty .b-productList {
    max-width: calc(100vw - 40px);
  }
  .b-productDetail--empty .b-productList {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

.b-productDetail .bl-status {
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  color: #ff7070;
}

.c-brand-info {
  margin-bottom: 30px;
}
.c-brand-info__wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  padding: 30px 0;
}
.c-brand-info__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-brand-info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-brand-info__img {
  display: block;
  overflow: hidden;
  min-width: 125px;
  width: 125px;
  height: auto;
}
.c-brand-info__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-brand-info__body {
  max-width: calc(100% - 125px - 30px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-brand-info__body {
    max-width: none;
  }
}
.c-brand-info__content {
  font: normal 16px/1.5 "TT Norms";
  max-width: 1074px;
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #323e48;
}
.c-brand-info__content > * {
  margin-bottom: 20px;
}
.c-brand-info__content > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-brand-info__content {
    font-size: 14px;
  }
}
.c-brand-info__hide {
  display: none;
}
.c-brand-info__hide > * {
  margin-bottom: 20px;
}
.c-brand-info__hide > :last-child {
  margin-bottom: 0;
}
.c-brand-info__more {
  font: normal 18px "TT Norms";
  display: block;
  margin-top: 20px;
  padding: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  color: #ff6f02;
  background: 0 0;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  -webkit-transition:
    all 0.25s ease,
    max-height 0.4s ease;
  -o-transition:
    all 0.25s ease,
    max-height 0.4s ease;
  transition:
    all 0.25s ease,
    max-height 0.4s ease;
  cursor: pointer;
}
.c-brand-info__more:focus {
  outline: 0;
}
.c-brand-info__more.is--hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (hover: hover) {
  .c-brand-info__more:hover {
    border-color: #ff6f02;
  }
}
@media screen and (max-width: 767px) {
  .c-brand-info__more {
    font-size: 16px;
  }
}

.b-navBar__link {
  color: #323e48;
}
.b-navBar__link:hover {
  color: #fff;
}

/* new */
@media screen and (max-width: 767px) {
  .s-header {
    padding: 10px 0;
  }
  .s-header .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .s-header .linkBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    max-width: calc(100% - 14px - 38px);
    width: 100%;
  }
  .s-header .linkBar__item:not(:first-child) {
    display: none;
  }
  .s-header .linkBar__item:first-child {
    margin-right: 0;
    width: 100%;
  }
  .s-header .linkBar__item .btn_openSearch {
    width: 100%;
    height: 30px;
  }
  .s-header .linkBar__item .btn_openSearch::before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: #efefef;
  }
  .s-header .linkBar__item .btn_openSearch::after {
    content: "Начать поиск";
    position: absolute;
    top: 50%;
    left: 21px;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    font-weight: 500;
    color: #5b6d7b;
    opacity: 0.5;
  }
  .s-header .linkBar__item .btn_openSearch svg {
    display: none;
  }
  .s-header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 179px;
    min-width: 179px;
    width: 179px;
    height: 60px;
  }
  .s-header .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .s-header .logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .s-header .cart {
    display: none;
  }
  .s-header .phone-sm {
    margin-right: 0;
    margin-left: auto;
  }
  .s-header .phone-sm a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    color: #323e48;
  }
  .s-header .phone-sm a::before {
    display: none;
  }
  .s-header .phone-sm a svg {
    margin-right: 10px;
    opacity: 0.5;
  }
  .s-header .phone-sm a span {
    display: block;
  }
  .s-header .burger {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 14px;
  }
  .s-header .burger .btn_icon {
    min-width: 38px;
    width: 38px;
    height: 30px;
  }
  .s-header .burger .btn_icon::before {
    background: #02849a;
  }
  .s-header .burger .btn_icon svg {
    fill: #ffffff;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .wrap {
    padding-bottom: 0px;
  }
}

body {
  position: relative;
  overflow-x: hidden;
}

.navbar {
  position: fixed;
  display: none;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  margin: 0 !important;
  min-height: auto !important;
  width: 100vw;
  border: none !important;
}
.navbar::before {
  display: none !important;
}
.navbar__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar__btns {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  max-width: calc(100% - 86px);
  width: 100%;
}
.navbar__btns .navbar__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.navbar__btns::before {
  content: "";
  display: block;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  background: #02849a;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: drop-shadow(4px -2px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(4px -2px 4px rgba(0, 0, 0, 0.1));
}
.navbar__btn {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  padding: 18px 0;
  min-width: 60px;
  min-height: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  color: #323e48;
}
.navbar__btn--catalog {
  margin-right: 8px;
  margin-left: 12px;
  min-width: 124px;
  color: #323e48;
}
.navbar__btn--catalog::before {
  content: "";
  display: block;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar__btn--catalog::after {
  content: "";
  display: block;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  background: #02849a;
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 22px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar__btn--basket {
  min-width: 76px;
  color: #ff5100;
}
.navbar__btn--basket::before {
  content: "";
  display: block;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: drop-shadow(0px -2px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px -2px 4px rgba(0, 0, 0, 0.1));
}
.navbar__btn--basket::after {
  content: "";
  display: block;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  background: #ffffff;
  position: absolute;
  right: -18px;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 22px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar__btn svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.navbar__btn--catalog svg {
  fill: #323e48;
}
.navbar__btn--basket svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  fill: #323e48;
}

.b-searchTop.is-visible .b-searchTop__btn-search {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.b-searchTop__btn-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: block;
  min-width: 82px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 39px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background: transparent;
  border: none;
  border-radius: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.b-searchTop__btn-search::before {
  content: "";
  display: block;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  background: #02849a;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.b-searchTop__btn-search:focus {
  outline: none;
}

.b-searchTop__btn-search:hover {
  color: #ffffff;
}

.b-searchTop__btn-search:hover::before {
  background: #ff5100;
}

.btn_icon.btn_openSearch.is-active:hover::before {
  background: #ff5100;
}

.mobile-menu__nav
  .menu
  ul.menu__parent
  > li
  > .menu__child
  ul
  li.parent:hover
  > a {
  background: transparent !important;
}

.b-searchTop__clear {
  position: absolute;
  top: 50%;
  right: 96px;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.b-searchTop__clear.is--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .b-searchTop__clear {
    display: none !important;
  }
}

.b-searchTop__clear svg {
  min-width: 10px;
  width: 10px;
  height: 10px;
  color: #5b6d7b;
}

.b-searchTop__inp {
  color: #323e48 !important;
}
.b-searchTop__inp::-webkit-input-placeholder {
  opacity: 1;
  color: #5b6d7b !important;
}
.b-searchTop__inp::-moz-placeholder {
  opacity: 1;
  color: #5b6d7b !important;
}
.b-searchTop__inp:-ms-input-placeholder {
  opacity: 1;
  color: #5b6d7b !important;
}
.b-searchTop__inp::-ms-input-placeholder {
  opacity: 1;
  color: #5b6d7b !important;
}
.b-searchTop__inp::placeholder {
  opacity: 1;
  color: #5b6d7b !important;
}

@media screen and (min-width: 992px) {
  .b-searchTop__inp {
    padding-right: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .b-searchTop__inp {
    padding-right: 84px;
  }
  .b-searchTop__btn-search {
    min-width: 72px;
    height: 29px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .search-open .menu li {
    pointer-events: none;
  }
  .navbar {
    display: none !important;
  }
  .mobile-menu {
    display: none !important;
  }
  .b-searchTop__inpicon,
  .b-searchTop__close {
    display: none;
  }
  .menu__n-top {
    display: none !important;
  }
}
@media screen and (max-width: 359px) {
  .navbar__btn {
    min-width: 50px;
    width: 50px;
  }
  .navbar__btn--catalog {
    margin-right: 6px;
    margin-left: 10px;
    min-width: 114px;
  }
  .navbar__btn--basket {
    min-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .b-searchTop {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1000 !important;
    /* transform: translate(0, 0) !important; */
    display: block;
    padding: 0 !important;
    max-height: 100dvh;
    width: 100% !important;
    height: 100%;
    background: #ffffff;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .b-searchTop.is-visible {
    /* transform: translate(0, 0) !important; */
    width: 100% !important;
    visibility: visible;
    pointer-events: auto;
  }
  .b-searchTop form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px;
    width: 100%;
    background: #02849a;
  }
  .b-searchTop form::before {
    display: none;
  }
  .b-searchTop__inp {
    padding-right: 30px;
    padding-left: 30px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: normal;
    background: #ffffff;
    border: 1px solid #5b6d7b33 !important;
  }
  .b-searchTop__inpicon {
    position: absolute;
    top: 50%;
    left: 25px;
    z-index: 10;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    min-width: 20px;
    width: 20px;
    height: 20px;
    fill: #323e48;
    opacity: 0.5;
    pointer-events: none;
  }
  .b-searchTop__btn-search {
    display: none;
  }
  .b-searchTop__close {
    display: block;
    padding: 7px 0 7px 19px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
  }
  .b-searchTop__result {
    position: static;
    margin: 10px;
    max-width: calc(100% - 20px);
    width: 100%;
  }
  .b-searchTop__result .frame-scroll {
    max-height: calc(100dvh - 60px - 20px);
  }

  body.is-open::before {
    display: none;
  }
  body.is-open .s-header .menu {
    display: none;
  }
  body.is-open .mobile-menu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
  }

  .menu .is-parent.is-parent.is-parent-catalog {
    z-index: 110;
  }
  .menu .arw {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .menu .is-parent.is-parent-catalog .menu__child .arw {
    top: 0;
    right: 0 !important;
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px !important;
    height: 52px !important;
  }
  .menu .is-parent.is-parent-catalog > .menu__child {
    position: fixed !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    left: 0 !important;
    z-index: 10;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate(104%, 0);
    -ms-transform: translate(104%, 0);
    transform: translate(104%, 0);
    display: block !important;
    margin: 0 !important;
    min-height: 100dvh;
    max-height: 100dvh;
    width: 100vw !important;
    background: #efefef;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .menu .is-parent.is-parent-catalog > .menu__child .menu__child {
    position: relative !important;
    z-index: 1;
    left: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .menu .is-parent.is-parent-catalog .menu__child.is--active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto;
  }
  .menu .is-parent.is-parent-catalog .menu__child ul {
    background: transparent !important;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transform: translate(104%, 0);
  -ms-transform: translate(104%, 0);
  transform: translate(104%, 0);
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100dvh;
  width: 100vw;
  height: 100dvh;
  background: #efefef;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.mobile-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 20px 20px 0;
}

.mobile-menu .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 143px;
  min-width: 143px;
  width: 143px;
  height: 60px;
}
.mobile-menu .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.mobile-menu .logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-menu__close {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  min-width: 40px;
  width: 40px;
  height: 26px;
  font-size: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.mobile-menu__close:focus {
  outline: none;
}
.mobile-menu__close svg {
  min-width: 10px;
  width: 10px;
  height: 10px;
  color: #ffffff;
}
.mobile-menu__close::before {
  content: "";
  display: block;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  background: #323e48;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-menu__bottom {
  margin-top: 40px;
  padding: 0 20px 24px;
}

.mobile-menu__block + .mobile-menu__block {
  margin-top: 20px;
}

.mobile-menu__label {
  display: block;
  margin: 0 0 2px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 500;
  color: #5b6d7b;
}

.mobile-menu__value {
  display: block;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  color: #323e48;
}

.mobile-menu__link {
  display: block;
  margin: 2px 0 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  color: #02849a;
}

.mobile-menu__link:hover {
  color: #02849a;
}

.mobile-menu__social {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mobile-menu__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.mobile-menu__social ul li {
  margin: 0 16px 0 0;
  padding: 0;
  list-style: none;
}
.mobile-menu__social ul li:last-child {
  margin-right: 0;
}
.mobile-menu__social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu__social ul li a svg {
  width: 30px;
  height: 30px;
  fill: #323e48;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.menu__n-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 20px 20px 0;
}

.menu__n-heading {
  display: block;
  margin-right: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  font-weight: 900;
  line-height: 0.8125;
  text-transform: uppercase;
  color: #323e48;
}
.menu__n-close {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  min-width: 40px;
  width: 40px;
  height: 26px;
  font-size: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  will-change: transform;
}
.menu__n-close:focus {
  outline: none;
}
.menu__n-close svg {
  min-width: 10px;
  width: 10px;
  height: 10px;
  color: #ffffff;
}
.menu__n-close::before {
  content: "";
  display: block;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  background: #323e48 !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: transform;
}

.mobile-menu__nav .menu ul.menu__parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .mobile-menu__nav .menu ul.menu__parent {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .mobile-menu__nav .menu ul.menu__parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .mobile-menu__nav .menu ul.menu__parent {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
  }
}
.mobile-menu__nav .menu ul.menu__parent > li {
  font:
    bold 20px/1 Gubia,
    Arial,
    Helvetica,
    sans-serif;
  list-style: none;
  text-transform: uppercase;
  margin: 0 25px 0 26px;
  white-space: nowrap;
  position: relative;
  height: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1366px) {
  .mobile-menu__nav .menu ul.menu__parent > li {
    margin: 0 14px;
  }
}
@media (max-width: 1199px) {
  .mobile-menu__nav .menu ul.menu__parent > li {
    height: 68px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .mobile-menu__nav .menu ul.menu__parent > li {
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
  }
}
.mobile-menu__nav .menu ul.menu__parent > li > a {
  color: #323e48;
}
@media (max-width: 767px) {
  .mobile-menu__nav .menu ul.menu__parent > li > a {
    display: block;
    padding: 18px 20px;
  }
}
.mobile-menu__nav .menu ul.menu__parent > li > a:hover {
  color: #ff6f02;
}
.mobile-menu__nav .menu ul.menu__parent > li > .menu__child {
  padding-top: 14px;
  position: absolute;
  left: -40px;
  top: 100%;
  width: 265px;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .mobile-menu__nav .menu ul.menu__parent > li > .menu__child {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .mobile-menu__nav .menu ul.menu__parent > li > .menu__child {
    left: 0;
  }
}
@media (max-width: 767px) {
  .mobile-menu__nav .menu ul.menu__parent > li > .menu__child {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    display: none;
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin: 0 -20px;
    margin-bottom: -1px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.mobile-menu__nav .menu ul.menu__parent > li > .menu__child:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-left: 1px solid rgba(91, 109, 123, 0.2);
  border-top: 1px solid rgba(91, 109, 123, 0.2);
  position: absolute;
  left: 60px;
  top: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1199px) {
  .mobile-menu__nav .menu ul.menu__parent > li > .menu__child:before {
    left: 25px;
  }
}
@media (max-width: 767px) {
  .mobile-menu__nav .menu ul.menu__parent > li > .menu__child:before {
    display: none;
  }
}
.mobile-menu__nav .menu ul.menu__parent > li > .menu__child ul li {
  position: relative;
}
@media (max-width: 767px) {
  .mobile-menu__nav
    .menu
    ul.menu__parent
    > li
    > .menu__child
    ul
    li
    + li::before {
    /* border-bottom: 1px solid #efefef; */
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    width: calc(100vw - 40px);
    height: 1px;
    background: rgba(91, 109, 123, 0.2);
    pointer-events: none;
  }
}
.mobile-menu__nav
  .menu
  ul.menu__parent
  > li
  > .menu__child
  ul
  li
  > .menu__child {
  position: absolute;
  left: 100%;
  top: 0;
  width: 464px;
  padding-left: 24px;
}
@media (max-width: 1366px) {
  .mobile-menu__nav
    .menu
    ul.menu__parent
    > li
    > .menu__child
    ul
    li
    > .menu__child {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .mobile-menu__nav
    .menu
    ul.menu__parent
    > li
    > .menu__child
    ul
    li
    > .menu__child {
    display: none;
  }
}
@media (max-width: 1199px) {
  .mobile-menu__nav
    .menu
    ul.menu__parent
    > li
    > .menu__child
    ul
    li
    > .menu__child
    ul
    li
    a:before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .mobile-menu__nav
    .menu
    ul.menu__parent
    > li
    > .menu__child
    ul
    li
    > .menu__child
    ul
    li
    > .menu__child {
    display: none;
  }
}
.mobile-menu__nav .menu ul.menu__parent > li > .menu__child ul li.parent > a {
  position: relative;
}
.mobile-menu__nav
  .menu
  ul.menu__parent
  > li
  > .menu__child
  ul
  li.parent
  > a:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #ffeee6;
  position: absolute;
  right: -9px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu__nav
  .menu
  ul.menu__parent
  > li
  > .menu__child
  ul
  li.parent:hover
  > a {
  background: #ffeee6;
}
.mobile-menu__nav
  .menu
  ul.menu__parent
  > li
  > .menu__child
  ul
  li.parent:hover
  > a:before {
  opacity: 1;
}
.mobile-menu__nav .menu ul.menu__parent > li:hover > .menu__child {
  opacity: 1;
  visibility: visible;
}
.mobile-menu__nav .menu ul.menu__parent > li.is-parent .arw {
  display: none;
}
@media (max-width: 767px) {
  .mobile-menu__nav .menu ul.menu__parent > li.is-parent {
    border-bottom: 1px solid rgba(91, 109, 123, 0.2);
    margin: 0 20px;
  }
  .mobile-menu__nav .menu ul.menu__parent > li.is-parent .arw {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu__nav .menu ul.menu__parent > li.is-parent .arw svg {
    width: 12px;
    height: 8px;
    fill: none;
    stroke: #5b6d7b;
  }
}
@media (max-width: 767px) {
  .mobile-menu__nav .menu ul.menu__parent > li.is-parent > a {
    margin-right: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .mobile-menu__nav .menu ul.menu__parent > li:not(.is-parent) + li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    width: calc(100vw - 40px);
    height: 1px;
    background: rgba(91, 109, 123, 0.2);
    pointer-events: none;
  }
}
.mobile-menu__nav .menu ul.menu__parent ul {
  background: #fff;
  border: 1px solid rgba(91, 109, 123, 0.2);
  padding: 10px 0;
}
@media (max-width: 767px) {
  .mobile-menu__nav .menu ul.menu__parent ul {
    padding: 0;
    border: 0;
  }
}
.mobile-menu__nav .menu ul.menu__parent ul li {
  font:
    500 18px/24px "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  text-transform: none;
  white-space: normal;
}
@media (max-width: 1366px) {
  .mobile-menu__nav .menu ul.menu__parent ul li {
    font-size: 16px;
    line-height: 22px;
  }
}
.mobile-menu__nav .menu ul.menu__parent ul li:hover > .menu__child {
  opacity: 1;
  visibility: visible;
}
.mobile-menu__nav .menu ul.menu__parent ul li a {
  color: #323e48;
  display: block;
  padding: 15px 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .mobile-menu__nav .menu ul.menu__parent ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mobile-menu__nav .menu ul.menu__parent ul li a:hover {
  background: #ffeee6;
  color: #ff6f02;
}
.mobile-menu__nav .menu ul.menu__parent ul li.is-active a {
  background: #ffeee6;
  color: #ff6f02;
}
.mobile-menu__nav
  .menu
  ul.menu__parent
  .menu__child:not([style="display: block;"]) {
  opacity: 0;
  visibility: hidden;
}

.b-searchTop__result__item a {
  color: #323e48;
}

.b-searchTop__result__item a:hover {
  color: #323e48;
}
.b-searchTop__result__prod__info .title a {
  color: #323e48;
}
.b-searchTop__result__prod__info .title a:hover {
  color: #323e48;
}
.b-searchTop__result__prod__info .price strong {
  color: #323e48;
}

@media screen and (max-width: 767px) {
  .b-searchTop__result {
    margin: 0 !important;
    max-width: none !important;
    border: none !important;
  }
  .b-searchTop__result__item {
    border-bottom: none !important;
  }
  .b-searchTop__result__item a {
    padding: 10px 20px;
  }
  .b-searchTop__result__prod {
    padding: 8px 20px;
  }
  .b-searchTop__result__prod__info .title {
    margin-bottom: 6px !important;
  }

  .is-parent.is-open > a,
  .parent.is-open > a {
    color: #ff5100 !important;
  }

  .is-parent.is-open > .arw svg,
  .parent.is-open > .arw svg {
    stroke: #ff5100 !important;
  }

  .is-parent.is-open > .arw,
  .parent.is-open > .arw {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .is-parent.is-parent-catalog > .menu__child .parent > .menu__child {
    background: #ffffff;
  }
  .is-parent.is-parent-catalog
    > .menu__child
    .parent
    > .menu__child
    .parent
    > .menu__child {
    background: #02849a;
  }
  .is-parent.is-parent-catalog
    > .menu__child
    .parent
    > .menu__child
    .parent
    > .menu__child
    a {
    color: #ffffff;
  }
  .is-parent.is-parent-catalog
    > .menu__child
    .parent
    > .menu__child
    .parent
    > .menu__child
    a:hover {
    color: #ffffff;
  }

  .mobile-menu__nav .menu ul.menu__parent ul li a:hover {
    color: #ff5100;
    background: transparent !important;
  }
}

@media screen and (min-width: 768px) {
  body.is-open .menu li {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .b-navBar__list {
    display: block !important;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -20px -6px !important;
    padding: 0 14px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .b-navBar__list .b-navBar__item {
    display: inline-block !important;
  }
  .b-navBar__list .b-navBar__link {
    white-space: nowrap;
  }
}

/* /local/templates/safeteam/style.css */
.b-navBar__link.active_f {
  color: #fff;
  background: #323e48;
}
.b-productCard__image a img.sect_list_img_n {
  object-fit: contain;
  width: 100% !important;
}
.b-navBar__link.b-navBar__link_active {
  color: #fff;
  background: #5b6d7b;
}
.smartfilter .form-checkList__list > div,
.smartfilter .form-coll > div {
  margin-bottom: 16px;
}
.form-checkList__list.Fnone {
  display: none;
}
.fdel_filter {
  line-height: 21px;
  color: #323e48;
  font:
    500 18px/1.5 "TT Norms",
    Arial,
    Helvetica,
    sans-serif;
  height: auto;
  padding: 0;
  text-transform: unset;
  position: unset;
  display: block;
  border: 0;
  outline: 0;
  background: 0 0;
  cursor: pointer;
}
body .form-check-dt + label {
  line-height: 23px;
}
@media (max-width: 991px) {
  .fdel_filter {
    height: auto;
    padding: 0;
    font-size: 12px;
  }
}
.select2-container {
  min-width: 200px;
}
.bl-desc__frame.bl-desc__frame_detail {
  margin-bottom: 22px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin: 0 0 25px 0;
}
.table table tr td a.prop_file_list {
  color: #323e48;
}
.table table tr td a.prop_file_list:hover {
  color: #ff6f02;
}
.bl-btn .active .el_favourites svg {
  fill: #fff;
  opacity: 1;
}
.bl-btn .active .el_favourites:before {
  background: #323e48;
}
.s-header .linkBar__item.linkBar__item_favorites.active .btn_icon svg {
  fill: #fff;
  opacity: 1;
}
.s-header .linkBar__item.linkBar__item_favorites.active .btn_icon:before {
  background: #02849a;
}
.b-productCard__price .btn_favorites.active span svg:nth-child(1) {
  opacity: 0;
}
.b-productCard__price .btn_favorites.active span :nth-child(2) {
  opacity: 1;
}
.not_order_list {
  color: #ff6f02;
  padding: 20px 0;
  font-weight: 500;
}
.l_o_date {
  text-transform: uppercase;
}
.area.inp_error_text.inp_error {
  color: #f99595;
  background: #fee;
  border: 1px solid rgba(241, 60, 60, 0.5);
}
.form-line.form_line_lk_pop_up {
  margin-bottom: 0;
  width: 100%;
}
.el-mes.el-mes_hide {
  display: none;
}
.b-step__item .b-step__item__frame2 {
  display: none;
}
.b-step__item.is-active .b-step__item__frame2 {
  display: block;
}
.el-edit.edit_not_active {
  display: none;
}
.el-edit.edit_active {
  display: block;
}
.b-step__btn.btn_sm_hide_user {
  display: none;
}
.btn_after_reg_from_main {
  color: #fff;
}
body div.forgot_msg {
  color: green;
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 5px 0;
}
.message-error.hide_error {
  display: none;
}
.after_reg {
  text-align: center;
  font-weight: 500;
  color: #ff6f02;
  font-size: 20px;
}
#comment_cImg {
  width: 100%;
  height: 100%;
}
.error_form_auth_r {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.15;
  color: red;
  display: block;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.error_form_auth {
  color: red;
}
.b-contact .b-pickup__row {
  min-height: 432px;
}
#map_new {
  height: 432px;
  width: 100%;
}
.b-order-cart__product .b-productCard__price p a {
  color: #5b6d7b;
}
.not_el_basket {
  margin: 0 auto;
  display: table;
  font-size: 18px;
  font-weight: 500;
}
.catalog-modal-goto__control {
  width: 60px;
  height: 30px;
  margin-left: 20px;
}
.catalog-modal-goto__button {
  width: auto;
  height: 30px;
}
.b-productDetail__image .productImage__item img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
  max-width: 500px;
}
.b-productCard__desc p {
  min-height: 21px;
}
.b-sort__list__item.is-active.is_active_up a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid #ff6f02;
  border-top: unset;
  background: 0 0;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -2px;
}
.b-sort__list__item.is-active.is_active_down a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #ff6f02;
  border-bottom: unset;
  background: 0 0;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -2px;
}
.b-productCard__desc.b-productCard__desc_new p {
  height: 21px;
}
body.catalogues_page .fancybox-slide::before {
  display: inline;
}
body.catalogues_page .fancybox-infobar {
  display: none;
}
body.catalogues_page .fancybox-navigation {
  display: none;
}
.s-main_page404 h1 {
  display: none !important;
}
.b-pages ul li a.active:before {
  background: #323e48;
}
.b-pages ul li a.active {
  color: #fff;
}
.b-slider__item__image span.img_mobile_slider {
  display: none;
}
.result_submit {
  font-size: 14px;
  padding-bottom: 30px;
}
.b-partner__logo {
  position: relative;
  display: flex;
  justify-content: center;
}
.b-partner__logo__normal {
  width: 80%;
  height: auto;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.b-partner__link:hover .b-partner__logo__normal {
  filter: grayscale(0);
}
.b-news__item__image a img.news_img {
  width: 190px;
  height: 106px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .b-slider__item__image span.img_desctop_slider {
    display: none;
  }
  .b-slider__item__image span.img_mobile_slider {
    display: block;
  }
}
