/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"); */

/* inter-300 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inter-v18-cyrillic_latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v18-cyrillic_latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v18-cyrillic_latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v18-cyrillic_latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v18-cyrillic_latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

body.no-scroll {
  overflow: hidden;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/**
 * Swiper 5.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 3, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform, .2s top;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s left;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s right;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.container {
  width: 100%;
  flex: 1;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 740px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 840px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 740px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 840px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

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

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

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

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

html,
body {
  min-height: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

h1 {
  padding: 0;
  margin: 0;
}

.page {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}

.main-page {
  padding-top: 40px;
  padding-bottom: 50px;
  gap: 56px;
}

@media (max-width: 991px) {
  .main-page {
    padding-top: 28px;
    padding-bottom: 30px;
    gap: 48px;
  }

  .main-page .prime {
    order: 1
  }

  .main-page .pop-categories {
    order: 2
  }

  .main-page .popular-product--popular {
    order: 4
  }

  .main-page .advantages {
    order: 7
  }

  .main-page .main-page-our-partners {
    order: 8
  }

  .main-page .main-page-certificate {
    order: 9
  }

  .main-page .delivery {
    order: 3
  }

  .main-page .popular-product--recommended {
    order: 5
  }

  .main-page .main-page-big-form {
    order: 6
  }

  .main-page .connections {
    order: 10
  }
}

.main {
  position: relative;
}

.container {
  max-width: 1200px !important;
  margin: auto;
  padding: 0px;
}

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

input {
  outline: none;
}

button {
  outline: none !important;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder {
  opacity: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

a:hover {
  color: inherit;
  text-decoration: inherit;
}

img {
  display: block;
}

label {
  margin: 0px;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.arrow--inactive::before {
  -webkit-transform: rotate(180deg) translateY(1px) !important;
  -ms-transform: rotate(180deg) translateY(1px) !important;
  transform: rotate(180deg) translateY(1px) !important;
}

.main {
  min-height: 80vh;
}

.color-semi-white {
  background-color: #F6F8FB;
}

.arrow--active::before {
  top: 15px;
  -webkit-transform: rotate(180deg) translateY(1px) !important;
  -ms-transform: rotate(180deg) translateY(1px) !important;
  transform: rotate(180deg) translateY(1px) !important;
}

.arrow--active-sidebar::before {
  top: 3px;
  -webkit-transform: rotate(180deg) translateY(1px);
  -ms-transform: rotate(180deg) translateY(1px);
  transform: rotate(180deg) translateY(1px);
}

.button-buy {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.button__buy {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.button__buy span {
  padding: 10px 44px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #F6F8FB;
  border: 1px solid #DF7A30;
  background-color: #DF7A30;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button__buy:hover span {
  color: #DF7A30;
  border: 1px solid #DF7A30;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button-buy span {
  padding: 10px 44px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #F6F8FB;
  border: 1px solid #DF7A30;
  background-color: #DF7A30;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.button-buy:hover span {
  color: #DF7A30;
  border: 1px solid #DF7A30;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 540px) {
  .button-buy-mobile {
    width: 140px;
  }

  .button-buy span {
    width: 100%;
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .products__card {
    padding: 15px;
  }
}

.button-cart {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.button-cart a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 32px;
  font-size: 16px;
  line-height: 150%;
  color: #1E4995;
  border: 1px solid #1E4995;
  background-color: #fff;
  position: relative;
  display: block;
  text-align: center;
}

.button-default {
  font-family: "Inter", sans-serif;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #F6F8FB;
  border: 1px solid #DF7A30;
  background-color: #DF7A30;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 8px;
}

.button-default:hover {
  color: #DF7A30;
  border: 1px solid #DF7A30;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* @media (max-width: 540px) {
  .button-default {
    width: 96%;
  }

  .button-default:hover {
    width: 96%;
  }
} */

.button-default-white {
  font-family: "Inter", sans-serif;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #1E4995;
  border: 1px solid #F6F8FB;
  background-color: #F6F8FB;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 8px;
}

