.contacts__map {
  position: relative;
  overflow: hidden; }
  .contacts__map:after {
    content: '';
    display: block;
    pointer-events: none; }

.product-card__img, .contacts__map .ymaps-2-1-79-map {
  position: absolute;
  min-width: 100%;
  max-width: 130%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @supports (object-fit: cover) {
    .product-card__img, .contacts__map .ymaps-2-1-79-map {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      min-width: 0;
      max-width: none;
      min-height: 0;
      transform: none; } }

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
sidebar,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 60%;
  line-height: 0; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

figure {
  margin: 1em 40px; }

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

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

html {
  font-size: 16px;
  -webkit-tap-headline-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow-x: clip;
  background: #ffffff;
  color: #252525;
  font-size: 0.9375rem;
  line-height: 1.334;
  font-weight: 300;
  font-family: Helvetica, Arial, sans-serif; }
  body::before {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    z-index: 99;
    width: 100vw;
    transition: .25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    top: 4rem;
    height: calc(100vh - 4rem);
    height: calc(calc(var(--vh, 1vh) * 100) - 4rem); }
  body.scroll-is-locked {
    overflow: hidden;
    width: calc(100vw - (100vw - 100%)); }
    body.scroll-is-locked::before {
      opacity: 1;
      visibility: visible; }

[tabindex="-1"]:focus {
  outline: none !important; }

figure {
  margin: 0; }

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

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

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
  -webkit-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

button {
  cursor: pointer; }
  button:focus, button:active, button:hover {
    outline: 0; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: default; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

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

legend {
  display: block;
  width: 100%; }

input[type="search"] {
  -webkit-appearance: none; }

[hidden] {
  display: none !important; }

.hidden,
.is-hidden {
  display: none; }

hr {
  height: 0;
  margin: 0;
  border: 1px solid #fbc000;
  border-width: 1px 0 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
  .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
    margin-bottom: 0; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
  .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    display: block;
    font-weight: 400; }

h1,
.h1 {
  font-size: 2.0625rem;
  line-height: 1.0003;
  font-weight: 700;
  margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    h1,
    .h1 {
      font-size: 3.09375rem; } }
  @media (min-width: 1280px) {
    h1,
    .h1 {
      font-size: 4.125rem;
      line-height: 1;
      margin-bottom: 3.5rem; } }

h2,
.h2 {
  font-size: 1.5rem;
  line-height: 1.16708;
  font-weight: 700;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 2.0625rem;
      line-height: 1.0003; } }
  @media (min-width: 1024px) {
    h2,
    .h2 {
      font-size: 3.4375rem;
      line-height: 0.85473; } }

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.16708;
  font-weight: 700;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      font-size: 2.0625rem;
      line-height: 1.0003;
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    h3,
    .h3 {
      font-size: 2.625rem;
      line-height: 1.21452;
      margin-bottom: 0; } }

