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

html,
body {
  display: flex;
  flex-direction: column;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
  min-height: 100vh;
}

html.behavior-auto {
  scroll-behavior: auto;
}

html.is-loading:before,
html.is-loading:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999998;
}

html.is-loading:before {
  background: rgba(0, 0, 0, 0.2);
}

html.is-loading:after {
  width: 50px;
  height: 50px;
  margin: auto;
  border: 2px solid var(--white-color);
  border-right-color: transparent;
  border-radius: 50%;
  animation: rotate 1s linear infinite;
  z-index: 99999999;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

body {
  font-family: var(--base-font-inter);
  font-size: 16px;
  line-height: 24px;
  background: var(--main-bg);
  color: var(--main-color);
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
}

body.font-family-inter {
  font-family: var(--base-font-inter);
}

body.font-family-roboto {
  font-family: var(--base-font-roboto);
}

body.font-family-golos-text {
  font-family: var(--base-font-golos-text);
}

body.font-family-proxima-nova {
  font-family: var(--base-font-proxima-nova);
}

body.font-family-helvetica-neue {
  font-family: var(--base-font-helvetica-neue);
}

body.font-family-sitka-small {
  font-family: var(--base-font-sitka-small);
  font-variant: lining-nums;
}

body.font-family-avenir-next-cyr {
  font-family: var(--base-font-avenir-next-cyr);
  font-variant: lining-nums;
}

body.font-family-beau-sans-pro {
  font-family: var(--base-font-beau-sans-pro);
}

body.font-family-clear-sans {
  font-family: var(--base-font-clear-sans);
}

body.font-family-din-pro {
  font-family: var(--base-font-din-pro);
}

body.font-family-exo {
  font-family: var(--base-font-exo);
}

body.font-family-lato {
  font-family: var(--base-font-lato);
}

body.font-family-liberation-serif {
  font-family: var(--base-font-liberation-serif);
}

body.font-family-museo-sans {
  font-family: var(--base-font-museo-sans);
}

body.font-family-neusa-next-pro {
  font-family: var(--base-font-neusa-next-pro);
}

body.font-family-spectral {
  font-family: var(--base-font-spectral);
}

body.font-family-ubuntu {
  font-family: var(--base-font-ubuntu);
}

html.is-noscroll body {
  position: fixed !important;
  left: 0;
  right: 0;
  margin-right: var(--scrollbarWidth);
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:active,
:focus:not(:focus-visible) {
  outline: none;
}

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}

b,
strong {
  font-weight: bold;
}

hr {
  height: auto;
  border: 1px solid var(--border-color);
  border-width: 1px 0 0;
  margin: 30px 0;
  clear: both;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
  font-weight: bold;
}

a,
button {
  transition: 0.15s ease-in-out;
  transition-property: color, border-color, background-color, opacity;
}

.link,
.about-section__content .btn,
.title-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  border: none;
  background: none !important;
  column-gap: 10px;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  color: var(--link-color);
}

.link .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

a {
  text-decoration: none;
  color: var(--link-color);
}

@media (hover: hover) {
  .link:hover,
  a:hover {
    color: var(--main-color);
  }
}

.link:active,
a:active {
  color: var(--main-color);
}

small {
  font: inherit;
}

.my-space,
.mt-space {
  margin-top: var(--block-space);
}

.my-space,
.mb-space {
  margin-bottom: var(--block-space);
}

.my-space-lg,
.mt-space-lg {
  margin-top: var(--block-space-lg);
}

.my-space-lg,
.mb-space-lg {
  margin-bottom: var(--block-space-lg);
}

p,
ul,
ol,
dl,
pre,
table,
figure,
address,
fieldset,
blockquote {
  margin: 0 0 24px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title,
.numbers-slider__number {
  font-family: inherit;
  font-weight: 400;
  color: inherit;
  letter-spacing: 0.035em;
  margin: 0 0 20px 0;
}

h1,
.h1,
.title,
.numbers-slider__number {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
}

h2,
.h2 {
  font-size: 50px;
  line-height: 60px;
}

h3,
.h3 {
  font-size: 40px;
  line-height: 50px;
}

h4,
.h4 {
  font-size: 30px;
  line-height: 40px;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 28px;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 24px;
}

.title a {
  color: inherit;
  text-decoration: none;
}

@media (hover: hover) {
  .title a:hover {
    color: var(--link-color);
  }
}

.title a:active {
  color: var(--link-color);
}

.title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  column-gap: var(--gutter-x);
  row-gap: 8px;
  margin-bottom: 30px;
}