.button-default-white:hover {
  color: #F6F8FB;
  border: 1px solid #F6F8FB;
  background: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.accept-button {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #1E4995;
  border: 1px solid #1E4995;
  padding: 10px 69px 10px 69px;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.accept-button:hover {
  background: #1E4995;
  color: #F6F8FB;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button-blue {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #1E4995;
  border: 1px solid #1E4995;
  padding: 10px 24px 10px 24px;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button-blue:hover {
  background: #1E4995;
  color: #F6F8FB;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button-more {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #1E4995;
  border: 1px solid #1E4995;
  padding: 10px 24px 10px 24px;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button-more:hover {
  background: #1E4995;
  color: #F6F8FB;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 540px) {
  .button-mobile {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .button-mobile span {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 540px) {
  .button-mobile a {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 540px) {
  .card__buttons-mobile {
    width: 100%;
  }
}

.buttons-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
  padding-top: 4px;
}

.button-sent {
  position: relative;
  display: inline-block;
}

.button-sent input {
  visibility: hidden;
  position: absolute;
}

.button-sent label {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #1E4995;
  border: 1px solid #1E4995;
  padding: 10px 24px 10px 24px;
  background: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.button-sent:hover label {
  background: #1E4995;
  color: #F6F8FB;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button-manager {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #1E4995;
  cursor: pointer;
  border-bottom: 1px dashed #1E4995;
  margin-left: 20px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button-manager:hover {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #9A9BBE;
  border-bottom: 1px dashed #9A9BBE;
}

.buttons-settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-settings-cancel {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-left: 36px;
  cursor: pointer;
}

.button-settings-cancel:hover {
  color: #001233;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

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

.input {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  border: 1px solid #9A9BBE;
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #001233;
}

.input::-webkit-input-placeholder {
  color: #9A9BBE;
}

.input::-moz-placeholder {
  color: #9A9BBE;
}

.input:-ms-input-placeholder {
  color: #9A9BBE;
}

.input::-ms-input-placeholder {
  color: #9A9BBE;
}

.input::placeholder {
  color: #9A9BBE;
}

.input:focus {
  border: 1px solid #001233;
}

@media (max-width: 540px) {
  .input {
    margin-bottom: 20px;
  }
}

.input-profile {
  margin-bottom: 10px;
}

.input-error {
  border: 1px solid #DF7A30 !important;
}

.input-error::-webkit-input-placeholder {
  color: #DF7A30 !important;
}

.input-error::-moz-placeholder {
  color: #DF7A30 !important;
}

.input-error:-ms-input-placeholder {
  color: #DF7A30 !important;
}

.input-error::-ms-input-placeholder {
  color: #DF7A30 !important;
}

.input-error::placeholder {
  color: #DF7A30 !important;
}

.ui-menu {
  background-color: #F6F8FB;
  padding: 5px 30px 15px 30px;
  width: 300px;
  -webkit-box-shadow: 0px 4px 40px rgba(30, 73, 149, 0.1);
  box-shadow: 0px 4px 40px rgba(30, 73, 149, 0.1);
  z-index: 99;
}

@media (max-width: 540px) {
  .ui-menu {
    font-size: 18px;
    line-height: 22px;
    width: 288px;
  }
}

.ui-menu-item {
  font-weight: 300;
  font-size: 13px;
  line-height: 120%;
  color: #001233;
  cursor: pointer;
  border-bottom: 1px solid #DEDEE6;
}

.ui-menu-item:hover {
  color: #1E4995;
}

.ui-menu-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.input-dashed {
  border: none;
  outline: none;
  background: none;
  border-bottom: 1px dashed #001233;
}

.input-dashed::-webkit-input-placeholder {
  color: #001233;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}

.input-dashed::-moz-placeholder {
  color: #001233;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}

.input-dashed:-ms-input-placeholder {
  color: #001233;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}

.input-dashed::-ms-input-placeholder {
  color: #001233;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}

.input-dashed::placeholder {
  color: #001233;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}

.header {
  background-color: white;
  font-family: Inter;
}

.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 19px;
}

.header__logo {
  margin-bottom: 7px;
}

@media (max-width: 730px) {
  .header {
    display: none;
  }

  .header__logo {
    display: none;
  }
}

.header__callback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 540px) {
  .header__callback {
    display: none;
  }
}

.header__callback-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.header__callback:hover {
  opacity: 75%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__callback:hover .header__callback-image svg {
  opacity: 75%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__callback:hover .header__callback-title {
  opacity: 75%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__callback-image svg {
  fill: #F6F8FB;
  width: 24px;
  height: 24px;
}

.header__callback-title {
  font-size: 16px;
  line-height: 120%;
  color: #F6F8FB;
  text-transform: uppercase;
  padding-left: 5px;
}

.messenger-text {
  font-size: 14px;
  line-height: 120%;
  color: #F6F8FB;
  text-transform: uppercase;
  margin-top: 8px;
}

.messenger-items {
  display: flex;
  gap: 5px
}

.messenger-content {
  display: flex;
  gap: 50px
}

.header__fast-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 540px) {
  .header__fast-order {
    display: none;
  }
}

@media (max-width: 768px) {
  .header__fast-order {
    display: none;
  }
}

.header__fast-order:hover {
  opacity: 75%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__fast-order:hover .header__fast-order-image svg {
  opacity: 75%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__fast-order:hover .header__callback-title {
  opacity: 75%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__fast-order-image svg {
  width: 24px;
  height: 24px;
}

.header__phone {
  font-size: 16px;
  line-height: 120%;
  color: #F6F8FB;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__phone-mobile {
  font-size: 16px;
  line-height: 120%;
  color: #F6F8FB;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 540px) {
  .header__phone {
    display: none;
  }
}

@media (max-width: 1200px) {
  .header__phone {
    display: none;
  }
}

.header__phone:hover {
  opacity: 75%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__email {
  font-size: 16px;
  line-height: 120%;
  color: #F6F8FB;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__email-mobile {
  font-size: 16px;
  line-height: 120%;
  color: #F6F8FB;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 540px) {
  .header__email {
    display: none;
  }
}

@media (max-width: 1200px) {
  .header__email {
    display: none;
  }
}

.header__email:hover {
  opacity: 75%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__button {
  padding: 10px 24px;
  border: 1px solid #F6F8FB;
  font-size: 16px;
  line-height: 150%;
  color: #F6F8FB;
  background-color: #1E4995;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 540px) {
  .header__button {
    display: none;
  }
}

.header__button:hover {
  background-color: #F6F8FB;
  font-weight: 300;
  color: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a.header__button {
  color: white;
}

.header__enter-user {
  position: relative;
}

.header__enter-user span {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #F6F8FB;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__enter-user span:hover {
  opacity: 75%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__enter-sign {
  position: absolute;
  right: -1px;
  top: 2px;
  width: 7px;
  height: 7px;
  background-color: #1E955C;
  border-radius: 50%;
}

.header__breadcrumbs {
  background: #F6F8FB;
  padding: 20px 0;
}

@media (max-width: 540px) {
  .header__breadcrumbs {
    padding-top: 15px;
  }
}

.header__breadcrumbs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0px;
  font-family: 'Inter', sans-serif;
}

.header__breadcrumbs-link {
  color: #001233;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__breadcrumbs-link:hover {
  color: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header__breadcrumbs-line {
  color: #9A9BBE;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 300;
  font-size: 12px;
}

.header__breadcrumbs-current {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #9A9BBE;
}

.header__mobile {
  display: none;
  background-color: #1E4995;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

@media (max-width: 540px) {
  .header__mobile {
    display: block;
  }
}

.header__mobile-nav {
  cursor: pointer;
}

.header__mobile-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__mobile-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__mobile-logo {
  margin-left: 16px;
  cursor: pointer;
}

.footer {
  background-color: #F6F8FB;
  padding-top: 50px;
  font-family: Inter;
}

@media (max-width: 540px) {
  .footer {
    padding-top: 0px;
    padding-bottom: 16px;
  }
}

.footer__logo {
  padding-bottom: 55px;
}

@media (max-width: 540px) {
  .footer__logo {
    padding-bottom: 0px;
    padding-top: 16px;
  }
}

.footer__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #001233;
  padding-bottom: 20px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.footer-info-mobile {
  display: none;
}

.footer-info-partners {
  display: none;
}

@media (max-width: 540px) {
  .footer__info {
    font-size: 14px;
    padding-bottom: 0px;
    padding-top: 16px;
  }

  .footer-info {
    display: none;
  }

  .footer-info-mobile {
    display: flex;
  }

  .footer-info-number {
    display: none;
  }

  .footer-info-partners {
    display: flex;
  }
}

@media (max-width: 540px) {
  .footer__info-content-logo {
    border-bottom: 1px solid #DEDEE6;
    padding-bottom: 16px;
  }
}

@media (max-width: 540px) {
  .footer__info-content {
    border-bottom: 1px solid #DEDEE6;
  }
}

.footer__info a {
  color: #001233
}

.footer__info a:hover {
  color: #1E4995;
  cursor: pointer;
}

.footer__nav-item {
  padding-bottom: 10px;
}

@media (max-width: 540px) {
  .footer__nav-item {
    padding-bottom: 0px;
    padding-top: 16px;
  }
}

.footer__nav-link {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #001233;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.footer__nav-link.nolink {
  cursor: default;
}

@media (max-width: 540px) {
  .footer__nav-link {
    font-size: 14px;
  }
}

.footer__nav-link:not(:nolink):hover {
  color: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  border-radius: 6px;
  z-index: 20;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 40px rgba(30, 73, 149, 0.1);
  box-shadow: 0px 4px 40px rgba(30, 73, 149, 0.1);
}

.to-top span {
  width: 49px;
  height: 49px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#totop.opener {
  opacity: 1;
}

#totop {
  position: fixed;
  opacity: 0;
  z-index: 9999;
}

.nav {
  position: relative;
  background-color: #fff;
}

@media (max-width: 540px) {
  .nav {
    display: none;
  }
}

.nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.nav__item {
  height: 24px;
}

.nav__link {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #001233;
  padding-bottom: 24px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nav__link:not(:nolink):hover {
  color: #1E4995;
  border-bottom: 1px solid #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nav__link.nolink {
  cursor: default;
}


.nav__link--active {
  color: #1E4995;
  border-bottom: 1px solid #1E4995;
}

.nav__link-down {
  cursor: pointer;
  position: relative;
}

.nav__link-down::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -30px;
  width: 24px;
  height: 24px;
  background-image: url("/assets/icon/dropdown-arrow.svg");
  background-repeat: no-repeat;
}

.nav__link-menu {
  height: 19.6px;
}

.nav .arrow--active::before {
  top: 1px;
}

.nav__cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 5px;
}

.nav__cart-icon {
  width: 24px;
  height: 24px;
}

.nav__cart-link {
  /*width: 50px;*/
  /* height: 50px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* padding-left: 6px; */
}

.nav__cart-sum {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #001233;
}

@media (max-width: 540px) {
  .nav__cart-sum-mobile {
    color: #F6F8FB;
  }
}

.nav__cart-counter {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  right: 10px;
  top: -5px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #DF7A30;
  border-radius: 50%;
}

@media (max-width: 540px) {
  .nav__cart-counter-mobile {
    color: #1E4995;
    background: #F6F8FB;
  }
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

@media (max-width: 540px) {
  .nav-fixed {
    display: none;
  }
}

.nav-fixed--active {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.subscribe {
  background: #1E4995;
}

@media (max-width: 540px) {
  .subscribe {
    background-size: cover;
    background-image: url("/assets/images/envelop-mobile.png");
  }
}

@media (max-width: 540px) {
  .subscribe {
    position: relative;
    padding-bottom: 32px;
  }
}

.subscribe__title {
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  color: #fff;
  padding-bottom: 36px;
}

@media (max-width: 540px) {
  .subscribe__title {
    width: 50%;
    font-size: 24px;
    padding-top: 25px;
    z-index: 2;
  }
}

.subscribe__title span {
  font-weight: 500;
}

.subscribe__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 540px) {
  .subscribe__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.subscribe__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 540px) {
  .subscribe__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
  }
}

.subscribe__content-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #9A9BBE;
  padding-right: 66px;
}

@media (max-width: 540px) {
  .subscribe__content-text {
    padding-bottom: 15px;
  }
}

.subscribe__input {
  width: 329px;
  border: 1px solid #9A9BBE;
  background-color: #1E4995;
  padding: 12px 25px 12px 25px;
  color: #F6F8FB;
}

@media (max-width: 540px) {
  .subscribe__input {
    width: 288px;
    margin: auto;
  }
}

.subscribe__input:focus {
  border: 1px solid #F6F8FB;
}

.subscribe__input::-webkit-input-placeholder {
  color: #9A9BBE;
}

.subscribe__input::-moz-placeholder {
  color: #9A9BBE;
}

.subscribe__input:-ms-input-placeholder {
  color: #9A9BBE;
}

.subscribe__input::-ms-input-placeholder {
  color: #9A9BBE;
}

.subscribe__input::placeholder {
  color: #9A9BBE;
}

@media (max-width: 540px) {
  .subscribe__click {
    text-align: center;
  }
}

.subscribe__button {
  padding: 9px 24px 9px 24px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #1E4995;
  background-color: #F6F8FB;
  border: 1px solid #F6F8FB;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 540px) {
  .subscribe__button {
    padding: 10px 92px;
  }
}

.subscribe__button:hover {
  background-color: #1E4995;
  color: #F6F8FB;
  padding: 9px 24px 9px 24px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 540px) {
  .subscribe__button:hover {
    padding: 10px 92px;
  }
}

@media (max-width: 540px) {
  .subscribe__button-reload {
    padding: 10px 67px;
  }
}

@media (max-width: 540px) {
  .subscribe__image {
    display: none;
  }
}

.main__title h1,
.company-about__title h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  padding-top: 25px;
  padding-bottom: 28px;
  color: #001233;
}

@media (max-width: 540px) {

  .main__title h1,
  .company-about__title h2 {
    font-size: 20px;
    line-height: 26px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
}

.main__title-client h1 {
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  padding-top: 25px;
  padding-bottom: 36px;
  color: #001233;
}

@media (max-width: 540px) {
  .main__title-client h1 {
    font-size: 28px;
    padding-top: 0px;
    padding-bottom: 6px;
  }
}

.modules-mobile {
  background-color: #F6F8FB;
}

.modules-mobile__title {
  display: none;
}

@media (max-width: 540px) {
  .modules-mobile__title {
    display: block;
    font-weight: 300;
    font-size: 28px;
    line-height: 120%;
    color: #001233;
  }
}

.table {
  background-color: #F6F8FB;
  padding-bottom: 100px;
}

.table__background {
  background: #fff;
  padding: 24px;
}

.table__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.table__choose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.table__choose-wrap {
  border: 1px solid #9A9BBE;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.table__choose-wrap--active {
  border: 1px solid #1E4995;
}

.table__choose-wrap:hover {
  border: 1px solid #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.table__choose-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
  padding: 7px 15px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.table__choose-title--active {
  color: #1E4995;
}

.table__choose-title:hover {
  color: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.table__download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.table__download:hover svg {
  stroke: #001233;
  color: #001233;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.table__download-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
  font-size: 15px;
  color: #1E4995;
  padding-right: 5px;
  padding-top: 2px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.table__download-title:hover {
  color: #001233;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.table__download-image svg {
  stroke: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.table__download-image svg:hover {
  stroke: #001233;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.table__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 68px;
  background: #F6F8FB;
  padding: 0px 16px;
}

@media (max-width: 540px) {
  .table__headline-cart {
    display: none;
  }
}

.table__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #001233;
}

.table__text--bold {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}

.table__text--title {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
}

.table__text--title a {
  color: #001233;
}

.table__text--company {
  color: #9A9BBE;
  padding-top: 3px;
}

.table__text--size a {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #001233;
}

.table__text--green {
  color: #34C759;
}

.table__text--grey {
  color: #9A9BBE;
}

.table__text--red {
  color: #951E42;
}

.table__text--orange {
  color: #ffa500;
}

.table__text-mark {
  width: 130px;
}

.table__text-size {
  width: 90px;
}

.table__text-amount {
  width: 100px;
}

.table__text-breakdown {
  width: 282px;
}

.table__text-sum {
  width: 90px;
  padding-left: 10px;
}

.table__text-year {
  width: 200px;
}

.table__text-name {
  width: 194px;
}

.table__text-name--detalpage {
  width: 176px;
}

.table__text-number {
  width: 124px;
}

.table__text-number--detalpage {
  width: 653px;
}

.table__text-number--order {
  width: 344px;
}

.table__text-quantity {
  width: 139px;
}

.table__text-quantity--detalpage {
  width: 166px;
}

.table__text-common {
  width: 124px;
}

.table__text-common--detalpage {
  width: 125px;
}

.table__text-data {
  width: 359px;
}

.table__text-data--client {
  width: 262px;
}

.table__text-company {
  width: 359px;
}

.table__text-company--detalpage {
  width: 653px;
}

.table__text-company--order {
  width: 344px;
}

.table__text-company--client {
  width: 262px;
}

.table__text-inn {
  width: 116px;
}

.table__text-phone {
  width: 136px;
}

.table__text-phone--client {
  width: 136px;
}

.table__text-order {
  width: 688px;
}

.table__text-order--detalpage {
  width: 176px;
}

.table__text-order--client {
  width: 262px;
}

.table__text-time {
  width: 141px;
}

.table__text-time--detalpage {
  width: 166px;
}

.table__text-time--client {
  width: 262px;
}

.table__text--time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.table__text--date {
  padding-right: 20px;
}

.table__text-status {
  width: 141px;
}

.table__text-status--detalpage {
  width: 125px;
}

.table__text-status--client {
  width: 136px;
}

.table__text-total {
  width: 150px;
}

.table__text-total--bold {
  font-weight: 500;
}

.table__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid #F6F8FB;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.table__item:hover {
  background-color: #F6F8FB;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.table__item:hover .table__text--title a {
  color: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.table__item:hover .table__text--size a {
  color: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.table__item--detalpage {
  cursor: default;
}

.table__item--detalpage:hover {
  background-color: #fff;
}

.table__item--detalpage:hover .table__text--size a {
  color: #001233;
  cursor: default;
}

.table__item-client {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: default;
}

.table__item-client:hover {
  background-color: #fff;
}

.table__item-client:hover .table__text--title a {
  color: #001233;
  cursor: default;
}

.table__item-cart {
  height: 48px;
  cursor: default;
}

.table__item-cart:hover {
  background-color: #fff;
}

.table__item-cart:hover .table__text--title {
  color: #001233;
}

.products {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 540px) {
  .products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0px;
  }
}

.products .row {
  min-width: 100%;
}

.products__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.products__card {
  border-radius: 15px;
  padding: 24px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 20px;
  max-width: 270px;
}

.products__card:hover {
  -webkit-box-shadow: 0px 4px 40px rgba(30, 73, 149, 0.1);
  box-shadow: 0px 4px 40px rgba(30, 73, 149, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.products__card-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  cursor: pointer;
  color: #001233;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 16px 0;
}

.products__card-price {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #001233;
  padding-bottom: 8px;
  display: block;
}

.products__card-text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--secondary);
  padding-bottom: 16px;
  display: block;
}

.card__buttons {
  width: 100%;
}

.products__card-button {
  width: 100%;
}

.products__card-counter--clearfix {
  padding: 0;
  margin: 0;
}

.products__card-counter-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 46px;
  background: none;
  border: 1px solid #9A9BBE;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #001233;
}

.products__card-counter-element::-webkit-input-placeholder {
  color: #001233;
}

.products__card-counter-element::-moz-placeholder {
  color: #001233;
}

.products__card-counter-element:-ms-input-placeholder {
  color: #001233;
}

.products__card-counter-element::-ms-input-placeholder {
  color: #001233;
}

.products__card-counter-element::placeholder {
  color: #001233;
}

.products__card-counter-element-cart {
  width: 115px;
  height: 44px;
}

.products__card-wrapper {
  width: 100%;
}

@media (max-width: 991px) {
  .products__card {
    padding: 12px 12px 10px;
    max-width: 100%;
  }

  a.products__card-title {
    font-size: 14px;
    line-height: 130%;
  }

  div.products__card-title {
    padding: 8px 0;
  }

  .products__card-price {
    font-size: 16px;
    padding-bottom: 3px;
  }

  .products__card-text {
    font-size: 12px;
    line-height: 150%;
    padding-bottom: 8px;
  }

  .button-buy span {
    padding: 10px 5px;
  }

  .popular-product .slick-slider {
    margin-right: -10px;
    margin-left: -10px;
  }

  .popular-product .slick-slide {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 391px) {
  .popular-product {
    overflow: hidden;
  }

  .popular-product .slick-slider {
    width: 377px;
  }
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.search_button {
  border: none;
}

.search-icon-mobile {
  display: none;
}

.search__input {
  border: none;
  font-family: Inter, sans-serif;
  font-style: normal;
  color: #9A9BBE;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  width: 300px;
  border-bottom: 1px solid #9A9BBE;
  padding-bottom: 4px;
  padding-left: 24px;
}

.search__input:focus {
  border-bottom: 1px solid #F6F8FB;
}

.search__input::-webkit-input-placeholder {
  color: #9A9BBE;
}

.search__input::-moz-placeholder {
  color: #9A9BBE;
}

.search__input:-ms-input-placeholder {
  color: #9A9BBE;
}

.search__input::-ms-input-placeholder {
  color: #9A9BBE;
}

.search__input::placeholder {
  color: #9A9BBE;
}

@media (max-width: 540px) {
  .search__input {
    color: #9A9BBE;
    border-bottom: 1px solid #9A9BBE;
    width: 100%;
    margin: auto;
  }
}

.search__clear {
  position: absolute;
  content: '';
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  cursor: pointer;
}

.search__toggle {
  margin-bottom: 8px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -3px;
  top: -3px;
}

.search__toggle svg {
  margin-bottom: 8px;
  stroke: #F6F8FB;
  cursor: pointer;
}

@media (max-width: 540px) {
  .search__toggle svg {
    stroke: #9A9BBE;
  }
}

.search__dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search__dark-mobile {
  display: none;
  background-color: #F6F8FB;
}

@media (max-width: 540px) {
  .search__dark-mobile {
    display: block;
    padding-top: 60px;
    margin-bottom: 0px;
  }
}

.search__dark--order {
  margin-bottom: 0px;
}

.search__dark-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  padding-right: 16px;
  color: #001233;
}

.search__dark-content {
  position: relative;
}

.search__dark-input {
  border: none;
  background-color: #fff;
  color: #001233;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  width: 305px;
  border-bottom: 1px solid #9A9BBE;
  padding-bottom: 4px;
  padding-left: 24px;
  padding-right: 15px;
}

@media (max-width: 540px) {
  .search__dark-input-mobile {
    background-color: #F6F8FB;
    width: 100%;
  }
}

.search__dark-input::-webkit-input-placeholder {
  color: #9A9BBE;
}

.search__dark-input::-moz-placeholder {
  color: #9A9BBE;
}

.search__dark-input:-ms-input-placeholder {
  color: #9A9BBE;
}

.search__dark-input::-ms-input-placeholder {
  color: #9A9BBE;
}

.search__dark-input::placeholder {
  color: #9A9BBE;
}

.search__dark-input:focus {
  border-bottom: 1px solid #9A9BBE;
}

.search__dark-toggle {
  width: 24px;
  height: 24px;
  position: absolute;
  left: -3px;
  top: 0px;

}

.search__dark-toggle svg {
  stroke: #001233;
}

.search__dark-clear {
  position: absolute;
  content: '';
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 540px) {
  .search-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 540px) {
  .search-mobile {
    height: 26px;
    align-self: stretch;
    position: absolute;
    top: 50px;
    width: 100%;
    background-color: #F6F8FB;
  }
}

.search__input-mobile {
  border: none;
  font-family: Inter, sans-serif;
  font-style: normal;
  color: #9A9BBE;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  width: 300px;
  border-bottom: 1px solid #9A9BBE;
  padding-bottom: 4px;
  padding-left: 24px;
}

.search__input-mobile:focus {
  border-bottom: 1px solid #F6F8FB;
}

.search__input-mobile::-webkit-input-placeholder {
  color: #9A9BBE;
}

.search__input-mobile::-moz-placeholder {
  color: #9A9BBE;
}

.search__input-mobile:-ms-input-placeholder {
  color: #9A9BBE;
}

.search__input-mobile::-ms-input-placeholder {
  color: #9A9BBE;
}

.search__input-mobile::placeholder {
  color: #9A9BBE;
}

@media (max-width: 540px) {
  .search__input-mobile {
    color: #9A9BBE;
    border-bottom: 1px solid #9A9BBE;
    width: 100%;
    margin: auto;
  }
}

.search__clear-mobile {
  position: absolute;
  content: '';
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  cursor: pointer;
}

.search__toggle-mobile {
  margin-bottom: 8px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -3px;
  top: -3px;
}

.search__toggle-mobile svg {
  margin-bottom: 8px;
  stroke: #F6F8FB;
  cursor: pointer;
}

@media (max-width: 540px) {
  .search__toggle-mobile svg {
    stroke: #9A9BBE;
  }
}

.prime {
  font-family: 'Inter', sans-serif;
  color: var(--primary);
}

.prime .container {
  display: grid;
  grid-template-columns: auto 407px;
  gap: 20px;
}

.prime-banner {
  background-color: white;
  background-image: url(/assets/images/header-background.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 40px;
  border-radius: 20px;
  min-height: 471px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.prime-banner__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.prime-banner__subtitle {
  color: var(--tertiary);
  font-size: 18px;
  line-height: 140%;
}

.prime-form {
  border-radius: 20px;
  background: rgb(30 73 149 / 7%);
  padding: 30px;
}

.prime-form__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.prime-form .input {
  font-family: "Inter", sans-serif;
  width: 100%;
  border: 2px solid transparent;
  margin-bottom: 12px;
  padding: 12px 20px;
  border-radius: 12px;
  display: block;
}

.prime-form .input::placeholder {
  color: var(--tertiary);
}

.prime-form .button-default {
  width: 100%;
  display: block;
  margin: 20px 0 12px;
  border-radius: 8px;
}

.prime-form__agreement {
  font-size: 14px;
  line-height: 120%;
}

.prime-form__agreement a {
  text-decoration: underline;
  color: #001233;
}

.prime-form__agreement a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .prime .container {
    grid-template-columns: auto;
    gap: 12px;
  }

  .prime-banner {
    min-height: 304px;
    padding: 20px;
  }

  .prime-banner__title {
    font-size: 28px;
  }

  .prime-banner__subtitle {
    font-size: 16px;
    line-height: 150%;
  }

  .prime-form {
    padding: 20px;
  }

  .prime-form__title {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (max-width: 580px) {
  .prime-banner {
    background-image: url(/assets/images/header-background-mobile.svg);
  }
}

.pop-categories {
  padding: 40px 0;
  background: white;
  font-family: "Inter", sans-serif;
  box-shadow: 0 2px 20px 0 #EFF2F7;
}

.pop-categories .container {
  display: grid;
  grid-template-columns: auto 950px;
}

@media (max-width: 1170px) {
  .pop-categories .container {
    grid-template-columns: auto auto;
  }
}

.pop-categories__title {
  font-size: 24px;
  line-height: 120%;
  margin: 0;
  font-weight: 600;
  color: var(--primary);
}

.pop-categories__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pop-categories__list-item {
  padding: 20px 20px 15px;
  border-radius: 30px;
  background: #EFF2F7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: 0 4px 10px 0 rgb(30 73 149 / 0);
  transition: .2s;
}

.pop-categories__list-item:hover {
  background: transparent;
  box-shadow: 0 4px 20px 0 rgb(30 73 149 / 12%);
}

.pop-categories__list-item span {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 11px;
  font-weight: 500;
  display: block;
  color: var(--primary);
}

.pop-categories__list-item img {
  height: 113px;
  width: 113px;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.pop-categories__list-item:last-child {
  background: var(--link);
  display: block;
}

.pop-categories__list-item:last-child:hover {
  background: white;
}

.pop-categories__list-item:last-child span {
  color: white;
  margin-bottom: 25px;
}

.pop-categories__list-item:last-child:hover span {
  color: var(--primary);
  transition: .2s;
}

.pop-categories__list-item:last-child svg {
  width: 66px;
  height: 14px;
  margin: 0;
}

.pop-categories__list-item:last-child path {
  transition: .2s;
}

.pop-categories__list-item:last-child:hover path {
  stroke: var(--primary);
}

@media (max-width: 991px) {
  .pop-categories {
    background: none;
    padding: 0;
    box-shadow: none;
  }

  .pop-categories .container {
    display: block;
  }

  .pop-categories__title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 140%;
  }

  .pop-categories__title br {
    display: none;
  }

  .pop-categories__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .pop-categories__list-item {
    background: white;
    padding: 12px 0 0;
    position: relative;
    height: 123px;
    overflow: hidden;
  }

  .pop-categories__list-item span {
    font-size: 14px;
    line-height: 130%;
    width: 100%;
    text-align: center;
  }

  .pop-categories__list-item img {
    position: absolute;
    top: 48px;
    width: 100%;
    left: 0;
  }

  .pop-categories__list-item:last-child span {
    margin-bottom: 9px;
  }

  .pop-categories__list-item:last-child svg {
    display: block;
    margin: auto;
    height: 24px;
    width: 76px;
  }
}

.advantages {
  font-family: "Inter", sans-serif;
  color: var(--primary);
}

.advantages__title {
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
  margin-bottom: 40px;
}

.advantages__list {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  gap: 12px;
}

.advantages__list-item {
  border-radius: 30px;
  padding: 30px;
  background: white;
}

.advantages__list-item:nth-child(3),
.advantages__list-item:nth-child(4),
.advantages__list-item:nth-child(6) {
  background: #E7EBF3;
}

.advantages__list-item:nth-child(1) {
  grid-column: 1 / 4;
}

.advantages__list-item:nth-child(2) {
  grid-column: 4 / 9;
}

.advantages__list-item:nth-child(3) {
  grid-column: 9 / 12;
  width: 265px;
}

.advantages__list-item:nth-child(4) {
  grid-column: 12 / 17;
}

.advantages__list-item:nth-child(5) {
  grid-column: 1 / 9;
}

.advantages__list-item:nth-child(6) {
  grid-column: 9 / 17;
}

.advantages__list-item p {
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 600;
}

.advantages__list-item span {
  display: block;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
}

@media (max-width: 991px) {
  .advantages__title {
    font-size: 20px;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .advantages__title br {
    display: none;
  }

  .advantages__list-item {
    padding: 20px;
  }

  .advantages__list-item:nth-child(1) {
    grid-column: 1 / 5;
  }

  .advantages__list-item:nth-child(2) {
    grid-column: 5 / 9;
  }

  .advantages__list-item:nth-child(3) {
    grid-column: 9 / 13;
    width: auto;
  }

  .advantages__list-item:nth-child(4) {
    grid-column: 13 / 17;
  }

  .advantages__list-item p {
    font-size: 24px;
    line-height: 120%;
  }

  .advantages__list-item span {
    font-size: 16px;
    line-height: 150%;
    color: var(--tertiary);
  }
}

@media (max-width: 800px) {
  .advantages__list-item:nth-child(1) {
    grid-column: 1 / 9;
  }

  .advantages__list-item:nth-child(2) {
    grid-column: 9 / 17;
  }

  .advantages__list-item:nth-child(3) {
    grid-column: 1 / 17;
  }

  .advantages__list-item:nth-child(4) {
    grid-column: 1 / 8;
  }

  .advantages__list-item:nth-child(5) {
    grid-column: 8 / 17;
  }

  .advantages__list-item:nth-child(6) {
    grid-column: 1 / 17;
  }
}

.secondary {
  display: none;
  background-image: url("/assets/images/banner.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

@media (max-width: 540px) {
  .secondary {
    background-position: 40% 100%;
    display: block
  }
}

.secondary__title {
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  color: #F6F8FB;
  padding-top: 100px;
  padding-bottom: 15px;
  text-align: center;
}

@media (max-width: 540px) {
  .secondary__title {
    font-size: 24px;
    padding-top: 32px;
    width: 80%;
    margin: auto;
  }
}

.secondary__title span {
  font-weight: 500;
}

.secondary__subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #F6F8FB;
  padding-bottom: 50px;
  text-align: center;
}

@media (max-width: 540px) {
  .secondary__subtitle {
    width: 80%;
    font-size: 14px;
    padding-bottom: 24px;
    margin: auto;
  }
}

.secondary__button {
  padding-bottom: 100px;
  text-align: center;
}

@media (max-width: 540px) {
  .secondary__button {
    padding-bottom: 32px;
  }
}

.application {
  background-image: url("/assets/images/banner.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.application-main {
  gap: 40px;
}

.application-form {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 75px;
}

.application-item {
  display: flex;
  gap: 75px
}

.application-item-difference {
  display: flex;
  flex-direction: column;
  gap: 5px
}

@media (max-width: 1000px) {
  .application-form {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .application-item {
    display: flex;
    flex-direction: column;
    gap: 5px
  }

  .application {
    padding-bottom: 20px;
  }
}

@media (max-width: 540px) {
  .application {
    background-position: 40% 100%;
  }
}

.application-title {
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  color: #F6F8FB;
  padding-top: 40px;
  padding-bottom: 15px;
  text-align: center;
}

.application-subtitle {
  font-weight: 300;
  font-size: 36px;
  line-height: 160%;
  color: #F6F8FB;
  padding-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .application-title {
    font-size: 25px;
    padding-top: 32px;
    width: 80%;
    margin: auto;
  }

  .application-subtitle {
    font-size: 20px;
  }
}

.application-title span {
  font-weight: 500;
}

@media (max-width: 540px) {
  .secondary__subtitle {
    width: 80%;
    font-size: 14px;
    padding-bottom: 24px;
    margin: auto;
  }
}

.application-button {
  padding-bottom: 100px;
  text-align: center;
}

@media (max-width: 540px) {
  .application-button {
    padding-bottom: 32px;
  }
}

.main-page-our-partners-block {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 30px;
}

.main-page-our-partners__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-page-our-partners-title {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: #001233;
}

.main-page-our-partners-card div {
  display: flex;
  width: 285px;
  height: 80px;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border-radius: 12px;
  margin: auto;
}

.main-page-our-partners-card img {
  margin: auto;
  filter: grayscale(100%);
  transition: .2s filter;
}

.main-page-our-partners-card:hover img {
  filter: grayscale(0%);
}

.main-page-our-partners-img .slick-slide {
  margin: 0 10px;
}

.main-page-our-partners-img .slick-list {
  margin: 0 -10px;
}

.main-page-our-partners-img .slick-track {
  display: flex !important;
}

.main-page-our-partners-img .slick-slide {
  height: inherit !important;
  width: inherit !important;
}

@media (max-width: 991px) {
  .main-page-our-partners-block {
    gap: 20px;
  }

  .main-page-our-partners-title {
    font-size: 18px;
    line-height: 140%;
  }
}

.main-page-about-img {
  display: flex;
  height: 760px;
  align-items: center;
  gap: 28px;
  z-index: 2;
  flex: 0.7;
}

.main-page-about-img {
  display: flex;
  height: 760px;
  align-items: center;
  gap: 28px;
  z-index: 2;
  flex: 0.7;
}

@media (max-width: 540px) {
  .main-page-our-partners__header .product-arrow {
    display: none;
  }
}

.main-page-certificate {
  color: var(--primary);
  font-family: 'Inter', sans-serif;
}

.main-page-certificate__wrapper {
  display: grid;
  grid-template-columns: auto 582px;
  gap: 30px;
  padding: 40px;
  border-radius: 30px;
  background-color: white;
  background-image: url(../images/main-page-certificate-bg.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  overflow: hidden;
}

.main-page-certificate__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.main-page-certificate__header-title {
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
}

.main-page-certificate__header-subtitle {
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  color: var(--tertiary);
}

.main-page-certificate .product-arrow {
  grid-column: 1 / 3;
  justify-content: flex-end;
}

.main-page-certificate-img .slick-slide {
  margin: 0 18px;
}

.main-page-certificate-img .slick-list {
  margin: 0 -18px;
}

.main-page-certificate-img .slick-track {
  display: flex !important;
}

.main-page-certificate-img .slick-slide {
  height: inherit !important;
  width: inherit !important;
}

.main-page-certificate-img .slick-slide img {
  margin: auto;
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .main-page-certificate__header-title {
    font-size: 18px;
    line-height: 140%;
  }

  .main-page-certificate__wrapper {
    display: block;
    padding: 30px 20px;
    background-image: url(../images/main-page-certificate-bg-mobile.svg);
    background-position: top right;
  }

  .main-page-certificate__header {
    gap: 20px;
    margin-bottom: 30px;
  }

  .main-page-certificate__header-subtitle {
    font-size: 16px;
    line-height: 150%;
  }

  .main-page-certificate .product-arrow {
    display: none;
  }

  .main-page-certificate-img .slick-list {
    width: 953px;
  }
}

.delivery {
  color: var(--primary);
  font-family: 'Inter', sans-serif;
}

.delivery .container {
  display: grid;
  grid-template-columns: auto 440px;
  gap: 20px;
}

.delivery p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}

.delivery span {
  font-size: 15px;
  line-height: 21px;
  display: block;
  font-weight: 500;
}

.delivery .button {
  margin-top: 32px;
}

.delivery .button-default-white {
  color: #001233;
  background-color: white;
  border-color: white;
}

.delivery .button-default-white:hover {
  color: #DF7A30;
}

.delivery__left {
  border-radius: 20px;
  padding: 24px;
  background-color: #DBDCE9;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.delivery__left-img {
  position: absolute;
  bottom: 25px;
  right: 18px;
}

.delivery__right {
  border-radius: 20px;
  background-color: #FFE9DA;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.delivery__right span {
  display: block;
  max-width: 227px;
}

.delivery__right-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1180px) {
  .delivery .container {
    grid-template-columns: auto 380px;
  }

  .delivery__left,
  .delivery__right {
    padding: 16px 24px;
  }

  .delivery .button {
    margin-top: 24px;
  }

  .delivery__left-img {
    width: 291px;
    height: auto;
    bottom: 2px;
    right: 30px;
  }

  .delivery__right-img {
    right: -35px;
    bottom: -20px;
  }
}

@media (max-width: 940px) {
  .delivery .container {
    grid-template-columns: auto 300px;
    gap: 12px;
  }

  .delivery__left,
  .delivery__right {
    padding: 16px;
  }

  .delivery .button {
    margin-top: 20px;
  }

  .delivery__left-img {
    width: 239px;
    bottom: 6px;
    right: 14px;
  }

  .delivery__right-img {
    right: -27px;
    bottom: -90px;
    height: auto;
    width: 204px;
  }
}

@media (max-width: 764px) {
  .delivery .container {
    grid-template-columns: auto 284px;
    gap: 26px;
  }

  .delivery__left-img {
    width: 267px;
    bottom: 3px;
    right: auto;
    left: 182px;
  }

  .delivery .button {
    margin-top: 16px;
  }

  .delivery p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
  }

  .delivery span {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 630px) {
  .delivery .container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .delivery__left,
  .delivery__right {
    border-radius: 16px;
  }

  .delivery p {
    margin-bottom: 12px;
  }

  .delivery span {
    font-size: 16px;
    line-height: 22px;
  }

  .delivery .button {
    margin-top: 20px;
  }

  .delivery__left-img {
    width: 239px;
    bottom: 6px;
    left: 247px;
  }

  .delivery__right-img {
    right: -5px;
    bottom: 0;
    width: auto;
  }

  .delivery__right span {
    max-width: 265px;
  }
}

@media (max-width: 440px) {
  .delivery__left-img {
    width: 154px;
    bottom: 12px;
    left: 193px;
  }

  .delivery__right-img {
    right: auto;
    left: 180px;
    bottom: 0;
  }
}

.popular-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  align-self: stretch;
}

.popular-product__title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
}

.product-arrow {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 20px;
}

.product-arrow button {
  border: none;
  background: none;
}

.product-modal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .product-arrow {
    display: none;
  }

  .popular-product__title {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (max-width: 900px) {
  .button-popular .button1 {
    font-size: 17px;
    flex-direction: column;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    border: none;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
  }

  .button-popular .button2 {
    font-size: 16px;
    flex-direction: column;
    font-style: normal;
    cursor: pointer;
    font-weight: 300;
    border: none;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
  }
}

@media (max-width: 540px) {
  .watched-button-prev {
    position: fixed;
  }
}

.watched {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F6F8FB;
  width: 100%;
}

@media (max-width: 540px) {
  .watched {
    padding-top: 32px;
    padding-bottom: 32px;
    display: none;
  }

  .infodescr-parent {
    display: none !important;
  }
}

.watched__product-card {
  padding-top: 50px;
}

.watched__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

.watched__container {
  overflow: hidden;
  width: 100%;
}

@media (max-width: 540px) {
  .watched__container {
    width: 100%;
    margin: auto;
  }
}

.watched__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  color: #001233;
}

@media (max-width: 540px) {
  .watched__title {
    padding-top: 13px;
    font-size: 24px;
    padding-bottom: 24px;
  }
}

.watched__title span {
  font-weight: 500;
}

.watched-button {
  z-index: 2;
  cursor: pointer;
  outline: none;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background: #EEF0F2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.watched-button svg {
  display: block;
}

.watched-button svg path {
  transition: .2s;
}

.watched-button:hover svg path {
  stroke: var(--active);
}

@media (max-width: 540px) {
  .watched-button-prev {
    left: 6%;
    top: 45%;
  }

  .watched-button-next {
    right: 6%;
    top: 45%;
  }
}

.popup-callback {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-callback__content {
  background: #fff;
  width: 450px;
  padding: 50px;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  position: relative;
}

.popup-callback-mobile {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-callback__content-mobile {
  background: #fff;
  width: 450px;
  padding: 50px;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  position: relative;
}

.popup-callback-wholesale-price {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-callback-wholesale-price__content {
  background: #fff;
  width: 412px;
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  position: relative;
}

.popup-callback-wholesale-price .popup-callback__title {
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.popup-callback-wholesale-price .popup-callback__text {
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  max-width: 310px;
}

.popup-callback-wholesale-price .input {
  font-family: "Inter", sans-serif;
  width: 100%;
  border: 2px solid #E0E8F5;
  margin-bottom: 12px;
  padding: 14px 20px;
  border-radius: 12px;
}

.popup-callback-wholesale-price .button-default {
  font-family: "Inter", sans-serif;
  width: 100%;
  font-weight: 600;
  padding: 14px;
  border-radius: 8px;
  margin-top: 20px;
}

.popup-callback-wholesale-price .popups__agreement {
  font-family: "Inter", sans-serif;
  padding-top: 12px;
  font-size: 14px;
  line-height: 120%;
}

.popup-callback-mobile-result {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-callback__content-mobile-result {
  text-align: center;
  background: #fff;
  width: 450px;
  padding: 50px;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  position: relative;
}

@media (max-width: 540px) {
  .popup-callback__content {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding: 45px;
  }

}

@media (max-width: 540px) {
  .popup-callback__content-mobile {
    display: block;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding: 45px;
  }

}

@media (max-width: 540px) {
  .popup-callback__content-mobile-result {
    display: block;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding: 45px;
  }

}

.popup-callback__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media (max-width: 540px) {
  .popup-callback__close {
    top: 15px;
    right: 15px;
  }
}

.popup-callback__close-mobile {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media (max-width: 540px) {
  .popup-callback__close-mobile {
    top: 15px;
    right: 15px;
  }
}

.popup-callback__close-mobile-result {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media (max-width: 540px) {
  .popup-callback__close-mobile-result {
    top: 15px;
    right: 15px;
  }
}

.popup-callback__title {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #001233;
  margin-bottom: 25px;
}

@media (max-width: 540px) {
  .popup-callback__title {
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    width: 87%;
  }
}

.popup-callback__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 25px;
  color: #001233;
}

@media (max-width: 540px) {
  .popup-callback__text {
    width: 90%;
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.popup-callback__text-result {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 25px;
  color: #001233;
}

@media (max-width: 540px) {
  .popup-callback__text-result {
    text-align: center;
    width: 90%;
    margin-bottom: 15px;
  }
}

.like-image {
  width: 89.9px;
  height: 89.9px;
  position: absolute;
  margin: 0 !important;
  top: 20px;
  left: 40%;
  object-fit: contain;
}

.popup-callback__sent {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  color: #1E4995;
  padding-bottom: 15px;
}

@media (max-width: 540px) {
  .popup-callback__form {
    display: block;
    background: none;
  }
}

.popup-callback__form-input {
  width: 100%;
  outline: none;
}

@media (max-width: 540px) {
  .popup-callback__form-input {
    width: 96%;
    margin-bottom: 20px;
    background-color: #fff;
  }
}

.popups__label {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #9A9BBE;
  padding-bottom: 10px;
}

.register {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 540px) {
  .register {
    display: block;
  }

  .register .logo-login-page {
    margin: 0 auto 100px;
  }

  .register .form_error {
    min-height: 24px;
  }
}

.register__container {
  background: #fff;
  width: 23%;
  padding: 50px;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  position: relative;
}

@media (max-width: 540px) {
  .register__container {
    width: 100%;
    height: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.register__container-login {}

.register__form-title {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #001233;
  margin-bottom: 25px;
}

@media (max-width: 540px) {
  .register__form-title {
    font-family: 'Inter', sans-serif;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}

.register__form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 540px) {
  .register__form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.register__form-forgot {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #1E4995;
  cursor: pointer;
  border-bottom: 1px solid #9A9BBE;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.register__form-forgot:hover {
  color: #1E4995;
  border-bottom: 1px solid #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.register__form-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media (max-width: 540px) {
  .register__form-close {
    top: 10px;
    right: 10px;
  }
}

.register__form-input {
  position: relative;
}

.register__form-input input {
  width: 100%;
}

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

@media (max-width: 540px) {
  .register__form-button button {
    font-family: "Inter", sans-serif;
    border-radius: 12px;
    font-weight: 600;
  }

  .register__form-button button:hover {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .register__form-input input {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    width: 100%;
    padding: 17px 20px;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    margin: 0;
  }
}

.register__change {
  display: flex;
  justify-content: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #9A9BBE;
}

@media (max-width: 540px) {
  .register__change {
    margin: 20px auto 0;
  }
}

.register__change-text {
  font-weight: 500;
  color: #9A9BBE;
  padding-bottom: 3px;
}

.register__change-trigger {
  font-weight: 500;
  color: #1E4995;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.register__change-trigger:hover {
  color: #001233;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.register__switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.register__switch-cart {
  margin-bottom: 16px;
}

@media (max-width: 540px) {
  .register__switch-mobile {
    margin-right: 37px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.register__switch-longlist {
  gap: 7px;
  margin-bottom: 0px;
}

.register__switch-label {
  position: relative;
  background: #1E4995;
  border-radius: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 16px;
  width: 27px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.register__switch-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(80%, -50%);
  -ms-transform: translate(80%, -50%);
  transform: translate(80%, -50%);
  background-color: #fff;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  -webkit-box-shadow: 0px 0.55782px 2.23128px rgba(0, 18, 51, 0.08), 0px 0.55782px 1.11564px rgba(0, 18, 51, 0.08), 0px 2.23128px 6.69383px rgba(0, 18, 51, 0.16);
  box-shadow: 0px 0.55782px 2.23128px rgba(0, 18, 51, 0.08), 0px 0.55782px 1.11564px rgba(0, 18, 51, 0.08), 0px 2.23128px 6.69383px rgba(0, 18, 51, 0.16);
  -webkit-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
  border: 1px solid #1E4995;
}

.register__switch-title {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #001233;
  margin-left: 7px;
}

@media (max-width: 540px) {
  .register__switch-title {
    width: 70%;
    font-size: 14px;
  }
}

.register__switch-handle--active {
  -webkit-transform: translate(-7%, -50%);
  -ms-transform: translate(-7%, -50%);
  transform: translate(-7%, -50%);
}

.register__switch-label--active {
  background: #fff;
  border: 1px solid #1E4995;
}

label input {
  -webkit-appearance: none;
}

.register-after {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.register-after__container {
  background: #fff;
  width: 450px;
  padding: 50px;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  position: relative;
}

@media (max-width: 540px) {
  .register-after__container {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
  }
}

.register-after__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #001233;
}

.nav__link-menu:hover .header__menu {
  display: block;
}

.dropdown-menu {
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  border-radius: 0px 0px 6px 6px;
  position: absolute;
  content: '';
  z-index: 99;
  left: 0;
  right: 0;
  padding-bottom: 5px;
}

.dropdown-menu-fixed {
  position: fixed;
  top: 74px;
}

.dropdown-menu-scroll {
  overflow: auto;
  overflow-x: hidden;
  height: 470px;
}

.dropdown-menu-scroll::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}

.dropdown-menu-scroll::-webkit-scrollbar-thumb {
  background: #9A9BBE;
  border-radius: 3px;
}

.mobile-menu {
  background-color: #fff;
  height: 100%;
  height: 100dvh;
  position: fixed;
  z-index: 25;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.mobile-menu__close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}

.mobile-menu__nav {
  background: #fff;
}

.mobile-menu__nav-list {
  position: relative;
  padding-bottom: 9px;
}

.mobile-menu__nav-item {
  border-bottom: 1px solid #DEDEE6;
  position: relative;
  padding-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 9px;
}

.mobile-menu__nav-item:last-child {
  border-bottom: none;
}

.mobile-menu__nav-subitem {
  padding: 10px 0px 10px 10px;
  position: relative;
}

.mobile-menu__nav-subitem-pad {
  margin-top: 10px;
}

.mobile-menu__nav-link {
  color: #001233;
  font-weight: 500;
  font-size: 15px;
}

.mobile-menu__nav-link-main {
  font-size: 16px;
  font-weight: 500;
  color: #001233;
}

mobile-menu__nav-link-main.nolink {
  cursor: default;
}

.mobile-menu__nav-link--active {
  color: #1E4995;
}

.mobile-menu__nav-link-disable {
  font-weight: 300;
  font-size: 15px;
  color: #001233;
}

.mobile-menu__footer {
  background: #1E4995;
}

.mobile-menu__info-pad {
  padding-bottom: 15px;
}

.mobile-menu__dropdown {
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-menu__dropdown::before {
  content: '';
  position: absolute;
  top: 2px;
  right: 0px;
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  width: 24px;
  height: 24px;
  background-image: url("/assets/icon/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.mobile-menu .arrow--active::before {
  top: 15px;
}

.mobile-menu__content {
  display: none;
}

.dropdown-menu__list {
  width: 145px;
  height: 458px;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}

.dropdown-menu__title,
.dropdown-menu__title_last {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 110%;
  color: #001233;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
}

.dropdown-menu__title::before {
  content: '';
  position: absolute;
  top: 20%;
  right: -10px;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  background-image: url("/assets/icon/dropdown-arrow.svg");
  background-repeat: no-repeat;
}

.dropdown-menu__title:hover,
.dropdown-menu__title_last:hover {
  color: #1E4995;
}

.dropdown-menu__title-pad {
  padding-left: 44px;
}

.dropdown-menu__title-pad-20px {
  padding-left: 20px;
}

.dropdown-menu__sub-list {
  width: 240px;
  height: 458px;
  display: none;
  position: absolute;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
}

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

.dropdown-menu__sub-list:hover {
  /*  display: block;*/
}

.dropdown-menu__title:hover+.dropdown-menu__sub-list {
  /*  display: block; */
}

.dropdown-menu__sub-list-custom {
  z-index: 10;
  height: auto;
  width: auto;
  padding: 16px 24px 16px 5px;
  right: -10px
}

.sidebar {
  border-radius: 15px;
  padding: 16px 24px 16px 24px;
  background-color: #fff;
}

@media (max-width: 540px) {
  .sidebar {
    padding-bottom: 0px;
    padding-top: 5px;
  }
}

.sidebar__title {
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #001233;
  padding-bottom: 15px;
  margin-bottom: 28px;
  border-bottom: 1px solid #EAF1FC;
}

.filter_ob:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 6%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  width: 16px;
  height: 16px;
  background-image: url("/assets/icon/arrow-down-sidebar.svg");
  background-repeat: no-repeat;
}

@media (max-width: 540px) {
  .sidebar__title {}
}

.sidebar__element {
  margin-bottom: 15px;
}

.sidebar__element-pad {
  padding-left: 32px;
}

@media (max-width: 540px) {
  .sidebar__element--mobile {
    padding-top: 15px;
    border-top: 1px solid #DEDEE6;
  }
}

.sidebar__element-wrapper {
  display: none;
}

@media (max-width: 540px) {
  .sidebar__element-wrapper {
    margin-top: 0px;
  }
}

.sidebar__element-wrapper .arrow--active::before {
  top: -3px;
}

.sidebar__element-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #001233;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.sidebar__element-title::before {
  content: '';
  position: absolute;
  top: 6px;
  right: calc(100% + 14px);
  width: 16px;
  height: 16px;
  background-image: url("/assets/icon/arrow-down-sidebar.svg");
  background-repeat: no-repeat;
}

@media (max-width: 540px) {
  .sidebar__element-title--mobile {
    border: 1px solid #1E4995;
    color: #1E4995;
    padding: 10px 24px;
    line-height: 150%;
    width: 137px;
    position: relative;
  }

  .sidebar__element-title--mobile::before {
    content: none;
  }

  .sidebar__element-title--mobile::after {
    content: '';
    position: absolute;
    left: inherit;
    top: 50%;
    right: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("/assets/icon/filter.svg");
    background-repeat: no-repeat;
  }
}


.sidebar__element-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 210px;
}

.sidebar__element-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.sidebar__element-label:not(:first-child) {
  margin-top: 10px;
}

.sidebar__element-label:not(:nth-child(-n+6)) {
  display: none;
}

.sidebar__element-show-more {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #001233;
  margin-top: 10px;
  text-decoration: underline;
  transition: .2s color;
}

.sidebar__element-show-more:hover {
  color: #df7a30;
}

.sidebar-filters-reset__wrapper {
  display: none;
  margin-top: 28px;
}

.sidebar-filters-reset {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  height: 44px;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: #F6F8FB;
  color: #1E4995;
  border: 1px solid;
  border-color: #F6F8FB;
  transition:
    background .2s,
    border-color .2s,
    color .2s;
}

.sidebar-filters-reset:hover {
  background: #FFFFFF;
  color: #001233;
  border-color: #001233;
}

.sidebar-filters-reset path {
  transition: .2s;
}

.sidebar-filters-reset:hover path {
  stroke: #001233;
}

.sidebar__element-number {
  margin-right: 10px;
}

.sidebar__element-span {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #001233;
  width: 85%;
}

.sidebar__element-span span {
  color: #9A9BBE;
}

.sidebar__element-checkbox {
  margin-right: 9px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.sidebar__element-link a {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #001233;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sidebar__element-link a:hover {
  color: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sidebar__element-link a:last-child {
  padding-bottom: 0px;
}

.sidebar__result {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #001233;
  padding-bottom: 15px;
}

.sidebar__nav {
  margin-bottom: 20px;
  margin-top: 10px;
}

@media (max-width: 540px) {
  .sidebar__nav {
    display: none;
  }
}

.checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/assets/icon/checkbox.svg");
  background-size: cover;
  width: 16px !important;
  height: 16px !important;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (min-width: 1024px) {
  .checkbox:hover:not(:checked) {
    background-image: url("/assets/icon/checkbox-hover.svg");
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}

.checkbox:checked {
  background-image: url("/assets/icon/checkbox-active.svg");
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.checkbox-number {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox-number__text {
  font-size: 15px;
  width: 42px;
  height: 25px;
  background: #fff;
  border: 1px solid #fff;
  text-align: center;
}

.checkbox-number__text--green {
  background: none;
  border: 1px solid #34C759;
  color: #34C759;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  width: 80px;
  height: 27px;
  margin-right: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-number__text--green--disable {
  border: 1px solid #9A9BBE;
  color: #9A9BBE;
}

.checkbox-number__text--red {
  background: none;
  border: 1px solid #951E42;
  color: #951E42;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  width: 50px;
  height: 27px;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-number__text--red--disable {
  border: 1px solid #9A9BBE;
  color: #9A9BBE;
}

.checkbox-number:checked+.checkbox-number__text {
  border: 1px solid #fff;
  color: #fff;
}

.checkbox-number:checked+.checkbox-number__text--green {
  border: none;
  background: #34C759;
  color: #fff;
}

.checkbox-number:checked+.checkbox-number__text--red {
  border: none;
  background: #951E42;
  color: #fff;
}

.sorting {
  font-size: 15px;
}

@media (max-width: 540px) {
  .sorting {
    font-size: 14px;
    display: none;
  }
}

.sorting__container {
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 540px) {
  .sorting__container {
    display: block;
    margin-bottom: 15px;
  }
}

.sorting__price {
  gap: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 540px) {
  .sorting__price {
    margin-right: 0;
    padding-bottom: 15px;
    display: none;
  }
}

.sorting__price-mobile {
  display: none;
}

@media (max-width: 540px) {
  .sorting__price-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.sorting__price-text {
  margin-right: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
  color: #001233;
}

@media (max-width: 540px) {
  .sorting__price-text {
    font-size: 14px;
  }
}

.sorting__price-dropdown {
  color: #F6F8FB;
  background: #F6F8FB;
  border: 1px solid #F6F8FB;
  cursor: pointer;
  position: relative;
  width: 220px;
}

@media (max-width: 540px) {
  .sorting__price-dropdown-mobile {
    background: #fff;
    border: 1px solid #fff;
  }
}

.sorting__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sorting__availability-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.sorting__availability-checkbox {
  margin-right: 7px;
}

.sorting__view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 540px) {
  .sorting__view-button--mobile {
    display: none;
  }
}

.sorting__view-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-left: 2px;
}

.sorting__view-icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #F6F8FB;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sorting__view-icon:hover {
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sorting__view svg {
  height: 10px;
  width: 18px;
  fill: #F6F8FB;
}

.sorting__view-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sorting__view-checkbox:checked+.sorting__view-icon svg {
  fill: #F6F8FB;
}

.sorting__view-checkbox:checked+.sorting__view-icon {
  background: #fff !important;
  border: 1px solid #F6F8FB;
}

.custom__select-profile {
  color: #9A9BBE;
  background: #fff;
  border: 1px solid #9A9BBE;
  cursor: pointer;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.custom__select-title {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
  color: #001233;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.custom__select-title::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("/assets/icon/arrow-down-sidebar.svg");
  background-repeat: no-repeat;
}

.custom__select-title:hover {
  color: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 540px) {
  .custom__select-title {
    background-color: #fff;
    font-size: 14px;
  }
}

.custom__select-title-profile {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #9A9BBE;
  padding: 12px 25px 12px 25px;
}

.custom__select-title--active::before {
  background-image: url("/assets/icon/arrow-down-sidebar.svg");
  -webkit-transform: rotate(180deg) translateY(-65%);
  -ms-transform: rotate(180deg) translateY(-65%);
  transform: rotate(180deg) translateY(-65%);
  top: -8px;
}

.custom__select-content {
  outline: none;
  position: absolute;
  background-color: #F6F8FB;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  top: 20px;
  left: -3px;
  right: 10px;
  z-index: 25;
}

.custom__select-content-profile {
  background-color: #fff;
  border: 1px solid #9A9BBE;
  border-top: none;
  padding-left: 25px;
  top: 103%;
  left: -1px;
  right: -1px;
}

@media (max-width: 540px) {
  .custom__select-content-mobile {
    background-color: #fff;
  }

  .custom__select-content {
    background-color: #fff;
  }
}

.custom__select-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
  color: #001233;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width: 540px) {
  .custom__select-text {
    font-size: 14px;
  }
}

.custom__select-text:hover {
  color: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.custom__select-text-profile {
  color: #9A9BBE;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 540px) {
  .page-pagination {
    width: 100%;
  }

  .pagination-parent {
    gap: 3px !important;
  }
}



.page-pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}

.page-pagination__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #9A9BBE;
  background: #fff;
  font-weight: 500;
  font-size: 18px;
  color: #9A9BBE;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.page-pagination__item.nopage {
  width: 50px;
  cursor: default !important;
}

.page-pagination__item:not(:last-child) {
  margin-right: 5px;
  margin-left: 5px;
}

@media (max-width: 540px) {
  .page-pagination__item:not(:last-child) {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.page-pagination__item:not(:first-child) {
  margin-right: 5px;
  margin-left: 5px;
}

@media (max-width: 540px) {
  .page-pagination__item:not(:first-child) {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.page-pagination__item:first-child {
  margin-right: 15px;
}

@media (max-width: 540px) {
  .page-pagination__item:first-child {
    margin-right: 0px;
  }
}

.page-pagination__item:last-child {
  margin-left: 15px;
}

.page-pagination__item:hover {
  border: 1px solid #1E4995;
  color: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.page-pagination__item:hover svg {
  fill: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.page-pagination__item--current {
  background: #fff !important;
  color: #1E4995;
  border: 1px solid #1E4995;
}

.page-pagination__item a {
  color: #9A9BBE;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.page-pagination__item a:hover {
  color: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 540px) {
  .page-pagination__item a {
    width: 44px;
    height: 44px;
  }
}

.page-pagination__item a svg {
  fill: #9A9BBE;
}

.page-pagination__item span {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog__modules {
  background-color: #F6F8FB;
}

.catalog__modules-mobile {
  display: none;
}

@media (max-width: 540px) {
  .catalog__modules-mobile {
    display: none;
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: justify;*/
    /*-webkit-justify-content: space-between;*/
    /*    -ms-flex-pack: justify;*/
    /*        justify-content: space-between; */
  }
}

.catalog__modules-info {
  padding-top: 36px;
  padding-bottom: 90px;
}

@media (max-width: 540px) {
  .catalog__modules-info {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.catalog__modules-info-title {
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  color: #001233;
  padding-bottom: 20px;
}

@media (max-width: 540px) {
  .catalog__modules-info-title {
    font-size: 24px;
  }
}

.catalog__modules-info-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
  padding-bottom: 10px;
}

@media (max-width: 540px) {
  .catalog__modules-info-text {
    font-size: 16px;
  }
}

.catalog__modules-more {
  text-align: center;
  margin-bottom: 36px;
}

@media (max-width: 540px) {
  .catalog__modules-more {
    display: none;
    margin-bottom: 0px;
  }
}

@media (max-width: 540px) {
  .catalog__modules-more-mobile {
    display: block;
  }
}

.product-card__container {
  max-width: 1920px;
  margin: auto;
}

@media (max-width: 540px) {
  .product-card-main {
    background: #fff;
  }
}

.product-card__characteristics {
  border-radius: 15px;
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 98px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 540px) {
  .product-card__characteristics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 16px;
    margin-bottom: 20px;
  }
}

.product-card__about {
  position: relative;
}

@media (max-width: 540px) {
  .product-card__about {
    display: none;
  }
}

.product-card__about-mobile {
  display: none;
}

@media (max-width: 540px) {
  .product-card__about-mobile {
    display: block;
    width: 100%;
  }
}

.product-card__about-sum {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #001233;
  padding-bottom: 15px;
}

@media (max-width: 540px) {
  .product-card__about-sum {
    padding-top: 16px;
  }
}

.product-card__about::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 95%;
  background: #001233;
  opacity: 10%;
  right: 15px;
}

@media (max-width: 540px) {
  .product-card__about::before {
    display: none;
  }
}

.product-card__brand {
  padding-top: 24px;
}

.product-card__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
}

@media (max-width: 540px) {
  .product-card__more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 24px;
  }
}

.product-card__more-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-card__more-wrap {
  padding-right: 36px;
}

.product-card__more-text {
  font-weight: 300;
  font-size: 15px;
  line-height: 160%;
  color: #9A9BBE;
  padding-bottom: 12px;
}

.product-card__more-text--black {
  color: #001233;
}

.product-card__more-text--blue {
  color: #1E4995;
}

@media (max-width: 540px) {
  .product-card__tabs {
    display: none;
  }
}

@media (max-width: 540px) {
  .product-card__tabs-all {
    background-color: #F6F8FB;
  }
}

@media (max-width: 540px) {
  .product-card__tabs-more {
    border-bottom: 1px solid #DEDEE6;
  }
}

.product-card__tabs-more-title {
  display: none;
}

@media (max-width: 540px) {
  .product-card__tabs-more-title {
    display: block;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: #001233;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    cursor: pointer;
  }

  .product-card__tabs-more-title::before {
    content: '';
    position: absolute;
    top: 53%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("/assets/icon/dropdown-arrow.svg");
    background-repeat: no-repeat;
  }
}

@media (max-width: 540px) {
  .product-card__tabs-more .arrow--active::before {
    top: 16px;
  }
}

.product-card__tabs-all {
  width: 100%;
}

.product-card__characteristics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 108px;
}

.product-card__characteristics-grid div {
  color: #9A9BBE;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.product-card__characteristics-grid span {
  color: #1E4995;
}

@media (max-width: 991px) {
  .product-card__characteristics-grid {
    gap: 12px 40px;
  }
}

@media (max-width: 768px) {
  .product-card__characteristics-grid {
    grid-template-columns: 1fr;
  }
}

.product-card__tabs-content {
  margin: 30px 0 36px;
  padding: 24px;
}

@media (max-width: 540px) {
  .product-card__tabs-content {
    margin-top: 0px;
    padding: 0;
  }
}

.product-card__tabs-content-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  color: #001233;
  padding-bottom: 16px;
}

@media (max-width: 540px) {
  .product-card__tabs-content-title {
    display: none;
  }
}

.product-card__tabs-content-subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #001233;
  padding-bottom: 8px;
}

@media (max-width: 540px) {
  .product-card__tabs-content-subtitle {
    font-size: 18px;
    width: 100%;
  }
}

.product-card__tabs-content-list-dots {
  list-style: square;
  padding-left: 20px;
  margin-bottom: 11px;
}

.product-card__tabs-content-list-dots:last-child {
  margin-bottom: 0px;
}

.product-card__tabs-content-list-dots li {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
  padding-bottom: 7px;
}

@media (max-width: 540px) {
  .product-card__tabs-content-list-dots li {
    width: 100%;
  }
}

.product-card__tabs-content-list {
  padding-left: 20px;
  margin-bottom: 0px;
}

.product-card__tabs-content-list li {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
  padding-bottom: 7px;
}

@media (max-width: 540px) {
  .product-card__tabs-content-list li {
    width: 100%;
  }
}

.product-card__tabs-content-list-empty {
  margin-bottom: 0px;
}

.product-card__tabs-content-list-empty li {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
  padding-bottom: 7px;
}

@media (max-width: 540px) {
  .product-card__tabs-content-list-empty li {
    width: 100%;
  }
}

.product-card__tabs-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
  padding-bottom: 7px;
  margin-bottom: 0px;
}

@media (max-width: 540px) {
  .product-card__tabs-content p {
    width: 100%;
  }
}

.product-card__tabs-content span {
  font-weight: 500;
}

.product-card__tabs-characteristics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 540px) {
  .product-card__tabs-characteristics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .product-card__tabs-wrap {
    width: 100%;
    margin-right: 0px;
  }
}

.product-card__tabs-wrap:first-child {
  margin-right: 87px;
}

@media (max-width: 540px) {
  .product-card__tabs-wrap:first-child {
    width: 100%;
    margin-right: 0px;
  }
}

.product-card__tabs-wrap:last-child {
  width: 55%;
}

@media (max-width: 540px) {
  .product-card__tabs-wrap:last-child {
    width: 100%;
  }
}

.product-card__tabs-item {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #1E4995;
  padding-bottom: 24px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.product-card__tabs-item:hover {
  color: #001233;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.contacts {
  background-color: #F6F8FB;
  font-weight: 300;
  color: #001233;
  margin-bottom: 105px;
}

.map-mobile {
  display: none;
}

@media (max-width: 540px) {
  .contacts {
    padding-top: 24px;
    margin-bottom: 34px;
  }
}

.contacts__title {
  margin-top: 36px;
  margin-bottom: 36px;
  font-size: 36px;
}

@media (max-width: 540px) {
  .contacts__title {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: 15px;
  }

  .contacts {
    padding-top: 0;
  }

  .map {
    display: none;
  }

  .map-widget-layout-view__bottom-panel {
    display: none;
  }

  .map-mobile {
    display: flex;
  }
}

@media (min-width: 541px) {
  .contacts__title--mobile {
    display: none;
  }
}

.contacts__content:not(:last-child) {
  padding-bottom: 15px;
}

.contacts__info {
  background-color: #fff;
  padding: 24px;
}

.col-table {
  display: table;
  width: 100%;
}

.col-child {
  display: table-cell;
}

@media (max-width: 540px) {
  .contacts__info {
    padding: 15px 0px;
    margin-bottom: 25px;
  }

  .direction-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .delivery-card {
    padding: 10px;
  }

  #delivery {
    width: 100%;
  }

  .col-6 {
    display: block;
    max-width: 50%;
  }
}

.contacts__info-title {
  margin-bottom: 13px;
  font-size: 24px;
}

.contacts__info-wrapper:not(:last-child) {
  margin-bottom: 10px;
}

.contacts__info-name {
  color: #9A9BBE;
  font-size: 15px;
}

.contacts__info-text {
  font-size: 15px;
  line-height: 1.4em;
}

.contacts__info-email {
  font-size: 15px;
  color: #1E4995;
}

.contacts__callback {
  background-color: #fff;
  margin: 0;
}

.map iframe {
  height: 500px !important;
}

@media (max-width: 540px) {
  .map iframe {
    height: 250px !important;
  }
}

.about {
  background-color: #F6F8FB;
}

.about__title {
  margin-bottom: 36px;
  margin-top: 36px;
  font-size: 36px;
}

.about__info {
  margin-bottom: 46px;
}

@media (max-width: 540px) {
  .about__info {
    margin-bottom: 36px;
  }
}

.about__info-container {
  background-color: #fff;
  padding: 17px;
  height: 100%;
}

@media (max-width: 540px) {
  .about__info-container {
    padding: 15px;
    line-height: 25px;
  }
}

.about__info-text {
  font-weight: 300px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 160%;
  /* 25.6px */
}

.about__info-image img {
  width: 98%;
  height: 513px;
}

@media (max-width: 540px) {
  .about__info-image {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
  }

  .about__info-image img {
    width: 100%;
    height: auto;
  }
}

.about__advantages {
  background-color: #F6F8FB;
  margin-bottom: 36px;
}

.about__advantages-content {
  background-color: #fff;
  padding: 50px;
}

@media (max-width: 540px) {
  .about__advantages-content {
    padding: 18px 0px;
  }
}

.about__advantages-item {
  font-size: 300px;
}

@media (max-width: 540px) {
  .about__advantages-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 26px;
  }
}

.about__advantages-icon {
  margin-bottom: 18px;
}

@media (max-width: 540px) {
  .about__advantages-icon {
    margin-bottom: 14px;
  }
}

.about__advantages-title {
  font-size: 20px;
  margin-bottom: 16px;
}

@media (max-width: 540px) {
  .about__advantages-title {
    margin-bottom: 12px;
  }
}

.about__advantages-text {
  font-size: 12px;
  color: #9A9BBE;
}

.about__requisites {
  font-weight: 300;
  margin-bottom: 100px;
}

@media (max-width: 540px) {
  .about__requisites {
    margin-bottom: 34px;
  }
}

.about__requisites-container {
  padding: 50px;
  background-color: #fff;
}

@media (max-width: 540px) {
  .about__requisites-container {
    padding: 15px;
  }
}

.about__requisites-title {
  font-size: 24px;
  padding-bottom: 24px;
}

.about__requisites-content:not(:last-child) {
  margin-bottom: 16px;
}

.about__requisites-name {
  font-size: 12px;
  color: #9A9BBE;
}

.about__requisites-email {
  color: #1E4995;
}

.cart {
  padding-bottom: 100px;
}

@media (max-width: 540px) {
  .cart {
    padding-bottom: 24px;
  }
}

.cart__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 540px) {
  .cart__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cart__wrap {
  width: 100%;
  padding: 24px;
  background-color: #fff;
  height: 367px;
}

.cart-no-product {
  margin-top: 50px;
  display: flex;
  gap: 30px;
}

.cart-no-product-title {
  font-family: Inter;
  font-weight: 400;
  font-size: 27px;
}

.cart-no-product-text {
  font-family: Inter;
  font-weight: 350;
  font-size: 19px;
}

.cart-no-product-img {
  margin: 20px;
}

@media (max-width: 540px) {
  .cart-no-product {
    margin-top: 20px;
  }

  .cart__wrap {
    padding: 5px;
  }

  .cart-no-product-title {
    font-size: 18px;
    font-weight: 350;
  }

  .cart-no-product-text {
    font-size: 14px;
    font-weight: 250;
  }

  .cart-no-product-img {
    margin: 0;
    margin-top: 30px;
  }

  .cart-no-product {
    gap: 13px;
    height: 300px;
  }
}

.cart__order {
  padding: 24px;
  background-color: #fff;
  width: 479px;
}

@media (max-width: 540px) {
  .cart__order {
    width: 100%;
    padding: 18px;
  }
}

.cart__mobile {
  display: none;
}

@media (max-width: 540px) {
  .cart__mobile {
    display: block;
    margin-top: 16px;
    margin-bottom: 24px;
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (max-width: 540px) {
  .cart__mobile-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 540px) {
  .cart__mobile-item {
    padding-bottom: 5px;
    margin-bottom: 16px;
    border-bottom: 1px solid #DEDEE6;
  }
}

@media (max-width: 540px) {
  .cart__mobile-title {
    padding-bottom: 12px;
  }
}

@media (max-width: 540px) {
  .cart__mobile-title a {
    font-weight: 300;
    font-size: 18px;
    line-height: 110%;
    color: #1E4995;
  }
}

@media (max-width: 540px) {
  .cart__mobile-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 110%;
    color: #001233;
    padding-bottom: 10px;
  }
}

@media (max-width: 540px) {
  .cart__mobile-text-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 540px) {
  .cart__mobile-text span {
    color: #9A9BBE;
    margin-right: 5px;
  }
}

.client {
  background-color: #fff;
  padding: 24px;
  padding-bottom: 0px;
  margin-bottom: 100px;
}

.client__edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client__table {
  padding-bottom: 24px;
  padding-top: 24px;
}

.client__title {
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  color: #001233;
}

.client__title--detalpage {
  padding-bottom: 20px;
}

.client__total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 57px;
  border-bottom: 1px solid #F6F8FB;
}

.client__total-text {
  padding-right: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #001233;
}

.client__total-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #001233;
}

.client__orders-title {
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  color: #001233;
  padding-bottom: 36px;
}

.client__orders-content {
  background-color: #fff;
  padding: 24px;
}

.client__orders-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lc__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lc__wrap--order {
  padding-bottom: 36px;
}

.lc__exit {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.lc__exit:hover {
  color: #001233;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.lc__add {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.lc__add span {
  font-size: 24px;
}

.lc__add:hover {
  color: #001233;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.lc__add:hover span {
  color: #001233;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.lc__order {
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  color: #001233;
}

.profile {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profile__title {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #001233;
  padding-bottom: 25px;
}

.profile__subtitle {
  font-weight: 500;
  margin-bottom: 12px;
}

.profile__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.profile__content {
  padding: 50px;
  background-color: #fff;
  width: 450px;
  position: relative;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  height: 617px;
  overflow: auto;
}

.profile__content::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}

.profile__content::-webkit-scrollbar-thumb {
  background: #9A9BBE;
  border-radius: 3px;
}

.profile__form {
  font-size: 15px;
}

.profile__wrapper {
  width: 100%;
}

.profile .custom__select-title--active::before {
  background-image: url("/assets/icon/arrow-down-sidebar.svg");
  -webkit-transform: rotate(180deg) translateY(-65%);
  -ms-transform: rotate(180deg) translateY(-65%);
  transform: rotate(180deg) translateY(-65%);
  top: 5px;
}

.profile__input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.profile__input input {
  width: 100%;
}

.profile__input input:focus {
  padding-top: 10px;
  padding-bottom: 10px;
}

.profile__submit {
  margin-top: 10px;
}

.profile .custom__select {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.details__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #9A9BBE;
  padding-right: 10px;
  padding-bottom: 20px;
  position: relative;
}

.details__info-manager {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #9A9BBE;
  padding-right: 10px;
  padding-bottom: 20px;
}

.details__info-download {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #1E4995;
  position: relative;
}

.details__info-download::before {
  content: '';
  position: absolute;
  right: -35%;
  top: -70%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  width: 24px;
  height: 24px;
  background-image: url("/assets/icon/client-download.svg");
  background-repeat: no-repeat;
}

.details__info-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
}

.details__info-text--highlight {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #1E4995;
}

.details__info-text--time {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
  margin-left: 35px;
}

.details__button {
  padding-bottom: 24px;
  padding-top: 4px;
}

.details__textarea {
  width: 100%;
  border: 1px solid #9A9BBE;
  padding: 10px 25px;
  margin-bottom: 24px;
  outline: none;
}

.details__textarea::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #9A9BBE;
}

.details__textarea::-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #9A9BBE;
}

.details__textarea:-ms-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #9A9BBE;
}

.details__textarea::-ms-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #9A9BBE;
}

.details__textarea::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #9A9BBE;
}

.details__textarea:focus {
  border: 1px solid #001233;
  color: #001233;
  border-radius: 0px;
  background: none;
}

.details__textarea--order {
  margin-bottom: 0px;
}

.details__check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lc-manager {
  padding-bottom: 100px;
  padding-top: 25px;
}

.lc-manager-client {
  padding-top: 0px;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-wrapper--price {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.sidebar-menu {
  border: none;
  background-color: #fff;
  padding: 16px 24px;
  height: 50%;
  width: 273px;
}

.sidebar-menu__manager {
  height: 50%;
}

.sidebar-menu__nav-item {
  padding-bottom: 15px;
}

.sidebar-menu__nav-exit {
  color: #1E4995;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sidebar-menu__nav-exit:hover {
  color: #001233;
}

.sidebar-menu__nav-link {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
}

.sidebar-menu__nav-link:hover {
  color: #1E4995;
  position: relative;
  margin-left: 5px;
}

.sidebar-menu__nav-link:hover::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 26px;
  background-color: #1E4995;
  left: -5px;
}

.sidebar-menu__nav-link--active {
  color: #1E4995;
  position: relative;
  margin-left: 5px;
}

.sidebar-menu__nav-link--active::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 26px;
  background-color: #1E4995;
  left: -5px;
}

.sidebar-menu__nav-item:last-child {
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.requisites {
  background-color: #fff;
  padding: 24px;
}

.requisites__content {
  padding-bottom: 4px;
}

.requisites__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.requisites__title {
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  color: #001233;
  padding-bottom: 20px;
}

.requisites__title-main {
  font-size: 48px;
  padding-bottom: 36px;
  line-height: 120%;
  color: #001233;
  font-weight: 300;
}

.requisites__form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.requisites__form-name {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #9A9BBE;
  width: 290px;
  margin-right: 10px;
}

.requisites__form-name--width {
  width: 130px;
  margin-right: 10px;
}

.requisites__form-input {
  margin-bottom: 0px;
  width: 521px;
}

.requisites__form-input--width1 {
  width: 350px;
}

.requisites__form-input--width2 {
  width: 384px;
}

.requisites__form-input--width3 {
  width: 543px;
}

.requisites__form-input--width4 {
  width: 205px;
}

.requisites__form-input--width5 {
  width: 257px;
}

.requisites__upload-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.requisites__upload-file input {
  visibility: hidden;
  position: absolute;
}

.requisites__upload-file label {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #1E4995;
  border: 1px solid #1E4995;
  padding: 10px 24px 10px 24px;
  background: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.requisites__upload-file label:hover {
  background: #1E4995;
  color: #F6F8FB;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.requisites__upload-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #1E4995;
  margin-left: 10px;
}

.requisites__upload-text--price {
  margin-left: 20px;
}

.price__title {
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  color: #001233;
  padding-bottom: 36px;
}

.price-main {
  margin-left: 30px;
}

.price {
  background-color: #fff;
  padding: 24px;
  width: 891px;
}

.price__download-btn {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #1E4995;
  cursor: pointer;
  position: relative;
  border-bottom: 1px dashed #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.price__download-btn:hover {
  color: #9A9BBE;
  border-bottom: 1px dashed #9A9BBE;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.price__reload-btn {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #1E4995;
  cursor: pointer;
  position: relative;
  border-bottom: 1px dashed #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.price__reload-btn:hover {
  color: #9A9BBE;
  border-bottom: 1px dashed #9A9BBE;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.price__sub {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
  padding-top: 12px;
}

.price__content {
  padding-top: 12px;
  position: relative;
}

.price__content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.price__content-wrap--margin {
  margin-bottom: 0px;
}

.price__content-number {
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  color: #001233;
}

.price__content-wrapper {
  margin-left: 19px;
}

.price__content-wrapper--download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price__content-table {
  padding-top: 5px;
}

.price__content-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
  padding-bottom: 10px;
}

.price__content-text-checkbox {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #001233;
}

.price__content-text--margin {
  margin-right: 20px;
  padding-bottom: 0px;
}

.price__content-text-bold {
  font-weight: 500;
}

.price__content-text--pad {
  padding-top: 25px;
}

.price__checkbox {
  margin-top: 15px;
  margin-bottom: 15px;
}

.price__checkbox--structure {
  margin: 0;
}

.price__checkbox--bottom {
  margin-bottom: 10px;
}

.price__line {
  position: absolute;
  top: 105px;
  left: 23.5px;
}

.price__download-error {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #951E42;
  padding-top: 15px;
  display: none;
}

.price__pricelist {
  padding-bottom: 76px;
}

.price__pricelist-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.price__pricelist-title {
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  color: #001233;
  padding-top: 12px;
  padding-bottom: 12px;
}

.price__pricelist-wrap {
  overflow: auto;
  height: 330px;
}

.price__pricelist-wrap::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}

.price__pricelist-wrap::-webkit-scrollbar-thumb {
  background: #9A9BBE;
  border-radius: 3px;
}

.price__pricelist-headline {
  background-color: #F6F8FB;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 68px;
  padding-left: 16px;
}

.price__pricelist-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
}

.price__pricelist-text--size {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #001233;
}

.price__pricelist-text--bold {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}

.price__pricelist-text--bold span {
  display: inline-block;
  position: relative;
}

.price__pricelist-text--bold span::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -27px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/assets/icon/dropdown-arrow.svg");
  background-repeat: no-repeat;
}

.price__pricelist-text--undisclosed {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}

.price__pricelist-text--pad {
  padding-left: 20px;
}

.price__pricelist-text--section {
  width: 291px;
}

.price__pricelist-text--date {
  width: 244px;
}

.price__pricelist-text--amount {
  width: 190px;
}

.price__pricelist-text--name {
  width: 220px;
  cursor: pointer;
}

.price__pricelist-text--sum {
  width: 110px;
}

.price__pricelist-text--storage {
  width: 140px;
}

.price__pricelist-text--delete {
  font-size: 12px;
  line-height: 120%;
  color: #9A9BBE;
  margin-left: 12px;
}

.price__pricelist__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 15px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid #F6F8FB;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.price__pricelist__item:hover {
  background-color: #F6F8FB;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.price__pricelist__item--block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
}

.price__pricelist-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.price__pricelist-download {
  margin-right: 20px;
}

.price__pricelist-position-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  padding-left: 38px;
  padding-bottom: 7px;
  padding-top: 12px;
}

.price__pricelist-position-title--green {
  color: #34C759;
}

.price__pricelist-position-title--red {
  color: #951E42;
}

.price__pricelist-position-table {
  margin-left: 34px;
  margin-bottom: 12px;
}

.price__pricelist-position-headline {
  background: rgba(33, 150, 83, 0.05);
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 15px;
  height: 42px;
}

.price__pricelist-position-headline--red {
  background: rgba(235, 87, 87, 0.05);
}

.price__pricelist-position-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid #F6F8FB;
  cursor: pointer;
}

.price__pricelist-position-item:hover {
  border-top: 1px solid #9A9BBE;
  border-bottom: 1px solid #9A9BBE;
}

.price__pricelist__subitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid #F6F8FB;
  cursor: pointer;
}

.price__pricelist__subitem:hover {
  border-top: 1px solid #9A9BBE;
  border-bottom: 1px solid #9A9BBE;
}

.price__pricelist-download {
  position: relative;
}

.price__pricelist-download svg {
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  stroke: #001233;
}

.price__pricelist-download:hover svg {
  stroke: #1E4995;
}

.price__pricelist-delete {
  position: relative;
}

.price__pricelist-delete svg {
  position: absolute;
  top: 50%;
  right: -43px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 25px;
  fill: #001233;
}

.pricelist__toggle {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.price__pricelist__item--active .price__pricelist-text span::before {
  -webkit-transform: translateY(-45%) rotate(-180deg);
  -ms-transform: translateY(-45%) rotate(-180deg);
  transform: translateY(-45%) rotate(-180deg);
}

.table__toggle .price__pricelist-text span::before {
  -webkit-transform: translateY(-55%) rotate(0deg) !important;
  -ms-transform: translateY(-55%) rotate(0deg) !important;
  transform: translateY(-55%) rotate(0deg) !important;
}

.table__toggle--active .price__pricelist-text span::before {
  -webkit-transform: translateY(-45%) rotate(-180deg) !important;
  -ms-transform: translateY(-45%) rotate(-180deg) !important;
  transform: translateY(-45%) rotate(-180deg) !important;
}

.price__pricelist__item--disable .price__pricelist-text--bold {
  color: #9A9BBE;
}

.price__pricelist__item--disable .price__pricelist-text {
  color: #9A9BBE;
}

.price__pricelist__item--disable .checkbox-number__text--green {
  border: 1px solid #9A9BBE;
  color: #9A9BBE;
}

.price__pricelist__item--disable .checkbox-number__text--red {
  border: 1px solid #9A9BBE;
  color: #9A9BBE;
}

.price__pricelist__item--disable .price__pricelist-download svg {
  stroke: #9A9BBE;
}

.template__title {
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  padding-bottom: 36px;
}

.template-main {
  margin-left: 30px;
}

.template {
  background-color: #fff;
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 891px;
}

.template__subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
}

.template__add {
  margin-bottom: 20px;
}

.template__add-text {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #1E4995;
  cursor: pointer;
  position: relative;
  border-bottom: 1px dashed #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.template__add-text:hover {
  color: #9A9BBE;
  border-bottom: 1px dashed #9A9BBE;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.template__notification-warning {
  padding: 10px;
  border: 1px solid #951E42;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}

.template__notification-exclamation {
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  color: #951E42;
  padding-right: 7px;
}

.template__notification span {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
}

.template__notification-show-warning {
  padding: 13px 10px;
  border: 1px solid #951E42;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.template__notification-show span {
  font-size: 15px;
  font-weight: 300;
  color: #951E42;
  padding-left: 7px;
}

.template__form {
  padding-top: 10px;
}

.template__form-span {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
  padding-left: 5px;
}

.template__form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.template__form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.template__form-name {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #9A9BBE;
  width: 290px;
  margin-right: 10px;
}

.template__form-name--align {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.template__form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 24px;
}

.template__form-input input {
  margin-bottom: 0px;
  width: 350px;
}

.template__form-input input::-webkit-input-placeholder {
  color: #001233;
}

.template__form-input input::-moz-placeholder {
  color: #001233;
}

.template__form-input input:-ms-input-placeholder {
  color: #001233;
}

.template__form-input input::-ms-input-placeholder {
  color: #001233;
}

.template__form-input input::placeholder {
  color: #001233;
}

.template__calculator {
  color: #951E42;
}

.template__calculator-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.template__calculator-title input {
  margin-left: 5px;
  width: 193px;
}

.template__calculator-submit--pad {
  padding-bottom: 24px;
}

.template__calculator--pad {
  margin-left: 15px;
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #F6F8FB;
}

.template__calculator-add {
  padding: 10px;
  border: 1px solid #F6F8FB;
  border-radius: 3px;
  margin-bottom: 20px;
}

.template__calculator-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
  margin-bottom: 14px;
}

.template__calculator-toggle {
  border-bottom: 1px dashed #001233;
  cursor: pointer;
  margin-right: 5px;
}

.template__calculator-toggle:hover {
  color: #1E4995;
  border-bottom: 1px dashed #1E4995;
}

.template__calculator-toggle--inactive {
  cursor: default;
}

.template__calculator-toggle--inactive:hover {
  color: #001233;
  border-bottom: 1px dashed #001233;
}

.template__calculator-add-word {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #1E4995;
  cursor: pointer;
  position: relative;
  border-bottom: 1px dashed #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.template__calculator-add-word:hover {
  color: #9A9BBE;
  border-bottom: 1px dashed #9A9BBE;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.template__calculator-subtext {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #9A9BBE;
}

.template__table {
  margin-bottom: 20px;
}

.template__headline {
  height: 68px;
  background: #F6F8FB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
}

.template__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #001233;
}

.template__text--bold {
  font-weight: 500;
}

.template__text--size {
  font-size: 16px;
  line-height: 110%;
}

.template__text--name {
  width: 254px;
}

.template__text--tag {
  width: 224px;
}

.template__text--date {
  width: 273px;
}

.template__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  cursor: pointer;
  border-bottom: 1px solid #F6F8FB;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.template__item:hover {
  background-color: #F6F8FB;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.template__item:hover .template__icons {
  visibility: visible;
}

.template__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
}

.template__edit {
  margin-right: 12px;
}

.template__edit svg {
  stroke: #001233;
  width: 24px;
  height: 24px;
}

.template__edit:hover svg {
  stroke: #1E4995;
}

.ui-menu {
  background-color: #F6F8FB;
  padding: 5px 30px 15px 30px;
  width: 193px;
  -webkit-box-shadow: 0px 4px 40px rgba(30, 73, 149, 0.1);
  box-shadow: 0px 4px 40px rgba(30, 73, 149, 0.1);
  z-index: 99;
}

.radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px !important;
  height: 16px !important;
  cursor: pointer;
  outline: none;
  background-image: url("/assets/icon/radio.svg");
  background-repeat: no-repeat;
}

.radio:hover:not(:checked) {
  background-image: url("/assets/icon/radio-hover.svg");
  background-repeat: no-repeat;
}

.radio:checked {
  border: none;
  background-image: url("/assets/icon/radio-active.svg");
  background-repeat: no-repeat;
}

.radio-validate--error {
  background-image: url("/assets/icon/radio-validate.svg");
  background-repeat: no-repeat;
}

.modal-key {
  margin: auto;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-key__question {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #1E4995;
  padding-left: 5px;
}

.modal-key__inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-key__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal-key__container {
  background-color: #fff;
  padding: 50px;
  position: relative;
  z-index: 2;
}

.modal-key__title {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #001233;
  margin-bottom: 26px;
}

.modal-key__form {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
}

.modal-key__name {
  margin-bottom: 22px;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #9A9BBE;
}

.modal-key__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.modal-key__wrapper {
  width: 220px;
}

.modal-key__wrapper:not(:last-child) {
  margin-right: 24px;
}

.modal-key__wrapper-hide {
  visibility: hidden;
}

.modal-key__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.modal-key__label .radio {
  margin-right: 5px;
}

.modal-key__text {
  cursor: pointer;
}

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

.modal-key__info {
  position: relative;
  cursor: pointer;
}

.modal-key__info-icon {
  margin-left: 5px;
}

.modal-key__info-text {
  display: none;
  position: absolute;
  -webkit-transform: translate(-10px, -135%);
  -ms-transform: translate(-10px, -135%);
  transform: translate(-10px, -135%);
  background: #fff;
  border: 1px solid #9A9BBE;
  width: 278px;
  padding: 8px;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  font-size: 12px;
  color: #001233;
  z-index: 1;
}

.modal-key__info-text::before {
  position: absolute;
  content: '';
  bottom: -10%;
  left: 16px;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 1px solid #9A9BBE;
  border-right: 1px solid #9A9BBE;
  z-index: -1;
}

.modal-key__info:hover .modal-key__info-text {
  display: block;
}

.modal-key__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  z-index: 1;
}

.modal-key__close {
  margin-right: 15px;
}

.structure-main {
  margin-left: 30px;
  width: 891px;
}

.structure__title-main {
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  color: #001233;
  padding-bottom: 36px;
}

.structure {
  background-color: #fff;
  padding: 24px;
}

.structure .price__checkbox--structure--pad {
  padding-bottom: 10px;
}

.structure__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.structure__title {
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  color: #001233;
}

.structure__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.structure__actions-title {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #1E4995;
  cursor: pointer;
  position: relative;
  border-bottom: 1px dashed #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.structure__actions-title:hover {
  color: #9A9BBE;
  border-bottom: 1px dashed #9A9BBE;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.structure__actions-title::before {
  content: '';
  position: absolute;
  top: 54%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/assets/icon/dropdown-arrow.svg");
  background-repeat: no-repeat;
}

.structure__actions-subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
  margin-left: 50px;
}

.structure__actions-title--active::before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 3px;
}

.mass-actions {
  width: 302px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(30, 73, 149, 0.1);
  box-shadow: 0px 4px 40px rgba(30, 73, 149, 0.1);
  padding: 15px;
  position: absolute;
  z-index: 99;
}

.mass-actions__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: -10;
}

.mass-actions__content {
  z-index: 1;
}

.mass-actions-button {
  padding-top: 10px;
}

.mass-actions__text {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #001233;
}

.form-list {
  overflow: auto;
  padding-top: 20px;
}

.form-list--pad {
  padding-top: 0;
}

.first-list__title {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-list__checkbox {
  margin-right: 5px;
}

.second-list__title {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.second-list__checkbox {
  margin-right: 5px;
}

.third-list__title {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.third-list__checkbox {
  margin-right: 5px;
}

.fourth-list__title {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fourth-list__checkbox {
  margin-right: 5px;
}

.five-list__title {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.five-list__checkbox {
  margin-right: 5px;
}

.first-list span {
  cursor: pointer;
}

.second-list {
  margin-left: 20px;
}

.third-list {
  margin-left: 20px;
}

.fourth-list {
  margin-left: 20px;
}

.five-list {
  margin-left: 20px;
}

.no-list__checkbox {
  margin-right: 5px;
}

.five-list__toggle {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #001233;
  border-bottom: 1px dashed #9A9BBE;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.five-list__toggle:hover {
  color: #1E4995;
  border-bottom: 1px dashed #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.five-list__toggle-none {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #001233;
}

.list-toggle {
  position: relative;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #001233;
}

.list-toggle::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 16px;
  background-image: url("/assets/icon/arrow-structure.svg");
  background-repeat: no-repeat;
}

.list-toggle--active::before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 1px;
}

.form-list__submit {
  position: absolute;
  left: 300px;
  bottom: 20px;
}

.list-submit {
  background: none;
  background: green;
  padding: 10px;
  border: 1px solid green;
  color: white;
  border-radius: 6px;
}

.modal-edit {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-edit__content {
  padding: 50px;
  background-color: #fff;
  width: 647px;
  position: relative;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
}

.modal-edit__title {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 25px;
}

.modal-edit__subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #9A9BBE;
  margin-bottom: 25px;
}

.modal-edit__form-name {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #9A9BBE;
  padding-bottom: 10px;
}

.modal-edit__form-input input {
  width: 547px;
}

.modal-edit__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.modal-edit-button {
  margin-right: 25px;
}

.settings-main {
  margin-left: 30px;
}

.settings__title {
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  color: #001233;
  padding-bottom: 36px;
}

.settings {
  background-color: #fff;
  padding: 24px;
}

.settings .requisites__form-wrapper {
  margin-bottom: 10px;
}

.settings .requisites__form-name--password {
  width: 210px;
  margin-right: 10px;
}

.settings .custom__select-content {
  border-top: none;
}

.settings .custom__select-content {
  border: none;
  background-color: #FFFFFF;
  padding: 0;
  top: 29px;
  right: -2px;
  -webkit-box-shadow: 0px 16px 24px rgba(119, 119, 119, 0.07), 0px 2px 6px rgba(119, 119, 119, 0.04), 0px 0px 5px rgba(0, 0, 0, 0.01);
  box-shadow: 0px 16px 24px rgba(119, 119, 119, 0.07), 0px 2px 6px rgba(119, 119, 119, 0.04), 0px 0px 5px rgba(0, 0, 0, 0.01);
  border-radius: 0px 0px 6px 6px;
}

.settings .custom__select--active {
  border: none;
  border-radius: 0px;
}

.settings .custom__select-title--active::before {
  background-image: none;
}

.settings .custom__select-title {
  color: #001233;
  border-bottom: 1px dashed #001233;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
}

.settings .custom__select-title:hover {
  color: #1E4995;
  border-bottom: 1px dashed #1E4995;
}

.settings .custom__select-title--grey {
  border-bottom: 1px dashed #9A9BBE;
  color: #9A9BBE;
  cursor: pointer;
}

.settings .custom__select-title--grey:hover {
  border-bottom: 1px dashed #1E4995;
}

.settings .custom__select-title--green {
  border-bottom: 1px dashed #34C759;
  color: #34C759;
  cursor: pointer;
}

.settings .custom__select-title--green:hover {
  color: #34C759;
  border-bottom: 1px dashed #34C759;
}

.settings .custom__select-title::before {
  background-image: none;
}

.settings .custom__select-text:not(:last-child) {
  margin-bottom: 0;
}

.settings .custom__select-text {
  color: #001233;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  display: inline-block;
  padding: 5px;
  padding-bottom: 7px;
}

.settings .custom__select-text:hover {
  color: #001233;
}

.settings .custom__select-text--grey {
  color: #9A9BBE;
}

.settings .custom__select-text--grey:hover {
  color: #9A9BBE;
}

.settings .custom__select-text--green {
  color: #34C759;
}

.settings .custom__select-text--green:hover {
  color: #34C759;
}

.settings__new {
  padding-top: 20px;
}

.settings__content-title {
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  color: #1E4995;
  padding-top: 4px;
  padding-bottom: 12px;
}

.settings__content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.settings__content-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #001233;
}

.settings__content-text--name {
  width: 321px;
}

.settings__content-text--mail {
  width: 230px;
}

.settings__content-text--green {
  display: inline-block;
  border-bottom: 1px dashed #34C759;
  color: #34C759;
  cursor: pointer;
}

.settings__content-text--green:hover {
  border-bottom: 1px dashed #34C759;
}

.settings__content-text--green:active {
  border-bottom: 1px dashed #34C759;
}

.settings__content-delete {
  cursor: pointer;
}

.settings-password {
  cursor: pointer;
  border-bottom: 1px dashed #001233;
  color: #001233;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.settings-password:hover {
  color: #1E4995;
  border-bottom: 1px dashed #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.settings__btn-add {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  position: relative;
  margin-top: 20px;
}

.settings__btn-add span {
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  color: #34C759;
  padding-left: 7px;
}

.settings__input-name {
  width: 448px;
  margin-bottom: 0px;
}

.settings__input-mail {
  width: 240px;
  margin-bottom: 0px;
}

.settings__input-password {
  width: 130px;
  margin-bottom: 0px;
}

.change-password {
  width: 390px;
  background: #FFFFFF;
  -webkit-filter: drop-shadow(0px 4px 40px rgba(30, 73, 149, 0.1));
  filter: drop-shadow(0px 4px 40px rgba(30, 73, 149, 0.1));
  padding: 15px;
  margin-left: 66px;
  position: absolute;
  z-index: 99;
}

.change-password__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: -10;
}

.change-password__content {
  z-index: 1;
}

.settings-dropdown {
  width: 92px;
  margin-right: 21px;
  background-color: #FFFFFF;
  border: none;
}

.settings__content-item:last-child {
  margin-bottom: 0px;
}

.settings__content-text--person {
  width: 132px;
  margin-right: 28px;
}

.fast-order {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fast-order__content {
  background: #fff;
  width: 450px;
  padding: 40px;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  position: relative;
}

@media (max-width: 540px) {
  .fast-order__content {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
  }
}

.fast-order__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.fast-order__close img {
  height: 40px;
}

/* @media (max-width: 540px) {
  .fast-order__close {
    top: 15px;
    right: 15px;
  }
} */

.fast-order__title {
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #001233;
}

.fast-order__text {
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  max-width: 310px;
  color: #001233;
}

.fast-order .input {
  font-family: "Inter", sans-serif;
  width: 100%;
  border: 2px solid #E0E8F5;
  margin-bottom: 12px;
  padding: 14px 20px;
  border-radius: 12px;
}

.fast-order .input::placeholder {
  color: #9F9F9F;
}

.fast-order__textarea {
  font-family: "Inter", sans-serif;
  width: 100%;
  height: 100px;
  border: 2px solid #E0E8F5;
  padding: 14px 20px;
  margin-bottom: 12px;
  border-radius: 12px;
  resize: none;
  outline: none;
  display: block;
}

@media (max-width: 540px) {
  .fast-order__textarea {
    margin-bottom: 10px;
    height: 56px;
  }
}

.fast-order__textarea::placeholder {
  color: #9F9F9F;
}

.fast-order__upload-file {
  display: flex;
  align-items: center;
  position: relative;
}

.fast-order__upload-file input {
  visibility: hidden;
  position: absolute;
}

.fast-order__upload-file label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #001233;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  width: 212px;
  border-radius: 12px;
  background: #EAF1FC;
  cursor: pointer;
}

.fast-order__upload-file label svg {
  stroke: #001233;
}

@media (max-width: 540px) {
  .fast-order__form {
    display: block;
    background: none;
  }
}

.fast-order .button-default {
  font-family: "Inter", sans-serif;
  width: 100%;
  font-weight: 600;
  padding: 14px;
  border-radius: 8px;
}

.fast-order .popups__agreement {
  font-family: "Inter", sans-serif;
  padding-top: 12px;
  font-size: 14px;
  line-height: 120%;
}

.popups__label {
  font-weight: 300;
  font-size: 12px;
  line-height: 160%;
  color: #9A9BBE;
  padding-bottom: 10px;
}

.popups__agreement {
  font-weight: 300;
  font-size: 12px;
  line-height: 160%;
  color: #9A9BBE;
  padding-top: 25px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 540px) {
  .popups__agreement {
    padding-top: 15px;
  }
}

.popups__agreement a {
  color: #1E4995;
}

.popups__agreement a:hover {
  color: #001233;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}


.form_error {
  min-height: 20px;
  font-size: 12px;
  color: #DF7A30;

}

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

.products__card-image {
  display: block;
  width: 100%;
  height: 213px;
  object-fit: contain;
}

.cable_products__card-image-list {
  min-height: 210px;
  padding-top: 30%;
}

.cable_products__card-image-list img,
.products__card-image img {
  width: 100%;
  height: 213px;
  object-fit: contain;
}

.products__card-link {
  color: initial;
}

.products__card-link:hover .products__card-title {
  color: #1E4995;
  transition: color 0.2s ease-out;
}

@media (max-width: 540px) {

  .cable_products__card-image-list,
  .products__card-image {
    min-height: 110px;
    padding-top: 24%;
  }

  .desc8 {
    font-size: 14px;
    height: auto !important;
  }

  .products__card-price {
    font-size: 16px;
    padding-top: 10px;
  }

  .products__card-title {
    max-width: 145px;
    padding-bottom: 0;
  }
}


.red1 {
  border-left: 1px solid #FF0000 !important;
  border-top: 1px solid #FF0000 !important;
  border-bottom: 1px solid #FF0000 !important;
}

.red2 {
  border-right: 1px solid #FF0000 !important;
  border-top: 1px solid #FF0000 !important;
  border-bottom: 1px solid #FF0000 !important;
}

.red3 {
  border-right: 1px solid #FF0000 !important;
  border-left: 1px solid #FF0000 !important;
  border-top: 1px solid #FF0000 !important;
  border-bottom: 1px solid #FF0000 !important;
}

.fullred {
  border-right: 1px solid #FF0000 !important;
  border-left: 1px solid #FF0000 !important;
  border-top: 1px solid #FF0000 !important;
  border-bottom: 1px solid #FF0000 !important;
}

.autocomplete2 {
  /*
    width:100% !important;

    position: absolute !important;
    right: 257px !important;

    top: 100% !important;
    left: 0 !important;
    */
  background: #FFFFFF !important;
  border: 1px solid #1E4995 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  border-radius: 0 0 3px 3px !important;
  margin-top: -1px !important;
  z-index: 999999 !important;
}

.autocomplete2-item {
  cursor: pointer !important;
  padding-left: 9px !important;
  padding-top: 10px !important;
  height: 58px !important;
  line-height: 38px !important;
  z-index: 9999999 !important;
  color: #999999 !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.autocomplete2-item {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  display: block;
  width: 100%;
}

.autocomplete2-item em {
  font-size: 14px;
  color: #444444;
}

.autocomplete2-item em {
  font-size: 14px;
  color: #333333;
}

.autocomplete2-item:hover em {
  color: #fff !important;
}

.autocomplete2-item:hover {
  color: #ffffff !important;
  /*background: #2F99CC  !important;*/
  background: #1E4995 !important;
  border: 1px solid #1E4995 !important;

}

.autocomplete2-empty {
  font-size: 12px !important;
  padding: 8px 10px 8px 9px !important;
  color: #999999 !important;
}

.order_error {
  font-size: 12px;
  color: red;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#orderform input {
  margin-bottom: 0px;
}

.order__form-textarea {
  width: 100%;
  outline: none;
  color: #333;
  padding-top: 10px;
  padding-right: 10px;
  min-height: 85px;
  resize: none;
  display: block;
}

.order__form-textarea::-webkit-input-placeholder {
  color: #333;
}

.order__form-textarea::-moz-placeholder {
  color: #333;
}

.order__form-textarea:-ms-input-placeholder {
  color: #333;
}

.order__form-textarea::-ms-input-placeholder {
  color: #333;
}

.order__form-textarea::placeholder {
  color: #333;
}

.profile__subtitle {
  font-weight: 500;
  margin-bottom: 12px;
}

.order__form-name {
  width: 190px;
  margin-right: 20px;
}


.popup_small_form_upload {
  display: inline-block;
  padding: 2px 2px 2px 2px;
  cursor: pointer !important;
  color: #1E4995;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.popup_small_form_upload span:hover {
  text-decoration: underline;
}

.delfile {
  font-size: 22px;
  line-height: 1;
  color: #d02d42;
  cursor: pointer;
}

.form-input {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.order__form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  .order__form-wrapper {
    display: block;
    margin-bottom: 15px;
  }
}

.form-input input[type="file"] {
  display: none;
}

.popup-callback__text_result {
  color: #F1971E;
}

.product-card__image img {
  max-width: 430px;
}

@media (max-width: 540px) {
  .product-card__image img {
    max-width: 320px;
  }
}

.product-card__image-2 {


  padding-left: 5%;
  padding-right: 5%;

  max-width: 400px;
  max-height: 230px;
}

.product-card__image-2 img {
  margin-right: auto;
  margin-left: auto;
  max-width: 345px;
}

.columns ul {
  list-style-position: inside;
  list-style-type: none;
  -moz-column-count: 4;
  /* Firefox */
  -webkit-column-count: 4;
  /* Safari and Chrome */
  column-count: 4;

}

@media (max-width: 908px) {
  .columns ul {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
  }
}

@media (max-width: 540px) {
  .columns ul {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
  }
}

@media (max-width: 582px) {

  .delivery-callback-form {
    flex-direction: column;
    /*align-items: flex-start;*/
    gap: 10px !important;
  }
}

/** Delivery section **/
#delivery {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.delivery-delivery {
  display: flex;
  padding-bottom: 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}

.delivery-card {
  /*height: auto;*/
  /*padding-bottom: 24px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
}


/***  Payment for legal  ***/
#payment {
  display: none;
}

.delivery-card-box {
  max-width: 1200px;
  margin-bottom: 36px;
  background-color: #fff;
}

.delivery-card-box:last-child {
  padding-bottom: 36px;
}

.delivery-card-boxs {
  display: flex;
  gap: 36px;

}

@media screen and (max-width: 1222px) {
  .delivery-card-box {
    width: 100%;
  }

  .delivery-delivery {
    padding: 0 10px;
  }
}

.delivery-card-title {
  text-align: center;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 24px !important;

  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 38.4px */
}

.delivery-card-title p {
  margin-bottom: 0;
  margin-left: 25px;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 38.4px */
}

.delivery-card-box-item {
  flex: 1;
  padding: 24px 24px 0 24px;
}

.delivery-card-box-item:not(:last-child) {
  border-right: 1px solid #000;
}

.delivery-item-driver {
  display: none;
}

.delivery-card-box-item-title {
  margin-bottom: 0;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 38.4px */
  color: #000;
}

.delivery-card-box-item-desc {
  padding: 24px 0;
  margin-bottom: 0;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 25.6px */
  color: #000;
}

.delivery-card-img {
  padding-bottom: 24px;
}

.delivery-card__top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.delivery-info-wrapper {
  text-align: center;
  max-width: 305px;
  margin: 0 auto;
}

.delivery-card-text {
  color: #070E0F;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 25.6px */
}

.delivery-card-text-a {
  color: #070E0F;
  text-decoration-line: underline;
}

.delivery-our-partners {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}

@media screen and (max-width: 1224px) {
  .delivery-our-partners {
    margin: 1em 2em;
    width: 50%;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 786px) {
  .delivery-our-partners {
    margin: 1em 2em;
    width: 50%;
    flex-wrap: wrap;
  }
}

.delivery-intro-title {
  padding: 8px;
  color: #070E0F;
  /* h2 */
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 43.2px */
  border: none;
  background-color: transparent;
}

@media screen and (max-width: 540px) {
  .delivery-intro-title {
    font-size: 30px;
  }
}

.delivery-buy-note-text {
  color: #070E0F;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 25.6px */
}

.delivery-our-partners-card {
  cursor: pointer;
  display: flex;
  width: 273px;
  padding: 12px;
  flex-direction: column;
  align-items: center;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(30, 73, 149, 0.10);
}

div.delivery-our-partners-card:hover {}

.delivery-test3 {
  width: 239px;
  height: 34px;
  flex-shrink: 0;
  background: lightgray 50% / cover no-repeat;
}

.delivery-cargo {
  color: #263159;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.delivery-cargo2 {
  color: #C06014;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.delivery-callback-main {
  max-width: 1200px;
  display: flex !important;
  background-color: #fff;
  padding: 35px;
}

.delivery-callback {
  /*display: flex;*/
  max-width: 600px;
  /*width: auto;*/
  /*padding: 24px;*/
  /*flex-direction: column;*/
  /*align-items: flex-start;*/
  /*gap: 24px;*/
  /*background-color: #FFF;*/
}

.delivery-callback-title {
  color: #070E0F;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.delivery-callback-text {
  color: #070E0F;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.delivery-callback-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
}

.delivery-callback-label {
  color: #F9FAF3;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 14.4px */
}

.delivery-callback-input {
  display: flex;
  width: 100%;
  height: 44px;
  padding: 10px 25px;
  align-items: center;
  /*gap: 10px;*/
  margin-bottom: 0;
}

.delivery-callback-button {
  cursor: pointer;
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  border: 1px solid #C06014;
  background: #DF7A30;
  color: #EEF1FA;
  height: 44px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
}

.notification_result_new {
  font-size: 16px;
  text-align: left;
  color: #1dc116;
  width: 100%;
  padding: 0;
}

.delivery-modal {
  display: flex;
  padding: 10px 24px;
  align-items: flex-start;
  gap: 10px;
}

.delivery-phone-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

@media screen and (max-width: 540px) {
  .delivery-callback-main {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15px;
    width: -webkit-fill-available;
    margin: auto;
  }

  .delivery-callback-text {
    margin-top: 8px;
    font-size: 16px;
    width: 100%;
  }

  .delivery-callback {
    max-width: 100%;
  }

  .delivery-callback-input {
    width: 100%;
  }

  .delivery-buy-note-text {
    width: 100%;
  }

  .delivery-card-box {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 822px) {
  .delivery-card-boxs {
    display: block;
  }

  .delivery-card-box-item {
    margin-bottom: 20px;
    border-right: none !important;

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .delivery-item-driver {
    display: block;
  }
}

.main-page-img {
  width: 1210.19px;
  height: 681px;
  flex-shrink: 0;
  background: lightgray 50% / cover no-repeat;
  mix-blend-mode: color-burn;
}

.filter-option li:last-of-type a {
  border-right: none;
}

.footer-text {
  background: #4D4D4E;
  display: flex;
  padding: 20px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  align-self: stretch;
}

.footer-text-mobile {
  display: none;
}

.footer-text-title {
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 19.2px */
}

@media screen and (max-width: 540px) {
  .footer-text {
    margin-top: 16px;
  }

  .footer-text-mobile {
    display: flex;
    background: #4D4D4E;
    padding: 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    align-self: stretch;
    margin-top: 16px;
  }

  .footer-text {
    display: none;
  }

  .footer-year-svg {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .footer-text-title {
    font-size: 10px;
    gap: 8px;
    display: flex;
  }
}

._mainContainer_brmpl_22 p {
  display: none;
}

._mainWrap_brmpl_22 {
  padding-bottom: 0px !important;
}

@media screen and (max-width: 540px) {
  .widgets-whatsapp-tg {
    display: none;
  }
}

.subcategories-card {
  display: inline-flex;
  padding-bottom: 15px;
  flex-direction: column;
  align-items: flex-start;
}

.subcategories {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 30px;
  background: #FFFFFF;
}

.subcategories-image {
  width: 100px;
  height: 60px;
  background: #FFFFFF;
}

.subcategories-name {
  color: #000;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 210px;
}

._mainContainer_1bon9_22 p {
  display: none;
}

._messengerItem_1bon9_29 {
  padding: 2px;
  cursor: pointer;
  width: 24px !important;
  height: 24px !important;
}

._mainWrap_1bon9_22 {
  width: 81.5%;
  justify-content: end !important;
}

.widget-text {
  color: var(--light-blue-bg, #F6F8FB);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 14.4px */
  text-transform: uppercase;
}

.header-city {
  border-bottom: 1px solid rgba(246, 248, 251, 0.40);
  background: var(--ACTIV, #1E4995);
  display: block;
  height: 40px;
}

.widget-iframe {
  width: 30%;
  position: absolute;
  border-bottom: 1px solid rgba(246, 248, 251, 0.40);
  background: var(--ACTIV, #1E4995) !important;
  display: block;
  height: 40px;
}

.subdomain-text {
  cursor: pointer;
  color: var(--WHITE, #FFF);
  /* Text/reg */
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.subdomain-block {
  cursor: pointer;
  gap: 3px;
  display: flex;
  align-items: center;
}

.location {
  width: 100%;
  gap: 3px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.location-list {
  display: none;
  margin-left: 5px;
  z-index: 1000;
  /*margin-top: 20px;*/
}

.dropdown-position-relative {
  position: relative;
  width: 63.5%;
  margin: auto;
  height: 10px;
}

.scroll-marks {
  padding-top: 3px;
}

.scroll-marks.show-scroll {
  max-height: 162px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.scroll-marks.show-scroll .sidebar__element-label:not(:nth-child(-n+6)) {
  display: block;
}

.pb-10 {
  padding-bottom: 10px;
}

@media (max-width: 540px) {
  .location {
    display: none;
  }

  .scroll-marks {
    padding-top: 20px;
  }

  .pb-10 {
    z-index: 10;
    padding-bottom: 0;
  }
}

::-webkit-scrollbar {
  width: 4px;
  height: 28px;
}

::-webkit-scrollbar-track-piece {
  background: #fff
}

::-webkit-scrollbar-thumb {
  background: #9A9BBE;
  height: 28px;
  border-radius: 23px;
}

.contact-item-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: auto;
}

.label-gray {
  color: var(--1, #9A9BBE);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 19.2px */
  width: 40%;
}

.file-input {
  display: flex;
  padding: 6px 15px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: var(--ACTIV, #1E4995);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
}

.text-input {
  display: flex;
  padding: 10px 25px;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  border: 1px solid var(--1, #9A9BBE);
  color: var(--DARK, #001233);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 19.2px */
  width: 60%;
}

.span-style {
  color: var(--ORANGE, #DF7A30);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 14.4px */
}

.contact-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.item-title {
  color: var(--DARK, #001233);
  /* h2 */
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 43.2px */
}

.btn-submit {
  background-color: #fff;
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--ACTIV, #1E4995);
  color: var(--ACTIV, #1E4995);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.loading-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.loading-text-blue {
  display: inline-block;
  border-bottom: 1px dashed #1E4995;
  color: #1E4995;
  cursor: pointer;
}

.loading-price-table {
  display: flex;
  align-items: flex-start;
  gap: 19px;
  align-self: stretch;
  padding-bottom: 15px;
}

.loading-price-number {
  color: var(--DARK, #001233);
  /* h3 */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 28.8px */
}

.loading-price-text {
  color: var(--DARK, #001233);
  /* text */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

.font-weight-500 {
  font-weight: 500
}

.display-block {
  display: block
}

.text-and-checkbox {
  padding-left: 38px;
  display: flex;
  gap: 5px;
}

.loading-price-item-center {
  display: flex;
  align-items: baseline;
  gap: 20px
}

.file-choosen {
  color: var(--ACTIV, #1E4995);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}

.price-results {
  display: flex;
  width: 257px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.price-result-success {
  display: flex;
  width: auto;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--green, #34C759);
  background: var(--WHITE, #FFF);
}

.price-result-success-text {
  color: var(--green, #34C759);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 16.8px */
}

.price-result-failed {
  display: flex;
  width: auto;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: 1px solid var(--ORANGE, #DF7A30);
  background: var(--WHITE, #FFF);
}

.price-result-failed-text {
  color: var(--ORANGE, #DF7A30);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 16.8px */
}

.price-upload-action {
  float: right;
  display: flex;
  width: 132px;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.price-upload-inprogress {
  color: var(--black-333-main, #333);
  /* not important text */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 19.2px */
}

.price-upload-deleted {
  color: var(--1, #9A9BBE);
  /* not important text */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 19.2px */
}

.table-price-text {
  color: var(--DARK, #001233);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
}

.recognized-position {
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.recognized-position-text {
  flex: 1 0 0;
  color: var(--green, #34C759);
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 24px */
}

.marks-table-header {
  display: flex;
  padding: 12px 16px;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  background: rgba(52, 199, 89, 0.05);
}

.marks-name {
  color: var(--DARK, #001233);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  width: 200px;
}

.marks-table-body {
  display: flex;
  padding: 7px 16px;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.mark-table-text {
  width: 200px;
  color: var(--DARK, #001233);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
}

.marks-list_content {
  background: #F6F8FB;
  padding-left: 25px
}

.subcateg-table-text {
  color: var(--DARK, #001233);
  /* table text td */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 14.4px */
}

.marks-list {
  display: flex;
  padding: 7px 35px;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  background: var(--WHITE, #FFF);
}

.mark-text {
  color: var(--DARK, #001233);
  /* table text td */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 14.4px */
}

.accordion-content-lvl-1 {
  display: none;
}

.accordion-content-lvl-2 {
  display: none;
}

.accordion-content-lvl-3 {
  display: none;
  overflow: auto;
  overflow-x: hidden;
  max-height: 300px;
}

.accordion-content-lvl-3::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}

.accordion-content-lvl-3::-webkit-scrollbar-thumb {
  background: #9A9BBE;
  border-radius: 3px;
}

.recognized-position-scroll {
  overflow: auto;
  overflow-x: hidden;
  max-height: 300px;
}

.recognized-position-scroll::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}

.recognized-position-scroll::-webkit-scrollbar-thumb {
  background: #9A9BBE;
  border-radius: 3px;
}

.modal-subdomain {
  position: fixed;
  left: 49%;
  top: 45%;
  transform: translate(-50%, -50%);
  max-width: 55%;
  width: 100%;
  background-color: #fff;
  padding: 30px 10px 20px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
}

.modal-subdomain-mobile {
  /* height: 100%;
  overflow-y: scroll; */
  position: fixed;
  left: 50%;
  /* top: 80%; */
  bottom: 0;
  transform: translateX(-50%);
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  border-radius: 30px 30px 0 0;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.02);
}

.modal-subdomain-header {
  gap: 40px;
  display: flex;
  padding: 0 15px 30px;
}

.modal-subdomain-header-mobile {
  gap: 40px;
  display: flex;
  padding: 7px 15px;
  position: relative;
}

.header-subdomain-title {
  color: #001233;
  /* Header/H3 */
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.search-subdomain-container {
  position: relative;
  display: flex;
  align-items: center;
}

.search-subdomain-input {
  display: flex;
  width: 348px;
  height: 44px;
  padding: 13px 20px;
  justify-content: center;
  align-items: flex-start;
  gap: 118px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid var(--bw-15, rgba(0, 0, 0, 0.15));
  background: var(--BW-white, #FFF);
  color: var(--bw-85, rgba(0, 0, 0, 0.85));
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.search-subdomain-icon {
  position: absolute;
  right: 5px;
  color: #333;
}

.close-subdomain-btn {
  position: absolute;
  top: 27px;
  right: 27px;
  cursor: pointer;
}

.modal-subdomain-body {
  width: 100%;
  overflow: auto;
  max-height: 50vh;
}

.modal-subdomain-table {
  width: 100%;
  font-family: 'Calibri', sans-serif;
  border-collapse: collapse;
}

.modal-subdomain-table__row td {
  padding: 10px 15px;
}

.modal-subdomain-table__row td a {
  font-size: 18px;
  color: #212529;
  transition: .2s color;
}

.modal-subdomain-table__row td a:hover {
  color: #DF7A30;
}

.modal-subdomain-back {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 18 51 / 60%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-subdomain-back-mobile {
  overflow: scroll;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-content-edit {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 7px;
  align-self: stretch;
  border: 1px solid var(--ORANGE, #DF7A30);
}

.waring-sign {
  color: var(--ORANGE, #DF7A30);
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 24px */
}

.waring-sign-text {
  flex: 1 0 0;
  color: var(--DARK, #001233);

  /* text */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 25.6px */
}

.content-create-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  background: var(--WHITE, #FFF);
}

.template-name-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.template-name-flex {
  display: flex;
  width: 843px;
  align-items: center;
  gap: 10px;
}

.template-name-block-text {
  width: 34%;
  color: var(--1, #9A9BBE);
  /* text */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 25.6px */
}

.template-name-enter {
  display: flex;
  padding: 10px 25px;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  align-self: stretch;
  border: 1px solid var(--1, #9A9BBE);
}

.color-orange {
  color: var(--ORANGE, #DF7A30);
}

.color-blue {
  color: var(--ACTIV, #1E4995);
}

.two-checkboxs-gap-24 {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.gap-5 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.border-color-gray {
  cursor: pointer;
  border: 1px solid var(--1, #9A9BBE);
}

.add-keyword-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}

.add-keyword-block-items {
  display: flex;
  width: 100%;
  height: auto;
  padding: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  border-radius: 3px;
  border: 1px solid var(--LIGHT-BLUE, #F6F8FB);
  background: var(--WHITE, #FFF);
}

.add-keyword-text {
  cursor: pointer;
  color: var(--ACTIV, #1E4995);
  border-bottom: 1px dashed #1E4995;
  /* text */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 25.6px */
}

.choose-keyword {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  flex: 1 0 0;
}

.border-bottom-black {
  border-bottom: 1px dashed #001233;
}

.text-difference {
  display: flex;
  align-items: flex-start;
  gap: 3px;
}

.keywords-list-different {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.type-keywords {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}

.type-keywords-header {
  color: var(--1, #9A9BBE);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 19.2px */
}

.type-keywords-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.keywords-list-text {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.keywords-name-text {
  cursor: pointer;
  color: var(--DARK, #001233);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 14.4px */
}

.table-header-text {
  width: 230px;
  color: var(--DARK, #001233);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
}

.template-name-text {
  width: 230px;
  color: var(--DARK, #001233);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
}

.template-action {
  display: flex;
  width: 60px;
  align-items: center;
  gap: 12px;
}

.button-border-none {
  border: none;
  background: none;
}

.keywords_block {
  background: var(--LIGHT-BLUE, #F6F8FB);
  padding: 12px 16px;
}

.pretty-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.line-height {
  margin-left: 20px;
  line-height: 10px;
  margin-bottom: 10px;
}

.article {
  cursor: pointer;
  width: calc(25% - 30px);
  margin: 15px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-sizing: border-box;
  float: left;
}

.article-img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.article-title {
  color: #070E0F;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 120%;
  border: none;
  background-color: transparent;
}

.article-body {
  font-weight: 300;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 160%;
}

.article-info {
  justify-content: space-between;
  display: flex;
  font-size: 14px;
  color: #9A9BBE;
}

@media (max-width: 768px) {
  .article {
    width: calc(50% - 30px);
  }
}

@media (max-width: 576px) {
  .article {
    width: calc(100% - 30px);
  }
}

.sorting-text {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #9A9BBE;
}

.sorting-text::before {
  color: #1E4995
}

@media (max-width: 540px) {
  .sorting-text {
    font-size: 14px;
  }
}

.active-color {
  color: #1E4995;
}

.desc8 {
  color: #001233;
  align-self: stretch;
  line-height: 120%;
  font-weight: 500;
  display: inline-block;
  height: 38px;
  flex-shrink: 0;
}

.div112-arrow::before {
  content: '';
  position: absolute;
  top: -1px;
  right: -10%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  width: 16px;
  height: 16px;
  background-image: url("/assets/icon/arrow-down-sidebar.svg");
  background-repeat: no-repeat;
}

.cart-added {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  background-color: #1E4995;
  padding: 12px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: auto 198px;
  align-items: center;
  gap: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
}

.cart-added:hover,
.cart-added.inactive:hover,
.cart-added.active {
  top: 20px;
  opacity: 1;
  pointer-events: all;
  transition: .5s;
}

.cart-added.inactive {
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}

.cart-added span {
  color: #fff;
  flex-shrink: 0;
  white-space: nowrap;
}

.cart-added a {
  color: #1E4995;
  padding: 0 10px;
  height: 44px;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s color;
}

.cart-added a:hover {
  color: #DF7A30;
}

@media (max-width: 400px) {
  .cart-added {
    grid-template-columns: auto max-content;
  }

  .cart-added a,
  .cart-added span {
    font-size: 14px;
  }
}

/* Request big form */
.request-big-form {
  margin: 56px 0 50px;
  border-radius: 30px;
  background-image: url(/assets/resources/product_detail/request-big-form-bg.svg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E9EDF5;
  width: 100%;
  padding: 34px 30px 20px;
  font-family: "Inter", sans-serif;
}

.request-big-form__wrapper {
  width: 726px;
  max-width: 100%;
  margin: auto;
}

.request-big-form .notification_result_new {
  grid-column: 1 / 4;
}

.request-big-form__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 30px;
}

.request-big-form__form {
  display: grid;
  grid-template-columns: 1fr 1fr 182px;
  gap: 12px;
}

.request-big-form__input {
  font-family: "Inter", sans-serif;
  background: white;
  border-radius: 12px;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 120%;
  border: 1px solid white;
}

.request-big-form__button {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 10px;
  background: #DF7A30;
  border-radius: 12px;
  color: white;
  border: 1px solid #DF7A30;
  transition: .2s background, .2s color;
}

.request-big-form__button:hover {
  background: transparent;
  color: #DF7A30;
}

.request-big-form__text {
  font-size: 14px;
  line-height: 120%;
  color: #001233;
  margin: 0;
}

.request-big-form__text a {
  text-decoration: underline;
  color: #001233;
}

.request-big-form__text a:hover {
  text-decoration: none;
}

.request-big-form__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.request-big-form__socials a {
  transform: scale(1);
  transition: .2s;
}

.request-big-form__socials a:hover {
  transform: scale(1.1);
}

@media (max-width: 850px) {
  .request-big-form__title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  .request-big-form__title br {
    display: none;
  }

  .request-big-form__form {
    display: block;
  }

  .request-big-form__input {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }

  .request-big-form__button {
    margin: 20px 0 12px;
    width: 100%;
    display: block;
  }

  .request-big-form__socials {
    gap: 16px;
    margin-top: 20px;
  }

  .request-big-form__socials img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 540px) {
  .request-big-form {
    padding: 20px;
    background-image: none;
  }
}

.main-page-big-form .request-big-form {
  margin: 0;
}

@media (min-width: 992px) {
  .main-page-big-form {
    padding: 60px 0;
    background: white;
    box-shadow: 0 2px 20px 0 rgb(30 73 149 / 7%);
  }
}

.connections {
  font-family: "Inter", sans-serif;
  color: var(--primary);
}

.connections .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.connections__title {
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
}

.connections__phone {
  padding: 20px;
  border-radius: 12px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 222px;
}

.connections__phone a {
  color: var(--primary);
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}

.connections__phone p {
  margin: 12px 0 20px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
}

.connections__phone .call-order2-next {
  cursor: pointer;
}

.connections__phone .call-order2-next:hover {
  color: #DF7A30;
}

.connections__email {
  padding: 20px;
  border-radius: 12px;
  background: #E7EBF3;
}

.connections__email a {
  color: var(--primary);
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}

.connections__email p {
  margin: 12px 0 20px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
}

@media (max-width: 991px) {
  .connections {
    margin: 48px 0 30px;
  }

  .connections .container {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .connections__title {
    font-size: 18px;
    font-weight: 600;
    grid-column: 1 / 3;
    margin-bottom: 12px;
    max-width: 270px;
  }

  .connections__title br {
    display: none;
  }

  .connections__phone {
    min-height: auto;
  }

  .connections__phone p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 28px;
  }

  .connections__email p {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 550px) {
  .connections .container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .connections__title {
    margin-bottom: 0;
    grid-column: 1 / 2;
  }
}

.category {
  padding: 12px 0 56px;
  background: #f6f8fb;
}

@media (max-width: 540px) {
  .category {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.category__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.category__grid-item {
  padding: 20px 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 11px;
  border-radius: 30px;
  border: 1px solid #EAF1FC;
  background: white;
  box-shadow: 0 4px 20px 0 #1e499500;
  transition: .2s box-shadow;
}

.category__grid-item:hover {
  box-shadow: 0 4px 20px 0 #1E49951F;
}

.category__grid-item span {
  font-size: 18px;
  line-height: 140%;
  color: #001233;
  font-weight: 500;
  transition: .2s color;
}

.category__grid-item:hover span {
  color: #1E4995;
}

.category__grid-item img {
  max-width: 100%;
}

@media (max-width: 1140px) {
  .category__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 850px) {
  .category__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 670px) {
  .category__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 540px) {
  .category__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .category__grid-item {
    height: 140px;
    padding: 16px 16px 20px;
    align-items: center;
    gap: 3px;
    min-height: 140px;
    border-radius: 16px;
  }

  .category__grid-item span {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .category__grid-item img {
    height: 64px;
    width: 64px;
    object-fit: contain;
  }
}

.catalog__advantages {
  padding-top: 56px;
}

.catalog__big-form {
  background: #f6f8fb;
}

.category__button {
  width: 100%;
  min-height: 348px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  padding-top: 158px;
  padding-left: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 540px) {
  .category__button {
    min-height: 270px;
    padding-top: 90px;
  }
}

.category__button:hover {
  background-color: #F6F8FB;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.category__button:hover .category__button-name {
  color: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.category__button:hover .category__button-arrow svg {
  stroke: #1E4995;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.category__button-arrow svg {
  stroke: #001233;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.category__button-name {
  font-weight: 300;
  font-size: 36px;
  line-height: 140%;
  color: #001233;
  padding-top: 14px;
}

.category__button-name span {
  font-weight: 500;
}

@media (max-width: 767px) {
  .mobile-filter-wrapper {
    display: block;
  }

  .sidebar-content,
  .sorting {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-filter-wrapper {
    display: none;
  }

  .sidebar-content,
  .sorting {
    display: block;
  }
}

.mobile-filter {
  padding-bottom: 12px;
  overflow: auto;
  display: flex;
  gap: 12px;
  background: #f6f8fb;
}

.mobile-filter::-webkit-scrollbar {
  height: 0;
}

.mobile-filter__btn {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 100px;
}

.mobile-filter__btn {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1E4995;
}

.mobile-filter__btn span {
  white-space: nowrap;
}

.mobile-filter__btn--dark {
  background: #9A9BBE;
  color: white;
}

.mobile-filter__btn--dark path {
  stroke: white;
}

.mobile-filter__btn--gray {
  background: #e7ebf3;
}

.mobile-filter-sorting {
  background: #f6f8fb;
  display: flex;
  align-items: flex-start;
}

.mobile-filter-sorting .mobile-filter__btn {
  border-radius: 8px;
}

.mobile-filter-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  background: #0012334D;
}

.mobile-filter-popup__wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 20px 0 #1E49951F;
  background: white;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  color: #001233;
}

.mobile-filter-popup__header {
  padding: 30px 0 20px;
  box-shadow: 0 4px 20px 0 #1E49951F;
  min-height: 85px;
}

.mobile-filter-popup__header-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

.mobile-filter-popup__header span {
  font-size: 18px;
  font-weight: 600;
}

.mobile-filter-popup__header-filters {
  padding: 20px 0 0;
}

.mobile-filter-popup__header-filters-list {
  display: flex;
  gap: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
  white-space: nowrap;
  overflow: auto;
}

.mobile-filter-popup__header-filters-list::-webkit-scrollbar {
  height: 0;
}

.mobile-filter-popup__header-filters-list div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #9A9BBE;
}

.mobile-filter-popup__header-filters-list span {
  color: #9A9BBE;
  font-weight: 500;
  font-size: 14px;
}

.mobile-filter-popup__header-filters-list b {
  margin-left: 4px;
  color: #1E4995;
}

.mobile-filter-popup__body {
  padding: 20px 16px;
  max-height: 350px;
  overflow: auto;
}

.mobile-filter-popup__header-filters-clean {
  text-decoration: underline;
  color: #9A9BBE;
  font-weight: 500;
  font-size: 14px;
  padding: 0 16px;
  cursor: pointer;
}

.mobile-filter-popup__footer {
  padding: 20px 16px;
  border-radius: 30px 30px 0px 0px;
  box-shadow: 0 4px 20px 0 #1E49951F;
}

.mobile-filter-popup__footer button {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DF7A30;
  color: white;
  border-radius: 12px;
  width: 100%;
  border: none;
  outline: none;
}

.mobile-filter-popup--sort .mobile-filter-sortmode {
  margin: 0 0 12px;
  padding: 8px 16px;
  font-weight: 500;
  border-radius: 8px;
}

.mobile-filter-popup--sort .mobile-filter-sortmode.active-color {
  background: #F6F8FB;
  color: #001233;
}

.mobile-filter-popup--sort .register__switch {
  padding: 8px 16px;
  margin-bottom: 0;
  gap: 12px;
}

.mobile-filter-popup--sort .register__switch-title {
  margin-left: 0;
  width: auto;
  font-weight: 500;
  font-size: 16px;
}

.mobile-filter-popup--all .arrow--active::before {
  top: -1px;
}

.mobile-filter-popup--all .sidebar__element-pad {
  padding-left: 0;
  margin-bottom: 24px;
}

.mobile-filter-popup--all .sidebar__element-label:not(:first-child) {
  margin-top: 20px;
}

.mobile-filter-popup--all .sidebar__element-title {
  padding: 0 0 0 32px;
}

.mobile-filter-popup--all .scroll-marks {
  padding-top: 24px;
}

.mobile-filter-popup--all .sidebar__element-title::before {
  right: auto;
  left: 0;
}

.sidebar__element-show-more {
  margin-top: 20px;
  color: #1E4995;
  font-size: 14px;
}


.filter-cross-section-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  padding: 0 0 28px;
}

.filter-cross-section-grid .sidebar__element-label {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #9A9BBE;
  color: #1E4995;
  font-weight: 500;
  font-size: 14px;
}

.filter-cross-section-grid input:checked+.sidebar__element-label {
  background: #1E4995;
  color: white;
  border-color: #1E4995;
}

.filter-cross-section-link {
  display: block;
  margin-bottom: 16px;
  color: #1E4995;
  font-weight: 500;
}

.filter-cross-section-button {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1E499512;
  color: #001233;
  border-radius: 8px;
  width: 220px;
  border: none;
  outline: none;
}

.filter-wire-cores-clean {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1E499512;
  color: #1E4995;
  border-radius: 100px;
  width: 99px;
  border: none;
  outline: none;
  cursor: pointer
}

.mobile-filter-popup--wire-cores .filter-cross-section-grid {
  grid-template-columns: repeat(5, 1fr);
}

.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  display: flex;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
  transition: bottom 0.3s ease-out;
}

.cookie-consent--visible {
  bottom: 0;
}

.cookie-consent__modal {
  background: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.cookie-consent__buttons {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 20px;
}

.cookie-consent__button {
  height: 40px;
  width: 150px;
  max-width: 100%;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background-color: #DF7A30;
  color: white;
}

.cookie-consent__button--gray {
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
}

.article-table {
  border-collapse: collapse;
  border: 1px solid #000;
  border-spacing: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.article-table thead tr {
  background-color: #f2f2f2;
}
.article-table th, .article-table td {
  padding: 8px;
  text-align: left;
  border: 1px solid #000;
}

.article-img {
  height:30%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
