:root {
  --border-radius-primary: 16px;
}

/* .container {
    @include make-container();
}

// Fluid container
.container-fluid {
    @include make-container-fluid();
}

.row {
    @include make-row();
} */
.row-sm {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.no-padding.col, .no-padding[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

.offset-11 {
  margin-left: 91.6666666667%;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.5;
}

.h1-bold,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.display-1 {
  font-family: "Roboto Medium", sans-serif;
  font-weight: 500;
}

h1,
.h1,
.h1-bold {
  font-size: 24px;
}

h1, .h1 {
  font-family: "Roboto Light", sans-serif;
  font-weight: 300;
}

h2, .h2 {
  font-size: 32px;
  line-height: 1.2;
}

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

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

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

h6, .h6 {
  font-size: 16px;
  margin-bottom: 12px;
}

.display-1 {
  font-size: 32px;
}

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

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

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

.font-14 {
  font-size: 14px;
}

.text-light {
  font-family: "Roboto Light", sans-serif;
}

.line-height-sm {
  line-height: 1.2;
}

.line-height-md {
  line-height: 1.3;
}

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

.horizontal-list {
  display: flex;
  flex-wrap: wrap;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.media-icons {
  display: flex;
  align-items: center;
}

.isInViewport.animate,
.isInViewport .animate {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animate-1 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.animate-2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.animate-3 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.animate-4 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.animate-5 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.animate-6 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.animate-7 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.animate-8 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.ajax-spinner .inner,
.ajax-spinner .outer {
  transform-origin: 50% 50%;
}
.ajax-spinner .inner {
  -webkit-animation: spin 0.6s infinite linear;
          animation: spin 0.6s infinite linear;
}
.ajax-spinner .outer {
  -webkit-animation: spin 1.5s infinite linear;
          animation: spin 1.5s infinite linear;
  animation-direction: reverse;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.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;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes progressLinearMovement {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes progressLinearMovement {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes close-anim {
  from {
    height: 0;
  }
  to {
    height: 25px;
  }
}
@keyframes close-anim {
  from {
    height: 0;
  }
  to {
    height: 25px;
  }
}
@-webkit-keyframes close-anim-closing {
  from {
    height: 25px;
  }
  to {
    height: 0;
  }
}
@keyframes close-anim-closing {
  from {
    height: 25px;
  }
  to {
    height: 0;
  }
}
@-webkit-keyframes close-anim-closing2 {
  0% {
    height: 25px;
  }
  50% {
    height: 25px;
  }
  to {
    height: 0;
  }
}
@keyframes close-anim-closing2 {
  0% {
    height: 25px;
  }
  50% {
    height: 25px;
  }
  to {
    height: 0;
  }
}
@-webkit-keyframes cart-anim {
  to {
    stroke-dashoffset: 60;
  }
}
@keyframes cart-anim {
  to {
    stroke-dashoffset: 60;
  }
}
@-webkit-keyframes cart-anim-closing {
  to {
    stroke-dashoffset: 120;
  }
}
@keyframes cart-anim-closing {
  to {
    stroke-dashoffset: 120;
  }
}
@-webkit-keyframes badge-anim {
  0% {
    font-size: 0;
    height: 0;
    width: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  40% {
    font-size: 14px;
    height: 30px;
    width: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    font-size: 14px;
    height: 30px;
    width: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    font-size: 10px;
    height: 14px;
    width: 14px;
    left: 14px;
    top: -4px;
    transform: translate(0, 0);
  }
}
@keyframes badge-anim {
  0% {
    font-size: 0;
    height: 0;
    width: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  40% {
    font-size: 14px;
    height: 30px;
    width: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    font-size: 14px;
    height: 30px;
    width: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    font-size: 10px;
    height: 14px;
    width: 14px;
    left: 14px;
    top: -4px;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes rotate-loader {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loader {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash-loader {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash-loader {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.tablist {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
}
.tablist a {
  border: 1px solid #181818;
  border-radius: 24px;
  color: #181818;
  display: block;
  line-height: 38px;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.tablist a:hover, .tablist a:focus, .tablist a:active {
  border-color: #ADADAD;
  color: #ADADAD;
}
.tablist li.active {
  position: relative;
}
.tablist li.active a {
  border-color: #ADADAD;
  color: #ADADAD;
}
.tablist.dark-tabs a {
  border: 1px solid #5AE4AA;
  color: #5AE4AA;
}
.tablist.dark-tabs a:hover, .tablist.dark-tabs a:focus, .tablist.dark-tabs a:active {
  border-color: #5E5E5E;
  color: #fff;
}
.tablist.dark-tabs li.active a {
  border-color: #5E5E5E;
  color: #fff;
}

.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}

.collapse-header {
  position: relative;
}
.collapse-header .collapse-helper {
  display: none;
}
.collapse-header .fa-minus {
  display: none;
}
.collapse-header.in .fa-minus {
  display: block;
}
.collapse-header.in .fa-plus {
  display: none;
}

.point {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
}

.plus-block {
  position: relative;
}
.plus-block .plus {
  left: 50%;
  position: absolute;
  top: -41px;
  transform: translate(-50%, 0);
}

.app-store {
  align-items: center;
  border: 2px solid #5E5E5E;
  border-radius: 8px;
  display: inline-block;
  height: 48px;
  line-height: 1;
  position: relative;
  text-align: left;
  width: 132px;
}
.app-store svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
}
.app-store .text {
  font-size: 9px;
  left: 48px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.app-store .app-name {
  font-family: "Roboto Medium", sans-serif;
  font-size: 11px;
  letter-spacing: 0.3px;
  margin-top: 6px;
}

.color-switch {
  height: 24px;
  position: relative;
}
.color-switch .white,
.color-switch .black {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  height: 24px;
  padding-bottom: 0;
  padding-top: 0;
  position: absolute;
}
.color-switch .white:focus,
.color-switch .black:focus {
  outline: 0;
}
.color-switch .white:before,
.color-switch .black:before {
  border: 1px solid #181818;
  border-radius: 50%;
  content: "";
  height: 24px;
  position: absolute;
  top: 0;
  width: 24px;
}
.color-switch .white:not(.active) svg,
.color-switch .black:not(.active) svg {
  opacity: 0;
}
.color-switch .white svg,
.color-switch .black svg {
  position: absolute;
  top: 6.8px;
  will-change: opacity;
  transition: opacity 0.2s easy-in-out;
}
.color-switch .white {
  right: 50%;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 30px;
}
.color-switch .white:before {
  right: 0;
}
.color-switch .white svg {
  right: 6px;
}
.color-switch .black {
  left: 50%;
  margin-left: 4px;
  padding-left: 30px;
  padding-right: 0;
}
.color-switch .black:before {
  background: #181818;
  left: 0;
}
.color-switch .black svg {
  left: 5.5px;
}

.api-popup .popup-container .popup-header .text .title {
  font-size: 24px;
  margin-bottom: 8px;
  max-width: 460px;
  margin: 0 auto 16px;
}
.api-popup .popup-container .popup-header .text {
  font-size: 14px;
}
.api-popup .popup-container .popup-header .text .title {
  max-width: 460px;
  margin: 0 auto 16px;
}

.bg-light {
  background-color: #F7F7F7 !important;
}

.bg-brand {
  background-color: #181818 !important;
}

.bg-brand2 {
  background-color: #1D1D1D !important;
}

.bg-gray3 {
  background-color: #D7D7D7 !important;
}

.bg-gray7 {
  background-color: #dbdbdb !important;
}

.bg-primary {
  background-color: #5AE4AA !important;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-transparent {
  background-color: transparent;
}

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

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}
.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.top-center {
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

.w-232 {
  width: 232px !important;
}

.w-240 {
  width: 240px !important;
}

.w-250 {
  width: 250px !important;
}

.w-272 {
  width: 272px !important;
}

.w-280 {
  width: 280px !important;
}

.w-288 {
  width: 288px !important;
}

.h-264 {
  height: 264px !important;
}

.h-312 {
  height: 312px !important;
}

.h-396 {
  height: 396px !important;
}

.mw-288 {
  max-width: 288px !important;
}

.mw-296 {
  max-width: 296px !important;
}

.mw-364 {
  max-width: 364px !important;
}

.mw-480 {
  max-width: 480px !important;
}

.mw-512 {
  max-width: 512px !important;
}

.mw-576 {
  max-width: 576px !important;
}

.mw-640 {
  max-width: 640px !important;
}

.mw-680 {
  max-width: 680px !important;
}

.mw-896 {
  max-width: 896px !important;
}

.mw-912 {
  max-width: 912px !important;
}

.mw-928 {
  max-width: 928px !important;
}

.mw-1024 {
  max-width: 1024px !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  min-height: 100vh;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 8px !important;
}

.mt-1,
.my-1 {
  margin-top: 8px !important;
}

.mr-1,
.mx-1 {
  margin-right: 8px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 8px !important;
}

.ml-1,
.mx-1 {
  margin-left: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.mt-2,
.my-2 {
  margin-top: 16px !important;
}

.mr-2,
.mx-2 {
  margin-right: 16px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 16px !important;
}

.ml-2,
.mx-2 {
  margin-left: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.mt-3,
.my-3 {
  margin-top: 24px !important;
}

.mr-3,
.mx-3 {
  margin-right: 24px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 24px !important;
}

.ml-3,
.mx-3 {
  margin-left: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.mt-4,
.my-4 {
  margin-top: 32px !important;
}

.mr-4,
.mx-4 {
  margin-right: 32px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 32px !important;
}

.ml-4,
.mx-4 {
  margin-left: 32px !important;
}

.m-5 {
  margin: 40px !important;
}

.mt-5,
.my-5 {
  margin-top: 40px !important;
}

.mr-5,
.mx-5 {
  margin-right: 40px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 40px !important;
}

.ml-5,
.mx-5 {
  margin-left: 40px !important;
}

.m-6 {
  margin: 48px !important;
}

.mt-6,
.my-6 {
  margin-top: 48px !important;
}

.mr-6,
.mx-6 {
  margin-right: 48px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 48px !important;
}

.ml-6,
.mx-6 {
  margin-left: 48px !important;
}

.m-7 {
  margin: 56px !important;
}

.mt-7,
.my-7 {
  margin-top: 56px !important;
}

.mr-7,
.mx-7 {
  margin-right: 56px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 56px !important;
}

.ml-7,
.mx-7 {
  margin-left: 56px !important;
}

.m-8 {
  margin: 64px !important;
}

.mt-8,
.my-8 {
  margin-top: 64px !important;
}

.mr-8,
.mx-8 {
  margin-right: 64px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 64px !important;
}

.ml-8,
.mx-8 {
  margin-left: 64px !important;
}

.m-9 {
  margin: 72px !important;
}

.mt-9,
.my-9 {
  margin-top: 72px !important;
}

.mr-9,
.mx-9 {
  margin-right: 72px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 72px !important;
}

.ml-9,
.mx-9 {
  margin-left: 72px !important;
}

.m-10 {
  margin: 80px !important;
}

.mt-10,
.my-10 {
  margin-top: 80px !important;
}

.mr-10,
.mx-10 {
  margin-right: 80px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 80px !important;
}

.ml-10,
.mx-10 {
  margin-left: 80px !important;
}

.m-12 {
  margin: 96px !important;
}

.mt-12,
.my-12 {
  margin-top: 96px !important;
}

.mr-12,
.mx-12 {
  margin-right: 96px !important;
}

.mb-12,
.my-12 {
  margin-bottom: 96px !important;
}

.ml-12,
.mx-12 {
  margin-left: 96px !important;
}

.m-14 {
  margin: 112px !important;
}

.mt-14,
.my-14 {
  margin-top: 112px !important;
}

.mr-14,
.mx-14 {
  margin-right: 112px !important;
}

.mb-14,
.my-14 {
  margin-bottom: 112px !important;
}

.ml-14,
.mx-14 {
  margin-left: 112px !important;
}

.m-16 {
  margin: 128px !important;
}

.mt-16,
.my-16 {
  margin-top: 128px !important;
}

.mr-16,
.mx-16 {
  margin-right: 128px !important;
}

.mb-16,
.my-16 {
  margin-bottom: 128px !important;
}

.ml-16,
.mx-16 {
  margin-left: 128px !important;
}

.m-18 {
  margin: 144px !important;
}

.mt-18,
.my-18 {
  margin-top: 144px !important;
}

.mr-18,
.mx-18 {
  margin-right: 144px !important;
}

.mb-18,
.my-18 {
  margin-bottom: 144px !important;
}

.ml-18,
.mx-18 {
  margin-left: 144px !important;
}

.m-20 {
  margin: 160px !important;
}

.mt-20,
.my-20 {
  margin-top: 160px !important;
}

.mr-20,
.mx-20 {
  margin-right: 160px !important;
}

.mb-20,
.my-20 {
  margin-bottom: 160px !important;
}

.ml-20,
.mx-20 {
  margin-left: 160px !important;
}

.m-24 {
  margin: 192px !important;
}

.mt-24,
.my-24 {
  margin-top: 192px !important;
}

.mr-24,
.mx-24 {
  margin-right: 192px !important;
}

.mb-24,
.my-24 {
  margin-bottom: 192px !important;
}

.ml-24,
.mx-24 {
  margin-left: 192px !important;
}

.m-32 {
  margin: 256px !important;
}

.mt-32,
.my-32 {
  margin-top: 256px !important;
}

.mr-32,
.mx-32 {
  margin-right: 256px !important;
}

.mb-32,
.my-32 {
  margin-bottom: 256px !important;
}

.ml-32,
.mx-32 {
  margin-left: 256px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 8px !important;
}

.pt-1,
.py-1 {
  padding-top: 8px !important;
}

.pr-1,
.px-1 {
  padding-right: 8px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 8px !important;
}

.pl-1,
.px-1 {
  padding-left: 8px !important;
}

.p-2 {
  padding: 16px !important;
}

.pt-2,
.py-2 {
  padding-top: 16px !important;
}

.pr-2,
.px-2 {
  padding-right: 16px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 16px !important;
}

.pl-2,
.px-2 {
  padding-left: 16px !important;
}

.p-3 {
  padding: 24px !important;
}

.pt-3,
.py-3 {
  padding-top: 24px !important;
}

.pr-3,
.px-3 {
  padding-right: 24px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 24px !important;
}

.pl-3,
.px-3 {
  padding-left: 24px !important;
}

.p-4 {
  padding: 32px !important;
}

.pt-4,
.py-4 {
  padding-top: 32px !important;
}

.pr-4,
.px-4 {
  padding-right: 32px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 32px !important;
}

.pl-4,
.px-4 {
  padding-left: 32px !important;
}

.p-5 {
  padding: 40px !important;
}

.pt-5,
.py-5 {
  padding-top: 40px !important;
}

.pr-5,
.px-5 {
  padding-right: 40px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 40px !important;
}

.pl-5,
.px-5 {
  padding-left: 40px !important;
}

.p-6 {
  padding: 48px !important;
}

.pt-6,
.py-6 {
  padding-top: 48px !important;
}

.pr-6,
.px-6 {
  padding-right: 48px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 48px !important;
}

.pl-6,
.px-6 {
  padding-left: 48px !important;
}

.p-7 {
  padding: 56px !important;
}

.pt-7,
.py-7 {
  padding-top: 56px !important;
}

.pr-7,
.px-7 {
  padding-right: 56px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 56px !important;
}

.pl-7,
.px-7 {
  padding-left: 56px !important;
}

.p-8 {
  padding: 64px !important;
}

.pt-8,
.py-8 {
  padding-top: 64px !important;
}

.pr-8,
.px-8 {
  padding-right: 64px !important;
}

.pb-8,
.py-8 {
  padding-bottom: 64px !important;
}

.pl-8,
.px-8 {
  padding-left: 64px !important;
}

.p-9 {
  padding: 72px !important;
}

.pt-9,
.py-9 {
  padding-top: 72px !important;
}

.pr-9,
.px-9 {
  padding-right: 72px !important;
}

.pb-9,
.py-9 {
  padding-bottom: 72px !important;
}

.pl-9,
.px-9 {
  padding-left: 72px !important;
}

.p-10 {
  padding: 80px !important;
}

.pt-10,
.py-10 {
  padding-top: 80px !important;
}

.pr-10,
.px-10 {
  padding-right: 80px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 80px !important;
}

.pl-10,
.px-10 {
  padding-left: 80px !important;
}

.p-12 {
  padding: 96px !important;
}

.pt-12,
.py-12 {
  padding-top: 96px !important;
}

.pr-12,
.px-12 {
  padding-right: 96px !important;
}

.pb-12,
.py-12 {
  padding-bottom: 96px !important;
}

.pl-12,
.px-12 {
  padding-left: 96px !important;
}

.p-14 {
  padding: 112px !important;
}

.pt-14,
.py-14 {
  padding-top: 112px !important;
}

.pr-14,
.px-14 {
  padding-right: 112px !important;
}

.pb-14,
.py-14 {
  padding-bottom: 112px !important;
}

.pl-14,
.px-14 {
  padding-left: 112px !important;
}

.p-16 {
  padding: 128px !important;
}

.pt-16,
.py-16 {
  padding-top: 128px !important;
}

.pr-16,
.px-16 {
  padding-right: 128px !important;
}

.pb-16,
.py-16 {
  padding-bottom: 128px !important;
}

.pl-16,
.px-16 {
  padding-left: 128px !important;
}

.p-18 {
  padding: 144px !important;
}

.pt-18,
.py-18 {
  padding-top: 144px !important;
}

.pr-18,
.px-18 {
  padding-right: 144px !important;
}

.pb-18,
.py-18 {
  padding-bottom: 144px !important;
}

.pl-18,
.px-18 {
  padding-left: 144px !important;
}

.p-20 {
  padding: 160px !important;
}

.pt-20,
.py-20 {
  padding-top: 160px !important;
}

.pr-20,
.px-20 {
  padding-right: 160px !important;
}

.pb-20,
.py-20 {
  padding-bottom: 160px !important;
}

.pl-20,
.px-20 {
  padding-left: 160px !important;
}

.p-24 {
  padding: 192px !important;
}

.pt-24,
.py-24 {
  padding-top: 192px !important;
}

.pr-24,
.px-24 {
  padding-right: 192px !important;
}

.pb-24,
.py-24 {
  padding-bottom: 192px !important;
}

.pl-24,
.px-24 {
  padding-left: 192px !important;
}

.p-32 {
  padding: 256px !important;
}

.pt-32,
.py-32 {
  padding-top: 256px !important;
}

.pr-32,
.px-32 {
  padding-right: 256px !important;
}

.pb-32,
.py-32 {
  padding-bottom: 256px !important;
}

.pl-32,
.px-32 {
  padding-left: 256px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.mt-96 {
  margin-top: 768px;
}

.mb-82 {
  margin-bottom: 656px;
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.text-center {
  text-align: center !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}

.font-weight-thin {
  font-family: "Roboto Light", sans-serif;
  font-weight: 100;
}

.font-weight-light {
  font-family: "Roboto Light", sans-serif;
  font-weight: 300;
}

.font-weight-normal {
  font-family: "Roboto Regular", sans-serif;
  font-weight: 400;
}

.font-weight-medium {
  font-family: "Roboto Medium", sans-serif;
  font-weight: 500;
}

.font-weight-bold {
  font-family: "Roboto Medium", sans-serif;
  font-weight: 700;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important;
}

.text-gray4 {
  color: #ADADAD !important;
}

a.text-gray4:hover, a.text-gray4:focus {
  color: #949494 !important;
}

.text-gray5 {
  color: #5E5E5E !important;
}

a.text-gray5:hover, a.text-gray5:focus {
  color: #454545 !important;
}

.text-muted {
  color: #ADADAD !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.overflow-hidden {
  overflow: hidden;
}

:root {
  --border-radius-primary: 16px;
}

.bookmark {
  font-size: 0;
  line-height: 1;
  position: fixed;
  text-align: center;
  top: 56px;
  width: 100%;
  z-index: 101;
}
.bookmark .bookmark-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.15s linear;
}
.bookmark .bookmark-btn.scroll-btn {
  opacity: 0.75;
}
.bookmark .bookmark-btn:focus {
  outline: 0;
}
.bookmark .bookmark-btn.open, .bookmark .bookmark-btn:hover {
  opacity: 1;
}
.bookmark .bookmark-btn .close {
  top: 14px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  opacity: 0;
}
.bookmark .bookmark-btn.open .bookmark-svg path {
  fill: #F7F7F7;
}
.bookmark .bookmark-btn.open .close {
  opacity: 1;
}
.bookmark .bookmark-btn.open.catalog-bookmark .bookmark-svg path {
  fill: #dbdbdb;
}

.secondary-menu {
  background: #dbdbdb;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.secondary-menu.catalog-submenu {
  background: #F7F7F7;
}
.secondary-menu .catalog-category {
  display: inline-block;
  flex-wrap: wrap;
  list-style: none;
  margin: 106px 0 16px;
  padding: 0 8px;
}
.secondary-menu .catalog-category .category-icon {
  height: 32px;
  margin-right: 8px;
}
.secondary-menu .catalog-category .category-icon svg {
  height: 32px;
  width: 32px;
}
.secondary-menu .catalog-category li {
  font-size: 0;
  line-height: 1;
  padding: 0 8px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
.secondary-menu .catalog-category li a {
  align-items: center;
  display: flex;
}
.secondary-menu .catalog-category li a:hover {
  color: #181818;
}
.secondary-menu .catalog-category li a:hover svg g, .secondary-menu .catalog-category li a:hover svg path {
  fill: #00E676;
}
.secondary-menu .catalog-category li .icon {
  background: #3B3B3B;
  border-radius: 50%;
  display: inline-block;
  height: 48px;
  margin-bottom: 8px;
  position: relative;
  width: 48px;
}
.secondary-menu .catalog-category li .icon svg {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.secondary-menu .catalog-category li div {
  font-size: 12px;
}
.secondary-menu .catalog-category.why-secondary li .icon {
  margin-bottom: 0;
  margin-right: 8px;
}
.secondary-menu .apps-menu {
  display: inline-block;
  flex-wrap: wrap;
  list-style: none;
  margin: 106px 0 16px;
  padding: 0 8px;
}
.secondary-menu .apps-menu .category-icon {
  height: 32px;
  margin-right: 8px;
}
.secondary-menu .apps-menu .category-icon svg {
  height: 32px;
  width: 32px;
}
.secondary-menu .apps-menu li {
  margin-bottom: 16px;
}
.secondary-menu .apps-menu li .icon {
  margin-bottom: 0;
  margin-right: 8px;
}
.secondary-menu .apps-menu a {
  align-items: center;
  display: flex;
}
.secondary-menu .apps-menu a:hover {
  color: #181818;
}
.secondary-menu .apps-menu a:hover svg g, .secondary-menu .apps-menu a:hover svg path {
  fill: #00E676;
}
.secondary-menu .apps-menu .icon {
  border-radius: 50%;
  display: inline-block;
  height: 48px;
  margin-bottom: 8px;
  position: relative;
  width: 48px;
}
.secondary-menu .apps-menu .icon svg {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.secondary-menu .apps-menu div {
  font-size: 12px;
}
.secondary-menu .catalog-top-row {
  text-align: center;
}
.secondary-menu.plain-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 88px 0 0;
  padding: 0;
}
.secondary-menu.plain-menu ul li {
  font-size: 14px;
  margin-bottom: 32px;
  padding: 0 32px;
}
.secondary-menu.plain-menu ul li.current-menu-item a, .secondary-menu.plain-menu ul li.current-menu-item a:hover, .secondary-menu.plain-menu ul li.current-menu-item a:focus {
  color: #ADADAD;
}
.secondary-menu.plain-menu ul li a .svg {
  display: inline-block;
  margin-right: 7px;
  vertical-align: text-top;
  width: 13px;
}
.secondary-menu .icon-menu {
  list-style: none;
  margin: 88px 0 16px;
  padding: 0;
}
.secondary-menu .icon-menu li {
  font-size: 0;
  line-height: 1;
  padding: 0 8px;
  text-align: center;
}
.secondary-menu .icon-menu li a {
  display: inline-block;
}
.secondary-menu .icon-menu li a:hover {
  color: #181818;
}
.secondary-menu .icon-menu li a:hover svg g, .secondary-menu .icon-menu li a:hover svg path {
  fill: #00E676;
}
.secondary-menu .icon-menu li .icon {
  background: #3B3B3B;
  border-radius: 50%;
  display: inline-block;
  height: 48px;
  margin-bottom: 8px;
  position: relative;
  width: 48px;
}
.secondary-menu .icon-menu li .icon svg {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.secondary-menu .icon-menu li div {
  font-size: 12px;
}

:root {
  --modal-max-height: 100vh;
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1030;
}

.modal__container {
  position: relative;
}

.modal__body {
  background-color: #fff;
  overflow-y: auto;
  max-height: var(--modal-max-height);
  padding: 64px 16px 96px;
  position: relative;
  width: 100%;
}

.micromodal-right .modal__container {
  width: 100%;
}

.modal__header {
  margin-bottom: 48px;
}

.modal__title {
  font-size: 32px;
}

.modal__close {
  display: none;
}
.modal__close svg {
  pointer-events: none;
}
.modal__close:hover, .modal__close:focus {
  color: #22D087;
}

.modal-icon__mob {
  font-size: 0;
  line-height: 1;
  margin-bottom: 16px;
  pointer-events: none;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -28px);
}
.modal-icon__mob svg {
  height: 11.5px;
  width: 46px;
  pointer-events: none;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(30px);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(30px);
  }
}
@-webkit-keyframes mmslideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mmslideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes mmslideOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes mmslideOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes mmslideIn__mob {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideIn__mob {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut__mob {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes mmslideOut__mob {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.15s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.15s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn__mob 0.2s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn__mob 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.15s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.15s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut__mob 0.2s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut__mob 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-right[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.15s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.15s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-right[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn__mob 0.2s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn__mob 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-right[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.15s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.15s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-right[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut__mob 0.2s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut__mob 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.modal__container {
  will-change: transform;
}

.modal__overlay {
  will-change: opacity;
}

.tag-pass-modal {
  text-align: center;
}
.tag-pass-modal .modal__header {
  padding-top: 32px;
}
.tag-pass-modal .name {
  font-family: "Roboto Medium", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.tag-pass-modal .product-spinner {
  display: inline-block;
  position: relative;
}
.tag-pass-modal .product-spinner img {
  max-width: 128px;
  width: 100%;
  opacity: 0;
}
.tag-pass-modal .product-spinner img.active {
  opacity: 1;
}
.tag-pass-modal .product-spinner img.second {
  left: 0;
  top: 0;
  position: absolute;
}
.tag-pass-modal .tag-pass-modal__color {
  cursor: pointer;
  height: 24px;
  position: relative;
  width: 168px;
  margin: 0 auto 24px;
  text-align: center;
}
.tag-pass-modal .tag-pass-modal__color .white,
.tag-pass-modal .tag-pass-modal__color .black {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  height: 24px;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}
.tag-pass-modal .tag-pass-modal__color .white:focus,
.tag-pass-modal .tag-pass-modal__color .black:focus {
  outline: 0;
}
.tag-pass-modal .tag-pass-modal__color .white:before,
.tag-pass-modal .tag-pass-modal__color .black:before {
  border: 1px solid #181818;
  border-radius: 50%;
  content: "";
  height: 24px;
  position: absolute;
  top: 0;
  width: 24px;
}
.tag-pass-modal .tag-pass-modal__color .white:not(.active) svg,
.tag-pass-modal .tag-pass-modal__color .black:not(.active) svg {
  opacity: 0;
}
.tag-pass-modal .tag-pass-modal__color .white svg,
.tag-pass-modal .tag-pass-modal__color .black svg {
  position: absolute;
  top: 6.8px;
  will-change: opacity;
  transition: opacity 0.2s easy-in-out;
}
.tag-pass-modal .tag-pass-modal__color .white {
  margin-right: 4px;
  padding-left: 0;
  padding-right: 30px;
}
.tag-pass-modal .tag-pass-modal__color .white:before {
  right: 0;
}
.tag-pass-modal .tag-pass-modal__color .white svg {
  right: 6px;
}
.tag-pass-modal .tag-pass-modal__color .black {
  margin-left: 4px;
  padding-left: 30px;
  padding-right: 0;
}
.tag-pass-modal .tag-pass-modal__color .black:before {
  background: #181818;
  left: 0;
}
.tag-pass-modal .tag-pass-modal__color .black svg {
  left: 5.5px;
}
.tag-pass-modal .count-block {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 24px;
}
.tag-pass-modal .count-block .quantity-error {
  color: #ff6b6b;
  display: none;
  font-size: 12px;
  left: 0;
  margin-top: 3px;
  position: absolute;
  top: 100%;
}
.tag-pass-modal .count-block .loader {
  height: 40px;
  width: 168px;
  text-align: center;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.tag-pass-modal .count-block .buttons {
  align-items: center;
  display: none;
  height: 40px;
  justify-content: center;
  width: 168px;
}
.tag-pass-modal .count-block .not-available {
  color: #ADADAD;
  align-items: center;
  display: none;
  height: 40px;
  justify-content: center;
  width: 168px;
}
.tag-pass-modal .count-block .modal-step-btn {
  background: #fff;
  border: 1px solid #dbdbdb;
  height: 40px;
  width: 40px;
}
.tag-pass-modal .count-block .modal-step-btn:active {
  background: #dbdbdb;
  outline: 0;
}
.tag-pass-modal .count-block .modal-step-btn:focus {
  outline: 0;
}
.tag-pass-modal .count-block .modal-step-btn svg {
  width: 10px;
}
.tag-pass-modal .count-block .modal-step-btn.minus {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-right: -1px;
}
.tag-pass-modal .count-block .modal-step-btn.plus {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -1px;
}
.tag-pass-modal .count-block .modal-step-btn.disabled {
  color: #ADADAD;
  cursor: not-allowed;
}
.tag-pass-modal .count-block input {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  box-shadow: none;
  color: #181818;
  height: 40px;
  font-family: "Roboto Medium", sans-serif;
  font-weight: 500;
  text-align: center;
  -webkit-appearance: none;
  width: 90px;
  z-index: 1;
}
.tag-pass-modal .count-block input::-webkit-inner-spin-button, .tag-pass-modal .count-block input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.tag-pass-modal .count-block input:focus {
  border-color: #ADADAD;
  outline: 0;
}
.tag-pass-modal .price {
  font-family: "Roboto Light", sans-serif;
  font-size: 32px;
  margin: 0 auto 24px;
  width: 168px;
}
.tag-pass-modal .price span {
  font-size: 18px;
}
.tag-pass-modal .socket-buy {
  margin-bottom: 64px;
}
.tag-pass-modal .socket-buy .buy-loader {
  font-size: 0;
}
.tag-pass-modal .buy-btn {
  width: 168px;
}
.tag-pass-modal .buy-btn:disabled {
  background: transparent;
  border: 2px solid #D7D7D7;
  color: #D7D7D7;
  cursor: default;
}

.tag-pass-switch-block {
  margin-bottom: 40px;
  justify-content: center;
}

.tag-pass-switch-select {
  font-family: "Roboto Medium", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}

.tag-pass-switch__item {
  padding: 0 12px;
  flex: 0 0 100%;
  max-width: 100%;
}
.tag-pass-switch__item:not(:last-child) {
  margin-bottom: 8px;
}

.tag-pass-switch__item-btn {
  background: #F7F7F7;
  border-radius: 16px;
  border: 1px solid #F7F7F7;
  cursor: pointer;
  padding: 16px;
  outline: 0;
  text-align: left;
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: border 0.15s ease-in-out;
}
.tag-pass-switch__item-btn.active {
  border-color: #181818;
  pointer-events: none;
}
.tag-pass-switch__item-btn.active:hover {
  border-color: #181818;
}
.tag-pass-switch__item-btn:hover {
  border-color: rgba(24, 24, 24, 0.3);
}

.tag-pass-switch__item-img.product-spinner {
  display: inline-block;
  position: relative;
  margin-top: 16px;
}
.tag-pass-switch__item-img.product-spinner img {
  visibility: hidden;
  opacity: 0;
  max-width: 100%;
}
.tag-pass-switch__item-img.product-spinner img.active {
  visibility: visible;
  opacity: 1;
}
.tag-pass-switch__item-img.product-spinner .second {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.tag-pass-switch__item-text-qty {
  font-family: "Roboto Medium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}

.tag-pass-switch__item-text-box {
  color: #787878;
  font-family: "Roboto Light", sans-serif;
  font-weight: 300;
  font-size: 12px;
}

.tag-pass-switch__item-text-price {
  font-family: "Roboto Light", sans-serif;
  font-size: 28px;
  font-weight: 300;
  margin-top: 8px;
  line-height: 1.2;
}
.tag-pass-switch__item-text-price span {
  font-size: 18px;
}
.breadcrumbs {
  border-bottom: 1px solid #383838;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 40px 0;
  width: 100%;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li a {
  color: #fff !important;
}
.breadcrumbs li a:hover, .breadcrumbs li a:focus {
  color: #5AE4AA !important;
}
.breadcrumbs li:not(:first-child) {
  font-size: 14px;
  margin-left: 24px;
}
.breadcrumbs li:not(:first-child) .svg-icon {
  color: #ADADAD;
  margin-right: 24px;
}
.breadcrumbs li.current {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.breadcrumbs .breadcrumbs-logo svg {
  fill: #fff;
  height: 16px;
  width: 38px;
}

.static-block {
  padding: 40px 0;
  background: #F7F7F7;
  font-size: 14px;
}
.static-block h2, .static-block h3, .static-block h4, .static-block h5, .static-block h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: "Roboto Medium", sans-serif;
  font-weight: 500;
}
.static-block h1 {
  display: none;
}
.static-block h2 {
  font-size: 24px;
}
.static-block h3 {
  font-size: 20px;
}
.static-block h4 {
  font-size: 18px;
}
.static-block h5, .static-block h6 {
  font-size: 16px;
}
.static-block ul, .static-block ol {
  margin: 16px 0;
  padding-left: 20px;
}
.static-block p, .static-block ul, .static-block ol {
  color: #6E6E6E;
}

.static-block-text {
  position: relative;
  max-height: 250px;
  overflow: hidden;
  margin-bottom: 32px;
}
.static-block-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #F7F7F7 100%);
}
.static-block-text.-show {
  max-height: none;
}
.static-block-text.-show:after {
  content: none;
}

.static-block-more {
  font-size: 14px;
  cursor: pointer;
  border: none;
  background: none;
  border-bottom: 2px solid #5AE4AA;
  padding: 0;
}

:root {
  --border-radius-primary: 16px;
}

.form-control {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dbdbdb;
  border-radius: 24px;
  color: #383838;
  display: block;
  font-family: "Roboto Medium", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 16px;
  width: 100%;
  transition: border-color 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #383838;
  background-color: #fff;
  border-color: #5AE4AA;
  outline: 0;
}
.form-control::-webkit-input-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.form-control::placeholder {
  color: #ADADAD;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #EDEDED;
  opacity: 1;
}
.form-control.style-input2 {
  background: transparent;
  border: none;
  border-bottom: 2px solid #D7D7D7;
  border-radius: 0;
  height: 32px;
  padding: 0;
}
.form-control.style-input2::-webkit-input-placeholder {
  color: #D7D7D7;
}
.form-control.style-input2::-moz-placeholder {
  color: #D7D7D7;
}
.form-control.style-input2:-ms-input-placeholder {
  color: #D7D7D7;
}
.form-control.style-input2::-ms-input-placeholder {
  color: #D7D7D7;
}
.form-control.style-input2::placeholder {
  color: #D7D7D7;
}
.form-control.style-input2:focus {
  border-color: #ADADAD;
}
.form-control.style-input3 {
  background: transparent;
  border: none;
  border-bottom: 2px solid #ADADAD;
  border-radius: 0;
  height: 32px;
  padding: 0;
}
.form-control.style-input3::-webkit-input-placeholder {
  color: #ADADAD;
}
.form-control.style-input3::-moz-placeholder {
  color: #ADADAD;
}
.form-control.style-input3:-ms-input-placeholder {
  color: #ADADAD;
}
.form-control.style-input3::-ms-input-placeholder {
  color: #ADADAD;
}
.form-control.style-input3::placeholder {
  color: #ADADAD;
}
.form-control.style-input3:focus {
  border-color: #181818;
}
.form-control.error {
  border-color: #ff6b6b !important;
}

.form-group2 {
  position: relative;
  margin-bottom: 48px;
}

.form-control2 {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 0;
  width: 100%;
  transition: border 0.2s ease;
}
.form-control2:focus {
  border-color: #5AE4AA;
  outline: 0;
}

.input-label {
  color: #fff;
  font-size: 18px;
  font-family: "Roboto Regular";
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  transition: 0.2s ease all;
}

.form-control2:focus ~ .input-label,
.form-control2:valid ~ .input-label {
  top: -24px;
  font-size: 14px;
}

.form-control2:valid ~ .input-label {
  color: #ADADAD;
}

.form-control2:focus ~ .input-label {
  color: #5AE4AA;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(40px + 2px);
}
select.form-control:focus::-ms-value {
  color: #383838;
  background-color: #fff;
}

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

.select-block {
  display: inline-block;
  position: relative;
}
.select-block .style-select {
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  font-family: "Roboto Medium", sans-serif;
  height: 40px;
  padding: 0 60px 0 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.select-block .style-select:focus {
  outline: 0;
}
.select-block .style-select:hover + .chevron {
  background: #EDEDED;
}
.select-block .style-select:active {
  outline: 0;
}
.select-block .style-select:active + .chevron {
  background: #dbdbdb;
}
.select-block .chevron {
  align-items: center;
  border: 1px solid #dbdbdb;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  justify-content: center;
  right: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
  height: 40px;
  width: 40px;
}
.select-block .chevron svg {
  margin-left: -2px;
}

.number-block {
  display: flex;
  justify-content: center;
  position: relative;
}
.number-block .step-btn {
  align-items: center;
  background: #fff;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 40px;
  padding: 0;
  width: 40px;
  outline: 0;
}
.number-block .step-btn:hover {
  background: #EDEDED;
  transition: background 0.2s easy-in-out;
}
.number-block .step-btn:focus {
  background: #fff;
}
.number-block .step-btn:active {
  background: #dbdbdb;
}
.number-block .step-btn.minus {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-right: -1px;
}
.number-block .step-btn.minus svg {
  margin-right: -2px;
}
.number-block .step-btn.plus {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -1px;
}
.number-block .step-btn.plus svg {
  margin-left: -2px;
}
.number-block input {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  box-shadow: none;
  color: #181818;
  height: 40px;
  font-family: "Roboto Medium", sans-serif;
  text-align: center;
  -webkit-appearance: none;
  width: 90px;
  z-index: 1;
}
.number-block input::-webkit-inner-spin-button, .number-block input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.number-block input:focus {
  border-color: #ADADAD;
  outline: 0;
}

.style-form-group {
  margin-bottom: 32px;
}
.style-form-group.last {
  margin-bottom: 48px;
}

.border-group {
  margin-bottom: 32px;
}

.border-input {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  box-shadow: none;
  -webkit-appearance: none;
  color: #181818;
  display: block;
  font-size: 16px;
  padding: 7px 16px;
  width: 100%;
  transition: border-color 0.15s ease-in-out;
}
.border-input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.border-input:focus {
  color: #383838;
  border-color: #181818;
  outline: 0;
}
.border-input::-webkit-input-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.border-input::-moz-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.border-input:-ms-input-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.border-input::-ms-input-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.border-input::placeholder {
  color: #ADADAD;
  opacity: 1;
}
.border-input.error {
  border-color: #ff6b6b !important;
}

.styled-radio {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.styled-radio:not(:last-child) {
  margin-right: 24px;
}
.styled-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.styled-radio input:checked ~ .checkmark {
  background-color: #5AE4AA;
}
.styled-radio input:checked ~ .checkmark:after {
  display: block;
}
.styled-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #5AE4AA;
  border-radius: 50%;
}
.styled-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.styled-checkbox {
  font-family: "Roboto Medium", sans-serif;
  display: inline-block;
  padding-left: 36px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.styled-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.styled-checkbox input:checked ~ .checkmark:before {
  display: block;
}
.styled-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #5AE4AA;
}
.styled-checkbox .checkmark:before {
  content: "";
  top: 2px;
  left: 2px;
  width: 7px;
  height: 14px;
  display: none;
  border-top: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 2px solid #5AE4AA;
  border-bottom: 2px solid #5AE4AA;
  position: absolute;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
.styled-checkbox.style2 .checkmark:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.styled-checkbox.style2 input:checked ~ .checkmark {
  background-color: #5AE4AA;
}
.styled-checkbox.transparent .checkmark {
  background: transparent;
}
.styled-checkbox.primary .checkmark {
  background-color: #fff;
}
.styled-checkbox.primary .checkmark:before {
  border-right: 2px solid #181818;
  border-bottom: 2px solid #181818;
}
.styled-checkbox.primary input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.styled-checkbox.primary input:checked ~ .checkmark {
  background-color: #5AE4AA;
}

.autocomplete-suggestions {
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  background: #FFF;
  cursor: default;
  overflow: auto;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.autocomplete-suggestion {
  border-bottom: 0;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  padding: 2px 16px;
}

.autocomplete-selected {
  background: #5AE4AA;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 0;
}

.submit-group {
  text-align: center;
}
.submit-group .loader-spinner {
  height: 40px;
}
.submit-group .btn, .submit-group .loader {
  flex: 0 0 100%;
  max-width: 100%;
}
.submit-group .submit-btn {
  align-items: flex-end;
  display: flex;
  height: 72px;
  width: 100%;
}
.submit-group .msg-block {
  display: none;
}
.submit-group .msg-block .msg-container {
  align-items: center;
  background: #383838;
  color: #fff;
  display: flex;
  font-size: 14px;
  line-height: 1.43;
  min-height: 64px;
  padding: 16px 32px 16px 85px;
  position: relative;
  text-align: left;
  width: 100%;
}
.submit-group .msg-block svg {
  left: 24px;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}
.submit-group .msg-block .msg-close {
  color: #ADADAD;
  cursor: pointer;
  background: 0 0;
  border: 0;
  box-shadow: none;
  display: block;
  font-size: 20px;
  height: 20px;
  line-height: 1;
  outline: 0;
  padding: 0;
  right: 0;
  top: 0;
  position: absolute;
  touch-action: manipulation;
  width: 20px;
  z-index: 1046;
  -webkit-appearance: none;
}

.color-checkbox {
  display: inline-block;
  font-size: 0;
}
.color-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.color-checkbox input[type=checkbox]:checked + label .white {
  color: #181818;
}
.color-checkbox input[type=checkbox]:checked + label .black {
  color: #ADADAD;
}
.color-checkbox input[type=checkbox]:checked + label .switcher:before {
  background: #ADADAD;
}
.color-checkbox input[type=checkbox]:checked + label .switcher:after {
  background: #fff;
  left: 10px;
}
.color-checkbox label {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 0;
  position: relative;
}
.color-checkbox label .switcher {
  height: 12px;
  margin: 0 8px;
  position: relative;
  width: 20px;
}
.color-checkbox label .switcher:before {
  content: "";
  left: 0;
  position: absolute;
  width: 20px;
  height: 12px;
  transition: background 0.2s ease;
  border-radius: 6px;
  background: #dbdbdb;
}
.color-checkbox label .switcher:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: all 0.2s ease;
  background: #181818;
  z-index: 2;
  will-change: left;
}
.color-checkbox label .white {
  color: #ADADAD;
}
.color-checkbox label .black {
  color: #181818;
}
.color-checkbox span {
  font-size: 10px;
  transition: color 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.submit-with-loader {
  display: inline-block;
  height: 40px;
  font-size: 0;
  position: relative;
}
.submit-with-loader .loader {
  font-size: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}
.submit-with-loader .loader-spinner {
  height: 40px;
  font-size: 0;
  text-align: center;
}

.regular-submit-block .submit-with-loader,
.regular-submit-block .btn {
  width: 224px;
}

.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #5e5e5e;
  content: "";
  top: 50%;
  right: 10px;
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.select-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn {
  border-radius: 24px;
  display: inline-block;
  height: 40px;
  font-family: "Roboto Medium", sans-serif;
  font-size: 14px;
  padding: 0 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(button) {
  border: 0;
  line-height: 40px;
}
.btn.btn-small {
  height: 32px;
}
.btn.btn-small:not(button) {
  line-height: 32px;
}
.btn.btn-default {
  min-width: 224px;
}

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

.btn-primary {
  border: 2px solid #5AE4AA;
  background-color: #5AE4AA;
  color: #181818;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #40e09c;
  border-color: #40e09c;
  color: #181818;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #181818;
  background-color: #5AE4AA;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #48e1a1;
  color: #181818;
}

.btn-brand {
  border: 2px solid #181818;
  background-color: #181818;
  color: #fff;
}
.btn-brand:hover, .btn-brand:focus {
  background-color: #090909;
  border-color: #090909;
  color: #fff;
}
.btn-brand.disabled, .btn-brand:disabled {
  color: #fff;
  background-color: #181818;
}
.btn-brand:not(:disabled):not(.disabled):active, .btn-brand:not(:disabled):not(.disabled).active {
  background-color: #0e0e0e;
  color: #fff;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 16px;
}

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

.btn-icon__left {
  padding-left: 65px;
  position: relative;
}
.btn-icon__left svg {
  left: 26px;
  top: 50%;
  position: absolute;
  width: 15px;
  transform: translate(0, -50%);
}

.underline-link {
  border-bottom: 2px solid #5AE4AA;
  display: initial;
  font-family: "Roboto Medium", sans-serif;
  font-size: 16px;
  position: relative;
}
.underline-link.white {
  color: #fff;
}
.underline-link:hover, .underline-link:focus, .underline-link:active {
  color: #5AE4AA;
}

.icon-link {
  font-family: "Roboto Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0.32px;
  padding-right: 32px;
  position: relative;
}
.icon-link svg {
  height: 24px;
  top: -2px;
  right: 0;
  position: absolute;
  width: 24px;
}
.icon-link.primary {
  color: #5AE4AA;
}

.btn-border {
  background: transparent;
  border: 1px solid #5AE4AA;
  color: #181818;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn-border:hover, .btn-border:focus {
  background: #5AE4AA;
  color: #181818;
}
.btn-border.white {
  border: 1px solid #fff;
  color: #fff;
}
.btn-border.white:hover, .btn-border.white:focus {
  background: #fff;
  color: #181818;
}

.btn-white {
  background: #fff;
  color: #181818;
}
.btn-white:hover, .btn-white:focus {
  background: #5AE4AA;
  color: #181818;
}

.link-with-chevron {
  align-items: center;
  display: inline-flex;
  font-family: "Roboto Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.link-with-chevron .icon {
  background: #181818;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-left: 8px;
  width: 24px;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
}
.link-with-chevron svg {
  height: 11px;
  flex: 0 0 7px;
  max-width: 7px;
  width: 7px;
}
.link-with-chevron:hover {
  color: #5AE4AA;
}
.link-with-chevron:hover .icon {
  background: #5AE4AA;
  color: #181818;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.white-popup-block {
  background: #fff;
  padding: 0;
  text-align: left;
  max-width: 860px;
  margin: 10px auto;
  position: relative;
}

.mfp-fade-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-fade-in .mfp-content {
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
  /* transition: all 0.2s ease-in-out;
  transform: scale(0.8); */
}
.mfp-fade-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.mfp-fade-in.mfp-ready .mfp-content {
  -webkit-animation-name: openPoppup;
          animation-name: openPoppup;
}
.mfp-fade-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-fade-in.mfp-removing .mfp-content {
  -webkit-animation-name: closePoppup;
          animation-name: closePoppup;
}
.mfp-fade-in.mfp-removing.mfp-bg {
  opacity: 0;
}

@-webkit-keyframes openPoppup {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes openPoppup {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes closePoppup {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
}
@keyframes closePoppup {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
}
.popup-container {
  padding: 64px 24px;
}
.popup-container .popup-header {
  margin-bottom: 64px;
  text-align: center;
}
.popup-container .popup-header img {
  width: 133px;
}
.popup-container .popup-header svg {
  margin-bottom: 24px;
}
.popup-container .popup-header .text {
  font-family: "Roboto Light", sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin: 24px auto 0;
  max-width: 600px;
}
.popup-container .popup-header .text .title {
  font-size: 24px;
  margin-bottom: 8px;
}
.popup-container .popup-form {
  margin: 0 auto;
  max-width: 400px;
}
.popup-container.small .popup-form {
  max-width: 300px;
}
.popup-container.small .text {
  max-width: 420px;
}
.popup-container.small .text.br-text {
  max-width: 430px;
}

.site-footer {
  color: #fff;
}
.site-footer .footer-main {
  position: relative;
}
.site-footer .footer-item {
  font-size: 12px;
  margin-top: 48px;
}
.site-footer .footer-item ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.site-footer .footer-item ul li:not(:last-child) {
  margin-bottom: 6px;
}
.site-footer .footer-item ul li sup {
  color: #5AE4AA;
}
.site-footer .footer-item ul a {
  color: #ADADAD;
}
.site-footer .footer-item ul a:hover, .site-footer .footer-item ul a:focus {
  color: #5AE4AA;
}
.site-footer .footer-item ul.app-list li {
  display: inline-block;
  margin: 3px 0 0;
}
.site-footer .footer-item ul.app-list li:not(:last-child) {
  margin-right: 32px;
}
.site-footer .footer-item ul.app-list li a {
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.site-footer .footer-item ul.app-list li a:hover, .site-footer .footer-item ul.app-list li a:focus {
  border-color: #fff;
  color: #fff;
}
.site-footer .footer-item .input-group {
  max-width: 364px;
}
.site-footer .footer-item input {
  color: #5E5E5E;
  font-size: 12px;
  height: 48px;
}
.site-footer .footer-item .btn-primary {
  padding: 8px 11px;
}
.site-footer .footer-item .btn-primary svg {
  position: relative;
  top: 3px;
}
.site-footer .footer-item .social-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.site-footer .footer-item .social-list li {
  display: inline-block;
  font-size: 24px;
}
.site-footer .footer-item .social-list li:not(:last-child) {
  margin-right: 32px;
}
.site-footer .footer-item .social-list li a {
  color: #5E5E5E !important;
}
.site-footer .footer-item .social-list li a:hover, .site-footer .footer-item .social-list li a:focus {
  color: #5AE4AA !important;
}
.site-footer .footer-item.subscribe-block button {
  border-radius: 24px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 48px;
}
.site-footer .footer-item.subscribe-block .loader {
  height: 48px;
}
.site-footer .footer-item.subscribe-block .loader .loader-spinner {
  background: #5AE4AA;
  border-radius: 24px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 48px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 56px;
}
.site-footer .footer-item.subscribe-block .loader svg {
  height: 30px;
  width: 30px;
  position: relative;
  left: -2px;
}
.site-footer .footer-item.subscribe-block .subscribe-form {
  position: relative;
}
.site-footer .footer-item.subscribe-block .subscribe-form .responsed {
  font-size: 12px;
  display: none;
  margin-top: 10px;
}
.site-footer .footer-item.subscribe-block .subscribe-form .responsed_success {
  color: #5AE4AA;
}
.site-footer .footer-item.subscribe-block .subscribe-form .responsed_error {
  color: #ff6b6b;
}
.site-footer .footer-copyright {
  color: #5E5E5E;
  font-size: 12px;
  padding: 11px 0;
}
.site-footer .footer-copyright ul li {
  line-height: 2;
}
.site-footer .footer-copyright ul li:not(:last-child) {
  margin-right: 24px;
}
.site-footer .footer-copyright ul li a {
  color: #ADADAD !important;
}
.site-footer .footer-copyright ul li a:hover, .site-footer .footer-copyright ul li a:focus {
  color: #5AE4AA !important;
}

.header-block {
  background-color: #dbdbdb;
  padding: 224px 0 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -112px;
}
.header-block h1 {
  display: flex;
  align-items: center;
}
.header-block h1 span {
  color: #181818;
  margin-left: 16px;
  font-size: 48px;
  font-family: "Roboto Medium", sans-serif;
}
.header-block .header-block__subtitle {
  color: #181818;
  font-size: 20px;
  margin-top: 32px;
  font-family: "Roboto Light", sans-serif;
  text-align: center;
}

.category-block h2 {
  margin-bottom: 32px;
}

.h2-link-block h2 a {
  font-size: 32px;
}

.icons-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.icons-list li {
  align-items: center;
  display: flex;
  font-size: 14px;
}
.icons-list li:not(:last-child) {
  margin-right: 16px;
}
.icons-list .full {
  margin-top: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.icons-list .full.with-border {
  border-top: 1px solid #EDEDED;
  padding-top: 16px;
  margin-top: 16px;
}
.icons-list img, .icons-list svg {
  height: 40px;
  margin-right: 8px;
  flex: 0 0 40px;
  max-width: 40px;
}
.icons-list.list2 li:not(:last-child) {
  margin-bottom: 8px;
  margin-right: 0;
}

.icon-block {
  align-items: center;
  display: flex;
  font-size: 14px;
  margin-bottom: 32px;
}
.icon-block .icon {
  height: 40px;
  margin-right: 8px;
  flex: 0 0 40px;
  max-width: 40px;
}
.icon-block img, .icon-block svg {
  height: 40px;
  width: 40px;
}

.device {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  position: relative;
}
.device .image-link {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.device .image-link img {
  transition: opacity 0.1s ease;
}
.device h3 {
  font-size: 24px;
}
.device .header a {
  display: inline-block;
}
.device .color-img {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  width: 100%;
}
.device .price-block {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 1.33;
}
.device .price-block .price {
  font-size: 24px;
}
.device .recommended {
  color: #ADADAD;
  font-size: 12px;
  line-height: 1.33;
}
.device .btn {
  margin-top: 16px;
  padding: 0 24px;
  min-width: 142px;
}
.device .buy-loader {
  font-size: 0;
}
.device .buy-loader .loader-spinner {
  font-size: 0;
  height: 32px;
  text-align: center;
  margin-top: 16px;
  min-width: 142px;
  width: 100%;
}
.device .buy-loader .loader-spinner svg {
  height: 32px;
  width: 32px;
}
.device.dark {
  background: #1D1D1D;
  color: #fff;
}
.device.dark .header a {
  color: #fff;
}
.device.dark .header a:hover {
  color: #5AE4AA;
}
.device.dark .color-checkbox input[type=checkbox]:checked + label .white {
  color: #fff;
}
.device.dark .color-checkbox input[type=checkbox]:checked + label .black {
  color: #ADADAD;
}
.device.dark .color-checkbox label .black {
  color: #fff;
}
.device.dark .ajax-spinner polygon {
  fill: #fff;
}
.device.dark .ajax-spinner .inner,
.device.dark .ajax-spinner .outer {
  fill: #fff;
}
.device .buy-block,
.device .available-block {
  display: none;
}
.device .not-available {
  align-items: center;
  border: 2px solid #D7D7D7;
  border-radius: 24px;
  color: #D7D7D7;
  display: flex;
  font-weight: 500;
  justify-content: center;
  font-size: 14px;
  height: 32px;
  margin-top: 16px;
  padding: 0 24px;
}
.device .store-buy {
  display: flex;
  min-height: 48px;
  justify-content: flex-end;
}
.device .color-checkbox {
  z-index: 1;
}

.item__coming-soon {
  align-items: center;
  display: flex;
  height: 32px;
  font-family: "Roboto Light", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.type-1 .left,
.type-3 .left,
.type-4 .left {
  padding-right: 16px;
}
.type-1 .right,
.type-3 .right,
.type-4 .right {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 142px;
  text-align: right;
  white-space: nowrap;
}
.type-1 .right > div,
.type-3 .right > div,
.type-4 .right > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.type-1 .bottom,
.type-3 .bottom,
.type-4 .bottom {
  align-self: flex-end;
}
.type-1 .price-block,
.type-3 .price-block,
.type-4 .price-block {
  margin-top: 24px;
}
.type-1 .color-block,
.type-3 .color-block,
.type-4 .color-block {
  right: 24px;
  top: 24px;
  position: absolute;
}
.type-1 .header {
  margin-bottom: 24px;
  margin-top: 32px;
}
.type-1 .header .image-link {
  display: block;
  margin-bottom: 16px;
}
.type-1 .color-checkbox {
  position: absolute;
  top: 24px;
  right: 24px;
}

.type-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.type-2 .header {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
}
.type-2 .header2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.type-2 .header2 .image-link {
  margin-bottom: 16px;
}
.type-2 .image-link {
  display: block;
  margin-right: 24px;
  height: 112px;
  width: 112px;
}
.type-2 .image-link img {
  width: 100%;
}
.type-2 .color-checkbox {
  position: absolute;
  top: 24px;
  right: 24px;
}
.type-2 .icons-list {
  margin-bottom: 24px;
  display: block;
}
.type-2 .icons-list li {
  margin-bottom: 8px;
}
.type-2 .icons-list li:not(:last-child):not(.full) {
  margin-right: 8px;
}
.type-2 .bottom {
  margin-top: auto;
  text-align: right;
}
.type-2 .item__coming-soon {
  justify-content: flex-end;
}

.type-3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  width: 100%;
}
.type-3 .left {
  flex: 0 0 100%;
  max-width: 100%;
}
.type-3 .right {
  flex: 0 0 100%;
}
.type-3 .img {
  margin-right: 24px;
}
.type-3 .img img {
  height: 112px;
  flex: 0 0 112px;
  max-width: 112px;
}
.type-3 .header {
  padding-top: 16px;
}
.type-3 .icons-list {
  display: block;
  margin-top: 24px;
}
.type-3 .icons-list li:not(:last-child) {
  margin-bottom: 16px;
}

.type-4 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  width: 100%;
}
.type-4 .left {
  flex: 0 0 100%;
  max-width: 100%;
}
.type-4 .right {
  flex: 0 0 100%;
}
.type-4 .img {
  margin-right: 24px;
}
.type-4 .img img {
  height: 112px;
  flex: 0 0 112px;
  max-width: 112px;
}
.type-4 .header {
  padding-top: 16px;
}
.type-4 .icons-list {
  display: block;
  margin-top: 24px;
}
.type-4 .icons-list li:not(:last-child) {
  margin-bottom: 16px;
}

.starter-block {
  background: #dbdbdb;
  padding: 48px 0 96px;
  position: relative;
}
.starter-block .new-year {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  z-index: 1;
}
.starter-block .new-year__content {
  border-radius: 8px;
}
.starter-block .category-img {
  order: 0;
  margin: 0 0 24px;
}
.starter-block .category-header {
  margin-bottom: 48px;
  order: 1;
}
.starter-block .category-header .text {
  max-width: 504px;
  width: 100%;
}
.starter-block .devices-block {
  align-self: center;
  margin-bottom: 16px;
}
.starter-block .item {
  margin-bottom: 32px;
}
.starter-block .item.item-2 {
  margin-bottom: 96px;
}
.starter-block .device .header img {
  max-width: 207px;
}

.hub-block {
  background: #EDEDED;
  padding-bottom: 72px;
}
.hub-block .category-img {
  margin: -40px 0 38px;
  text-align: center;
}
.hub-block .category-img img {
  max-width: 400px;
  width: 100%;
}
.hub-block .category-header {
  text-align: center;
}
.hub-block .category-header .text {
  max-width: 736px;
  margin: 0 auto 64px;
}
.hub-block .product-list__first {
  margin: 0 auto;
}
.hub-block .item {
  margin-bottom: 24px;
}
.hub-block .item.mb-64 {
  margin-bottom: 64px;
}
.hub-block .device {
  height: 100%;
}
.hub-block .rex-block .item {
  margin-bottom: 0;
}

.compare-item {
  display: none;
}
.compare-item .underline-link {
  font-size: 24px;
}

.rex-block {
  padding-top: 96px;
}
.rex-block .device {
  height: auto;
}
.rex-block .mob-content .left {
  display: block;
}
.rex-block .mob-content .icons-list {
  margin-top: 24px;
}
.rex-block .mob-content .img img {
  height: 112px;
  flex: 0 0 112px;
  max-width: 112px;
}
.rex-block .mob-content__header {
  align-items: center;
  display: flex;
}
.rex-block .mob-content__header a {
  color: #fff;
}
.rex-block .mob-content__header a:hover {
  color: #5AE4AA;
}

.indoor-block {
  background: #F7F7F7;
  padding: 0 0 96px;
}
.indoor-block .category-block__header {
  order: 1;
  margin: 32px 0 48px;
}
.indoor-block .category-block__header .icons-list {
  display: block;
  margin-top: 48px;
}
.indoor-block .category-block__header .icons-list li:not(:last-child) {
  margin-bottom: 24px;
}
.indoor-block .category-block__img {
  order: 0;
  text-align: center;
  position: relative;
}
.indoor-block .category-block__img img {
  margin: -16px 0 0;
  width: 100%;
  max-width: 400px;
}
.indoor-block .item {
  display: flex;
}

.outdoor-block {
  background: #EDEDED;
  padding: 0 0 64px;
}
.outdoor-block .category-block__header {
  order: 1;
  margin: 32px 0 48px;
}
.outdoor-block .category-block__header .icons-list {
  display: block;
  margin-top: 48px;
}
.outdoor-block .category-block__header .icons-list li:not(:last-child) {
  margin-bottom: 24px;
}
.outdoor-block .category-block__img {
  order: 0;
  text-align: center;
  position: relative;
}
.outdoor-block .category-block__img img {
  margin: -30px 0 0;
  width: 100%;
  max-width: 400px;
}
.outdoor-block .item {
  display: flex;
}
.outdoor-block .device-subtitle {
  display: block;
  font-family: "Roboto Regular", sans-serif;
  font-size: 18px;
}

.fire-block {
  background: #181818;
  padding: 0 0 96px;
  overflow: hidden;
}
.fire-block .category-block__img {
  height: 264px;
}
.fire-block .category-block__img img {
  height: 264px;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  max-width: none;
  transform: translate(-50%, 0);
  width: auto;
}
.fire-block .category-block__header {
  color: #fff;
}
.fire-block .category-block__header .icons-list {
  display: block;
  margin-top: 48px;
  margin-bottom: 64px;
}
.fire-block .category-block__header .icons-list li:not(:last-child) {
  margin-bottom: 24px;
}
.fire-block .device-list .item:not(:last-child) {
  margin-bottom: 24px;
}
.fire-block .device {
  height: 100%;
}
.fire-block .device .image-link {
  margin-bottom: 16px;
}
.fire-block .device .icons-list li:not(:last-child) {
  margin-bottom: 16px;
}

.leaks-block {
  background: #dbdbdb;
  overflow: hidden;
  padding: 0 0 96px;
}
.leaks-block .block-row {
  align-items: center;
}
.leaks-block .device-list {
  order: 2;
  margin-top: 48px;
  padding: 0;
}
.leaks-block .category-block__header {
  order: 1;
}
.leaks-block .category-block__header .icons-list {
  display: block;
  margin-top: 48px;
  max-width: 224px;
}
.leaks-block .category-block__header .icons-list li:not(:last-child) {
  margin-bottom: 24px;
}
.leaks-block .device-list,
.leaks-block .category-block__header {
  position: relative;
  z-index: 1;
}
.leaks-block .category-block__img {
  align-self: flex-start;
  height: 264px;
  order: 0;
}
.leaks-block .category-block__img img {
  height: 264px;
  position: absolute;
  left: 50%;
  top: 0;
  max-width: none;
  transform: translate(-50%, 0);
  width: auto;
}

.controls-block {
  background: #F7F7F7;
  padding-bottom: 72px;
}
.controls-block .block-row {
  position: relative;
}
.controls-block .category-block__header {
  padding-top: 48px;
  margin-bottom: 48px;
}
.controls-block .category-block__header .icons-list {
  display: block;
  margin-top: 48px;
}
.controls-block .category-block__header .icons-list li:not(:last-child) {
  margin-bottom: 24px;
}
.controls-block .category-block__img {
  margin-top: -32px;
  text-align: center;
}
.controls-block .device-list {
  margin-top: 48px;
}
.controls-block .device-list .item {
  display: flex;
  margin-bottom: 24px;
}
.controls-block .device-subtitle {
  display: block;
  font-family: "Roboto Regular", sans-serif;
  font-size: 18px;
}

.siren-block {
  background: #181818;
  position: relative;
  overflow: hidden;
}
.siren-block .siren-container {
  position: relative;
}
.siren-block .category-block__img img {
  left: 50%;
  bottom: 0;
  top: -120px;
  position: absolute;
  max-width: none;
  transform: translate(-50%, 0);
  width: 530px;
}
.siren-block .category-block__header {
  color: #fff;
  padding-top: 288px;
}
.siren-block .category-block__header .icons-list {
  display: block;
  margin-top: 48px;
}
.siren-block .category-block__header .icons-list li:not(:last-child) {
  margin-bottom: 24px;
}
.siren-block .device-list {
  margin-bottom: 96px;
  margin-top: 48px;
}
.siren-block .device-list .item {
  display: flex;
  margin-bottom: 24px;
}

.power-block {
  background: #242424;
}
.power-block .category-block__header {
  color: #fff;
  padding-top: 288px;
}
.power-block .category-block__header .icons-list {
  display: block;
  margin-top: 48px;
}
.power-block .category-block__header .icons-list li:not(:last-child) {
  margin-bottom: 24px;
}
.power-block .category-block__img {
  position: relative;
}
.power-block .category-block__img img {
  position: absolute;
  top: 48px;
  left: 50%;
  max-width: 204px;
  width: 100%;
  transform: translate(-50%, 0);
}
.power-block .device-list {
  margin-bottom: 48px;
  margin-top: 48px;
}
.power-block .device-list .item {
  display: flex;
}
.power-block .device-subtitle {
  display: block;
  font-family: "Roboto Regular", sans-serif;
  font-size: 18px;
}

.integrations-block {
  background: #EDEDED;
  padding-bottom: 64px;
}
.integrations-block .category-block__header {
  order: 1;
  padding: 272px 16px 48px;
}
.integrations-block .category-block__img {
  order: 0;
  position: relative;
}
.integrations-block .category-block__img img {
  height: 317px;
  left: 50%;
  top: 19px;
  max-width: none;
  position: absolute;
  transform: translate(-96px, 0);
}
.integrations-block .device-list .item {
  display: flex;
  margin-bottom: 24px;
}

.psu-block {
  background: #dbdbdb;
  padding-bottom: 64px;
  overflow: hidden;
}
.psu-block .category-block__header {
  order: 1;
  padding: 272px 16px 48px;
}
.psu-block .category-block__img {
  order: 0;
  position: relative;
}
.psu-block .category-block__img img {
  left: 50%;
  top: 0;
  height: 280px;
  max-width: none;
  position: absolute;
  transform: translate(-50%, 0);
}
.psu-block .device-list .item {
  display: flex;
  margin-bottom: 24px;
}
.psu-block .device-subtitle {
  color: #242424;
  margin-top: 8px;
}
.catalog-content .buy-block-ua {
  margin-top: 16px;
}
.catalog-content .buy-block-ua .price {
  font-family: "Roboto Light", sans-serif;
  font-size: 24px;
  line-height: 1.33;
}
.catalog-content .buy-block-ua .price span {
  font-size: 16px;
}
.catalog-content .buy-block-ua .recommended-price {
  color: #ADADAD;
  font-size: 12px;
  margin-bottom: 16px;
}

.catalog-item h2 {
  font-size: 24px;
}
.catalog-item .catalog-item__name {
  height: 28px;
}
.catalog-item .catalog-item__link {
  display: inline-block;
  position: relative;
}
.catalog-item .catalog-item__coming {
  font-family: "Roboto Medium", sans-serif;
  line-height: 24px;
}
.catalog-item .color-img {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  width: 100%;
}
.catalog-item .short-desc {
  color: #5E5E5E;
}
.catalog-item .catalog-item__color {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  position: relative;
  width: 160px;
}
.catalog-item .catalog-item__color .white,
.catalog-item .catalog-item__color .black {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  height: 24px;
  padding-bottom: 0;
  padding-top: 0;
  position: absolute;
}
.catalog-item .catalog-item__color .white:focus,
.catalog-item .catalog-item__color .black:focus {
  outline: 0;
}
.catalog-item .catalog-item__color .white:before,
.catalog-item .catalog-item__color .black:before {
  border: 1px solid #181818;
  border-radius: 50%;
  content: "";
  height: 24px;
  position: absolute;
  top: 0;
  width: 24px;
}
.catalog-item .catalog-item__color .white:not(.active) svg,
.catalog-item .catalog-item__color .black:not(.active) svg {
  opacity: 0;
}
.catalog-item .catalog-item__color .white svg,
.catalog-item .catalog-item__color .black svg {
  position: absolute;
  top: 6.8px;
  will-change: opacity;
  transition: opacity 0.2s easy-in-out;
}
.catalog-item .catalog-item__color .white {
  right: 50%;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 30px;
}
.catalog-item .catalog-item__color .white:before {
  right: 0;
}
.catalog-item .catalog-item__color .white svg {
  right: 6px;
}
.catalog-item .catalog-item__color .black {
  left: 50%;
  margin-left: 4px;
  padding-left: 30px;
  padding-right: 0;
}
.catalog-item .catalog-item__color .black:before {
  background: #181818;
  left: 0;
}
.catalog-item .catalog-item__color .black svg {
  left: 5.5px;
}
.catalog-item .catalog-item__specs {
  border-top: 1px solid #D7D7D7;
}
.catalog-item .catalog-item__specs .catalog-item__specs-item {
  border-bottom: 1px solid #D7D7D7;
}
.catalog-item .catalog-item__specs .catalog-item__specs-item ul {
  margin-top: 16px;
}
.catalog-item .catalog-item__specs .catalog-item__specs-item ul li {
  display: inline-block;
}
.catalog-item .catalog-item__specs .catalog-item__specs-item ul li:not(:last-child) {
  margin-right: 16px;
}
.catalog-item .buy-block,
.catalog-item .available-block {
  display: none;
}
.catalog-item .store-block {
  margin-top: 24px;
}
.catalog-item .store-block .store-buy {
  display: flex;
  justify-content: flex-end;
  height: 32px;
}
.catalog-item .store-block .price {
  font-family: "Roboto Light", sans-serif;
  font-size: 24px;
  margin-bottom: 16px;
}
.catalog-item .store-block .price span {
  font-size: 16px;
}
.catalog-item .store-block .btn {
  height: 32px;
  padding: 0 24px;
}
.catalog-item .store-block .not-available {
  border: 2px solid #D7D7D7;
  border-radius: 24px;
  color: #D7D7D7;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  padding: 0 24px;
}
.catalog-item .store-block .loader-spinner {
  height: 32px;
}
.catalog-item .store-block .loader-spinner svg {
  height: 32px;
  width: 32px;
}
.catalog-item .delta {
  align-items: center;
  color: #ADADAD;
  display: flex;
  font-size: 14px;
  justify-content: center;
  margin-top: 24px;
  text-align: left;
}
.catalog-item .delta .img {
  margin-right: 12px;
  min-width: 64px;
}
.catalog-item .delta span {
  display: block;
}
.catalog-item .delta span.main {
  font-family: "Roboto Medium", sans-serif;
  font-size: 18px;
}
.catalog-item[data-color=black] .hide-on-black {
  display: none;
}
.catalog-item[data-color=white] .hide-on-white {
  display: none;
}

.psi-parent {
  position: relative;
}
.psi-parent .psi-block {
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 55px;
}
.psi-parent .psi-block__image {
  width: 100%;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.on-load {
  display: block;
}

@media (min-width: 400px) {
  .tag-pass-switch__item-btn {
    padding: 24px 16px;
  }

  .tag-pass-switch__item-text {
    align-items: center;
    display: flex;
    width: 100%;
  }

  .tag-pass-switch__item-text-qty {
    margin-right: 16px;
  }

  .tag-pass-switch__item-text-price {
    margin-left: auto;
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  h1,
.h1,
.h1-bold {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 32px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 8px !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 8px !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 8px !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 8px !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 8px !important;
  }

  .m-sm-2 {
    margin: 16px !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 16px !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 16px !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 16px !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 16px !important;
  }

  .m-sm-3 {
    margin: 24px !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 24px !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 24px !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 24px !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 24px !important;
  }

  .m-sm-4 {
    margin: 32px !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 32px !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 32px !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 32px !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 32px !important;
  }

  .m-sm-5 {
    margin: 40px !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 40px !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 40px !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 40px !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 40px !important;
  }

  .m-sm-6 {
    margin: 48px !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 48px !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 48px !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 48px !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 48px !important;
  }

  .m-sm-7 {
    margin: 56px !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 56px !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 56px !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 56px !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 56px !important;
  }

  .m-sm-8 {
    margin: 64px !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 64px !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 64px !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 64px !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 64px !important;
  }

  .m-sm-9 {
    margin: 72px !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 72px !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 72px !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 72px !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 72px !important;
  }

  .m-sm-10 {
    margin: 80px !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 80px !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 80px !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 80px !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 80px !important;
  }

  .m-sm-12 {
    margin: 96px !important;
  }

  .mt-sm-12,
.my-sm-12 {
    margin-top: 96px !important;
  }

  .mr-sm-12,
.mx-sm-12 {
    margin-right: 96px !important;
  }

  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 96px !important;
  }

  .ml-sm-12,
.mx-sm-12 {
    margin-left: 96px !important;
  }

  .m-sm-14 {
    margin: 112px !important;
  }

  .mt-sm-14,
.my-sm-14 {
    margin-top: 112px !important;
  }

  .mr-sm-14,
.mx-sm-14 {
    margin-right: 112px !important;
  }

  .mb-sm-14,
.my-sm-14 {
    margin-bottom: 112px !important;
  }

  .ml-sm-14,
.mx-sm-14 {
    margin-left: 112px !important;
  }

  .m-sm-16 {
    margin: 128px !important;
  }

  .mt-sm-16,
.my-sm-16 {
    margin-top: 128px !important;
  }

  .mr-sm-16,
.mx-sm-16 {
    margin-right: 128px !important;
  }

  .mb-sm-16,
.my-sm-16 {
    margin-bottom: 128px !important;
  }

  .ml-sm-16,
.mx-sm-16 {
    margin-left: 128px !important;
  }

  .m-sm-18 {
    margin: 144px !important;
  }

  .mt-sm-18,
.my-sm-18 {
    margin-top: 144px !important;
  }

  .mr-sm-18,
.mx-sm-18 {
    margin-right: 144px !important;
  }

  .mb-sm-18,
.my-sm-18 {
    margin-bottom: 144px !important;
  }

  .ml-sm-18,
.mx-sm-18 {
    margin-left: 144px !important;
  }

  .m-sm-20 {
    margin: 160px !important;
  }

  .mt-sm-20,
.my-sm-20 {
    margin-top: 160px !important;
  }

  .mr-sm-20,
.mx-sm-20 {
    margin-right: 160px !important;
  }

  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 160px !important;
  }

  .ml-sm-20,
.mx-sm-20 {
    margin-left: 160px !important;
  }

  .m-sm-24 {
    margin: 192px !important;
  }

  .mt-sm-24,
.my-sm-24 {
    margin-top: 192px !important;
  }

  .mr-sm-24,
.mx-sm-24 {
    margin-right: 192px !important;
  }

  .mb-sm-24,
.my-sm-24 {
    margin-bottom: 192px !important;
  }

  .ml-sm-24,
.mx-sm-24 {
    margin-left: 192px !important;
  }

  .m-sm-32 {
    margin: 256px !important;
  }

  .mt-sm-32,
.my-sm-32 {
    margin-top: 256px !important;
  }

  .mr-sm-32,
.mx-sm-32 {
    margin-right: 256px !important;
  }

  .mb-sm-32,
.my-sm-32 {
    margin-bottom: 256px !important;
  }

  .ml-sm-32,
.mx-sm-32 {
    margin-left: 256px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 8px !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 8px !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 8px !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 8px !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 8px !important;
  }

  .p-sm-2 {
    padding: 16px !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 16px !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 16px !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 16px !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 16px !important;
  }

  .p-sm-3 {
    padding: 24px !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 24px !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 24px !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 24px !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 24px !important;
  }

  .p-sm-4 {
    padding: 32px !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 32px !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 32px !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 32px !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 32px !important;
  }

  .p-sm-5 {
    padding: 40px !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 40px !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 40px !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 40px !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 40px !important;
  }

  .p-sm-6 {
    padding: 48px !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 48px !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 48px !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 48px !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 48px !important;
  }

  .p-sm-7 {
    padding: 56px !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 56px !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 56px !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 56px !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 56px !important;
  }

  .p-sm-8 {
    padding: 64px !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 64px !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 64px !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 64px !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 64px !important;
  }

  .p-sm-9 {
    padding: 72px !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 72px !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 72px !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 72px !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 72px !important;
  }

  .p-sm-10 {
    padding: 80px !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 80px !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 80px !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 80px !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 80px !important;
  }

  .p-sm-12 {
    padding: 96px !important;
  }

  .pt-sm-12,
.py-sm-12 {
    padding-top: 96px !important;
  }

  .pr-sm-12,
.px-sm-12 {
    padding-right: 96px !important;
  }

  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 96px !important;
  }

  .pl-sm-12,
.px-sm-12 {
    padding-left: 96px !important;
  }

  .p-sm-14 {
    padding: 112px !important;
  }

  .pt-sm-14,
.py-sm-14 {
    padding-top: 112px !important;
  }

  .pr-sm-14,
.px-sm-14 {
    padding-right: 112px !important;
  }

  .pb-sm-14,
.py-sm-14 {
    padding-bottom: 112px !important;
  }

  .pl-sm-14,
.px-sm-14 {
    padding-left: 112px !important;
  }

  .p-sm-16 {
    padding: 128px !important;
  }

  .pt-sm-16,
.py-sm-16 {
    padding-top: 128px !important;
  }

  .pr-sm-16,
.px-sm-16 {
    padding-right: 128px !important;
  }

  .pb-sm-16,
.py-sm-16 {
    padding-bottom: 128px !important;
  }

  .pl-sm-16,
.px-sm-16 {
    padding-left: 128px !important;
  }

  .p-sm-18 {
    padding: 144px !important;
  }

  .pt-sm-18,
.py-sm-18 {
    padding-top: 144px !important;
  }

  .pr-sm-18,
.px-sm-18 {
    padding-right: 144px !important;
  }

  .pb-sm-18,
.py-sm-18 {
    padding-bottom: 144px !important;
  }

  .pl-sm-18,
.px-sm-18 {
    padding-left: 144px !important;
  }

  .p-sm-20 {
    padding: 160px !important;
  }

  .pt-sm-20,
.py-sm-20 {
    padding-top: 160px !important;
  }

  .pr-sm-20,
.px-sm-20 {
    padding-right: 160px !important;
  }

  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 160px !important;
  }

  .pl-sm-20,
.px-sm-20 {
    padding-left: 160px !important;
  }

  .p-sm-24 {
    padding: 192px !important;
  }

  .pt-sm-24,
.py-sm-24 {
    padding-top: 192px !important;
  }

  .pr-sm-24,
.px-sm-24 {
    padding-right: 192px !important;
  }

  .pb-sm-24,
.py-sm-24 {
    padding-bottom: 192px !important;
  }

  .pl-sm-24,
.px-sm-24 {
    padding-left: 192px !important;
  }

  .p-sm-32 {
    padding: 256px !important;
  }

  .pt-sm-32,
.py-sm-32 {
    padding-top: 256px !important;
  }

  .pr-sm-32,
.px-sm-32 {
    padding-right: 256px !important;
  }

  .pb-sm-32,
.py-sm-32 {
    padding-bottom: 256px !important;
  }

  .pl-sm-32,
.px-sm-32 {
    padding-left: 256px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
  .secondary-menu .catalog-category {
    display: flex;
  }
  .secondary-menu .catalog-category li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .secondary-menu .apps-menu {
    display: flex;
  }
  .secondary-menu .catalog-top-row {
    text-align: left;
  }
  .modal__body {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    overflow-y: auto;
  }
  .type-1 {
    display: flex;
    justify-content: space-between;
  }
  .type-1 .left {
    flex: 1 1 auto;
  }
  .type-1 .header {
    align-items: center;
    display: flex;
    margin-top: 0;
  }
  .type-1 .header .image-link {
    margin-right: 24px;
    margin-bottom: 0;
  }
  .type-1 .header .image-link.starter-img {
    margin-right: 16px;
  }
  .type-1 .color-checkbox {
    position: relative;
    top: 0;
    right: 0;
  }
  .type-1 .color-block {
    position: relative;
    top: 0;
    right: 0;
  }
  .starter-block {
    padding: 64px 0 96px;
  }
  .starter-block .category-img {
    order: 1;
    margin: 64px 0;
  }
  .starter-block .category-header {
    order: 0;
    margin-bottom: 0;
  }
  .starter-block .devices-block {
    margin-bottom: 32px;
  }
  .compare-block .underline-link {
    font-size: 24px;
  }
  .fire-block .category-block__img {
    height: 370px;
  }
  .fire-block .category-block__img img {
    height: 370px;
  }
  .leaks-block .category-block__img {
    height: 370px;
  }
  .leaks-block .category-block__img img {
    height: 370px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .secondary-menu .apps-menu li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .hub-block .item.mb-64 {
    margin-right: 50%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .collapse-body {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 8px !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 8px !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 8px !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 8px !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 8px !important;
  }

  .m-md-2 {
    margin: 16px !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 16px !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 16px !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 16px !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 16px !important;
  }

  .m-md-3 {
    margin: 24px !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 24px !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 24px !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 24px !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 24px !important;
  }

  .m-md-4 {
    margin: 32px !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 32px !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 32px !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 32px !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 32px !important;
  }

  .m-md-5 {
    margin: 40px !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 40px !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 40px !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 40px !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 40px !important;
  }

  .m-md-6 {
    margin: 48px !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 48px !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 48px !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 48px !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 48px !important;
  }

  .m-md-7 {
    margin: 56px !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 56px !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 56px !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 56px !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 56px !important;
  }

  .m-md-8 {
    margin: 64px !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 64px !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 64px !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 64px !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 64px !important;
  }

  .m-md-9 {
    margin: 72px !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 72px !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 72px !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 72px !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 72px !important;
  }

  .m-md-10 {
    margin: 80px !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 80px !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 80px !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 80px !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 80px !important;
  }

  .m-md-12 {
    margin: 96px !important;
  }

  .mt-md-12,
.my-md-12 {
    margin-top: 96px !important;
  }

  .mr-md-12,
.mx-md-12 {
    margin-right: 96px !important;
  }

  .mb-md-12,
.my-md-12 {
    margin-bottom: 96px !important;
  }

  .ml-md-12,
.mx-md-12 {
    margin-left: 96px !important;
  }

  .m-md-14 {
    margin: 112px !important;
  }

  .mt-md-14,
.my-md-14 {
    margin-top: 112px !important;
  }

  .mr-md-14,
.mx-md-14 {
    margin-right: 112px !important;
  }

  .mb-md-14,
.my-md-14 {
    margin-bottom: 112px !important;
  }

  .ml-md-14,
.mx-md-14 {
    margin-left: 112px !important;
  }

  .m-md-16 {
    margin: 128px !important;
  }

  .mt-md-16,
.my-md-16 {
    margin-top: 128px !important;
  }

  .mr-md-16,
.mx-md-16 {
    margin-right: 128px !important;
  }

  .mb-md-16,
.my-md-16 {
    margin-bottom: 128px !important;
  }

  .ml-md-16,
.mx-md-16 {
    margin-left: 128px !important;
  }

  .m-md-18 {
    margin: 144px !important;
  }

  .mt-md-18,
.my-md-18 {
    margin-top: 144px !important;
  }

  .mr-md-18,
.mx-md-18 {
    margin-right: 144px !important;
  }

  .mb-md-18,
.my-md-18 {
    margin-bottom: 144px !important;
  }

  .ml-md-18,
.mx-md-18 {
    margin-left: 144px !important;
  }

  .m-md-20 {
    margin: 160px !important;
  }

  .mt-md-20,
.my-md-20 {
    margin-top: 160px !important;
  }

  .mr-md-20,
.mx-md-20 {
    margin-right: 160px !important;
  }

  .mb-md-20,
.my-md-20 {
    margin-bottom: 160px !important;
  }

  .ml-md-20,
.mx-md-20 {
    margin-left: 160px !important;
  }

  .m-md-24 {
    margin: 192px !important;
  }

  .mt-md-24,
.my-md-24 {
    margin-top: 192px !important;
  }

  .mr-md-24,
.mx-md-24 {
    margin-right: 192px !important;
  }

  .mb-md-24,
.my-md-24 {
    margin-bottom: 192px !important;
  }

  .ml-md-24,
.mx-md-24 {
    margin-left: 192px !important;
  }

  .m-md-32 {
    margin: 256px !important;
  }

  .mt-md-32,
.my-md-32 {
    margin-top: 256px !important;
  }

  .mr-md-32,
.mx-md-32 {
    margin-right: 256px !important;
  }

  .mb-md-32,
.my-md-32 {
    margin-bottom: 256px !important;
  }

  .ml-md-32,
.mx-md-32 {
    margin-left: 256px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 8px !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 8px !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 8px !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 8px !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 8px !important;
  }

  .p-md-2 {
    padding: 16px !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 16px !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 16px !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 16px !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 16px !important;
  }

  .p-md-3 {
    padding: 24px !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 24px !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 24px !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 24px !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 24px !important;
  }

  .p-md-4 {
    padding: 32px !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 32px !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 32px !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 32px !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 32px !important;
  }

  .p-md-5 {
    padding: 40px !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 40px !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 40px !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 40px !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 40px !important;
  }

  .p-md-6 {
    padding: 48px !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 48px !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 48px !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 48px !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 48px !important;
  }

  .p-md-7 {
    padding: 56px !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 56px !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 56px !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 56px !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 56px !important;
  }

  .p-md-8 {
    padding: 64px !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 64px !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 64px !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 64px !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 64px !important;
  }

  .p-md-9 {
    padding: 72px !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 72px !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 72px !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 72px !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 72px !important;
  }

  .p-md-10 {
    padding: 80px !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 80px !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 80px !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 80px !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 80px !important;
  }

  .p-md-12 {
    padding: 96px !important;
  }

  .pt-md-12,
.py-md-12 {
    padding-top: 96px !important;
  }

  .pr-md-12,
.px-md-12 {
    padding-right: 96px !important;
  }

  .pb-md-12,
.py-md-12 {
    padding-bottom: 96px !important;
  }

  .pl-md-12,
.px-md-12 {
    padding-left: 96px !important;
  }

  .p-md-14 {
    padding: 112px !important;
  }

  .pt-md-14,
.py-md-14 {
    padding-top: 112px !important;
  }

  .pr-md-14,
.px-md-14 {
    padding-right: 112px !important;
  }

  .pb-md-14,
.py-md-14 {
    padding-bottom: 112px !important;
  }

  .pl-md-14,
.px-md-14 {
    padding-left: 112px !important;
  }

  .p-md-16 {
    padding: 128px !important;
  }

  .pt-md-16,
.py-md-16 {
    padding-top: 128px !important;
  }

  .pr-md-16,
.px-md-16 {
    padding-right: 128px !important;
  }

  .pb-md-16,
.py-md-16 {
    padding-bottom: 128px !important;
  }

  .pl-md-16,
.px-md-16 {
    padding-left: 128px !important;
  }

  .p-md-18 {
    padding: 144px !important;
  }

  .pt-md-18,
.py-md-18 {
    padding-top: 144px !important;
  }

  .pr-md-18,
.px-md-18 {
    padding-right: 144px !important;
  }

  .pb-md-18,
.py-md-18 {
    padding-bottom: 144px !important;
  }

  .pl-md-18,
.px-md-18 {
    padding-left: 144px !important;
  }

  .p-md-20 {
    padding: 160px !important;
  }

  .pt-md-20,
.py-md-20 {
    padding-top: 160px !important;
  }

  .pr-md-20,
.px-md-20 {
    padding-right: 160px !important;
  }

  .pb-md-20,
.py-md-20 {
    padding-bottom: 160px !important;
  }

  .pl-md-20,
.px-md-20 {
    padding-left: 160px !important;
  }

  .p-md-24 {
    padding: 192px !important;
  }

  .pt-md-24,
.py-md-24 {
    padding-top: 192px !important;
  }

  .pr-md-24,
.px-md-24 {
    padding-right: 192px !important;
  }

  .pb-md-24,
.py-md-24 {
    padding-bottom: 192px !important;
  }

  .pl-md-24,
.px-md-24 {
    padding-left: 192px !important;
  }

  .p-md-32 {
    padding: 256px !important;
  }

  .pt-md-32,
.py-md-32 {
    padding-top: 256px !important;
  }

  .pr-md-32,
.px-md-32 {
    padding-right: 256px !important;
  }

  .pb-md-32,
.py-md-32 {
    padding-bottom: 256px !important;
  }

  .pl-md-32,
.px-md-32 {
    padding-left: 256px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
  .secondary-menu .catalog-category li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tag-pass-modal .product-spinner img {
    max-width: 200px;
  }
  .tag-pass-switch-block {
    margin-bottom: 48px;
  }
  .tag-pass-switch-select {
    margin-bottom: 24px;
  }
  .tag-pass-switch__item {
    flex: 0 0 226px;
    max-width: 226px;
  }
  .tag-pass-switch__item-text-price {
    margin-top: 16px;
  }
  .tag-pass-switch__item-text {
    display: block;
  }

  .tag-pass-switch__item-text-qty {
    margin-right: 0;
  }

  .tag-pass-switch__item-text-price {
    margin-left: 0;
    margin-top: 8px;
  }
  .breadcrumbs .breadcrumbs-logo svg {
    width: 76px;
  }
  .site-footer .footer-copyright ul li {
    display: inline-block;
    line-height: 1.5;
  }
  .type-4 {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .type-4 .left {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
  }
  .type-4 .right {
    flex: 0 1 142px;
  }
  .type-4 .img img {
    height: 144px;
    flex: 0 0 144px;
    max-width: 144px;
  }
  .type-4 .header {
    padding-top: 24px;
  }
  .type-4 .icons-list {
    display: flex;
    margin-top: 37px;
  }
  .type-4 .icons-list li:not(:last-child) {
    margin-bottom: 0;
  }
  .type-4 .color-block {
    position: relative;
    top: 0;
    right: 0;
  }
  .hub-block .category-img {
    margin: -40px 0 48px;
  }
  .hub-block .category-img img {
    max-width: 453px;
  }
  .compare-block {
    margin-top: 32px;
  }
  .indoor-block .category-block__header {
    order: 0;
    margin: 96px 0 64px;
  }
  .indoor-block .category-block__img {
    order: 1;
    text-align: left;
  }
  .indoor-block .category-block__img img {
    width: 654px;
    max-width: none;
    margin: 0;
    left: 0;
    top: 64px;
    position: absolute;
  }
  .outdoor-block {
    padding: 0 0 96px;
  }
  .outdoor-block .category-block__header {
    order: 0;
    margin: 96px 0 64px;
  }
  .outdoor-block .category-block__img {
    order: 1;
    text-align: left;
  }
  .outdoor-block .category-block__img img {
    width: 654px;
    max-width: none;
    margin: 0;
    left: 0;
    top: 64px;
    position: absolute;
  }
  .fire-block .category-block__img {
    height: auto;
  }
  .fire-block .category-block__img img {
    right: 16px;
    top: 64px;
    left: auto;
    transform: translate(0, 0);
  }
  .fire-block .category-block__header {
    padding-top: 96px;
  }
  .fire-block .device-list .item:not(:last-child) {
    margin-bottom: 0;
  }
  .leaks-block .device-list {
    margin-top: -100px;
  }
  .leaks-block .device-list .item {
    max-width: 352px;
    margin: 0 auto;
  }
  .leaks-block .category-block__header {
    order: 0;
    padding-top: 96px;
  }
  .leaks-block .category-block__img {
    height: auto;
  }
  .leaks-block .category-block__img img {
    height: 426px;
    left: 16px;
    top: 0;
    transform: translate(0, 0);
  }
  .controls-block .category-block__header {
    padding-top: 96px;
    margin-bottom: 0;
  }
  .controls-block .category-block__img {
    padding-right: 32px;
    text-align: left;
    margin-bottom: 64px;
  }
  .controls-block .device-list {
    margin-top: 64px;
  }
  .siren-block .category-block__img img {
    left: auto;
    right: -190px;
    height: 845px;
    top: -190px;
    transform: translate(0, 0);
    width: auto;
  }
  .siren-block .category-block__header {
    padding-top: 96px;
  }
  .siren-block .device-list {
    margin-top: 64px;
  }
  .siren-block .device-list .item {
    margin-bottom: 32px;
  }
  .power-block .category-block__header {
    padding-top: 96px;
  }
  .power-block .category-block__img img {
    max-width: 288px;
    top: 64px;
  }
  .power-block .device-list {
    margin-bottom: 64px;
    margin-top: 64px;
  }
  .integrations-block .category-block__header {
    order: 0;
    padding: 128px 16px 96px;
  }
  .integrations-block .category-block__img img {
    height: 488px;
    left: 16px;
    top: 48px;
    transform: translate(0, 0);
  }
  .integrations-block .category-block__img {
    order: 1;
  }
  .psu-block .category-block__header {
    order: 0;
    padding: 128px 16px 96px;
  }
  .psu-block .category-block__img img {
    height: 389px;
    left: -35px;
    top: 16px;
    transform: translate(0, 0);
  }
  .psu-block .category-block__img {
    order: 1;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .form-group2 {
    max-width: 384px;
  }
  .site-footer .footer-item.subscribe-block {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .leaks-block .category-block__img {
    order: 1;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  h1,
.h1,
.h1-bold {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 48px;
  }
  .display-1 {
    font-size: 40px;
  }
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 8px !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 8px !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 8px !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 8px !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 8px !important;
  }

  .m-lg-2 {
    margin: 16px !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 16px !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 16px !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 16px !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 16px !important;
  }

  .m-lg-3 {
    margin: 24px !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 24px !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 24px !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 24px !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 24px !important;
  }

  .m-lg-4 {
    margin: 32px !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 32px !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 32px !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 32px !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 32px !important;
  }

  .m-lg-5 {
    margin: 40px !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 40px !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 40px !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 40px !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 40px !important;
  }

  .m-lg-6 {
    margin: 48px !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 48px !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 48px !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 48px !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 48px !important;
  }

  .m-lg-7 {
    margin: 56px !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 56px !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 56px !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 56px !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 56px !important;
  }

  .m-lg-8 {
    margin: 64px !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 64px !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 64px !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 64px !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 64px !important;
  }

  .m-lg-9 {
    margin: 72px !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 72px !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 72px !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 72px !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 72px !important;
  }

  .m-lg-10 {
    margin: 80px !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 80px !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 80px !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 80px !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 80px !important;
  }

  .m-lg-12 {
    margin: 96px !important;
  }

  .mt-lg-12,
.my-lg-12 {
    margin-top: 96px !important;
  }

  .mr-lg-12,
.mx-lg-12 {
    margin-right: 96px !important;
  }

  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 96px !important;
  }

  .ml-lg-12,
.mx-lg-12 {
    margin-left: 96px !important;
  }

  .m-lg-14 {
    margin: 112px !important;
  }

  .mt-lg-14,
.my-lg-14 {
    margin-top: 112px !important;
  }

  .mr-lg-14,
.mx-lg-14 {
    margin-right: 112px !important;
  }

  .mb-lg-14,
.my-lg-14 {
    margin-bottom: 112px !important;
  }

  .ml-lg-14,
.mx-lg-14 {
    margin-left: 112px !important;
  }

  .m-lg-16 {
    margin: 128px !important;
  }

  .mt-lg-16,
.my-lg-16 {
    margin-top: 128px !important;
  }

  .mr-lg-16,
.mx-lg-16 {
    margin-right: 128px !important;
  }

  .mb-lg-16,
.my-lg-16 {
    margin-bottom: 128px !important;
  }

  .ml-lg-16,
.mx-lg-16 {
    margin-left: 128px !important;
  }

  .m-lg-18 {
    margin: 144px !important;
  }

  .mt-lg-18,
.my-lg-18 {
    margin-top: 144px !important;
  }

  .mr-lg-18,
.mx-lg-18 {
    margin-right: 144px !important;
  }

  .mb-lg-18,
.my-lg-18 {
    margin-bottom: 144px !important;
  }

  .ml-lg-18,
.mx-lg-18 {
    margin-left: 144px !important;
  }

  .m-lg-20 {
    margin: 160px !important;
  }

  .mt-lg-20,
.my-lg-20 {
    margin-top: 160px !important;
  }

  .mr-lg-20,
.mx-lg-20 {
    margin-right: 160px !important;
  }

  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 160px !important;
  }

  .ml-lg-20,
.mx-lg-20 {
    margin-left: 160px !important;
  }

  .m-lg-24 {
    margin: 192px !important;
  }

  .mt-lg-24,
.my-lg-24 {
    margin-top: 192px !important;
  }

  .mr-lg-24,
.mx-lg-24 {
    margin-right: 192px !important;
  }

  .mb-lg-24,
.my-lg-24 {
    margin-bottom: 192px !important;
  }

  .ml-lg-24,
.mx-lg-24 {
    margin-left: 192px !important;
  }

  .m-lg-32 {
    margin: 256px !important;
  }

  .mt-lg-32,
.my-lg-32 {
    margin-top: 256px !important;
  }

  .mr-lg-32,
.mx-lg-32 {
    margin-right: 256px !important;
  }

  .mb-lg-32,
.my-lg-32 {
    margin-bottom: 256px !important;
  }

  .ml-lg-32,
.mx-lg-32 {
    margin-left: 256px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 8px !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 8px !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 8px !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 8px !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 8px !important;
  }

  .p-lg-2 {
    padding: 16px !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 16px !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 16px !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 16px !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 16px !important;
  }

  .p-lg-3 {
    padding: 24px !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 24px !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 24px !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 24px !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 24px !important;
  }

  .p-lg-4 {
    padding: 32px !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 32px !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 32px !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 32px !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 32px !important;
  }

  .p-lg-5 {
    padding: 40px !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 40px !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 40px !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 40px !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 40px !important;
  }

  .p-lg-6 {
    padding: 48px !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 48px !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 48px !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 48px !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 48px !important;
  }

  .p-lg-7 {
    padding: 56px !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 56px !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 56px !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 56px !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 56px !important;
  }

  .p-lg-8 {
    padding: 64px !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 64px !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 64px !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 64px !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 64px !important;
  }

  .p-lg-9 {
    padding: 72px !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 72px !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 72px !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 72px !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 72px !important;
  }

  .p-lg-10 {
    padding: 80px !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 80px !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 80px !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 80px !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 80px !important;
  }

  .p-lg-12 {
    padding: 96px !important;
  }

  .pt-lg-12,
.py-lg-12 {
    padding-top: 96px !important;
  }

  .pr-lg-12,
.px-lg-12 {
    padding-right: 96px !important;
  }

  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 96px !important;
  }

  .pl-lg-12,
.px-lg-12 {
    padding-left: 96px !important;
  }

  .p-lg-14 {
    padding: 112px !important;
  }

  .pt-lg-14,
.py-lg-14 {
    padding-top: 112px !important;
  }

  .pr-lg-14,
.px-lg-14 {
    padding-right: 112px !important;
  }

  .pb-lg-14,
.py-lg-14 {
    padding-bottom: 112px !important;
  }

  .pl-lg-14,
.px-lg-14 {
    padding-left: 112px !important;
  }

  .p-lg-16 {
    padding: 128px !important;
  }

  .pt-lg-16,
.py-lg-16 {
    padding-top: 128px !important;
  }

  .pr-lg-16,
.px-lg-16 {
    padding-right: 128px !important;
  }

  .pb-lg-16,
.py-lg-16 {
    padding-bottom: 128px !important;
  }

  .pl-lg-16,
.px-lg-16 {
    padding-left: 128px !important;
  }

  .p-lg-18 {
    padding: 144px !important;
  }

  .pt-lg-18,
.py-lg-18 {
    padding-top: 144px !important;
  }

  .pr-lg-18,
.px-lg-18 {
    padding-right: 144px !important;
  }

  .pb-lg-18,
.py-lg-18 {
    padding-bottom: 144px !important;
  }

  .pl-lg-18,
.px-lg-18 {
    padding-left: 144px !important;
  }

  .p-lg-20 {
    padding: 160px !important;
  }

  .pt-lg-20,
.py-lg-20 {
    padding-top: 160px !important;
  }

  .pr-lg-20,
.px-lg-20 {
    padding-right: 160px !important;
  }

  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 160px !important;
  }

  .pl-lg-20,
.px-lg-20 {
    padding-left: 160px !important;
  }

  .p-lg-24 {
    padding: 192px !important;
  }

  .pt-lg-24,
.py-lg-24 {
    padding-top: 192px !important;
  }

  .pr-lg-24,
.px-lg-24 {
    padding-right: 192px !important;
  }

  .pb-lg-24,
.py-lg-24 {
    padding-bottom: 192px !important;
  }

  .pl-lg-24,
.px-lg-24 {
    padding-left: 192px !important;
  }

  .p-lg-32 {
    padding: 256px !important;
  }

  .pt-lg-32,
.py-lg-32 {
    padding-top: 256px !important;
  }

  .pr-lg-32,
.px-lg-32 {
    padding-right: 256px !important;
  }

  .pb-lg-32,
.py-lg-32 {
    padding-bottom: 256px !important;
  }

  .pl-lg-32,
.px-lg-32 {
    padding-left: 256px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
  .bookmark {
    display: none;
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .secondary-menu {
      position: -webkit-sticky;
      position: sticky;
      top: 56px;
      transition: transform 0.5s ease-in-out;
      will-change: transform;
    }
    .secondary-menu.scroll {
      transform: translate3d(0, -101%, 0);
      /* &:not(.plain-menu) {
          transform: translate3d(0,-108px,0);
      }
      &.plain-menu {
          transform: translate3d(0,-67px,0);
      } */
    }
  }
  .secondary-menu .catalog-category {
    margin-bottom: 0;
    margin-top: 16px;
  }
  .secondary-menu .catalog-category li {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .secondary-menu .catalog-category.catalog-category2 li {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .secondary-menu .catalog-category.why-secondary li {
    flex: 0 0 auto;
    max-width: auto;
  }
  .secondary-menu .catalog-category.why-secondary li .icon {
    margin-bottom: 8px;
    margin-right: auto;
    margin-left: auto;
  }
  .secondary-menu .catalog-category.why-secondary li a {
    display: inline-block;
    text-align: center;
  }
  .secondary-menu .apps-menu {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 12px;
    margin-top: 16px;
  }
  .secondary-menu .apps-menu .category-icon {
    margin-bottom: 8px;
    margin-right: 0;
    height: 40px;
  }
  .secondary-menu .apps-menu .category-icon svg {
    height: 40px;
    width: 40px;
  }
  .secondary-menu .apps-menu li {
    margin-bottom: 0;
  }
  .secondary-menu .apps-menu li .icon {
    margin-bottom: 8px;
    margin-right: 0;
  }
  .secondary-menu .apps-menu a {
    display: inline-block;
    text-align: center;
  }
  .secondary-menu.plain-menu ul {
    margin: 21px 0 0;
  }
  .secondary-menu.plain-menu ul li {
    margin-bottom: 24px;
  }
  .secondary-menu .icon-menu {
    margin-top: 24px;
  }
  .secondary-menu .icon-menu li {
    padding: 0;
  }
  .secondary-menu .icon-menu li:not(:last-child) {
    margin-right: 64px;
  }
  .modal__overlay {
    align-items: center;
  }
  .modal__body {
    border-radius: 16px;
    max-height: var(--modal-max-height);
    max-width: 928px;
    margin: 0 auto;
    padding: 64px;
  }
  .micromodal-right .modal__container {
    position: fixed;
    top: 56px;
    right: 0;
    height: calc(100vh - 56px);
    width: 816px;
  }
  .micromodal-right .modal__body {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: calc(100vh - 56px);
    max-width: 100%;
    width: 100%;
  }
  .modal__title {
    font-size: 40px;
  }
  .modal__close {
    align-items: center;
    background: transparent;
    border: 0;
    color: #181818;
    cursor: pointer;
    display: flex;
    font-size: 0;
    line-height: 1;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 24px;
    right: 24px;
    transition: color 0.15s ease-in-out;
  }
  .modal-icon__mob {
    display: none;
  }
  .micromodal-slide[aria-hidden=false] .modal__container {
    -webkit-animation: mmslideIn 0.2s cubic-bezier(0, 0, 0.2, 1);
            animation: mmslideIn 0.2s cubic-bezier(0, 0, 0.2, 1);
  }
  .micromodal-slide[aria-hidden=true] .modal__container {
    -webkit-animation: mmslideOut 0.2s cubic-bezier(0, 0, 0.2, 1);
            animation: mmslideOut 0.2s cubic-bezier(0, 0, 0.2, 1);
  }
  .micromodal-right[aria-hidden=false] .modal__container {
    -webkit-animation: mmslideInRight 0.2s cubic-bezier(0, 0, 0.2, 1);
            animation: mmslideInRight 0.2s cubic-bezier(0, 0, 0.2, 1);
  }
  .micromodal-right[aria-hidden=true] .modal__container {
    -webkit-animation: mmslideOutRight 0.2s cubic-bezier(0, 0, 0.2, 1);
            animation: mmslideOutRight 0.2s cubic-bezier(0, 0, 0.2, 1);
  }
  .site-footer .footer-item.apps {
    margin-left: auto;
  }
  .header-block h1 span {
    font-size: 64px;
  }
  .header-block .header-block__subtitle {
    font-size: 24px;
  }
  .h2-link-block h2 a {
    font-size: 48px;
  }
  .type-2 .icons-list {
    display: flex;
  }
  .type-3 {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .type-3 .left {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
  }
  .type-3 .right {
    flex: 0 1 142px;
  }
  .type-3 .img img {
    height: 144px;
    flex: 0 0 144px;
    max-width: 144px;
  }
  .type-3 .header {
    padding-top: 24px;
  }
  .type-3 .icons-list {
    display: flex;
    margin-top: 37px;
  }
  .type-3 .icons-list li:not(:last-child) {
    margin-bottom: 0;
  }
  .type-3 .color-block {
    position: relative;
    top: 0;
    right: 0;
  }
  .starter-block {
    padding: 96px 0 128px;
  }
  .starter-block .new-year {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    left: 0;
    top: 0;
    top: 112px;
  }
  .starter-block .new-year__content {
    border-radius: 0;
  }
  .starter-block .category-img {
    margin: -60px 0 32px;
  }
  .starter-block .category-header .text {
    margin-bottom: 96px;
  }
  .hub-block.hub-first-block {
    margin-top: -96px;
    padding: 96px 0 128px;
  }
  .hub-block .category-img {
    margin: -64px 0 48px;
  }
  .hub-block .category-img img {
    max-width: 552px;
  }
  .rex-block .mob-content {
    display: none;
  }
  .outdoor-block .device-subtitle {
    display: inline-block;
  }
  .fire-block {
    padding: 0 0 128px;
  }
  .fire-block .category-block__img img {
    height: 678px;
    top: 0;
  }
  .leaks-block .device-list {
    margin-top: -140px;
    left: -60px;
  }
  .controls-block .category-block__header {
    padding-top: 160px;
  }
  .controls-block .category-block__img {
    margin-bottom: 96px;
  }
  .controls-block .device-subtitle {
    display: inline-block;
  }
  .power-block .category-block__img img {
    left: 16px;
    transform: translate(0, 0);
  }
  .power-block .device-subtitle {
    display: inline-block;
  }
  .integrations-block .category-block__img img {
    height: 631px;
    top: 56px;
  }
  .integrations-block .device-list .item {
    margin-bottom: 32px;
  }
  .psu-block .category-block__header {
    padding: 160px 16px 128px;
  }
  .psu-block .category-block__img img {
    height: 607px;
    left: 16px;
    top: 0;
  }
  .psu-block .device-list .item {
    margin-bottom: 32px;
  }
  .catalog-content.scroll-content {
    padding-top: 108px;
  }
  .psi-parent .psi-block {
    top: -10px;
    left: -10px;
    transform: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tag-pass-modal .tag-pass-modal__color {
    width: 154px;
  }
  .tag-pass-modal .count-block {
    margin-left: auto;
  }
  .tag-pass-modal .count-block .buttons {
    width: 128px;
  }
  .tag-pass-modal .count-block .not-available {
    width: 128px;
  }
  .tag-pass-modal .count-block input {
    width: 50px;
  }
  .tag-pass-modal .price {
    width: 154px;
  }
  .tag-pass-modal .buy-btn {
    margin-left: auto;
    padding: 0 16px;
    width: 128px;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  h1,
.h1,
.h1-bold {
    font-size: 48px;
  }
  .display-1 {
    font-size: 48px;
  }
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 8px !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 8px !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 8px !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 8px !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 8px !important;
  }

  .m-xl-2 {
    margin: 16px !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 16px !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 16px !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 16px !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 16px !important;
  }

  .m-xl-3 {
    margin: 24px !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 24px !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 24px !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 24px !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 24px !important;
  }

  .m-xl-4 {
    margin: 32px !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 32px !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 32px !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 32px !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 32px !important;
  }

  .m-xl-5 {
    margin: 40px !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 40px !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 40px !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 40px !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 40px !important;
  }

  .m-xl-6 {
    margin: 48px !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 48px !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 48px !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 48px !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 48px !important;
  }

  .m-xl-7 {
    margin: 56px !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 56px !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 56px !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 56px !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 56px !important;
  }

  .m-xl-8 {
    margin: 64px !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 64px !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 64px !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 64px !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 64px !important;
  }

  .m-xl-9 {
    margin: 72px !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 72px !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 72px !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 72px !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 72px !important;
  }

  .m-xl-10 {
    margin: 80px !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 80px !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 80px !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 80px !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 80px !important;
  }

  .m-xl-12 {
    margin: 96px !important;
  }

  .mt-xl-12,
.my-xl-12 {
    margin-top: 96px !important;
  }

  .mr-xl-12,
.mx-xl-12 {
    margin-right: 96px !important;
  }

  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 96px !important;
  }

  .ml-xl-12,
.mx-xl-12 {
    margin-left: 96px !important;
  }

  .m-xl-14 {
    margin: 112px !important;
  }

  .mt-xl-14,
.my-xl-14 {
    margin-top: 112px !important;
  }

  .mr-xl-14,
.mx-xl-14 {
    margin-right: 112px !important;
  }

  .mb-xl-14,
.my-xl-14 {
    margin-bottom: 112px !important;
  }

  .ml-xl-14,
.mx-xl-14 {
    margin-left: 112px !important;
  }

  .m-xl-16 {
    margin: 128px !important;
  }

  .mt-xl-16,
.my-xl-16 {
    margin-top: 128px !important;
  }

  .mr-xl-16,
.mx-xl-16 {
    margin-right: 128px !important;
  }

  .mb-xl-16,
.my-xl-16 {
    margin-bottom: 128px !important;
  }

  .ml-xl-16,
.mx-xl-16 {
    margin-left: 128px !important;
  }

  .m-xl-18 {
    margin: 144px !important;
  }

  .mt-xl-18,
.my-xl-18 {
    margin-top: 144px !important;
  }

  .mr-xl-18,
.mx-xl-18 {
    margin-right: 144px !important;
  }

  .mb-xl-18,
.my-xl-18 {
    margin-bottom: 144px !important;
  }

  .ml-xl-18,
.mx-xl-18 {
    margin-left: 144px !important;
  }

  .m-xl-20 {
    margin: 160px !important;
  }

  .mt-xl-20,
.my-xl-20 {
    margin-top: 160px !important;
  }

  .mr-xl-20,
.mx-xl-20 {
    margin-right: 160px !important;
  }

  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 160px !important;
  }

  .ml-xl-20,
.mx-xl-20 {
    margin-left: 160px !important;
  }

  .m-xl-24 {
    margin: 192px !important;
  }

  .mt-xl-24,
.my-xl-24 {
    margin-top: 192px !important;
  }

  .mr-xl-24,
.mx-xl-24 {
    margin-right: 192px !important;
  }

  .mb-xl-24,
.my-xl-24 {
    margin-bottom: 192px !important;
  }

  .ml-xl-24,
.mx-xl-24 {
    margin-left: 192px !important;
  }

  .m-xl-32 {
    margin: 256px !important;
  }

  .mt-xl-32,
.my-xl-32 {
    margin-top: 256px !important;
  }

  .mr-xl-32,
.mx-xl-32 {
    margin-right: 256px !important;
  }

  .mb-xl-32,
.my-xl-32 {
    margin-bottom: 256px !important;
  }

  .ml-xl-32,
.mx-xl-32 {
    margin-left: 256px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 8px !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 8px !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 8px !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 8px !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 8px !important;
  }

  .p-xl-2 {
    padding: 16px !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 16px !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 16px !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 16px !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 16px !important;
  }

  .p-xl-3 {
    padding: 24px !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 24px !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 24px !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 24px !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 24px !important;
  }

  .p-xl-4 {
    padding: 32px !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 32px !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 32px !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 32px !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 32px !important;
  }

  .p-xl-5 {
    padding: 40px !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 40px !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 40px !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 40px !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 40px !important;
  }

  .p-xl-6 {
    padding: 48px !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 48px !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 48px !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 48px !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 48px !important;
  }

  .p-xl-7 {
    padding: 56px !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 56px !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 56px !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 56px !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 56px !important;
  }

  .p-xl-8 {
    padding: 64px !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 64px !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 64px !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 64px !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 64px !important;
  }

  .p-xl-9 {
    padding: 72px !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 72px !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 72px !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 72px !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 72px !important;
  }

  .p-xl-10 {
    padding: 80px !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 80px !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 80px !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 80px !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 80px !important;
  }

  .p-xl-12 {
    padding: 96px !important;
  }

  .pt-xl-12,
.py-xl-12 {
    padding-top: 96px !important;
  }

  .pr-xl-12,
.px-xl-12 {
    padding-right: 96px !important;
  }

  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 96px !important;
  }

  .pl-xl-12,
.px-xl-12 {
    padding-left: 96px !important;
  }

  .p-xl-14 {
    padding: 112px !important;
  }

  .pt-xl-14,
.py-xl-14 {
    padding-top: 112px !important;
  }

  .pr-xl-14,
.px-xl-14 {
    padding-right: 112px !important;
  }

  .pb-xl-14,
.py-xl-14 {
    padding-bottom: 112px !important;
  }

  .pl-xl-14,
.px-xl-14 {
    padding-left: 112px !important;
  }

  .p-xl-16 {
    padding: 128px !important;
  }

  .pt-xl-16,
.py-xl-16 {
    padding-top: 128px !important;
  }

  .pr-xl-16,
.px-xl-16 {
    padding-right: 128px !important;
  }

  .pb-xl-16,
.py-xl-16 {
    padding-bottom: 128px !important;
  }

  .pl-xl-16,
.px-xl-16 {
    padding-left: 128px !important;
  }

  .p-xl-18 {
    padding: 144px !important;
  }

  .pt-xl-18,
.py-xl-18 {
    padding-top: 144px !important;
  }

  .pr-xl-18,
.px-xl-18 {
    padding-right: 144px !important;
  }

  .pb-xl-18,
.py-xl-18 {
    padding-bottom: 144px !important;
  }

  .pl-xl-18,
.px-xl-18 {
    padding-left: 144px !important;
  }

  .p-xl-20 {
    padding: 160px !important;
  }

  .pt-xl-20,
.py-xl-20 {
    padding-top: 160px !important;
  }

  .pr-xl-20,
.px-xl-20 {
    padding-right: 160px !important;
  }

  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 160px !important;
  }

  .pl-xl-20,
.px-xl-20 {
    padding-left: 160px !important;
  }

  .p-xl-24 {
    padding: 192px !important;
  }

  .pt-xl-24,
.py-xl-24 {
    padding-top: 192px !important;
  }

  .pr-xl-24,
.px-xl-24 {
    padding-right: 192px !important;
  }

  .pb-xl-24,
.py-xl-24 {
    padding-bottom: 192px !important;
  }

  .pl-xl-24,
.px-xl-24 {
    padding-left: 192px !important;
  }

  .p-xl-32 {
    padding: 256px !important;
  }

  .pt-xl-32,
.py-xl-32 {
    padding-top: 256px !important;
  }

  .pr-xl-32,
.px-xl-32 {
    padding-right: 256px !important;
  }

  .pb-xl-32,
.py-xl-32 {
    padding-bottom: 256px !important;
  }

  .pl-xl-32,
.px-xl-32 {
    padding-left: 256px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
  .modal__body {
    max-width: 992px;
  }
  .starter-block .devices-block {
    margin-bottom: 0;
  }
  .hub-block {
    padding-bottom: 136px;
  }
  .hub-block .category-img {
    margin: -64px 0 64px;
  }
  .hub-block .category-img img {
    max-width: 738px;
  }
  .hub-block .category-header .text {
    margin: 0 auto 96px;
  }
  .hub-block .item.item-2 {
    margin-bottom: 64px;
  }
  .hub-block .item {
    margin-bottom: 32px;
  }
  .hub-block .item.item-2 {
    margin-bottom: 64px;
  }
  .indoor-block .category-block__img img {
    left: 16px;
    top: -24px;
    width: 866px;
  }
  .outdoor-block .category-block__img img {
    left: 16px;
    top: -24px;
    width: 866px;
  }
  .leaks-block {
    padding: 0;
  }
  .leaks-block .device-list {
    order: 1;
    padding: 160px 0;
    margin-top: 0;
    left: 0;
  }
  .leaks-block .category-block__header {
    padding-top: 0;
  }
  .leaks-block .category-block__header .icons-list {
    max-width: 100%;
  }
  .leaks-block .category-block__img {
    order: 2;
  }
  .leaks-block .category-block__img img {
    height: 550px;
    left: -100px;
  }
  .controls-block .category-block__img {
    margin-top: -64px;
  }
  .siren-block .category-block__img img {
    left: 20%;
    right: 0;
    top: -25%;
    height: auto;
    transform: translate(0, 0) scale(0.92, 0.92);
  }
  .siren-block .device-list {
    margin-top: 96px;
  }
  .power-block .category-block__header {
    padding-top: 128px;
  }
  .power-block .category-block__img img {
    max-width: 100%;
    width: auto;
  }
  .power-block .device-list {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .integrations-block {
    padding-bottom: 132px;
  }
  .psu-block {
    padding-bottom: 132px;
  }
}

@media (min-width: 1200px) and (max-width: 1503.98px) {
  .type-1 {
    flex-direction: column;
    height: 100%;
  }
  .type-1 .right {
    flex: 0 1 auto;
  }
  .type-1 .header {
    display: block;
    margin-top: 32px;
  }
  .type-1 .header .image-link {
    display: block;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .type-1 .color-checkbox {
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .compare-block {
    display: none;
  }
  .compare-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .siren-block .device-list .item:nth-child(2) {
    margin-right: 32px;
  }
}

@media (min-width: 1504px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 8px !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 8px !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 8px !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 8px !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 8px !important;
  }

  .m-xxl-2 {
    margin: 16px !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 16px !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 16px !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 16px !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 16px !important;
  }

  .m-xxl-3 {
    margin: 24px !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 24px !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 24px !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 24px !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 24px !important;
  }

  .m-xxl-4 {
    margin: 32px !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 32px !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 32px !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 32px !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 32px !important;
  }

  .m-xxl-5 {
    margin: 40px !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 40px !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 40px !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 40px !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 40px !important;
  }

  .m-xxl-6 {
    margin: 48px !important;
  }

  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 48px !important;
  }

  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 48px !important;
  }

  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 48px !important;
  }

  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 48px !important;
  }

  .m-xxl-7 {
    margin: 56px !important;
  }

  .mt-xxl-7,
.my-xxl-7 {
    margin-top: 56px !important;
  }

  .mr-xxl-7,
.mx-xxl-7 {
    margin-right: 56px !important;
  }

  .mb-xxl-7,
.my-xxl-7 {
    margin-bottom: 56px !important;
  }

  .ml-xxl-7,
.mx-xxl-7 {
    margin-left: 56px !important;
  }

  .m-xxl-8 {
    margin: 64px !important;
  }

  .mt-xxl-8,
.my-xxl-8 {
    margin-top: 64px !important;
  }

  .mr-xxl-8,
.mx-xxl-8 {
    margin-right: 64px !important;
  }

  .mb-xxl-8,
.my-xxl-8 {
    margin-bottom: 64px !important;
  }

  .ml-xxl-8,
.mx-xxl-8 {
    margin-left: 64px !important;
  }

  .m-xxl-9 {
    margin: 72px !important;
  }

  .mt-xxl-9,
.my-xxl-9 {
    margin-top: 72px !important;
  }

  .mr-xxl-9,
.mx-xxl-9 {
    margin-right: 72px !important;
  }

  .mb-xxl-9,
.my-xxl-9 {
    margin-bottom: 72px !important;
  }

  .ml-xxl-9,
.mx-xxl-9 {
    margin-left: 72px !important;
  }

  .m-xxl-10 {
    margin: 80px !important;
  }

  .mt-xxl-10,
.my-xxl-10 {
    margin-top: 80px !important;
  }

  .mr-xxl-10,
.mx-xxl-10 {
    margin-right: 80px !important;
  }

  .mb-xxl-10,
.my-xxl-10 {
    margin-bottom: 80px !important;
  }

  .ml-xxl-10,
.mx-xxl-10 {
    margin-left: 80px !important;
  }

  .m-xxl-12 {
    margin: 96px !important;
  }

  .mt-xxl-12,
.my-xxl-12 {
    margin-top: 96px !important;
  }

  .mr-xxl-12,
.mx-xxl-12 {
    margin-right: 96px !important;
  }

  .mb-xxl-12,
.my-xxl-12 {
    margin-bottom: 96px !important;
  }

  .ml-xxl-12,
.mx-xxl-12 {
    margin-left: 96px !important;
  }

  .m-xxl-14 {
    margin: 112px !important;
  }

  .mt-xxl-14,
.my-xxl-14 {
    margin-top: 112px !important;
  }

  .mr-xxl-14,
.mx-xxl-14 {
    margin-right: 112px !important;
  }

  .mb-xxl-14,
.my-xxl-14 {
    margin-bottom: 112px !important;
  }

  .ml-xxl-14,
.mx-xxl-14 {
    margin-left: 112px !important;
  }

  .m-xxl-16 {
    margin: 128px !important;
  }

  .mt-xxl-16,
.my-xxl-16 {
    margin-top: 128px !important;
  }

  .mr-xxl-16,
.mx-xxl-16 {
    margin-right: 128px !important;
  }

  .mb-xxl-16,
.my-xxl-16 {
    margin-bottom: 128px !important;
  }

  .ml-xxl-16,
.mx-xxl-16 {
    margin-left: 128px !important;
  }

  .m-xxl-18 {
    margin: 144px !important;
  }

  .mt-xxl-18,
.my-xxl-18 {
    margin-top: 144px !important;
  }

  .mr-xxl-18,
.mx-xxl-18 {
    margin-right: 144px !important;
  }

  .mb-xxl-18,
.my-xxl-18 {
    margin-bottom: 144px !important;
  }

  .ml-xxl-18,
.mx-xxl-18 {
    margin-left: 144px !important;
  }

  .m-xxl-20 {
    margin: 160px !important;
  }

  .mt-xxl-20,
.my-xxl-20 {
    margin-top: 160px !important;
  }

  .mr-xxl-20,
.mx-xxl-20 {
    margin-right: 160px !important;
  }

  .mb-xxl-20,
.my-xxl-20 {
    margin-bottom: 160px !important;
  }

  .ml-xxl-20,
.mx-xxl-20 {
    margin-left: 160px !important;
  }

  .m-xxl-24 {
    margin: 192px !important;
  }

  .mt-xxl-24,
.my-xxl-24 {
    margin-top: 192px !important;
  }

  .mr-xxl-24,
.mx-xxl-24 {
    margin-right: 192px !important;
  }

  .mb-xxl-24,
.my-xxl-24 {
    margin-bottom: 192px !important;
  }

  .ml-xxl-24,
.mx-xxl-24 {
    margin-left: 192px !important;
  }

  .m-xxl-32 {
    margin: 256px !important;
  }

  .mt-xxl-32,
.my-xxl-32 {
    margin-top: 256px !important;
  }

  .mr-xxl-32,
.mx-xxl-32 {
    margin-right: 256px !important;
  }

  .mb-xxl-32,
.my-xxl-32 {
    margin-bottom: 256px !important;
  }

  .ml-xxl-32,
.mx-xxl-32 {
    margin-left: 256px !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 8px !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 8px !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 8px !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 8px !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 8px !important;
  }

  .p-xxl-2 {
    padding: 16px !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 16px !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 16px !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 16px !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 16px !important;
  }

  .p-xxl-3 {
    padding: 24px !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 24px !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 24px !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 24px !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 24px !important;
  }

  .p-xxl-4 {
    padding: 32px !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 32px !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 32px !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 32px !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 32px !important;
  }

  .p-xxl-5 {
    padding: 40px !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 40px !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 40px !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 40px !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 40px !important;
  }

  .p-xxl-6 {
    padding: 48px !important;
  }

  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 48px !important;
  }

  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 48px !important;
  }

  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 48px !important;
  }

  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 48px !important;
  }

  .p-xxl-7 {
    padding: 56px !important;
  }

  .pt-xxl-7,
.py-xxl-7 {
    padding-top: 56px !important;
  }

  .pr-xxl-7,
.px-xxl-7 {
    padding-right: 56px !important;
  }

  .pb-xxl-7,
.py-xxl-7 {
    padding-bottom: 56px !important;
  }

  .pl-xxl-7,
.px-xxl-7 {
    padding-left: 56px !important;
  }

  .p-xxl-8 {
    padding: 64px !important;
  }

  .pt-xxl-8,
.py-xxl-8 {
    padding-top: 64px !important;
  }

  .pr-xxl-8,
.px-xxl-8 {
    padding-right: 64px !important;
  }

  .pb-xxl-8,
.py-xxl-8 {
    padding-bottom: 64px !important;
  }

  .pl-xxl-8,
.px-xxl-8 {
    padding-left: 64px !important;
  }

  .p-xxl-9 {
    padding: 72px !important;
  }

  .pt-xxl-9,
.py-xxl-9 {
    padding-top: 72px !important;
  }

  .pr-xxl-9,
.px-xxl-9 {
    padding-right: 72px !important;
  }

  .pb-xxl-9,
.py-xxl-9 {
    padding-bottom: 72px !important;
  }

  .pl-xxl-9,
.px-xxl-9 {
    padding-left: 72px !important;
  }

  .p-xxl-10 {
    padding: 80px !important;
  }

  .pt-xxl-10,
.py-xxl-10 {
    padding-top: 80px !important;
  }

  .pr-xxl-10,
.px-xxl-10 {
    padding-right: 80px !important;
  }

  .pb-xxl-10,
.py-xxl-10 {
    padding-bottom: 80px !important;
  }

  .pl-xxl-10,
.px-xxl-10 {
    padding-left: 80px !important;
  }

  .p-xxl-12 {
    padding: 96px !important;
  }

  .pt-xxl-12,
.py-xxl-12 {
    padding-top: 96px !important;
  }

  .pr-xxl-12,
.px-xxl-12 {
    padding-right: 96px !important;
  }

  .pb-xxl-12,
.py-xxl-12 {
    padding-bottom: 96px !important;
  }

  .pl-xxl-12,
.px-xxl-12 {
    padding-left: 96px !important;
  }

  .p-xxl-14 {
    padding: 112px !important;
  }

  .pt-xxl-14,
.py-xxl-14 {
    padding-top: 112px !important;
  }

  .pr-xxl-14,
.px-xxl-14 {
    padding-right: 112px !important;
  }

  .pb-xxl-14,
.py-xxl-14 {
    padding-bottom: 112px !important;
  }

  .pl-xxl-14,
.px-xxl-14 {
    padding-left: 112px !important;
  }

  .p-xxl-16 {
    padding: 128px !important;
  }

  .pt-xxl-16,
.py-xxl-16 {
    padding-top: 128px !important;
  }

  .pr-xxl-16,
.px-xxl-16 {
    padding-right: 128px !important;
  }

  .pb-xxl-16,
.py-xxl-16 {
    padding-bottom: 128px !important;
  }

  .pl-xxl-16,
.px-xxl-16 {
    padding-left: 128px !important;
  }

  .p-xxl-18 {
    padding: 144px !important;
  }

  .pt-xxl-18,
.py-xxl-18 {
    padding-top: 144px !important;
  }

  .pr-xxl-18,
.px-xxl-18 {
    padding-right: 144px !important;
  }

  .pb-xxl-18,
.py-xxl-18 {
    padding-bottom: 144px !important;
  }

  .pl-xxl-18,
.px-xxl-18 {
    padding-left: 144px !important;
  }

  .p-xxl-20 {
    padding: 160px !important;
  }

  .pt-xxl-20,
.py-xxl-20 {
    padding-top: 160px !important;
  }

  .pr-xxl-20,
.px-xxl-20 {
    padding-right: 160px !important;
  }

  .pb-xxl-20,
.py-xxl-20 {
    padding-bottom: 160px !important;
  }

  .pl-xxl-20,
.px-xxl-20 {
    padding-left: 160px !important;
  }

  .p-xxl-24 {
    padding: 192px !important;
  }

  .pt-xxl-24,
.py-xxl-24 {
    padding-top: 192px !important;
  }

  .pr-xxl-24,
.px-xxl-24 {
    padding-right: 192px !important;
  }

  .pb-xxl-24,
.py-xxl-24 {
    padding-bottom: 192px !important;
  }

  .pl-xxl-24,
.px-xxl-24 {
    padding-left: 192px !important;
  }

  .p-xxl-32 {
    padding: 256px !important;
  }

  .pt-xxl-32,
.py-xxl-32 {
    padding-top: 256px !important;
  }

  .pr-xxl-32,
.px-xxl-32 {
    padding-right: 256px !important;
  }

  .pb-xxl-32,
.py-xxl-32 {
    padding-bottom: 256px !important;
  }

  .pl-xxl-32,
.px-xxl-32 {
    padding-left: 256px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
  .type-3 .img {
    margin-right: 40px;
    padding-left: 16px;
  }
  .type-4 .img {
    margin-right: 40px;
    padding-left: 16px;
  }
  .starter-block .category-img {
    margin: 64px 0;
  }
  .starter-block .category-header .text {
    max-width: 100%;
    margin-bottom: 0;
  }
  .hub-block .item.item--1 {
    margin-left: calc(25% / 2);
  }
  .hub-block .item {
    margin-bottom: 32px;
  }
  .hub-block .item.item-2 {
    margin-bottom: 96px;
  }
  .compare-block {
    margin-top: 48px;
  }
  .rex-block {
    padding-top: 128px;
  }
  .indoor-block {
    padding: 0 0 192px;
  }
  .indoor-block .category-block__header {
    margin: 96px 0;
  }
  .indoor-block .category-block__header .icons-list {
    margin-top: 64px;
  }
  .indoor-block .category-block__img img {
    width: 1025px;
    top: -96px;
  }
  .outdoor-block {
    padding: 0 0 128px;
  }
  .outdoor-block .category-block__header {
    margin: 96px 0;
  }
  .outdoor-block .category-block__header .icons-list {
    margin-top: 64px;
  }
  .outdoor-block .category-block__img img {
    width: 1015px;
    top: -111px;
  }
  .fire-block .category-block__img img {
    height: 864px;
    top: 96px;
  }
  .fire-block .category-block__header .icons-list {
    margin-top: 64px;
    margin-bottom: 96px;
  }
  .leaks-block .category-block__header .icons-list {
    margin-top: 64px;
  }
  .leaks-block .category-block__img img {
    height: 680px;
    left: 16px;
    top: 48px;
  }
  .controls-block {
    padding-bottom: 104px;
  }
  .controls-block .category-block__header .icons-list {
    margin-top: 64px;
  }
  .controls-block .category-block__img {
    text-align: center;
  }
  .siren-block .category-block__img img {
    left: auto;
    top: -40px;
  }
  .siren-block .category-block__header .icons-list {
    margin-top: 64px;
  }
  .siren-block .device-list {
    margin-bottom: 128px;
  }
  .power-block .category-block__header .icons-list {
    margin-top: 64px;
  }
  .integrations-block .category-block__img img {
    height: auto;
  }
  .psu-block .category-block__img img {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .collapse-header {
    padding: 16px 0;
  }
  .collapse-header h6 {
    margin: 0;
  }
  .collapse-header .collapse-helper {
    cursor: pointer;
    display: block;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .collapse-header .collapse-helper .svg-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
  }
  .collapse-body {
    display: none;
  }
  .tag-pass-switch__item-img.product-spinner {
    display: none;
  }
  .breadcrumbs {
    padding: 32px 0;
  }
  .breadcrumbs li:not(:first-child) {
    margin-left: 16px;
  }
  .breadcrumbs li:not(:first-child) .svg-icon {
    margin-right: 16px;
  }
  .site-footer .collapse-item {
    border-top: 2px solid #383838;
    margin-top: 0;
  }
  .site-footer .collapse-body ul {
    margin-bottom: 16px;
  }
  .site-footer .footer-copyright .ru-row .payment-list li {
    display: inline-block;
    line-height: 1.5;
  }
  .site-footer .footer-copyright .ru-row .payment-list li:not(:last-child) {
    margin-right: 16px;
  }
}

@media (max-width: 991.98px) {
  .secondary-menu {
    display: none;
    padding-bottom: 8px;
  }
  .secondary-menu .icon-menu li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .modal__container {
    width: 100%;
  }
  .site-footer .footer-item ul.app-list li:not(:last-child) {
    margin-right: 16px;
  }
  .site-footer .footer-copyright {
    padding: 24px 0 16px;
  }
  .site-footer .footer-copyright ul li {
    margin-bottom: 8px;
  }
  .rex-block .desk-content {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .secondary-menu .catalog-category.why-secondary li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .secondary-menu .apps-menu li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .secondary-menu.plain-menu ul li {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}