.title-row .title {
  margin: 0;
}

@media (min-width: 1200px) {
  .title,
  .title-row {
    margin-bottom: 50px;
  }

  .text .title {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199.98px) {
  h1,
  .h1,
  .title,
  .numbers-slider__number {
    font-size: 40px;
    line-height: 50px;
  }

  h2,
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3,
  .h3 {
    font-size: 26px;
    line-height: 36px;
  }

  h4,
  .h4 {
    font-size: 20px;
    line-height: 28px;
  }

  h5,
  .h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  h1,
  .h1,
  .title,
  .numbers-slider__number {
    font-size: 30px;
    line-height: 40px;
  }

  h2,
  .h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

blockquote,
.lead,
.articles-section__header strong,
.advantages-section__header strong,
.history__header strong {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 28px;

  p {
    margin-bottom: 28px;

    &:last-child {
      margin-bottom: 0;
    }
  }
}

blockquote {
  padding: 60px 80px;
  background: var(--accent-color);
  box-shadow:
    calc(-1 * var(--container-width)) 0 0 var(--accent-color),
    calc(1 * var(--container-width)) 0 0 var(--accent-color);
}

blockquote:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  blockquote,
  .lead,
  .articles-section__header strong,
  .advantages-section__header strong,
  .history__header strong {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;

    p {
      margin-bottom: 24px;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  blockquote {
    padding: 30px 0;
  }
}

@media (max-width: 575.98px) {
  blockquote {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: none;
  }
}

.video {
  position: relative;
}

.video:before {
  content: "";
  display: block;
  padding-top: calc(9 * 100% / 16);
}

.video video,
.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text {
  font-size: 16px;
  line-height: 24px;
}

.text :not(:is(h1, h2, h3, h4, h5, h6)) + :is(h1, h2, h3, h4, h5, h6, .row) {
  margin-top: 60px;
}

@media (max-width: 1199.98px) {
  .text :not(:is(h1, h2, h3, h4, h5, h6)) + :is(h1, h2, h3, h4, h5, h6, .row) {
    margin-top: 30px;
  }
}

.text_sm {
  font-size: 14px;
  line-height: 22px;
}

.text_sm p {
  margin-bottom: 10px;
}

.text_sm ul,
.text_sm ol {
  margin-bottom: 16px;
}

.text_sm :not(:is(h1, h2, h3, h4, h5, h6)) + :is(h1, h2, h3, h4, h5, h6, .row) {
  margin-top: 30px;
}

.text_sm h1,
.text_sm h2,
.text_sm h3,
.text_sm h4,
.text_sm h5,
.text_sm h6,
.text_sm .h1,
.text_sm .h2,
.text_sm .h3,
.text_sm .h4,
.text_sm .h5,
.text_sm .h6 {
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 8px 0;
}

.text_sm h1,
.text_sm .h1 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}

.text_sm h2,
.text_sm .h2 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

.text_sm h3,
.text_sm .h3 {
  font-size: 16px;
  line-height: 24px;
}

.text_sm h4,
.text_sm .h4 {
  font-size: 14px;
  line-height: 22px;
}

.text_sm h5,
.text_sm .h5 {
  font-size: 12px;
  line-height: 18px;
}

.text_sm h6,
.text_sm .h6 {
  font-size: 12px;
  line-height: 18px;
}

.text ul,
.text ol,
.list {
  list-style: none;
  padding: 0;
}

.text li,
.list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
}

.text ul > li:before,
.list > li:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--accent-color);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='%231F1F1F' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8h3v2h-3v3H8v-3H5V8h3V5h2v3Z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.text ol {
  counter-reset: li;
}

.text ol > li {
  counter-increment: li;
}

.text ol > li:before {
  content: counter(li) ".";
  font-weight: bold;
  position: absolute;
  left: 0;
}

.text li > ul,
.text li > ol,
li > .list {
  margin-top: 16px;
  margin-bottom: 0;
}

.links-list li {
  padding-left: 0;
  margin-bottom: 6px;
}

.links-list > li:before {
  display: none;
}

.links-list li > .links-list {
  margin-top: 6px;
}

.links-list._2-columns {
  column-count: 2;
  column-gap: 20px;
}

.text table:not(.table) th,
.text table:not(.table) td {
  padding: 28px 16px;
  text-align: left;
  vertical-align: baseline;
}

.text table:not(.table) th {
  font-weight: bold;
}

