:root {
  --theme-text-color: #111;
  --theme-white-color: #fff;
  --theme-alternate-color: #eee;
  --theme-neutral-color: #666;
  --theme-neutral-lighter: #ccc;
  --theme-background-black: #000;
  --theme-button-border: #111;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

@media (max-width: 767px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.font-normal {
  font-weight: 400;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 767px) {
  .px-16 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.border-t-1 {
  border-top: 1px solid var(--theme-background-black);
}

.gap-8 {
  gap: 8px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-32 {
  gap: 32px;
}

.gap-x-16 {
  column-gap: 16px;
}

.gap-y-16 {
  row-gap: 16px;
}

.gap-x-24 {
  column-gap: 24px;
}

.gap-y-20 {
  row-gap: 20px;
}

.gap-y-32 {
  row-gap: 32px;
}

.gap-y-40 {
  row-gap: 40px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-white {
  color: var(--theme-white-color);
}

.w-auto {
  width: auto;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.align-center {
  -ms-flex-align: center;
      align-items: center;
}

.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.flex-col {
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 767px) {
  .xs-width-100 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .-xs-margin-16 {
    margin: 0 -20px;
  }
}

body.static-header .b_header {
  position: sticky;
  background-color: #100A05;
}

body.static-header.menuopen .b_header .link-logo svg path {
  fill: var(--theme-text-color);
}

body.menuopen .b_header .link-logo svg path {
  fill: var(--theme-text-color);
}

body.menuopen .b_header {
  background-color: transparent;
}

@media (max-width: 991px) {
  body.menuopen .btn__control svg path,
  body.menuopen .btn-menu svg path {
    fill: var(--theme-text-color);
  }
}

body.menuopen .mega-menu {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

.b_header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  transition: all .2s linear;
}

.b_header.scrolled {
  background-color: #100A05;
}

.b_header .link-logo {
  display: inline-block;
  vertical-align: top;
}

.b_header .link-logo svg {
  display: block;
  pointer-events: none;
}

.b_header .header__wrapper {
  padding: 16px 0;
}

.b_header .buttons__control {
  gap: 0 80px;
}

@media (max-width: 1199px) {
  .b_header .buttons__control {
    gap: 0 40px;
  }
}

@media (max-width: 767px) {
  .b_header .buttons__control {
    gap: 0 18px;
  }
}

@media (max-width: 767px) {
  .b_header .buttons__list {
    gap: 0 24px;
  }
}

@media (max-width: 450px) {
  .b_header .buttons__list {
    gap: 0 12px;
  }
}

.b_header .lang__wrapper .drop_menu {
  padding: 10px 15px;
  margin-top: 5px;
  right: -8px;
}

.b_header .lang__wrapper .drop_menu li {
  line-height: 1.3;
}

.b_header .lang__wrapper .drop_menu li.active {
  font-weight: 700;
}

.b_header .btn__control {
  width: 40px;
  height: 40px;
  position: relative;
}

@media (max-width: 450px) {
  .b_header .btn__control {
    width: 30px;
    height: 30px;
  }
}

.b_header .btn__control .link__control,
.b_header .btn__control button {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.b_header .btn__control img,
.b_header .btn__control svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .b_header .btn__control.search-control {
    display: none;
  }
}

.b_header .btn-menu {
  width: 64px;
  height: 64px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .b_header .btn-menu {
    width: 40px;
    height: 40px;
  }
}

.b_header .btn-menu svg {
  display: block;
}

.b_header .btn-menu.active .btn-menu__static {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.b_header .btn-menu.active .btn-menu__opened {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  .b_header .btn-menu:hover .start-text {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
  }
  .b_header .btn-menu:hover .main-icon img,
  .b_header .btn-menu:hover .main-icon svg {
    transform: translateY(-20px);
  }
  .b_header .btn-menu:hover .btn-menu__hover {
    transform: translateY(-20px);
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}

.b_header .btn-menu .start-text {
  transition: all 0.3s ease;
  pointer-events: none;
}

.b_header .btn-menu .main-icon img,
.b_header .btn-menu .main-icon svg {
  transition: all 0.3s ease;
}

.b_header .btn-menu__static, .b_header .btn-menu__opened {
  height: 100%;
  width: 100%;
}

.b_header .btn-menu__static svg, .b_header .btn-menu__opened svg {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  position: relative;
  transition: transform 0.15s ease;
}

.b_header .btn-menu__opened {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}

.b_header .btn-menu__hover {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -3px;
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.mega-menu {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 5;
  background-color: #fff;
  transition: all .5s ease;
}

.mega-menu__bg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 991px) {
  .mega-menu__bg {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
  }
}

.mega-menu__bg div {
  height: 100%;
}

.mega-menu__bg .jsCurrentWidth {
  height: 0;
}

.mega-menu__bg .img-block {
  width: 33.33333333%;
  margin: 0 0 0 auto;
}

@media (max-width: 1199px) {
  .mega-menu__bg .img-block {
    width: 40%;
  }
}

.mega-menu__bg .img-block__inner {
  height: 100%;
}

.mega-menu__bg img {
  width: calc(100% + 10px);
  max-width: unset;
  height: 100%;
  object-fit: cover;
}

.mega-menu__wrapper {
  height: 100%;
  width: 100%;
  padding-top: calc(96px + 48px);
}

@media (max-height: 400px) {
  .mega-menu__wrapper {
    padding-top: calc(40px + 48px);
  }
}

.mega-menu__wrapper > .container {
  height: 100%;
}

.mega-menu__inner {
  width: 66.66666667%;
  padding-right: 32px;
  height: 100%;
}

@media (max-width: 1199px) {
  .mega-menu__inner {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .mega-menu__inner {
    width: 100%;
    padding: 0;
  }
}

.mega-menu__inner .container-inner {
  max-width: 1020px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}

.mega-menu .search-wrapper {
  width: 100%;
}

.mega-menu .search-wrapper .form__control {
  border-top: none;
  border-left: none;
  border-right: none;
  padding-right: 50px;
  padding-top: 0;
  font-size: 32px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .mega-menu .search-wrapper .form__control {
    font-size: 22px;
  }
}

.mega-menu .search-wrapper .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.mega-menu .menu__wrapper {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  padding: 32px 0 0;
  font-size: 56px;
  line-height: 1.2;
}

@media (max-width: 1600px) {
  .mega-menu .menu__wrapper {
    font-size: 46px;
  }
}

@media (max-width: 1199px) {
  .mega-menu .menu__wrapper {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .mega-menu .menu__wrapper {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media (max-width: 475px) {
  .mega-menu .menu__wrapper {
    font-size: 20px;
  }
}

@media (max-height: 475px) {
  .mega-menu .menu__wrapper {
    font-size: 20px;
  }
}

.mega-menu .menu__wrapper .menu__inner {
  padding: 104px 0 30px 0;
  overflow: auto;
  height: 100%;
}

@media (max-width: 1199px) {
  .mega-menu .menu__wrapper .menu__inner {
    padding: 50px 0 30px 0;
  }
}

.mega-menu .menu__wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
}

.mega-menu .menu__wrapper ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.mega-menu .menu__wrapper ul li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .mega-menu .menu__wrapper ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.mega-menu .menu__wrapper a {
  color: var(--theme-text-color);
  transition: all .2s linear;
}

.mega-menu .menu__wrapper .sub-menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s linear;
  transform: translate(110%, 0);
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  padding-top: calc(96px + 48px);
}

@media (max-width: 1199px) {
  .mega-menu .menu__wrapper .sub-menu {
    padding-top: calc(50px + 32px);
  }
}

.mega-menu .menu__wrapper .sub-menu.open {
  transform: none;
}

.mega-menu .menu__wrapper .sub-menu.level_1 {
  z-index: 1;
}

.mega-menu .menu__wrapper .sub-menu.level_2 {
  z-index: 2;
}

.mega-menu .menu__wrapper .sub-menu.level_3 {
  z-index: 3;
}

.mega-menu .menu__wrapper .sub-menu.level_4 {
  z-index: 4;
}

.mega-menu .menu__wrapper .btn_open {
  margin-left: 30px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--theme-color-two);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 17.0586V32.0586H18V17.0586H32.625V15.0586H18V0.0585938H16V15.0586H0.625V17.0586H16Z' fill='%23111111'/%3E%3C/svg%3E");
  cursor: pointer;
  position: relative;
}

@media (max-width: 1199px) {
  .mega-menu .menu__wrapper .btn_open {
    width: 32px;
    height: 32px;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .mega-menu .menu__wrapper .btn_open {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 550px) {
  .mega-menu .menu__wrapper .btn_open {
    width: 24px;
    height: 24px;
    bottom: -1px;
  }
}

.mega-menu .menu__wrapper .back_button {
  color: var(--theme-color-three);
  cursor: pointer;
  position: absolute;
  top: 70px;
  left: 0;
  font-size: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 8px;
  z-index: 0;
}

@media (max-width: 1600px) {
  .mega-menu .menu__wrapper .back_button {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .mega-menu .menu__wrapper .back_button {
    top: 30px;
    font-size: 18px;
    line-height: 1.3;
  }
}

.mega-menu .menu__wrapper .back_button::before {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.8244 1.05859L1.3244 8.55859L8.8244 16.0586' stroke='%23111111' stroke-width='1.2'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: relative;
}

@media (max-width: 1199px) {
  .mega-menu .menu__wrapper .back_button::before {
    top: -2px;
  }
}

.icons-list {
  font-size: 16px;
  gap: 32px 0;
}

@media (max-width: 767px) {
  .icons-list {
    width: unset;
  }
}

.icons-list.items-2 .icons-list__item {
  width: 50%;
}

.icons-list.items-3 .icons-list__item {
  width: 33.33%;
}

@media (max-width: 1600px) {
  .icons-list.items-3 .icons-list__item {
    width: 50%;
  }
}

.icons-list.items-4 .icons-list__item {
  width: 25%;
}

@media (max-width: 1199px) {
  .icons-list.items-4 .icons-list__item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .icons-list.items-4 .icons-list__item {
    width: 100%;
  }
}

.icons-list.items-5 .icons-list__item {
  width: 20%;
}

@media (max-width: 767px) {
  .icons-list.xs-width-100 .icons-list__item {
    width: 100%;
  }
}

.icons-list__icon {
  width: 48px;
  margin: 0 0 16px;
}

@media (max-width: 767px) {
  .icons-list__icon {
    width: 40px;
  }
}

.icons-list__icon .icon {
  padding-top: 100%;
  position: relative;
}

.icons-list__icon .icon svg,
.icons-list__icon .icon img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
}

.characteristics__row:not(:last-child) {
  margin-bottom: 24px;
}

.characteristics .icon {
  width: 35px;
  height: 35px;
  position: relative;
}

.characteristics .icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}

.characteristics .text {
  width: calc(100% - 35px);
  padding: 3px 0 0 14px;
}

.contacts-rows .contact-row:not(:last-child) {
  margin-bottom: 24px;
}

.contacts-rows .icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.contacts-rows .icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}

.contacts-rows .text {
  width: calc(100% - 24px);
  padding: 0 0 0 16px;
}

.contacts-rows .text a {
  color: var(--theme-text-color);
}

.contacts-rows .text a:hover {
  text-decoration: underline;
}

.categories .category {
  padding: 4px 8px;
  background-color: var(--theme-alternate-color);
}

.article-card__media:not(:last-child) {
  margin-bottom: 24px;
}

.article-card__image {
  display: block;
}

.article-card__info:not(:last-child) {
  margin-bottom: 16px;
}

.article-card__title:not(:last-child) {
  margin-bottom: 8px;
}

.article-card .button-wrapper:not(:first-child) {
  margin-top: 34px;
}

.product__card {
  display: block;
  color: var(--theme-text-color);
  transition: all .2s linear;
}

@media (min-width: 992px) {
  .product__card:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  }
}

.product__card .icon {
  width: 25px;
  height: 25px;
  position: relative;
}

.product__card .icon img,
.product__card .icon svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 91%;
  max-height: 91%;
}

.product__card .icon svg {
  display: block;
}

.product__image:not(:last-child) {
  margin-bottom: 8px;
}

.product__image .image {
  position: relative;
  aspect-ratio: 4/3;
}

.product__image .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}

.product__info {
  padding: 16px;
  gap: 8px;
}

.product__title {
  color: var(--theme-text-color);
}

.product__title,
.product__title h2,
.product__title h3 {
  font-size: 18px;
}

.product__sub-title {
  color: var(--theme-neutral-color);
}

.product-colors {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-colors li.active .color__link {
  box-shadow: inset 0px 0px 0px 1px #000;
}

.product-colors li:hover:not(.active) .color__link {
  transform: scale(0.9);
}

.product-colors .color__link {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: relative;
  transition: all .2s linear;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 991px) {
  .product-colors .color__link {
    width: 20px;
    height: 20px;
  }
}

* {
  outline: 0 !important;
}

body {
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 300;
  color: var(--theme-text-color);
  min-width: 320px;
  background-color: #fff;
  line-height: 1.4;
}

@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}

body.menuopen {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: initial;
  margin: 24px 0;
  font-weight: 300;
  word-break: break-word;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

.h1,
h1 {
  font-size: 72px;
  line-height: 1.1;
}

@media (max-width: 1600px) {
  .h1,
  h1 {
    font-size: 62px;
  }
}

@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}

.h2,
h2 {
  font-size: 64px;
  line-height: 1.1;
}

@media (max-width: 1600px) {
  .h2,
  h2 {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  .h2,
  h2 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}

.h3,
h3 {
  font-size: 56px;
  line-height: 1.2;
}

@media (max-width: 1600px) {
  .h3,
  h3 {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .h3,
  h3 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .h3,
  h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}

.h4,
h4 {
  font-size: 40px;
}

@media (max-width: 1600px) {
  .h4,
  h4 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .h4,
  h4 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .h4,
  h4 {
    font-size: 20px;
    line-height: 1.3;
  }
}

.h5,
h5 {
  font-size: 24px;
}

@media (max-width: 1600px) {
  .h5,
  h5 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .h5,
  h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .h5,
  h5 {
    font-size: 18px;
    line-height: 1.3;
  }
}

.h6,
h6 {
  font-size: 20px;
  margin: 16px 0;
}

p {
  margin: 0;
  line-height: 1.5;
}

p:not(:last-child) {
  margin-bottom: 20px;
}

strong {
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

@media (max-width: 991px) {
  input,
  textarea,
  select,
  select:focus {
    font-size: 16px;
  }
}

.same-h1-h2 .h1,
.same-h1-h2 h1,
.same-h1-h2 .h2,
.same-h1-h2 h2 {
  font-size: 64px;
  line-height: 1.1;
}

@media (max-width: 1600px) {
  .same-h1-h2 .h1,
  .same-h1-h2 h1,
  .same-h1-h2 .h2,
  .same-h1-h2 h2 {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  .same-h1-h2 .h1,
  .same-h1-h2 h1,
  .same-h1-h2 .h2,
  .same-h1-h2 h2 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .same-h1-h2 .h1,
  .same-h1-h2 h1,
  .same-h1-h2 .h2,
  .same-h1-h2 h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}

.btn_reset {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  padding: 10px 25px;
  transition: all .1s linear;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  text-transform: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  min-width: 130px;
  min-height: 48px;
}

.btn:hover, .btn:focus {
  box-shadow: none;
}

.btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.btn:disabled:hover {
  opacity: .5;
}

.btn.hide-border .lines-top,
.btn.hide-border .lines-bottom {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.btn-hero {
  position: relative;
  z-index: 1;
  border: none;
  color: var(--theme-button-border);
}

.btn-hero:hover .lines-top::before {
  transform: translateX(-100%);
}

.btn-hero:hover .lines-top::after {
  transform: translateY(100%);
}

.btn-hero:hover .lines-bottom::before {
  transform: translateX(100%);
}

.btn-hero:hover .lines-bottom::after {
  transform: translateY(-100%);
}

.btn-hero .lines-top,
.btn-hero .lines-bottom {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-hero .lines-top::after, .btn-hero .lines-top::before,
.btn-hero .lines-bottom::after,
.btn-hero .lines-bottom::before {
  content: '';
  position: absolute;
  background-color: var(--theme-button-border);
  transition: all .2s linear;
}

.btn-hero .lines-top::before {
  height: 1px;
  width: 50%;
  top: 0;
  right: 0;
}

.btn-hero .lines-top::after {
  width: 1px;
  height: 50%;
  top: 0;
  right: 0;
}

.btn-hero .lines-bottom::before {
  height: 1px;
  width: 50%;
  bottom: 0;
  left: 0;
}

.btn-hero .lines-bottom::after {
  width: 1px;
  height: 50%;
  bottom: 0;
  left: 0;
}

.btn-hero .btn-text {
  position: relative;
  z-index: 1;
}

.btn-hero.white-mode {
  color: var(--theme-white-color);
}

.btn-hero.white-mode .lines-top::after, .btn-hero.white-mode .lines-top::before,
.btn-hero.white-mode .lines-bottom::after,
.btn-hero.white-mode .lines-bottom::before {
  background-color: var(--theme-white-color);
}

.tooltip__icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.91699 14.75H10.417V9H8.91699V14.75ZM9.66699 7.2885C9.89583 7.2885 10.0877 7.21108 10.2425 7.05625C10.3973 6.90142 10.4747 6.70958 10.4747 6.48075C10.4747 6.25192 10.3973 6.06008 10.2425 5.90525C10.0877 5.75058 9.89583 5.67325 9.66699 5.67325C9.43816 5.67325 9.24633 5.75058 9.09149 5.90525C8.93666 6.06008 8.85924 6.25192 8.85924 6.48075C8.85924 6.70958 8.93666 6.90142 9.09149 7.05625C9.24633 7.21108 9.43816 7.2885 9.66699 7.2885ZM9.66874 19.5C8.35474 19.5 7.11966 19.2507 5.96349 18.752C4.80733 18.2533 3.80166 17.5766 2.94649 16.7218C2.09133 15.8669 1.41424 14.8617 0.915242 13.706C0.416409 12.5503 0.166992 11.3156 0.166992 10.0017C0.166992 8.68775 0.416325 7.45267 0.914992 6.2965C1.41366 5.14033 2.09041 4.13467 2.94524 3.2795C3.80008 2.42433 4.80533 1.74725 5.96099 1.24825C7.11666 0.749417 8.35141 0.5 9.66524 0.5C10.9792 0.5 12.2143 0.749333 13.3705 1.248C14.5267 1.74667 15.5323 2.42342 16.3875 3.27825C17.2427 4.13308 17.9197 5.13833 18.4187 6.294C18.9176 7.44967 19.167 8.68442 19.167 9.99825C19.167 11.3123 18.9177 12.5473 18.419 13.7035C17.9203 14.8597 17.2436 15.8653 16.3887 16.7205C15.5339 17.5757 14.5287 18.2528 13.373 18.7518C12.2173 19.2506 10.9826 19.5 9.66874 19.5ZM9.66699 18C11.9003 18 13.792 17.225 15.342 15.675C16.892 14.125 17.667 12.2333 17.667 10C17.667 7.76667 16.892 5.875 15.342 4.325C13.792 2.775 11.9003 2 9.66699 2C7.43366 2 5.54199 2.775 3.99199 4.325C2.44199 5.875 1.66699 7.76667 1.66699 10C1.66699 12.2333 2.44199 14.125 3.99199 15.675C5.54199 17.225 7.43366 18 9.66699 18Z' fill='%23898989'/%3E%3C/svg%3E");
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 32px;
    max-width: 1744px;
  }
}

.error-text {
  color: #b42318;
  font-size: 13px;
  margin-top: 4px;
}

span.required {
  color: #b42318;
}

.-z-1 {
  z-index: -1;
}

.inset-0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.box-icon-center {
  position: relative;
}

.box-icon-center img,
.box-icon-center svg {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-width: 100%;
}

.section {
  padding: 96px 0;
}

@media (max-width: 767px) {
  .section {
    padding: 80px 0;
  }
}

.section-title:not(:last-child) {
  margin-bottom: 24px;
}

.section__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--theme-background-black);
}

.section__bg.has-overlay::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-background-black);
  opacity: .5;
}

.section__bg picture {
  width: 100%;
  height: 100%;
}

.section__bg .img {
  position: absolute;
}

.object-cover-img {
  overflow: hidden;
}

.object-cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.form__control[type="number"]::-webkit-outer-spin-button,
.form__control[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.form__control[type=number] {
  -moz-appearance: textfield;
}

input.form__control,
textarea.form__control {
  -webkit-appearance: none;
}

.form__control[type="search"] {
  box-sizing: border-box;
}

.form__control {
  text-align: left;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid var(--theme-background-black);
}

.form__control.wpcf7-not-valid, .form__control.error {
  border-color: #b42318;
}

.form__control.w-auto {
  width: auto;
}

input.form__control {
  min-height: 48px;
  background-repeat: no-repeat;
}

input.form__control.icon__search {
  padding-right: 60px;
  background-position: calc(100% - 16px) center;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.0679 22.6948C18.8042 22.2552 19.4985 21.7182 20.1356 21.081C20.3322 21.4049 20.5814 21.7622 20.8561 22.1004C21.1394 22.4491 21.4575 22.7872 21.7809 23.0484C21.9517 23.1863 22.1387 23.315 22.3346 23.4093C22.2587 23.5655 22.1857 23.7342 22.1153 23.9155L22.0835 23.9972L22.09 24.0846C22.1575 24.992 22.6977 25.5859 23.2455 26.0963C23.3551 26.1984 23.4649 26.2973 23.5736 26.3953C24.0287 26.8055 24.4652 27.1989 24.7957 27.741L24.8172 27.7762L24.8456 27.8062C24.9996 27.9689 25.193 28.1952 25.4254 28.4673C25.6072 28.6802 25.813 28.9211 26.0425 29.1813C26.5503 29.7571 27.1504 30.3984 27.7741 30.9201C28.3867 31.4325 29.0729 31.8736 29.7525 31.977C30.1036 32.0305 30.4602 31.9948 30.7961 31.8268C31.1141 31.6678 31.385 31.4046 31.6102 31.0462C31.8388 30.834 31.9627 30.5683 31.9927 30.2752C32.0235 29.9739 31.9539 29.6623 31.8369 29.363C31.6042 28.7678 31.1397 28.1119 30.6085 27.4747C29.8675 26.5857 28.9283 25.6569 28.1696 24.9065C27.8428 24.5834 27.5495 24.2933 27.3199 24.0538L27.3138 24.0474L27.3074 24.0413C27.1934 23.9326 27.0739 23.8158 26.9508 23.6956C26.6894 23.4401 26.4121 23.1691 26.1379 22.9276C25.7336 22.5713 25.2877 22.2336 24.823 22.0564C24.3393 21.872 23.8114 21.8548 23.3103 22.1795L23.2972 22.1881C23.0906 21.8994 22.7825 21.5966 22.4658 21.3189C21.9828 20.8956 21.4106 20.4724 20.957 20.1625C21.9672 18.9005 22.7851 17.3327 23.3316 15.4427L22.587 15.1944C21.9261 16.8922 20.922 18.306 19.7025 19.4249L19.5453 19.5664C17.1339 21.6974 13.9255 22.7068 10.866 22.5133C8.52226 22.3651 6.28323 21.5109 4.56752 19.9296C2.85707 18.3532 1.64421 16.0335 1.37971 12.9087C1.32016 11.2518 1.64898 9.6037 2.34034 8.09428C3.03296 6.5821 4.07046 5.25054 5.37083 4.20482C6.6712 3.1591 8.19881 2.42789 9.83292 2.06898C11.4667 1.71016 13.1621 1.7333 14.7853 2.13658C16.4525 2.56074 17.9985 3.36134 19.3027 4.47598C20.6071 5.59085 21.6345 6.98974 22.3045 8.56355L22.3619 8.69827L22.4944 8.76239C22.5374 8.78323 22.6148 8.81609 22.7103 8.81913C22.8277 8.82287 22.9782 8.77836 23.0756 8.63805C23.1514 8.52866 23.1534 8.4165 23.1523 8.37269C23.151 8.31898 23.1413 8.27192 23.134 8.24182C23.1211 8.18847 23.1014 8.13222 23.0905 8.10129L23.0872 8.09186L23.0858 8.08787V8.07516L23.0671 8.01708L23.0259 7.88907C22.9817 7.75099 22.9516 7.65735 22.9059 7.52953L22.9017 7.51843C18.1694 -4.53795 -0.161485 -1.45546 0.00107443 12.2077L0.00115906 12.2148L0.00150481 12.2219C0.32345 18.8375 5.13783 23.1416 10.3731 24.0408C12.9923 24.4907 15.7288 24.0914 18.0679 22.6948ZM24.9082 26.0851C24.3229 25.5966 23.7889 25.0968 23.3557 24.5112C23.3233 24.3875 23.3207 24.3101 23.326 24.2623C23.3314 24.215 23.346 24.1813 23.3752 24.1428C23.4111 24.0953 23.4666 24.0435 23.5643 23.9634C23.5825 23.9485 23.6024 23.9325 23.6235 23.9154C23.6995 23.8541 23.7922 23.7793 23.8842 23.6951C24.0687 23.5702 24.185 23.5774 24.2872 23.6148C24.4337 23.6685 24.6105 23.8103 24.8418 24.0681C24.9835 24.226 25.1201 24.3965 25.2699 24.5835C25.3665 24.7042 25.4687 24.8317 25.5813 24.9672C25.8498 25.2902 26.1566 25.6306 26.5162 25.9165C27.4401 26.8744 28.4285 27.7689 29.4746 28.5939C29.6577 28.7513 29.8793 28.9075 30.0865 29.0535L30.1916 29.1277C30.4409 29.3044 30.6634 29.4693 30.8325 29.6377C31.004 29.8086 31.0802 29.9444 31.0984 30.053C31.113 30.1402 31.1008 30.2729 30.9342 30.4761C30.5015 30.9593 30.2549 31.0298 30.1242 31.0212C29.9767 31.0115 29.782 30.8954 29.4687 30.5352C29.3251 30.37 29.1667 30.1636 28.9887 29.9316C28.4632 29.2466 27.7663 28.3383 26.7705 27.6074C26.411 27.2927 26.0234 26.9835 25.6463 26.6826C25.3915 26.4793 25.1415 26.2799 24.9082 26.0851ZM23.0771 8.06164C23.0755 8.05622 23.0762 8.05751 23.0778 8.06389L23.0771 8.06164Z' fill='%23111111'/%3E%3Cpath d='M18.2799 6.0799C17.1315 4.12234 14.5715 3.26398 12.0992 3.28499C9.62403 3.30603 7.03359 4.208 5.77572 6.01631L6.31674 6.56312C8.51028 5.11779 10.1956 4.38263 11.8888 4.35953C13.5796 4.33647 15.353 5.02291 17.721 6.60027L18.2799 6.0799Z' fill='%23111111'/%3E%3Cpath d='M23.6066 10.0301L22.8289 10.1015C22.823 10.3402 22.8048 10.6164 22.7846 10.9203L22.7839 10.9311C22.7642 11.2288 22.7428 11.5497 22.7318 11.869C22.7098 12.5019 22.7246 13.1862 22.9016 13.7129L23.1447 14.4361L23.5936 13.8175C24.0602 13.1745 24.0943 12.4417 24.0066 11.786C23.9627 11.4574 23.8865 11.1352 23.8106 10.8401C23.7884 10.7535 23.7665 10.6704 23.7453 10.59C23.6923 10.3886 23.6439 10.2049 23.6066 10.0301Z' fill='%23111111'/%3E%3C/svg%3E");
}

.btn-search {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.0679 22.6948C18.8042 22.2552 19.4985 21.7182 20.1356 21.081C20.3322 21.4049 20.5814 21.7622 20.8561 22.1004C21.1394 22.4491 21.4575 22.7872 21.7809 23.0484C21.9517 23.1863 22.1387 23.315 22.3346 23.4093C22.2587 23.5655 22.1857 23.7342 22.1153 23.9155L22.0835 23.9972L22.09 24.0846C22.1575 24.992 22.6977 25.5859 23.2455 26.0963C23.3551 26.1984 23.4649 26.2973 23.5736 26.3953C24.0287 26.8055 24.4652 27.1989 24.7957 27.741L24.8172 27.7762L24.8456 27.8062C24.9996 27.9689 25.193 28.1952 25.4254 28.4673C25.6072 28.6802 25.813 28.9211 26.0425 29.1813C26.5503 29.7571 27.1504 30.3984 27.7741 30.9201C28.3867 31.4325 29.0729 31.8736 29.7525 31.977C30.1036 32.0305 30.4602 31.9948 30.7961 31.8268C31.1141 31.6678 31.385 31.4046 31.6102 31.0462C31.8388 30.834 31.9627 30.5683 31.9927 30.2752C32.0235 29.9739 31.9539 29.6623 31.8369 29.363C31.6042 28.7678 31.1397 28.1119 30.6085 27.4747C29.8675 26.5857 28.9283 25.6569 28.1696 24.9065C27.8428 24.5834 27.5495 24.2933 27.3199 24.0538L27.3138 24.0474L27.3074 24.0413C27.1934 23.9326 27.0739 23.8158 26.9508 23.6956C26.6894 23.4401 26.4121 23.1691 26.1379 22.9276C25.7336 22.5713 25.2877 22.2336 24.823 22.0564C24.3393 21.872 23.8114 21.8548 23.3103 22.1795L23.2972 22.1881C23.0906 21.8994 22.7825 21.5966 22.4658 21.3189C21.9828 20.8956 21.4106 20.4724 20.957 20.1625C21.9672 18.9005 22.7851 17.3327 23.3316 15.4427L22.587 15.1944C21.9261 16.8922 20.922 18.306 19.7025 19.4249L19.5453 19.5664C17.1339 21.6974 13.9255 22.7068 10.866 22.5133C8.52226 22.3651 6.28323 21.5109 4.56752 19.9296C2.85707 18.3532 1.64421 16.0335 1.37971 12.9087C1.32016 11.2518 1.64898 9.6037 2.34034 8.09428C3.03296 6.5821 4.07046 5.25054 5.37083 4.20482C6.6712 3.1591 8.19881 2.42789 9.83292 2.06898C11.4667 1.71016 13.1621 1.7333 14.7853 2.13658C16.4525 2.56074 17.9985 3.36134 19.3027 4.47598C20.6071 5.59085 21.6345 6.98974 22.3045 8.56355L22.3619 8.69827L22.4944 8.76239C22.5374 8.78323 22.6148 8.81609 22.7103 8.81913C22.8277 8.82287 22.9782 8.77836 23.0756 8.63805C23.1514 8.52866 23.1534 8.4165 23.1523 8.37269C23.151 8.31898 23.1413 8.27192 23.134 8.24182C23.1211 8.18847 23.1014 8.13222 23.0905 8.10129L23.0872 8.09186L23.0858 8.08787V8.07516L23.0671 8.01708L23.0259 7.88907C22.9817 7.75099 22.9516 7.65735 22.9059 7.52953L22.9017 7.51843C18.1694 -4.53795 -0.161485 -1.45546 0.00107443 12.2077L0.00115906 12.2148L0.00150481 12.2219C0.32345 18.8375 5.13783 23.1416 10.3731 24.0408C12.9923 24.4907 15.7288 24.0914 18.0679 22.6948ZM24.9082 26.0851C24.3229 25.5966 23.7889 25.0968 23.3557 24.5112C23.3233 24.3875 23.3207 24.3101 23.326 24.2623C23.3314 24.215 23.346 24.1813 23.3752 24.1428C23.4111 24.0953 23.4666 24.0435 23.5643 23.9634C23.5825 23.9485 23.6024 23.9325 23.6235 23.9154C23.6995 23.8541 23.7922 23.7793 23.8842 23.6951C24.0687 23.5702 24.185 23.5774 24.2872 23.6148C24.4337 23.6685 24.6105 23.8103 24.8418 24.0681C24.9835 24.226 25.1201 24.3965 25.2699 24.5835C25.3665 24.7042 25.4687 24.8317 25.5813 24.9672C25.8498 25.2902 26.1566 25.6306 26.5162 25.9165C27.4401 26.8744 28.4285 27.7689 29.4746 28.5939C29.6577 28.7513 29.8793 28.9075 30.0865 29.0535L30.1916 29.1277C30.4409 29.3044 30.6634 29.4693 30.8325 29.6377C31.004 29.8086 31.0802 29.9444 31.0984 30.053C31.113 30.1402 31.1008 30.2729 30.9342 30.4761C30.5015 30.9593 30.2549 31.0298 30.1242 31.0212C29.9767 31.0115 29.782 30.8954 29.4687 30.5352C29.3251 30.37 29.1667 30.1636 28.9887 29.9316C28.4632 29.2466 27.7663 28.3383 26.7705 27.6074C26.411 27.2927 26.0234 26.9835 25.6463 26.6826C25.3915 26.4793 25.1415 26.2799 24.9082 26.0851ZM23.0771 8.06164C23.0755 8.05622 23.0762 8.05751 23.0778 8.06389L23.0771 8.06164Z' fill='%23111111'/%3E%3Cpath d='M18.2799 6.0799C17.1315 4.12234 14.5715 3.26398 12.0992 3.28499C9.62403 3.30603 7.03359 4.208 5.77572 6.01631L6.31674 6.56312C8.51028 5.11779 10.1956 4.38263 11.8888 4.35953C13.5796 4.33647 15.353 5.02291 17.721 6.60027L18.2799 6.0799Z' fill='%23111111'/%3E%3Cpath d='M23.6066 10.0301L22.8289 10.1015C22.823 10.3402 22.8048 10.6164 22.7846 10.9203L22.7839 10.9311C22.7642 11.2288 22.7428 11.5497 22.7318 11.869C22.7098 12.5019 22.7246 13.1862 22.9016 13.7129L23.1447 14.4361L23.5936 13.8175C24.0602 13.1745 24.0943 12.4417 24.0066 11.786C23.9627 11.4574 23.8865 11.1352 23.8106 10.8401C23.7884 10.7535 23.7665 10.6704 23.7453 10.59C23.6923 10.3886 23.6439 10.2049 23.6066 10.0301Z' fill='%23111111'/%3E%3C/svg%3E");
}

textarea.form__control {
  display: block;
  resize: vertical;
}

select.form__control {
  min-height: 48px;
  padding-right: 44px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 6L1 1' stroke='%231C1B1F' stroke-width='1.5'/%3E%3C/svg%3E");
  -moz-appearance: none;
  -webkit-appearance: none;
}

select.form__control::-ms-expand {
  display: none;
}

.form__row:not(:last-child) {
  margin-bottom: 24px;
}

.form__label {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.form__label:not(:last-child) {
  margin-bottom: 8px;
}

.icon_in_middle {
  position: relative;
}

.icon_in_middle img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 90%;
  max-width: 90%;
}

.image_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.contacts__list {
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
}

.contacts__list .contact-link {
  width: 24px;
  height: 24px;
  display: block;
}

blockquote {
  margin: 36px 0;
  padding: 0 20px 0 22px;
  line-height: 1.5;
  border-left: 2px solid var(--theme-background-black);
}

.btn-back {
  color: var(--theme-background-black);
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 8px;
}

.btn-back::before {
  content: '';
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0992 1L2.09924 11L12.0992 21' stroke='%23111111' stroke-width='1.6'/%3E%3C/svg%3E");
}

.wp-block-image figcaption {
  font-size: 16px;
  margin: 8px 0 0;
  padding: 0 0 0 8px;
  border-left: 2px solid var(--theme-background-black);
}

.controls-wrapper:not(:first-child) .controls-wrapper__inner {
  margin-top: 30px;
}

.controls-wrapper__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 16px;
}

.controls-wrapper .swiper-pagination {
  position: static;
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 16px;
  width: auto;
}

.controls-wrapper .swiper-pagination.swiper-pagination-lock {
  display: none;
}

.controls-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0;
  width: 14px;
  height: 14px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.358 1.64083C11.1623 0.445128 9.47277 0.0174063 7.75105 0.241981C6.03 0.466469 4.24844 1.34247 2.79496 2.79594C1.34149 4.24941 0.465493 6.03097 0.241005 7.75202C0.0164292 9.47375 0.444154 11.1633 1.63986 12.3589C2.83552 13.5546 4.52506 13.9823 6.24678 13.7578C7.96782 13.5333 9.74939 12.6574 11.2029 11.204C12.6563 9.75043 13.5323 7.96884 13.7568 6.24778C13.9814 4.52604 13.5537 2.83649 12.358 1.64083ZM3.50207 3.50305C4.8131 2.19202 6.39624 1.42717 7.88039 1.23358C9.26665 1.05276 10.5417 1.37011 11.4625 2.17209C11.4505 2.23436 11.4403 2.28724 11.4381 2.29931C11.3843 2.54358 11.2964 2.88901 11.1614 3.28747C10.8896 4.08973 10.4357 5.07989 9.70679 5.89663C9.0965 6.58047 8.22177 6.59251 7.03885 6.55001L6.9085 6.54518C5.85031 6.5054 4.5262 6.45564 3.56559 7.41618C2.71538 8.26634 2.2034 9.41052 1.90462 10.3069C1.84035 10.4997 1.78521 10.6833 1.73819 10.853C1.25973 10.0139 1.08895 8.98274 1.23261 7.88136C1.42619 6.39721 2.19104 4.81407 3.50207 3.50305ZM6.11745 12.7662C7.6016 12.5726 9.18474 11.8078 10.4958 10.4968C11.8068 9.18577 12.5716 7.6026 12.7652 6.11844C12.9093 5.01383 12.7371 3.97983 12.2554 3.13943C12.2133 3.28577 12.1645 3.44299 12.1085 3.60839C11.8128 4.48121 11.304 5.60874 10.4529 6.56247C9.49212 7.63901 8.12176 7.58966 7.03342 7.55046L7.00294 7.54936C5.80488 7.50632 4.90933 7.4867 4.27268 8.12331C3.58269 8.81325 3.13207 9.78678 2.8533 10.6231C2.71575 11.0358 2.62396 11.403 2.56675 11.6662C2.55395 11.725 2.54291 11.7785 2.5335 11.8261C3.45438 12.6292 4.73026 12.9471 6.11745 12.7662Z' fill='black'/%3E%3C/svg%3E");
}

.controls-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.61222 11.7937C3.83348 13.66 7.66032 13.0641 10.3622 10.3622C12.8071 7.91727 13.5276 4.55118 12.2596 2.28717C12.2109 2.46048 12.1545 2.64623 12.0898 2.84043C11.7611 3.8266 11.1957 5.0927 10.2523 6.03608C9.71228 6.57609 9.052 6.82722 8.39378 6.94689C7.75827 7.06244 7.07836 7.06241 6.46586 7.06238H6.43738C5.79238 7.06238 5.21868 7.06423 4.70459 7.1577C4.20335 7.24884 3.80958 7.41933 3.50635 7.72256C2.76324 8.46567 2.27456 9.51848 1.97085 10.4296C1.82128 10.8783 1.72146 11.2777 1.65927 11.5637C1.64005 11.6521 1.62449 11.7294 1.61222 11.7937ZM0.615168 10.5876C-0.652676 8.32353 0.0677812 4.95752 2.51265 2.51265C5.21449 -0.189181 9.04127 -0.785071 11.2626 1.08113C11.2503 1.14538 11.2347 1.22265 11.2155 1.31103C11.1533 1.59712 11.0535 1.99644 10.9039 2.44514C10.6002 3.35627 10.1115 4.40909 9.36841 5.1522C9.06518 5.45543 8.67141 5.62592 8.17017 5.71706C7.65608 5.81053 7.08238 5.81238 6.43738 5.81238H6.40891C5.79641 5.81235 5.11649 5.81232 4.48098 5.92787C3.82276 6.04754 3.16248 6.29867 2.62247 6.83868C1.67909 7.78206 1.11372 9.04816 0.784998 10.0344C0.720268 10.2285 0.663938 10.4143 0.615168 10.5876Z' fill='black'/%3E%3C/svg%3E");
}

.controls-wrapper .swiper-prev,
.controls-wrapper .swiper-next {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.controls-wrapper .swiper-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.82422 0.5L1.32422 8L8.82422 15.5' stroke='%23111111' stroke-width='1.2'/%3E%3C/svg%3E");
}

.controls-wrapper .swiper-next {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.17578 0.5L8.67578 8L1.17578 15.5' stroke='%23111111' stroke-width='1.2'/%3E%3C/svg%3E");
}

.icon-play:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M64 31.9999L16 4.28711L16 59.7127L64 31.9999Z' fill='white'/%3E%3C/svg%3E%0A");
}

.icon-play::before {
  transition: all .2s linear;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 6.01924L62 32L17 57.9808L17 6.01924Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

html .mCSB_scrollTools {
  opacity: 1;
}

html .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, html .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000000;
}

html .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000;
}

html .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: #000000;
}

html .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.drop_menu_wrapper {
  position: relative;
}

.drop_menu_wrapper .drop_menu {
  position: absolute;
  background-color: #fff;
  padding: 16px;
  top: 100%;
  right: 0;
  display: none;
}

.drop_menu_wrapper .drop_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drop_menu_wrapper .drop_menu ul li:not(:last-child) {
  margin-bottom: 5px;
}

.drop_menu_wrapper .drop_menu ul a {
  color: var(--theme-text-color);
}

.drop_menu_wrapper .drop_menu ul a:hover {
  text-decoration: underline;
}

.jsNumbers,
.jsPhone {
  text-align: left !important;
}

@media (max-width: 1199px) {
  .hide-md {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-xs {
    display: none !important;
  }
}

.show-md {
  display: none;
}

@media (max-width: 1199px) {
  .show-md {
    display: block !important;
  }
}

.show-sm {
  display: none;
}

@media (max-width: 991px) {
  .show-sm {
    display: block !important;
  }
}

.show-xs {
  display: none;
}

@media (max-width: 767px) {
  .show-xs {
    display: block !important;
  }
}

.pagination_wrapper .pagination {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 40px;
}

@media (max-width: 767px) {
  .pagination_wrapper .pagination {
    gap: 0 20px;
  }
}

.pagination_wrapper .pagination a {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  color: var(--theme-text-color);
}

.pagination_wrapper .pagination_list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 1px;
}

.pagination_wrapper .pagination_list li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
  height: 40px;
  padding: 1px 0 0 0;
}

