.product__slider-item, .img-menu__link, .article__picture-frame, .service-card__picture, .gallery__picture, .entry__picture, .entry--news .entry__picture, .certificate__picture {
  position: relative;
  overflow: hidden;
}
.product__slider-item:after, .img-menu__link:after, .article__picture-frame:after, .service-card__picture:after, .gallery__picture:after, .entry__picture:after, .entry--news .entry__picture:after, .certificate__picture:after {
  content: "";
  display: block;
  pointer-events: none;
}

.img-menu__link {
  clip-path: polygon(0 0, 100% 0, 100% 0, 100% 77%, 88% 100%, 0 100%, 0 100%, 0 0);
}

.article__picture-frame, .service-card__picture, .gallery__picture, .entry__picture {
  clip-path: polygon(0 0, 100% 0, 100% 0, 100% 74%, 93% 100%, 0 100%, 0 100%, 0 0);
}

.entry--news .entry__picture {
  clip-path: polygon(0 0, 100% 0, 100% 0, 100% 60%, 85% 100%, 0 100%, 0 100%, 0 0);
}

.product__slider-link img, .img-menu__img, .article__picture-img, .service-card__img, .gallery__img, .entry__img, .certificate__img {
  position: absolute;
  min-width: 100%;
  max-width: 130%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .product__slider-link img, .img-menu__img, .article__picture-img, .service-card__img, .gallery__img, .entry__img, .certificate__img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 0;
    max-width: none;
    min-height: 0;
    transform: none;
  }
}

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

body {
  margin: 0;
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

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

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

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

figure {
  margin: 1em 40px;
}

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

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

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

html,
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-tap-headline-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow-x: clip;
  color: #343537;
  background: #ffffff;
  font-weight: 400;
  font-family: "Roboto", Arial, sans-serif;
}
@media screen and (min-width: 0) {
  body {
    font-size: 1.0625rem;
    line-height: 1.2947058824;
  }
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease, background-color 0.6s ease, visibility 0s linear 0.4s;
  z-index: 49;
}
body.scroll-is-locked {
  overflow: auto;
  position: fixed;
  width: calc(100vw - (100vw - 100%));
}
body.scroll-is-locked::before {
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0s linear 0s;
}

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

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

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

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

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  font-size: 1.5em;
  line-height: inherit;
}

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

[hidden] {
  display: none !important;
}

.hidden {
  display: none;
}

hr {
  height: 0;
  margin: 0;
  border: 1px solid #eff5f9;
  border-width: 1px 0 0;
}
hr.decor {
  height: 53px;
  border-top-width: 0;
  background: url(../images/decor.svg) -20px 0 repeat-x;
  margin-top: 44px;
  margin-bottom: 48px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  text-transform: uppercase;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

@media screen and (min-width: 0) {
  h1, .h1 {
    font-size: 2.125rem;
    line-height: 1.2061764706;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 2.375rem;
    line-height: 1.0002631579;
  }
}

@media screen and (min-width: 0) {
  h2, .h2 {
    font-size: 1.625rem;
    line-height: 1.1926923077;
    font-weight: 400;
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 2.125rem;
    line-height: 1.2061764706;
  }
}

@media screen and (min-width: 0) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.2920833333;
    font-weight: 400;
    margin-bottom: 2.375rem;
  }
}
@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 1.625rem;
    line-height: 1.1926923077;
  }
}

@media screen and (min-width: 0) {
  h4, .h4 {
    font-size: 1.5rem;
    line-height: 1.2920833333;
    font-weight: 400;
    margin-bottom: 1.4375rem;
  }
}

@media screen and (min-width: 0) {
  h5, .h5 {
    font-size: 1.0625rem;
    line-height: 1.2947058824;
    font-weight: 500;
    margin-bottom: 1.8125rem;
  }
}

@media screen and (min-width: 0) {
  h6, .h6 {
    font-size: 1.0625rem;
    line-height: 1.2947058824;
    font-weight: 700;
  }
}

@media screen and (min-width: 0) {
  .text-lg {
    font-size: 1.0625rem;
    line-height: 1.2947058824;
  }
}
@media screen and (min-width: 1260px) {
  .text-lg {
    font-size: 1.625rem;
    line-height: 1.3080769231;
  }
}

@media screen and (min-width: 0) {
  .text-md {
    font-size: 0.875rem;
    line-height: 1.215;
  }
}

@media screen and (min-width: 0) {
  .text-sm {
    font-size: 0.8125rem;
    line-height: 1.3084615385;
  }
}

@media screen and (min-width: 0) {
  .text-base {
    font-size: 1.0625rem;
    line-height: 1.2947058824;
  }
}

p,
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.29471em;
}
p:last-child,
ol:last-child,
ul:last-child,
dl:last-child {
  margin-bottom: 0;
}

p.text-lg {
  margin-bottom: 0.73em;
}

.text-lg p {
  margin-bottom: 0.73em;
}

dd {
  margin: 0;
}

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

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

strong,
b {
  font-weight: 700;
}

blockquote {
  position: relative;
  margin: 0;
}
[data-lines] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

[data-lines="2"] {
  -webkit-line-clamp: 2;
}

[data-lines="3"] {
  -webkit-line-clamp: 3;
}

[data-lines="4"] {
  -webkit-line-clamp: 4;
}

.is-unclipped {
  -webkit-line-clamp: initial;
}

.text-primary {
  color: #ff2d39;
  fill: #ff2d39;
}

.text-success {
  color: #66b25a;
  fill: #66b25a;
}

.text-danger {
  color: #ff2d39;
  fill: #ff2d39;
}

.text-info {
  color: #a8caea;
  fill: #a8caea;
}

.text-muted {
  color: #9398a2;
  fill: #9398a2;
}

.text-process {
  color: #000000;
  fill: #000000;
}

.text-muted {
  color: rgba(52, 53, 55, 0.5);
  fill: rgba(52, 53, 55, 0.5);
}

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

.text-underlined {
  text-decoration: underline;
}

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

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

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

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?7uk9t7#iefix") format("embedded-opentype"), url("../fonts/icons.svg?7uk9t7") format("svg"), url("../fonts/icons.woff?7uk9t7") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"],
.swiper-button-next:after,
.swiper-button-prev:after,
.mfp-close:before,
.mfp-arrow-left:before,
.mfp-arrow-right:before,
.view-options__option:after,
.custom-checkbox .custom-control__indicator::before,
.filter__title::after,
.product__slider-link:after,
.catalog-menu__toggle:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up:before {
  content: "\e900";
}

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

.icon-checkmark:before,
.custom-checkbox .custom-control__indicator::before {
  content: "\e912";
}

.icon-chevron-down:before,
.view-options__option:after,
.filter__title::after,
.catalog-menu__toggle:after {
  content: "\e902";
}

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

.icon-facebook:before {
  content: "\e903";
}

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

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

.icon-marker:before {
  content: "\e906";
}

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

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

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

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

.icon-print:before {
  content: "\e90a";
}

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

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

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

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