.text table:not(.table) tr:nth-child(odd) td,
.text table:not(.table) tr:nth-child(odd) th {
  background: var(--light-grey-bg);
}

.table {
  font-size: 14px;
  line-height: 22px;
  border-collapse: separate;
}

.table thead,
.table tfoot,
.table__section-header,
.table__section-footer,
.table__section-subtitle {
  font-weight: bold;
}

.table thead {
  position: sticky;
  top: var(--fixedHeaderHeight);
  z-index: 100;
  background: var(--main-bg);
}

.table tr > * {
  padding: 11px 15px;
  font-weight: inherit;
  border-style: solid;
  border-color: var(--surface-light-color);
  border-width: 0 0 0 1px;
}

.table tr > *:first-child {
  border-left: none;
}

.table tr > *:last-child {
  border-right: none;
}

:is(.table thead tr, .table tfoot tr, tr.table__section-footer, .table__section-footer tr) {
  & > * {
    border-color: var(--main-color);
  }

  &:first-child > * {
    border-top-width: 1px;
  }

  &:last-child > * {
    border-bottom-width: 1px;
  }
}

tr.table__section-footer > * {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.table tr:nth-child(even) {
  background: var(--white-secondary-color);
}

.table .table__section-header tr,
.table tr.table__section-header,
.table .table__section-subtitle tr,
.table tr.table__section-subtitle {
  background: var(--accent-color);
}

.table__section-divider tr > * {
  padding: 0;
  height: 40px;
}

.table-wrapper {
  margin: 0 0 26px 0;
}

.table-wrapper table {
  margin: 0;
}

@media (min-width: 1200px) {
  .table thead,
  .table tfoot,
  .table__section-header,
  .table__section-footer {
    font-size: 16px;
    line-height: 24px;
  }

  .table thead tr > * {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .table__section-divider tr > * {
    height: 60px;
  }
}

@media (max-width: 767.98px) {
  .table-wrapper,
  .table:not(:where(.table-wrapper *)) {
    margin-left: -15px;
    margin-right: -15px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 60vh;
  }

  .table-wrapper thead,
  .table:not(:where(.table-wrapper *)) thead {
    top: 0;
  }
}

.text figure img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .data-list {
    column-count: 2;
    column-gap: 20px;
  }
}

.data-list {
  font-size: 14px;
  line-height: 22px;
}

.data-list__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  page-break-inside: avoid;
  break-inside: avoid;
}

.data-list__row.is-odd {
  background: var(--light-grey-bg);
}

.data-list__title,
.data-list__desc {
  flex: 0 0 auto;
  padding: 7px 15px 8px;
}

.data-list__title {
}

.data-list__desc {
  font-weight: bold;
}

.data-list .tooltip-icon {
  margin-top: -2px;
  margin-bottom: -2px;
}

@media (max-width: 575.98px) {
  .data-list__title,
  .data-list__desc {
    width: 50%;
  }
}

.container,
.row {
  --bs-gutter-x: var(--gutter-x);
}

@media (min-width: 1350px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1460px;
  }
}

.container_full-width {
  max-width: none;
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 1899.98px) {
  .container_full-width {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1349.98px) {
  .container_full-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.svg-sprite {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  flex-shrink: 0;
}

.content {
  flex-grow: 1;
  min-height: 1px;
  padding-top: var(--content-top-space);
}

.form-check {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}

.form-check label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.form-check input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-check input ~ span {
  display: block;
  position: relative;
  min-height: 22px;
  padding: 0 0 0 32px;
}

.form-check input ~ span:before,
.form-check input ~ span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.15s ease-in-out;
}

.form-check input,
.form-check input ~ span:before {
  width: 22px;
  height: 22px;
  border: 1px solid var(--input-border-color);
  background: transparent;
  border-radius: 0;
}

.form-check input[type="radio"] ~ span:before {
  border-radius: 50%;
}

.form-check input[type="radio"] ~ span:after {
  width: 8px;
  height: 8px;
  margin: 7px 0 0 7px;
  background: var(--input-border-color);
  border-radius: 50%;
  opacity: 0;
}

.form-check input[type="checkbox"] ~ span:after {
  width: 10px;
  height: 6px;
  margin: 7px 0 0 6px;
  border-style: solid;
  border-color: var(--input-border-color);
  border-width: 0 0 2px 2px;
  opacity: 0;
  transform: rotate(-45deg);
}

.form-check input[type="radio"]:checked ~ span:after {
  background-color: var(--main-color);
}

.form-check input[type="checkbox"]:checked ~ span:after {
  border-color: var(--main-color);
}

.form-check label input:checked ~ span:after {
  opacity: 1;
}

.form-check input:focus-visible ~ span:before {
  outline: none;
  border-color: var(--input-border-focus-color);
}

.form-check input.error ~ span:before {
  border-color: var(--error-color);
}

.form-check input:disabled ~ span {
  opacity: 0.5;
  cursor: default;
  cursor: not-allowed;
}

.form-check__color {
  display: flex !important;
  column-gap: 10px;
}

.form-check__color-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  align-self: center;
}