@media (max-width: 767px) {
  .pagination_wrapper .pagination_list li {
    width: 30px;
    height: 30px;
  }
}

.pagination_wrapper .pagination_list li a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  padding: 0;
}

.pagination_wrapper .pagination_list li:hover a {
  color: var(--theme-text-color);
}

.pagination_wrapper .pagination_list li.active {
  color: var(--theme-text-color);
  box-shadow: inset 0px 0px 0px 1px var(--theme-text-color);
}

.pagination_wrapper .pagination_list li.active a {
  color: var(--theme-text-color);
}

.pagination_wrapper .pagination_list li .page-numbers.active {
  font-weight: 700;
  color: var(--theme-text-color);
}

.b-breadcrumbs .breadcrumbs {
  padding: 24px 0;
  color: var(--theme-text-color);
}

.b-breadcrumbs ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 32px;
  font-size: 16px;
}

.b-breadcrumbs ul a {
  color: var(--theme-text-color);
  font-weight: 300;
}

.b-breadcrumbs ul a:hover {
  text-decoration: underline;
}

.b-breadcrumbs ul li {
  position: relative;
  font-weight: 400;
}

.b-breadcrumbs ul li:not(:last-child)::before {
  color: var(--theme-text-color);
  position: absolute;
  content: '';
  left: 100%;
  top: 2px;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.450195 1L5.4502 6L0.450195 11' stroke='%23111111' stroke-width='0.8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.selectric-wrapper .selectric {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 8px;
}

.selectric-wrapper .selectric .label {
  margin: 0 10px 0 38px;
  font-size: 16px;
  color: #7030A0;
  line-height: 1.5;
  height: auto;
  padding: 9px 0;
}

.selectric-wrapper .selectric .button {
  left: 0;
  right: auto;
  background-color: transparent;
  font-size: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.selectric-wrapper .selectric .button::after {
  display: none;
}

.selectric-wrapper .selectric-items {
  border-radius: 6px;
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin: 4px 0 0;
}

.selectric-wrapper .selectric-items li {
  line-height: 1.5;
  min-height: auto;
  font-size: 16px;
}

.selectric-wrapper .selectric-items li.highlighted, .selectric-wrapper .selectric-items li:hover {
  background-color: #F0EBF3;
}

.label__checkbox {
  display: inline-block;
  vertical-align: top;
}

.label__checkbox [type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.label__checkbox [type="checkbox"]:checked + .wpcf7-list-item-label .checkbox__title::before,
.label__checkbox [type="checkbox"]:checked + .checkbox__title::before {
  background-color: var(--theme-background-black);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5509 7.98144L3.5326 7.99994L0 4.43137L1.48862 2.92759L3.55096 5.01094L8.51138 0L10 1.50378L3.56927 8L3.5509 7.98144Z' fill='white'/%3E%3C/svg%3E");
}

.label__checkbox .checkbox__title {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 26px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.label__checkbox .checkbox__title::before {
  left: 0;
  border-radius: 0;
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid var(--theme-background-black);
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.label__checkbox .checkbox__title a {
  color: var(--theme-background-black);
  text-decoration: underline;
}

.label__checkbox .checkbox__title a:hover {
  text-decoration: none;
}

.wpcf7-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}

.wpcf7-radio .wpcf7-list-item > label,
.label__radio {
  display: inline-block;
  vertical-align: top;
}

.wpcf7-radio .wpcf7-list-item > label [type="radio"],
.label__radio [type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.wpcf7-radio .wpcf7-list-item > label [type="radio"]:checked + .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item > label [type="radio"]:checked + .radio__title::before,
.label__radio [type="radio"]:checked + .wpcf7-list-item-label::before,
.label__radio [type="radio"]:checked + .radio__title::before {
  box-shadow: inset 0px 0px 0px 4px var(--theme-background-black);
}

.wpcf7-radio .wpcf7-list-item > label .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item > label .radio__title,
.label__radio .wpcf7-list-item-label,
.label__radio .radio__title {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 26px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.wpcf7-radio .wpcf7-list-item > label .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item > label .radio__title::before,
.label__radio .wpcf7-list-item-label::before,
.label__radio .radio__title::before {
  left: 0;
  border-radius: 0;
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid var(--theme-background-black);
  top: 1px;
  background-repeat: no-repeat;
  background-position: center;
}

.file__wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 24px;
}

@media (max-width: 550px) {
  .file__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 4px 0;
  }
}

.file__wrapper .select_file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .file__wrapper .select_file {
    font-size: 15px;
  }
}

.file__wrapper .select_file .wpcf7-not-valid-tip {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.file__wrapper .select_file.error {
  border-color: #dc3232;
}

.file__wrapper .wpcf7-form-control-wrap,
.file__wrapper [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 0;
  overflow: hidden;
}

.file__wrapper .file_btn {
  min-width: 148px;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
  background: #E6E6E6;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 38px;
}

.file__wrapper .files__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  padding: 6px 0;
}

.file__wrapper .added__file::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25 15.25H11.75V13.75H4.25V15.25ZM4.25 11.25H11.75V9.75H4.25V11.25ZM2.30775 19C1.80258 19 1.375 18.825 1.025 18.475C0.675 18.125 0.5 17.6974 0.5 17.1923V1.80775C0.5 1.30258 0.675 0.875 1.025 0.525C1.375 0.175 1.80258 0 2.30775 0H10.25L15.5 5.25V17.1923C15.5 17.6974 15.325 18.125 14.975 18.475C14.625 18.825 14.1974 19 13.6923 19H2.30775ZM9.5 6V1.5H2.30775C2.23075 1.5 2.16025 1.53208 2.09625 1.59625C2.03208 1.66025 2 1.73075 2 1.80775V17.1923C2 17.2693 2.03208 17.3398 2.09625 17.4038C2.16025 17.4679 2.23075 17.5 2.30775 17.5H13.6923C13.7693 17.5 13.8398 17.4679 13.9038 17.4038C13.9679 17.3398 14 17.2693 14 17.1923V6H9.5Z' fill='%231C1B1F'/%3E%3C/svg%3E");
  margin-right: 8px;
}

.file__wrapper .added__file .file__title {
  position: relative;
  font-weight: 400;
  bottom: -1px;
  margin-right: 8px;
}

.file__wrapper .added__file .remove__file {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.40351 10L0 8.59649L3.60902 4.98747L0 1.40351L1.40351 0L5.01253 3.60902L8.59649 0L10 1.40351L6.39098 4.98747L10 8.59649L8.59649 10L5.01253 6.39098L1.40351 10Z' fill='%231C1B1F'/%3E%3C/svg%3E");
  cursor: pointer;
}

body.first-time {
  overflow: hidden;
}

body:not(.first-time) .hero-banner-preloader {
  display: none;
}

.hero-banner-preloader {
  transition: all .2s linear;
}

.hero-banner-preloader.transparent {
  background-color: transparent;
}

.hero-banner-preloader.finish {
  opacity: 0;
  pointer-events: none;
}

.hero-banner-preloader .animation {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.hero-banner-preloader .lottie_player {
  max-width: 1208px;
  margin: auto;
}

.b-hero-banner .hero-banner__image {
  overflow: hidden;
}

.b-hero-banner .hero-banner__image img,
.b-hero-banner .hero-banner__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-hero-banner .hero-text {
  height: 100vh;
}

@media (max-width: 991px) {
  .b-hero-banner .hero-text {
    height: 506px;
  }
}

.b-head-banner {
  color: var(--theme-alternate-color);
}

.b-head-banner .section__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 240px 0 112px;
  min-height: 518px;
}

@media (max-width: 1600px) {
  .b-head-banner .section__inner {
    padding: 150px 0 112px;
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .b-head-banner .section__inner {
    min-height: 506px;
  }
}

.b-head-banner .section__content {
  max-width: 768px;
  font-size: 18px;
}

.b-head-banner .button-wrapper:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .b-section-content-media .columns__wrapper {
    -ms-flex-direction: unset;
        flex-direction: unset;
  }
}

@media (max-width: 1199px) {
  .b-section-content-media .columns__wrapper .column {
    width: 100%;
  }
}

.b-section-content-media .columns__wrapper .column ul {
  padding: 0 0 0 32px;
}

.b-section-content-media .columns__wrapper .column ul li:not(:last-child) {
  margin-bottom: 32px;
}

.b-section-content-media .columns__wrapper.row-reverse .media-content .img-block {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.b-section-content-media .columns__wrapper .media-content .jsCurrentWidth {
  width: 100%;
}

@media (max-width: 1199px) {
  .b-section-content-media .columns__wrapper .media-content .image {
    width: auto !important;
  }
}

.b-section-content-media .columns__wrapper .media-content .image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-section-content-media .custom-title:not(:last-child) {
  margin-bottom: 24px;
}

.b-section-content-media .custom-title .color {
  color: var(--theme-neutral-color);
}

.b-section-content-media .content + .content-more {
  padding-top: 24px;
}

.b-section-content-media .content-more {
  display: none;
}

.b-section-content-media .icon {
  height: 48px;
  position: relative;
}

.b-section-content-media .icon:not(:last-child) {
  margin-bottom: 24px;
}

.b-section-content-media .icon img,
.b-section-content-media .icon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0;
  max-height: 100%;
}

.b-section-content-media .button-wrapper.style_2 {
  padding-top: 9px;
  position: relative;
}

.b-section-content-media .button-wrapper.style_2::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--theme-neutral-lighter);
  top: -20px;
}

