

/* Start:/local/templates/innolevel/css/innolevel.css?177277578743020*/
@font-face {
  font-family: HelveticaNeue;
  src: url("/local/templates/innolevel/css/../fonts/HelveticaNeue-Bold.woff") format("woff"), url("/local/templates/innolevel/css/../fonts/HelveticaNeue-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: HelveticaNeue;
  src: url("/local/templates/innolevel/css/../fonts/HelveticaNeue-Medium.woff") format("woff"), url("/local/templates/innolevel/css/../fonts/HelveticaNeue-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: medium;
}

@font-face {
  font-family: HelveticaNeue;
  src: url("/local/templates/innolevel/css/../fonts/HelveticaNeue-Regular.woff") format("woff"), url("/local/templates/innolevel/css/../fonts/HelveticaNeue-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: HelveticaNeue;
  src: url("/local/templates/innolevel/css/../fonts/HelveticaNeue-Light.woff") format("woff"), url("/local/templates/innolevel/css/../fonts/HelveticaNeue-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: lighter;
}

@font-face {
  font-family: HelveticaNeue;
  src: url("/local/templates/innolevel/css/../fonts/HelveticaNeue-Thin.woff") format("woff"), url("/local/templates/innolevel/css/../fonts/HelveticaNeue-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: thin;
}

@font-face {
  font-family: CoolveticaHv;
  src: url("/local/templates/innolevel/css/../fonts/CoolveticaHv-Regular.woff") format("woff"), url("/local/templates/innolevel/css/../fonts/CoolveticaHv-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Coolvetica;
  src: url("/local/templates/innolevel/css/../fonts/Coolvetica-Regular.woff") format("woff"), url("/local/templates/innolevel/css/../fonts/Coolvetica-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Coolvetica;
  src: url("/local/templates/innolevel/css/../fonts/Coolvetica-Bold.woff") format("woff"), url("/local/templates/innolevel/css/../fonts/Coolvetica-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: bold;
}

:root {
  /* Colors */
  --app-accent-blue: #004290;
  --app-accent-blue-hover: color-mix(in srgb, var(--app-accent-blue), #fff 90%);
  --app-accent-blue-active: color-mix(in srgb,
      var(--app-accent-blue),
      #fff 70%);
  --app-light-blue: #eff2f7;
  --app-black: #353535;
  --app-red: #e40611;
  --app-white: #f5f5f5;
  /* Spacing */
  --sec-p-y: 45px;
  --app-border-radius: 10px;

  --red: #e40611;
  --white: #fff;
  --blue: #004290;
  --black: #353535;
  --light-blue: #eff2f7;
  --grey: #d9d9d9;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  background-color: #fefefe;
  padding-top: 180px;
  color: var(--app-black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  list-style: none;
  padding: 0;
}

section {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

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

.container {
  width: 1440px;
  max-width: 95%;
  margin: 0 auto;
}

.h3 {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 110%;
}

.h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 105%;
}

.h5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 105%;
}

.text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.text-gray {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.7;
}

.link-2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  color: var(--app-accent-blue);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.link-2:hover {
  opacity: 0.7;
}

.sec-p-y {
  padding: var(--sec-p-y) 0;
}

.sec-p-y--top {
  padding-top: var(--sec-p-y);
}

.sec-p-y--bottom {
  padding-bottom: var(--sec-p-y);
}

.sec-p-x {
  padding: 0 var(--sec-p-y);
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.df.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.df.col-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.df.gap-5 {
  gap: 5px;
}

.df.gap-10 {
  gap: 10px;
}

.df.gap-15 {
  gap: 15px;
}

.df.gap-20 {
  gap: 20px;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.text-c-black {
  color: var(--app-black);
}

.text-c-accent {
  color: var(--app-accent-blue);
}

.text-c-light-blue {
  color: var(--app-light-blue);
}

.text-c-red {
  color: var(--app-red);
}

.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hover-opacity {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.hover-opacity:hover {
  opacity: 0.8;
}

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

.btn {
  font-family: inherit;
  cursor: pointer;
  padding: 12px 24px;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 18px;
  border: 1px solid var(--app-black);
  color: var(--app-light-blue);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-blue-outline {
  border: 1px solid var(--app-accent-blue);
  color: var(--app-accent-blue);
}

.btn-blue-outline:hover {
  background-color: var(--app-accent-blue-hover);
}

.btn-blue-outline:active {
  background-color: var(--app-accent-blue-active);
}

.btn-white-outline {
  border: 1px solid white;
  color: white;
}

.btn-white-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-red {
  background: var(--app-red);
  border: none;
}

.btn-red:hover {
  background-color: color-mix(in srgb, var(--app-red), #fff 20%);
}

.btn-red:active {
  background-color: color-mix(in srgb, var(--app-red), #fff 40%);
}

.text-menu-1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.contacts-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-weight: 500;
  font-size: 18px;
}

.contacts-support a {
  font-weight: 700;
  cursor: pointer;
}

.contacts-support a:hover {
  text-decoration: underline;
}

.w-100p {
  width: 100%;
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: #fff;
}

.header__content {
  color: #fff;
  padding: 15px 0;
  background-color: var(--app-accent-blue);
  font-weight: 600;
  max-height: 150px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
}

.header__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}

.header__content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
}

.header__order {
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header__order:hover {
  background: rgba(255, 255, 255, 0.2);
}

.header__order img {
  width: 24px;
  height: 24px;
}

.header__worktime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header__worktime img {
  width: 24px;
  height: 24px;
}

.mobile-br {
  display: none;
}

.no-wrap {
  white-space: nowrap;
}

.header__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__support-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 52px;
}

.header__support-links a:hover {
  text-decoration: underline;
}

.header__support-email {
  font-size: 15px;
}

.header__contacts {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  min-width: 270px;
}

.header__main .container {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.header__main .header__support {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: auto;
  margin-left: 35px;
  color: var(--app-accent-blue);
}

.header__main .header__support-links {
  border-color: color-mix(in srgb, var(--app-accent-blue), transparent 70%);
}

.header__main-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header__logo {
  width: 146px;
  margin-bottom: -5px;
}

.header.scroll .header__content {
  max-height: 0px;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}

.header.scroll .header__main .container {
  padding: 10px 0;
}

.header.scroll .header__main .header__support {
  opacity: 1;
}

footer {
  color: #fff;
  padding: 60px 0;
  background: var(--app-accent-blue);
}

.footer__top {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 110px;
}

.footer__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__top-wherebuy {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  margin-left: 140px;
}

.footer__top-wherebuy:hover {
  opacity: 0.7;
}

.footer__top-text {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.footer__work-hours {
  margin-top: 15px;
  margin-bottom: 20px;
}

.footer__bottom {
  margin-top: 0;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 110px;
}

.footer__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0.8;
}

.footer__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer__creator {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.footer__link {
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer__link:hover {
  opacity: 0.7;
}

.footer__socs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.footer__socs-item {
  width: 42px;
  height: 42px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__socs-item:hover {
  opacity: 0.7;
}

.footer__logo {
  width: 150px;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.footer__contacts-item:hover {
  text-decoration: underline;
}

.footer__contacts-item.contacts-map {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__contacts-item-icon {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.footer__contacts-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.footer__call-btn {
  width: 210px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
}

.footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 17px;
}

.modal-wrapper {
  width: 100%;
  height: 100%;
  background-color: color-mix(in srgb, #000, transparent 50%);
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}

.modal-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  position: relative;
  width: 95%;
  max-width: 500px;
  padding: 30px;
  border-radius: 26px;
  background-color: #fff;
  text-align: center;
}

.catalog-popup {
  padding: 30px;
  max-width: 630px;
  background-color: #fff;
  border-radius: 8px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}

.catalog-popup__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--app-black);
  text-align: center;
  margin-bottom: 15px;
}

.catalog-popup__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--black);
  margin: 0 auto 15px;
  text-align: center;
  max-width: 506px;
}

.catalog-popup p:not(:last-child) {
  margin-bottom: 15px;
}

.catalog-popup__field {
  margin-bottom: 25px;
}
.catalog-popup__field.error .catalog-popup__error-block {
  display: block;
}

.catalog-popup__input {
  outline: none;
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.catalog-popup .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

.catalog-popup .catalog-popup__agreement {
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--black);
}

.catalog-popup .custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.catalog-popup .custom-checkbox__box {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin: 0;
}

.catalog-popup .custom-checkbox__box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  margin-top: 0;
}

.catalog-popup .custom-checkbox__box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--app-accent-blue);
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.catalog-popup .custom-checkbox__box::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 12px;
  height: 6px;
  border-left: 2px solid var(--app-accent-blue);
  border-bottom: 2px solid var(--app-accent-blue);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.catalog-popup .catalog-popup__agreement input[type=checkbox] {
  accent-color: var(--blue);
  margin-top: 3px;
}

.catalog-popup input[type=checkbox]:checked + .custom-checkbox__box::after {
  opacity: 1;
}

.catalog-popup .btn {
  width: 100%;
}

.catalog-popup .catalog-popup__agreement a {
  color: var(--app-accent-blue);
  text-decoration: underline;
}

.catalog-popup .mfp-close,
.catalog-popup .modal-close {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  right: 20px;
  top: 20px;
  border: none;
  opacity: 1;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/local/templates/innolevel/css/../img/close-icon.svg);
  font-size: 0;
}

.catalog-popup .mfp-close-btn-in .mfp-close,
.catalog-popup .mfp-close-btn-in .modal-close {
  color: #333;
}

.catalog-popup__checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-bottom: 25px;
}

.catalog-popup__checkbox-list.--circle .custom-checkbox__box {
  border-radius: 100%;
}

.catalog-popup__checkbox-list.--circle .custom-checkbox__box::before {
  border-radius: 100%;
}

.catalog-popup__checkbox-list .catalog-popup__checkbox-title {
  margin-bottom: 5px;
}

.catalog-popup__checkbox-list .catalog-popup__field {
  margin-bottom: 0;
}

.catalog-popup__checkbox-list .custom-checkbox {
  margin-bottom: 0;
}

.sec-banner {
  padding-top: 30px;
}

.sec-banner__banner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 39%;
  gap: 20px;
  background: var(--app-light-blue);
  padding: 22px;
  border-radius: 10px;
}

.sec-banner__content {
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-banner__title {
  color: var(--app-accent-blue);
  font-size: 118px;
  font-weight: 600;
  line-height: 100%;
}

.sec-banner__subtitle {
  color: var(--app-accent-blue);
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 12px;
}

.sec-banner__content a {
  color: inherit;
  text-decoration: underline;
}

.sec-banner__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-left: auto;
}

.sec-banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  border-radius: 10px;
  min-height: 245px;
  -webkit-box-shadow: 5px 5px 20px color-mix(in srgb, var(--app-accent-blue), transparent 85%), inset 0 0 20px #fff;
          box-shadow: 5px 5px 20px color-mix(in srgb, var(--app-accent-blue), transparent 85%), inset 0 0 20px #fff;
}

.sec-banner__item-title {
  font-weight: 600;
  line-height: 110%;
}

.sec-banner__item-img {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sec-banner__slider {
  margin-top: -20px;
}

.sec-banner__slider .swiper-slide {
  padding: 20px 0;
}

.sec-banner__slider .sec-banner__item {
  margin: 0 15px;
}

.sec-banner__slider {
  max-width: 100%;
  overflow: hidden;
}

.sec-banner__slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec-banner__slider-nav .swiper-pagination {
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
  top: auto;
}

.sec-banner__slider-nav .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid var(--app-accent-blue);
  opacity: 1;
}

.sec-banner__slider-nav .swiper-pagination-bullet-active {
  background-color: var(--app-accent-blue);
}

.sec-banner__slider-nav .btn-swiper-prev,
.sec-banner__slider-nav .btn-swiper-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--app-accent-blue);
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
  top: auto;
  background-color: var(--app-light-blue);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.sec-banner__slider-nav .btn-swiper-prev::before,
.sec-banner__slider-nav .btn-swiper-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: center/10px no-repeat url("/local/templates/innolevel/css/../img/vector-r.svg") transparent;
}

.sec-banner__slider-nav .btn-swiper-prev:hover,
.sec-banner__slider-nav .btn-swiper-next:hover {
  background-color: var(--app-accent-blue);
}

.sec-banner__slider-nav .btn-swiper-prev:hover::before,
.sec-banner__slider-nav .btn-swiper-next:hover::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.sec-banner__slider-nav .btn-swiper-prev:active,
.sec-banner__slider-nav .btn-swiper-next:active {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.sec-banner__slider-nav .btn-swiper-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sec-banner__slider-nav.swiper-button-disabled {
  opacity: 0.3;
}

.sec-banner__slider-desc .swiper-slide-wrapper {
  background: var(--app-light-blue);
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sec-banner__slider-desc .swiper-slide-wrapper > .sec-banner__banner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sec-banner__slider-desc .swiper-slide-wrapper > .sec-banner__slide-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
}

.sec-banner__slider-desc .swiper-slide-wrapper > .sec-banner__slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: none;
}

.sec-banner__slider-desc .sec-banner__slider-nav {
  position: absolute;
  bottom: 70px;
  left: 70px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 5;
  gap: 10px;
}

.sec-banner__slide-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-banner__slide-img img {
  max-height: 550px;
}

.sec-banner__slider-mob {
  max-width: 100%;
  overflow: hidden;
}

.sec-banner__slider-mob .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sec-banner__slider-mob .swiper-slide {
  height: auto;
}

.sec-banner__slider-mob .sec-banner__slide-img img {
  max-height: 300px;
  width: auto;
}

.sec-banner__slider-mob .sec-banner__slide-img--full {
  overflow: hidden;
  border-radius: 10px;
  background: var(--app-light-blue);
  height: 100%;
}

.sec-banner__slider-mob .sec-banner__slide-img--full img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: none;
}

.sec-banner__slider-mob .sec-banner__slider-nav {
  padding: 10px 15px 0;
}

.sec-about__top {
  display: grid;
  grid-template-columns: 57% 1fr;
  gap: 30px;
}

.sec-about__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background: var(--app-light-blue);
  border-radius: var(--app-border-radius);
  padding: 30px;
}

.sec-about__info-desc {
  opacity: 0.7;
  max-width: 530px;
}

.sec-about__img {
  border-radius: var(--app-border-radius);
  overflow: hidden;
}

.sec-about__counts {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.sec-about__count {
  padding: 30px;
  background: var(--app-light-blue);
  border-radius: var(--app-border-radius);
}

.sec-about__count-title {
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
  color: var(--app-accent-blue);
  position: relative;
}

.sec-about__count-title::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: var(--app-red);
  position: absolute;
  right: 0;
  top: 0;
}

.sec-about__count-desc {
  margin-top: 30px;
  opacity: 0.9;
}

.sec-catalog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.sec-catalog__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.sec-catalog__item {
  padding: 30px;
  cursor: pointer;
  background: var(--app-light-blue);
  border-radius: var(--app-border-radius);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.sec-catalog__item:hover {
  background: var(--app-accent-blue);
  color: #fff;
}

.sec-catalog__item-title {
  opacity: 0.9;
}

.sec-catalog__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sec-solutions__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.sec-solutions__item {
  padding: 25px;
  background: var(--app-light-blue);
  border-radius: 15px;
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: 30px;
}

.sec-solutions__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}

.sec-solutions__item-img {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.sec-solutions__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.sec-solutions__item-title:hover {
  text-decoration: underline;
  color: inherit;
}

.sec-solutions__item-title-btn {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: var(--app-accent-blue);
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  position: relative;
}

.sec-solutions__item-title-btn::after,
.sec-solutions__item-title-btn::before {
  content: "";
  display: block;
  width: 12px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.sec-solutions__item-title-btn::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sec-solutions__item-text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sec-solutions__item-link {
  margin-top: auto;
  font-size: 18px;
  color: var(--app-accent-blue);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 600;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.sec-solutions__item-link:hover {
  opacity: 0.7;
}

.sec-solutions__item-link::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: center/contain no-repeat url("/local/templates/innolevel/css/../img/link-arrow.svg");
}

@media (min-width: 768px) {
  .d-none-min-mob {
    display: none;
  }

  .d-block-min-mob {
    display: block;
  }

  .sec-solutions__item-title-btn {
    display: none;
  }
}

@media (min-width: 1024px) {
  .d-none-min-tablet {
    display: none;
  }

  .d-block-min-tablet {
    display: block;
  }

  .sec-catalog__item {
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    max-width: 100%;
  }

  .sec-catalog__item-img img {
    max-width: 170px;
    max-height: 170px;
    object-fit: contain;
  }
}

@media (min-width: 1280px) {
  .d-none-max-desk {
    display: none;
  }

  .d-block-max-desk {
    display: block;
  }

  .d-none-min-desk {
    display: none;
  }

  .d-block-min-desk {
    display: block;
  }
}

@media (max-width: 1440px) {
  .h4 {
    font-size: 28px;
  }

  .h5 {
    font-size: 24px;
  }

  .footer__top {
    gap: 30px;
  }

  .footer__bottom {
    gap: 30px;
  }

  .sec-about__count-title {
    font-size: 40px;
  }

  .sec-catalog__item-img img {
    max-width: 150px;
  }
}

@media (max-width: 1280px) {
  .sec-banner__banner {
    grid-template-columns: 1fr 1fr;
  }

  .sec-banner__content {
    padding-left: 0px;
  }

  .sec-banner__title {
    font-size: 80px;
  }

  .sec-banner__subtitle {
    font-size: 30px;
  }

  .sec-catalog__list {
    gap: 20px;
  }

  .sec-catalog__item {
    padding: 15px;
  }
}

@media (max-width: 1024px) {
  .d-none-max-tablet {
    display: none;
  }

  .d-block-max-tablet {
    display: block;
  }

  .header__content {
    font-size: 12px;
  }

  .header__contacts {
    gap: 20px;
    min-width: 240px;
  }

  .footer__top {
    grid-template-columns: 1fr;
  }

  .footer__top-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    gap: 40px;
  }

  .footer__top-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__top-wherebuy {
    margin-top: 15px;
    margin-left: 0;
  }

  .footer__top-text {
    font-size: 14px !important;
    margin-top: 40px;
    gap: 20px;
  }

  .footer__bottom {
    grid-template-columns: 1fr;
  }

  .footer__bottom-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }

  .footer__work-hours {
    margin: 0;
  }

  .footer__creator {
    margin-left: 0;
    margin-top: 20px;
  }

  .footer__contacts {
    padding-right: 20px;
  }

  .sec-banner__title {
    font-size: 60px;
  }

  .sec-about__top {
    grid-template-columns: 1fr;
  }

  .sec-about__img {
    margin-top: 20px;
    height: 230px;
  }

  .sec-about__counts {
    grid-template-columns: repeat(2, 1fr);
  }

  .sec-about__count.mob-wide {
    grid-column: span 2;
  }

  .sec-about__count:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sec-about__count:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .sec-about__count:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .sec-about__count:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .sec-about__count:nth-child(5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .sec-about__count {
    padding: 15px;
  }

  .sec-catalog__btn {
    width: 100%;
    margin-top: 20px;
  }

  .sec-catalog__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .sec-catalog__item {
    min-height: 245px;
    gap: 20px;
  }

  .sec-solutions__list {
    grid-template-columns: 1fr;
  }

  .sec-solutions__item {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sec-solutions__item-img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 155px;
  }

  .container {
    max-width: 94%;
  }

  .h3 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .h4 {
    font-size: 20px;
  }

  .h5 {
    font-size: 20px;
  }

  .link-2 {
    font-size: 15px;
  }

  .d-none-max-mob {
    display: none;
  }

  .d-block-max-mob {
    display: block;
  }

  .btn {
    font-size: 12px;
    padding: 9px;
  }

  .btn-red {
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .text-menu-1 {
    font-size: 16px;
  }

  .contacts-support {
    font-size: 13px;
  }

  .header__content {
    font-size: 14px;
    padding-bottom: 10px;
  }

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

  .header__content-left {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__order {
    padding: 0;
    background: transparent;
    font-size: 12px;
    max-width: 50%;
  }

  .header__order:hover {
    opacity: 0.7;
    background: transparent;
  }

  .header__order img {
    width: 18px;
    height: 18px;
  }

  .header__worktime {
    font-size: 12px;
  }

  .header__worktime p {
    white-space: normal;
  }

  .header__worktime img {
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .mobile-br {
    display: block;
  }

  .header__support {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 30px;
    border-radius: 5px;
  }

  .header__support-links {
    padding-left: 20px;
    margin-left: 20px;
    min-height: 30px;
  }

  .header__support-email {
    font-size: 11px;
  }

  .header__contacts {
    display: none;
  }

  .header__main .container {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__main .header__support {
    display: none;
  }

  .header__main-btns {
    gap: 5px;
    margin-left: auto;
  }

  .header__logo {
    width: 106px;
    margin-right: auto;
  }

  .header.scroll .header__main .container {
    padding: 5px 15px;
  }

  .footer__link {
    font-size: 14px;
  }

  .modal-content {
    padding: 30px 15px;
  }

  .modal-content .x-btn {
    top: 10px;
    right: 10px;
  }

  .sec-banner__banner {
    grid-template-columns: 1fr;
    padding: 20px 0;
  }

  .sec-banner__content {
    padding: 0 15px;
  }

  .sec-banner__title {
    font-size: 50px;
  }

  .sec-banner__subtitle {
    font-size: 18px;
  }

  .sec-banner__slider-nav {
    padding: 0 15px;
  }

  .sec-about__info-desc {
    padding-right: 8px;
  }

  .sec-about__info {
    padding: 15px;
    gap: 15px;
  }

  .sec-about__counts {
    gap: 10px;
  }

  .sec-about__count {
    padding: 10px;
  }

  .sec-about__count-title {
    font-size: 35px;
  }

  .sec-catalog__list {
    grid-template-columns: 1fr;
  }

  .sec-catalog__item-title {
    font-size: 20px;
  }

  .sec-solutions__item-img {
    height: 150px;
  }

  .sec-solutions__item-title {
    cursor: pointer;
  }

  .sec-solutions__item-title.active .sec-solutions__item-title-btn::after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .sec-solutions__item-text {
    padding-right: 7px;
    max-height: 0px;
    overflow: hidden;
    margin-top: -20px;
  }

  .sec-solutions__item-text.active {
    margin-top: 0;
    max-height: 300px;
  }

  .footer__btns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  :root {
    --sec-p-y: 30px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-popup__title {
    font-size: 24px;
  }

  .catalog-popup__subtitle {
    font-size: 14px;
  }

  .catalog-popup .custom-checkbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .catalog-popup .mfp-close,
  .catalog-popup .modal-close {
    width: 28px;
    height: 28px;
    padding: 5px;
    background-color: var(--app-light-blue);
    background-size: 55%;
    border-radius: 3px;
    right: 10px;
    top: 13px;
  }
}

@media (max-width: 480px) {
  .catalog-popup {
    padding: 16px;
  }

  .catalog-popup__title {
    font-size: 20px;
  }

  .catalog-popup__subtitle {
    font-size: 13px;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */

/* === BITRIX INTEGRATION STYLES === */
.modal-wrapper,
.modal-wrapper * {
  color: inherit !important;
}

.modal-wrapper a {
  color: #007bff !important;
}

.modal-wrapper .catalog-popup__title,
.modal-wrapper .catalog-popup__subtitle,
.modal-wrapper .custom-checkbox__text,
.modal-wrapper input,
.modal-wrapper label {
  color: #353535 !important;
}

.modal-wrapper .catalog-popup__error-block {
  color: #dc3545 !important;
}

.modal-wrapper .btn,
.modal-wrapper button.btn,
.modal-wrapper a.btn {
  color: #fff !important;
}

.catalog-popup__error-block {
  display: none;
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
  min-height: 18px;
}

.catalog-popup__checkbox-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* ========== POLICY PAGES ========== */
.policy-page {
  padding: 40px 0 60px;
}

.policy-page h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a1a1a;
  line-height: 1.3;
}

.policy-page p {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 14px;
}

.policy-page ol {
  padding-left: 20px;
  margin-bottom: 15px;
}

.policy-page ol li {
  margin-bottom: 8px;
}

.policy-page ul {
  padding-left: 20px;
  margin-bottom: 10px;
  list-style-type: disc;
}

.policy-page ul li {
  margin-bottom: 5px;
}

.policy-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}

.policy-page table td,
.policy-page table th {
  border: 1px solid #ddd;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
}

.policy-page table th {
  background-color: #f5f5f5;
  font-weight: 600;
}

.policy-page a {
  color: #2563eb;
  text-decoration: underline;
}

.policy-page a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .policy-page {
    padding: 24px 0 40px;
  }

  .policy-page h1 {
    font-size: 20px;
  }

  .policy-page table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* ========== END POLICY PAGES ========== */

.cookie {
  padding: 0 10px;
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  justify-content: center;
  z-index: 100;
  display: none;
}
.cookie.active {
  display: flex;
}
.cookie__wrapper {
  max-width: 1170px;
  margin: 0 auto;
  background-color: var(--light-blue);
  border-radius: 10px;
  padding: 28px 30px 14px;
  box-shadow: 0 0 2px 0 var(--black);
  position: relative;
}
.cookie__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  line-height: 1;
}
.cookie__close img {
    width: 15px;
    height: 15px;
    line-height: 0;
  }
.cookie__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: justify;
  margin-bottom: 20px;
  color: var(--black);
}
.cookie__text a {
  text-decoration: underline;
}
.cookie__btn {
  display: flex;
  justify-content: center;
}

/* End */
/* /local/templates/innolevel/css/innolevel.css?177277578743020 */