h4,
.h4 {
  font-size: 1.3125rem;
  line-height: 1.42905;
  font-weight: 700;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    h4,
    .h4 {
      font-size: 1.5rem;
      line-height: 1.16708;
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    h4,
    .h4 {
      font-size: 2.0625rem;
      line-height: 1.0003;
      margin-bottom: 0; } }

h5,
.h5 {
  font-size: 1.125rem;
  line-height: 1.16722;
  font-weight: 700;
  margin-bottom: 0.75rem; }
  @media (min-width: 1024px) {
    h5,
    .h5 {
      font-size: 1.4rem;
      line-height: 1.16708; } }

h6,
.h6 {
  font-size: 1.3125rem;
  line-height: 1.42905;
  font-weight: 700;
  margin-bottom: 0; }

.text-lg {
  font-size: 1.3125rem;
  line-height: 1.14333; }

.text-sm {
  font-size: 0.8125rem;
  line-height: 1.69308; }

.text-xs {
  font-size: 0.75rem;
  line-height: 1.1675; }

.text-xxs {
  font-size: 0.5625rem;
  line-height: 1.33444; }

h1 small {
  font-size: .5em;
  line-height: 1;
  margin-top: .515em; }

h2 small {
  font-size: .6em;
  line-height: .909;
  margin-top: .727em; }

address {
  font-style: normal;
  line-height: inherit; }

small {
  font-size: 80%; }

p,
ol,
ul,
dl {
  margin: 0; }

dd {
  margin: 0; }

.dl-inline dd,
.dl-inline dt {
  display: inline;
  vertical-align: baseline; }

.dl-inline dt:before {
  content: '\A';
  white-space: pre-line;
  display: block;
  font-size: 0; }

.dl-inline dt:first-of-type:before {
  content: ''; }

.dl-inline.text-xs dt:before {
  font-size: .5rem; }

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

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

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

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

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

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

.text-bold {
  font-weight: 700; }

.text-base {
  color: #252525 !important; }

.text-danger {
  color: #940000 !important; }

.text-disabled {
  color: #cbcfd6 !important; }

.text-error {
  color: #ff0000 !important; }

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

.text-primary {
  color: #fbc000 !important; }

.text-success {
  color: #5faf2d !important; }

.font-light {
  font-weight: 300 !important; }

.font-normal {
  font-weight: 400 !important; }

.font-medium {
  font-weight: 500 !important; }

.font-bold {
  font-weight: 600 !important; }

.font-heavy {
  font-weight: 800 !important; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }
  @media (min-width: 1024px) {
    .container {
      max-width: calc(80rem + 1rem * 2); } }
  .container:empty {
    display: none; }
  @media (min-width: 1440px) {
    .container--lg {
      max-width: calc(98.125rem + 1rem * 2); } }
  .container--full {
    max-width: none; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  .row--xxs {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }
    .row--xxs > .col,
    .row--xxs > [class^="col-"],
    .row--xxs > [class*=" col-"] {
      padding-left: 0.25rem;
      padding-right: 0.25rem; }
  .row--xs {
    margin-left: -0.375rem;
    margin-right: -0.375rem; }
    .row--xs > .col,
    .row--xs > [class^="col-"],
    .row--xs > [class*=" col-"] {
      padding-left: 0.375rem;
      padding-right: 0.375rem; }
  .row--sm {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
    .row--sm > .col,
    .row--sm > [class^="col-"],
    .row--sm > [class*=" col-"] {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
  @media (min-width: 1024px) {
    .row--md {
      margin-left: -0.75rem;
      margin-right: -0.75rem; }
      .row--md > .col,
      .row--md > [class^="col-"],
      .row--md > [class*=" col-"] {
        padding-left: 0.75rem;
        padding-right: 0.75rem; }
    .row--lg {
      margin-left: -1.75rem;
      margin-right: -1.75rem; }
      .row--lg > .col,
      .row--lg > [class^="col-"],
      .row--lg > [class*=" col-"] {
        padding-left: 1.75rem;
        padding-right: 1.75rem; }
    .row--xl {
      margin-left: -2.5rem;
      margin-right: -2.5rem; }
      .row--xl > .col,
      .row--xl > [class^="col-"],
      .row--xl > [class*=" col-"] {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.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-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-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-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-2xl-1,
.col-2xl-2,
.col-2xl-3,
.col-2xl-4,
.col-2xl-5,
.col-2xl-6,
.col-2xl-7,
.col-2xl-8,
.col-2xl-9,
.col-2xl-10,
.col-2xl-11,
.col-2xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.col-xs-1 {
  flex: 0 0 8.33333%;
  width: 8.33333%; }

.col-xs-2 {
  flex: 0 0 16.66667%;
  width: 16.66667%; }

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

.col-xs-4 {
  flex: 0 0 33.33333%;
  width: 33.33333%; }

.col-xs-5 {
  flex: 0 0 41.66667%;
  width: 41.66667%; }

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

.col-xs-7 {
  flex: 0 0 58.33333%;
  width: 58.33333%; }

.col-xs-8 {
  flex: 0 0 66.66667%;
  width: 66.66667%; }

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

.col-xs-10 {
  flex: 0 0 83.33333%;
  width: 83.33333%; }

.col-xs-11 {
  flex: 0 0 91.66667%;
  width: 91.66667%; }

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

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    width: 100%; } }

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    width: 100%; } }

@media (min-width: 1024px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    width: 100%; } }

@media (min-width: 1280px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    width: 100%; } }

@media (min-width: 1440px) {
  .col-2xl-1 {
    flex: 0 0 8.33333%;
    width: 8.33333%; }
  .col-2xl-2 {
    flex: 0 0 16.66667%;
    width: 16.66667%; }
  .col-2xl-3 {
    flex: 0 0 25%;
    width: 25%; }
  .col-2xl-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%; }
  .col-2xl-5 {
    flex: 0 0 41.66667%;
    width: 41.66667%; }
  .col-2xl-6 {
    flex: 0 0 50%;
    width: 50%; }
  .col-2xl-7 {
    flex: 0 0 58.33333%;
    width: 58.33333%; }
  .col-2xl-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%; }
  .col-2xl-9 {
    flex: 0 0 75%;
    width: 75%; }
  .col-2xl-10 {
    flex: 0 0 83.33333%;
    width: 83.33333%; }
  .col-2xl-11 {
    flex: 0 0 91.66667%;
    width: 91.66667%; }
  .col-2xl-12 {
    flex: 0 0 100%;
    width: 100%; } }

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

@media (min-width: 576px) {
  .col-sm-auto {
    max-width: none;
    width: auto;
    flex: initial; } }

@media (min-width: 768px) {
  .col-md-auto {
    max-width: none;
    width: auto;
    flex: initial; } }

@media (min-width: 1024px) {
  .col-lg-auto {
    max-width: none;
    width: auto;
    flex: initial; } }

@media (min-width: 1280px) {
  .col-xl-auto {
    max-width: none;
    width: auto;
    flex: initial; } }

@media (min-width: 1440px) {
  .col-2xl-auto {
    max-width: none;
    width: auto;
    flex: initial; } }

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

@media (min-width: 576px) {
  .col-sm-stretch {
    max-width: none;
    width: auto;
    flex: auto;
    min-width: 0; } }

@media (min-width: 768px) {
  .col-md-stretch {
    max-width: none;
    width: auto;
    flex: auto;
    min-width: 0; } }

@media (min-width: 1024px) {
  .col-lg-stretch {
    max-width: none;
    width: auto;
    flex: auto;
    min-width: 0; } }

@media (min-width: 1280px) {
  .col-xl-stretch {
    max-width: none;
    width: auto;
    flex: auto;
    min-width: 0; } }

@media (min-width: 1440px) {
  .col-2xl-stretch {
    max-width: none;
    width: auto;
    flex: auto;
    min-width: 0; } }

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

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

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

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

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

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

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

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

.col-xs-top {
  align-self: flex-start; }

.col-xs-center {
  align-self: center; }

.col-xs-bottom {
  align-self: flex-end; }

.col-xs-first {
  order: -1; }

.col-xs-last {
  order: 1; }

.col-xs-initial {
  order: initial; }

.align-xs-top {
  align-items: flex-start; }

.align-xs-center {
  align-items: center; }

.align-xs-bottom {
  align-items: flex-end; }

.align-xs-baseline {
  align-items: baseline; }

.align-self-xs-top {
  align-self: flex-start; }

.align-self-xs-center {
  align-self: center; }

.align-self-xs-bottom {
  align-self: flex-end; }

.align-self-xs-baseline {
  align-self: baseline; }

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

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

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

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

.justify-xs-around {
  justify-content: space-around !important; }

.order-xs-first {
  order: -1 !important; }

.order-xs-last {
  order: 100 !important; }

.order-xs-initial {
  order: initial !important; }

.ml-xs-auto {
  margin-left: auto !important; }

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

.nowrap-xs {
  flex-wrap: nowrap; }

@media (min-width: 576px) {
  .col-sm-top {
    align-self: flex-start; }
  .col-sm-center {
    align-self: center; }
  .col-sm-bottom {
    align-self: flex-end; }
  .col-sm-first {
    order: -1; }
  .col-sm-last {
    order: 1; }
  .col-sm-initial {
    order: initial; }
  .align-sm-top {
    align-items: flex-start; }
  .align-sm-center {
    align-items: center; }
  .align-sm-bottom {
    align-items: flex-end; }
  .align-sm-baseline {
    align-items: baseline; }
  .align-self-sm-top {
    align-self: flex-start; }
  .align-self-sm-center {
    align-self: center; }
  .align-self-sm-bottom {
    align-self: flex-end; }
  .align-self-sm-baseline {
    align-self: baseline; }
  .justify-sm-start {
    justify-content: flex-start !important; }
  .justify-sm-end {
    justify-content: flex-end !important; }
  .justify-sm-center {
    justify-content: center !important; }
  .justify-sm-between {
    justify-content: space-between !important; }
  .justify-sm-around {
    justify-content: space-around !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-last {
    order: 100 !important; }
  .order-sm-initial {
    order: initial !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .nowrap-sm {
    flex-wrap: nowrap; } }

@media (min-width: 768px) {
  .col-md-top {
    align-self: flex-start; }
  .col-md-center {
    align-self: center; }
  .col-md-bottom {
    align-self: flex-end; }
  .col-md-first {
    order: -1; }
  .col-md-last {
    order: 1; }
  .col-md-initial {
    order: initial; }
  .align-md-top {
    align-items: flex-start; }
  .align-md-center {
    align-items: center; }
  .align-md-bottom {
    align-items: flex-end; }
  .align-md-baseline {
    align-items: baseline; }
  .align-self-md-top {
    align-self: flex-start; }
  .align-self-md-center {
    align-self: center; }
  .align-self-md-bottom {
    align-self: flex-end; }
  .align-self-md-baseline {
    align-self: baseline; }
  .justify-md-start {
    justify-content: flex-start !important; }
  .justify-md-end {
    justify-content: flex-end !important; }
  .justify-md-center {
    justify-content: center !important; }
  .justify-md-between {
    justify-content: space-between !important; }
  .justify-md-around {
    justify-content: space-around !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-last {
    order: 100 !important; }
  .order-md-initial {
    order: initial !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .nowrap-md {
    flex-wrap: nowrap; } }

@media (min-width: 1024px) {
  .col-lg-top {
    align-self: flex-start; }
  .col-lg-center {
    align-self: center; }
  .col-lg-bottom {
    align-self: flex-end; }
  .col-lg-first {
    order: -1; }
  .col-lg-last {
    order: 1; }
  .col-lg-initial {
    order: initial; }
  .align-lg-top {
    align-items: flex-start; }
  .align-lg-center {
    align-items: center; }
  .align-lg-bottom {
    align-items: flex-end; }
  .align-lg-baseline {
    align-items: baseline; }
  .align-self-lg-top {
    align-self: flex-start; }
  .align-self-lg-center {
    align-self: center; }
  .align-self-lg-bottom {
    align-self: flex-end; }
  .align-self-lg-baseline {
    align-self: baseline; }
  .justify-lg-start {
    justify-content: flex-start !important; }
  .justify-lg-end {
    justify-content: flex-end !important; }
  .justify-lg-center {
    justify-content: center !important; }
  .justify-lg-between {
    justify-content: space-between !important; }
  .justify-lg-around {
    justify-content: space-around !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-last {
    order: 100 !important; }
  .order-lg-initial {
    order: initial !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .nowrap-lg {
    flex-wrap: nowrap; } }

@media (min-width: 1280px) {
  .col-xl-top {
    align-self: flex-start; }
  .col-xl-center {
    align-self: center; }
  .col-xl-bottom {
    align-self: flex-end; }
  .col-xl-first {
    order: -1; }
  .col-xl-last {
    order: 1; }
  .col-xl-initial {
    order: initial; }
  .align-xl-top {
    align-items: flex-start; }
  .align-xl-center {
    align-items: center; }
  .align-xl-bottom {
    align-items: flex-end; }
  .align-xl-baseline {
    align-items: baseline; }
  .align-self-xl-top {
    align-self: flex-start; }
  .align-self-xl-center {
    align-self: center; }
  .align-self-xl-bottom {
    align-self: flex-end; }
  .align-self-xl-baseline {
    align-self: baseline; }
  .justify-xl-start {
    justify-content: flex-start !important; }
  .justify-xl-end {
    justify-content: flex-end !important; }
  .justify-xl-center {
    justify-content: center !important; }
  .justify-xl-between {
    justify-content: space-between !important; }
  .justify-xl-around {
    justify-content: space-around !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-last {
    order: 100 !important; }
  .order-xl-initial {
    order: initial !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .nowrap-xl {
    flex-wrap: nowrap; } }

@media (min-width: 1440px) {
  .col-2xl-top {
    align-self: flex-start; }
  .col-2xl-center {
    align-self: center; }
  .col-2xl-bottom {
    align-self: flex-end; }
  .col-2xl-first {
    order: -1; }
  .col-2xl-last {
    order: 1; }
  .col-2xl-initial {
    order: initial; }
  .align-2xl-top {
    align-items: flex-start; }
  .align-2xl-center {
    align-items: center; }
  .align-2xl-bottom {
    align-items: flex-end; }
  .align-2xl-baseline {
    align-items: baseline; }
  .align-self-2xl-top {
    align-self: flex-start; }
  .align-self-2xl-center {
    align-self: center; }
  .align-self-2xl-bottom {
    align-self: flex-end; }
  .align-self-2xl-baseline {
    align-self: baseline; }
  .justify-2xl-start {
    justify-content: flex-start !important; }
  .justify-2xl-end {
    justify-content: flex-end !important; }
  .justify-2xl-center {
    justify-content: center !important; }
  .justify-2xl-between {
    justify-content: space-between !important; }
  .justify-2xl-around {
    justify-content: space-around !important; }
  .order-2xl-first {
    order: -1 !important; }
  .order-2xl-last {
    order: 100 !important; }
  .order-2xl-initial {
    order: initial !important; }
  .ml-2xl-auto {
    margin-left: auto !important; }
  .mr-2xl-auto {
    margin-right: auto !important; }
  .nowrap-2xl {
    flex-wrap: nowrap; } }

a {
  color: #fbc000;
  text-decoration: underline;
  outline: 0;
  transition: color 0.2s ease-in-out; }
  a:hover, a:active {
    text-decoration: inherit; }
  a:hover {
    color: #fbc000; }
  a:active {
    color: #fbc000; }
    a:active:focus {
      outline: 0; }
  a:disabled {
    color: #6c737d;
    pointer-events: none; }

.link-inherit {
  color: inherit; }
  .link-inherit:focus, .link-inherit:hover {
    color: #fbc000; }
    .bg-primary .link-inherit:focus,
    .bg-primary-dark .link-inherit:focus, .bg-primary .link-inherit:hover,
    .bg-primary-dark .link-inherit:hover {
      color: inherit; }

.link-hidden {
  color: inherit;
  text-decoration: none; }
  .link-hidden:focus, .link-hidden:hover {
    color: inherit;
    text-decoration: none; }

.link-pseudo {
  color: inherit;
  border-bottom: 1px dashed #fbc000;
  text-decoration: none; }
  .link-pseudo:focus, .link-pseudo:hover {
    color: #fbc000;
    text-decoration: none; }

.link-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  color: inherit;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  /*@include hover-focus {
        color: $link-hover-color;

        .link-icon__icon {
            color: inherit;
        }
    }*/ }
  .link-icon__icon {
    font-size: .875em;
    color: #fbc000; }

.link-block:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ''; }

.link-base {
  color: #252525 !important; }
  .link-base:focus, .link-base:hover {
    color: #fbc000 !important; }

.link-danger {
  color: #940000 !important; }
  .link-danger:focus, .link-danger:hover {
    color: #fbc000 !important; }

.link-disabled {
  color: #cbcfd6 !important; }
  .link-disabled:focus, .link-disabled:hover {
    color: #fbc000 !important; }

.link-error {
  color: #ff0000 !important; }
  .link-error:focus, .link-error:hover {
    color: #fbc000 !important; }

.link-muted {
  color: #6c737d !important; }
  .link-muted:focus, .link-muted:hover {
    color: #fbc000 !important; }

.link-primary {
  color: #fbc000 !important; }
  .link-primary:focus, .link-primary:hover {
    color: #fbc000 !important; }

.link-success {
  color: #5faf2d !important; }
  .link-success:focus, .link-success:hover {
    color: #fbc000 !important; }

.list {
  padding: 0;
  list-style: none; }
  .list > li {
    margin-bottom: 0.25rem; }
    .list > li:last-child {
      margin-bottom: 0; }
  .list-bullet {
    padding: 0;
    list-style: none; }
    .list-bullet > li {
      position: relative;
      padding-left: 2rem;
      margin-bottom: 0.625rem; }
      .list-bullet > li:last-child {
        margin-bottom: 0; }
      .list-bullet > li:before {
        position: absolute;
        top: 0.43781rem;
        left: 0;
        width: 0.375rem;
        height: 0.375rem;
        border-radius: 50%;
        background-color: #fbc000;
        content: ''; }
  .list-dot {
    padding: 0;
    list-style: none; }
    .list-dot > li {
      position: relative;
      padding-left: 1rem;
      margin-bottom: 1em; }
      .list-dot > li:last-child {
        margin-bottom: 0; }
      .list-dot > li:before {
        position: absolute;
        top: 0.43781rem;
        left: 0;
        width: 0.375rem;
        height: 0.375rem;
        border-radius: 50%;
        background-color: #fbc000;
        content: ''; }
    .list-dot.is-success > li:before {
      background-color: #5faf2d; }
    .list-dot--compact > li {
      margin-bottom: 0.667em; }
      .list-dot--compact > li:last-child {
        margin-bottom: 0; }
  .list-ordered {
    padding: 0;
    list-style: none;
    counter-reset: ordered-list; }
    .list-ordered > li {
      position: relative;
      padding-left: 2rem;
      counter-increment: ordered-list;
      margin-bottom: 1.25rem; }
      .list-ordered > li:last-child {
        margin-bottom: 0; }
      .list-ordered > li:before {
        position: absolute;
        left: 0;
        color: #fbc000;
        content: counter(ordered-list); }

.bg-light {
  background-color: #efefef; }

.bg-light-2 {
  background-color: #ebf0f0; }

.bg-primary {
  background-color: #fbc000;
  color: #000000; }

.bg-base {
  background-color: #252525;
  color: #ffffff; }

.bg-dark {
  background-color: #50565e;
  color: #ffffff; }

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?k04oxz#iefix") format("embedded-opentype"), url("../fonts/icons.svg?k04oxz") format("svg"), url("../fonts/icons.woff?k04oxz") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"],
button.mfp-arrow-left:before,
button.mfp-arrow-right:before,
button.mfp-close:before,
.swiper-button-next:after,
.swiper-button-prev:after,
.calculator-card:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  display: inline-block;
  text-decoration: none; }

.icon-add-task:before {
  content: "\e900"; }

.icon-check:before {
  content: "\e901"; }

.icon-close-thick:before {
  content: "\e902"; }

.icon-close:before,
button.mfp-close:before {
  content: "\e903"; }

.icon-documents:before {
  content: "\e904"; }

.icon-download:before {
  content: "\e905"; }

.icon-headset:before {
  content: "\e914"; }

.icon-heart-chat-buble:before {
  content: "\e906"; }

.icon-insights:before {
  content: "\e907"; }

.icon-map:before {
  content: "\e908"; }

.icon-megaphone:before {
  content: "\e909"; }

.icon-next:before,
button.mfp-arrow-right:before,
.swiper-button-next:after,
.calculator-card:after {
  content: "\e90a"; }

.icon-phone:before {
  content: "\e912"; }

.icon-phone-callback:before {
  content: "\e913"; }

.icon-prev:before,
button.mfp-arrow-left:before,
.swiper-button-prev:after {
  content: "\e90b"; }

.icon-ok:before {
  content: "\e90c"; }

.icon-receipt:before {
  content: "\e90d"; }

.icon-resize:before {
  content: "\e90e"; }

.icon-search:before {
  content: "\e90f"; }

.icon-tool:before {
  content: "\e910"; }

.icon-upload:before {
  content: "\e911"; }

.pt-xs {
  padding-top: !important; }

.pb-xs {
  padding-bottom: !important; }

.pt-lg {
  padding-top: !important; }

.pb-lg {
  padding-bottom: !important; }

.dropzone {
  width: 100%; }
  .dropzone .dz-message {
    cursor: pointer; }
  .dropzone .dz-preview {
    width: auto;
    margin: 1rem 0 0;
    display: block; }
    .dropzone .dz-preview:empty {
      display: none; }
  .dropzone .dz-item {
    flex-wrap: nowrap;
    transition: .25s ease-in-out;
    margin-bottom: 0.5rem; }
    .dropzone .dz-item__col--content {
      flex: 1;
      font-weight: 500; }
    .dropzone .dz-item__col--size strong {
      font-weight: 400; }
    .dropzone .dz-item__col--delete {
      max-width: 2rem;
      flex: 0 0 2rem; }
    .dropzone .dz-item__icon {
      font-size: 1.25rem;
      text-decoration: none;
      color: #fbc000; }
      .dropzone .dz-item__icon.icon-close {
        font-size: 0.75rem; }
    .bg-dark .dropzone .dz-item__error,
    .bg-base .dropzone .dz-item__error {
      color: #ff6666 !important; }
    .dropzone .dz-item.has-error {
      color: #ff0000; }
      .dropzone .dz-item.has-error:focus, .dropzone .dz-item.has-error:hover {
        color: #ff0000; }
    .dropzone .dz-item:focus, .dropzone .dz-item:hover {
      color: #fbc000;
      cursor: pointer; }
  @media (min-width: 1024px) {
    .dropzone .dz-item {
      margin-bottom: 0.25rem; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 26.5px 20px;
  display: block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #252525; }

.hamburger-box {
  width: 24px;
  height: 10px;
  display: block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 2px;
    position: absolute; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
    background-color: #252525;
    border-radius: 0;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before {
    top: -4px; }
  .hamburger-inner::after {
    bottom: -4px; }

/*
 * Spin */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner,
.hamburger--spin .is-expanded .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotateZ(-45deg); }
  .hamburger--spin.is-active .hamburger-inner::before,
  .hamburger--spin .is-expanded .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after,
  .hamburger--spin .is-expanded .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.mfp-bg {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px); }

.mfp-container {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: auto; }

.mfp-content {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.mfp-s-loading .mfp-arrow {
  display: none; }

button.mfp-arrow-left,
button.mfp-arrow-right {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  transition: background .2s ease-in-out;
  margin: 0;
  opacity: 1;
  transform: translateY(-50%);
  transition: all .2s ease-in-out; }
  button.mfp-arrow-left:before, button.mfp-arrow-left:after,
  button.mfp-arrow-right:before,
  button.mfp-arrow-right:after {
    border: 0; }
  button.mfp-arrow-left:before,
  button.mfp-arrow-right:before {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    opacity: 1;
    color: #ffffff;
    font-size: 1.25rem;
    transition: all .2s ease-in-out; }
    button.mfp-arrow-left:before.swiper-button-disabled,
    button.mfp-arrow-right:before.swiper-button-disabled {
      color: #ffffff;
      opacity: .5; }
  button.mfp-arrow-left:after,
  button.mfp-arrow-right:after {
    display: none; }
  button.mfp-arrow-left:active,
  button.mfp-arrow-right:active {
    margin-top: 0; }
  button.mfp-arrow-left:focus, button.mfp-arrow-left:hover,
  button.mfp-arrow-right:focus,
  button.mfp-arrow-right:hover {
    opacity: .75; }
    button.mfp-arrow-left:focus:before, button.mfp-arrow-left:hover:before,
    button.mfp-arrow-right:focus:before,
    button.mfp-arrow-right:hover:before {
      opacity: 1; }

.mfp-iframe-holder button.mfp-arrow-left,
.mfp-image-holder button.mfp-arrow-left {
  margin-left: 0.75rem; }

.mfp-iframe-holder button.mfp-arrow-right,
.mfp-image-holder button.mfp-arrow-right {
  margin-right: 0.75rem; }

button.mfp-close {
  font-size: 0;
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  top: 1rem;
  right: 1rem; }
  button.mfp-close:before {
    display: block;
    font-size: 1rem; }
  button.mfp-close:active {
    top: 0;
    opacity: 1; }
  .mfp-iframe-holder button.mfp-close,
  .mfp-image-holder button.mfp-close {
    top: 0; }
    .mfp-iframe-holder button.mfp-close:before,
    .mfp-image-holder button.mfp-close:before {
      color: #ffffff; }
  .mfp-inline-holder button.mfp-close {
    color: #252525; }
    .mfp-inline-holder button.mfp-close:focus, .mfp-inline-holder button.mfp-close:hover {
      color: #fbc000; }

.mfp-figure:after {
  background: #ffffff;
  box-shadow: none; }

.mfp-iframe-holder .mfp-content,
.mfp-image-holder .mfp-content {
  padding-top: 0;
  padding-bottom: 0; }

.mfp-iframe-holder img.mfp-img,
.mfp-image-holder img.mfp-img {
  padding: 2.5rem 0;
  border-radius: 0.5rem; }

.mfp-bottom-bar {
  margin-top: -32px; }

/*
====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 1; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/* ====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s; }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0); }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .5; }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x,
.ps__rail-y {
  /* please don't change 'position' */
  position: absolute;
  background-color: #efefef; }

.ps__rail-x {
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 4px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0; }

.ps__rail-y {
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 4px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block; }

.ps--active-y {
  padding-right: 0.25rem; }

.ps--active-x {
  padding-bottom: 0.25rem; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 1; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x,
.ps__thumb-y {
  /* please don't change 'position' */
  position: absolute;
  background-color: #fbc000; }

.ps__thumb-x {
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 4px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 0px; }

.ps__thumb-y {
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 4px;
  /* there must be 'right' for ps__thumb-y */
  right: 0px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

:root {
  --swiper-navigation-size:                  3.125rem;
  --swiper-pagination-bullet-horizontal-gap: .125rem;
  --swiper-pagination-bullet-width:          .375rem;
  --swiper-pagination-bullet-height:         .375rem;
  --swiper-pagination-bullet-size:           .375rem; }

.swiper {
  margin-left: 0;
  margin-right: 0;
  z-index: 11; }
  .swiper-container {
    position: relative; }
  .swiper-wrapper {
    align-items: stretch; }
  .swiper-slide {
    height: auto; }
  .swiper-button-next, .swiper-button-prev {
    display: flex;
    margin-top: 0;
    color: #fbc000;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    transition: .2s ease-in-out;
    z-index: 10; }
    .swiper-button-next:after, .swiper-button-prev:after {
      font-size: 1.5rem;
      transition: .2s ease-in-out; }
    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
      color: #fbc000;
      opacity: .5; }
      .swiper-button-next.swiper-button-disabled.swiper-button-lock, .swiper-button-prev.swiper-button-disabled.swiper-button-lock {
        opacity: 0; }
    .swiper-button-next.swiper-button-lock, .swiper-button-prev.swiper-button-lock {
      opacity: 0;
      visibility: hidden; }
    .swiper-button-next:hover, .swiper-button-next:active, .swiper-button-prev:hover, .swiper-button-prev:active {
      opacity: 1;
      color: #fbc000; }
  .swiper-button-next {
    right: 0; }
  .swiper-button-prev {
    left: 0; }
  .swiper-pagination {
    bottom: 1rem; }
    .swiper-pagination-bullets {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      row-gap: var(--swiper-pagination-bullet-horizontal-gap);
      border-radius: 2rem;
      background-color: #ffffff;
      padding: 0.5rem; }
    .swiper-pagination-bullet {
      transition: .2s ease-in-out;
      background-color: #cbcfd6;
      opacity: 1; }
      .swiper-pagination-bullet-active {
        width: 1rem;
        opacity: 1;
        border-radius: 0.75rem;
        background-color: #252525; }
      .swiper-pagination-bullet:focus-visible {
        outline: 0; }
  .swiper .swiper-horizontal > .swiper-pagination-bullets,
  .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper .swiper-pagination-custom, .swiper .swiper-pagination-fraction {
    left: 50%;
    bottom: 1rem;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-50%); }
  .swiper img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .swiper-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.25rem; }
  .swiper-controls .swiper-button-next, .swiper-controls .swiper-button-prev, .swiper-controls .swiper-pagination {
    position: static;
    transform: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .swiper-controls .swiper-pagination {
    width: auto !important; }
  @media (min-width: 1280px) {
    .swiper-button-next, .swiper-button-prev {
      width: 2.8125rem;
      height: 2.8125rem; }
      .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 2.8125rem;
        transition: .2s ease-in-out; } }
  @media (min-width: 1380px) {
    .swiper .swiper-horizontal > .swiper-pagination-bullets,
    .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper .swiper-pagination-custom, .swiper .swiper-pagination-fraction {
      bottom: 0.5rem; }
    .swiper-controls {
      margin-top: 0;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      margin-left: -4.25rem;
      margin-right: -4.25rem;
      z-index: 10; } }

.form-check {
  display: inline-grid;
  grid-template-columns: 1.375rem 1fr;
  gap: 0.5rem;
  align-items: start;
  width: 100%;
  margin-bottom: 1.375rem;
  text-align: left; }
  .form-check:last-child {
    margin-bottom: 0; }
  .form-check__input {
    width: 1.375rem;
    height: 1.375rem;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #d6dbe2;
    border-radius: 0.13em;
    appearance: none;
    -webkit-print-color-adjust: exact;
            color-adjust: exact;
    transition: all 0.3s;
    margin-top: -0.06219rem; }
    .form-check__input[type="radio"] {
      border-radius: 50%; }
    .form-check__input:active {
      filter: brightness(90%); }
    .form-check__input:focus {
      outline: 0; }
    .form-check__input:checked {
      border-color: #d6dbe2; }
      .form-check__input:checked[type="checkbox"] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8'%3E%3Cpath fill='%23252525' fill-rule='nonzero' d='M10.205 1.75 9.051.685 3.656 5.627 1.544 3.7.382 4.758 3.656 7.75l6.55-6z'/%3E%3C/svg%3E");
        background-size: 100% 100%; }
      .form-check__input:checked[type="radio"] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='5' fill='%23252525'/%3E%3C/svg%3E");
        background-size: 100% 100%; }
      .form-check__input:checked ~ .form-check__label {
        color: #252525; }
    .form-check__input:disabled {
      pointer-events: none;
      filter: none;
      cursor: default; }
      .form-check__input:disabled[type="radio"] {
        background-color: #d6dbe2; }
    .form-check__input[disabled], .form-check__input[disabled]:hover, .form-check__input:disabled, .form-check__input:disabled:hover {
      border-color: #d6dbe2 !important;
      background: #f4f4f4; }
    .form-check__input[disabled][type="radio"], .form-check__input[disabled][type="radio"]:hover, .form-check__input:disabled[type="radio"], .form-check__input:disabled[type="radio"]:hover {
      background: #d6dbe2; }
    .form-check__input[disabled] ~ .form-check__label, .form-check__input:disabled ~ .form-check__label {
      color: #cbcfd6;
      cursor: default; }
  .form-check__label {
    display: block;
    color: #252525;
    cursor: pointer;
    flex: 1; }
  .form-check--option {
    grid-template-columns: 0.9375rem 1fr;
    margin-top: 0.15656rem;
    gap: 1.5rem; }
  .form-check--option .form-check__input {
    width: 0.9375rem;
    height: 0.9375rem;
    margin-top: 0.15656rem; }
  .form-check--option .form-check__input {
    border-width: 2px; }
  .form-check--xxs {
    grid-template-columns: 1rem 1fr;
    margin-top: -0.12469rem;
    gap: 0.5rem; }
  .form-check--xxs .form-check__input {
    width: 1rem;
    height: 1rem;
    margin-top: -0.12469rem; }
  .form-check--xxs .form-check__label {
    font-size: 0.5625rem;
    line-height: 1.33444; }
  .form-check--option .form-check__input {
    background-color: rgba(244, 244, 244, 0); }
  .form-check--option .form-check__input {
    border-color: #a4a4a4; }
  .form-check--option .form-check__input[type="radio"] {
    border-radius: 0.13em; }
    .form-check--option .form-check__input[type="radio"]:checked {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8'%3E%3Cpath fill='%23252525' fill-rule='nonzero' d='M10.205 1.75 9.051.685 3.656 5.627 1.544 3.7.382 4.758 3.656 7.75l6.55-6z'/%3E%3C/svg%3E");
      background-size: 100% 100%; }

.form-file {
  position: relative;
  margin-bottom: 0.5rem; }
  .form-file input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .form-file__label {
    display: flex;
    align-items: center;
    font-weight: 400; }
    .form-file__label:focus, .form-file__label:hover {
      color: #fbc000; }
  .form-file__icon {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    color: #fbc000; }
  @media (min-width: 1024px) {
    .form-file {
      margin-bottom: 0.25rem; } }

.form-input {
  position: relative;
  display: block;
  appearance: none;
  width: 100%;
  color: #252525;
  background: none;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.42929;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  padding: 1rem 0;
  text-align: left; }
  .form-input::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-input::placeholder {
    opacity: 1;
    color: #6c737d; }
  .form-input:disabled, .form-input[readonly] {
    opacity: 1;
    color: #6c737d; }
  .form-input:disabled {
    cursor: not-allowed;
    border-color: #d6dbe2; }
  .form-input:focus, .form-input:active {
    outline: 0; }
  .form-input--center {
    text-align: center; }
  .form-input--xs {
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
    font-size: 0.75rem;
    line-height: 1.1675; }

textarea.form-input {
  max-height: none;
  height: auto; }

.form-field {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #d6dbe2;
  border-radius: 0.75rem;
  transition: all ease-in-out 0.15s;
  font-size: 0.875rem;
  line-height: 1.42929;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  gap: 0.5rem; }
  .form-field:focus-within {
    border-color: #a4a4a4; }
  .form-group.has-error .form-field {
    border-color: #ff0000; }
  .form-field .form-input {
    flex: 1;
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
    .form-field .form-input:first-child {
      margin-left: 0; }
    .form-field .form-input:last-child {
      margin-right: 0; }
  .form-field .form-icon {
    font-size: 1.125rem;
    color: #6c737d;
    z-index: 1;
    transition: .2s ease-in-out; }
  .form-field .button:not(.button--detached):first-child {
    margin-right: -1.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .form-field .button:not(.button--detached):last-child {
    margin-right: -1.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .form-field .button--detached:first-child {
    margin-right: -1.25rem; }
  .form-field .button--detached:last-child {
    margin-right: -1.25rem;
    right: 0.1875rem; }
  .form-field--xs {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    font-size: 0.75rem;
    line-height: 1.1675; }
    .form-field--xs .button:first-child {
      margin-right: -1rem; }
    .form-field--xs .button:last-child {
      margin-right: -1rem; }
  .form-field--round {
    border-radius: 6.25rem; }

.form-title, .form-group {
  margin-bottom: 1.25rem; }

.form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative; }

.form-label {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500; }

.form-errors {
  color: #ff0000; }
  .form-errors:empty {
    display: none; }

.form-error {
  margin-top: 0.25rem; }

.form-submit {
  margin-bottom: 0; }

.form-button {
  width: 100%; }

@media (min-width: 768px) {
  .form-title, .form-group {
    margin-bottom: 2.8125rem; }
  .form-button {
    width: auto; } }

.search-form .form-group {
  margin-bottom: 0; }

.search-form .form-field {
  border-width: 0;
  background-color: #ffffff;
  border-radius: 0; }

@media (min-width: 1024px) {
  .search-form {
    flex-direction: row;
    flex-wrap: wrap; } }

.request-form__title {
  font-size: 0.9375rem;
  line-height: 1.06733;
  margin-bottom: 1.25rem; }

.request-form__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem; }

.request-form__input {
  flex: 1;
  text-align: center; }

.request-form__consent {
  margin-top: 0.5rem; }

.request-form .form-group {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .request-form__title {
    max-width: 20.625rem; } }

@media (min-width: 1024px) {
  .request-form__body {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; } }

.order-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem; }
  .order-form__input {
    flex: 1; }
  .order-form .form-group {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .order-form {
      flex-direction: row;
      flex-wrap: wrap; }
      .order-form .form-dropzone {
        width: 100%; } }

button,
.button {
  position: relative;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background: none;
  outline: 0;
  border: 0;
  padding: 0;
  transition: all 0.2s ease-in-out; }
  button:focus, button:hover,
  .button:focus,
  .button:hover {
    text-decoration: none !important;
    outline: 0; }
  button:focus, button.focus, button:active:focus, button:active.focus, button.active:focus, button.active.focus,
  .button:focus,
  .button.focus,
  .button:active:focus,
  .button:active.focus,
  .button.active:focus,
  .button.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0; }
  button.focus,
  .button.focus {
    text-decoration: none; }
  button:active, button.active,
  .button:active,
  .button.active {
    outline: 0; }
  button.disabled, button:disabled,
  .button.disabled,
  .button:disabled {
    cursor: not-allowed;
    pointer-events: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 0px solid transparent;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.42929;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  white-space: nowrap;
  height: 3.125rem;
  overflow: hidden;
  z-index: 0;
  /*&:before {
        position: absolute;
        top: 50%;
        right: 115%;
        width: 100%;
        height: 500%;
        transform: translateY(-50%) rotate(28deg);
        transform-origin: 50%;
        transition: right 0.5s ease-in-out;
        z-index: 2;
        background: black;
        content: '';
        z-index: -1;
    }

    &:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: -2;
    }

    @include hover-focus-active {
        &::before{
            right: 0;
        }
 
        .button__label {
            &:before {
                right: 0;
            }
        }
    }

    &__label {
        mix-blend-mode: difference;

        &:before {
            position: absolute;
            top: 50%;
            right: 100%;
            width: 100%;
            content: attr(title);
            color: white;
            //transition: width 0.5s ease-in-out;
            //opacity: 0;
            transform: translateY(-50%);
            overflow: hidden;
        }
    }*/
  /*&:before,
    &:after {
        transition: right 0.5s ease-in-out;
        position: absolute;
    }

    &:before {
        z-index: 2;
        top: 0;
        right: 100%;
        margin-right: rem(24px);
        width: 100%;
        height: 100%;
        background: $btn-bg-hover;
    }

    &:after {
        content: attr(title);
        z-index: 3;
        top: rem($btn-line-height);
        left: rem($btn-line-height) * 2;
        right: 100%;
        margin-right: rem(12px);
        overflow: hidden;
        color: $btn-color-hover;
    }

    &:after,
    &__label {
        height: rem($btn-line-height);
        box-sizing: unset;
    }

    &__label {
        position: relative;
        padding: rem(( $btn-height - $btn-border-width * 2 - $btn-line-height) * .5 ($btn-padding-x - $btn-border-width));
        border-radius: rem($btn-border-radius);
        color: $btn-color;
    }*/
  /*&:before:after {
        content: "";
        position: absolute;
        top: 0;
        right: -24px;
        width: 51px;
        height: 96px;
        background: #1e1e1e;
        transform-origin: 100% 0;
        transform: rotate(28deg);
    }*/ }
  .button::-moz-focus-inner {
    border: 0; }
  .button:before {
    position: absolute;
    top: 50%;
    right: 115%;
    width: 100%;
    height: 500%;
    transform: translateY(-50%) rotate(28deg);
    transform-origin: 50%;
    transition: right .5s ease-in-out;
    z-index: 2;
    content: '';
    z-index: -1; }
  .button--sm.button--square:before {
    right: 130%;
    width: 200%;
  }
  .button__label {
    mix-blend-mode: difference; }
  .button:focus::before, .button:active::before, .button:hover::before {
    right: 0; }
  .button--primary {
    background-color: #fbc000; }
    @supports (mix-blend-mode: difference) {
      .button--primary {
        color: #fbc000; } }
    @supports not (mix-blend-mode: difference) {
      .button--primary {
        color: #000000; }
        .button--primary:focus, .button--primary:active, .button--primary:hover {
          color: #fbc000; } }
    .button--primary:before {
      background-color: #000000; }
  .button--service {
    background-color: #b1b1b1; }
    @supports (mix-blend-mode: difference) {
      .button--service {
        color: #ffffff; } }
    @supports not (mix-blend-mode: difference) {
      .button--service {
        color: #000000; }
        .button--service:focus, .button--service:active, .button--service:hover {
          color: #ffffff; } }
    .button--service:before {
      background-color: #000000; }
  .button--lg {
    height: 3.5rem;
    font-size: 1rem;
    line-height: 1.25063;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2.375rem;
    padding-right: 2.375rem; }
    .button--lg.button--square {
      width: 3.5rem; }
    .button--lg.button--square {
      padding-left: 0;
      padding-right: 0; }
  .button--md {
    height: 3.125rem;
    font-size: 0.875rem;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    gap: 0.5rem; }
    .button--md.button--square {
      width: 3.125rem; }
    .button--md.button--square {
      padding-left: 0;
      padding-right: 0; }
    .button--md .button__icon {
      font-size: 1.5rem; }
  .button--sm {
    height: 2.875rem;
    font-size: 0.9375rem;
    line-height: 1.334;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
    .button--sm.button--square {
      width: 2.875rem; }
    .button--sm.button--square {
      padding-left: 0;
      padding-right: 0; }
    .button--sm .button__icon {
      font-size: 1.5rem; }
  .button--round {
    border-radius: 6.25rem; }

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

.button--block {
  width: 100%; }

input[type="submit"].button_block,
input[type="reset"].button_block,
input[type="button"].button_block {
  width: 100%; }

.modal {
  display: grid;
  gap: 1.25rem;
  position: relative;
  width: 100%;
  max-width: 28.125rem;
  margin: auto;
  border-radius: 1rem;
  padding: 2.5rem 1.5rem;
  background-color: #ffffff; }
  .modal__title {
    margin-bottom: 0.75rem; }
    .modal__title:last-child {
      margin-bottom: 0; }
  .modal__footer {
    display: grid;
    gap: 1rem;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column; }
  .modal .form-button {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    max-width: none;
    min-width: 0; }
  @media (min-width: 768px) {
    .modal {
      gap: 2.8125rem;
      padding: 4rem; } }

.calculator-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  border-radius: 1rem;
  padding: 1.5rem 1.5rem 2rem;
  gap: 1.25rem; }
  .calculator-card:after {
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-10%, -50%); }
    .calculator__slide:last-child .calculator-card:after {
      display: none; }
  .calculator-card__step {
    color: #a4a4a4;
    font-weight: 500;
    margin-bottom: 0.25rem; }
  .calculator-card__divider {
    border-color: #b4bcc5;
    margin-bottom: 0.25rem; }
  .calculator-card__options {
    padding: 0;
    list-style: none;
    font-weight: 500; }
  .calculator-card__option {
    margin-bottom: 0.625rem; }
    .calculator-card__option:last-child {
      margin-bottom: 0; }
  .calculator-card__footer {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding-top: 0.5rem; }
  @media (min-width: 576px) {
    .calculator-card {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media (min-width: 1280px) {
    .calculator-card:after {
      transform: translate(100%, -50%); } }

.table-container {
  position: relative;
  overflow: hidden;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  .table-container table {
    min-width: 45rem; }
    .table-container table:not(:last-child) {
      margin-bottom: 1.75rem; }
  @media (min-width: 1024px) {
    .table-container {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; }
      .table-container table:not(:last-child) {
        margin-bottom: 0; }
      .table-container .ps__rail-x,
      .table-container .ps__rail-y {
        display: none; } }

.comparision-table {
  width: 100%;
  border-spacing: 0; }
  .comparision-table th,
  .comparision-table td {
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #cbcfd6;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    .comparision-table th:first-child,
    .comparision-table td:first-child {
      padding-left: 0; }
    .comparision-table th:last-child,
    .comparision-table td:last-child {
      padding-right: 0; }
  .comparision-table th {
    font-size: 0.9375rem;
    line-height: 1.334;
    font-weight: 700;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .comparision-table td {
    padding-top: 0.625rem;
    padding-bottom: 0.5625rem; }
  .comparision-table tfoot th {
    border-bottom-width: 0;
    padding-left: 4.25rem; }
    .comparision-table tfoot th:first-child {
      padding-left: 0; }
  .comparision-table .data-icon {
    display: flex;
    align-items: center;
    gap: 2rem; }
    .comparision-table .data-icon [class^="icon-"],
    .comparision-table .data-icon [class*=" icon-"] {
      background-color: #ebf0f0;
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem; }
  @media (min-width: 768px) {
    .comparision-table th {
      font-size: 1.3125rem;
      line-height: 1.42905; } }
  @media (min-width: 1280px) {
    .comparision-table th {
      font-size: 1.5rem;
      line-height: 1.16708;
      padding-top: 2.625rem;
      padding-bottom: 2.625rem; } }

.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #cbcfd6;
  border-radius: 1rem;
  padding: 1.5rem; }
  .service-card__title {
    border-bottom: 1px solid #b4bcc5;
    padding-bottom: 1.25rem;
    margin-bottom: 2rem; }
  .service-card__content {
    display: flex;
    align-items: flex-start; }
  .service-card__icon {
    background-color: #ebf0f0;
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.375rem;
    margin-right: 1rem;
    color: #fbc000; }
  .service-card__description {
    flex: 1; }
  @media (min-width: 1024px) {
    .service-card__title {
      min-height: calc(3.3em + 1.25rem); }
    .service-card__description {
      font-size: 1.0625rem;
      line-height: 1.41235; } }
  @media (min-width: 1280px) {
    .service-card {
      padding: 1.5rem; } }

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto; }
  .product-card__picture {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 0.5rem;
    height: 13rem;
    margin-bottom: 0.75rem; }
  .product-card__title {
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #b4bcc5; }
    .product-card__title a {
      color: inherit;
      text-decoration: none; }
  .product-card__list {
    margin-bottom: 1.5rem; }
  .product-card__footer {
    margin-top: auto; }
  .product-card__button {
    min-width: 10.625rem; }

.benefit-card__icon {
  color: #fbc000;
  font-size: 5rem;
  margin-bottom: 1rem; }

.benefit-card__title {
  margin-bottom: 1rem; }

.benefit-card__description {
  color: #000000;
  font-weight: 400; }

@media (min-width: 1024px) {
  .benefit-card {
    display: flex; }
    .benefit-card__icon {
      align-self: center;
      flex: 0 0 5rem;
      margin-right: 1rem;
      margin-bottom: 0; }
    .benefit-card__content {
      flex: 1; } }

@media (min-width: 1440px) {
  .benefit-card__icon {
    font-size: 7.3125rem;
    flex: 0 0 7.3125rem;
    margin-right: 2.5rem; } }

.contacts-list__item {
  text-align: center;
  padding: 0.625rem;
  font-weight: 400;
}
.contacts-list__item a {
  white-space: nowrap;
  display: block;
}
.contacts-list__item a:hover {
  color: #fbc000;
}

@media (min-width: 768px) {
  .contacts-list {
    display: flex;
    align-items: center;
    gap: 1rem; }
    .contacts-list__item {
      font-size: 1rem;
      line-height: 1.43813; }
}

.nav {
  padding: 0;
  list-style: none;
  flex-direction: column;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 102;
  display: flex;
  transition: .25s ease-in-out;
  transform: translateX(-100%);
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: 0 19px 13px rgba(0, 0, 0, 0.07);
  top: 4rem;
  min-height: calc(100vh - 4rem);
  min-height: calc(calc(var(--vh, 1vh) * 100) - 4rem); }
  .nav.is-visible {
    width: 100%;
    transform: translateX(0); }
  .nav__item {
    margin-bottom: 1.5rem;
    font-weight: 700;
    transition: .25s ease-in-out; }
    .nav__item:last-child {
      margin-bottom: 0; }
  .nav__link {
    text-decoration: none;
    color: #252525; }
    .nav__link:focus, .nav__link:hover {
      color: inherit;
      text-decoration: underline; }
  @media (min-width: 576px) {
    .nav {
      max-width: 23.4375rem;
      padding-left: 4rem;
      padding-right: 4rem; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
  border-bottom: 1px solid #6c737d;
  font-weight: 400;
  display: flex;
  align-items: center;
  height: 4rem; }
  .header__col--nav-toggle {
    margin-right: auto; }
  .header__col--logo {
    margin-right: auto; }
  .header__col--callback {
    padding-left: 1rem; }
  .header__col--search {
    padding-left: 1rem;
    padding-right: 1rem; }
  .header__nav-toggle {
    border-right: 1px solid #d6dbe2; }
  .header__logo-img {
    display: block;
    width: 5.3125rem;
    transform: translateY(15%); }
  .header__phone {
    font-size: 1.3125rem;
    line-height: 1; }
  .header__button {
    height: 100%;
    border-radius: 0;
    font-size: 0.9375rem;
    line-height: 1;
    font-weight: 700;
    padding-left: 3.0625rem;
    padding-right: 2.5rem;
    clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
    display: none; }
  .header__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #252525;
    color: #fbc000;
    font-size: 0.75rem; }
    .header__icon.is-active {
      background-color: #fbc000;
      color: #252525; }
.header__col--soc {
  display: inline-block;
  color: #000;
  text-align: center;
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 30px;
}
.header__col--soc.telegram {
  color: #25A3E1;
}
.header__col--soc.whatsapp {
  color: #65CF72;
}
  @media (max-width: 1023px) {
    .header__search {
      position: fixed;
      right: 0;
      width: 0;
      overflow: hidden;
      z-index: 100;
      transition: .25s ease-in-out;
      text-align: center;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      background-color: #fbc000;
      box-shadow: 0 19px 13px rgba(0, 0, 0, 0.07);
      top: 4rem; }
      .header__search.is-visible {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem; }
    .header__col--soc {
      display: block;
      position: static;
      font-size: 24px;
    }
    .header__col.header__col--phone {
      display: flex;
      align-items: center;
    }
    .header__col--callback {
      margin-right: 10px;
      padding-left: 10px;
    }
  }
  @media (min-width: 1024px) {
    .header__col--nav-toggle {
      margin-right: 0; }
    .header__col--logo {
      transition: .25s ease-in-out;
      padding-left: 1rem; }
    .header__col--callback {
      height: 100%; }
    .header__col--search {
      width: 8.5rem;
      padding-left: 0;
      padding-right: 0;
      transition: width .25s ease-in-out; }
      .header__col--search.is-active {
        width: 35%; }
    .header__logo {
      opacity: 0;
      visibility: hidden;
      transform: translateX(-100%);
      transition: .25s ease-in-out; }
    .header__button {
      display: flex; }
    .header__search {
      display: block; }
    .header.is-scrolled .header__col--nav-toggle {
      margin-right: 0;
      background-color: #ffffff;
      z-index: 1; }
    .header.is-scrolled .header__logo {
      opacity: 1;
      visibility: visible;
      transform: translateX(0); } }
  @media (min-width: 1280px) {
    .header__phone {
      font-size: 1.625rem;
      line-height: 1; }
    .header__button {
      font-size: 1.3125rem;
      padding-left: 4.3125rem;
      padding-right: 3.75rem; } }

.main {
  flex: 1;
  padding-top: 4rem; }

.footer {
  padding-top: 6.25rem;
  padding-bottom: 3.75rem;
  font-weight: 400;
  text-align: center; }
  .footer__col {
    margin-bottom: 2.5rem; }
    .footer__col:last-child {
      margin-bottom: 0; }
    .footer__col--contacts {
      max-width: 14.75rem; }
  .footer__contacts-title {
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 1.3; }
  .footer__contacts-list {
    display: inline-block;
    padding-inline-start: 1.5rem; }
.footer__contacts-list a:hover,
.footer__contacts-list a:focus {
  color: #fbc000;
}
.footer__contacts-content {
  line-height: 1.4;
}
  .footer p {
    margin-bottom: 1.5em; }
    .footer p:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .footer {
      text-align: left; }
      .footer__col--logo {
        text-align: center; }
      .footer__col--contacts {
        margin-bottom: 0; }
      .footer__contacts-title {
        min-height: 2.333em; }
      .footer__contacts-list {
        display: block; } }
  @media (min-width: 1024px) {
    .footer__col--logo {
      width: auto;
      flex: initial; }
    .footer__col--contacts {
      width: auto;
      flex: initial; } }
  @media (min-width: 1280px) {
    .footer__col--logo {
      margin-left: 5%; } }

.section {
  scroll-margin-top: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  @media (min-width: 1024px) {
    .section {
      scroll-margin-top: 4rem;
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .section__header {
    margin-bottom: 1.25rem; }
    .section__header:last-child {
      margin-bottom: 0; }
  .section__title {
    margin-bottom: 0; }
  .section__subtitle {
    margin-top: .32em;
    font-size: 0.9375rem;
    line-height: 1.334;
    font-weight: 400; }
  @media (min-width: 768px) {
    .section__subtitle {
      font-size: 1.5625rem; } }
  @media (min-width: 1024px) {
    .section__header {
      margin-bottom: 3.25rem; } }

.hero {
  position: relative;
  padding-top: 8rem;
  background-image: url(/assets/images/stripe-bg-primary@2x.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero__request {
    width: 5rem;
    position: absolute;
    top: 2rem;
    right: 1rem;
    color: #252525;
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-decoration: none; }
    .hero__request-icon {
      display: block;
      font-size: 1.5rem;
      margin-bottom: 0.5rem; }
    .hero__request:focus, .hero__request:hover {
      color: inherit; }
  .hero__title {
    margin-bottom: 2.5rem; }
    .hero__title small {
      display: block;
      font-size: .5em;
      line-height: 1;
      font-weight: 400;
      margin-top: .5151em; }
.hero__title small.footnote {
  font-size: 0.265em;
  margin-top: 40px;
}
  .hero__list {
    padding: 0;
    list-style: none;
    max-width: 53.125rem;
    margin-left: auto;
    margin-right: auto; }
    .hero__list-item {
      border-left: 1px solid #000000;
      padding-left: 0.9375rem;
      padding-bottom: 2rem; }
      .hero__list-item:last-child {
        padding-bottom: 3.5rem; }
    .hero__list-icon {
      display: block;
      font-size: 1.5rem;
      margin-bottom: 0.75rem; }
    .hero__list-title {
      font-weight: 300;
      line-height: .939; }
  @media (min-width: 1024px) {
    .hero {
      padding-top: 16rem;
      position: relative; }
      .hero__logo {
        position: absolute;
        top: 5.5rem;
        left: 4.0625rem; }
        .hero__logo-img {
          width: 20.25rem; }
      .hero__request {
        width: 7.9375rem;
        position: absolute;
        top: 2.5rem;
        right: 4.0625rem;
        color: #252525;
        font-size: 1.5rem;
        line-height: 1;
        font-weight: 700;
        text-align: center;
        text-decoration: none; }
        .hero__request-icon {
          display: block;
          font-size: 5.625rem;
          margin-bottom: 1.25rem; }
        .hero__request:focus, .hero__request:hover {
          color: inherit;
          text-decoration: underline; }
      .hero__title {
        margin-bottom: 5.25rem; }
      .hero__list-item {
        padding-bottom: 7.375rem; }
        .hero__list-item:last-child {
          padding-bottom: 7.375rem; } }
  @media (min-width: 1440px) {
    .hero__request {
      top: 7.1875rem;
      right: 4.375rem; } }
  @media (min-width: 1600px) {
    .hero__request {
      right: 9.125rem; } }
@media (max-width: 1023px) {
  .hero__title small.footnote {
    font-size: 0.265em;
    margin-top: 20px;
  }
}
.features {
  position: relative;
  margin-top: -1.25rem; }
  .features__list {
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    gap: 2.5rem;
    padding: 2rem 1.5rem;
    margin-left: -1rem;
    margin-right: -1rem; }
  .features__item-title {
    margin-bottom: 0.75rem;
    line-height: 1; }
    .features__item-title:after {
      display: block;
      content: '';
      width: 4rem;
      height: 0.25rem;
      background-color: #252525;
      margin-top: 0.75rem; }
  .features__item-description {
    color: rgba(37, 37, 37, 0.7); }
  @media (min-width: 768px) {
    .features__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) {
    .features {
      margin-top: -3.75rem; }
      .features__list {
        grid-template-columns: auto 20% 28% 21%;
        padding: 2.5rem;
        margin-left: 0;
        margin-right: 0; }
      .features__item-description {
        max-width: 14em; } }
  @media (min-width: 1280px) {
    .features__list {
      gap: 4.5rem;
      padding-left: 4rem;
      padding-right: 4rem; } }

.calculator {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem; }
  .calculator__slider-container {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden; }
  .calculator__slider {
    overflow: visible; }
  .calculator__slide {
    width: 18rem; }
    .calculator__slide.is-disabled {
      pointer-events: none;
      opacity: .21;
      filter: blur(4px); }
  @media (min-width: 1024px) {
    .calculator {
      padding-top: 2.75rem;
      padding-bottom: 5.25rem; } }
  @media (min-width: 1280px) {
    .calculator__slider-container {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; }
    .calculator__slide {
      width: 23.75rem; } }

.overview__header {
  margin-bottom: 2.5rem; }

.overview__picture {
  margin-bottom: 2.5rem; }

.overview__img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.overview__subtitle {
  border-bottom: 1px solid #b4bcc5;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
  line-height: 1.25; }

.overview__list {
  color: #50565e;
  margin-bottom: 0.75rem; }

@media (min-width: 768px) {
  .overview__picture {
    margin-bottom: 0; }
}

@media (min-width: 1024px) {
  .overview__header {
    margin-left: -1rem;
    margin-right: -1rem; }
  .overview__body {
    max-width: 67.5rem;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 1280px) {
  .overview {
    padding-top: 4.875rem;
    padding-bottom: 7.6875rem; }
    .overview__header {
      margin-left: -2.5rem;
      margin-right: -2.5rem;
      margin-bottom: 5.375rem; } }

.comparision__title {
  line-height: 1.145; }

.comparision__body {
  background-color: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem; }

.comparision__table {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1024px) and (max-width: 1279px) {
  .comparision__title {
    font-size: 2.625rem;
    line-height: 1.21452; } }

@media (min-width: 1024px) {
  .comparision__body {
    border-radius: 1rem;
    padding-top: 1.625rem;
    padding-bottom: 1.125rem; } }

@media (min-width: 1280px) {
  .comparision {
    padding-top: 4.6875rem;
    padding-bottom: 7.8125rem; } }

.services__list {
  margin-bottom: -1.25rem; }

.services__item {
  margin-bottom: 1.25rem; }

@media (min-width: 1024px) {
  .services {
    padding-top: 5.6875rem;
    padding-bottom: 8.5625rem; }
    .services__list {
      position: relative;
      padding-top: 8.5rem;
      margin-top: -2rem; }
      .services__list:before {
        position: absolute;
        top: 0;
        left: 50%;
        width: 0.0625rem;
        height: 3.625rem;
        background-color: #fbc000;
        content: ""; }
      .services__list:after {
        position: absolute;
        top: 3.625rem;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 100% / 4);
        height: 4.875rem;
        border: 1px solid #fbc000;
        border-bottom-width: 0;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        content: ""; }
    .services__item:before {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 0.375rem;
      height: 0.375rem;
      border-radius: 50%;
      background-color: #fbc000;
      content: ""; }
    .services__item:nth-child(2):before {
      left: 42%; }
    .services__item:nth-child(2):after {
      position: absolute;
      bottom: 100%;
      left: 42%;
      width: 0.0625rem;
      height: 4.875rem;
      background-color: #fbc000;
      content: ""; }
  .services__item:nth-child(3):after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0.0625rem;
    height: 4.875rem;
    background-color: #fbc000;
    content: "";
  }
}

.catalog {
  padding-bottom: 6.875rem; }
  .catalog__header {
    margin-bottom: 2.5rem; }
  .catalog__title small {
    max-width: 28.33em;
    margin-left: auto;
    margin-right: auto; }
  .catalog__list {
    margin-bottom: -2.5rem; }
  .catalog__item {
    margin-bottom: 2.5rem; }
  @media (min-width: 1280px) {
    .catalog {
      padding-top: 6.25rem;
      padding-bottom: 13.75rem; }
      .catalog__header {
        margin-bottom: 3.625rem; } }

.order {
  position: relative;
  margin-top: -4.4375rem;
  margin-bottom: -3.875rem; }
  .order__body {
    border-radius: 1rem;
    padding: 1.5rem; }
  .order__header {
    margin-bottom: 1.25rem; }
  .order__title {
    margin-bottom: 0.75rem; }
    .order__title:after {
      display: block;
      width: 4.125rem;
      height: 0.25rem;
      background-color: #fbc000;
      content: '';
      margin-top: 0.75rem; }
  .order__description {
    opacity: .7;
    font-size: 1.0625rem;
    line-height: 1.35353; }
  @media (min-width: 768px) {
    .order__form {
      max-width: 27.1875rem; } }
  @media (min-width: 1024px) {
    .order__body {
      display: flex;
      align-items: center;
      gap: 1.25rem; }
    .order__header {
      flex: 1;
      margin-bottom: 0; }
    .order__form {
      width: 27.1875rem;
      flex: 0 0 27.1875rem; } }
  @media (min-width: 1280px) {
    .order {
      margin-top: -8.875rem;
      margin-bottom: -3.875rem; }
      .order__body {
        padding: 4rem 4rem 3.5rem 4rem; } }

.benefits {
  padding-bottom: 5rem;
  background-image: url(/assets/images/stripe-bg-white@2x.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .benefits__header {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 2.5rem 1.5rem 1.5rem;
    margin-bottom: 2.5rem; }
  .benefits__title {
    margin-bottom: 0; }
  .benefits__description {
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 400; }
  .benefits__list {
    margin-bottom: -2.5rem; }
  .benefits__item {
    margin-bottom: 2.5rem; }
  @media (max-width: 1023px) {
    .benefits__description {
      font-size: 0.9375rem;
      line-height: 1.334; } }
  @media (min-width: 1024px) {
    .benefits {
      padding-top: 3rem; } }
  @media (min-width: 1280px) {
    .benefits {
      padding-bottom: 12.0625rem; }
      .benefits__header {
        padding: 3.4375rem 4rem 2.8125rem;
        margin-bottom: 5rem; } }
  @media (min-width: 1440px) {
    .benefits__header {
      margin-bottom: 7.875rem; } }

.contacts {
  padding-top: 1.5rem;
  padding-bottom: 0; }
  .contacts__form {
    max-width: 28.125rem;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 1rem;
    margin-top: -4rem;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
    box-shadow: 0 19px 13px rgba(0, 0, 0, 0.07); }
  .contacts__list {
    max-width: 28.125rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto; }
  .contacts__map {
    margin-left: -1rem;
    margin-right: -1rem; }
    .contacts__map:after {
      padding-top: 51.64835%; }
  @media (min-width: 768px) {
    .contacts__list {
      max-width: none; } }
  @media (min-width: 1024px) {
    .contacts__form {
      margin-bottom: -2.5rem; }
    .contacts__map {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 1280px) {
    .contacts {
      padding-bottom: 4rem; }
      .contacts__form {
        padding: 3.5rem;
        margin-top: -5.875rem;
        margin-bottom: -5.75rem; }
      .contacts__content {
        padding-right: 1.25rem; } }

.hidden-xs-up {
  display: none !important; }

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

.display-xs-up {
  display: block !important; }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

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

@media (min-width: 576px) {
  .display-sm-up {
    display: block !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1023px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 768px) {
  .display-md-up {
    display: block !important; } }

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

@media (max-width: 1279px) {
  .hidden-lg-down {
    display: none !important; } }

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

@media (min-width: 1280px) {
  .hidden-xl-up {
    display: none !important; } }

@media (max-width: 1439px) {
  .hidden-xl-down {
    display: none !important; } }

@media (min-width: 1280px) {
  .display-xl-up {
    display: block !important; } }

@media (min-width: 1440px) {
  .hidden-2xl-up {
    display: none !important; } }

.hidden-2xl-down {
  display: none !important; }

@media (min-width: 1440px) {
  .display-2xl-up {
    display: block !important; } }

#surveyElement {
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 auto;
}
#surveyElement .sd-btn {
  position: relative;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background: none;
  outline: 0;
  border: 0;
  transition: all 0.2s ease-in-out;
  height: 2.875rem;
  font-size: 0.9375rem;
  line-height: 1.334;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  background-color: #b1b1b1;
  color: #4E4E4E;
  border-radius: 0.75rem;
  box-shadow: none;
}
#surveyElement .sd-btn:focus,
#surveyElement .sd-btn:hover {
  text-decoration: none !important;
  outline: 0;
  background: #000;
  color: #fff;
}
#surveyElement .sd-body.sd-body--responsive,
#surveyElement .sd-body.sd-body--static {
  padding-top: 0;
  padding-bottom: 20px;
}
#surveyElement .sd-completedpage:before {
  display: none;
  content: unset;
}
#surveyElement .sd-completedpage h3 {
  padding: 30px 0;
}
#surveyElement .sd-error {
  opacity: 0;
}