.form-switch {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
}

.form-switch label {
  display: block;
  position: relative;
  cursor: pointer;
}

.form-switch input {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.form-switch input ~ span {
  display: block;
  position: relative;
  padding: 0 40px 0 0;
}

.form-switch input ~ span:before,
.form-switch input ~ span:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  transition: 0.15s ease-in-out;
}

.form-switch input ~ span:before {
  width: 30px;
  height: 16px;
  border: 1px solid var(--light-color);
  background: var(--light-color);
  border-radius: 15px;
}

.form-switch input:checked ~ span:before {
  border-color: var(--link-color);
  background: var(--link-color);
}

.form-switch input:focus-visible ~ span:before {
  outline: none;
  border-color: var(--input-border-focus-color);
}

.form-switch input.error ~ span:before {
  border-color: var(--error-color);
}

.form-switch input ~ span:after {
  width: 14px;
  height: 14px;
  margin: 1px 15px 0 0;
  background: var(--white-color);
  border-radius: 50%;
}

.form-switch input:checked ~ span:after {
  margin-right: 1px;
}

.form-switch input:disabled ~ span {
  opacity: 0.5;
  cursor: default;
  cursor: not-allowed;
}

.form-switch small {
  font-weight: normal;
  color: var(--light-color);
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-label {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}

.form-group:has(.form-control) .form-label,
.form-group:has(.form-select) .form-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  pointer-events: none;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  transform-origin: left center;
  transition: transform 0.25s ease-in-out;
}

.form-group:has(.form-control:not(:placeholder-shown)) .form-label,
.form-group:has(.form-control:not([readonly]):focus) .form-label,
.form-group:has(.form-select:not([readonly]):focus) .form-label,
.form-group:has(.form-select:valid) .form-label {
  transform: translateY(-26px) scale(0.75);
}

.form-group:has(.form-control:-webkit-autofill) .form-label {
  transform: translateY(-26px) scale(0.75);
}

.form-control,
.form-select,
.select-block,
.select-block__target {
  display: block;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  transition: 0.15s ease-in-out;
  width: 100%;
  height: 38px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid var(--input-border-color);
  border-width: 0 0 1px;
  border-radius: 0;
  background-color: transparent;
  color: var(--main-color);
  text-align: left;
}

.form-control:focus-visible,
.form-select:focus-visible,
.form-control.valid,
.form-select.valid,
.form-select:open,
.select-block.is-open .select-block__target,
.select-block:hover .select-block__target {
  outline: none;
  border-color: var(--input-border-focus-color);
}

.form-control[disabled],
.form-select[disabled],
.select-block.is-disabled .select-block__target {
  border-color: var(--light-grey-bg);
  opacity: 1;
  cursor: default;
  cursor: not-allowed;
}

.form-control.error,
.form-select.error,
.select-block.error .select-block__target {
  border-color: var(--error-color) !important;
}

.form-control:-ms-input-placeholder {
  font-weight: normal;
  color: transparent;
}

.form-control::placeholder {
  color: transparent;
}

textarea.form-control {
  max-width: 100%;
  min-width: 100%;
  overflow: auto;
  height: auto;
  resize: none;
}

.form-select {
  max-width: 100%;
  margin: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' fill='%233B3B3B' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.23 4.769.11.649A.38.38 0 1 1 .648.112l4.12 4.12'/%3E%3Cpath d='M4.23 4.231 8.35.111a.38.38 0 1 1 .538.538l-4.12 4.12a.38.38 0 0 1-.537-.538Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 top 10px;
  background-size: 12px 7px;
}

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

.form-select {
  appearance: base-select;
  cursor: pointer;

  &::picker-icon {
    display: none;
  }

  &::picker(select) {
    appearance: base-select;
    margin-top: -1px;
    border: 1px solid var(--input-border-color);
    border-radius: 0;
    background-color: var(--white-color);
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-color);
    text-align: left;
    font-weight: normal;
  }

  option {
    display: flex;
    border-radius: 0;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.15s ease-in-out;

    &:hover {
      background-color: var(--white-secondary-color);
    }

    &:checked {
      background-color: var(--accent-color);
    }

    &::checkmark {
      display: none;
    }
  }
}