.b-section-content-media .media-slider .swiper-slide {
  height: auto;
}

.b-section-content-media .media-slider .image {
  height: 100%;
}

.b-section-content-media .media-slider .image img {
  height: 100%;
  object-fit: cover;
}

.b-rows-content .rows:not(:first-child) {
  margin-top: 75px;
}

.b-rows-content .content-row:not(:last-child) {
  margin-bottom: 75px;
}

.b-rows-content .content-row:nth-child(2n+1) .columns__wrapper {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .b-rows-content .columns__wrapper .column.w50 {
    width: 100%;
  }
}

.b-rows-content .simple-content {
  padding: 0 48px;
}

@media (max-width: 1199px) {
  .b-rows-content .simple-content {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .b-rows-content .media-content img, .b-rows-content .media-content video {
    aspect-ratio: 16/10;
    object-fit: cover;
  }
}

.b-rows-content .media-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-product-info .section-title:not(:last-child) {
  margin-bottom: 64px;
}

.b-product-info .product__wrapper {
  -ms-flex-align: center;
      align-items: center;
  gap: 36px;
}

.b-product-info .product_image {
  width: calc(33.33% - 36px*2/3);
}

@media (max-width: 1199px) {
  .b-product-info .product_image {
    width: calc(50% - 36px/2);
  }
}

@media (max-width: 640px) {
  .b-product-info .product_image {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .b-product-info .product_image__inner {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.b-product-info .characteristics {
  width: calc(33.33% - 36px*2/3);
}

@media (max-width: 1199px) {
  .b-product-info .characteristics {
    width: calc(50% - 36px/2);
  }
}

@media (max-width: 640px) {
  .b-product-info .characteristics {
    width: 100%;
  }
}

.b-product-info .description {
  -ms-flex-order: -1;
      order: -1;
  width: calc(33.33% - 36px*2/3);
}

@media (max-width: 1199px) {
  .b-product-info .description {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
}

.b-product-info .button-wrapper:not(:first-child) {
  margin-top: 40px;
}

.b-categories-list .section-title {
  max-width: 768px;
}

.b-categories-list .categories {
  margin: 0 -16px;
  padding: 16px;
}

.b-categories-list .categories__list.swiper-initialized {
  padding: 0 16px;
}

.b-categories-list .categories__list:not(.swiper-initialized) {
  gap: 32px;
}

@media (max-width: 1199px) {
  .b-categories-list .categories__list:not(.swiper-initialized) {
    gap: 32px 16px;
  }
}

.b-categories-list .categories__list:not(.swiper-initialized) .category_card {
  width: calc(25% - 32px*3/4);
}

@media (max-width: 1199px) {
  .b-categories-list .categories__list:not(.swiper-initialized) .category_card {
    width: calc(25% - 16px*3/4);
  }
}

@media (max-width: 991px) {
  .b-categories-list .categories__list:not(.swiper-initialized) .category_card {
    width: calc(50% - 16px);
  }
}

@media (max-width: 475px) {
  .b-categories-list .categories__list:not(.swiper-initialized) .category_card {
    width: 100%;
  }
}

.b-categories-list .category_card {
  color: var(--theme-text-color);
  transition: all .2s linear;
  background-color: #fff;
  display: block;
}

@media (min-width: 992px) {
  .b-categories-list .category_card:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  }
}

.b-categories-list .category_image .image {
  position: relative;
  padding-top: 100%;
}

.b-categories-list .category_image .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
}

.b-categories-list .category_title {
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 118px;
  text-align: center;
}

@media (max-width: 991px) {
  .b-categories-list .category_title {
    min-height: 68px;
  }
}

.b-categories-list .controls-wrapper {
  width: 100%;
}

.b-categories-list .controls-wrapper__inner {
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-one-slider {
  overflow: hidden;
}

.b-one-slider .swiper-container {
  overflow: hidden;
  width: 100%;
}

.b-one-slider .swiper-container-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: 100%;
}

@media (max-width: 1199px) {
  .b-one-slider .swiper-container-wrapper {
    gap: 16px;
  }
}

@media (max-width: 991px) {
  .b-one-slider .swiper-container-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.b-one-slider .swiper-container-wrapper.more-items .gallery-thumbs__wrapper {
  padding: 50px 0;
  position: relative;
}

@media (max-width: 991px) {
  .b-one-slider .swiper-container-wrapper.more-items .gallery-thumbs__wrapper {
    padding: 0;
    width: 100%;
  }
}

.b-one-slider .swiper-container-wrapper.more-items .gallery-thumbs {
  height: 600px;
}

@media (max-width: 1600px) {
  .b-one-slider .swiper-container-wrapper.more-items .gallery-thumbs {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .b-one-slider .swiper-container-wrapper.more-items .gallery-thumbs {
    height: auto;
  }
}

.b-one-slider .gallery-thumbs__wrapper {
  position: relative;
}

.b-one-slider .gallery-top {
  position: relative;
  width: 100%;
}

.b-one-slider .gallery-top .swiper-slide {
  position: relative;
}

@media (max-width: 1199px) {
  .b-one-slider .gallery-top .swiper-slide {
    padding-top: 56.25%;
  }
}

.b-one-slider .gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.b-one-slider .gallery-thumbs {
  width: 250px;
  min-width: 250px;
  height: 700px;
  position: relative;
}

@media (max-width: 1600px) {
  .b-one-slider .gallery-thumbs {
    height: 500px;
  }
}

@media (max-width: 1199px) {
  .b-one-slider .gallery-thumbs {
    width: 200px;
    min-width: 200px;
  }
}

@media (max-width: 991px) {
  .b-one-slider .gallery-thumbs {
    height: auto;
    width: 100%;
  }
}

.b-one-slider .gallery-thumbs .swiper-wrapper {
  overflow: hidden;
  display: block;
  height: unset;
}

@media (max-width: 991px) {
  .b-one-slider .gallery-thumbs .swiper-wrapper {
    width: 100%;
    transform: none !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}

.b-one-slider .gallery-thumbs .swiper-slide {
  cursor: pointer;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  .b-one-slider .gallery-thumbs .swiper-slide {
    width: calc(20% - 16px*4/5);
    aspect-ratio: 5/3;
  }
}

@media (max-width: 600px) {
  .b-one-slider .gallery-thumbs .swiper-slide {
    width: calc(33.33% - 16px*2/3);
  }
}

@media (max-width: 475px) {
  .b-one-slider .gallery-thumbs .swiper-slide {
    width: calc(50% - 8px);
    aspect-ratio: 16/9;
  }
}

.b-one-slider .gallery-thumbs .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-one-slider .gallery-thumbs .swiper-slide-thumb-active::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
  box-shadow: inset 0px 0px 0px 2px var(--theme-background-black);
}

.b-one-slider .swiper-next,
.b-one-slider .swiper-prev {
  position: absolute;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
  .b-one-slider .swiper-next,
  .b-one-slider .swiper-prev {
    display: none;
  }
}

.b-one-slider .swiper-next {
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='12' viewBox='0 0 19 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.650357 1.37064L0.650373 1.37062L1.05029 0.970665C1.05029 0.970659 1.0503 0.970654 1.0503 0.970649C1.16073 0.860235 1.33976 0.86023 1.4502 0.97067C1.4502 0.970671 1.4502 0.970671 1.4502 0.970672L9.09965 8.62017L9.49957 9.02009L9.8995 8.62017L17.549 0.970671C17.6594 0.860229 17.8384 0.860228 17.9488 0.970672L18.3488 1.37064C18.4593 1.48109 18.4593 1.66006 18.3488 1.7705L9.6995 10.4198C9.58906 10.5303 9.41009 10.5303 9.29965 10.4198L0.650357 1.7705C0.650355 1.7705 0.650353 1.7705 0.650351 1.7705C0.539917 1.66005 0.539919 1.48108 0.650357 1.37064Z' fill='%23111111' stroke='%23111111' stroke-width='1.13115'/%3E%3C/svg%3E");
}

.b-one-slider .swiper-prev {
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='12' viewBox='0 0 19 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.650357 10.0219L0.650373 10.022L1.05029 10.4219C1.05029 10.4219 1.0503 10.4219 1.0503 10.4219C1.16073 10.5323 1.33976 10.5323 1.4502 10.4219C1.4502 10.4219 1.4502 10.4219 1.4502 10.4219L9.09965 2.77241L9.49957 2.37249L9.8995 2.77241L17.549 10.4219C17.6594 10.5323 17.8384 10.5324 17.9488 10.4219L18.3488 10.0219C18.4593 9.91149 18.4593 9.73252 18.3488 9.62208L9.6995 0.972761C9.58906 0.862318 9.41009 0.862318 9.29965 0.972761L0.650357 9.62207C0.650355 9.62208 0.650353 9.62208 0.650351 9.62208C0.539917 9.73252 0.539919 9.9115 0.650357 10.0219Z' fill='%23111111' stroke='%23111111' stroke-width='1.13115'/%3E%3C/svg%3E");
}

.b-job-offers .section-top-content {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.b-job-offers .date {
  padding: 4px 8px;
  background-color: var(--theme-alternate-color);
}

.b-job-offers .offers:not(:first-child) {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .b-job-offers .offer__row {
    width: 100%;
  }
}

.b-job-offers .offer__block {
  padding-top: 32px;
}

.b-job-offers .offer__top {
  -ms-flex-align: start;
      align-items: flex-start;
}

@media (max-width: 767px) {
  .b-job-offers .offer__top {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.b-job-offers .offer__top:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .b-job-offers .offer__top .date {
    -ms-flex-order: -1;
        order: -1;
  }
}

.b-job-offers .offer__description {
  max-width: 624px;
}

.b-job-offers .offer__description:not(:last-child) {
  margin-bottom: 24px;
}

.b-job-offers .info__row {
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 550px) {
  .b-job-offers .info__list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.b-job-offers .info__icon {
  width: 32px;
  height: 32px;
  position: relative;
}

.b-job-offers .info__icon img,
.b-job-offers .info__icon svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  margin: auto;
}

.b-job-offers .info__text {
  width: calc(100% - 32px);
  padding: 0 0 0 12px;
}

.b-job-offers .button-wrapper:not(:first-child) {
  margin-top: 32px;
}

.b-section-form .contacts-rows__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@media (max-width: 991px) {
  .b-section-form .contacts-rows__wrapper {
    display: block;
  }
}

.b-section-form .form__wrapper:not(:first-child) {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .b-section-form .columns__wrapper .column.w50 {
    width: 100%;
  }
}

.b-first-article .article-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -16px;
}

.b-first-article .article-card__media, .b-first-article .article-card__content {
  padding: 0 16px;
  width: 50%;
}

@media (max-width: 700px) {
  .b-first-article .article-card__media, .b-first-article .article-card__content {
    width: 100%;
  }
}

.category-filter {
  overflow: hidden;
}

.category-filter__inner {
  gap: 16px 0;
}

.category-filter .category {
  padding: 8px 16px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: all .2s linear;
}

.category-filter .category:hover {
  border-color: var(--theme-alternate-color);
}

.category-filter .category.active {
  border-color: var(--theme-background-black);
}

.b-articles-list .category-filter:not(:last-child) {
  margin-bottom: 64px;
}

.b-articles-list .articles-list__inner {
  gap: 64px 0;
}

@media (max-width: 767px) {
  .b-articles-list .articles-list__inner {
    gap: 32px 0;
  }
}

.b-articles-list .article__block {
  width: 33.33%;
}

@media (max-width: 991px) {
  .b-articles-list .article__block {
    width: 50%;
  }
}

@media (max-width: 630px) {
  .b-articles-list .article__block {
    width: 100%;
  }
}

.b-articles-list .button-wrapper:not(:first-child) {
  margin-top: 100px;
}

.b-article-page .section__inner {
  max-width: 1392px;
  margin: 0 auto;
}

@media (max-width: 1450px) {
  .b-article-page .section__inner {
    max-width: 1100px;
  }
}

.b-article-page .top-back:not(:last-child) {
  margin-bottom: 100px;
}

.b-article-page .article-content:not(:last-child) {
  margin-bottom: 80px;
}

.b-article-page .wp-block-image {
  margin: 64px 0;
}

.b-article-page .share-wrapper:not(:last-child) {
  margin-bottom: 80px;
}

.b-article-page .share-label:not(:last-child) {
  margin-bottom: 24px;
}

.b-article-page .soc-link {
  display: inline-block;
  vertical-align: top;
  transition: all .2s linear;
}

.b-article-page .soc-link:hover {
  transform: scale(1.15);
}

.b-faq .faq-group:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .b-faq .faq-group:not(:last-child) {
    margin-bottom: 50px;
  }
}

.b-faq .group-title {
  margin-bottom: 64px;
  position: relative;
}

@media (max-width: 1199px) {
  .b-faq .group-title {
    margin-bottom: 32px;
  }
}

.b-faq .faq-list {
  max-width: 824px;
}

.b-faq .faq-row {
  border-top: 1px solid var(--theme-neutral-lighter);
}

.b-faq .faq-row:last-child {
  border-bottom: 1px solid var(--theme-neutral-lighter);
}

.b-faq .faq-title {
  cursor: pointer;
  position: relative;
  padding: 20px 0;
  padding-right: 44px;
}

.b-faq .faq-title.-active::after {
  transform: rotate(-180deg);
}

.b-faq .faq-title::after {
  position: absolute;
  width: 32px;
  height: 32px;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.17674 1.53034L1.17676 1.53032L1.5303 1.17674C1.53031 1.17673 1.53031 1.17673 1.53032 1.17672C1.62794 1.07911 1.78621 1.07911 1.88385 1.17674C1.88385 1.17674 1.88385 1.17674 1.88385 1.17674L8.64641 7.93934L8.99996 8.2929L9.35352 7.93934L16.1161 1.17674C16.2138 1.07911 16.372 1.07911 16.4696 1.17674L16.8232 1.53034C16.9208 1.62798 16.9208 1.7862 16.8232 1.88384L9.17671 9.53034C9.07907 9.62797 8.92085 9.62797 8.82322 9.53034L1.17674 1.88384C1.17674 1.88384 1.17674 1.88384 1.17674 1.88384C1.07911 1.7862 1.07911 1.62797 1.17674 1.53034Z' fill='black' stroke='black'/%3E%3C/svg%3E");
  right: 0;
  top: 50%;
  margin-top: -16px;
}

.b-faq .faq-content {
  display: none;
  padding: 0 0 20px;
}

.b-dealer-login .dealer-login {
  max-width: 480px;
  padding: 48px;
}

@media (max-width: 767px) {
  .b-dealer-login .dealer-login {
    padding: 20px;
  }
}

.b-dealer-login .dealer-login .form__title:not(:last-child) {
  margin-bottom: 32px;
}

.b-dealer-login .dealer-login .form__btn:not(:first-child) {
  margin-top: 36px;
}

.b-dealer-search .top-content:not(:last-child) {
  margin-bottom: 80px;
}

.b-dealer-search .dealers-filter {
  width: calc(66.66666667% - 16px);
}

@media (max-width: 1199px) {
  .b-dealer-search .dealers-filter {
    width: 100%;
  }
}

.b-dealer-search .dealers-filter:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .b-dealer-search .dealers-filter:not(:last-child) {
    margin-bottom: 40px;
  }
}

.b-dealer-search .dealers-filter .form__row {
  width: calc(33.33% - 32px*2/3);
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 767px) {
  .b-dealer-search .dealers-filter .form__row {
    width: 100%;
  }
}

.b-dealer-search .dealers-filter .form__row .form__control {
  margin-top: auto;
}

.b-dealer-search .dealers-filter .clear {
  font-weight: 400;
}

.b-dealer-search .row__control:not(:last-child) {
  margin-bottom: 8px;
}

.b-dealer-search .row__control .form__label {
  margin: 0;
  max-width: calc(100% - 40px);
}

.b-dealer-search .filter-wrapper {
  gap: 32px 32px;
}

.b-dealer-search .bottom-content__inner {
  gap: 40px 0;
}

.b-dealer-search .dealers-list {
  width: calc(66.66666667% - 16px);
  max-height: 528px;
  overflow: auto;
}

@media (max-width: 1199px) {
  .b-dealer-search .dealers-list {
    width: 100%;
  }
}

.b-dealer-search .dealers-list__wrapper {
  gap: 16px;
  -ms-flex-align: start;
      align-items: flex-start;
}

.b-dealer-search .dealers-list .btn_toggle {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 0.900879L11 10.9009L1 0.900879' stroke='%23111111' stroke-width='1.6'/%3E%3C/svg%3E");
}

.b-dealer-search .dealers-list .btn_toggle.open {
  transform: rotate(180deg);
}

.b-dealer-search .dealers-list .dealer-card {
  position: relative;
  width: calc(25% - 16px*3/4);
  background-color: #EBEBEB;
  padding: 16px;
}

@media (max-width: 1450px) {
  .b-dealer-search .dealers-list .dealer-card {
    width: calc(33.33% - 16px*2/3);
  }
}

@media (max-width: 767px) {
  .b-dealer-search .dealers-list .dealer-card {
    width: calc(50% - 8px);
  }
}

@media (max-width: 550px) {
  .b-dealer-search .dealers-list .dealer-card {
    width: 100%;
  }
}

.b-dealer-search .dealers-list .dealer-card_title {
  padding-right: 40px;
}

.b-dealer-search .dealers-list .dealer-card_title:not(:last-child) {
  margin-bottom: 16px;
}

.b-dealer-search .dealers-list .dealer-card__more {
  padding-top: 16px;
  display: none;
}

.b-dealer-search .dealers-list .dealer-card a {
  color: var(--theme-background-black);
}

.b-dealer-search .dealers-list .dealer-card .content p {
  margin: 0;
}

.b-dealer-search .dealers-list .icons-list {
  gap: 5px;
}

.b-dealer-search .dealers-list .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 1px var(--theme-background-black);
  position: relative;
}

.b-dealer-search .dealers-list .icon img,
.b-dealer-search .dealers-list .icon svg {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 26px;
  max-width: 26px;
}

.b-dealer-search .dealers-list .legend_icons:not(:first-child) {
  margin-top: 16px;
}

.b-dealer-search .legend {
  width: calc(33.33333333% - 16px);
  margin-left: auto;
}

@media (max-width: 1199px) {
  .b-dealer-search .legend {
    width: 100%;
  }
}

.b-dealer-search .legend__row:not(:last-child) {
  margin-bottom: 32px;
}

.b-dealer-search .legend__icon {
  width: 50px;
}

.b-dealer-search .legend__icon .icon {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 2px var(--theme-background-black);
}

.b-dealer-search .legend__icon img,
.b-dealer-search .legend__icon svg {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 70%;
  max-height: 70%;
}

.b-dealer-search .legend__description {
  width: calc(100% - 56px);
  padding: 0 0 0 16px;
}

.b-dealer-search .legend .content {
  color: var(--theme-neutral-color);
}

@media (max-width: 991px) {
  .b-contact .column {
    width: 100%;
  }
}

.b-contact .contacts-rows__wrapper:not(:last-child) {
  margin-bottom: 32px;
}

.b-contact .data__control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 24px;
  width: 100%;
}

.b-contact .data__control .row__column {
  width: calc(50% - 12px);
}

@media (max-width: 550px) {
  .b-contact .data__control .row__column {
    width: 100%;
  }
}

.b-category-products .filter__wrapper:not(:last-child) {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .b-category-products .filter__wrapper:not(:last-child) {
    margin-bottom: 24px;
  }
}

.b-category-products .filter__wrapper .filter__row {
  max-width: 348px;
}

.b-category-products .filter__wrapper .row__control {
  margin-bottom: 8px;
}

.b-category-products .filter__wrapper .row__control .form__label {
  margin: 0;
  max-width: calc(100% - 40px);
}

@media (max-width: 991px) {
  .b-category-products .products__list {
    gap: 32px 16px;
  }
}

.b-category-products .products__list .product__card {
  width: calc(33.33% - 32px*2/3);
}

@media (max-width: 991px) {
  .b-category-products .products__list .product__card {
    width: calc(50% - 16px);
  }
}

@media (max-width: 550px) {
  .b-category-products .products__list .product__card {
    width: 100%;
  }
}

.b-category-products .info__wrapper {
  width: calc(100% - 32px);
}

.b-category-products .info-icons:not(:last-child) {
  margin-bottom: 8px;
}

.b-search-results mark {
  background: none;
  color: var(--theme-text-color);
  font-style: italic;
  font-weight: 400;
}

.b-search-results .search-results__head:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .b-search-results .search-results__head:not(:last-child) {
    margin-bottom: 40px;
  }
}

.b-search-results .form {
  max-width: 396px;
  margin: 0 0 8px;
}

.b-search-results .result__text strong {
  font-weight: 400;
}

.b-search-results .cards-list {
  row-gap: 64px;
  column-gap: 32px;
}

.b-search-results .card__block {
  width: calc(25% - 32px*3/4);
  display: block;
  color: var(--theme-text-color);
  border-bottom: 1px solid var(--theme-neutral-color);
}

@media (max-width: 1199px) {
  .b-search-results .card__block {
    width: calc(33.33% - 32px*2/3);
  }
}

@media (max-width: 991px) {
  .b-search-results .card__block {
    width: calc(50% - 16px);
  }
}

@media (max-width: 550px) {
  .b-search-results .card__block {
    width: 100%;
  }
}

.b-search-results .card__image {
  position: relative;
  overflow: hidden;
}

.b-search-results .card__image .image {
  aspect-ratio: 4/3;
  position: relative;
}

.b-search-results .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-search-results .card__content {
  padding: 24px;
}

@media (max-width: 1450px) {
  .b-search-results .card__content {
    padding: 16px;
  }
}

.b-search-results .card__title:not(:last-child) {
  margin-bottom: 8px;
}

.b-company-history {
  overflow: hidden;
}

.b-company-history .company-history__inner {
  gap: 32px;
}

.b-company-history .company-history__content {
  width: calc(50% - 16px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 36px 0;
}

@media (max-width: 1199px) {
  .b-company-history .company-history__content {
    width: 100%;
  }
}

.b-company-history .company-history__content .swiper {
  width: 100%;
}

.b-company-history .company-history__content .controls-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 24px;
}

.b-company-history .company-history__content .swiper-prev,
.b-company-history .company-history__content .swiper-next {
  width: 48px;
  height: 48px;
  background-size: 18px;
}

.b-company-history .company-history__media {
  width: calc(50% - 16px);
}

@media (max-width: 1199px) {
  .b-company-history .company-history__media {
    width: 100%;
  }
}

.b-company-history .company-history__media .swiper-slide {
  height: auto;
}

@media (max-width: 1199px) {
  .b-company-history .company-history__media .swiper-slide {
    width: 100%;
  }
}

.b-company-history .company-history__media .swiper-slide .media-wrap {
  height: 100%;
}

@media (max-width: 1199px) {
  .b-company-history .company-history__media .swiper-slide .media-wrap {
    height: auto;
    aspect-ratio: 16/9;
  }
}

@media (max-width: 550px) {
  .b-company-history .company-history__media .swiper-slide .media-wrap {
    aspect-ratio: 4/3;
  }
}

.b-company-history .company-history__media .swiper-slide img, .b-company-history .company-history__media .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-company-history .company-history__timeline {
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.b-company-history .company-history__timeline:not(:first-child) {
  margin-top: 64px;
}

.b-company-history .company-history__timeline .line {
  left: 0;
  right: 0;
  top: 16px;
  position: absolute;
  height: 1px;
  background-color: #aaa;
}

.b-company-history .timeline-slider {
  width: 100%;
  position: relative;
}

.b-company-history .timeline-slider .swiper-slide {
  position: relative;
  z-index: 1;
}

.b-company-history .timeline-slider .swiper-slide.last .dot__inner {
  background-color: var(--theme-text-color);
  border-color: var(--theme-text-color);
}

.b-company-history .timeline-slider .swiper-slide.last .dot__title {
  color: var(--theme-text-color);
}

.b-company-history .timeline-slider .swiper-slide-thumb-active {
  z-index: 0;
}

.b-company-history .timeline-slider .swiper-slide-thumb-active .dot_wrapper {
  transition: all .4s linear;
}

.b-company-history .timeline-slider .swiper-slide-thumb-active .dot_wrapper::before {
  content: '';
  position: absolute;
  z-index: -2;
  width: 100vw;
  height: 1px;
  background-color: var(--theme-text-color);
  right: 50%;
  top: 16px;
}

.b-company-history .timeline-slider .swiper-slide-thumb-active .dot__inner {
  background-color: var(--theme-text-color);
  border-color: var(--theme-text-color);
}

.b-company-history .timeline-slider .swiper-slide-thumb-active .dot__title {
  color: var(--theme-text-color);
}

.b-company-history .dot_wrapper {
  text-align: center;
  color: #aaa;
  font-size: 24px;
  position: relative;
  z-index: 1;
}

.b-company-history .dot_wrapper .dot {
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
}

.b-company-history .dot_wrapper .dot__inner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #ccc;
}

.b-dealer-page .filter-form:not(:last-child) {
  margin-bottom: 80px;
}

.b-dealer-page .filter-form .max-width {
  max-width: 376px;
}

.b-dealer-page .dealer-page.exclusive {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-dealer-page .dealer-page.exclusive .dealer-page__inner {
  width: calc(100% - 148px);
}

@media (max-width: 991px) {
  .b-dealer-page .dealer-page.exclusive .dealer-page__inner {
    width: 100%;
  }
}

.b-dealer-page .dealer-page__inner {
  width: 100%;
}

.b-dealer-page .section-row:not(:last-child) {
  margin-bottom: 80px;
}

.b-dealer-page .section-row.max-width {
  max-width: 824px;
}

.b-dealer-page .section-row__content {
  padding-top: 16px;
}

.b-dealer-page .section-row__content.style_2 {
  border-top: 1px solid #ccc;
  padding: 20px 0 0;
}

.b-dealer-page .section-row__content.style_2:not(:first-child) {
  margin-top: 64px;
}

.b-dealer-page .rows-list {
  margin-top: 64px;
}

.b-dealer-page .rows-list .row-title {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

@media (max-width: 991px) {
  .b-dealer-page .exclusive-menu {
    display: none;
  }
}

.b-dealer-page .exclusive-menu__inner {
  position: sticky;
  top: 100px;
}

.b-dealer-page .exclusive-menu .drop_menu {
  width: 272px;
}

.b-dealer-page .ex-menu {
  width: 68px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='38' viewBox='0 0 36 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 18H36V20H0V18Z' fill='%23C7C6C5'/%3E%3Cpath d='M0 36H36V38H0V36Z' fill='%23C7C6C5'/%3E%3Cpath d='M0 0H36V2H0V0Z' fill='%23100A05'/%3E%3C/svg%3E%0A");
}

.b-dealer-product-files .top-part {
  padding: 24px;
}

.b-dealer-product-files .product-files__table:not(:first-child) {
  margin-top: 32px;
}

.b-dealer-product-files .product-files__controls:not(:first-child) {
  margin-top: 32px;
}

.b-dealer-product-files .product-files__controls .controls {
  gap: 32px 16px;
}

.b-dealer-product-files .product-files__controls .btn {
  min-width: 98px;
}

.b-dealer-product-files .table__control {
  overflow: auto;
}

.b-dealer-product-files .table__control table {
  min-width: 900px;
}

.b-dealer-product-files table {
  width: 100%;
  font-size: 16px;
}

.b-dealer-product-files table th,
.b-dealer-product-files table td {
  border-top: 1px solid #CCCCCC;
  padding: 16px 24px;
}

@media (max-width: 991px) {
  .b-dealer-product-files table th,
  .b-dealer-product-files table td {
    padding: 16px;
  }
}

.b-dealer-product-files table th:nth-child(1),
.b-dealer-product-files table td:nth-child(1) {
  width: 50%;
}

@media (max-width: 991px) {
  .b-dealer-product-files table th:nth-child(1),
  .b-dealer-product-files table td:nth-child(1) {
    width: auto;
  }
}

.b-dealer-product-files table thead {
  text-align: left;
}

.b-dealer-product-files table thead th {
  font-weight: 400;
}

.b-dealer-product-files table tbody td:nth-child(1) {
  font-weight: 400;
}

@media (max-width: 991px) {
  .b-dealer-product-files .pagination_wrapper {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
  }
}

.b-dealer-product-files .preview {
  display: block;
  position: relative;
  width: 88px;
  background-repeat: no-repeat;
  background-position: center;
}

.b-dealer-product-files .preview img {
  aspect-ratio: 11/7;
  object-fit: cover;
}

.b-dealer-product-files .preview.file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #D9D9D9;
  aspect-ratio: 11/7;
}

.b-dealer-product-files .preview.video::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='23' viewBox='0 0 20 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 10.634C20.1667 11.0189 20.1667 11.9811 19.5 12.366L2.25 22.3253C1.58333 22.7102 0.749999 22.2291 0.749999 21.4593L0.75 1.54071C0.75 0.770905 1.58333 0.289781 2.25 0.674681L19.5 10.634Z' fill='white'/%3E%3C/svg%3E");
}

.b-dealer-product-files .btn-view {
  font-size: 16px;
  color: var(--theme-text-color);
}

.b-dealer-product-files .btn-view:hover {
  text-decoration: underline;
}

.b-service-form .swiper-slide:not(.swiper-slide-active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.b-service-form .step__process-line:not(:last-child) {
  margin-bottom: 32px;
}

.b-service-form .process-line {
  background-color: #eee;
  height: 1px;
}

.b-service-form .process-line:not(:last-child) {
  margin-bottom: 8px;
}

.b-service-form .process-line .line {
  background-color: var(--theme-background-black);
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
}

.b-service-form .service-form {
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
}

.b-service-form .btn__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 10px;
}

.b-service-form .btn__row:not(:first-child) {
  margin-top: 20px;
}

.b-service-form .btn {
  min-width: 96px;
}

.b-service-form .step__title:not(:last-child) {
  margin-bottom: 32px;
}

.b-service-form .step__row:not(:last-child) {
  margin-bottom: 48px;
}

.b-service-form .step__row a {
  color: var(--theme-background-black);
  text-decoration: underline;
}

.b-service-form .step__info:not(:last-child) {
  margin-bottom: 48px;
}

.b-service-form .blocks_list {
  max-height: calc(65vh - 69px);
  overflow: auto;
}

.b-service-form .row__block:not(:last-child) {
  margin-bottom: 48px;
}

.b-service-form .row__block:last-child {
  padding-bottom: 15px;
}

.b-service-form .row__label {
  display: block;
  margin: 0 0 8px;
}

.b-service-form .row__title:not(:last-child) {
  margin-bottom: 24px;
}

.b-service-form .radio__list:not(:last-child) {
  margin-bottom: 8px;
}

.b-service-form .radio__list .radio__row:not(:last-child) {
  margin-bottom: 16px;
}

.b-service-form .max-w-328 {
  width: 100%;
  max-width: 328px;
}

.b-service-form .form__control.w120 {
  width: 120px;
}

@media (max-width: 550px) {
  .b-service-form .form__control.w120 {
    width: 100%;
  }
}

.b-service-form .form__control.w104 {
  width: 104px;
}

@media (max-width: 550px) {
  .b-service-form .form__control.w104 {
    width: 100%;
  }
}

.b-service-form .form__control.w74 {
  width: 74px;
  text-align: center;
}

@media (max-width: 550px) {
  .b-service-form .form__control.w74 {
    width: 100%;
  }
}

.b-service-form .checkbox__title::before {
  top: 1px;
}

.b-service-form .data__control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 8px;
  width: 100%;
}

