/* .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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  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.33333333%;
  max-width: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

.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.33333333%;
}

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

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

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

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

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

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

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

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

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

.offset-11 {
  margin-left: 91.66666667%;
}

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;
}

.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: .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 .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 Thin", 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 Bold", sans-serif;
  font-weight: 700;
}

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

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

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

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

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

a.text-gray5:hover, a.text-gray5:focus {
  color: #454444 !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;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.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;
}

.blog-subscribe-block {
  background: #242424;
  padding: 0 0 96px;
  position: relative;
  overflow: hidden;
}

.blog-subscribe-block .title {
  color: #fff;
  font-family: "Roboto Medium", sans-serif;
  font-size: 24px;
}

.blog-subscribe-block .subscribe-form {
  margin-top: 48px;
  max-width: 490px;
}

.blog-subscribe-block .form-control {
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.blog-subscribe-block .row {
  align-items: center;
}

.blog-subscribe-block .bg-video {
  display: block;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

.blog-subscribe-block .video-subscribe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.blog-subscribe-block .video-block {
  display: inline-block;
  max-width: 280px;
  position: relative;
  width: 100%;
}

.blog-subscribe-block .video-container {
  padding-bottom: 100%;
  width: 100%;
}

.blog-subscribe-block .left {
  order: 1;
}

.blog-subscribe-block .right {
  order: 0;
  text-align: center;
}

.blog-subscribe-block .subscribe-content {
  position: relative;
}

.blog-subscribe-block .responsed {
  font-size: 12px;
  display: none;
  margin-top: 10px;
  position: absolute;
  left: 0;
  top: 100%;
}

.blog-subscribe-block .responsed_success {
  color: #5AE4AA;
}

.blog-subscribe-block .responsed_error {
  color: #ff6b6b;
}

.blog-subscribe-block .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
}

.blog-subscribe-block .loader-spinner {
  background: #5AE4AA;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.blog-subscribe-block .loader-spinner svg {
  height: 32px;
  width: 32px;
}

.blog-subscribe-block .submit-group {
  flex: 0 0 190px;
  max-width: 190px;
}

.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 .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: .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 .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;
}

.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;
}

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: .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 .2s ease-in-out, color .2s ease-in-out;
}

.btn-border:hover, .btn-border:focus {
  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 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 .2s ease-in-out, border-color .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 {
  margin: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}

.site-footer .footer-copyright ul li {
  line-height: 2;
}

.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;
}

.configurator-header {
  padding: 24px 0 40px;
}

.configurator-header .total-price {
  font-family: "Roboto Light", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.2;
  margin-top: 32px;
}

.configurator-header.result-step {
  padding: 24px 0;
}

.configurator-header.result-step h2 {
  font-size: 32px;
}

.result-step-row {
  position: relative;
}

.back-btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: #181818;
  cursor: pointer;
  padding: 0;
  display: flex;
  font-size: 14px;
  font-family: "Roboto Medium", sans-serif;
  transition: color .1s ease-in-out;
  outline: 0;
}

.back-btn:hover, .back-btn:focus {
  color: #00AD74;
}

.back-btn svg {
  margin-right: 8px;
}

.result-step__back {
  display: none;
}

.tabs {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.tabs .tabs-nav {
  background: transparent;
}

.result-tab-description {
  color: #5E5E5E;
  margin: 32px auto 0;
  max-width: 734px;
}

.configurator-header__title {
  margin-bottom: 16px;
}

.configurator-header__title h2 {
  font-size: 24px;
}

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

.configurator-header__list li:not(:last-child) {
  margin-right: 24px;
}

.configurator-header__list .step-btn {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  font-family: "Roboto Medium", sans-serif;
  font-size: 0;
  font-weight: 500;
  padding: 0;
  text-align: left;
  outline: 0;
}

.configurator-header__list .step-btn:not(:disabled) {
  cursor: pointer;
}

.configurator-header__list .step-btn:disabled {
  color: #181818;
}

.configurator-header__list .step-btn:disabled .number {
  background: #EDEDED;
}

.configurator-header__list .step-btn.current-step {
  cursor: default;
}

.configurator-header__list .step-btn.current-step .number {
  background: #181818;
  color: #fff;
}

.configurator-header__list .number {
  align-items: center;
  background: #5AE4AA;
  border-radius: 50%;
  height: 24px;
  display: flex;
  font-size: 14px;
  flex: 0 0 24px;
  max-width: 24px;
  justify-content: center;
  width: 24px;
  transition: background .1s ease-in-out, color .1s ease-in-out;
}

.configurator-header__list .name {
  display: none;
}

.centered-row {
  justify-content: center;
}

.configurator-card__column {
  margin-bottom: 16px;
}

.configurator-card {
  background: #EDEDED;
  border-radius: 16px;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 24px;
  position: relative;
  width: 100%;
}

.configurator-card.align-center {
  align-items: center;
}

.configurator-card.clicked-card {
  cursor: pointer;
}

.configurator-card.card-2 {
  height: auto;
}

.configurator-card.disabled {
  pointer-events: none;
  opacity: .6;
}

.configurator-card.is-active .radio-input {
  background: #181818;
  border-width: 8px;
}

.configurator-card.is-active .checkbox-input {
  background: #5AE4AA;
}

.configurator-card.is-active .checkbox-input:before {
  border-right-color: #181818;
  border-bottom-color: #181818;
}

.configurator-card.is-active .configurator-card__icon {
  background: #181818;
}

.configurator-card.is-active .configurator-card__icon svg {
  transform: scale(0.6, 0.6);
}

.configurator-card.is-active .configurator-card__icon .stroke {
  stroke: #fff;
}

.configurator-card.active .configurator-card__icon {
  background: #181818;
}

.configurator-card.active .configurator-card__icon svg {
  transform: scale(0.6, 0.6);
}

.configurator-card.active .configurator-card__icon .stroke {
  stroke: #fff;
}

.configurator-card .active-i .checkbox-input,
.configurator-card .active-p .checkbox-input {
  background: #5AE4AA;
}

.configurator-card .active-i .checkbox-input:before,
.configurator-card .active-p .checkbox-input:before {
  border-right-color: #181818;
  border-bottom-color: #181818;
}

.configurator-card__step2 {
  display: block;
  height: 96px;
  transition: height .15s ease-in-out;
  padding: 24px 16px 24px 24px;
}

.configurator-card__intrusion .intrusion {
  transition: transform .15s ease-in-out;
  will-change: transform;
}

.configurator-card__intrusion.active {
  height: 136px;
}

.configurator-card__intrusion.active .intrusion {
  transform: translate(0, -8px);
}

.configurator-card__intrusion .configurator-card__content {
  position: relative;
}

.configurator-card__photo-label label {
  position: relative;
}

.configurator-card__photo-label .configurator-card__content-title {
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
}

.configurator-card__photo-label .checkbox-input {
  height: 24px;
  flex: 0 0 24px;
  margin-right: 12px;
  max-width: 24px;
  width: 24px;
}

.configurator-card__photo-label .checkbox-input:before {
  content: '';
  width: 6px;
  height: 13px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  left: 3px;
  top: 3px;
}

.configurator-card__intrusion-label {
  cursor: pointer;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  margin: 0;
  width: 100%;
  z-index: 1;
}

.configurator-card__content {
  width: 100%;
}

.configurator-card__column-input {
  display: none;
}

.configurator-card__icon {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 48px;
  flex: 0 0 48px;
  max-width: 48px;
  justify-content: center;
  position: absolute;
  top: 16px;
  right: 16px;
  transition: background .15s ease-in-out;
  will-change: background;
}

.configurator-card__icon svg {
  height: 48px;
  width: 48px;
  transition: transform .15s ease-in-out;
  will-change: transform;
}

.configurator-card__icon .stroke {
  stroke: #181818;
  transition: stroke .15s ease-in-out;
  will-change: stroke;
}

.configurator-card__content-title {
  color: #242424;
  font-family: "Roboto Medium", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  padding-right: 56px;
}

.configurator-card__content-title .subname {
  font-family: "Roboto Medium", sans-serif;
  font-size: 16px;
  margin-top: 8px;
}

.configurator-card__content-title.photo {
  padding-right: 0;
}

.configurator-card__content-labels {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 40px;
}

.configurator-card__content-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-bottom: 0;
}

.configurator-card__content-label.is-active .radio-input {
  border-width: 8px;
}

.configurator-card__content-label.is-active .checkbox-input {
  background: #5AE4AA;
}

.configurator-card__content-label.is-active .checkbox-input:before {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.configurator-card__content-checkboxs .configurator-card__content-label:not(:last-child) {
  margin-bottom: 8px;
}

.configurator-card__content-info {
  align-items: center;
  background: #dbdbdb;
  border-radius: 50%;
  color: #919191;
  cursor: pointer;
  display: flex;
  height: 40px;
  flex: 0 0 40px;
  justify-content: center;
  margin-right: 24px;
  max-width: 40px;
  transition: background .15s ease-in-out, color .15s ease-in-out;
}

.configurator-card__content-info.is-active {
  background: #ADADAD;
  color: #F7F7F7;
}

.configurator-card__content-checkboxs,
.configurator-card__content-plusminus {
  align-items: flex-start;
  display: flex;
  margin-top: 16px;
  justify-content: space-between;
  width: 100%;
}

.radio-input {
  background: #fff;
  border: 2px solid #5AE4AA;
  border-radius: 50%;
  height: 32px;
  flex: 0 0 32px;
  margin-right: 16px;
  max-width: 32px;
  width: 32px;
  transition: background .1s ease-in-out, border .1s ease-in-out;
}

.checkbox-input {
  background: #fff;
  border: 2px solid #5AE4AA;
  border-radius: 2px;
  height: 32px;
  flex: 0 0 32px;
  margin-right: 16px;
  max-width: 32px;
  position: relative;
  width: 32px;
  transition: background .1s ease-in-out;
}

.checkbox-input:before {
  content: '';
  width: 9px;
  height: 16px;
  border-top: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  left: 4px;
  top: 6px;
  position: absolute;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
  transition: border .15s ease-in-out;
}

.checkbox-input.small {
  height: 24px;
  flex: 0 0 24px;
  margin-right: 8px;
  max-width: 24px;
  width: 24px;
}

.checkbox-input.small:before {
  width: 8px;
  height: 14px;
  left: 2px;
  top: 3px;
  transform: rotateZ(34deg);
}

.configurator-card__content-text {
  color: #919191;
  font-size: 14px;
  margin-top: 24px;
}

.configurator-card__content-text.text-2 {
  margin-top: 16px;
}

.select-block {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.select-block .style-select {
  background: #fff;
  min-width: 168px;
}

.photo-tooltip {
  position: relative;
  font-size: 0;
  line-height: 1;
}

.photo-tooltip__btn {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  outline: 0;
  font-size: 0;
  line-height: 1;
}

.photo-tooltip__text {
  background: #000;
  border-radius: 8px;
  color: #dbdbdb;
  cursor: default;
  font-family: "Roboto Medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  padding: 24px 40px 24px 16px;
  position: absolute;
  top: 40px;
  left: -230px;
  z-index: 1;
  width: 260px;
}

.photo-tooltip__text img {
  margin-top: 8px;
}

.photo-tooltip__close {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #dbdbdb;
  padding: 0;
  outline: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 4px;
  right: 4px;
  transition: color .1s ease-in-out;
}

.photo-tooltip__close:hover {
  color: #00AD74;
}

.configurator-footer {
  margin-top: 32px;
  padding-bottom: 64px;
}

.configurator-footer .footer-loader {
  font-size: 0;
  line-height: 1;
}

.configurator-footer .footer-btns {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-left: -12px;
  margin-right: -12px;
}

.configurator-footer .footer-btn {
  padding: 0 12px;
  flex: 0 0 50%;
  max-width: 50%;
}

.configurator-footer .btn-border {
  border: 1px solid #181818;
  color: #181818;
}

.configurator-footer .btn-border:hover, .configurator-footer .btn-border:focus {
  background: #181818;
  color: #fff;
}

.configurator-footer .step-btn {
  width: 100%;
}

.result-filters {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

.result-filters .color-checkbox {
  order: 1;
  margin-bottom: 24px;
}

.result-filters .color-checkbox span {
  font-size: 14px;
}

.result-filters .configurator-total__submit {
  min-width: 192px;
  width: 192px;
}

.result-filters__btns {
  display: none;
}

.result-filters__btns .configurator-total__submit {
  margin-left: 16px;
}

.result-filters__btns .loader-spinner {
  font-size: 0;
  line-height: 1;
  text-align: center;
  width: 192px;
}

.download-btn {
  border-color: #181818;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease-in-out, color .2s ease-in-out;
  width: 192px;
}

.download-btn svg {
  margin-right: 8px;
}

.download-btn:hover {
  background: #181818;
  color: #fff;
}

.download-btn:focus {
  background: transparent;
  color: #181818;
}

.photo-filter {
  align-items: center;
  display: flex;
  order: 2;
}

.photo-filter label {
  font-size: 14px;
  margin-bottom: 0;
}

.photo-filter .styled-checkbox .checkmark {
  top: -1px;
}

.configurator-block__result {
  background: #F7F7F7;
}

.configurator-result__category {
  margin-bottom: 48px;
}

.configurator-result__category-title {
  font-size: 24px;
  margin-bottom: 24px;
}

.configurator-result__item {
  background: #fff;
  border-radius: 16px;
  border: 2px solid #F7F7F7;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 16px;
  position: relative;
}

.configurator-result__item.boost {
  background: transparent;
  border-style: dashed;
  border-color: #c7c7c7;
}

.configurator-result__item .not-available {
  color: #ADADAD;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 128px;
  max-width: 128px;
}

.psi-block {
  width: 28px;
  height: 32px;
  position: absolute;
  top: 6px;
  left: 4px;
}

.psi-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.configurator-result__item-qty {
  align-items: center;
  display: flex;
  height: 32px;
  flex: 0 0 128px;
  max-width: 128px;
}

.configurator-result__item-qty .pdf-qty {
  align-items: center;
  display: flex;
  font-family: "Roboto Medium", sans-serif;
  font-weight: 500;
  font-size: 20px;
  justify-content: center;
  width: 128px;
}

.configurator-result__item-delete {
  align-items: center;
  background: transparent;
  color: #ADADAD;
  cursor: pointer;
  border: 0;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  width: 24px;
  outline: 0;
  position: absolute;
  top: 6px;
  right: 6px;
  transition: color .15s ease-in-out;
}

.configurator-result__item-delete:hover {
  color: #181818;
}

.configurator-result__item-header {
  display: flex;
  margin-bottom: 16px;
  width: 100%;
}

.configurator-result__item-header .img {
  height: 72px;
  flex: 0 0 72px;
  max-width: 72px;
  margin-right: 8px;
  width: 72px;
}

.configurator-result__item-header .img img {
  height: 72px;
  width: 72px;
}

.configurator-result__item-header h4 {
  font-size: 18px;
  margin: 0 0 4px;
}

.configurator-result__item-header h4 a {
  text-decoration: underline;
}

.configurator-result__item-header .desc {
  color: #5E5E5E;
  font-size: 14px;
}

.configurator-result__item-header .desc.desk-psi {
  color: #dab00a;
  margin-top: -8px;
  margin-bottom: 6px;
  padding-right: 16px;
}

.configurator-result__item-footer {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
}

.configurator-result__item-footer .price-block {
  margin-left: 16px;
  text-align: right;
}

.configurator-result__item-footer .price-block.price-block__ru {
  margin-left: 24px;
}

.configurator-result__item-footer .price {
  font-family: "Roboto Medium", sans-serif;
  font-size: 16px;
}

.configurator-result__item-footer .recommended {
  color: #ADADAD;
  font-size: 12px;
  line-height: 1.33;
  white-space: nowrap;
}

.configurator-result__item-addBlock {
  display: flex;
  align-items: center;
}

.configurator-result__item-remove-first {
  color: #00AD74;
  font-size: 12px;
}

.configurator-result__item-remove-first.desk {
  display: none;
}

.hub-item .configurator-result__item-header {
  flex-wrap: wrap;
  margin-bottom: 0;
}

.hub-item .configurator-result__item-header .img {
  margin-right: 8px;
}

.hub-item .configurator-result__item-header .text {
  display: flex;
  flex-wrap: wrap;
}

.hub-item .configurator-result__item-header .text h4 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.hub-item .configurator-result__item-header .text .desc {
  flex: 0 0 1;
}

.hub-item .configurator-result__item-header h4 {
  margin: 0;
}

.hub-item .price-block {
  margin-left: auto;
}

.hub-item .configurator-result__item-footer {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-top: 16px;
}

.hub-header {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}

.hub-icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  vertical-align: top;
}

.hub-icons.mob-icons {
  flex: 0 0 100%;
  max-width: 100%;
}

.hub-icons__list {
  display: inline-block;
}

.hub-icon__item {
  align-items: center;
  display: flex;
}

.hub-icon__item .item-icon {
  font-size: 0;
  line-height: 1;
  height: 40px;
  flex: 0 0 40px;
  max-width: 40px;
  margin-right: 8px;
  width: 40px;
}

.hub-icon__item .item-text {
  font-size: 14px;
  color: #242424;
  opacity: .5;
}

.hub-icon__item .item-text .underline-link {
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.hub-icon__item .item-text .medium {
  font-family: "Roboto Medium", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.hub-icon__item .item-text.item-text__link {
  opacity: 1;
}

.hub-icon__item .item-text.item-text__link .medium {
  opacity: .5;
}

.configurator-result__boost {
  margin-bottom: 48px;
}

.configurator-result__total-row {
  align-items: center;
  flex-direction: column;
}

.configurator-result__total {
  padding-bottom: 128px;
}

.configurator-result__total .currency {
  font-size: 12px;
}

.configurator-result__total .total-block {
  font-family: "Roboto Light", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.2;
  padding: 0 16px;
  order: 0;
  margin-bottom: 16px;
}

.configurator-total__submit {
  padding: 0 16px;
  text-align: center;
}

.configurator-total__submit .loader-spinner {
  font-size: 0;
  line-height: 1;
  width: auto;
}

.configurator-total__submit .ajax-spinner {
  height: 32px;
  width: 32px;
}

.configurator-result__total-btns {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  order: 1;
}

.configurator-result__total-btns .btn:not(:last-child) {
  margin-bottom: 16px;
}

.configurator-result__total-btns .loader-spinner {
  font-size: 0;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
  width: 192px;
}

.retry-btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: #181818;
  cursor: pointer;
  padding: 0;
  display: flex;
  font-size: 14px;
  font-family: "Roboto Medium", sans-serif;
  margin-top: 24px;
  transition: color .1s ease-in-out;
  outline: 0;
}

.retry-btn:hover, .retry-btn:focus {
  color: #00AD74;
}

.retry-btn svg {
  margin-right: 8px;
}

.retry-underline {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #5AE4AA;
  display: initial;
  color: #181818;
  cursor: pointer;
  padding: 0;
  transition: color .1s ease-in-out;
  outline: 0;
}

.retry-underline:hover, .retry-underline:focus {
  color: #5AE4AA;
}

.minusplusnumber {
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.minusplusnumber div {
  display: inline-block;
}

.minusplusnumber #field_container input {
  background: #fff;
  border: 1px solid #dbdbdb;
  height: 40px;
  width: 84px;
  text-align: center;
  font-family: "Roboto Medium", sans-serif;
  font-size: 24px;
  padding: 0;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.minusplusnumber #field_container input:disabled {
  color: #181818;
}

.minusplusnumber .mpbtn {
  background-color: #fff;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0;
  height: 40px;
  width: 40px;
}

.minusplusnumber .mpbtn:active {
  background-color: #DDD;
}

.minusplusnumber .mpbtn:focus {
  background-color: #fff;
}

.minusplusnumber .mpbtn.minus {
  border: 1px solid #dbdbdb;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-right: -1px;
}

.minusplusnumber .mpbtn.minus svg {
  height: 2px;
  width: 12px;
}

.minusplusnumber .mpbtn.plus {
  border: 1px solid #dbdbdb;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -1px;
}

.minusplusnumber .mpbtn.plus svg {
  height: 12px;
  width: 12px;
}

.minusplusnumber.small #field_container input {
  height: 32px;
  width: 66px;
  font-size: 20px;
}

.minusplusnumber.small .mpbtn {
  height: 32px;
  width: 32px;
}

.minusplusnumber.small .mpbtn.minus svg {
  height: 2px;
  width: 10px;
}

.minusplusnumber.small .mpbtn.plus svg {
  height: 10px;
  width: 10px;
}

.top-filters {
  background: #EDEDED;
  padding: 8px 0;
  position: fixed;
  top: 56px;
  width: 100%;
  z-index: 1019;
}

.top-filters .configurator-total__submit {
  min-width: 180px;
  padding: 0;
  width: 180px;
}

.top-filters .download-btn {
  min-width: 180px;
  width: 180px;
}

.top-filters__row {
  align-items: center;
  display: flex;
}

.top-filters__row .total-price {
  font-size: 24px;
  margin-right: 16px;
}

.top-filters__row .tabs {
  margin-top: 0;
  margin-right: 32px;
}

.options-block {
  position: relative;
}

.options-btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: #181818;
  cursor: pointer;
  padding: 0;
  display: flex;
  font-size: 14px;
  font-family: "Roboto Medium", sans-serif;
  transition: color .1s ease-in-out;
  outline: 0;
}

.options-btn:hover, .options-btn:focus {
  color: #00AD74;
}

.options-btn svg {
  font-size: 18px;
}

.options-btn__name {
  display: none;
}

.options-content {
  border-radius: 8px;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 24px;
  position: absolute;
  top: 24px;
  left: -4px;
  width: 320px;
  z-index: 100;
}

.options-content .color-checkbox {
  margin-bottom: 32px;
}

.options-content .color-checkbox span {
  font-size: 14px;
}

.options-content .styled-checkbox {
  font-size: 16px;
  margin: 0;
}

.styled-checkbox .checkmark {
  border-radius: 2px;
}

.number-input {
  display: block;
  font-size: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.number-input__button {
  background-color: #fff;
  border: 0;
  border-radius: 0.25rem;
  bottom: 1px;
  position: absolute;
  top: 1px;
  width: 2.5rem;
  z-index: 1;
}

.number-input__button:focus {
  outline: none;
}

.number-input__button:hover::before, .number-input__button:hover::after {
  background-color: #0074d9;
}

.number-input__button:disabled {
  opacity: 0.65;
}

.number-input__button:disabled::before, .number-input__button:disabled::after {
  background-color: #ddd;
}

.number-input__button::before, .number-input__button::after {
  background-color: #111;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.15s;
}

.number-input__button::before {
  height: 1px;
  width: 50%;
}

.number-input__button::after {
  height: 50%;
  width: 1px;
}

.number-input__button--minus {
  border-bottom-right-radius: 0;
  border-right: 1px solid #ddd;
  border-top-right-radius: 0;
  left: 1px;
}

.number-input__button--minus::after {
  visibility: hidden;
}

.number-input__button--plus {
  border-bottom-left-radius: 0;
  border-left: 1px solid #ddd;
  border-top-left-radius: 0;
  right: 1px;
}

.number-input__input {
  -moz-appearance: textfield;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 100%;
  min-height: 1.5rem;
  min-width: 3rem;
  padding: 0.4375rem 0.875rem;
  transition: border-color 0.15s;
  width: 100%;
}

.number-input__input::-webkit-outer-spin-button, .number-input__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.number-input__input:focus {
  border-color: #0074d9;
  outline: none;
}

.number-input__input:disabled, .number-input__input[readonly] {
  background-color: #f8f8f8;
}

.number-input--inline {
  display: inline-block;
}

.number-input--inline > input {
  display: inline-block;
  width: 12.5rem;
}

.number-input--center > input {
  text-align: center;
}

.number-input--controls > input {
  padding-left: 3.375rem;
  padding-right: 3.375rem;
}

.number-input--small > input {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}

.number-input--small.number-input--inline > input {
  width: 10rem;
}

.number-input--small.number-input--controls > button {
  width: 2rem;
}

.number-input--small.number-input--controls > input {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.number-input--large > input {
  border-radius: 0.3125rem;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}

.number-input--large.number-input--inline > input {
  width: 15rem;
}

.number-input--large.number-input--controls > button {
  width: 3rem;
}

.number-input--large.number-input--controls > input {
  padding-left: 4rem;
  padding-right: 4rem;
}

.boost-title {
  font-size: 40px;
  margin-bottom: 40px;
  margin-top: 32px;
}

.boost-category:not(:last-child) {
  margin-bottom: 48px;
}

.boost-category__header {
  margin-bottom: 24px;
  text-align: center;
}

.boost-category__header-icon {
  margin-bottom: 16px;
}

.boost-category__header-icon .icon {
  align-items: center;
  background: #EDEDED;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  height: 88px;
  width: 88px;
}

.boost-category__header-icon .icon svg {
  height: 56px;
  width: 56px;
}

.device-addBtn {
  background: transparent;
  border: 1px solid #00AD74;
  color: #00AD74;
  cursor: pointer;
  font-size: 14px;
  height: 32px;
  min-width: 128px;
  padding: 0 24px 0 36px;
  text-align: left;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
}

.device-addBtn svg {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
}

.device-addBtn:hover, .device-addBtn:focus {
  background: #181818;
  border-color: #181818;
  color: #fff;
}

.device-addBtn:disabled {
  opacity: .5;
}

.device-addBtn:disabled:hover, .device-addBtn:disabled:focus {
  background: transparent;
  color: #242424;
}

.constructor-request__back {
  margin-bottom: 32px;
}

.constructor-request {
  padding: 42px 0 80px;
}

.constructor-request .consultation-icon {
  margin-bottom: 64px;
}

.constructor-request h6 {
  font-family: "Roboto Medium", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 32px;
}

.constructor-request .finish-content {
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
}

.constructor-request .form-submit {
  margin-top: 64px;
}

.constructor-request__header {
  margin-bottom: 80px;
}

.constructor-request__header h2 {
  font-size: 24px;
  margin-bottom: 32px;
}

.contact-request__header {
  font-size: 18px;
  margin-bottom: 64px;
}

.constructor-request__form {
  max-width: 464px;
  margin: 0 auto;
  width: 100%;
}

.submit-group {
  margin-top: 64px;
}

.submit-group .btn {
  width: 100%;
}

.submit-group .loader-spinner {
  font-size: 0;
  line-height: 1;
  text-align: center;
}

.instalation-text {
  margin-top: 16px;
  font-size: 14px;
}

.thanks-block {
  padding: 80px 0;
  text-align: center;
}

.thanks-block .icon {
  margin-bottom: 64px;
}

.thanks-block .thanks-title {
  font-family: "Roboto Medium", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 80px;
}

.thanks-block .links {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

.thanks-block .links li {
  padding: 0 16px 60px;
}

.thanks-block .links li div {
  margin-bottom: 30px;
}

.tabs-nav {
  border: 1px solid #181818;
  border-radius: 26px;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tabs-nav button, .tabs-nav a {
  align-items: center;
  background: transparent;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  line-height: 1;
  min-height: 32px;
  padding: 6px 24px;
  text-align: center;
  outline: 0;
  transition: background .1s ease-in-out, color .1s ease-in-out;
}

.tabs-nav button:hover, .tabs-nav a:hover {
  color: currentColor;
}

.tabs-nav button.active, .tabs-nav a.active {
  background: #181818;
  color: #fff;
}

.tabs-nav li.active button, .tabs-nav li.active a {
  background: #181818;
  color: #fff;
}

.tabs-nav.tabs-nav__light {
  border: 1px solid #fff;
}

.tabs-nav.tabs-nav__light button, .tabs-nav.tabs-nav__light a {
  color: #ADADAD;
}

.tabs-nav.tabs-nav__light li.active a {
  background: #fff;
  color: #242424;
}

.configurator-block {
  min-height: calc(100vh - 56px);
}

.configurator-content {
  display: none;
}

.configurator-content.is-active {
  display: block;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .1s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.fade-photo-enter-active {
  transition: all .15s ease;
  transition-delay: .1s;
}

.fade-photo-leave-active {
  transition: all .15s ease;
}

.fade-photo-enter {
  transform: translateY(10px);
  opacity: 0;
}

.fade-photo-leave-to {
  opacity: 0;
}

.slide-filters-enter-active, .slide-filters-leave-active {
  transition: transform .5s;
}

.slide-filters-enter, .slide-filters-leave-to {
  transform: translateY(-64px);
}

.ajax-spinner .inner,
.ajax-spinner .outer {
  transform-origin: 50% 50%;
}

.ajax-spinner .inner {
  -webkit-animation: spin .6s infinite linear;
          animation: spin .6s infinite linear;
}

.ajax-spinner .outer {
  -webkit-animation: spin 1.5s infinite linear;
          animation: spin 1.5s infinite linear;
  animation-direction: reverse;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.on-load {
  display: block;
}

@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  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;
  }
  .configurator-header {
    padding: 48px 0 64px;
  }
  .configurator-header__title {
    margin-bottom: 32px;
  }
  .configurator-header__title h2 {
    font-size: 32px;
  }
  .configurator-header__list .number {
    height: 32px;
    flex: 0 0 32px;
    max-width: 32px;
    width: 32px;
  }
  .configurator-card__content-info {
    display: none;
  }
  .configurator-footer .footer-btn {
    flex: 0 0 auto;
    max-width: auto;
  }
  .configurator-footer .step-btn {
    min-width: 224px;
    width: auto;
  }
  .configurator-result__item {
    padding: 16px 24px;
  }
  .psi-block {
    top: 10px;
    left: 10px;
  }
  .configurator-result__item-header .img {
    margin-right: 16px;
  }
  .configurator-result__item-header .text {
    padding-top: 8px;
  }
  .configurator-result__item-remove-first.desk {
    display: block;
    margin-left: 16px;
    line-height: 1.33;
  }
  .configurator-result__item-remove-first.mob {
    display: none;
  }
  .hub-item .configurator-result__item-header .img {
    margin-right: 16px;
  }
  .configurator-total__submit {
    min-width: 224px;
  }
  .constructor-request {
    padding: 42px 0 256px;
  }
  .constructor-request h6 {
    font-size: 32px;
  }
  .constructor-request__header h2 {
    font-size: 32px;
  }
  .thanks-block .thanks-title {
    font-size: 32px;
  }
}

@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
  .breadcrumbs .breadcrumbs-logo svg {
    width: 76px;
  }
  .blog-subscribe-block .video-block {
    max-width: 360px;
  }
  .site-footer .footer-main {
    padding-bottom: 88px;
  }
  .site-footer .footer-copyright ul li {
    display: inline-block;
    line-height: 1.5;
  }
  .site-footer .footer-copyright ul li:not(:last-child) {
    margin-right: 16px;
  }
  .configurator-header.result-step {
    padding: 32px 0 56px;
  }
  .result-step__back {
    display: block;
    left: 0;
    top: 10px;
    position: absolute;
    padding: 0 16px;
    z-index: 1;
  }
  .configurator-card__step2 {
    display: flex;
    height: 100%;
    transition: 0;
    padding: 24px;
  }
  .configurator-card__intrusion.active {
    height: 100%;
  }
  .configurator-card__intrusion.active .intrusion {
    transform: translate(0, -24px);
  }
  .configurator-card__photo-label {
    position: absolute;
    left: 0;
    top: 24px;
  }
  .configurator-card__icon {
    height: 96px;
    flex: 0 0 96px;
    margin-left: 24px;
    max-width: 96px;
    position: relative;
    top: 0;
    right: 0;
  }
  .configurator-card__icon svg {
    height: 96px;
    width: 96px;
  }
  .configurator-card__content-title {
    padding-right: 0;
    font-size: 24px;
  }
  .configurator-card__content-title .subname {
    font-size: 18px;
  }
  .configurator-card__content-text {
    margin-top: 12px;
  }
  .select-block .style-select {
    min-width: 172px;
  }
  .photo-tooltip__text {
    top: 40px;
    left: 8px;
    width: 260px;
  }
  .photo-tooltip__text {
    top: 14px;
    left: 100%;
    font-size: 20px;
    padding: 24px 48px 24px 24px;
    width: 440px;
  }
  .result-filters .color-checkbox {
    margin-bottom: 32px;
  }
  .result-filters__btns {
    display: flex;
    order: 0;
    margin-bottom: 32px;
  }
  .configurator-result__item {
    flex-wrap: nowrap;
  }
  .configurator-result__item-header {
    margin-bottom: 0;
  }
  .configurator-result__item-footer {
    flex: 0 0 300px;
    max-width: 300px;
    width: 300px;
    margin-top: 16px;
    padding-left: 24px;
  }
  .hub-item .configurator-result__item-header .text {
    flex-wrap: nowrap;
  }
  .hub-item .configurator-result__item-header .text h4 {
    flex: 0 0 160px;
    max-width: 160px;
    width: 160px;
  }
  .hub-item .configurator-result__item-footer {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
    margin-top: 0;
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .hub-icons {
    display: block;
    margin-top: 16px;
  }
  .hub-icons__list {
    margin-top: 16px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .hub-icon__item:not(:last-child) {
    margin-right: 24px;
  }
  .configurator-result__total-row {
    flex-direction: row;
  }
  .configurator-result__total .currency {
    font-size: 18px;
  }
  .configurator-result__total .total-block {
    margin-left: auto;
    margin-bottom: 0;
    order: 0;
  }
  .configurator-result__total-btns {
    order: 0;
    flex-direction: row;
  }
  .configurator-result__total-btns .btn:not(:last-child) {
    margin-bottom: 0;
    margin-right: 16px;
  }
  .configurator-result__total-btns .loader-spinner {
    margin-bottom: 0;
  }
  .retry-btn {
    margin-left: 24px;
    margin-top: 0;
  }
  .minusplusnumber #field_container input {
    width: 90px;
  }
  .device-addBtn {
    margin-left: 24px;
  }
  .thanks-block {
    padding: 128px 0;
  }
  .thanks-block .thanks-title {
    margin-bottom: 128px;
  }
}

@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: 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.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  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;
  }
  .blog-subscribe-block {
    padding: 0;
  }
  .blog-subscribe-block .subscribe-form {
    margin-top: 64px;
  }
  .blog-subscribe-block .left {
    order: 0;
  }
  .blog-subscribe-block .right {
    order: 1;
  }
  .site-footer .footer-item.apps {
    margin-left: auto;
  }
  .site-footer .footer-copyright ul {
    text-align: left;
  }
  .configurator-header {
    padding: 64px 0 96px;
  }
  .configurator-header .total-price {
    font-family: "Roboto Regular", sans-serif;
    font-weight: 400;
  }
  .configurator-header.result-step {
    padding: 32px 0 64px;
  }
  .configurator-header.result-step h2 {
    font-size: 40px;
  }
  .result-step__back {
    top: 44px;
  }
  .configurator-header__title {
    margin-bottom: 48px;
  }
  .configurator-header__title h2 {
    font-size: 48px;
  }
  .configurator-header__list li:not(:last-child) {
    margin-right: 32px;
  }
  .configurator-header__list .number {
    font-size: 16px;
    height: 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
  }
  .configurator-header__list .name {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin-left: 11px;
  }
  .configurator-card__column {
    margin-bottom: 32px;
  }
  .configurator-footer {
    margin-top: 64px;
    padding-bottom: 96px;
  }
  .result-filters {
    flex-direction: row;
  }
  .result-filters .color-checkbox {
    margin-bottom: 0;
    margin-right: 40px;
    order: 0;
  }
  .result-filters__btns {
    margin-bottom: 0;
    margin-left: auto;
    order: 2;
  }
  .photo-filter {
    order: 1;
  }
  .left-column {
    padding-right: 48px;
  }
  .right-column {
    padding-left: 48px;
  }
  .hub-item .configurator-result__item-header .img {
    height: 119px;
    flex: 0 0 119px;
    max-width: 119px;
    width: 119px;
    margin-right: 32px;
  }
  .hub-item .configurator-result__item-header .img img {
    height: 119px;
    width: 119px;
  }
  .hub-item .configurator-result__item-header .text {
    padding-top: 16px;
  }
  .hub-item .configurator-result__item-header h4 {
    font-size: 24px;
  }
  .hub-icons.mob-icons {
    display: none;
  }
  .constructor-request {
    padding: 48px 0 256px;
  }
}

@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  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;
  }
  .site-footer .footer-copyright .ru-row .copyright-column.first {
    margin-right: auto;
  }
  .site-footer .footer-copyright .ru-row .copyright-column.last {
    margin-left: auto;
  }
  .result-step__back {
    left: 8.3333%;
  }
  .configurator-header__list li:not(:last-child) {
    margin-right: 48px;
  }
}

@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
  .options-btn__name {
    display: inline-block;
    margin-left: 8px;
  }
}

@media (max-width: 1199.98px) {
  .site-footer .footer-copyright .ru-row ul {
    margin-bottom: 32px;
    text-align: center;
  }
  .site-footer .footer-copyright .ru-row .copyright-column {
    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;
  }
}

@media (max-width: 991.98px) {
  .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 {
    margin-bottom: 32px;
  }
  .checkbox-input:before {
    top: 5px;
  }
  .download-btn {
    display: none;
  }
  .hub-icons.desk-icons {
    display: none;
  }
  .top-filters {
    display: none !important;
  }
}

@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;
  }
  .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;
  }
  .hub-item .configurator-result__item-header .text .desc {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .hub-icons__list:first-child {
    margin-right: 8px;
  }
  .thanks-block .links li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