.form-control,
.form-select,
.jq-selectbox__select,
.select-block__target {
  padding: 0 0 13px;
}

.jq-selectbox__dropdown li,
.select-block__dropdown a {
  padding: 6px 15px;
}

.form-select,
.form-select .jq-selectbox__select,
.select-block__target {
  padding-right: 30px;
}

.jq-selectbox {
  padding: 0 !important;
  background: none;
}

.jq-selectbox__select,
.select-block__target {
  cursor: pointer;
  position: relative;
}

.jq-selectbox__select:after,
.select-block__target:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  right: 0;
  top: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' fill='%233B3B3B' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.23 4.769.11.649A.38.38 0 1 1 .648.112l4.12 4.12'/%3E%3Cpath d='M4.23 4.231 8.35.111a.38.38 0 1 1 .538.538l-4.12 4.12a.38.38 0 0 1-.537-.538Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.jq-selectbox.opened .jq-selectbox__select:after,
.select-block.is-open .select-block__target:after {
  transform: rotate(180deg);
}

.jq-selectbox__select-text.placeholder,
.select-block.is--placeholder .select-block__target {
  color: var(--main-color);
}

.jq-selectbox__trigger {
  display: none;
}

.jq-selectbox__dropdown,
.select-block__dropdown {
  margin: 0;
  width: 100%;
  overflow: hidden;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid var(--input-border-color);
  background-color: var(--white-color);
}

.select-block__dropdown {
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -1px;
  z-index: 1;
  max-height: 300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.select-block:not(.is-open) .select-block__dropdown {
  display: none;
}

.jq-selectbox__dropdown ul,
.select-block__dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jq-selectbox__dropdown li,
.select-block__dropdown li {
  white-space: normal;
  cursor: pointer;
}

.select-block {
  position: relative;
  text-align: left;
  height: auto;
  border: none;
  border-radius: 0;
  background: none;
}

.select-block__dropdown a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.jq-selectbox__dropdown li:hover,
.select-block__dropdown a:hover {
  background-color: var(--white-secondary-color);
}

.jq-selectbox__dropdown li.selected,
.select-block__dropdown a.is-active {
  background-color: var(--accent-color);
}

input[type="number"] {
  text-align: center;
  -moz-appearance: textfield;
  padding-left: 32px;
  padding-right: 32px;
}

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

input[type="number"],
.jq-number {
  width: 110px;
  text-align: center;
}

.jq-number {
  padding: 0;
  position: relative;
  border: none;
  border-radius: 0;
  background: none;
  height: auto;
  transition: none;
}

.jq-number__spin {
  position: absolute;
  cursor: pointer;
  width: 32px;
  top: 1px;
  bottom: 1px;
}

.jq-number__spin:hover {
  background-color: var(--light-grey-bg);
  color: var(--main-color);
}

.jq-number.disabled .jq-number__spin {
  cursor: default;
  cursor: not-allowed;
}

.jq-number__spin.minus {
  left: 1px;
}

.jq-number__spin.plus {
  right: 1px;
}

.jq-number__spin:before,
.jq-number__spin:after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--secondary-color);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -6px;
}

.jq-number__spin:after {
  transform: rotate(-90deg);
}

.jq-number__spin.minus:after {
  display: none;
}

@media (max-width: 767.98px) {
  input[type="number"] {
    padding: 4px 24px;
    height: 34px;
  }

  input[type="number"],
  .jq-number {
    width: 80px;
  }

  .jq-number__spin {
    width: 24px;
  }
}

.file-control {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
  user-select: none;
}

.file-control label {
  display: block;
  position: relative;
}

.file-control input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

.file-control__field {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  column-gap: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 1px;
  max-width: 100%;
}

.file-control input:focus-visible ~ .file-control__field {
  outline: 1px solid;
  outline-offset: 3px;
}

.file-control__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-color: currentColor;
  mask: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5 7h10v1H5V7Zm0 4h10v-1H5v1Zm14-4h-2v1h2V7Zm0 3h-2v1h2v-1ZM5 14h10v-1H5v1Zm0 3h10v-1H5v1Zm0 4h2v-1H5v1Zm4 0h2v-1H9v1Zm10-1h-2v1h2v-1Zm0-7h-2v1h2v-1Zm0 3h-2v1h2v-1Zm4-16v24H1V4l4-4h18ZM2.414 4H5V1.414L2.414 4ZM22 1H6v4H2v18h20V1Z"/></svg>') no-repeat center / 100% 100%;
}