.b-service-form .data__control.no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 600px) {
  .b-service-form .data__control.no-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.b-service-form .data__control.col-2 .row__column {
  width: calc(50% - 4px);
}

@media (max-width: 600px) {
  .b-service-form .data__control.col-2 .row__column {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .b-product-page .head-control {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: unset;
        align-items: unset;
  }
}

.b-product-page .head-control:not(:last-child) {
  margin-bottom: 32px;
}

.b-product-page .head-control .section-title {
  margin: 0;
}

.b-product-page .product-page {
  row-gap: 32px;
}

@media (max-width: 991px) {
  .b-product-page .product-page > .column {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .b-product-page .product__image {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.b-product-page .row-info {
  padding-top: 24px;
  padding-bottom: 15px;
  border-top: 2px solid var(--theme-neutral-lighter);
}

.b-product-page .row-info__title,
.b-product-page .row-info__title h2,
.b-product-page .row-info__title h3 {
  font-size: 56px;
  line-height: 1.2;
}

@media (max-width: 1600px) {
  .b-product-page .row-info__title,
  .b-product-page .row-info__title h2,
  .b-product-page .row-info__title h3 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .b-product-page .row-info__title,
  .b-product-page .row-info__title h2,
  .b-product-page .row-info__title h3 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .b-product-page .row-info__title,
  .b-product-page .row-info__title h2,
  .b-product-page .row-info__title h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}

.b-product-page .row-info__title {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-right: 48px;
}

.b-product-page .row-info__title.active::after {
  transform: translateY(-50%) scaleY(-1);
}

.b-product-page .row-info__title::after {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  content: '';
  width: 48px;
  height: 48px;
  transition: transform 0.15s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='18' viewBox='0 0 32 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 0.849609L16 15.8496L1 0.849609' stroke='%23111111' stroke-width='2.4'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  .b-product-page .row-info__title::after {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
}

.b-product-page .row-info__content {
  display: none;
}

.b-product-page .row-info .content {
  padding: 24px 0 9px;
}

.b-product-page .row-info .content.two-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 8px;
}

.b-product-page .row-info .content.two-column .column {
  width: calc(50% - 4px);
}

@media (max-width: 1199px) {
  .b-product-page .row-info .content.two-column .column {
    width: 100%;
  }
}

.b-product-page .row-info .content ul {
  padding-left: 20px;
}

.b-product-page .row-info .content ul:first-child {
  margin-top: 0;
}

.b-product-page .row-info .content ul:last-child {
  margin-bottom: 0;
}

.b-product-page .swiper-prev,
.b-product-page .swiper-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 100%;
}

.b-product-page .swiper-prev {
  left: 0;
}

.b-product-page .swiper-next {
  right: 0;
}

@media (max-width: 991px) {
  .b-related-products .products__list {
    gap: 32px 16px;
  }
}

.b-related-products .products__list .product__card {
  width: calc(33.33% - 32px*2/3);
}

@media (max-width: 991px) {
  .b-related-products .products__list .product__card {
    width: calc(50% - 16px);
  }
}

@media (max-width: 550px) {
  .b-related-products .products__list .product__card {
    width: 100%;
  }
}

.b-related-products .products__list .title {
  padding: 16px;
}

.b-video-section .section-title:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 550px) {
  .b-3d-product .head-control {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: unset;
        align-items: unset;
  }
}

.b-3d-product .head-control:not(:last-child) {
  margin-bottom: 48px;
}

.b-3d-product .view-container {
  height: 80vh;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .b-3d-product .view-container {
    height: 60vh;
    padding: 0 10px;
  }
}

.b-3d-product model-viewer {
  width: 100%;
  height: 100%;
}

.b-text-screen .section__inner {
  max-width: 1392px;
  margin: 0 auto;
}

.b-text-screen .text-screen {
  overflow: hidden;
  position: relative;
}

.b-text-screen .text-screen video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-text-screen .text-screen .text {
  font-weight: 900;
  font-size: 136px;
  line-height: 1;
  text-transform: uppercase;
  mix-blend-mode: screen;
  background-color: #fff;
}

@media (max-width: 1450px) {
  .b-text-screen .text-screen .text {
    font-size: 100px;
  }
}

@media (max-width: 1199px) {
  .b-text-screen .text-screen .text {
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  .b-text-screen .text-screen .text {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .b-text-screen .text-screen .text {
    font-size: 51px;
  }
}

.b-text-screen .button-wrapper:not(:first-child) {
  margin-top: 40px;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-box {
  border-radius: 0;
  border: 1px solid var(--theme-text-color);
  background: #E6E6E6;
  font-size: 14px;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-content {
  color: var(--theme-text-color);
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
  height: 9px;
  margin-left: -9px;
  width: 18px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
  height: 18px;
  margin-left: 0;
  margin-top: -9px;
  width: 9px;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
  border: 9px solid transparent;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #E6E6E6;
  top: 1px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #E6E6E6;
  left: -1px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #E6E6E6;
  left: 1px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #E6E6E6;
  top: -1px;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
  border: 9px solid transparent;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: var(--theme-text-color);
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
  border-left-color: var(--theme-text-color);
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
  border-right-color: var(--theme-text-color);
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
  border-top-color: var(--theme-text-color);
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -9px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
  left: -9px;
}

.jsTabs .jsTabsItem {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
}

.jsTabs .jsTabsItem.-active {
  overflow: visible;
  position: static;
  z-index: 1;
}

.jsTabs .jsTabsItem.-fade {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}

@media (max-width: 767px) {
  .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mfp-container .mfp-content {
  padding: 8px 0;
}

.b_modal {
  background-color: #FFFFFF;
  margin: 0 auto;
  position: relative;
  font-size: 18px;
}

.b_modal.sm_modal {
  max-width: 790px;
  padding: 60px 32px 32px;
}

@media (max-width: 767px) {
  .b_modal.sm_modal {
    padding: 50px 20px 32px;
  }
}

.b_modal .mfp-close {
  opacity: 1;
  top: 15px;
  right: 15px;
}

@media (max-width: 767px) {
  .b_modal .mfp-close {
    top: 0;
    right: 0;
  }
}

.b_modal .modal__title:not(:last-child) {
  margin-bottom: 8px;
}

.b_modal .button-wrapper:not(:first-child) {
  margin-top: 20px;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.b-footer {
  padding: 80px 0 50px;
}

@media (min-width: 1200px) {
  .b-footer .container {
    width: 100%;
    max-width: 1824px;
  }
}

.b-footer .top-part {
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media (max-width: 1199px) {
  .b-footer .top-part {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.b-footer .top-part .column {
  width: 100%;
}

@media (max-width: 1199px) {
  .b-footer .top-part .column {
    width: calc(33.33% - 40px*2/3);
  }
}

@media (max-width: 767px) {
  .b-footer .top-part .column {
    width: calc(50% - 20px);
  }
}

@media (max-width: 500px) {
  .b-footer .top-part .column {
    width: 100%;
  }
}

.b-footer .top-part .column__title {
  font-weight: 400;
  font-size: 18px;
}

.b-footer .top-part a {
  color: var(--theme-background-black);
}

.b-footer .column__menu {
  font-size: 14px;
}

.b-footer .column__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.b-footer .column__menu ul li {
  padding: 8px 0;
}

.b-footer .column__menu ul a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .b-footer .bottom-part {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: unset;
        justify-content: unset;
    -ms-flex-align: unset;
        align-items: unset;
    gap: 64px 0;
  }
}

.b-footer .copyright {
  font-size: 14px;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Italic.eot");
  src: url("../fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.eot");
  src: url("Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-LightItalic.eot");
  src: url("../fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BoldItalic.eot");
  src: url("../fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