.icon-zoom:before,
.product__slider-link:after {
  content: "\e90f";
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.container {
  width: 100%;
}
@media (min-width: 1260px) {
  .container {
    max-width: calc(81.25rem + 0.625rem * 2);
  }
}
.container:empty {
  display: none;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(1.25rem * -0.5);
  margin-right: calc(1.25rem * -0.5);
}
.row--compact {
  margin-left: 0;
  margin-right: 0;
}
.row--compact > .col,
.row--compact > [class^=col-],
.row--compact > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row--lg {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.row--lg > .col,
.row--lg > [class^=col-],
.row--lg > [class*=" col-"] {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.col-3xl-12,
.col-3xl-11,
.col-3xl-10,
.col-3xl-9,
.col-3xl-8,
.col-3xl-7,
.col-3xl-6,
.col-3xl-5,
.col-3xl-4,
.col-3xl-3,
.col-3xl-2,
.col-3xl-1,
.col-2xl-12,
.col-2xl-11,
.col-2xl-10,
.col-2xl-9,
.col-2xl-8,
.col-2xl-7,
.col-2xl-6,
.col-2xl-5,
.col-2xl-4,
.col-2xl-3,
.col-2xl-2,
.col-2xl-1,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2, .col,
.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 1260px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .col-2xl-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-2xl-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-2xl-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .col-2xl-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-2xl-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-2xl-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .col-2xl-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-2xl-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-2xl-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .col-2xl-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-2xl-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-2xl-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .col-3xl-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-3xl-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-3xl-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .col-3xl-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-3xl-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-3xl-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .col-3xl-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-3xl-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-3xl-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .col-3xl-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-3xl-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-3xl-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}
.col {
  padding-left: 10px;
  padding-right: 10px;
}

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

@media (min-width: 480px) {
  .col-sm-auto {
    max-width: none;
    width: auto;
    flex: initial;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    max-width: none;
    width: auto;
    flex: initial;
  }
}
@media (min-width: 1024px) {
  .col-lg-auto {
    max-width: none;
    width: auto;
    flex: initial;
  }
}
@media (min-width: 1260px) {
  .col-xl-auto {
    max-width: none;
    width: auto;
    flex: initial;
  }
}
@media (min-width: 1440px) {
  .col-2xl-auto {
    max-width: none;
    width: auto;
    flex: initial;
  }
}
@media (min-width: 1920px) {
  .col-3xl-auto {
    max-width: none;
    width: auto;
    flex: initial;
  }
}
.col-xs-first {
  order: -1;
}

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

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

@media (min-width: 480px) {
  .col-sm-first {
    order: -1;
  }
  .col-sm-last {
    order: 1;
  }
  .col-sm-initial {
    order: initial;
  }
}
@media (min-width: 768px) {
  .col-md-first {
    order: -1;
  }
  .col-md-last {
    order: 1;
  }
  .col-md-initial {
    order: initial;
  }
}
@media (min-width: 1024px) {
  .col-lg-first {
    order: -1;
  }
  .col-lg-last {
    order: 1;
  }
  .col-lg-initial {
    order: initial;
  }
}
@media (min-width: 1260px) {
  .col-xl-first {
    order: -1;
  }
  .col-xl-last {
    order: 1;
  }
  .col-xl-initial {
    order: initial;
  }
}
@media (min-width: 1440px) {
  .col-2xl-first {
    order: -1;
  }
  .col-2xl-last {
    order: 1;
  }
  .col-2xl-initial {
    order: initial;
  }
}
@media (min-width: 1920px) {
  .col-3xl-first {
    order: -1;
  }
  .col-3xl-last {
    order: 1;
  }
  .col-3xl-initial {
    order: initial;
  }
}
.col-xs-top {
  align-self: flex-start;
}

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

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

@media (min-width: 480px) {
  .col-sm-top {
    align-self: flex-start;
  }
  .col-sm-center {
    align-self: center;
  }
  .col-sm-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .col-md-top {
    align-self: flex-start;
  }
  .col-md-center {
    align-self: center;
  }
  .col-md-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 1024px) {
  .col-lg-top {
    align-self: flex-start;
  }
  .col-lg-center {
    align-self: center;
  }
  .col-lg-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 1260px) {
  .col-xl-top {
    align-self: flex-start;
  }
  .col-xl-center {
    align-self: center;
  }
  .col-xl-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 1440px) {
  .col-2xl-top {
    align-self: flex-start;
  }
  .col-2xl-center {
    align-self: center;
  }
  .col-2xl-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 1920px) {
  .col-3xl-top {
    align-self: flex-start;
  }
  .col-3xl-center {
    align-self: center;
  }
  .col-3xl-bottom {
    align-self: flex-end;
  }
}
.align-items-xs-top {
  align-items: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .align-items-sm-top {
    align-items: flex-start;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-bottom {
    align-items: flex-end;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-self-sm-top {
    align-self: flex-start;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-bottom {
    align-self: flex-end;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .justify-sm-start {
    justify-content: flex-start !important;
  }
  .justify-sm-end {
    justify-content: flex-end !important;
  }
  .justify-sm-center {
    justify-content: center !important;
  }
  .justify-sm-between {
    justify-content: space-between !important;
  }
  .justify-sm-around {
    justify-content: space-around !important;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 100;
  }
  .order-sm-initial {
    order: initial;
  }
}
@media (min-width: 768px) {
  .align-items-md-top {
    align-items: flex-start;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-bottom {
    align-items: flex-end;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-self-md-top {
    align-self: flex-start;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-bottom {
    align-self: flex-end;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .justify-md-start {
    justify-content: flex-start !important;
  }
  .justify-md-end {
    justify-content: flex-end !important;
  }
  .justify-md-center {
    justify-content: center !important;
  }
  .justify-md-between {
    justify-content: space-between !important;
  }
  .justify-md-around {
    justify-content: space-around !important;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 100;
  }
  .order-md-initial {
    order: initial;
  }
}
@media (min-width: 1024px) {
  .align-items-lg-top {
    align-items: flex-start;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-bottom {
    align-items: flex-end;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-self-lg-top {
    align-self: flex-start;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-bottom {
    align-self: flex-end;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .justify-lg-start {
    justify-content: flex-start !important;
  }
  .justify-lg-end {
    justify-content: flex-end !important;
  }
  .justify-lg-center {
    justify-content: center !important;
  }
  .justify-lg-between {
    justify-content: space-between !important;
  }
  .justify-lg-around {
    justify-content: space-around !important;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 100;
  }
  .order-lg-initial {
    order: initial;
  }
}
@media (min-width: 1260px) {
  .align-items-xl-top {
    align-items: flex-start;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-bottom {
    align-items: flex-end;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-self-xl-top {
    align-self: flex-start;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-bottom {
    align-self: flex-end;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .justify-xl-start {
    justify-content: flex-start !important;
  }
  .justify-xl-end {
    justify-content: flex-end !important;
  }
  .justify-xl-center {
    justify-content: center !important;
  }
  .justify-xl-between {
    justify-content: space-between !important;
  }
  .justify-xl-around {
    justify-content: space-around !important;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 100;
  }
  .order-xl-initial {
    order: initial;
  }
}
@media (min-width: 1440px) {
  .align-items-2xl-top {
    align-items: flex-start;
  }
  .align-items-2xl-center {
    align-items: center;
  }
  .align-items-2xl-bottom {
    align-items: flex-end;
  }
  .align-items-2xl-baseline {
    align-items: baseline;
  }
  .align-self-2xl-top {
    align-self: flex-start;
  }
  .align-self-2xl-center {
    align-self: center;
  }
  .align-self-2xl-bottom {
    align-self: flex-end;
  }
  .align-self-2xl-baseline {
    align-self: baseline;
  }
  .justify-2xl-start {
    justify-content: flex-start !important;
  }
  .justify-2xl-end {
    justify-content: flex-end !important;
  }
  .justify-2xl-center {
    justify-content: center !important;
  }
  .justify-2xl-between {
    justify-content: space-between !important;
  }
  .justify-2xl-around {
    justify-content: space-around !important;
  }
  .order-2xl-first {
    order: -1;
  }
  .order-2xl-last {
    order: 100;
  }
  .order-2xl-initial {
    order: initial;
  }
}
@media (min-width: 1920px) {
  .align-items-3xl-top {
    align-items: flex-start;
  }
  .align-items-3xl-center {
    align-items: center;
  }
  .align-items-3xl-bottom {
    align-items: flex-end;
  }
  .align-items-3xl-baseline {
    align-items: baseline;
  }
  .align-self-3xl-top {
    align-self: flex-start;
  }
  .align-self-3xl-center {
    align-self: center;
  }
  .align-self-3xl-bottom {
    align-self: flex-end;
  }
  .align-self-3xl-baseline {
    align-self: baseline;
  }
  .justify-3xl-start {
    justify-content: flex-start !important;
  }
  .justify-3xl-end {
    justify-content: flex-end !important;
  }
  .justify-3xl-center {
    justify-content: center !important;
  }
  .justify-3xl-between {
    justify-content: space-between !important;
  }
  .justify-3xl-around {
    justify-content: space-around !important;
  }
  .order-3xl-first {
    order: -1;
  }
  .order-3xl-last {
    order: 100;
  }
  .order-3xl-initial {
    order: initial;
  }
}
.bg-gray {
  background-color: #eff5f9;
}
.bg-waves {
  position: relative;
}
.bg-waves::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/assets/images/bg-waves.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: color-burn;
  opacity: 0.7;
  content: "";
  z-index: 1;
}

a {
  text-decoration: underline;
  color: #ff2d39;
  outline: 0;
  transition: all 0.2s ease-in-out;
}
a:focus, a:hover {
  text-decoration: inherit;
  color: rgb(255, 66, 76.8);
}

.link-inherit {
  color: inherit;
}
.link-inherit:focus, .link-inherit:hover {
  color: inherit;
}

.link-underline {
  text-decoration: underline;
}
.link-underline:focus, .link-underline:hover {
  text-decoration: underline;
}

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

.link-inherit-primary {
  color: inherit;
  text-decoration: none;
}
.link-inherit-primary:focus, .link-inherit-primary:hover {
  color: #ff2d39;
  text-decoration: underline;
}

.link-pseudo {
  color: #343537;
  text-decoration: none;
  border-bottom: 1px dotted #ff2d39;
}
.link-pseudo:focus, .link-pseudo:hover {
  color: rgb(255, 66, 76.8);
}

.link-heading {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 45, 57, 0);
}
.link-heading:focus, .link-heading:hover {
  color: inherit;
  text-decoration: none;
  border-bottom-color: #ff2d39;
}

.link-border {
  color: #343537;
  text-decoration: none;
  border-bottom: 2px solid #ff2d39;
}
.link-border:focus, .link-border:hover {
  color: #000000;
}

.link-border-hover {
  color: #343537;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 45, 57, 0);
}
.link-border-hover:focus, .link-border-hover:hover {
  color: #343537;
  border-bottom-color: #ff2d39;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-menu {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(1rem * -0.5);
  margin-right: calc(1rem * -0.5);
  flex-wrap: nowrap;
}
.mobile-menu__item {
  position: relative;
  min-height: 1px;
  padding-left: calc(1rem * 0.5);
  padding-right: calc(1rem * 0.5);
}
.mobile-menu__link {
  font-size: 1.125rem;
  text-decoration: none;
  vertical-align: initial;
}
.mobile-menu__link.is-active {
  color: #343537;
}
.subnav {
  background-color: #ff2d39;
  color: #ffffff;
  padding: 0;
  list-style: none;
}
.subnav__link {
  display: block;
  padding: 0.4375rem 1rem 0.375rem;
  font-size: 0.875rem;
  line-height: 1.5721428571;
  font-weight: 500;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
}
.subnav__link:focus, .subnav__link:hover {
  background-color: #e61824;
  color: inherit;
}
@media (min-width: 1440px) {
  .subnav {
    padding-top: 1.1875rem;
    padding-bottom: 1.125rem;
  }
}

.nav {
  padding: 0;
  list-style: none;
}
.nav__item {
  margin-bottom: 0.625rem;
  position: relative;
}
.nav__item.has-children {
  padding-right: 2.25rem;
}
.nav__link {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  color: #101010;
  text-decoration: none;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.nav__link:focus, .nav__link:hover {
  color: #101010;
}
.nav__link-icon {
  position: absolute;
  top: 0.5625rem;
  right: 0;
  color: #ff2d39;
  width: 24px;
  height: 24px;
  font-size: 0.75rem;
  line-height: 2;
  text-align: center;
}
.nav__link.is-selected {
  color: #9398a2;
}
.nav__subnav {
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out 0.2s;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.nav__item.is-active .nav__subnav {
  visibility: visible;
  max-height: 500px;
  transition-delay: 0s;
  padding-top: 1.1875rem;
  padding-bottom: 1.125rem;
}
@media (min-width: 1260px) {
  .nav {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(1.25rem * -0.5);
    margin-right: calc(1.25rem * -0.5);
    justify-content: space-between;
  }
  .nav__item {
    margin-bottom: 0;
    position: relative;
    min-height: 1px;
    padding-left: calc(1.25rem * 0.5);
    padding-right: calc(1.25rem * 0.5);
  }
  .nav__item.has-children {
    padding-right: 0;
  }
  .nav__link {
    border-bottom: 2px solid rgba(255, 45, 57, 0);
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav__item:hover .nav__link {
    border-bottom-color: #ff2d39;
  }
  .nav__link-icon {
    display: none;
  }
  .nav__subnav {
    position: absolute;
    top: 100%;
    left: 0.625rem;
    max-height: none;
    min-width: calc(100% - 20px);
    margin-top: -2px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
    margin-left: 0;
    margin-right: 0;
  }
  .nav__item:hover .nav__subnav {
    opacity: 1;
    visibility: visible;
    transition-duration: 0.25s;
    transition-delay: 0.25s;
    pointer-events: all;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #cacdcf;
  z-index: 10000;
}
.header, .header__main, .header__navbar, .header__logo {
  transition: all 0.25s ease-in-out;
}
.header__main {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  position: relative;
}
.header__main::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #ffffff;
  z-index: 2;
}
.header__main .row {
  flex-wrap: nowrap;
}
.header__col--menu {
  flex: 1;
  max-width: 12.5rem;
  position: relative;
  z-index: 3;
}
.header__col--phones, .header__col--search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.11);
  transform: translate3d(0, -100%, 0);
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  z-index: 1;
  border-top: 1px solid #dadada;
}
.header__col--phones.is-visible, .header__col--search.is-visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.header__navbar {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  max-width: 20rem;
  height: calc(100vh - 63px);
  background-color: #ffffff;
  border-top: 1px solid #dadada;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transform: translate3d(100%, 0, 0);
}
.header__navbar.is-visible {
  transform: translate3d(0, 0, 0);
  overflow: auto;
}
.header__logo {
  margin-left: -0.4375rem;
  position: relative;
  z-index: 3;
}
.header__logo-img {
  height: 3.3125rem;
  transition: height 0.25s ease-in-out;
}
.header__phones {
  display: flex;
  justify-content: center;
  font-weight: 500;
}
.header__phone + .header__phone {
  margin-left: 1.75rem;
}
.header__social {
  margin-top: 1.25rem;
}
.header.is-fixed {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.11);
  border-bottom-width: 0;
}
@media (min-width: 1260px) {
  .header__main {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    position: static;
  }
  .header__main::before {
    display: none;
  }
  .header__navbar {
    padding-top: 0.5rem;
    padding-bottom: 1.375rem;
    position: static;
    width: auto;
    max-width: none;
    height: auto;
    background: none;
    border-top-width: 0;
    transform: none;
  }
  .header__navbar.is-visible {
    overflow: visible;
  }
  .header__container {
    position: relative;
  }
  .header__col--phones, .header__col--search {
    position: static;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: none;
    border-top-width: 0;
  }
  .header__col--nav {
    max-width: 55%;
    flex: 0 0 55%;
    margin-right: auto;
  }
  .header__col--social {
    max-width: none;
    flex: initial;
  }
  .header__logo {
    margin-left: -0.875rem;
  }
  .header__logo-img {
    height: 5.125rem;
    position: relative;
    top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }
  .header__search {
    width: 19.0625rem;
  }
  .header__control {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.215;
    font-weight: 300;
    max-width: 8.75rem;
    text-decoration: none;
  }
  .header__control-icon {
    font-size: 1.375rem;
    min-width: 1.375rem;
    margin-right: 0.625rem;
    color: #ff2d39;
  }
  .header__control-count {
    font-weight: 700;
  }
  .header__control.is-selected {
    color: #9398a2;
  }
  .header__control.is-selected .header__control-icon {
    color: inherit;
  }
  .header__lang-switch {
    position: absolute;
    top: -0.125rem;
    right: 1.25rem;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
  }
  .header__social {
    margin-top: 0;
    margin-left: 0.9375rem;
  }
  .header.is-fixed .header__main {
    padding-top: 0.625rem;
    padding-bottom: 0.4375rem;
  }
  .header.is-fixed .header__navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.625rem;
  }
  .header.is-fixed .header__logo {
    margin-left: -0.5rem;
  }
  .header.is-fixed .header__logo-img {
    height: 3.3125rem;
  }
  .header.is-fixed .header__lang-switch {
    opacity: 0;
  }
}

.header-v2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: #eff5f9;
  font-size: 0.875rem;
  line-height: 1.5721428571;
  font-weight: 400;
}
.header-v2__inner {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
.header-v2__top {
  display: flex;
  align-items: center;
}
.header-v2__logo {
  flex: 0 0 auto;
  margin-right: 2.25rem;
  line-height: 0;
}
.header-v2__logo-img {
  display: block;
  width: 11.3125rem;
  height: 3.6875rem;
}
.header-v2__search {
  flex: 0 0 19.0625rem;
  width: 19.0625rem;
  margin-right: auto;
}
.header-v2__search-toggle {
  display: none;
}
.header-v2__search-control {
  height: 2.375rem;
  padding: 0.4375rem 2.5rem 0.4375rem 0.875rem;
  border-radius: 0.25rem;
  border-color: #cacdcf;
  font-size: 0.875rem;
  line-height: 1.5721428571;
  font-weight: 300;
}
.header-v2__search-control::placeholder {
  color: #9398a2;
}
.header-v2__tools {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 2.8125rem;
}
.header-v2__tool {
  display: flex;
  align-items: center;
  max-width: 8.75rem;
  color: #343537;
  text-decoration: none;
}
.header-v2__tool:focus, .header-v2__tool:hover {
  color: #343537;
  text-decoration: none;
}
.header-v2__tool + .header-v2__tool {
  margin-left: 2.1875rem;
}
.header-v2__tool-icon-wrap {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-v2__tool-icon {
  flex: 0 0 auto;
  margin-right: 0.5625rem;
  font-size: 1.375rem;
  color: #ff2d39;
}
.header-v2__tool-badge {
  display: none;
  position: absolute;
  top: -0.5rem;
  right: -0.625rem;
  min-width: 1.125rem;
  height: 1.125rem;
  padding: 0 0.25rem;
  border-radius: 50%;
  background-color: #ff2d39;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  text-align: center;
}
.header-v2__tool-text {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 300;
}
.header-v2__tool-count {
  font-weight: 700;
}
.header-v2__phones {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  margin-right: 3.0625rem;
}
.header-v2__phone {
  color: #000000;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  text-decoration: none;
  white-space: nowrap;
}
.header-v2__phone:focus, .header-v2__phone:hover {
  color: #000000;
  text-decoration: none;
}
.header-v2__phone-code {
  color: #ff2d39;
}
.header-v2__callback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 10.5rem;
  width: 10.5rem;
  height: 2.375rem;
  padding: 0 0.75rem;
  border: 1px solid #ff2d39;
  border-radius: 0.25rem;
  color: #343537;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.header-v2__callback:focus, .header-v2__callback:hover {
  color: #ffffff;
  background-color: #ff2d39;
  border-color: #ff2d39;
  text-decoration: none;
}
.header-v2__bottom {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
}
.header-v2__nav {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  flex: 1 1 0%;
  min-width: 0;
  overflow: visible;
}
.header-v2__catalog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 9.25rem;
  width: 9.25rem;
  height: 2.375rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 0.25rem;
  background-color: #ff2d39;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: background-color 0.2s ease;
}
.header-v2__catalog:focus, .header-v2__catalog:hover {
  color: #ffffff;
  background-color: #e61824;
  text-decoration: none;
}
.header-v2__catalog-burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1rem;
  height: 0.75rem;
  margin-right: 1rem;
}
.header-v2__catalog-line {
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #ffffff;
}
.header-v2__catalog-arrow {
  display: none;
  margin-right: 0.75rem;
  font-size: 0.625rem;
  line-height: 1;
}
.header-v2__catalog-text--mobile {
  display: none;
}
.header-v2.is-open .header-v2__catalog {
  background-color: #cacdcf;
}
.header-v2.is-open .header-v2__catalog:focus, .header-v2.is-open .header-v2__catalog:hover {
  background-color: #cacdcf;
}
.header-v2.is-open .header-v2__catalog-burger {
  display: none;
}
.header-v2.is-open .header-v2__catalog-arrow {
  display: block;
}
.header-v2__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.header-v2.is-open .header-v2__dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.header-v2__menu {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 2.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-v2__menu-item {
  display: flex;
  align-items: center;
}
.header-v2__menu-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.75rem;
  margin: 0 2.25rem;
  background-color: #cacdcf;
}
.header-v2__menu-dropdown {
  position: relative;
}
.header-v2__menu-dropdown.is-open {
  z-index: 2;
}
.header-v2__submenu {
  position: absolute;
  top: 100%;
  left: -1.875rem;
  width: 19.1875rem;
  padding: 1rem 0 1rem;
  border-radius: 0.25rem;
  background-color: #ffffff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.header-v2__menu-dropdown.is-open .header-v2__submenu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.header-v2__submenu-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.header-v2__submenu-item + .header-v2__submenu-item .header-v2__submenu-link {
  position: relative;
}
.header-v2__submenu-item + .header-v2__submenu-item .header-v2__submenu-link::before {
  display: block;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  left: 1.875rem;
  right: 1.875rem;
  background-color: #a8caea;
}
.header-v2__submenu-link {
  display: block;
  padding: 0.75rem 1.875rem;
  color: #343537;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
}
.header-v2__submenu-link:focus, .header-v2__submenu-link:hover {
  color: #343537;
  background-color: #f6f6f6;
  text-decoration: none;
}
.header-v2__menu-link {
  color: #343537;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.header-v2__menu-link:focus, .header-v2__menu-link:hover {
  color: #ff2d39;
  text-decoration: none;
}
.header-v2__about {
  flex: 0 0 32.625rem;
  max-width: 32.625rem;
  margin: 0;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  background-color: #ffffff;
  color: #343537;
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: 300;
}
@media (max-width: 1259px) {
  .header-v2__inner {
    padding-top: 0.5625rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .header-v2__logo {
    margin-right: 0;
  }
  .header-v2__logo-img {
    width: 9.25rem;
    height: 3rem;
  }
  .header-v2__about {
    display: none;
  }
  .header-v2__search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: 2.625rem;
    padding: 0;
    border: 0;
    background: none;
    color: #ff2d39;
    cursor: pointer;
    line-height: 0;
  }
  .header-v2__search-toggle:focus, .header-v2__search-toggle:hover {
    color: #e61824;
  }
  .header-v2__search-toggle.is-active {
    color: #e61824;
  }
  .header-v2__search-toggle-icon {
    font-size: 1.375rem;
  }
  .header-v2__search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex: none;
    width: auto;
    margin: 0;
    padding: 0.9375rem;
    background-color: #eff5f9;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.11);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
  }
  .header-v2__search.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .header-v2__search-control {
    background-color: #ffffff;
  }
  .header-v2__tools {
    margin-left: 0;
    margin-right: 2.75rem;
  }
  .header-v2__tool {
    max-width: none;
  }
  .header-v2__tool + .header-v2__tool {
    margin-left: 2.625rem;
  }
  .header-v2__tool-icon {
    margin-right: 0;
    font-size: 1.375rem;
  }
  .header-v2__tool-badge {
    display: block;
  }
  .header-v2__tool-text {
    display: none;
  }
  .header-v2__phones {
    margin-right: 1.5625rem;
  }
  .header-v2__phone {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .header-v2__callback {
    flex-basis: 9.125rem;
    width: 9.125rem;
  }
  .header-v2__bottom {
    margin-top: 1.1875rem;
  }
  .header-v2__nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    width: 100%;
    margin-right: 0;
  }
  .header-v2__catalog {
    justify-self: start;
  }
  .header-v2__menu {
    display: contents;
  }
  .header-v2__menu-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }
  .header-v2__menu-item::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  .header-v2__menu-item:last-child {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .header-v2__inner {
    position: relative;
    min-height: 3.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.8125rem;
    display: flex;
    align-items: center;
  }
  .header-v2__top {
    width: 100%;
  }
  .header-v2__logo-img {
    width: 6.125rem;
    height: 2.0625rem;
  }
  .header-v2__search, .header-v2__search-toggle, .header-v2__tools, .header-v2__callback {
    display: none;
  }
  .header-v2__phones {
    display: flex;
    margin-left: auto;
    margin-right: 0;
  }
  .header-v2__phone {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
  .header-v2__bottom {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 2;
  }
  .header-v2__nav {
    display: block;
    width: auto;
  }
  .header-v2__menu, .header-v2__submenu, .header-v2__about {
    display: none;
  }
  .header-v2__catalog {
    flex-basis: 5.75rem;
    width: 5.75rem;
    height: 1.6875rem;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 500;
  }
  .header-v2__catalog-burger {
    width: 0.75rem;
    height: 0.5rem;
    margin-right: 0.375rem;
  }
  .header-v2__catalog-arrow {
    margin-right: 0.375rem;
    font-size: 0.5rem;
  }
  .header-v2__catalog-text--desktop {
    display: none;
  }
  .header-v2__catalog-text--mobile {
    display: inline;
  }
  .header-v2.is-open .header-v2__catalog {
    background-color: #ff2d39;
  }
  .header-v2.is-open .header-v2__catalog:focus, .header-v2.is-open .header-v2__catalog:hover {
    background-color: #e61824;
  }
  .header-v2__dropdown {
    max-height: calc(100vh - 60px);
    min-height: calc(100vh - 60px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  }
  .header-v2__dropdown-inner {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.main {
  padding-top: 3.75rem;
}
@media (min-width: 768px) {
  .main {
    padding-top: 8.875rem;
  }
}
@media (min-width: 1260px) {
  .main {
    padding-top: 10.625rem;
  }
}
.footer {
  background-color: #eff5f9;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.footer__particles {
  position: absolute;
  top: -106px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: url(/assets/images/particles/footer-particles.svg) 65% 0 no-repeat;
  content: "";
}
.footer__particles1 {
  position: absolute;
  top: -106px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: url(/assets/images/particles/footer-particles1.svg) 65% 0 no-repeat;
  content: "";
}
.footer__particles2 {
  position: absolute;
  top: -106px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: url(/assets/images/particles/footer-particles2.svg) 65% 0 no-repeat;
  content: "";
}
.footer__particles {
  position: absolute;
  top: -106px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 106px);
  pointer-events: none;
}
.footer__container {
  position: relative;
  z-index: 2;
}
.footer__company p {
  margin-bottom: 0.625rem;
}
.footer__phones {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  margin-bottom: 1.75rem;
}
.footer__phone {
  text-decoration: none;
}
.footer__menu {
  order: 100;
  margin-top: 3.75rem;
  margin-bottom: -3.75rem;
}
.footer__menu-section {
  margin-bottom: 3.75rem;
}
.footer__menu-title {
  margin-bottom: 2.25rem;
}
.footer__menu-title a {
  text-decoration: none;
}
.footer__menu-title a:focus, .footer__menu-title a:hover {
  text-decoration: underline;
}
.footer__menu-list {
  padding: 0;
  list-style: none;
}
.footer__menu-item {
  margin-bottom: 16px;
}
.footer__menu-item:last-child {
  margin-bottom: 0;
}
.footer__menu-item a {
  color: #343537;
  text-decoration: none;
}
.footer__menu-item a:focus, .footer__menu-item a:hover {
  color: #ff2d39;
  text-decoration: underline;
}
.footer__menu-item br {
  display: none;
}
.footer__top-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: inherit;
  text-decoration: none;
  margin-left: auto;
}
.footer__top-button-icon {
  width: 34px;
  height: 34px;
  transform: rotate(45deg);
  background-color: #9398a2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #20242D;
  font-size: 32px;
  margin-bottom: 0.4375rem;
}
.footer__top-button-icon::before {
  transform: rotate(-45deg);
  margin-top: -0.125rem;
  margin-left: -0.125rem;
}
@media (min-width: 1024px) {
  .footer__menu {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    order: initial;
  }
}
@media (min-width: 1260px) {
  .footer {
    padding-top: 4.875rem;
    padding-bottom: 4.875rem;
  }
  .footer__menu {
    margin-left: 0;
    max-width: 850px;
  }
}
@media (min-width: 1920px) {
  .footer__top-button {
    position: fixed;
    bottom: 20px;
    right: 60px;
    font-size: 13px;
    margin-left: 3rem;
    color: #767676;
    z-index: 10;
  }
}

.footer2 {
  position: relative;
  background-color: #20242D;
  color: #ffffff;
  padding-top: 4.875rem;
  padding-bottom: 4.5rem;
}
.footer2__particles {
  position: absolute;
  top: -6.625rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 106px);
  pointer-events: none;
  background: url(/assets/images/particles/footer2-particles.svg) 50% 0/auto no-repeat;
}
.footer2__container {
  position: relative;
  z-index: 2;
}
.footer2__row {
  position: relative;
}
.footer2__company p {
  margin-bottom: 0.625rem;
}
.footer2__company-name, .footer2__address, .footer2__copyright, .footer2__credits {
  color: #ffffff;
}
.footer2__phones {
  display: flex;
  flex-direction: column;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}
.footer2__phone {
  color: #ffffff;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.375rem;
  text-decoration: none;
}
.footer2__phone:focus, .footer2__phone:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer2__phone-code {
  color: #ff2d39;
}
.footer2__contacts {
  margin-bottom: 0.625rem;
}
.footer2__link {
  color: #ff2d39;
  text-decoration: underline;
}
.footer2__link:focus, .footer2__link:hover {
  color: rgb(255, 66, 76.8);
  text-decoration: underline;
}
.footer2__legal {
  margin-top: 3rem;
}
.footer2__legal .footer2__link {
  display: inline-block;
  margin-bottom: 0.625rem;
}
.footer2__credits {
  margin-bottom: 0;
}
.footer2__menu {
  order: 100;
  margin-top: 3.75rem;
  margin-bottom: -3.75rem;
}
.footer2__menu-section {
  margin-bottom: 3.75rem;
}
.footer2__menu-title {
  margin-bottom: 2.25rem;
  color: #ff2d39;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.0625rem;
}
.footer2__menu-title a {
  color: inherit;
  text-decoration: none;
}
.footer2__menu-title a:focus, .footer2__menu-title a:hover {
  color: inherit;
  text-decoration: underline;
}
.footer2__menu-list {
  padding: 0;
  list-style: none;
}
.footer2__menu-item {
  margin-bottom: 13px;
}
.footer2__menu-item:last-child {
  margin-bottom: 0;
}
.footer2__menu-item a {
  color: #ffffff;
  text-decoration: none;
}
.footer2__menu-item a:focus, .footer2__menu-item a:hover {
  color: #ff2d39;
  text-decoration: underline;
}
.footer2__menu-item br {
  display: none;
}
.footer2__top-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  margin-left: auto;
}
.footer2__top-button:focus, .footer2__top-button:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer2__top-button-icon {
  width: 34px;
  height: 34px;
  transform: rotate(45deg);
  background-color: #9398a2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #20242D;
  font-size: 2rem;
  margin-bottom: 0.4375rem;
}
.footer2__top-button-icon::before {
  transform: rotate(-45deg);
  margin-top: -0.125rem;
  margin-left: -0.125rem;
}
.footer2__top-button-text {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
}
@media (min-width: 1024px) {
  .footer2__menu {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    order: initial;
  }
}
@media (min-width: 1260px) {
  .footer2__menu {
    margin-left: 0;
    max-width: 53.125rem;
  }
}
@media (min-width: 1920px) {
  .footer2__top-button {
    position: fixed;
    bottom: 20px;
    right: 60px;
    margin-left: 3rem;
    z-index: 10;
  }
}

.form__control {
  position: relative;
  display: block;
  appearance: none;
  width: 100%;
  color: #343537;
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cacdcf;
  transition: all ease-in-out 0.15s;
  padding: 1.125rem 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.2947058824;
  font-weight: 400;
  font-family: "Roboto", Arial, sans-serif;
}
.form__control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form__control::placeholder {
  opacity: 1;
  color: #9398a2;
}
.form__control:disabled, .form__control[readonly] {
  opacity: 1;
  color: #9398a2;
}
.form__control:disabled {
  cursor: not-allowed;
}
.form__control:focus, .form__control:active {
  outline: 0;
}
.form__control:focus, .form__control.focus {
  border-color: #cacdcf;
}
.has-error .form__control {
  border-color: #ff2d39;
  color: #ff2d39;
}
.form__control--sm {
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.215;
}

textarea.form__control {
  height: auto;
  max-height: none;
}

.form__group {
  margin-bottom: 1.875rem;
}
.form__label {
  display: block;
  margin-bottom: 1.1875rem;
  font-size: 1.0625rem;
  line-height: 1.2947058824;
  font-weight: 700;
}
.form__label--base {
  font-weight: 400;
}
.form__group.is-required .form__label:after {
  content: " *";
  color: #ff2d39;
}
.form__submit {
  margin-top: 1.25rem;
}
.form__errors-list {
  margin-top: 0.625rem;
  order: 100;
  width: 100%;
  color: #ff2d39;
}
.custom-control + .form__errors-list {
  margin-bottom: 1em;
}
.form__error {
  margin-top: 0.3125rem;
}
.form__note-required {
  margin-top: -0.5625rem;
  margin-bottom: 2.375rem;
}
@media (min-width: 1024px) {
  .form__captcha {
    margin-left: auto;
  }
}
@media (min-width: 1260px) {
  .form__captcha {
    margin-right: 0.9375rem;
  }
}

.contacts-form__header {
  flex-direction: column;
  margin-bottom: 2.5rem;
}
.contacts-form__footer .form__group {
  margin-bottom: 0;
}
.contacts-form__submit {
  margin-top: 1.25rem;
}
.contacts-form__submit .button {
  min-width: 10.375rem;
}
.contacts-form .form__note-required {
  margin-top: -0.625rem;
  margin-bottom: 1.625rem;
}
@media (min-width: 768px) {
  .contacts-form__header {
    flex-direction: row;
  }
  .contacts-form__title {
    margin-bottom: 0;
  }
  .contacts-form__submit {
    margin-top: 0;
    flex: 0 0 auto;
    width: auto;
    text-align: right;
  }
}

.custom-control {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}
.custom-control__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control__indicator {
  position: relative;
  display: block;
  align-self: baseline;
  width: 1.875rem;
  height: 1.875rem;
  min-width: 1.875rem;
  margin-right: 0.875rem;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #cacdcf;
  transition: all 0.25s ease-in-out;
}
.custom-control__indicator:before {
  opacity: 0;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-control__input:checked ~ .custom-control__indicator:before, .custom-control__input:active ~ .custom-control__indicator:before {
  opacity: 1;
}
.custom-control--md .custom-control__indicator {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  margin-right: 0.75rem;
}
.has-error .custom-control__indicator {
  border-color: #ff2d39;
  color: #ff2d39;
}

.custom-checkbox .custom-control__indicator:before {
  font-size: 1em;
  color: #ff2d39;
}

.custom-radio .custom-control__indicator {
  border-radius: 50%;
}
.custom-radio .custom-control__indicator:before {
  border-radius: 50%;
  background-color: #ff2d39;
  width: 0.7em;
  height: 0.7em;
}

.search-form__group {
  position: relative;
}
.search-form__control {
  width: 100%;
  display: block;
  padding: 0.4375rem 2.25rem 0.4375rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1.5721428571;
  font-weight: 300;
}
.search-form__submit {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  font-size: 0;
  color: #ffffff;
}
.search-form__submit:before {
  font-size: 1.25rem;
  color: #ff2d39;
}
.select2-container .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container .select2-selection--single {
  background-color: #ffffff;
  border-color: #cacdcf;
  border-radius: 0;
  height: auto;
}
.select2-container .select2-selection--single:focus {
  border-color: #cacdcf;
  outline: 0;
}
.select2-container .select2-selection--single:hover .select2-selection__arrow {
  color: #343537;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  color: #343537;
  font-size: 1.0625rem;
  line-height: 1.2947058824;
  font-weight: 400;
  padding: 1.125rem 3rem 1.125rem 1.5rem;
}
.select2-container .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #9398a2;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 0;
  width: 3.5rem;
  font-size: 0.875rem;
  color: #343537;
  transition: color 0.25s ease-in-out;
}
.select2-container .select2-selection--single .select2-selection__arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease-in-out;
  border: solid transparent rgba(255, 45, 57, 0);
  border-top-color: #ff2d39;
  border-width: 0.9375rem 0.5625rem 0;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.select2-container--focus .select2-selection--single {
  border-color: #cacdcf;
  outline: 0;
}
.select2-container.select2-container--disabled .select2-selection--single {
  cursor: default;
}
.select2-container.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
  color: #ff2d39;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.select2-container.select2-container--open .select2-dropdown {
  z-index: 1000000000000;
}

.irs--flat {
  font-family: inherit;
  height: 0.3125rem;
}
.irs--flat .irs-line {
  top: 0;
  border: 0;
  border-radius: 10px;
  background-color: #dadada;
  height: 0.3125rem;
}
.irs--flat .irs-bar--single {
  border-radius: 0;
}
.irs--flat .irs-bar {
  top: 0;
  height: 0.3125rem;
  background-color: #ff2d39;
  border-radius: 0.3125rem;
}
.irs--flat .irs-handle {
  top: -5px;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  border: 0;
  border: 4px solid #ff2d39;
  background-color: #ffffff;
}
.irs--flat .irs-handle > i, .irs--flat .irs-handle > i:first-child {
  display: none;
}
.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to,
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 2rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.3084615385;
  font-weight: 500;
  border-radius: 0.1875rem;
  background-color: #f6f6f6;
  color: #343537;
}
.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before,
.irs--flat .irs-min:before,
.irs--flat .irs-max:before {
  top: -0.75rem;
  bottom: auto;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  border-top-color: transparent;
  border-bottom-color: #f6f6f6;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none;
}
.irs--flat .irs-line-left,
.irs--flat .irs-line-mid,
.irs--flat .irs-line-right {
  height: 5px;
}
.irs--flat .irs-single {
  top: 0;
}
.irs--flat .irs-single:before {
  display: none;
}

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

.hamburger-box {
  width: 20px;
  height: 11px;
  display: block;
  position: relative;
}

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

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu__toggle.is-active .hamburger--spin .hamburger-inner, .hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu__toggle.is-active .hamburger--spin .hamburger-inner::before, .hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.menu__toggle.is-active .hamburger--spin .hamburger-inner::after, .hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mfp-bg {
  z-index: 1000000000;
}

.mfp-wrap {
  z-index: 10000000000;
}

.mfp-container {
  padding: 1.25rem;
}
.mfp-container.mfp-inline-holder {
  padding: 0.625rem;
}

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

.mfp-arrow-left,
.mfp-arrow-right {
  width: auto;
  height: auto;
  margin: 0 !important;
  transform: translateY(-50%);
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
  border: 0;
  width: auto;
  height: auto;
  margin: 0 !important;
  color: #ffffff;
  font-size: 1.875rem;
  opacity: 1;
}
.mfp-arrow-left:after,
.mfp-arrow-right:after {
  display: none;
}

button.mfp-close {
  background: none;
  font-size: 0;
  line-height: 28px;
  text-align: center;
  opacity: 1;
}
button.mfp-close:before {
  font-size: 13px;
}
button.mfp-close:focus, button.mfp-close:hover {
  opacity: 0.7;
}

.mfp-iframe-scaler {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  right: 0;
}

@media (min-width: 480px) {
  .mfp-arrow-left:before,
  .mfp-arrow-right:before {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) {
  .mfp-container, .mfp-container.mfp-inline-holder {
    padding: 2.5rem;
  }
}
/*
====== Zoom effect ======

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

.swiper {
  position: relative;
}
.swiper-slide {
  height: auto;
}
.swiper-button-next, .swiper-button-prev {
  width: 55px;
  height: 55px;
  margin-top: 0;
  transform: translateY(-50%);
  color: #9398a2;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 55px;
}
.swiper-button-next:focus, .swiper-button-next:active, .swiper-button-next:hover, .swiper-button-prev:focus, .swiper-button-prev:active, .swiper-button-prev:hover {
  outline: 0;
}
.swiper-button-next {
  right: -1.25rem;
}
.swiper-button-prev {
  left: -1.25rem;
}
.swiper-pagination {
  width: 100%;
}
@media (min-width: 1440px) {
  .swiper-button-next {
    right: -5.4375rem;
  }
  .swiper-button-prev {
    left: -5.4375rem;
  }
}

.tippy-box[data-theme~=light] {
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #cacdcf;
  box-shadow: none;
  filter: drop-shadow(0 4px 11px rgba(0, 0, 0, 0.18));
  color: #343537;
  font-size: 0.875rem;
  font-family: inherit;
  line-height: 1.2;
}
.tippy-box[data-theme~=light] .tippy-content {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.375rem 1.8125rem 1.9375rem;
}
.tippy-box[data-theme~=custom] {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: none !important;
  border-radius: 0;
  background: none;
  box-shadow: none;
  filter: drop-shadow(0 3px 4.5px rgba(0, 0, 0, 0.25));
  color: #343537;
  font-size: 0.875rem;
  font-family: inherit;
  line-height: 1.2;
}
.tippy-box[data-theme~=custom] .tippy-content {
  flex: 1;
  padding: 1.875rem 1.25rem 1.25rem;
  position: relative;
  background-color: #cacdcf;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 97% 100%, 0 100%);
}
.tippy-box[data-theme~=custom] .tippy-content::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  z-index: -1;
  background-color: #ffffff;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 97% 100%, 0 100%);
}
[data-theme~=light] .tippy-arrow {
  color: #ffffff;
  width: 26px;
  height: 26px;
}
.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:after, .tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before, .tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:after, .tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 0 12px 12px;
  top: -12px;
  left: 1px;
}
.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-color: rgba(202, 205, 207, 0);
  border-bottom-color: #cacdcf;
  border-width: 0 13px 13px;
  top: -13px;
}
.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 12px 12px 0;
  bottom: -12px;
  left: 1px;
}
.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-color: rgba(202, 205, 207, 0);
  border-top-color: #cacdcf;
  border-width: 13px 13px 0;
  bottom: -13px;
}
.collapsible__toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.collapsible__toggle:after {
  font-size: 0.8125rem;
  margin-left: 0.5rem;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.collapsible__content {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: 0.25s ease-in-out;
  max-height: 100vh;
}
.collapsible.is-collapsed {
  overflow: hidden;
}
.collapsible.is-collapsed .collapsible__toggle:after {
  transform: scale(-1);
}
.collapsible.is-collapsed .collapsible__content {
  max-height: 0 !important;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1024px) {
  .collapsible[data-disabled-on=small-desktop] .collapsible__toggle {
    cursor: default;
  }
  .collapsible[data-disabled-on=small-desktop] .collapsible__toggle:after {
    display: none;
  }
  .collapsible.is-collapsed[data-disabled-on=small-desktop] {
    overflow: visible;
  }
  .collapsible.is-collapsed[data-disabled-on=small-desktop] .collapsible__content {
    max-height: none !important;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    max-height: none;
  }
}

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

.button {
  border: 2px solid;
  font-weight: 500;
  font-family: "Roboto", Arial, sans-serif;
  padding: 0.6875rem 2.125rem;
  font-size: 1.0625rem;
  line-height: 1.2947058824;
}
.button--md {
  padding: 0.4375rem 1.0625rem;
  font-size: 1.0625rem;
  line-height: 1.2947058824;
}
.button--sm {
  padding: 0.4375rem 1.0625rem;
  font-size: 0.875rem;
  line-height: 1.2864285714;
}
.button--primary {
  color: #ffffff;
  background-color: #ff2d39;
  border-color: #ff2d39;
}
.button--primary:hover, .button--primary:focus, .button--primary:active, .button--primary.is-active {
  background-color: #ff2d39;
  color: #ffffff;
}
.button--primary-outline {
  color: #343537;
  background-color: #ffffff;
  border-color: #ff2d39;
}
.button--primary-outline:hover, .button--primary-outline:focus, .button--primary-outline:active, .button--primary-outline.is-active {
  background-color: #ff2d39;
  border-color: #ff2d39;
  color: #ffffff;
}
.button--info-outline {
  color: #343537;
  background-color: #ffffff;
  border-color: #a8caea;
}
.button--info-outline:hover, .button--info-outline:focus, .button--info-outline:active, .button--info-outline.is-active {
  background-color: #a8caea;
  border-color: #a8caea;
  color: #343537;
}
.button--default-outline {
  color: #343537;
  background-color: #ffffff;
  border-color: #cacdcf;
}
.button--default-outline:hover, .button--default-outline:focus, .button--default-outline:active, .button--default-outline.is-active {
  background-color: #cacdcf;
  border-color: #cacdcf;
  color: #343537;
}
.button--back {
  border-left-width: 0;
  padding-left: 1.4375rem;
  padding-right: 1.5rem;
  margin-left: 1.25rem;
  /*&:before {
      content:"";
      position: absolute;
      top: 5px;
      left: -18px;
      z-index: -1;
      @include size(34px);
      background: inherit;
      border: inherit;
      border-left-width: 0;
      border-bottom-width: 0;
      transform: rotate(225deg);
  }*/
}
.button--back:after, .button--back:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.button--back:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 21px 17px 21px 0;
  margin-top: -21px;
  transition: all 0.25s ease-in-out;
}
.button--back:before {
  border-color: rgba(168, 202, 234, 0);
  border-width: 24px 20px 24px 0;
  margin-top: -24px;
}
.button--back.button--primary-outline:before {
  border-right-color: #ff2d39;
}
.button--back.button--primary-outline:focus:after, .button--back.button--primary-outline:active:after, .button--back.button--primary-outline:hover:after {
  border-right-color: #ff2d39;
}
.button--back.button--default-outline:before {
  border-right-color: #cacdcf;
}
.button--back.button--default-outline:focus:after, .button--back.button--default-outline:active:after, .button--back.button--default-outline:hover:after {
  border-right-color: #cacdcf;
}
.button--back.button--info-outline:before {
  border-right-color: #a8caea;
}
.button--back.button--info-outline:focus:after, .button--back.button--info-outline:active:after, .button--back.button--info-outline:hover:after {
  border-right-color: #a8caea;
}
@media (max-width: 479px) {
  .button:not(.button--md), .button:not(.button--sm) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.btn-back {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 10px 0 30px;
  line-height: 44px;
}
.btn-back:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 0;
  height: 34px;
  margin-top: 5px;
  z-index: -1;
  border: 2px solid #a8caea;
  border-left-width: 0;
}
.btn-back:after {
  content: "";
  position: absolute;
  left: 11px;
  height: 27px;
  width: 26px;
  top: 8px;
  z-index: -2;
  border: 1px solid #a8caea;
  border-top: 0 transparent;
  border-right: 0 transparent;
  transform: rotate(45deg);
}
.btn-back small {
  font-size: 88%;
}

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

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

@media (max-width: 479px) {
  .button--xs-block {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .button--sm-block {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .button--md-block {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1259px) {
  .button--lg-block {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .button--xl-block {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1919px) {
  .button--2xl-block {
    display: block;
    width: 100%;
  }
}
.button--3xl-block {
  display: block;
  width: 100%;
}

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

.achievement__title {
  margin-bottom: 0.625rem;
}
.achievement__info {
  margin-bottom: 0.625rem;
}
.achievement__more {
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .achievement__info {
    display: flex;
    align-items: flex-start;
    flex: 1;
    padding-right: 1.875rem;
  }
  .achievement__title {
    width: 20.3125rem;
    flex: 0 0 20.3125rem;
    padding-right: 8.9375rem;
    position: relative;
    margin-bottom: 0;
    margin-top: -0.25rem;
  }
  .achievement__title::after {
    position: absolute;
    top: 0.6em;
    right: 1.75rem;
    content: "";
    background-color: #a8caea;
    width: 5.9375rem;
    height: 0.125rem;
  }
  .achievement__more {
    margin-left: 20.3125rem;
  }
}
@media (min-width: 1024px) {
  .achievement {
    display: flex;
    align-items: flex-start;
  }
  .achievement__info {
    margin-bottom: 0;
  }
  .achievement__more {
    margin-left: 0;
  }
}

.approval-card {
  display: flex;
  align-items: center;
}
.approval-card__picture {
  margin-right: 1.25rem;
  width: 138px;
  flex: 0 0 138px;
}
.approval-card__img {
  border-radius: 50%;
  display: block;
}
.approval-card__content {
  max-width: 204px;
}
.aside-menu {
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  padding: 1.75rem 1.25rem;
}
.aside-menu__item + .aside-menu__item {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #cacdcf;
}
.aside-menu__link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  color: #343537;
}
.aside-menu__link:focus, .aside-menu__link:hover {
  color: #ff2d39;
}
.aside-menu__link:focus .aside-menu__name, .aside-menu__link:hover .aside-menu__name {
  color: inherit;
}
.aside-menu__link.is-selected, .aside-menu__link.is-active {
  color: #ff2d39;
}
.aside-menu__icon {
  display: flex;
  flex: 0 0 2.625rem;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  height: 2.5rem;
}
.aside-menu__icon-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.aside-menu__name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
}
.aside-menu__name:only-child, .aside-menu__item > .aside-menu__name {
  display: block;
  padding: 0.625rem 0;
}
.aside-menu__count {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 1.125rem;
  height: 1.125rem;
  padding: 0.25rem 0.375rem;
  border-radius: 0.375rem;
  background-color: #eff5f9;
  color: #ff2d39;
  font-size: 0.75rem;
  line-height: 1.2;
}
.aside-menu__item.is-active > .aside-menu__link {
  color: #343537;
}
.aside-menu__item.is-active > .aside-menu__link .aside-menu__name {
  color: inherit;
}
.aside-menu__panel {
  display: none;
}
.aside-menu__item.is-active > .aside-menu__panel {
  display: block;
}
.aside-menu__subs {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}
.aside-menu__sub-col {
  padding: 0;
  list-style: none;
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
}
.aside-menu__sub-item + .aside-menu__sub-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #a8caea;
}
.aside-menu__sub {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  color: #343537;
  text-decoration: none;
}
.aside-menu__sub:focus, .aside-menu__sub:hover {
  color: #ff2d39;
  text-decoration: none;
}
.aside-menu__sub-picture {
  flex: 0 0 3.5rem;
  width: 3.5rem;
  height: 2.375rem;
  overflow: hidden;
  border-radius: 0.1875rem;
  background-color: #ffffff;
}
.aside-menu__sub-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aside-menu__sub-name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.aside-menu__sub-count {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 1.125rem;
  height: 1.125rem;
  padding: 0.25rem 0.375rem;
  border-radius: 0.375rem;
  background-color: #ffffff;
  color: #ff2d39;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .aside-menu__item.is-active > .aside-menu__panel {
    margin: 0.75rem -1.25rem 0;
    padding: 1rem 1.25rem;
    background-color: #eff5f9;
  }
}
@media (min-width: 1024px) {
  .aside-menu__panel {
    position: absolute;
    top: 0;
    left: calc(100% + 1rem);
    width: 61.5625rem;
    max-width: calc(100vw - 100% - 3rem);
    min-height: 28.75rem;
    padding: 1.75rem 1.25rem;
    border-radius: 0.25rem;
    background-color: #f6f6f6;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    z-index: 3;
  }
  .aside-menu__subs {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.5rem;
  }
  .aside-menu.is-open {
    z-index: 4;
  }
}
.aside-menu__level2 {
  padding: 0;
  list-style: none;
  margin-top: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.2142857143;
}
.aside-menu__level2-item {
  margin-bottom: 10px;
}
.aside-menu__level2-item:last-child {
  margin-bottom: 20px;
}
.aside-menu__level2-name {
  display: block;
}
.aside-menu__level3 {
  padding: 0;
  list-style: none;
  margin-top: 0.5rem;
}
.aside-menu__level3-item {
  margin-bottom: 0.375rem;
}
.aside-menu__level3-name {
  text-decoration: none;
  color: #343537;
}
.aside-menu__level3-name:focus, .aside-menu__level3-name:hover {
  color: #ff2d39;
}

.availability {
  display: flex;
  align-items: baseline;
}
.availability:before {
  width: 0.5625rem;
  height: 0.5625rem;
  min-width: 0.5625rem;
  border-radius: 50%;
  margin-right: 0.625rem;
  content: "";
}
.availability.is-instock:before {
  background-color: #66b25a;
}
.availability.is-notinstock:before {
  background-color: #c0000c;
}
.availability.is-order {
  color: #ff2d39;
  font-weight: 700;
}
.availability.is-order:before {
  background-color: #ff2d39;
}
.breadcrumb {
  margin-top: 1.25rem;
  margin-bottom: 1.3125rem;
  color: #343537;
}
.breadcrumb__list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  line-height: 1.3084615385;
}
.breadcrumb__item:after {
  content: "-";
  display: inline-block;
  margin-left: 0.625rem;
  margin-right: 0.6875rem;
  opacity: 0.5;
}
.breadcrumb__item:last-child:after {
  display: none;
}
.catalog-dropdown__extras {
  margin-bottom: 1.125rem;
}
.catalog-dropdown__search {
  margin-bottom: 1.125rem;
}
.catalog-dropdown__search-control {
  height: 2.375rem;
  padding: 0.4375rem 2.5rem 0.4375rem 0.875rem;
  border-radius: 0.25rem;
  border-color: #cacdcf;
  background-color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5721428571;
  font-weight: 300;
}
.catalog-dropdown__search-control::placeholder {
  color: #9398a2;
}
.catalog-dropdown__tools {
  display: flex;
  align-items: flex-start;
  gap: 3.5rem;
}
.catalog-dropdown__tool {
  display: flex;
  align-items: flex-start;
  max-width: 8.75rem;
  color: #343537;
  text-decoration: none;
}
.catalog-dropdown__tool:focus, .catalog-dropdown__tool:hover {
  color: #343537;
  text-decoration: none;
}
.catalog-dropdown__tool-icon {
  flex: 0 0 auto;
  margin-right: 0.625rem;
  font-size: 1.375rem;
  color: #ff2d39;
}
.catalog-dropdown__tool-text {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 300;
}
.catalog-dropdown__tool-text b {
  font-weight: 700;
}
.catalog-dropdown__nav {
  padding: 0;
  list-style: none;
  margin: 0;
}
.catalog-dropdown__item + .catalog-dropdown__item .catalog-dropdown__link {
  position: relative;
}
.catalog-dropdown__item + .catalog-dropdown__item .catalog-dropdown__link:before {
  display: block;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  background-color: #ABCAEA;
}
.catalog-dropdown__link {
  display: block;
  padding: 0.75rem 2rem;
  color: #343537;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.catalog-dropdown__link:focus, .catalog-dropdown__link:hover {
  color: #343537;
  text-decoration: none;
}
.catalog-dropdown__panel {
  display: none;
}
.catalog-dropdown__item.is-active > .catalog-dropdown__panel {
  display: block;
}
.catalog-dropdown__subs {
  padding: 0;
  list-style: none;
  margin: 0;
}
.catalog-dropdown__sub {
  display: flex;
  align-items: center;
  min-height: 2.625rem;
  color: #343537;
  text-decoration: none;
}
.catalog-dropdown__sub:focus, .catalog-dropdown__sub:hover {
  color: #ff2d39;
  text-decoration: none;
}
.catalog-dropdown__sub-picture {
  flex: 0 0 3.5rem;
  width: 3.5rem;
  height: 2.375rem;
  margin-right: 0.625rem;
  overflow: hidden;
  border-radius: 0.1875rem;
  background-color: #f6f6f6;
}
.catalog-dropdown__sub-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-dropdown__sub-name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.catalog-dropdown__sub-count {
  flex: 0 0 auto;
  margin-left: 0.5rem;
  min-width: 1.125rem;
  padding: 0.125rem 0.25rem;
  border-radius: 0.375rem;
  background-color: #ffffff;
  color: #ff2d39;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
.catalog-dropdown__pages {
  padding: 0;
  list-style: none;
  margin: 3.125rem 0 0;
}
.catalog-dropdown__pages-item + .catalog-dropdown__pages-item {
  border-top: 1px solid #cacdcf;
}
.catalog-dropdown__pages-link {
  display: block;
  padding: 1rem 0;
  color: #343537;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
}
.catalog-dropdown__pages-link:focus, .catalog-dropdown__pages-link:hover {
  color: #ff2d39;
  text-decoration: none;
}
.catalog-dropdown__pages-panel {
  display: none;
}
.catalog-dropdown__pages-item.is-active > .catalog-dropdown__pages-panel {
  display: block;
}
.catalog-dropdown__pages-sub {
  padding: 0;
  list-style: none;
  margin: 0 -0.9375rem;
  padding: 0.5rem 0;
  background-color: #eff5f9;
}
.catalog-dropdown__pages-sub-item + .catalog-dropdown__pages-sub-item .catalog-dropdown__pages-sub-link {
  position: relative;
}
.catalog-dropdown__pages-sub-item + .catalog-dropdown__pages-sub-item .catalog-dropdown__pages-sub-link::before {
  display: block;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  left: 0.9375rem;
  right: 0.9375rem;
  background-color: #a8caea;
}
.catalog-dropdown__pages-sub-link {
  display: block;
  padding: 0.75rem 0.9375rem;
  color: #343537;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.catalog-dropdown__pages-sub-link:focus, .catalog-dropdown__pages-sub-link:hover {
  color: #343537;
  background-color: #f6f6f6;
  text-decoration: none;
}
.catalog-dropdown__callback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.875rem;
  height: 3.625rem;
  margin: 50px auto 24px;
  border: 1px solid #ff2d39;
  border-radius: 0.25rem;
  color: #343537;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.catalog-dropdown__callback:focus, .catalog-dropdown__callback:hover {
  color: #ffffff;
  background-color: #ff2d39;
  text-decoration: none;
}
@media (max-width: 767px) {
  .catalog-dropdown__item.is-active > .catalog-dropdown__panel {
    margin: 0 -0.9375rem;
    padding: 1rem 0.9375rem;
    background-color: #eff5f9;
  }
  .catalog-dropdown__sub-item + .catalog-dropdown__sub-item {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .catalog-dropdown {
    min-height: 25.25rem;
    padding: 0;
    border-radius: 0.25rem;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .catalog-dropdown__body {
    position: relative;
    min-height: 25.25rem;
    height: 100%;
  }
  .catalog-dropdown__nav {
    width: 21.5625rem;
    height: 100%;
    padding-top: 18px;
  }
  .catalog-dropdown__link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .catalog-dropdown__item:first-child > .catalog-dropdown__link {
    border-top: 0;
  }
  .catalog-dropdown__item.is-active > .catalog-dropdown__link {
    color: #343537;
    background-color: #f6f6f6;
  }
  .catalog-dropdown__item:hover > .catalog-dropdown__link {
    background-color: #f6f6f6;
  }
  .catalog-dropdown__panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 21.5625rem;
    padding: 1.75rem 1.25rem;
    border-radius: 0.25rem;
    background-color: #f6f6f6;
  }
  .catalog-dropdown__subs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
    row-gap: 0;
  }
  .catalog-dropdown__sub-item {
    border-top: 1px solid #ffffff;
    padding: 10px 0;
  }
  .catalog-dropdown__sub-item:nth-child(-n+2) {
    border-top: 0;
  }
}
@media (min-width: 1260px) {
  .catalog-dropdown__subs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 2.5rem;
  }
  .catalog-dropdown__sub-item:nth-child(-n+2) {
    border-top: 1px solid #ffffff;
  }
  .catalog-dropdown__sub-item:nth-child(-n+3) {
    border-top: 0;
  }
}

.catalog-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
  position: relative;
  transition: border-color 0.25s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0);
  text-align: center;
}
.catalog-item:before, .catalog-item:after {
  position: absolute;
  content: "";
  z-index: 2;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-width: 0 0 76px 30px;
  transition: border-color 0.25s ease-in-out;
}
.catalog-item:before {
  right: 0;
  bottom: 0;
  border-bottom-color: rgba(202, 205, 207, 0);
}
.catalog-item:after {
  right: -1px;
  bottom: -1px;
  border-bottom-color: #ffffff;
  border-bottom-color: #ffffff;
}
.catalog-item:focus, .catalog-item:hover {
  border-color: #cacdcf;
}
.catalog-item:focus:before, .catalog-item:hover:before {
  border-bottom-color: #cacdcf;
}
.catalog-item:focus:after, .catalog-item:hover:after {
  border-bottom-color: #ffffff;
}
.catalog-item__img-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5625rem;
  height: 12.25rem;
}
.catalog-item__img {
  display: block;
  max-height: 100%;
  width: auto;
}
.catalog-item__title {
  color: #101010;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.catalog-item__title a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.catalog-item__price {
  margin-bottom: 0.6875rem;
}
.catalog-item .button--sm {
  padding: 0.25rem;
}
.catalog-item:focus .catalog-item__title a, .catalog-item:hover .catalog-item__title a {
  border-bottom-color: #ff2d39;
}
.catalog-item:focus .catalog-item__button, .catalog-item:hover .catalog-item__button {
  color: #ffffff;
  background-color: #ff2d39;
  border-color: #ff2d39;
}
.catalog__list--grid .catalog-item, .catalog-item--grid {
  padding-top: 1.75rem;
  padding-bottom: 2.0625rem;
}
.catalog__list--grid .catalog-item__content, .catalog-item--grid .catalog-item__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.catalog__list--grid .catalog-item__info, .catalog-item--grid .catalog-item__info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.catalog__list--grid .catalog-item__info::after, .catalog-item--grid .catalog-item__info::after {
  display: block;
  margin: 0.8125rem auto 0.6875rem;
  content: "";
  width: 55px;
  height: 1px;
  background-color: #a8caea;
}
.catalog__list--grid .catalog-item__title, .catalog-item--grid .catalog-item__title {
  margin-bottom: auto;
}
.catalog__list--grid .catalog-item__details, .catalog-item--grid .catalog-item__details {
  display: none;
}
.catalog__list--list .catalog-item, .catalog-item--list {
  padding: 1.25rem;
}
.catalog__list--list .catalog-item__title, .catalog-item--list .catalog-item__title {
  margin-bottom: 0;
}
.catalog__list--list .catalog-item__title::after, .catalog-item--list .catalog-item__title::after {
  display: block;
  margin: 1.5625rem auto;
  content: "";
  width: 55px;
  height: 1px;
  background-color: #a8caea;
}
.catalog__list--list .catalog-item__footer, .catalog-item--list .catalog-item__footer {
  margin-top: 1.25rem;
}
.catalog__list--table .catalog-item, .catalog-item--table {
  padding: 1.25rem 2.1875rem;
}
.catalog__list--table .catalog-item__img-frame, .catalog-item--table .catalog-item__img-frame {
  height: auto;
}
.catalog__list--table .catalog-item__img, .catalog-item--table .catalog-item__img {
  max-width: 4.75rem;
  max-height: 4.75rem;
}
.catalog__list--table .catalog-item__title, .catalog-item--table .catalog-item__title {
  margin-bottom: 0;
}
.catalog__list--table .catalog-item__details, .catalog-item--table .catalog-item__details {
  display: none;
}
@media (min-width: 480px) {
  .catalog__list--list .catalog-item, .catalog-item--list {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding-left: 0.625rem;
  }
  .catalog__list--list .catalog-item__img-frame, .catalog-item--list .catalog-item__img-frame {
    width: 30%;
    flex: 0 0 30%;
    max-width: 11.875rem;
    margin-bottom: 0;
    margin-right: 1.25rem;
    height: auto;
  }
  .catalog__list--list .catalog-item__content, .catalog-item--list .catalog-item__content {
    flex: 1;
  }
  .catalog__list--list .catalog-item__title::after, .catalog-item--list .catalog-item__title::after {
    margin-left: 0;
  }
  .catalog__list--list .catalog-item__footer, .catalog-item--list .catalog-item__footer {
    width: 10rem;
  }
  .catalog__list--table .catalog-item, .catalog-item--table {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding-left: 1rem;
    padding-right: 2.1875rem;
  }
  .catalog__list--table .catalog-item__img-frame, .catalog-item--table .catalog-item__img-frame {
    flex: 0 0 4.75rem;
    width: 4.75rem;
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
  .catalog__list--table .catalog-item__content, .catalog-item--table .catalog-item__content {
    flex: 1;
  }
  .catalog__list--table .catalog-item__footer, .catalog-item--table .catalog-item__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1.25rem;
  }
  .catalog__list--table .catalog-item__price, .catalog-item--table .catalog-item__price {
    padding-right: 1.25rem;
    margin-bottom: 0;
  }
  .catalog__list--table .catalog-item__button, .catalog-item--table .catalog-item__button {
    flex: 0 0 10rem;
    width: 10rem;
  }
}
@media (min-width: 768px) {
  .catalog__list--table .catalog-item, .catalog-item--table {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .catalog__list--table .catalog-item__img-frame, .catalog-item--table .catalog-item__img-frame {
    flex: 0 0 4.75rem;
    width: 4.75rem;
  }
  .catalog__list--table .catalog-item__content, .catalog-item--table .catalog-item__content {
    display: flex;
    align-items: center;
  }
  .catalog__list--table .catalog-item__info, .catalog-item--table .catalog-item__info {
    flex: 1;
    padding-right: 1.25rem;
  }
  .catalog__list--table .catalog-item__footer, .catalog-item--table .catalog-item__footer {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .catalog__list--list .catalog-item, .catalog-item--list {
    align-items: center;
    padding-right: 2.3125rem;
  }
  .catalog__list--list .catalog-item__content, .catalog-item--list .catalog-item__content {
    display: flex;
  }
  .catalog__list--list .catalog-item__info, .catalog-item--list .catalog-item__info {
    flex: 1;
    padding-right: 1.25rem;
  }
  .catalog__list--list .catalog-item__footer, .catalog-item--list .catalog-item__footer {
    margin-top: -0.6875rem;
    flex: 0 0 10rem;
  }
}

.catalog-menu {
  border: 1px solid #cacdcf;
}
.catalog-menu__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  line-height: 1.3;
  padding: 0.625rem 1.25rem;
}
.catalog-menu__toggle:after {
  font-size: 0.625rem;
  color: #ff2d39;
}
.collapsible.is-expanded .catalog-menu__toggle:after {
  transform: scale(-1);
}
.collapsible.is-collapsed .catalog-menu__toggle:after {
  transform: scale(1);
}
.catalog-menu__content {
  padding-left: 1.8125rem;
  padding-right: 1.8125rem;
}
.is-expanded .catalog-menu__content {
  margin-top: 0.5625rem;
  margin-bottom: 0.25rem;
}
.catalog-menu__col {
  margin-bottom: 2.1875rem;
}
.category-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.category-card:focus, .category-card:hover {
  filter: drop-shadow(0 4px 11px rgba(0, 0, 0, 0.18));
}
.category-card__frame {
  flex: 1;
  position: relative;
  background-color: #cacdcf;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), calc(100% - 32px) 100%, 0 100%);
  padding: 1.25rem;
}
.category-card__frame::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  z-index: -1;
  background-color: #ffffff;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), calc(100% - 32px) 100%, 0 100%);
}
.category-card__header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
}
.category-card__picture {
  display: block;
  flex: 0 0 7.5rem;
  width: 7.5rem;
  height: 4.125rem;
  overflow: hidden;
  border-radius: 0.25rem;
}
.category-card__img {
  display: block;
  width: 7.5rem;
  height: 4.125rem;
  object-fit: cover;
}
.category-card__title {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
}
.category-card__list {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1.25rem;
  row-gap: 0.375rem;
  margin-bottom: 0;
}
.category-card__list .category-list__item {
  margin-bottom: 0;
}
.category-card__description {
  margin-top: 1.25rem;
  line-height: 1.2;
}
.category-card__description:first-child {
  margin-top: 0;
}
.category-card--compact .category-card__header {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .category-card__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.category-link {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.category-link__picture {
  flex: 0 0 2.5rem;
  margin-right: 1rem;
}
.category-link__img {
  width: 2.5rem;
  height: 2.5rem;
}
.category-link__count {
  display: inline-block;
  position: relative;
  left: 0.25rem;
  border-radius: 0.375rem;
  background-color: #eff5f9;
  padding: 0.1875rem 0.375rem 0.125rem;
  color: #ff2d39;
  font-size: 0.625rem;
  line-height: 1;
}
@media (min-width: 1260px) {
  .category-link--lg {
    font-size: 1rem;
  }
}

.category-list {
  padding: 0;
  list-style: none;
}
.category-list__item {
  line-height: 1.2;
  margin-bottom: 0.4375rem;
}
.category-list__item:last-child {
  margin-bottom: 0;
}
.category-list__all-toggle {
  color: #ff2d39;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
}
.category-list__all-toggle:focus, .category-list__all-toggle:hover {
  text-decoration: none;
  border-bottom-color: #ff2d39;
}
.category-nav__title {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.category-nav__title:last-child {
  margin-bottom: 0;
}
.category-nav__list {
  margin-bottom: 0;
}

.certificate {
  display: block;
  text-decoration: none;
  color: #343537;
}
.certificate__frame {
  margin-bottom: 1.25rem;
  position: relative;
  transition: border-color 0.25s ease-in-out;
  border: 1px solid #cacdcf;
}
.certificate__frame:before, .certificate__frame:after {
  position: absolute;
  content: "";
  z-index: 2;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-width: 0 0 66px 29px;
  transition: border-color 0.25s ease-in-out;
}
.certificate__frame:before {
  right: 0;
  bottom: 0;
  border-bottom-color: #cacdcf;
}
.certificate__frame:after {
  right: -1px;
  bottom: -1px;
  border-bottom-color: #ffffff;
  border-bottom-color: #ffffff;
}
.certificate__picture:after {
  padding-top: 75.4098360656%;
}
.certificate__img {
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
}
.certificate__title {
  margin-bottom: 0;
  display: inline;
}
.certificate:focus .certificate__img, .certificate:hover .certificate__img {
  transform: scale(1.1);
}
.certificate:focus .certificate__title, .certificate:hover .certificate__title {
  color: #343537;
  border-bottom: 2px solid #ff2d39;
}

.company-info b {
  font-weight: 500;
}
.company-info__section {
  max-width: 10.3125rem;
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.company-info__section-title {
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media (min-width: 480px) {
  .company-info__section {
    margin-top: 0;
  }
}

.details__item {
  margin-bottom: 0.625rem;
}
.details__name {
  color: #9398a2;
  margin-bottom: 0.3125rem;
}
@media (min-width: 480px) {
  .details__item {
    display: flex;
    align-items: flex-start;
  }
  .details__name {
    position: relative;
    width: 60%;
    max-width: 13.375rem;
    margin-right: 0.3125rem;
    margin-bottom: 0;
  }
  .details__name::after {
    position: absolute;
    top: 0.95em;
    left: 0;
    right: 0;
    content: "";
    border-top: 1px dotted #a8caea;
  }
  .details__name-text {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding-right: 0.25rem;
  }
  .details__value {
    flex: 1;
  }
}

.direction__header {
  margin-bottom: 2.0625rem;
}
.direction__header .direction__col-left {
  display: flex;
  align-items: center;
}
.direction__icon {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  min-width: 47px;
  border: 1px solid #a8caea;
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff2d39;
}
.direction__icon-img {
  fill: currentColor;
  max-width: 37px;
  max-height: 27px;
}
.direction__title {
  margin-bottom: 0;
}
.direction__list {
  padding: 0;
  list-style: none;
  align-items: center;
  margin-top: 1.25rem;
}
.direction__list-item {
  margin-bottom: 0.625rem;
}
.direction__content .direction__col-right {
  margin-top: 1.29471em;
}
@media (max-width: 479px) {
  .direction__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .direction__icon {
    width: 87px;
    height: 87px;
    min-width: 87px;
    margin-right: 1.25rem;
  }
  .direction__icon-img {
    max-width: 67px;
    max-height: 52px;
  }
  .direction__list {
    padding-left: 6.6875rem;
  }
}
@media (min-width: 1024px) {
  .direction__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(3.125rem * -0.5);
    margin-right: calc(3.125rem * -0.5);
  }
  .direction__col-left, .direction__col-right {
    position: relative;
    min-height: 1px;
    padding-left: calc(3.125rem * 0.5);
    padding-right: calc(3.125rem * 0.5);
  }
  .direction__col-left {
    max-width: 40.75%;
    flex: 0 0 40.75%;
    position: relative;
  }
  .direction__col-right {
    max-width: 59.25%;
    flex: 0 0 59.25%;
  }
  .direction__header {
    align-items: center;
  }
  .direction__list {
    flex-wrap: nowrap;
    text-align: center;
    justify-content: flex-end;
    max-width: 486px;
    padding-left: 0;
    margin-top: 0;
    margin-left: auto;
  }
  .direction__list-item {
    max-width: 250px;
    margin-bottom: 0;
  }
  .direction__content .direction__col-right {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .direction__title:after {
    position: absolute;
    top: 50%;
    left: 100%;
    content: "";
    transform: translate(25px, -50%);
    background-color: #ff2d39;
    width: 195px;
    height: 2px;
  }
  .direction__content .direction__col-left {
    padding-left: 8.25rem;
  }
}

.dropdown {
  position: relative;
}
.dropdown__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: 0.25s ease-in-out;
}
.dropdown__toggle-icon {
  position: relative;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  border-color: rgba(255, 45, 57, 0);
  border-top-color: #ff2d39;
  border-width: 6px 4px 0;
  margin-left: 0.375rem;
  top: 0.0625rem;
}
[aria-expanded] .dropdown__toggle-icon {
  transition: transform 0.2s ease-in-out;
  transform: scale(1);
}
[aria-expanded=true] .dropdown__toggle-icon {
  transform: scale(-1);
}
.dropdown__toggle[aria-expanded=true] {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown [data-tippy-root] {
  width: 100%;
}
.dropdown__list {
  padding: 0;
  list-style: none;
}
.dropdown__list-item {
  margin-bottom: 0.375rem;
}
.dropdown__list-item:last-child {
  margin-bottom: 0;
}
.dropdown__list-link {
  color: inherit;
  text-decoration: none;
}
.dropdown__list-link:focus, .dropdown__list-link:hover {
  color: #ff2d39;
  text-decoration: underline;
}
.dropdown__container {
  min-width: 200px;
}
.dropdown__container.filter.is-expanded .filter__list {
  padding-top: 0;
}
.entries {
  padding: 0;
  list-style: none;
  margin-bottom: -2.5rem;
}
.entries__item {
  margin-bottom: 2.5rem;
}

.entry__picture {
  display: block;
  margin-bottom: 1.5625rem;
}
.entry__picture:after {
  padding-top: 50.9708737864%;
}
.entry__img {
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
}
.entry__date {
  position: absolute;
  top: 0.125rem;
  right: 100%;
  margin-right: 0.8125rem;
  background-color: #ff2d39;
  color: #ffffff;
  font-size: 0.6875rem;
  line-height: 1.2727272727;
  padding: 0.25rem 0.5rem 0.125rem;
}
.entry__title {
  margin-bottom: 0;
}
.entry__title a {
  color: #101010;
  text-decoration: none;
}
.entry__text {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.entry__more {
  margin-top: 1.25rem;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.entry--news {
  display: flex;
  align-items: flex-start;
}
.entry--news .entry__picture {
  flex: 0 0 135px;
  margin-top: 0.3125rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
.entry--news .entry__picture:after {
  padding-top: 85.9259259259%;
}
.entry--news .entry__content {
  position: relative;
}
.entry--news .entry__title {
  text-transform: none;
}
.entry--news .entry__text {
  margin-top: 0.5625rem;
  font-size: 0.8125rem;
  line-height: 1.3084615385;
}
.entry--news .entry__more {
  margin-top: 0.5rem;
}
.entry:focus .entry__img, .entry:hover .entry__img {
  transform: scale(1.1);
}
.entry:focus .entry__more, .entry:hover .entry__more {
  opacity: 1;
}

.file {
  display: flex;
  align-items: center;
}
.file__icon {
  width: 2.3125rem;
  height: 2.3125rem;
  min-width: 2.3125rem;
  margin-right: 1.25rem;
}

.files {
  padding: 0;
  list-style: none;
}
.files__item {
  margin-bottom: 0.625rem;
}
.files__item:last-child {
  margin-bottom: 0;
}

.filter-panel {
  border: 1px solid #cacdcf;
  padding: 1.5rem 1.8125rem 1.5625rem;
}
.filter-panel__item {
  margin-bottom: 7px;
}
.filter-panel__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .filter-panel__item {
    margin-bottom: 0.3125rem;
  }
  .filter-panel__item:last-child {
    margin-bottom: 0;
  }
}

.filter-tag {
  display: inline-block;
  border: 0;
  border-radius: 0.375rem;
  background-color: #f6f6f6;
  padding: 0.4375rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
  font-family: inherit;
}
.filter-tag:focus, .filter-tag:hover {
  background-color: rgb(233.7, 233.7, 233.7);
  color: inherit;
  text-decoration: none;
}
.filter-tags__title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  color: #9398a2;
  margin-bottom: 0.375rem;
}
.filter-tags__list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(0.375rem * -0.5);
  margin-right: calc(0.375rem * -0.5);
  margin-bottom: 0;
}
.filter-tags__item {
  position: relative;
  min-height: 1px;
  padding-left: calc(0.375rem * 0.5);
  padding-right: calc(0.375rem * 0.5);
  margin-bottom: 0.375rem;
}
.filter-tags__more {
  border: 0;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 0.375rem;
}
@media (min-width: 768px) {
  .filter-tags {
    display: flex;
    align-items: baseline;
  }
  .filter-tags__title {
    margin-right: 0.375rem;
    margin-bottom: 0;
  }
  .filter-tags__list {
    flex: 1;
    min-width: 0;
  }
  .filter-tags__more {
    margin-top: 0;
    margin-left: auto;
  }
}

.filter__title {
  cursor: pointer;
  margin-bottom: 0;
  color: #9398a2;
  position: relative;
  padding-right: 1.5rem;
}
.filter__title::after {
  transform: rotate(0);
  font-size: 0.625rem;
  transition: transform 0.25s ease-in-out;
  position: absolute;
  top: 0.5625rem;
  right: 0;
  color: #ff2d39;
}
.filter__slider {
  padding-bottom: 20px;
}
.filter__list {
  padding: 0;
  list-style: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease-in-out;
}
.filter__item {
  margin-bottom: 0.625rem;
}
.filter.is-expanded .filter__title::after {
  transform: rotate(180deg);
}
.filter.is-expanded .filter__list {
  max-height: 200vh;
  padding-top: 1.0625rem;
}
.filter__slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 19px;
  margin-bottom: 37px;
  max-width: 270px;
}
.filter__slider-controls .form__control {
  width: 130px;
  margin-left: 10px;
  margin-right: 10px;
}
.filter__slider-controls .form__control--sm {
  width: 80px;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.filter__action {
  padding: 13px 20px 21px;
}
.filter__action-cancel {
  display: block;
  text-align: center;
  margin-top: 18px;
}

.filters {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 10001;
  background-color: #ffffff;
  padding: 5rem 1.25rem 6.875rem;
}
.filters__header {
  position: fixed;
  background-color: #ffffff;
  border-bottom: 1px solid #a8caea;
  padding: 1.25rem 1.875rem;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
}
.filters__title {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.3;
}
.filters__close {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  color: #101010;
  font-size: 0.75rem;
  line-height: 2;
  opacity: 0.5;
}
.filters__close:focus, .filters__close:hover {
  opacity: 1;
}
.filters__item {
  margin-top: 0.875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.filters__action {
  position: fixed;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border-top: 1px solid #a8caea;
  padding: 1.25rem 1.875rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 70;
}
.filters__button {
  margin-right: 1.875rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
.filters__clear {
  font-weight: 500;
}
@media (min-width: 1024px) {
  .filters {
    display: block !important;
    overflow: visible;
    padding-top: 1.25rem;
    padding-bottom: 2.125rem;
    position: relative;
    transition: border-color 0.25s ease-in-out;
    border: 1px solid #cacdcf;
    z-index: 0;
  }
  .filters:before, .filters:after {
    position: absolute;
    content: "";
    z-index: 2;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-width: 0 0 76px 30px;
    transition: border-color 0.25s ease-in-out;
  }
  .filters:before {
    right: 0;
    bottom: 0;
    border-bottom-color: #cacdcf;
  }
  .filters:after {
    right: -1px;
    bottom: -1px;
    border-bottom-color: #ffffff;
    border-bottom-color: #ffffff;
  }
  .filters__header {
    position: static;
    margin-bottom: 2.125rem;
    padding: 0.125rem 0.625rem 1.0625rem;
  }
  .filters__close {
    display: none;
  }
  .filters__action {
    position: relative;
    border-top-width: 0;
    padding: 2.1875rem 0.625rem 0;
  }
}

[data-dropdown] {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.5rem;
  z-index: 10002;
}

.dropdown .filter {
  background-color: #ffffff;
  border: 1px solid #a8caea;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 0.375rem;
  padding: 0.625rem;
}

.dropdown__container {
  max-height: 300px;
  overflow: auto;
}

.dropdown.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.gallery {
  margin-bottom: -1.25rem;
}
.gallery__item {
  margin-bottom: 1.25rem;
}
.gallery__picture {
  display: block;
}
.gallery__picture:after {
  padding-top: 67.4342105263%;
}
.gallery__picture:focus .gallery__img, .gallery__picture:hover .gallery__img {
  transform: scale(1.1);
}
.gallery__img {
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
}

.group-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.group-card:focus, .group-card:hover {
  filter: drop-shadow(0 4px 11px rgba(0, 0, 0, 0.18));
}
.group-card__frame {
  flex: 1;
  position: relative;
  background-color: #cacdcf;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), calc(100% - 32px) 100%, 0 100%);
  padding: 1.875rem 1.3125rem 1.75rem 1.875rem;
}
.group-card__frame::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  z-index: -1;
  background-color: #ffffff;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), calc(100% - 32px) 100%, 0 100%);
}
.group-card__picture {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  height: 10.625rem;
}
.group-card__img {
  display: block;
  max-height: 100%;
  width: auto;
}
.group-card__title:last-child {
  margin-bottom: 0;
}
.group-card__title a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.lang-switch {
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}
.lang-switch__item:after {
  content: "|";
  display: inline-block;
  margin-left: 0.375rem;
  margin-right: 0.5rem;
  opacity: 0.8;
}
.lang-switch__item:last-child:after {
  display: none;
}
.lang-switch__link {
  color: #343537;
  text-decoration: none;
}
.lang-switch__link.is-active {
  color: #ff2d39;
}
.list-circle {
  padding: 0;
  list-style: none;
}
.list-circle > li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.25rem;
}
.list-circle > li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "";
  border: 2px solid #ff2d39;
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
}
.list-circle > li > ul {
  margin-top: 1.4375rem;
}
.list-circle > li > ul:last-child {
  margin-bottom: 1.5625rem !important;
}
.list-circle > li > ul > li {
  position: relative;
  padding-left: 1.875rem;
  font-size: 0.9375rem;
  line-height: 1.134;
  margin-bottom: 0.625rem !important;
}
.list-circle > li > ul > li:before {
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #ff2d39;
  top: 0.7em;
  left: 0.8125rem;
  content: "";
}

@media (min-width: 1260px) {
  .menu {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    background-color: #eff5f9;
    min-height: 3.125rem;
  }
  .menu__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    font-size: 0.875rem;
    line-height: 1.215;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .menu__link {
    display: block;
    color: #343537;
    text-decoration: none;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .menu__link::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #ff2d39;
    height: 2px;
    opacity: 0;
  }
  .menu__link:focus, .menu__link:hover {
    color: #ff2d39;
  }
  .menu__link.is-selected {
    color: #9398a2;
  }
  .menu__link.is-selected::before {
    opacity: 1;
  }
}

.modal {
  background-color: #ffffff;
  margin: auto;
  position: relative;
  max-width: 500px;
  max-height: 87vh;
  overflow: auto;
  padding: 20px 30px;
}
.modal__content {
  padding: 1.25rem;
}
.modal__header {
  margin-bottom: 1.5em;
}
.modal__header:last-child {
  margin-bottom: 0;
}
.modal--sm {
  max-width: 480px;
}
.order-history__table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  color: #000000;
}
.order-history__table + .order-history__table {
  margin-top: 0.875rem;
}
.order-history thead .order-history__col {
  padding-top: 0;
}
.order-history tbody td.order-history__col {
  background-color: #eff5f9;
}
.order-history tfoot td.order-history__col {
  background: none;
}
.order-history th {
  color: #000000;
  font-weight: 700;
}
.order-history__col {
  padding: 1.0625rem 1.25rem 1.125rem;
  vertical-align: baseline;
  text-align: left;
  margin: 0;
}
.order-history__col--id {
  width: 11%;
  width: 9.375rem;
}
.order-history__col--order {
  padding: 0;
}
.order-history__col--name {
  width: 32%;
}
.order-history__col--price {
  width: 24%;
}
.order-history__col--amount {
  width: 24%;
}
.order-history__col--sum {
  width: 20%;
  width: 12.5rem;
}
.order-history__col--status {
  width: 12%;
  width: 9.5rem;
}
.order-history__col--label {
  text-align: right;
  padding-right: 0.3125rem;
}
.order-history__list {
  width: 100%;
}
.order-history__list td.order-history__col {
  border-bottom: 1px solid #ffffff;
}
.order-history__list .order-history__col:first-child {
  padding-left: 0;
}
.order-history__list .order-history__col:last-child {
  padding-right: 0;
}
.order-history__list tr:last-child .order-history__col {
  border-bottom-width: 0;
}
@media (max-width: 1023px) {
  .order-history {
    display: block;
    background-color: #eff5f9;
  }
  .order-history tfoot,
  .order-history tbody,
  .order-history th,
  .order-history td {
    display: block;
  }
  .order-history tfoot:empty,
  .order-history tbody:empty,
  .order-history th:empty,
  .order-history td:empty {
    display: none;
  }
  .order-history tr {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
  }
  .order-history thead {
    display: none;
  }
  .order-history tfoot {
    background-color: #ffffff;
    padding-bottom: 1.25rem;
  }
  .order-history tfoot .order-history__col {
    background-color: #ffffff;
  }
  .order-history tfoot .order-history__col:first-child {
    padding-left: 0;
  }
  .order-history tfoot .order-history__col:last-child {
    padding-right: 0;
  }
  .order-history__col {
    width: auto;
    padding-bottom: 0;
  }
  .order-history__col[title]:before {
    display: block;
    content: attr(title);
    margin-bottom: 0.625rem;
    text-transform: uppercase;
    font-size: 0.8125rem;
    line-height: 1.3084615385;
    font-weight: 500;
    color: #9398a2;
  }
  .order-history__col--order {
    padding-left: 0;
    padding-right: 0;
    order: 100;
    width: 100%;
  }
  .order-history__list tr {
    justify-content: flex-start;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 1.25rem;
  }
  .order-history__list tr:last-child {
    border-bottom-width: 0;
  }
  .order-history__list td.order-history__col {
    border-bottom-width: 0;
  }
  .order-history__list .order-history__col:first-child {
    padding-left: 1.25rem;
  }
  .order-history__list .order-history__col:last-child {
    padding-right: 1.25rem;
  }
  .order-history__list .order-history__col--name {
    width: 100%;
  }
}

.pagination {
  margin-top: 1.5625rem;
}
.pagination__list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(0.4375rem * -0.5);
  margin-right: calc(0.4375rem * -0.5);
  text-align: center;
}
.pagination__item {
  position: relative;
  min-height: 1px;
  padding-left: calc(0.4375rem * 0.5);
  padding-right: calc(0.4375rem * 0.5);
  font-weight: 500;
}
.pagination__link {
  display: block;
  border: 2px solid #ff2d39;
  min-width: 3rem;
  color: #343537;
  text-decoration: none;
  padding: 0.6875rem 0.625rem;
}
.pagination__link:focus, .pagination__link:hover {
  color: #ffffff;
  background-color: #ff2d39;
}
.pagination__link.is-active {
  border-color: #cacdcf;
}
.pagination__link.is-active:focus, .pagination__link.is-active:hover {
  color: #343537;
  background-color: #ffffff;
}

.price {
  font-size: 1.875rem;
  line-height: 1.6;
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #ff2d39;
  white-space: nowrap;
}

/*.irs-bar-edge {
  top: 0;
  height: 5px;
  width: 7px;
}

.irs-slider {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  top: -5px;
  background-color: $red-200;
}

.irs-min, .irs-max {
  color: #c0c0c0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.lt-ie9 {
  .irs-min, .irs-max {
    background: #3654b0;
  }
}

.irs-from, .irs-to, .irs-single {
  color: #000;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.lt-ie9 {
  .irs-from, .irs-to, .irs-single {
    background: #d8dff3;
  }
}

.irs-grid-pol {
  background: #777;
}

.irs-grid-text {
  color: #e0e0e0;
}

.irs-disabled {}*/
.service-card {
  position: relative;
}
.service-card::before {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  content: "";
  z-index: 10;
}
.service-card__picture {
  margin-bottom: 1.25rem;
}
.service-card__picture:after {
  padding-top: 102.0408163265%;
}
.service-card__img {
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
}
.service-card__title {
  margin-bottom: 0;
}
.service-center__item:nth-child(6n+1) .service-card::before {
  top: 0;
  left: -33px;
  width: 187px;
  height: 275px;
  background-image: url(/assets/images/particles/sc-1.svg);
}
.service-center__item:nth-child(6n+2) .service-card::before {
  top: -33px;
  left: -20px;
  width: 231px;
  height: 262px;
  background-image: url(/assets/images/particles/sc-2.svg);
}
.service-center__item:nth-child(6n+3) .service-card::before {
  top: 8px;
  left: -36px;
  width: 240px;
  height: 233px;
  background-image: url(/assets/images/particles/sc-3.svg);
}
.service-center__item:nth-child(6n+4) .service-card::before {
  top: 2px;
  left: -20px;
  width: 194px;
  height: 239px;
  background-image: url(/assets/images/particles/sc-4.svg);
}
.service-center__item:nth-child(6n+5) .service-card::before {
  top: 36px;
  left: -9px;
  width: 225px;
  height: 200px;
  background-image: url(/assets/images/particles/sc-5.svg);
}
.service-center__item:nth-child(6n+6) .service-card::before {
  top: 7px;
  left: -19px;
  width: 221px;
  height: 219px;
  background-image: url(/assets/images/particles/sc-6.svg);
}
.service-card:focus .service-card__img, .service-card:hover .service-card__img {
  transform: scale(1.1);
}
@media (min-width: 480px) {
  .service-card {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  .service-card__picture {
    margin-right: 1.25rem;
    margin-bottom: 0;
    width: 192px;
    flex: 0 0 192px;
  }
}
@media (min-width: 1260px) {
  .service-card__content {
    max-width: 320px;
  }
}

.share {
  display: flex;
  align-items: center;
}
.share__social {
  margin-bottom: 0;
}
.share__print {
  color: #343537;
  font-size: 1.3125rem;
  text-decoration: none;
  margin-left: 0.75rem;
}

.social {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(0.375rem * -0.5);
  margin-right: calc(0.375rem * -0.5);
}
.social__item {
  position: relative;
  min-height: 1px;
  padding-left: calc(0.375rem * 0.5);
  padding-right: calc(0.375rem * 0.5);
  margin-bottom: 0.375rem;
}
.social__link {
  font-size: 1.5rem;
  text-decoration: none;
  opacity: 1;
}
.social__link:focus, .social__link:hover {
  opacity: 0.75;
}
.social--default .social__link {
  color: #9398a2;
}
.social--default .social__link:focus, .social--default .social__link:hover {
  color: #9398a2;
}
.social--base .social__item {
  margin-bottom: 0;
}
.social--base .social__link, .social--base .social__img {
  display: block;
  width: 30px;
  height: 30px;
}
.social--lg {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.social--lg .social__item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.social--lg .social__link, .social--lg .social__img {
  width: 60px;
  height: 60px;
}

.sorting-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sorting-panel__filters {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(1.25rem * -0.5);
  margin-right: calc(1.25rem * -0.5);
}
.sorting-panel__filter {
  position: relative;
  min-height: 1px;
  padding-left: calc(1.25rem * 0.5);
  padding-right: calc(1.25rem * 0.5);
}
.sorting-panel__filter:focus .sorting-panel__toggle, .sorting-panel__filter:hover .sorting-panel__toggle {
  color: #343537;
}
.sorting-panel__label, .sorting-panel__toggle {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}
.sorting-panel__label {
  margin-right: 0.25rem;
}
.sorting-panel__toggle {
  display: flex;
  align-items: center;
  height: 100%;
  color: #9398a2;
}
.sorting-panel__toggle-short {
  font-size: 1.5rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.sorting-panel__toggle-chevron {
  border: 0;
  top: 0;
  margin-left: 0.1875rem;
  font-size: 0.5625rem;
  width: 0.5625rem;
  height: 0.5625rem;
}
.sorting-panel__toggle-icon {
  color: #343537;
}
.is-active .sorting-panel__toggle {
  color: #343537;
}
.sorting-panel__toggle:focus, .sorting-panel__toggle:hover {
  color: #343537;
}
@media (min-width: 1024px) {
  .sorting-panel__filters {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .sorting-panel__filter {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.sorting__list {
  padding: 0;
  list-style: none;
}
.sorting__item {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.sorting__name {
  color: #343537;
  text-decoration: none;
  font-weight: 500;
}
.sorting__name.is-selected, .sorting__name.is-active {
  color: #ff2d39;
}
@media (min-width: 1440px) {
  .sorting__list {
    margin-left: -1.0625rem;
    margin-right: -1.0625rem;
  }
  .sorting__item {
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
  }
}

.table-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  .table-wrapper {
    overflow: visible;
  }
}

.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #000000;
}
.table thead th {
  padding-top: 0;
}
.table tbody td {
  background-color: #eff5f9;
}
.table th,
.table td {
  padding: 1.1875rem 1.25rem;
  vertical-align: baseline;
  text-align: left;
}
.table th {
  font-weight: 700;
}
.table td {
  border-bottom: 4px solid #ffffff;
}
tr:last-child .table td {
  border-bottom-width: 0;
}
.table .td-id {
  width: 5%;
}
.table .td-name {
  width: 37%;
}
.table .td-data {
  width: 58%;
}
.table--inner th,
.table--inner td {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.table--inner th:first-child,
.table--inner td:first-child {
  padding-left: 0;
}
.table--inner th:last-child,
.table--inner td:last-child {
  padding-right: 0;
}
.table--inner tbody tr:last-child td {
  padding-bottom: 0.125rem;
}
.tabs__list {
  position: relative;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  text-align: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.tabs__list:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 2px;
  pointer-events: none;
  background-color: #ff2d39;
  z-index: -1;
}
.tabs__item {
  text-transform: uppercase;
  max-width: 240px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-bottom: 2px solid #ff2d39;
}
.tabs__item:first-child {
  padding-left: 1.25rem;
}
.tabs__item:last-child {
  padding-right: 1.25rem;
}
.tabs__link {
  display: block;
  color: #101010;
  text-decoration: none;
  padding-bottom: 1.4375rem;
  position: relative;
  height: 100%;
}
.tabs__link:before, .tabs__link:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  border: solid transparent;
  border-width: 0 18px 18px;
  height: 0;
  width: 0;
  pointer-events: none;
  opacity: 0;
}
.tabs__link:before {
  border-bottom-color: #ff2d39;
}
.tabs__link:after {
  border-bottom-color: #ffffff;
  margin-bottom: -3px;
}
.tabs__link.is-active {
  font-weight: 500;
}
.tabs__link.is-active:before, .tabs__link.is-active:after {
  opacity: 1;
}
.tabs__link:focus, .tabs__link:hover {
  color: #343537;
}
.tabs__content {
  display: flex;
}
.tabs__tab {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  margin-right: -100%;
  width: 100%;
}
.tabs__tab.is-active {
  opacity: 1;
  visibility: visible;
}
.tabs--md .tabs__list {
  margin-bottom: 2.125rem;
}
.tabs--md .tabs__link {
  padding-bottom: 1.8125rem;
}
@media (min-width: 768px) {
  .tabs__list {
    justify-content: center;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    overflow-x: visible;
  }
  .tabs__list:after {
    display: none;
  }
}

.text-block {
  color: #101010;
}
.text-block + .text-block {
  margin-top: 1.29471em;
}
.text-block h2:not(:first-child) {
  margin-top: 3.5625rem;
}
.text-block a {
  text-decoration: underline;
}
.text-block ul:not([class]),
.text-block ol:not([class]) {
  padding: 0;
  list-style: none;
  margin-bottom: 2.875rem;
}
.text-block ul:not([class]) > li,
.text-block ol:not([class]) > li {
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 0.45em;
}
.text-block ul:not([class]) > li:before,
.text-block ol:not([class]) > li:before {
  position: absolute;
  left: 0;
}
.text-block ul:not([class]) > li:before {
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #ff2d39;
  top: 0.4em;
  left: 0.8125rem;
  content: "";
}
.text-block ol:not([class]) {
  counter-reset: ol-counter;
}
.text-block ol:not([class]) > li:before {
  top: 0;
  counter-increment: ol-counter;
  content: counter(ol-counter, decimal) ".";
}
@media (min-width: 1024px) {
  .text-block + .text-block {
    margin-top: 3rem;
  }
  .text-block--columns {
    columns: 2 400px;
    column-gap: 1.25rem;
  }
  .text-block--columns h2 {
    column-span: all;
  }
  .text-block--columns p,
  .text-block--columns ul,
  .text-block--columns ol,
  .text-block--columns dl,
  .text-block--columns section {
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.view-options {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.view-options__label {
  color: #9398a2;
  font-weight: 700;
  margin-top: 0.3125rem;
  margin-right: 1.5625rem;
  margin-bottom: 0.3125rem;
}
.view-options__list {
  padding: 0;
  list-style: none;
}
.view-options__option {
  color: #343537;
  text-decoration: none;
}
.view-options__option::after {
  color: #ff2d39;
  font-size: 0.625rem;
  margin-left: 0.5rem;
  transform: rotate(-180deg);
  transition: transform 0.25s ease-in-out;
}
.view-options__option-text {
  border-bottom: 1px dotted #ff2d39;
}
.view-options__option.is-selected {
  color: #9398a2;
}
.view-options__option.is-selected::after {
  color: #ff2d39;
  font-size: 0.625rem;
  margin-left: 0.3125rem;
  transform: rotate(0);
}
.view-options__option.is-selected .view-options__option-text {
  border-bottom-width: 0;
}
.view-switcher__button, .view-switcher__button-icon {
  width: 1.3125rem;
  height: 1.375rem;
}
.view-switcher__button {
  color: #ff2d39;
  text-decoration: none;
}
.view-switcher__button:focus, .view-switcher__button:hover {
  opacity: 0.8;
}
.view-switcher__button.is-active {
  color: #dadada;
  text-decoration: none;
}
.achievements__list {
  padding: 0;
  list-style: none;
}
.achievements__item {
  margin-bottom: 1.6875rem;
}
.achievements__action {
  margin-top: 3.6875rem;
}
@media (min-width: 1024px) {
  .intro + .achievements {
    margin-top: 1rem;
  }
}

.approvals__title {
  margin-bottom: 2.6875rem;
}
.approvals__list {
  padding: 0;
  list-style: none;
  margin-bottom: -2.5rem;
}
.approvals__list:last-child {
  margin-bottom: -2.5rem;
}
.approvals__item {
  margin-bottom: 2.5rem;
}
.article__picture {
  max-width: 32.5625rem;
  margin-top: 0.1875rem;
  margin-bottom: 1.25rem;
}
.article__picture-frame:after {
  padding-top: 51.0556621881%;
}
.article__date {
  position: absolute;
  top: -0.1875rem;
  right: -0.1875rem;
  background-color: #ff2d39;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
}
.article__footer {
  margin-top: 3.125rem;
}
.article__footer-col {
  display: flex;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.article__footer-col--left {
  margin-right: auto;
}
@media (min-width: 768px) {
  .article__picture {
    position: relative;
  }
  .article__picture::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -46%);
    z-index: -1;
    width: 643px;
    height: 425px;
    background: url(/assets/images/particles/article-picture-particles.svg) 0 0 no-repeat;
  }
}

.brands__slider {
  margin-top: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.brands__item-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.brands__item-body:focus .brands__item-button, .brands__item-body:hover .brands__item-button {
  opacity: 1;
}
.brands__item-img {
  margin: 0 auto;
  max-width: 80%;
}
.brands__item-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.25s ease-in-out;
}
@media (min-width: 1440px) {
  .brands__slider {
    padding-left: 0;
    padding-right: 0;
  }
}

.catalog {
  overflow: visible;
}
.catalog__tabs-list {
  margin-top: -0.375rem;
  margin-bottom: 3.1875rem;
}
.catalog__help {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.875rem;
}
.catalog__help-button {
  min-width: 13.125rem;
}
.catalog__help-button + .catalog__help-button {
  margin-top: 0.625rem;
}
.catalog__call-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-bottom: 1.25rem;
  padding: 1.3125rem 1.5rem 1.3125rem 14.0625rem;
  min-height: 6.875rem;
  background-color: #eff5f9;
  background-image: url(/content/catalog/call-button.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  text-decoration: none;
  color: inherit;
}
.catalog__call-button-body {
  display: flex;
  flex: 1 1 17.5rem;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
  max-width: 33.75rem;
}
.catalog__call-button-title {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 600;
  color: #ff2d39;
}
.catalog__call-button-text {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #343537;
}
.catalog__call-button-action {
  flex: 0 0 auto;
  margin-left: auto;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .catalog__call-button {
    padding-left: 1.5rem;
    background-image: none;
  }
  .catalog__call-button .catalog__call-button-action {
    margin-left: 0;
  }
}
.catalog__list--divided {
  border-bottom: 1px solid #cacdcf;
  padding-bottom: 1.375rem;
}
.catalog__list--list .catalog__item, .catalog__list--table .catalog__item {
  max-width: 100%;
  flex: 0 0 100%;
}
.catalog__list--list .catalog__item {
  margin-bottom: 1.25rem;
}
.catalog__list--list .catalog__item:last-child {
  margin-bottom: 0;
}
.catalog__list--table .catalog__item {
  position: relative;
}
.catalog__list--table .catalog__item:before, .catalog__list--table .catalog__item:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  transition: opacity 0.2s ease-in-out;
  z-index: 5;
}
.catalog__list--table .catalog__item:before {
  top: -1px;
  border-bottom: 1px solid #ffffff;
  opacity: 0;
}
.catalog__list--table .catalog__item:after {
  bottom: 0;
  border-bottom: 1px solid #cacdcf;
  opacity: 1;
}
.catalog__list--table .catalog__item:focus:before, .catalog__list--table .catalog__item:hover:before {
  opacity: 1;
}
.catalog__list--table .catalog__item:focus:after, .catalog__list--table .catalog__item:hover:after {
  opacity: 0;
}
.catalog__items {
  margin-bottom: -1.25rem;
}
.catalog__items > .catalog__item {
  margin-bottom: 1.25rem;
}
.catalog__display-options {
  margin-bottom: 2.625rem;
  flex-direction: column;
}
.catalog__display-options:last-child {
  margin-bottom: 0;
}
.catalog__view-options {
  margin-top: 0.625rem;
}
.catalog__title {
  margin-bottom: 1.5rem;
}
.catalog__pagination {
  margin-top: 0.6875rem;
}
.catalog__section + .catalog__section {
  margin-top: 4.875rem;
}
.catalog__main + .catalog__section {
  margin-top: 4.875rem;
}
.catalog__text {
  margin-bottom: 4.375rem;
}
.catalog__text:last-child {
  margin-bottom: 0;
}
.catalog__text:not(:first-child) {
  margin-top: 3.5rem;
}
.catalog__aside-menu {
  margin-bottom: 1.875rem;
}
.catalog__filters-trigger {
  margin-bottom: 1.875rem;
}
.catalog__filters {
  margin-bottom: 1.875rem;
}
.catalog__filter-panel {
  margin-bottom: 2.5rem;
}
.catalog__call-button + .catalog__filter-panel {
  margin-top: -0.625rem;
}
.catalog__sorting-panel {
  position: sticky;
  top: 63px;
  z-index: 9990;
  margin-bottom: 0.625rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding: 1.25rem;
  background-color: #ffffff;
}
.catalog__sorting-panel:not(:first-child) {
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {
  .catalog__aside {
    position: relative;
    z-index: 2;
    max-width: 20.3125rem;
    margin-bottom: 0;
    overflow: visible;
  }
  .catalog__main {
    max-width: none;
    flex: 1;
  }
  .catalog__title {
    margin-top: -0.6875rem;
  }
}
@media (min-width: 1260px) {
  .catalog__title.is-fixed {
    margin-bottom: 86px;
  }
  .catalog__display-options {
    margin-top: -0.5rem;
    flex-direction: row;
  }
  .catalog__display-options.is-fixed {
    position: fixed;
    top: 127px;
    padding: 5px 0;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.75);
    background-color: #fff;
    z-index: 49;
  }
  .catalog__view-options {
    margin-top: -0.25rem;
  }
  .catalog__sorting-panel {
    top: 116px;
  }
}

.certificates__list {
  padding: 0;
  list-style: none;
  margin-bottom: -2.5rem;
}
.certificates__item {
  margin-bottom: 2.5rem;
}
.contacts__info {
  margin-bottom: 1.25rem;
}
.contacts__info-item {
  margin-bottom: 2.5rem;
}
.contacts__info-title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 1rem;
}
.contacts__info-text {
  font-size: 1.0625rem;
  line-height: 1.3;
}
.contacts__info-text p {
  margin-bottom: 0;
}
.contacts__info-phones {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  margin-top: 1rem;
}
.contacts__info-phone {
  color: inherit;
  text-decoration: none;
}
.contacts__info-link {
  display: block;
  margin-top: 0.25rem;
  color: #ff2d39;
  text-decoration: underline;
  word-break: break-word;
}
.contacts__info-link:focus, .contacts__info-link:hover {
  color: rgb(255, 66, 76.8);
}
.contacts__feedback {
  margin-bottom: 3.125rem;
}
.contacts__feedback-title {
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  max-width: 49.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .contacts__feedback-title {
    font-size: 2.125rem;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Roboto Condensed", Arial, sans-serif;
  }
}
.contacts__form {
  background-color: #eff5f9;
  padding: 1.875rem 1.25rem;
}
@media (min-width: 768px) {
  .contacts__form {
    padding: 3.125rem 2.5rem;
  }
}
.contacts__map-frame {
  width: 100%;
  height: 20rem;
}
@media (min-width: 768px) {
  .contacts__map-frame {
    height: 26.25rem;
  }
}

.cover {
  position: relative;
  min-height: 297px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 4.6875rem;
}
.cover:last-child {
  margin-bottom: 0;
}
.cover__bg {
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}
.cover__particles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.cover__particles1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.cover__particles2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.cover__content {
  position: relative;
  z-index: 2;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.cover__text {
  max-width: 32.6875rem;
  margin: 0 auto;
  font-weight: 500;
}
.cover__title {
  max-width: 26.25rem;
  margin-bottom: 0;
}
@media screen and (min-width: 0) {
  .cover__title {
    font-size: 2.375rem;
    line-height: 1.0002631579;
  }
}
@media screen and (min-width: 768px) {
  .cover__title {
    font-size: 2.875rem;
    line-height: 1.0002173913;
  }
}
.cover__links a {
  text-decoration: none;
  text-transform: uppercase;
}
.cover__links a:focus, .cover__links a:hover {
  color: rgb(255, 66, 76.8);
  text-decoration: underline;
}
@media (min-width: 1260px) {
  .cover__content {
    width: 50%;
  }
  .cover--full .cover__content {
    width: 100%;
  }
  .cover--full .cover__text {
    max-width: 66.5rem;
    font-weight: 400;
  }
}
@media (min-width: 1920px) {
  .cover__bg {
    left: 0;
    right: 0;
    margin-left: -9.25rem;
    margin-right: -9.25rem;
    width: auto;
    transform: skew(-2.5deg);
  }
  .cover__bg > * {
    transform: skew(2.5deg);
  }
}

.directions__item {
  margin-bottom: 3.375rem;
  padding-bottom: 3.3125rem;
  border-bottom: 1px solid #cacdcf;
}
.directions__item:last-child {
  margin-bottom: 0;
}
.directions__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .intro + .directions {
    margin-top: 1.5rem;
  }
}

.error-404 {
  padding-top: 2.3125rem;
}
.error-404__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 15rem));
  gap: 1.25rem;
  max-width: 47.5rem;
  margin: 0 auto;
}
.error-404__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 12.5rem;
  padding: 1.25rem 1rem 1.375rem;
  background-color: #eff5f9;
  text-align: center;
}
.error-404__card--link {
  color: #343537;
  text-decoration: none;
  transition: filter 0.2s ease-in-out;
}
.error-404__card--link:focus, .error-404__card--link:hover {
  filter: drop-shadow(0 4px 11px rgba(0, 0, 0, 0.18));
}
.error-404__card--error {
  justify-content: center;
}
.error-404__icon {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.625rem;
  margin-bottom: 0.75rem;
  color: #ff2d39;
}
.error-404__icon-svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.error-404__title {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.error-404__error-label {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: none;
}
.error-404__code {
  margin: 0;
  color: #ff2d39;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 4.5rem;
  letter-spacing: -0.18rem;
  text-transform: none;
}
.error-404__message {
  max-width: 47.5rem;
  margin: 1.6875rem auto 0;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .error-404__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
  .error-404__card--error {
    order: -1;
    grid-column: 1/-1;
  }
}
@media (max-width: 479px) {
  .error-404__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.hero {
  position: relative;
}
.hero__slider {
  margin-top: -1.875rem;
  margin-bottom: -2.5rem;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}
.hero__slide {
  display: flex;
  align-items: center;
  position: relative;
  background: url(../images/preloader.gif);
  background-position: 50%;
  background-repeat: no-repeat;
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  height: auto !important;
}
.hero__slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__slide-particles {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49%);
  z-index: 1;
  pointer-events: none;
}
.swiper-slide-active .hero__slide-particles {
  opacity: 1;
}
.hero__slide-content {
  color: #ffffff;
  position: relative;
  z-index: 2;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.hero__slide-icon {
  display: block;
  fill: currentColor;
  margin-bottom: 1rem;
  max-width: 4.4375rem;
  max-height: 4.4375rem;
}
.hero__slide-title {
  margin-bottom: 0;
}
@media screen and (min-width: 0) {
  .hero__slide-title {
    font-size: 2.375rem;
    line-height: 1.0002631579;
  }
}
@media screen and (min-width: 768px) {
  .hero__slide-title {
    font-size: 2.875rem;
    line-height: 1.0002173913;
  }
}
.hero__slide-title > span {
  display: inline-block;
  border-bottom: 2px solid #ff2d39;
  padding-bottom: 0.8125rem;
}
.hero__slide-action {
  margin-top: 3.5rem;
}
.hero .swiper-pagination-bullet {
  width: 58px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1;
}
.hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff2d39;
}
.hero .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 4.1875rem;
  z-index: 10;
}
.hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.hero .swiper-button-prev,
.hero .swiper-button-next {
  color: #ffffff;
}
.hero .swiper-button-prev {
  left: 0;
}
.hero .swiper-button-next {
  right: 0;
}
@media (min-width: 768px) {
  .hero__slide-content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .hero .swiper-button-prev,
  .hero .swiper-button-next {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .hero__slide-content {
    width: 50%;
  }
}
@media (min-width: 1260px) {
  .hero__slide {
    min-height: 602px;
  }
  .hero .swiper-button-prev,
  .hero .swiper-button-next {
    right: auto;
    left: 50%;
  }
  .hero .swiper-button-prev {
    margin-left: -658px;
  }
  .hero .swiper-button-next {
    margin-left: 603px;
  }
}
@media (min-width: 1440px) {
  .hero__slide {
    width: 1390px;
  }
  .hero__slide-bg {
    transform: skew(-3deg);
  }
  .hero__slide-content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.img-menu {
  position: relative;
}
.img-menu:not(.section) {
  margin-top: 4.875rem;
}
.page-header + .img-menu {
  margin-top: 0;
}
.img-menu__particles {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  pointer-events: none;
  content: "";
}
.img-menu__particles1 {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  pointer-events: none;
  content: "";
}
.img-menu__particles2 {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  pointer-events: none;
  content: "";
}
.img-menu__list {
  padding: 0;
  list-style: none;
  margin-bottom: -1.25rem;
}
.img-menu__item {
  margin-bottom: 1.25rem;
}
.img-menu__link {
  display: block;
}
.img-menu__link:after {
  padding-top: 120.8333333333%;
}
.img-menu__link:after {
  padding-top: 96%;
}
.img-menu__link-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(3, 10, 29, 0) 45.69%, #030A1D 88.62%);
  content: "";
  z-index: 1;
}
.img-menu__link:focus .img-menu__img, .img-menu__link:hover .img-menu__img {
  transform: scale(1.1);
}
.img-menu__img {
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
}
.img-menu__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: 1.3084615385;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
  padding: 0.9375rem 1.5rem 0.9375rem 0.875rem;
  z-index: 2;
}
.img-menu__icon-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 43px;
  height: 40px;
  min-width: 43px;
  margin-right: 0.25rem;
  margin-bottom: 0.0625rem;
}
.img-menu__icon {
  display: block;
  fill: currentColor;
}
@media (min-width: 1260px) {
  .img-menu__item {
    max-width: 20%;
    flex: 0 0 20%;
  }
}

.news {
  position: relative;
}
.intro + .news {
  margin-top: 2.125rem;
}
.news__particles {
  position: absolute;
  top: -4%;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  pointer-events: none;
  content: "";
}
.news__particles1 {
  position: absolute;
  top: -4%;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  pointer-events: none;
  content: "";
}
.news__particles2 {
  position: absolute;
  top: -4%;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  pointer-events: none;
  content: "";
}
.page-header {
  color: #101010;
  margin-bottom: 3.125rem;
  padding-top: 1.6875rem;
}
.page-header h1 {
  margin-bottom: 0;
}
.page-header__aside {
  margin-top: 1.25rem;
}
.page-header .company-info {
  margin-top: -1.25rem;
}
.page-header__menu {
  margin-top: 2.0625rem;
}
@media (min-width: 1024px) {
  .page-header__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .page-header__content {
    flex: 1;
  }
  .page-header__aside {
    margin-top: 0;
    padding-left: 1.25rem;
  }
  .page-header .company-info {
    margin-top: 0;
    margin-bottom: -0.625rem;
  }
}
@media (min-width: 1260px) {
  .page-header .menu {
    margin-top: 1.375rem;
  }
}

.photo-gallery:last-child {
  padding-bottom: 6.75rem;
}
.photo-gallery__slider {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.photo-gallery__item {
  width: auto;
  height: 13.5625rem;
}
.photo-gallery__picture {
  display: block;
  height: 100%;
  overflow: hidden;
}
.photo-gallery__img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
}
.photo-gallery__picture:hover .photo-gallery__img, .photo-gallery__picture:focus .photo-gallery__img {
  transform: scale(1.05);
}
@media (min-width: 1440px) {
  .photo-gallery__slider {
    padding-left: 0;
    padding-right: 0;
  }
}

.product {
  padding-bottom: 3.375rem;
}
.product__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.625rem;
  margin-bottom: 1.375rem;
}
.product__title {
  flex: 1 1 17.5rem;
  margin-bottom: 0;
  margin-right: 0.625rem;
}
.product__availability {
  flex: 0 0 auto;
  margin-left: auto;
  white-space: nowrap;
}
.product__compare {
  color: #343537;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.product__compare-plus {
  color: #ff2d39;
  font-size: 0.375rem;
  margin-right: 0.1875rem;
  top: -1px;
}
.product__compare-icon {
  color: #ff2d39;
  font-size: 1.375rem;
  margin-right: 0.5625rem;
  top: -1px;
}
.product__print {
  color: #343537;
  font-size: 1.3125rem;
  text-decoration: none;
}
.product__top {
  margin-bottom: 2.5rem;
}
.product__media {
  margin-bottom: 2.5rem;
}
.product__swiper .swiper-button-next,
.product__swiper .swiper-button-prev {
  opacity: 1;
}
.product__swiper .swiper-button-next.swiper-button-disabled,
.product__swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.product__swiper .swiper-button-next {
  right: -1.875rem;
}
.product__swiper .swiper-button-prev {
  left: -1.875rem;
}
.product__slider {
  padding-right: 0.625rem;
  padding-bottom: 0.625rem;
  margin-right: -0.625rem;
}
.product__slider-item {
  overflow: visible;
  padding: 0.625rem;
}
.product__slider-item:after {
  padding-top: 71.9424460432%;
}
.product__slider-item.swiper-slide-active {
  border: 1px solid #CACDCF;
}
.product__slider-link {
  display: block;
}
.product__slider-link:after {
  position: absolute;
  right: -0.625rem;
  bottom: -0.625rem;
  color: #a8caea;
  font-size: 1.4375rem;
  z-index: 2;
  opacity: 0;
}
.product__slider-item.swiper-slide-active .product__slider-link:after {
  opacity: 1;
  transition: 0.5s ease-in;
}
.product__thumbs {
  margin-top: 1.25rem;
  position: static;
  margin-left: 1rem;
  margin-right: 1rem;
}
.product__thumbs .productthumb-slider-prev {
  left: -1.4rem;
}
.product__thumbs .productthumb-slider-prev:after {
  font-size: 25px;
}
.product__thumbs .productthumb-slider-next {
  right: -1.4rem;
}
.product__thumbs .productthumb-slider-next:after {
  font-size: 25px;
}
.product__thumbs-item {
  box-shadow: inset 0 0 0 1px #cacdcf;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
}
.product__thumbs-item.swiper-slide-thumb-active {
  box-shadow: inset 0 0 0 1px #ff2d39;
}
.product__lead {
  color: #ff2d39;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.product__details {
  margin-top: 2.5rem;
}
.product__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.product__brand-logo {
  display: block;
  max-width: 10rem;
}
.product__brand-img {
  display: block;
  width: 100%;
  height: auto;
}
.product__brand-button {
  width: 100%;
  max-width: 10rem;
}
.product__bar {
  margin-bottom: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid #cacdcf;
}
.product__actions {
  margin-bottom: 2.5rem;
}
.product__actions-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.product__actions-tools {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}
.product__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.125rem;
  margin-top: 1.125rem;
}
.product__social-text {
  flex: 1 1 15rem;
  max-width: 25.5rem;
  margin-bottom: 0;
  font-weight: 700;
}
.product__social-img {
  display: block;
  flex: 0 0 auto;
  width: 12.8125rem;
  height: auto;
}
.product__notices-list {
  margin: 0;
  padding-left: 1.3125rem;
  color: #9398a2;
  font-size: 0.875rem;
  line-height: 1.3;
}
.product__notices-list li + li {
  margin-top: 0.625rem;
}
.product__info {
  margin-bottom: 1.5rem;
}
@media (min-width: 480px) {
  .product__swiper .swiper-button-next, .product__swiper .swiper-button-next.swiper-button-disabled,
  .product__swiper .swiper-button-prev,
  .product__swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .product__media {
    margin-bottom: 0;
  }
  .product__actions {
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .product__header {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .product__title {
    margin-bottom: 0;
  }
  .product__brand {
    margin-top: 0;
  }
  .product__details {
    margin-top: 2.5rem;
  }
}

.promo-banner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.promo-banner__body {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 13.125rem;
  overflow: hidden;
  color: #ffffff;
  background-color: #abb6bd;
}
.promo-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-banner__content {
  position: relative;
  z-index: 1;
  max-width: 43rem;
  padding: 2rem 1.5rem;
}
.promo-banner__title {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.1818181818;
  font-weight: 400;
  text-transform: uppercase;
}
.promo-banner__title::after {
  display: block;
  width: 28.0625rem;
  max-width: 100%;
  height: 2px;
  margin-top: 1rem;
  background-color: #ff2d39;
  content: "";
}
@media (min-width: 768px) {
  .promo-banner__content {
    padding: 2.8125rem 3.125rem;
  }
  .promo-banner__title {
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 400;
  }
}

.section {
  padding-top: 4.75rem;
  padding-bottom: 4.5625rem;
}
main > .section:last-child {
  padding-bottom: 9.375rem;
}
.page-header + .section {
  padding-top: 0;
}
.section:not(.section--divided):not([class*=" bg-"]) + .section:not([class*=" bg-"]) {
  padding-top: 0;
}
.section__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  row-gap: 1rem;
  margin-bottom: 2.5625rem;
}
.section__header .section__title {
  margin-bottom: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.section__header .section__action {
  margin-top: 0;
  text-align: left;
  flex: 0 0 auto;
}
.section__title {
  margin-bottom: 2.5625rem;
}
.section__action {
  text-align: center;
  margin-top: 1.625rem;
}
.section--divided {
  border-bottom: 1px solid #cacdcf;
}
.service-center__title {
  margin-bottom: 3.0625rem;
}
.service-center__list {
  padding: 0;
  list-style: none;
  margin-bottom: -2.5rem;
}
.service-center__list + .text-block {
  margin-top: 6.875rem;
}
.service-center__item {
  margin-bottom: 2.5rem;
}
.service-center__action {
  margin-top: 3.625rem;
}
.services {
  position: relative;
  padding-top: 3.875rem;
  padding-bottom: 2.75rem;
}
.intro + .services {
  margin-top: 1.875rem;
}
.services__top-particles, .services__bottom-particles {
  position: absolute;
  left: 50%;
  z-index: -2;
}
.services__top-particles {
  top: 0;
  transform: translate(-60.5%, -171px);
}
.services__bottom-particles {
  bottom: 0;
  transform: translate(-60.5%, 114px);
}
.services__container {
  position: relative;
  z-index: 2;
}
.services__list {
  padding: 0;
  list-style: none;
  counter-reset: services-counter;
  margin-top: 1.6875rem;
  margin-bottom: -2.9375rem;
}
.section__header + .services__list, .services__title + .services__list {
  margin-top: 3.1875rem;
}
.services__item {
  margin-bottom: 2.9375rem;
}
.services__item-body {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.services__item-body:before {
  position: absolute;
  top: -0.625rem;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  counter-increment: services-counter;
  content: counter(services-counter, decimal);
  background-color: #ff2d39;
  color: #ffffff;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}
.services__item-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  min-width: 47px;
  margin-right: 0.625rem;
  color: #ff2d39;
  background-color: #ffffff;
}
.services__item-icon {
  display: block;
  fill: currentColor;
  max-width: 30px;
  max-height: 30px;
}
.services__item-title {
  margin-top: -0.375rem;
  margin-bottom: 0.4375rem;
  color: #101010;
}
.services__item-list {
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1;
  margin-left: 0.8125rem;
}
.services__item-option {
  padding-left: 1.125rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.services__item-option:last-child {
  margin-bottom: 0;
}
.services__item-option::before {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #ff2d39;
  content: "";
}
@media (min-width: 480px) {
  .services__item-body:before {
    width: 30px;
    height: 30px;
    font-size: 1.0625rem;
    line-height: 1.7647058824;
  }
  .services__item-icon-wrapper {
    width: 87px;
    height: 87px;
    min-width: 87px;
  }
  .services__item-icon {
    max-width: none;
    max-height: none;
  }
}

.solution {
  counter-reset: solution-counter;
}
.article + .solution {
  margin-top: -1.25rem;
}
.solution__aside {
  margin-top: 3.75rem;
}
.solution__section {
  margin-bottom: 3.75rem;
}
.solution__section:last-child {
  margin-bottom: 0;
}
.solution__section-title {
  margin-bottom: 1.75rem;
}
.solution__section-title:before {
  margin-right: 0.5rem;
  counter-increment: solution-counter;
  content: counter(solution-counter, decimal) ".";
  color: #ff2d39;
}
.solution__section-table {
  margin-top: 3.25rem;
}
.solution__section-table table {
  min-width: 58.75rem;
}
.solution__section-gallery {
  margin-top: 2.5rem;
  margin-bottom: 1.375rem;
}
.solution__section-gallery:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .solution__section-table table {
    min-width: 0;
  }
}

@media (min-width: 1024px) {
  .intro + .solutions {
    margin-top: 1rem;
  }
}