.file-control__text {
  min-width: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.file-control__remove {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-color: currentColor;
  mask: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0Zm0 23C5.935 23 1 18.065 1 12S5.935 1 12 1s11 4.935 11 11-4.935 11-11 11Zm6.364-16.657L12.707 12l5.657 5.657-.707.707L12 12.707l-5.657 5.657-.707-.707L11.293 12 5.636 6.343l.707-.707L12 11.293l5.657-5.657.707.707Z"/></svg>') no-repeat center / 100% 100%;
}

.file-control__text.is-placeholder ~ .file-control__remove {
  display: none;
}

label.error {
  display: block;
  text-align: left;
  color: var(--error-color);
  font-size: 12px;
  line-height: 18px;
  margin-bottom: -18px;
  font-weight: 500;
}

.form-btn-group {
  margin-top: 30px;
}

.form-message {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  padding: 14px 20px;
  background: var(--white-color);
}

form.is-success .form-btn-group .btn,
form:not(.is-success) .form-btn-group .form-message {
  display: none !important;
}

.btn {
  --border-color: var(--main-color);
  --bg-color: var(--main-color);
  --txt-color: var(--accent-color);
  --hover-border-color: var(--accent-color);
  --hover-bg-color: var(--accent-color);
  --hover-txt-color: var(--main-color);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  column-gap: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 13px 19px;
  border-radius: 0;
  border: 1px solid var(--border-color);
  background-color: var(--bg-color);
  color: var(--txt-color);
}

@media (hover: hover) {
  .btn:hover {
    border-color: var(--hover-border-color);
    background-color: var(--hover-bg-color);
    color: var(--hover-txt-color);
  }
}

.btn:active {
  border-color: var(--hover-border-color);
  background-color: var(--hover-bg-color);
  color: var(--hover-txt-color);
}

.btn_secondary,
.btn_outline {
  --border-color: var(--main-color);
  --bg-color: transparent;
  --txt-color: var(--main-color);
}

.btn_border {
  --border-color: var(--link-color);
  --bg-color: transparent;
  --txt-color: var(--link-color);
}

.btn_block {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

/* Кнопки на темном фоне */
.main-slider__btn,
.img-section__btn {
  --border-color: var(--accent-color);
  --bg-color: transparent;
  --txt-color: var(--accent-color);
}

/* Кнопки на желтом фоне */
.consultation .btn,
.compare-summary__footer .btn {
  --hover-border-color: var(--main-color);
  --hover-bg-color: var(--accent-color);
  --hover-txt-color: var(--main-color);
}

.btn[disabled],
.btn.is-disabled {
  opacity: 0.55;
  cursor: default;
  cursor: not-allowed;
}

.btn .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.btn-group {
  display: flex;
}

.btn-group .btn {
  padding: 13px 19px;
}

.btn-group .btn:not(:last-child) {
  margin-right: -1px;
}

.main-slider__btn:after,
.title-more-link:after,
.img-section__btn:after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: currentColor;
  mask: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M24 12.5 19 16v-2.825H0v-1h19V9l5 3.5Z"/></svg>') no-repeat center / 100% 100%;
}

.target,
[id] {
  scroll-margin-top: 80px;
}

@media (max-width: 1199.98px) {
  .target,
  [id] {
    scroll-margin-top: 20px;
  }
}
/* ! Base */

/* Sections with background */
:is(.dark-bg, .faq-section, .news-section, .articles-section._additional, .employees-section) {
  & {
    --bottom-space: var(--block-space);
    background-color: var(--white-secondary-color);
    padding-top: var(--block-space);
    padding-bottom: var(--block-space);
    margin-bottom: var(--block-space);
  }

  & + & {
    padding-top: 0;
  }
}

:is(.dark-bg, .faq-section, .news-section, .articles-section._additional, .employees-section, .main-slider, .img-section, .awesome-banner-wrapper, .consultation-section, .text-section:has(blockquote:first-child:last-child)) {
  &:has(+ &) {
    margin-bottom: 0;
  }

  &:last-child {
    margin-bottom: 0;
  }

  .content > &:first-child {
    margin-top: calc(-1 * var(--content-top-space));
  }
}
/* ! Sections with background */
